Skip to content

Commit e23ed85

Browse files
author
awstools
committed
feat(client-dynamodb): Add AccountID based endpoint metric to endpoint rules.
1 parent 3dbc5fe commit e23ed85

16 files changed

+164
-72
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export interface BatchExecuteStatementCommandOutput extends BatchExecuteStatemen
207207
* @throws {@link RequestLimitExceeded} (client fault)
208208
* <p>Throughput exceeds the current throughput quota for your account. For detailed
209209
* information about why the request was throttled and the ARN of the impacted resource,
210-
* 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
210+
* 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
211211
* increase.</p>
212212
*
213213
* @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
@@ -272,7 +272,7 @@ export interface BatchGetItemCommandOutput extends BatchGetItemOutput, __Metadat
272272
* @throws {@link RequestLimitExceeded} (client fault)
273273
* <p>Throughput exceeds the current throughput quota for your account. For detailed
274274
* information about why the request was throttled and the ARN of the impacted resource,
275-
* 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
275+
* 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
276276
* increase.</p>
277277
*
278278
* @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
@@ -322,7 +322,7 @@ export interface BatchWriteItemCommandOutput extends BatchWriteItemOutput, __Met
322322
* @throws {@link RequestLimitExceeded} (client fault)
323323
* <p>Throughput exceeds the current throughput quota for your account. For detailed
324324
* information about why the request was throttled and the ARN of the impacted resource,
325-
* 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
325+
* 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
326326
* increase.</p>
327327
*
328328
* @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
@@ -235,7 +235,7 @@ export interface DeleteItemCommandOutput extends DeleteItemOutput, __MetadataBea
235235
* @throws {@link RequestLimitExceeded} (client fault)
236236
* <p>Throughput exceeds the current throughput quota for your account. For detailed
237237
* information about why the request was throttled and the ARN of the impacted resource,
238-
* 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
238+
* 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
239239
* increase.</p>
240240
*
241241
* @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
@@ -216,7 +216,7 @@ export interface ExecuteStatementCommandOutput extends ExecuteStatementOutput, _
216216
* @throws {@link RequestLimitExceeded} (client fault)
217217
* <p>Throughput exceeds the current throughput quota for your account. For detailed
218218
* information about why the request was throttled and the ARN of the impacted resource,
219-
* 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
219+
* 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
220220
* increase.</p>
221221
*
222222
* @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
@@ -206,7 +206,7 @@ export interface ExecuteTransactionCommandOutput extends ExecuteTransactionOutpu
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 Services Support</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 ServicesSupport</a> to request a quota
210210
* increase.</p>
211211
*
212212
* @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
@@ -200,7 +200,7 @@ export interface GetItemCommandOutput extends GetItemOutput, __MetadataBearer {}
200200
* @throws {@link RequestLimitExceeded} (client fault)
201201
* <p>Throughput exceeds the current throughput quota for your account. For detailed
202202
* information about why the request was throttled and the ARN of the impacted resource,
203-
* 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
203+
* 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
204204
* increase.</p>
205205
*
206206
* @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
@@ -245,7 +245,7 @@ export interface PutItemCommandOutput extends PutItemOutput, __MetadataBearer {}
245245
* @throws {@link RequestLimitExceeded} (client fault)
246246
* <p>Throughput exceeds the current throughput quota for your account. For detailed
247247
* information about why the request was throttled and the ARN of the impacted resource,
248-
* 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
248+
* 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
249249
* increase.</p>
250250
*
251251
* @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
@@ -276,7 +276,7 @@ export interface QueryCommandOutput extends QueryOutput, __MetadataBearer {}
276276
* @throws {@link RequestLimitExceeded} (client fault)
277277
* <p>Throughput exceeds the current throughput quota for your account. For detailed
278278
* information about why the request was throttled and the ARN of the impacted resource,
279-
* 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
279+
* 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
280280
* increase.</p>
281281
*
282282
* @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
@@ -260,7 +260,7 @@ export interface ScanCommandOutput extends ScanOutput, __MetadataBearer {}
260260
* @throws {@link RequestLimitExceeded} (client fault)
261261
* <p>Throughput exceeds the current throughput quota for your account. For detailed
262262
* information about why the request was throttled and the ARN of the impacted resource,
263-
* 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
263+
* 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
264264
* increase.</p>
265265
*
266266
* @throws {@link ResourceNotFoundException} (client fault)

0 commit comments

Comments
 (0)