Values.DeleteDBClusterSnapshotResultSourceDeletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated. The DB cluster snapshot must be in the available state to be deleted.
and t = {deleteDBClusterSnapshotResult : deleteDBClusterSnapshotResult;responseMetaData : responseMetaData;}type error = [ | `DBClusterSnapshotNotFoundFault of DBClusterSnapshotNotFoundFault.t| `InvalidDBClusterSnapshotStateFault of InvalidDBClusterSnapshotStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBClusterSnapshotNotFoundFault of unit
| `InvalidDBClusterSnapshotStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBClusterSnapshotNotFoundFault of unit
| `InvalidDBClusterSnapshotStateFault of unit
| `Unknown_operation_error of string * string option ]