Values.DeleteDBClusterResultSourceThe DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted. Note that the DB Cluster cannot be deleted if deletion protection is enabled. To delete it, you must first set its DeletionProtection field to False.
type error = [ | `DBClusterNotFoundFault of DBClusterNotFoundFault.t| `DBClusterSnapshotAlreadyExistsFault of DBClusterSnapshotAlreadyExistsFault.t| `InvalidDBClusterSnapshotStateFault of InvalidDBClusterSnapshotStateFault.t| `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t| `SnapshotQuotaExceededFault of SnapshotQuotaExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBClusterNotFoundFault of unit
| `DBClusterSnapshotAlreadyExistsFault of unit
| `InvalidDBClusterSnapshotStateFault of unit
| `InvalidDBClusterStateFault of unit
| `SnapshotQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBClusterNotFoundFault of unit
| `DBClusterSnapshotAlreadyExistsFault of unit
| `InvalidDBClusterSnapshotStateFault of unit
| `InvalidDBClusterStateFault of unit
| `SnapshotQuotaExceededFault 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
| `Integer of IntegerOptional.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of IntegerOptional.t
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Double of DoubleOptional.t
| `Integer of IntegerOptional.t
| `String of String_.t
| `Structure of
(string
* [> `List of [> `String of String_.t ] list ])
list ])
list
| `Timestamp of TStamp.t ])
list ])
list ])
list ]