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

GetBackupPlanFromTemplateOutput

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

§Properties

§
BackupPlanDocument?: BackupPlan | null
[src]

Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.