| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Config.DeleteDeliveryChannel
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.
See: AWS API Reference for DeleteDeliveryChannel.
Creating a Request
Arguments
| :: Text | |
| -> DeleteDeliveryChannel |
Creates a value of DeleteDeliveryChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteDeliveryChannel Source
The input for the DeleteDeliveryChannel action. The action accepts the following data in JSON format.
See: deleteDeliveryChannel smart constructor.
Instances
Request Lenses
ddcDeliveryChannelName :: Lens' DeleteDeliveryChannel Text Source
The name of the delivery channel to delete.
Destructuring the Response
deleteDeliveryChannelResponse :: DeleteDeliveryChannelResponse Source
Creates a value of DeleteDeliveryChannelResponse with the minimum fields required to make a request.
data DeleteDeliveryChannelResponse Source
See: deleteDeliveryChannelResponse smart constructor.