Values.DeleteBackupResponseSourceDeletes a specified CloudHSM backup. A backup can be restored up to 7 days after the DeleteBackup request is made. For more information on restoring a backup, see RestoreBackup. Cross-account use: No. You cannot perform this operation on an CloudHSM backup in a different Amazon Web Services account.
type nonrec error = [ | `CloudHsmAccessDeniedException of CloudHsmAccessDeniedException.t| `CloudHsmInternalFailureException of CloudHsmInternalFailureException.t| `CloudHsmInvalidRequestException of CloudHsmInvalidRequestException.t| `CloudHsmResourceNotFoundException of CloudHsmResourceNotFoundException.t| `CloudHsmServiceException of CloudHsmServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CloudHsmAccessDeniedException of CloudHsmAccessDeniedException.t
| `CloudHsmInternalFailureException of CloudHsmInternalFailureException.t
| `CloudHsmInvalidRequestException of CloudHsmInvalidRequestException.t
| `CloudHsmResourceNotFoundException of CloudHsmResourceNotFoundException.t
| `CloudHsmServiceException of CloudHsmServiceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CloudHsmAccessDeniedException of CloudHsmAccessDeniedException.t
| `CloudHsmInternalFailureException of CloudHsmInternalFailureException.t
| `CloudHsmInvalidRequestException of CloudHsmInvalidRequestException.t
| `CloudHsmResourceNotFoundException of CloudHsmResourceNotFoundException.t
| `CloudHsmServiceException of CloudHsmServiceException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of BackupId.t
| `Timestamp of Timestamp.t ])
list ])
list ]