Values.PutRetentionConfigurationResponseSourceCreates and updates the retention configuration with details about retention period (number of days) that Config stores your historical information. The API creates the RetentionConfiguration object and names the object as default. When you have a RetentionConfiguration object named default, calling the API modifies the default object. Currently, Config supports only one retention configuration per region in your account.
type nonrec t = {retentionConfiguration : RetentionConfiguration.t option;Returns a retention configuration object.
*)}type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `MaxNumberOfRetentionConfigurationsExceededException of
MaxNumberOfRetentionConfigurationsExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of unit
| `MaxNumberOfRetentionConfigurationsExceededException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of unit
| `MaxNumberOfRetentionConfigurationsExceededException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of RetentionPeriodInDays.t
| `String of RetentionConfigurationName.t ])
list ])
list ]