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

ListImportsOutput

import type { ListImportsOutput } from "https://aws-api.deno.dev/v0.4/services/dynamodb.ts?docs=full";
interface ListImportsOutput {
ImportSummaryList?: ImportSummary[] | null;
NextToken?: string | null;
}

§Properties

§
ImportSummaryList?: ImportSummary[] | null
[src]

A list of ImportSummary objects.

§
NextToken?: string | null
[src]

If this value is returned, there are additional results to be displayed. To retrieve them, call ListImports again, with NextToken set to this value.