Values.DescribeSignalingChannelInputSourceReturns the most current information about the signaling channel. You must specify either the name or the Amazon Resource Name (ARN) of the channel that you want to describe.
type nonrec t = {channelName : ChannelName.t option;The name of the signaling channel that you want to describe.
*)channelARN : ResourceARN.t option;The ARN of the signaling channel that you want to describe.
*)}