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

UpdateGlobalSecondaryIndexAction

import type { UpdateGlobalSecondaryIndexAction } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";

Represents the new provisioned throughput settings to be applied to a global secondary index.

interface UpdateGlobalSecondaryIndexAction {
IndexName: string;
ProvisionedThroughput: ProvisionedThroughput;
}

§Properties

§
IndexName: string
[src]

The name of the global secondary index to be updated.

§
ProvisionedThroughput: ProvisionedThroughput
[src]

Represents the provisioned throughput settings for the specified global secondary index.

For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.