Module Values.RetentionSettingsSource

The retention settings for an Amazon Chime Enterprise account that determine how long to retain items such as chat-room messages and chat-conversation messages.

Sourcetype nonrec t = {
  1. roomRetentionSettings : RoomRetentionSettings.t option;
    (*

    The chat room retention settings.

    *)
  2. conversationRetentionSettings : ConversationRetentionSettings.t option;
    (*

    The chat conversation retention settings.

    *)
}
Sourceval make : ?roomRetentionSettings:??? -> ?conversationRetentionSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of RetentionDays.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t