Run in Apidog
Returns the current status of the specified delivery channel. If a delivery channel is not specified, this action returns the current status of all delivery channels associated with the account.
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"DeliveryChannelNames": []
}'
Response Response Example
{
"DeliveryChannelsStatus" : [ ]
}
Request Body Params application/json
The input for the <a>DeliveryChannelStatus</a> action.
DeliveryChannelNames
array [string]
optional A list of delivery channel names.
Responses application/json Generate Code
The output for the <a>DescribeDeliveryChannelStatus</a> action.
DeliveryChannelsStatus
array [object (DeliveryChannelStatus) {4}]Â
optional A list that contains the status of a specified delivery channel.
The name of the delivery channel.
configSnapshotDeliveryInfo
object Â
optional A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
configHistoryDeliveryInfo
object Â
optional A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
configStreamDeliveryInfo
object Â
optional A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
Modified at 2023-08-15 05:59:06