Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Deletes the delivery channel.
Before you can delete the delivery channel, you must stop the configuration recorder by using the StopConfigurationRecorder action.
Synopsis
- data DeleteDeliveryChannel = DeleteDeliveryChannel' {}
- newDeleteDeliveryChannel :: Text -> DeleteDeliveryChannel
- deleteDeliveryChannel_deliveryChannelName :: Lens' DeleteDeliveryChannel Text
- data DeleteDeliveryChannelResponse = DeleteDeliveryChannelResponse' {
- newDeleteDeliveryChannelResponse :: DeleteDeliveryChannelResponse
Creating a Request
data DeleteDeliveryChannel Source #
The input for the DeleteDeliveryChannel action. The action accepts the following data, in JSON format.
See: newDeleteDeliveryChannel
smart constructor.
DeleteDeliveryChannel' | |
|
Instances
newDeleteDeliveryChannel Source #
Create a value of DeleteDeliveryChannel
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deliveryChannelName:DeleteDeliveryChannel'
, deleteDeliveryChannel_deliveryChannelName
- The name of the delivery channel to delete.
Request Lenses
deleteDeliveryChannel_deliveryChannelName :: Lens' DeleteDeliveryChannel Text Source #
The name of the delivery channel to delete.
Destructuring the Response
data DeleteDeliveryChannelResponse Source #
See: newDeleteDeliveryChannelResponse
smart constructor.
Instances
newDeleteDeliveryChannelResponse :: DeleteDeliveryChannelResponse Source #
Create a value of DeleteDeliveryChannelResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.