Module Values.RestoreBackupRequestSource

Restores a specified CloudHSM backup that is in the PENDING_DELETION state. For more information on deleting a backup, see DeleteBackup. Cross-account use: No. You cannot perform this operation on an CloudHSM backup in a different Amazon Web Services account.

Sourcetype nonrec t = {
  1. backupId : BackupId.t;
    (*

    The ID of the backup to be restored. To find the ID of a backup, use the DescribeBackups operation.

    *)
}
Sourceval context_ : string
Sourceval make : backupId:BackupId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BackupId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t