Smaws_Client_ConfigService.DescribeDeliveryChannelStatusReturns the current status of the specified delivery channel. If a delivery channel is not specified, this operation returns the current status of all delivery channels associated with the account.
Currently, you can specify only one delivery channel per region in your account.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `NoSuchDeliveryChannelException of Types.no_such_delivery_channel_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_delivery_channel_status_request ->
(Types.describe_delivery_channel_status_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `NoSuchDeliveryChannelException of
Types.no_such_delivery_channel_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_delivery_channel_status_request ->
(Types.describe_delivery_channel_status_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `NoSuchDeliveryChannelException of
Types.no_such_delivery_channel_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result