Module Values.CreateSignalingChannelOutputSource

Creates a signaling channel. CreateSignalingChannel is an asynchronous operation.

Sourcetype nonrec t = {
  1. channelARN : ResourceARN.t option;
    (*

    The Amazon Resource Name (ARN) of the created channel.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `AccountChannelLimitExceededException of AccountChannelLimitExceededException.t
  3. | `ClientLimitExceededException of ClientLimitExceededException.t
  4. | `InvalidArgumentException of InvalidArgumentException.t
  5. | `ResourceInUseException of ResourceInUseException.t
  6. | `TagsPerResourceExceededLimitException of TagsPerResourceExceededLimitException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?channelARN:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceARN.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t