{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-describe-delivery-channel-status-response-structure.json", "name": "DescribeDeliveryChannelStatusResponse", "description": "The output for the DescribeDeliveryChannelStatus action.", "type": "object", "properties": { "DeliveryChannelsStatus": { "allOf": [ { "$ref": "#/components/schemas/DeliveryChannelStatusList" }, { "description": "A list that contains the status of a specified delivery channel." } ] } } }