Values.DescribeRetentionConfigurationsRequestSourceReturns the details of one or more retention configurations. If the retention configuration name is not specified, this operation returns the details for all the retention configurations for that account. Currently, Config supports only one retention configuration per region in your account.
type nonrec t = {retentionConfigurationNames : RetentionConfigurationNameList.t option;A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account. Currently, Config supports only one retention configuration per region in your account.
*)nextToken : NextToken.t option;The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of RetentionConfigurationName.t ] list
| `String of NextToken.t ])
list ]