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

DescribeRestoreJobInput

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

§Properties

§
RestoreJobId: string
[src]

Uniquely identifies the job that restores a recovery point.