Values_1.DeleteDBInstanceAutomatedBackupResultSourceDeletes automated backups using the DbiResourceId value of the source DB instance or the Amazon Resource Name (ARN) of the automated backups.
type deleteDBInstanceAutomatedBackupResult = {dBInstanceAutomatedBackup : Values_0.DBInstanceAutomatedBackup.t option;}and t = {deleteDBInstanceAutomatedBackupResult : deleteDBInstanceAutomatedBackupResult;responseMetaData : responseMetaData;}type error = [ | `DBInstanceAutomatedBackupNotFoundFault of
Values_0.DBInstanceAutomatedBackupNotFoundFault.t| `InvalidDBInstanceAutomatedBackupStateFault of
Values_0.InvalidDBInstanceAutomatedBackupStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBInstanceAutomatedBackupNotFoundFault of unit
| `InvalidDBInstanceAutomatedBackupStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBInstanceAutomatedBackupNotFoundFault of unit
| `InvalidDBInstanceAutomatedBackupStateFault 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
[> `Structure of
(string
* [> `Integer of int | `String of string ])
list ]
list
| `String of string
| `Structure of
(string * [> `Timestamp of string ]) list
| `Timestamp of string ])
list ])
list ])
list ]