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

ListExportsOutput

import type { ListExportsOutput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface ListExportsOutput {
ExportSummaries?: ExportSummary[] | null;
NextToken?: string | null;
}

§Properties

§
ExportSummaries?: ExportSummary[] | null
[src]

A list of ExportSummary objects.

§
NextToken?: string | null
[src]

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