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

GetBackupPlanInput

import type { GetBackupPlanInput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface GetBackupPlanInput {
BackupPlanId: string;
VersionId?: string | null;
}

§Properties

§
BackupPlanId: string
[src]

Uniquely identifies a backup plan.

§
VersionId?: string | null
[src]

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.