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

DescribeImportOutput

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

§Properties

§
ImportTableDescription: ImportTableDescription
[src]

Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.