Skip to content

Commit 622ef03

Browse files
author
awstools
committed
feat(client-dynamodb): Extended Global Secondary Index (GSI) composite keys to support up to 8 attributes.
1 parent 1667189 commit 622ef03

15 files changed

+79
-80
lines changed

clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export interface BatchExecuteStatementCommandOutput extends BatchExecuteStatemen
206206
* @throws {@link RequestLimitExceeded} (client fault)
207207
* <p>Throughput exceeds the current throughput quota for your account. For detailed
208208
* information about why the request was throttled and the ARN of the impacted resource,
209-
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
209+
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a quota
210210
* increase.</p>
211211
*
212212
* @throws {@link ThrottlingException} (client fault)

clients/client-dynamodb/src/commands/BatchGetItemCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export interface BatchGetItemCommandOutput extends BatchGetItemOutput, __Metadat
271271
* @throws {@link RequestLimitExceeded} (client fault)
272272
* <p>Throughput exceeds the current throughput quota for your account. For detailed
273273
* information about why the request was throttled and the ARN of the impacted resource,
274-
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
274+
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a quota
275275
* increase.</p>
276276
*
277277
* @throws {@link ResourceNotFoundException} (client fault)

clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export interface BatchWriteItemCommandOutput extends BatchWriteItemOutput, __Met
321321
* @throws {@link RequestLimitExceeded} (client fault)
322322
* <p>Throughput exceeds the current throughput quota for your account. For detailed
323323
* information about why the request was throttled and the ARN of the impacted resource,
324-
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
324+
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a quota
325325
* increase.</p>
326326
*
327327
* @throws {@link ResourceNotFoundException} (client fault)

clients/client-dynamodb/src/commands/DeleteItemCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export interface DeleteItemCommandOutput extends DeleteItemOutput, __MetadataBea
234234
* @throws {@link RequestLimitExceeded} (client fault)
235235
* <p>Throughput exceeds the current throughput quota for your account. For detailed
236236
* information about why the request was throttled and the ARN of the impacted resource,
237-
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
237+
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a quota
238238
* increase.</p>
239239
*
240240
* @throws {@link ResourceNotFoundException} (client fault)

clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export interface ExecuteStatementCommandOutput extends ExecuteStatementOutput, _
215215
* @throws {@link RequestLimitExceeded} (client fault)
216216
* <p>Throughput exceeds the current throughput quota for your account. For detailed
217217
* information about why the request was throttled and the ARN of the impacted resource,
218-
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
218+
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a quota
219219
* increase.</p>
220220
*
221221
* @throws {@link ResourceNotFoundException} (client fault)

clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export interface ExecuteTransactionCommandOutput extends ExecuteTransactionOutpu
205205
* @throws {@link RequestLimitExceeded} (client fault)
206206
* <p>Throughput exceeds the current throughput quota for your account. For detailed
207207
* information about why the request was throttled and the ARN of the impacted resource,
208-
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
208+
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a quota
209209
* increase.</p>
210210
*
211211
* @throws {@link ResourceNotFoundException} (client fault)

clients/client-dynamodb/src/commands/GetItemCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export interface GetItemCommandOutput extends GetItemOutput, __MetadataBearer {}
199199
* @throws {@link RequestLimitExceeded} (client fault)
200200
* <p>Throughput exceeds the current throughput quota for your account. For detailed
201201
* information about why the request was throttled and the ARN of the impacted resource,
202-
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
202+
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a quota
203203
* increase.</p>
204204
*
205205
* @throws {@link ResourceNotFoundException} (client fault)

clients/client-dynamodb/src/commands/PutItemCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export interface PutItemCommandOutput extends PutItemOutput, __MetadataBearer {}
244244
* @throws {@link RequestLimitExceeded} (client fault)
245245
* <p>Throughput exceeds the current throughput quota for your account. For detailed
246246
* information about why the request was throttled and the ARN of the impacted resource,
247-
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
247+
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a quota
248248
* increase.</p>
249249
*
250250
* @throws {@link ResourceNotFoundException} (client fault)

clients/client-dynamodb/src/commands/QueryCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export interface QueryCommandOutput extends QueryOutput, __MetadataBearer {}
275275
* @throws {@link RequestLimitExceeded} (client fault)
276276
* <p>Throughput exceeds the current throughput quota for your account. For detailed
277277
* information about why the request was throttled and the ARN of the impacted resource,
278-
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
278+
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a quota
279279
* increase.</p>
280280
*
281281
* @throws {@link ResourceNotFoundException} (client fault)

clients/client-dynamodb/src/commands/ScanCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export interface ScanCommandOutput extends ScanOutput, __MetadataBearer {}
259259
* @throws {@link RequestLimitExceeded} (client fault)
260260
* <p>Throughput exceeds the current throughput quota for your account. For detailed
261261
* information about why the request was throttled and the ARN of the impacted resource,
262-
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web ServicesSupport</a> to request a quota
262+
* find the <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html">ThrottlingReason</a> field in the returned exception. Contact <a href="https://aws.amazon.com/support">Amazon Web Services Support</a> to request a quota
263263
* increase.</p>
264264
*
265265
* @throws {@link ResourceNotFoundException} (client fault)

0 commit comments

Comments
 (0)