@aws-sdk/client-dynamodb 3.933.0 → 3.935.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist-cjs/index.js +241 -240
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +240 -0
  4. package/dist-es/models/errors.js +440 -0
  5. package/dist-es/models/models_0.js +1 -680
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/BatchExecuteStatementCommand.d.ts +1 -1
  8. package/dist-types/commands/BatchGetItemCommand.d.ts +1 -1
  9. package/dist-types/commands/BatchWriteItemCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteItemCommand.d.ts +1 -1
  11. package/dist-types/commands/ExecuteStatementCommand.d.ts +1 -1
  12. package/dist-types/commands/ExecuteTransactionCommand.d.ts +1 -1
  13. package/dist-types/commands/GetItemCommand.d.ts +1 -1
  14. package/dist-types/commands/PutItemCommand.d.ts +1 -1
  15. package/dist-types/commands/QueryCommand.d.ts +1 -1
  16. package/dist-types/commands/ScanCommand.d.ts +1 -1
  17. package/dist-types/commands/TransactGetItemsCommand.d.ts +1 -1
  18. package/dist-types/commands/TransactWriteItemsCommand.d.ts +2 -3
  19. package/dist-types/commands/UpdateItemCommand.d.ts +1 -1
  20. package/dist-types/index.d.ts +3 -1
  21. package/dist-types/models/enums.d.ts +576 -0
  22. package/dist-types/models/errors.d.ts +804 -0
  23. package/dist-types/models/models_0.d.ts +73 -1379
  24. package/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +4 -2
  25. package/dist-types/ts3.4/index.d.ts +3 -1
  26. package/dist-types/ts3.4/models/enums.d.ts +306 -0
  27. package/dist-types/ts3.4/models/errors.d.ts +286 -0
  28. package/dist-types/ts3.4/models/models_0.d.ts +50 -587
  29. package/package.json +12 -12
  30. package/dist-es/models/index.js +0 -2
  31. package/dist-es/models/models_1.js +0 -1
  32. package/dist-types/models/index.d.ts +0 -2
  33. package/dist-types/models/models_1.d.ts +0 -73
  34. package/dist-types/ts3.4/models/index.d.ts +0 -2
  35. package/dist-types/ts3.4/models/models_1.d.ts +0 -11
@@ -271,7 +271,7 @@ declare const BatchGetItemCommand_base: {
271
271
  * @throws {@link RequestLimitExceeded} (client fault)
272
272
  * <p>Throughput exceeds the current throughput quota for your account. For detailed
273
273
  * 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
275
275
  * increase.</p>
276
276
  *
277
277
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -321,7 +321,7 @@ declare const BatchWriteItemCommand_base: {
321
321
  * @throws {@link RequestLimitExceeded} (client fault)
322
322
  * <p>Throughput exceeds the current throughput quota for your account. For detailed
323
323
  * 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
325
325
  * increase.</p>
326
326
  *
327
327
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -234,7 +234,7 @@ declare const DeleteItemCommand_base: {
234
234
  * @throws {@link RequestLimitExceeded} (client fault)
235
235
  * <p>Throughput exceeds the current throughput quota for your account. For detailed
236
236
  * 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
238
238
  * increase.</p>
239
239
  *
240
240
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -215,7 +215,7 @@ declare const ExecuteStatementCommand_base: {
215
215
  * @throws {@link RequestLimitExceeded} (client fault)
216
216
  * <p>Throughput exceeds the current throughput quota for your account. For detailed
217
217
  * 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
219
219
  * increase.</p>
220
220
  *
221
221
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -205,7 +205,7 @@ declare const ExecuteTransactionCommand_base: {
205
205
  * @throws {@link RequestLimitExceeded} (client fault)
206
206
  * <p>Throughput exceeds the current throughput quota for your account. For detailed
207
207
  * 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
209
209
  * increase.</p>
210
210
  *
211
211
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -199,7 +199,7 @@ declare const GetItemCommand_base: {
199
199
  * @throws {@link RequestLimitExceeded} (client fault)
200
200
  * <p>Throughput exceeds the current throughput quota for your account. For detailed
201
201
  * 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
203
203
  * increase.</p>
204
204
  *
205
205
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -244,7 +244,7 @@ declare const PutItemCommand_base: {
244
244
  * @throws {@link RequestLimitExceeded} (client fault)
245
245
  * <p>Throughput exceeds the current throughput quota for your account. For detailed
246
246
  * 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
248
248
  * increase.</p>
249
249
  *
250
250
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -275,7 +275,7 @@ declare const QueryCommand_base: {
275
275
  * @throws {@link RequestLimitExceeded} (client fault)
276
276
  * <p>Throughput exceeds the current throughput quota for your account. For detailed
277
277
  * 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
279
279
  * increase.</p>
280
280
  *
281
281
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -259,7 +259,7 @@ declare const ScanCommand_base: {
259
259
  * @throws {@link RequestLimitExceeded} (client fault)
260
260
  * <p>Throughput exceeds the current throughput quota for your account. For detailed
261
261
  * 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
263
263
  * increase.</p>
264
264
  *
265
265
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -226,7 +226,7 @@ declare const TransactGetItemsCommand_base: {
226
226
  * @throws {@link RequestLimitExceeded} (client fault)
227
227
  * <p>Throughput exceeds the current throughput quota for your account. For detailed
228
228
  * information about why the request was throttled and the ARN of the impacted resource,
229
- * 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
229
+ * 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
230
230
  * increase.</p>
231
231
  *
232
232
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
- import { TransactWriteItemsOutput } from "../models/models_0";
5
- import { TransactWriteItemsInput } from "../models/models_1";
4
+ import { TransactWriteItemsInput, TransactWriteItemsOutput } from "../models/models_0";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -331,7 +330,7 @@ declare const TransactWriteItemsCommand_base: {
331
330
  * @throws {@link RequestLimitExceeded} (client fault)
332
331
  * <p>Throughput exceeds the current throughput quota for your account. For detailed
333
332
  * information about why the request was throttled and the ARN of the impacted resource,
334
- * 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
333
+ * 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
335
334
  * increase.</p>
336
335
  *
337
336
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -237,7 +237,7 @@ declare const UpdateItemCommand_base: {
237
237
  * @throws {@link RequestLimitExceeded} (client fault)
238
238
  * <p>Throughput exceeds the current throughput quota for your account. For detailed
239
239
  * information about why the request was throttled and the ARN of the impacted resource,
240
- * 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
240
+ * 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
241
241
  * increase.</p>
242
242
  *
243
243
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -27,5 +27,7 @@ export type { DynamoDBExtensionConfiguration } from "./extensionConfiguration";
27
27
  export * from "./commands";
28
28
  export * from "./pagination";
29
29
  export * from "./waiters";
30
- export * from "./models";
30
+ export * from "./models/enums";
31
+ export * from "./models/errors";
32
+ export type * from "./models/models_0";
31
33
  export { DynamoDBServiceException } from "./models/DynamoDBServiceException";