Values.DeleteChannelResponseSourceDeletes a channel.
type nonrec error = [ | `ChannelARNInvalidException of ChannelARNInvalidException.t| `ChannelNotFoundException of ChannelNotFoundException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ChannelARNInvalidException of unit
| `ChannelNotFoundException of unit
| `OperationNotPermittedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ChannelARNInvalidException of unit
| `ChannelNotFoundException of unit
| `OperationNotPermittedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]