Values_1.DeleteDBClusterAutomatedBackupResultSourceDeletes automated backups using the DbClusterResourceId value of the source DB cluster or the Amazon Resource Name (ARN) of the automated backups.
type deleteDBClusterAutomatedBackupResult = {dBClusterAutomatedBackup : Values_0.DBClusterAutomatedBackup.t option;}and t = {deleteDBClusterAutomatedBackupResult : deleteDBClusterAutomatedBackupResult;responseMetaData : responseMetaData;}type error = [ | `DBClusterAutomatedBackupNotFoundFault of
Values_0.DBClusterAutomatedBackupNotFoundFault.t| `InvalidDBClusterAutomatedBackupStateFault of
Values_0.InvalidDBClusterAutomatedBackupStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBClusterAutomatedBackupNotFoundFault of unit
| `InvalidDBClusterAutomatedBackupStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBClusterAutomatedBackupNotFoundFault of unit
| `InvalidDBClusterAutomatedBackupStateFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `List of
[> `String of string
| `Structure of
(string * [> `String of string ]) list ]
list
| `String of string
| `Structure of
(string * [> `Timestamp of string ]) list
| `Timestamp of string ])
list ])
list ])
list ]