Values.CreateSignalingChannelOutputSourceCreates a signaling channel. CreateSignalingChannel is an asynchronous operation.
type nonrec t = {channelARN : ResourceARN.t option;The Amazon Resource Name (ARN) of the created channel.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `AccountChannelLimitExceededException of AccountChannelLimitExceededException.t| `ClientLimitExceededException of ClientLimitExceededException.t| `InvalidArgumentException of InvalidArgumentException.t| `ResourceInUseException of ResourceInUseException.t| `TagsPerResourceExceededLimitException of
TagsPerResourceExceededLimitException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AccountChannelLimitExceededException of
AccountChannelLimitExceededException.t
| `ClientLimitExceededException of ClientLimitExceededException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `ResourceInUseException of ResourceInUseException.t
| `TagsPerResourceExceededLimitException of
TagsPerResourceExceededLimitException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AccountChannelLimitExceededException of
AccountChannelLimitExceededException.t
| `ClientLimitExceededException of ClientLimitExceededException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `ResourceInUseException of ResourceInUseException.t
| `TagsPerResourceExceededLimitException of
TagsPerResourceExceededLimitException.t
| `Unknown_operation_error of string * string option ]