Values.CreateSignalingChannelInputSourceCreates a signaling channel. CreateSignalingChannel is an asynchronous operation.
type nonrec t = {channelName : ChannelName.t;A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services account and Amazon Web Services Region.
*)channelType : ChannelType.t option;A type of the signaling channel that you are creating. Currently, SINGLE_MASTER is the only supported channel type.
*)singleMasterConfiguration : SingleMasterConfiguration.t option;A structure containing the configuration for the SINGLE_MASTER channel type. The default configuration for the channel message's time to live is 60 seconds (1 minute).
*)}val make :
?channelType:??? ->
?singleMasterConfiguration:??? ->
?tags:??? ->
channelName:ChannelName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ChannelName.t
| `Structure of (string * [> `Integer of MessageTtlSeconds.t ]) list ])
list ]