Values.ChannelInfoSourceA structure that encapsulates a signaling channel's metadata and properties.
type nonrec t = {channelName : ChannelName.t option;The name of the signaling channel.
*)channelARN : ResourceARN.t option;The Amazon Resource Name (ARN) of the signaling channel.
*)channelType : ChannelType.t option;The type of the signaling channel.
*)channelStatus : Status.t option;Current status of the signaling channel.
*)creationTime : Timestamp.t option;The time at which the signaling channel was created.
*)singleMasterConfiguration : SingleMasterConfiguration.t option;A structure that contains the configuration for the SINGLE_MASTER channel type.
*)version : Version.t option;The current version of the signaling channel.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ChannelName.t
| `Structure of (string * [> `Integer of MessageTtlSeconds.t ]) list
| `Timestamp of Timestamp.t ])
list ]