Values.GetRetentionSettingsResponseSourceGets the retention settings for the specified Amazon Chime Enterprise account. For more information about retention settings, see Managing Chat Retention Policies in the Amazon Chime Administration Guide.
type nonrec t = {retentionSettings : RetentionSettings.t option;The retention settings.
*)initiateDeletionTimestamp : Iso8601Timestamp.t option;The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `NotFoundException of NotFoundException.t| `ServiceFailureException of ServiceFailureException.t| `ThrottledClientException of ThrottledClientException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `NotFoundException of NotFoundException.t
| `ServiceFailureException of ServiceFailureException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottledClientException of ThrottledClientException.t
| `UnauthorizedClientException of UnauthorizedClientException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `NotFoundException of NotFoundException.t
| `ServiceFailureException of ServiceFailureException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottledClientException of ThrottledClientException.t
| `UnauthorizedClientException of UnauthorizedClientException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `Integer of RetentionDays.t ]) list ])
list
| `Timestamp of Iso8601Timestamp.t ])
list ]