Smaws_Client_RDS.DeleteDBClusterThe 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.
If you're deleting a Multi-AZ DB cluster with read replicas, all cluster members are terminated and read replicas are promoted to standalone instances.
For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.
For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterAutomatedBackupQuotaExceededFault of
Types.db_cluster_automated_backup_quota_exceeded_fault
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `DBClusterSnapshotAlreadyExistsFault of
Types.db_cluster_snapshot_already_exists_fault
| `InvalidDBClusterSnapshotStateFault of
Types.invalid_db_cluster_snapshot_state_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidGlobalClusterStateFault of Types.invalid_global_cluster_state_fault
| `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault
| `SnapshotQuotaExceededFault of Types.snapshot_quota_exceeded_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_db_cluster_message ->
(Types.delete_db_cluster_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterAutomatedBackupQuotaExceededFault of
Types.db_cluster_automated_backup_quota_exceeded_fault
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `DBClusterSnapshotAlreadyExistsFault of
Types.db_cluster_snapshot_already_exists_fault
| `InvalidDBClusterSnapshotStateFault of
Types.invalid_db_cluster_snapshot_state_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidGlobalClusterStateFault of
Types.invalid_global_cluster_state_fault
| `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault
| `SnapshotQuotaExceededFault of Types.snapshot_quota_exceeded_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_db_cluster_message ->
(Types.delete_db_cluster_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterAutomatedBackupQuotaExceededFault of
Types.db_cluster_automated_backup_quota_exceeded_fault
| `DBClusterNotFoundFault of Types.db_cluster_not_found_fault
| `DBClusterSnapshotAlreadyExistsFault of
Types.db_cluster_snapshot_already_exists_fault
| `InvalidDBClusterSnapshotStateFault of
Types.invalid_db_cluster_snapshot_state_fault
| `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault
| `InvalidGlobalClusterStateFault of
Types.invalid_global_cluster_state_fault
| `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault
| `SnapshotQuotaExceededFault of Types.snapshot_quota_exceeded_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result