Values.DescribeDeliveryChannelStatusResponseSourceThe output for the DescribeDeliveryChannelStatus action.
type nonrec t = {deliveryChannelsStatus : DeliveryChannelStatusList.t option;A list that contains the status of a 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 ]