Values.DescribeDeliveryChannelsResponseSourceThe output for the DescribeDeliveryChannels action.
type nonrec t = {deliveryChannels : DeliveryChannelList.t option;A list that contains the descriptions of the specified delivery channel.
*)}type nonrec error = [ | `NoSuchDeliveryChannelException of NoSuchDeliveryChannelException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `NoSuchDeliveryChannelException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `NoSuchDeliveryChannelException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of ChannelName.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]
list ])
list ]