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

UpdateGlobalTableInput

import type { UpdateGlobalTableInput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface UpdateGlobalTableInput {
GlobalTableName: string;
ReplicaUpdates: ReplicaUpdate[];
}

§Properties

§
GlobalTableName: string
[src]

The global table name.

§
ReplicaUpdates: ReplicaUpdate[]
[src]

A list of Regions that should be added or removed from the global table.