Values.CreateChannelInputSourceCreates a channel in an AWS re:Post Private private re:Post.
type nonrec t = {spaceId : SpaceId.t;The unique ID of the private re:Post.
*)channelName : ChannelName.t;The name for the channel. This must be unique per private re:Post.
*)channelDescription : ChannelDescription.t option;A description for the channel. This is used only to help you identify this channel.
*)}val make :
?channelDescription:??? ->
spaceId:SpaceId.t ->
channelName:ChannelName.t ->
unit ->
t