The input for the DescribeDeliveryChannels action.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-describe-delivery-channels-request-schema.json", "title": "DescribeDeliveryChannelsRequest", "description": "The input for the <a>DescribeDeliveryChannels</a> action.", "type": "object", "properties": { "DeliveryChannelNames": { "allOf": [ { "$ref": "#/components/schemas/DeliveryChannelNameList" }, { "description": "A list of delivery channel names." } ] } } }