Values.BatchModifyClusterSnapshotsOutputMessageSourceModifies the settings for a set of cluster snapshots.
type batchModifyClusterSnapshotsResult = {resources : SnapshotIdentifierList.t option;A list of the snapshots that were modified.
*)errors : BatchSnapshotOperationErrors.t option;A list of any errors returned.
*)}and t = {batchModifyClusterSnapshotsResult : batchModifyClusterSnapshotsResult;responseMetaData : responseMetaData;}type error = [ | `BatchModifyClusterSnapshotsLimitExceededFault of
BatchModifyClusterSnapshotsLimitExceededFault.t| `InvalidRetentionPeriodFault of InvalidRetentionPeriodFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BatchModifyClusterSnapshotsLimitExceededFault of unit
| `InvalidRetentionPeriodFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BatchModifyClusterSnapshotsLimitExceededFault of unit
| `InvalidRetentionPeriodFault of unit
| `Unknown_operation_error of string * string option ]