Copyright | (c) 2013-2016 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 |
Deletes the delivery channel.
Before you can delete the delivery channel, you must stop the configuration recorder by using the StopConfigurationRecorder
action.
Creating a Request
deleteDeliveryChannel Source #
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:
ddcDeliveryChannelName
- The name of the delivery channel to delete.
data DeleteDeliveryChannel Source #
The input for the DeleteDeliveryChannel
action. The action accepts the following data in JSON format.
See: deleteDeliveryChannel
smart constructor.
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.