Values.RetentionSettingsSourceThe retention settings for an Amazon Chime Enterprise account that determine how long to retain items such as chat-room messages and chat-conversation messages.
type nonrec t = {roomRetentionSettings : RoomRetentionSettings.t option;The chat room retention settings.
*)conversationRetentionSettings : ConversationRetentionSettings.t option;The chat conversation retention settings.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Integer of RetentionDays.t ]) list ])
list ]