Values.DescribeDeliveryChannelsRequestSourceThe input for the DescribeDeliveryChannels action.
type nonrec t = {deliveryChannelNames : DeliveryChannelNameList.t option;A list of delivery channel names.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of ChannelName.t ] list ]) list ]