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

ExportSummary

import type { ExportSummary } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";

Summary information about an export task.

interface ExportSummary {
ExportArn?: string | null;
ExportStatus?: ExportStatus | null;
}

§Properties

§
ExportArn?: string | null
[src]

The Amazon Resource Name (ARN) of the export.

§
ExportStatus?: ExportStatus | null
[src]

Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.