Values.BatchDeleteClusterSnapshotsResultSourceDeletes a set of cluster snapshots.
type batchDeleteClusterSnapshotsResult = {resources : SnapshotIdentifierList.t option;A list of the snapshot identifiers that were deleted.
*)errors : BatchSnapshotOperationErrorList.t option;A list of any errors returned.
*)}and t = {batchDeleteClusterSnapshotsResult : batchDeleteClusterSnapshotsResult;responseMetaData : responseMetaData;}type error = [ | `BatchDeleteRequestSizeExceededFault of BatchDeleteRequestSizeExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BatchDeleteRequestSizeExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BatchDeleteRequestSizeExceededFault of unit
| `Unknown_operation_error of string * string option ]