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

StartRestoreJobInput

import type { StartRestoreJobInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/backup.ts";
interface StartRestoreJobInput {
IamRoleArn: string;
IdempotencyToken?: string | null;
Metadata: {
[key: string]: string | null | undefined;
}
;
RecoveryPointArn: string;
ResourceType?: string | null;
}

§Properties

§
IamRoleArn: string
[src]
§
IdempotencyToken?: string | null
[src]
§
Metadata: {
[key: string]: string | null | undefined;
}
[src]
§
RecoveryPointArn: string
[src]
§
ResourceType?: string | null
[src]