amazonka-config-0.1.2: Amazon Config SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Config.DeleteDeliveryChannel

Contents

Description

Deletes the specified delivery channel.

The delivery channel cannot be deleted if it is the only delivery channel and the configuration recorder is still running. To delete the delivery channel, stop the running configuration recorder using the StopConfigurationRecorder action.

http://docs.aws.amazon.com/config/latest/APIReference/API_DeleteDeliveryChannel.html

Synopsis

Request

Request constructor

deleteDeliveryChannel Source

DeleteDeliveryChannel constructor.

The fields accessible through corresponding lenses are:

Request lenses

ddcDeliveryChannelName :: Lens' DeleteDeliveryChannel Text Source

The name of the delivery channel to delete.

Response

Response constructor