Values.DeleteBackupResponseSourceThe response object for the DeleteBackup operation.
type nonrec t = {backupId : BackupId.t option;The ID of the backup that was deleted.
*)lifecycle : BackupLifecycle.t option;The lifecycle status of the backup. If the DeleteBackup operation is successful, the status is DELETED.
*)}type nonrec error = [ | `BackupBeingCopied of BackupBeingCopied.t| `BackupInProgress of BackupInProgress.t| `BackupNotFound of BackupNotFound.t| `BackupRestoring of BackupRestoring.t| `BadRequest of BadRequest.t| `IncompatibleParameterError of IncompatibleParameterError.t| `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BackupBeingCopied of BackupBeingCopied.t
| `BackupInProgress of BackupInProgress.t
| `BackupNotFound of BackupNotFound.t
| `BackupRestoring of BackupRestoring.t
| `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BackupBeingCopied of BackupBeingCopied.t
| `BackupInProgress of BackupInProgress.t
| `BackupNotFound of BackupNotFound.t
| `BackupRestoring of BackupRestoring.t
| `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of BackupId.t ]) list ]