Module Values.RoomRetentionSettingsSource

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

Sourcetype nonrec t = {
  1. retentionDays : RetentionDays.t option;
    (*

    The number of days for which to retain chat-room messages.

    *)
}
Sourceval make : ?retentionDays:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of RetentionDays.t ]) 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