Values.DeleteSignalingChannelOutputSourceDeletes a specified signaling channel. DeleteSignalingChannel is an asynchronous operation. If you don't specify the channel's current version, the most recent version is deleted.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ClientLimitExceededException of ClientLimitExceededException.t| `InvalidArgumentException of InvalidArgumentException.t| `ResourceInUseException of ResourceInUseException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `VersionMismatchException of VersionMismatchException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientLimitExceededException of ClientLimitExceededException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `VersionMismatchException of VersionMismatchException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientLimitExceededException of ClientLimitExceededException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `VersionMismatchException of VersionMismatchException.t ]