Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RestoreBackupRequest

import type { RestoreBackupRequest } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";
interface RestoreBackupRequest {
BackupId: string;
}

§Properties

§
BackupId: string
[src]

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