Values.ModifyClusterSnapshotResultSourceModifies the settings for a snapshot. This exanmple modifies the manual retention period setting for a cluster snapshot.
and t = {modifyClusterSnapshotResult : modifyClusterSnapshotResult;responseMetaData : responseMetaData;}type error = [ | `ClusterSnapshotNotFoundFault of ClusterSnapshotNotFoundFault.t| `InvalidClusterSnapshotStateFault of InvalidClusterSnapshotStateFault.t| `InvalidRetentionPeriodFault of InvalidRetentionPeriodFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterSnapshotNotFoundFault of unit
| `InvalidClusterSnapshotStateFault of unit
| `InvalidRetentionPeriodFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterSnapshotNotFoundFault of unit
| `InvalidClusterSnapshotStateFault of unit
| `InvalidRetentionPeriodFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `Integer of Integer.t
| `List of
[> `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list ]
list
| `Long of Long.t
| `String of String_.t
| `Timestamp of TStamp.t ])
list ])
list ])
list ]