amazonka-dynamodb-0.0.1: Amazon DynamoDB SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.DynamoDB.UpdateTable

Contents

Description

Updates the provisioned throughput for the given table. Setting the throughput for a table helps you manage performance and is part of the provisioned throughput feature of DynamoDB. The provisioned throughput values can be upgraded or downgraded based on the maximums and minimums listed in the Limits section in the Amazon DynamoDB Developer Guide. The table must be in the ACTIVE state for this operation to succeed. UpdateTable is an asynchronous operation; while executing the operation, the table is in the UPDATING state. While the table is in the UPDATING state, the table still has the provisioned throughput from before the call. The new provisioned throughput setting is in effect only when the table returns to the ACTIVE state after the UpdateTable operation. You cannot add, modify or delete indexes using UpdateTable. Indexes can only be defined at table creation time.

http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html

Synopsis

Request

Request constructor

Request lenses

utGlobalSecondaryIndexUpdates :: Lens' UpdateTable [GlobalSecondaryIndexUpdate] Source

An array of one or more global secondary indexes on the table, together with provisioned throughput settings for each index.

utTableName :: Lens' UpdateTable Text Source

The name of the table to be updated.

Response

Response constructor

updateTableResponse :: UpdateTableResponse Source

UpdateTableResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses