Smaws_Client_ConfigService.DeleteDeliveryChannel
Deletes the delivery channel.
Before you can delete the delivery channel, you must stop the customer managed configuration recorder. You can use the StopConfigurationRecorder
operation to stop the customer managed configuration recorder.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `LastDeliveryChannelDeleteFailedException of
Types.last_delivery_channel_delete_failed_exception
| `NoSuchDeliveryChannelException of Types.no_such_delivery_channel_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.delete_delivery_channel_request ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsJson.error
| `LastDeliveryChannelDeleteFailedException of
Types.last_delivery_channel_delete_failed_exception
| `NoSuchDeliveryChannelException of
Types.no_such_delivery_channel_exception ])
Stdlib.result