Smaws_Client_RDS.DeleteDBClusterAutomatedBackupDeletes automated backups using the DbClusterResourceId value of the source DB cluster or the Amazon Resource Name (ARN) of the automated backups.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterAutomatedBackupNotFoundFault of
Types.db_cluster_automated_backup_not_found_fault
| `InvalidDBClusterAutomatedBackupStateFault of
Types.invalid_db_cluster_automated_backup_state_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_db_cluster_automated_backup_message ->
(Types.delete_db_cluster_automated_backup_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterAutomatedBackupNotFoundFault of
Types.db_cluster_automated_backup_not_found_fault
| `InvalidDBClusterAutomatedBackupStateFault of
Types.invalid_db_cluster_automated_backup_state_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_db_cluster_automated_backup_message ->
(Types.delete_db_cluster_automated_backup_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBClusterAutomatedBackupNotFoundFault of
Types.db_cluster_automated_backup_not_found_fault
| `InvalidDBClusterAutomatedBackupStateFault of
Types.invalid_db_cluster_automated_backup_state_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result