Values.GetChannelOutputSourceDisplays information about a channel in a private re:Post.
type nonrec t = {spaceId : SpaceId.t option;The unique ID of the private re:Post.
*)channelId : ChannelId.t option;The unique ID of the private re:Post channel.
*)channelName : ChannelName.t option;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.
*)createDateTime : SyntheticTimestamp_date_time.t option;The date when the channel was created.
*)deleteDateTime : SyntheticTimestamp_date_time.t option;The date when the channel was deleted.
*)channelRoles : ChannelRoles.t option;The channel roles associated to the users and groups of the channel.
*)channelStatus : ChannelStatus.t option;The status pf the channel.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of AccessorId.t ]
* [> `List of [> `Enum of string ] list ])
list
| `String of SpaceId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]