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

ListGlobalTablesInput

import type { ListGlobalTablesInput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface ListGlobalTablesInput {
ExclusiveStartGlobalTableName?: string | null;
Limit?: number | null;
RegionName?: string | null;
}

§Properties

§
ExclusiveStartGlobalTableName?: string | null
[src]

The first global table name that this operation will evaluate.

§
Limit?: number | null
[src]

The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.

If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the table names collected up to that point, with a table name in the LastEvaluatedGlobalTableName to apply in a subsequent operation to the ExclusiveStartGlobalTableName parameter.

§
RegionName?: string | null
[src]

Lists the global tables in a specific Region.