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

StartReportJobInput

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

§Properties

§
IdempotencyToken?: string | null
[src]

A customer-chosen string that you can use to distinguish between otherwise identical calls to StartReportJobInput. Retrying a successful request with the same idempotency token results in a success message with no action taken.

§
ReportPlanName: string
[src]

The unique name of a report plan.