Values.RoomSummarySourceSummary information about a room.
type nonrec t = {arn : RoomArn.t option;Room ARN.
*)id : RoomID.t option;Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
*)name : RoomName.t option;Room name. The value does not need to be unique.
*)messageReviewHandler : MessageReviewHandler.t option;Configuration information for optional review of messages.
*)createTime : Time.t option;Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
*)updateTime : Time.t option;Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
*)loggingConfigurationIdentifiers : LoggingConfigurationIdentifierList.t option;List of logging-configuration identifiers attached to the room.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of LoggingConfigurationIdentifier.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of RoomArn.t
| `Structure of
(string * [> `Enum of string | `String of LambdaArn.t ]) list
| `Timestamp of Time.t ])
list ]