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

ListImportsInput

import type { ListImportsInput } from "https://aws-api.deno.dev/v0.4/services/dynamodb.ts?docs=full";
interface ListImportsInput {
NextToken?: string | null;
PageSize?: number | null;
TableArn?: string | null;
}

§Properties

§
NextToken?: string | null
[src]

An optional string that, if supplied, must be copied from the output of a previous call to ListImports. When provided in this manner, the API fetches the next page of results.

§
PageSize?: number | null
[src]

The number of ImportSummaryobjects returned in a single page.

§
TableArn?: string | null
[src]

The Amazon Resource Name (ARN) associated with the table that was imported to.