@aws-sdk/lib-dynamodb 3.554.0 → 3.556.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 (40) hide show
  1. package/dist-es/commands/BatchExecuteStatementCommand.js +1 -1
  2. package/dist-es/commands/BatchGetCommand.js +1 -1
  3. package/dist-es/commands/BatchWriteCommand.js +1 -1
  4. package/dist-es/commands/DeleteCommand.js +1 -1
  5. package/dist-es/commands/ExecuteStatementCommand.js +1 -1
  6. package/dist-es/commands/ExecuteTransactionCommand.js +1 -1
  7. package/dist-es/commands/GetCommand.js +1 -1
  8. package/dist-es/commands/PutCommand.js +1 -1
  9. package/dist-es/commands/QueryCommand.js +1 -1
  10. package/dist-es/commands/ScanCommand.js +1 -1
  11. package/dist-es/commands/TransactGetCommand.js +1 -1
  12. package/dist-es/commands/TransactWriteCommand.js +1 -1
  13. package/dist-es/commands/UpdateCommand.js +1 -1
  14. package/dist-types/commands/BatchExecuteStatementCommand.d.ts +3 -2
  15. package/dist-types/commands/BatchGetCommand.d.ts +3 -2
  16. package/dist-types/commands/BatchWriteCommand.d.ts +3 -2
  17. package/dist-types/commands/DeleteCommand.d.ts +3 -2
  18. package/dist-types/commands/ExecuteStatementCommand.d.ts +3 -2
  19. package/dist-types/commands/ExecuteTransactionCommand.d.ts +3 -2
  20. package/dist-types/commands/GetCommand.d.ts +3 -2
  21. package/dist-types/commands/PutCommand.d.ts +3 -2
  22. package/dist-types/commands/QueryCommand.d.ts +3 -2
  23. package/dist-types/commands/ScanCommand.d.ts +3 -2
  24. package/dist-types/commands/TransactGetCommand.d.ts +3 -2
  25. package/dist-types/commands/TransactWriteCommand.d.ts +3 -2
  26. package/dist-types/commands/UpdateCommand.d.ts +3 -2
  27. package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +9 -9
  28. package/dist-types/ts3.4/commands/BatchGetCommand.d.ts +7 -7
  29. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +10 -10
  30. package/dist-types/ts3.4/commands/DeleteCommand.d.ts +8 -8
  31. package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +6 -6
  32. package/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +8 -8
  33. package/dist-types/ts3.4/commands/GetCommand.d.ts +6 -6
  34. package/dist-types/ts3.4/commands/PutCommand.d.ts +8 -8
  35. package/dist-types/ts3.4/commands/QueryCommand.d.ts +7 -7
  36. package/dist-types/ts3.4/commands/ScanCommand.d.ts +7 -7
  37. package/dist-types/ts3.4/commands/TransactGetCommand.d.ts +9 -9
  38. package/dist-types/ts3.4/commands/TransactWriteCommand.d.ts +12 -12
  39. package/dist-types/ts3.4/commands/UpdateCommand.d.ts +9 -9
  40. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- import { BatchExecuteStatementCommand as __BatchExecuteStatementCommand, } from "@aws-sdk/client-dynamodb";
1
+ import { BatchExecuteStatementCommand as __BatchExecuteStatementCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
4
  import { ALL_MEMBERS, ALL_VALUES } from "../commands/utils";
@@ -1,4 +1,4 @@
1
- import { BatchGetItemCommand as __BatchGetItemCommand, } from "@aws-sdk/client-dynamodb";
1
+ import { BatchGetItemCommand as __BatchGetItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
4
  import { ALL_VALUES } from "../commands/utils";
@@ -1,4 +1,4 @@
1
- import { BatchWriteItemCommand as __BatchWriteItemCommand, } from "@aws-sdk/client-dynamodb";
1
+ import { BatchWriteItemCommand as __BatchWriteItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
4
  import { ALL_VALUES } from "../commands/utils";
@@ -1,4 +1,4 @@
1
- import { DeleteItemCommand as __DeleteItemCommand, } from "@aws-sdk/client-dynamodb";
1
+ import { DeleteItemCommand as __DeleteItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
4
  import { ALL_MEMBERS, ALL_VALUES, SELF } from "../commands/utils";
@@ -1,4 +1,4 @@
1
- import { ExecuteStatementCommand as __ExecuteStatementCommand, } from "@aws-sdk/client-dynamodb";
1
+ import { ExecuteStatementCommand as __ExecuteStatementCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
4
  import { ALL_MEMBERS, ALL_VALUES } from "../commands/utils";
@@ -1,4 +1,4 @@
1
- import { ExecuteTransactionCommand as __ExecuteTransactionCommand, } from "@aws-sdk/client-dynamodb";
1
+ import { ExecuteTransactionCommand as __ExecuteTransactionCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
4
  import { ALL_MEMBERS, ALL_VALUES } from "../commands/utils";
@@ -1,4 +1,4 @@
1
- import { GetItemCommand as __GetItemCommand, } from "@aws-sdk/client-dynamodb";
1
+ import { GetItemCommand as __GetItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
4
  import { ALL_VALUES } from "../commands/utils";
@@ -1,4 +1,4 @@
1
- import { PutItemCommand as __PutItemCommand, } from "@aws-sdk/client-dynamodb";
1
+ import { PutItemCommand as __PutItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
4
  import { ALL_MEMBERS, ALL_VALUES, SELF } from "../commands/utils";
@@ -1,4 +1,4 @@
1
- import { QueryCommand as __QueryCommand, } from "@aws-sdk/client-dynamodb";
1
+ import { QueryCommand as __QueryCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
4
  import { ALL_MEMBERS, ALL_VALUES } from "../commands/utils";
@@ -1,4 +1,4 @@
1
- import { ScanCommand as __ScanCommand, } from "@aws-sdk/client-dynamodb";
1
+ import { ScanCommand as __ScanCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
4
  import { ALL_MEMBERS, ALL_VALUES } from "../commands/utils";
@@ -1,4 +1,4 @@
1
- import { TransactGetItemsCommand as __TransactGetItemsCommand, } from "@aws-sdk/client-dynamodb";
1
+ import { TransactGetItemsCommand as __TransactGetItemsCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
4
  import { ALL_VALUES } from "../commands/utils";
@@ -1,4 +1,4 @@
1
- import { TransactWriteItemsCommand as __TransactWriteItemsCommand, } from "@aws-sdk/client-dynamodb";
1
+ import { TransactWriteItemsCommand as __TransactWriteItemsCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
4
  import { ALL_VALUES } from "../commands/utils";
@@ -1,4 +1,4 @@
1
- import { UpdateItemCommand as __UpdateItemCommand, } from "@aws-sdk/client-dynamodb";
1
+ import { UpdateItemCommand as __UpdateItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
4
  import { ALL_MEMBERS, ALL_VALUES, SELF } from "../commands/utils";
@@ -1,5 +1,4 @@
1
- import { BatchExecuteStatementCommand as __BatchExecuteStatementCommand, BatchExecuteStatementCommandInput as __BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput as __BatchExecuteStatementCommandOutput, BatchStatementError, BatchStatementRequest, BatchStatementResponse } from "@aws-sdk/client-dynamodb";
2
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { BatchExecuteStatementCommand as __BatchExecuteStatementCommand } from "@aws-sdk/client-dynamodb";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
5
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -63,3 +62,5 @@ export declare class BatchExecuteStatementCommand extends DynamoDBDocumentClient
63
62
  */
64
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput>;
65
64
  }
65
+ import type { BatchExecuteStatementCommandInput as __BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput as __BatchExecuteStatementCommandOutput, BatchStatementError, BatchStatementRequest, BatchStatementResponse } from "@aws-sdk/client-dynamodb";
66
+ import type { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,5 +1,4 @@
1
- import { BatchGetItemCommand as __BatchGetItemCommand, BatchGetItemCommandInput as __BatchGetItemCommandInput, BatchGetItemCommandOutput as __BatchGetItemCommandOutput, KeysAndAttributes } from "@aws-sdk/client-dynamodb";
2
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { BatchGetItemCommand as __BatchGetItemCommand } from "@aws-sdk/client-dynamodb";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
5
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -67,3 +66,5 @@ export declare class BatchGetCommand extends DynamoDBDocumentClientCommand<Batch
67
66
  */
68
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetCommandInput, BatchGetCommandOutput>;
69
68
  }
69
+ import type { BatchGetItemCommandInput as __BatchGetItemCommandInput, BatchGetItemCommandOutput as __BatchGetItemCommandOutput, KeysAndAttributes } from "@aws-sdk/client-dynamodb";
70
+ import type { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,5 +1,4 @@
1
- import { BatchWriteItemCommand as __BatchWriteItemCommand, BatchWriteItemCommandInput as __BatchWriteItemCommandInput, BatchWriteItemCommandOutput as __BatchWriteItemCommandOutput, DeleteRequest, ItemCollectionMetrics, PutRequest, WriteRequest } from "@aws-sdk/client-dynamodb";
2
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { BatchWriteItemCommand as __BatchWriteItemCommand } from "@aws-sdk/client-dynamodb";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
5
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -91,3 +90,5 @@ export declare class BatchWriteCommand extends DynamoDBDocumentClientCommand<Bat
91
90
  */
92
91
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchWriteCommandInput, BatchWriteCommandOutput>;
93
92
  }
93
+ import type { BatchWriteItemCommandInput as __BatchWriteItemCommandInput, BatchWriteItemCommandOutput as __BatchWriteItemCommandOutput, DeleteRequest, ItemCollectionMetrics, PutRequest, WriteRequest } from "@aws-sdk/client-dynamodb";
94
+ import type { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,5 +1,4 @@
1
- import { DeleteItemCommand as __DeleteItemCommand, DeleteItemCommandInput as __DeleteItemCommandInput, DeleteItemCommandOutput as __DeleteItemCommandOutput, ExpectedAttributeValue, ItemCollectionMetrics } from "@aws-sdk/client-dynamodb";
2
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { DeleteItemCommand as __DeleteItemCommand } from "@aws-sdk/client-dynamodb";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
5
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -63,3 +62,5 @@ export declare class DeleteCommand extends DynamoDBDocumentClientCommand<DeleteC
63
62
  */
64
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCommandInput, DeleteCommandOutput>;
65
64
  }
65
+ import type { DeleteItemCommandInput as __DeleteItemCommandInput, DeleteItemCommandOutput as __DeleteItemCommandOutput, ExpectedAttributeValue, ItemCollectionMetrics } from "@aws-sdk/client-dynamodb";
66
+ import type { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,5 +1,4 @@
1
- import { ExecuteStatementCommand as __ExecuteStatementCommand, ExecuteStatementCommandInput as __ExecuteStatementCommandInput, ExecuteStatementCommandOutput as __ExecuteStatementCommandOutput } from "@aws-sdk/client-dynamodb";
2
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { ExecuteStatementCommand as __ExecuteStatementCommand } from "@aws-sdk/client-dynamodb";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
5
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -49,3 +48,5 @@ export declare class ExecuteStatementCommand extends DynamoDBDocumentClientComma
49
48
  */
50
49
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteStatementCommandInput, ExecuteStatementCommandOutput>;
51
50
  }
51
+ import type { ExecuteStatementCommandInput as __ExecuteStatementCommandInput, ExecuteStatementCommandOutput as __ExecuteStatementCommandOutput } from "@aws-sdk/client-dynamodb";
52
+ import type { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,5 +1,4 @@
1
- import { ExecuteTransactionCommand as __ExecuteTransactionCommand, ExecuteTransactionCommandInput as __ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput as __ExecuteTransactionCommandOutput, ItemResponse, ParameterizedStatement } from "@aws-sdk/client-dynamodb";
2
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { ExecuteTransactionCommand as __ExecuteTransactionCommand } from "@aws-sdk/client-dynamodb";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
5
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -57,3 +56,5 @@ export declare class ExecuteTransactionCommand extends DynamoDBDocumentClientCom
57
56
  */
58
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput>;
59
58
  }
59
+ import type { ExecuteTransactionCommandInput as __ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput as __ExecuteTransactionCommandOutput, ItemResponse, ParameterizedStatement } from "@aws-sdk/client-dynamodb";
60
+ import type { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,5 +1,4 @@
1
- import { GetItemCommand as __GetItemCommand, GetItemCommandInput as __GetItemCommandInput, GetItemCommandOutput as __GetItemCommandOutput } from "@aws-sdk/client-dynamodb";
2
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { GetItemCommand as __GetItemCommand } from "@aws-sdk/client-dynamodb";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
5
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -45,3 +44,5 @@ export declare class GetCommand extends DynamoDBDocumentClientCommand<GetCommand
45
44
  */
46
45
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCommandInput, GetCommandOutput>;
47
46
  }
47
+ import type { GetItemCommandInput as __GetItemCommandInput, GetItemCommandOutput as __GetItemCommandOutput } from "@aws-sdk/client-dynamodb";
48
+ import type { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,5 +1,4 @@
1
- import { ExpectedAttributeValue, ItemCollectionMetrics, PutItemCommand as __PutItemCommand, PutItemCommandInput as __PutItemCommandInput, PutItemCommandOutput as __PutItemCommandOutput } from "@aws-sdk/client-dynamodb";
2
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { PutItemCommand as __PutItemCommand } from "@aws-sdk/client-dynamodb";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
5
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -63,3 +62,5 @@ export declare class PutCommand extends DynamoDBDocumentClientCommand<PutCommand
63
62
  */
64
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutCommandInput, PutCommandOutput>;
65
64
  }
65
+ import type { ExpectedAttributeValue, ItemCollectionMetrics, PutItemCommandInput as __PutItemCommandInput, PutItemCommandOutput as __PutItemCommandOutput } from "@aws-sdk/client-dynamodb";
66
+ import type { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,5 +1,4 @@
1
- import { Condition, QueryCommand as __QueryCommand, QueryCommandInput as __QueryCommandInput, QueryCommandOutput as __QueryCommandOutput } from "@aws-sdk/client-dynamodb";
2
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { QueryCommand as __QueryCommand } from "@aws-sdk/client-dynamodb";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
5
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -67,3 +66,5 @@ export declare class QueryCommand extends DynamoDBDocumentClientCommand<QueryCom
67
66
  */
68
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<QueryCommandInput, QueryCommandOutput>;
69
68
  }
69
+ import type { Condition, QueryCommandInput as __QueryCommandInput, QueryCommandOutput as __QueryCommandOutput } from "@aws-sdk/client-dynamodb";
70
+ import type { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,5 +1,4 @@
1
- import { Condition, ScanCommand as __ScanCommand, ScanCommandInput as __ScanCommandInput, ScanCommandOutput as __ScanCommandOutput } from "@aws-sdk/client-dynamodb";
2
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { ScanCommand as __ScanCommand } from "@aws-sdk/client-dynamodb";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
5
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -59,3 +58,5 @@ export declare class ScanCommand extends DynamoDBDocumentClientCommand<ScanComma
59
58
  */
60
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ScanCommandInput, ScanCommandOutput>;
61
60
  }
61
+ import type { Condition, ScanCommandInput as __ScanCommandInput, ScanCommandOutput as __ScanCommandOutput } from "@aws-sdk/client-dynamodb";
62
+ import type { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,5 +1,4 @@
1
- import { Get, ItemResponse, TransactGetItem, TransactGetItemsCommand as __TransactGetItemsCommand, TransactGetItemsCommandInput as __TransactGetItemsCommandInput, TransactGetItemsCommandOutput as __TransactGetItemsCommandOutput } from "@aws-sdk/client-dynamodb";
2
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { TransactGetItemsCommand as __TransactGetItemsCommand } from "@aws-sdk/client-dynamodb";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
5
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -61,3 +60,5 @@ export declare class TransactGetCommand extends DynamoDBDocumentClientCommand<Tr
61
60
  */
62
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TransactGetCommandInput, TransactGetCommandOutput>;
63
62
  }
63
+ import type { Get, ItemResponse, TransactGetItem, TransactGetItemsCommandInput as __TransactGetItemsCommandInput, TransactGetItemsCommandOutput as __TransactGetItemsCommandOutput } from "@aws-sdk/client-dynamodb";
64
+ import type { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,5 +1,4 @@
1
- import { ConditionCheck, Delete, ItemCollectionMetrics, Put, TransactWriteItem, TransactWriteItemsCommand as __TransactWriteItemsCommand, TransactWriteItemsCommandInput as __TransactWriteItemsCommandInput, TransactWriteItemsCommandOutput as __TransactWriteItemsCommandOutput, Update } from "@aws-sdk/client-dynamodb";
2
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { TransactWriteItemsCommand as __TransactWriteItemsCommand } from "@aws-sdk/client-dynamodb";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
5
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -89,3 +88,5 @@ export declare class TransactWriteCommand extends DynamoDBDocumentClientCommand<
89
88
  */
90
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TransactWriteCommandInput, TransactWriteCommandOutput>;
91
90
  }
91
+ import type { ConditionCheck, Delete, ItemCollectionMetrics, Put, TransactWriteItem, TransactWriteItemsCommandInput as __TransactWriteItemsCommandInput, TransactWriteItemsCommandOutput as __TransactWriteItemsCommandOutput, Update } from "@aws-sdk/client-dynamodb";
92
+ import type { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,5 +1,4 @@
1
- import { AttributeValueUpdate, ExpectedAttributeValue, ItemCollectionMetrics, UpdateItemCommand as __UpdateItemCommand, UpdateItemCommandInput as __UpdateItemCommandInput, UpdateItemCommandOutput as __UpdateItemCommandOutput } from "@aws-sdk/client-dynamodb";
2
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { UpdateItemCommand as __UpdateItemCommand } from "@aws-sdk/client-dynamodb";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
5
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -71,3 +70,5 @@ export declare class UpdateCommand extends DynamoDBDocumentClientCommand<UpdateC
71
70
  */
72
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DynamoDBDocumentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCommandInput, UpdateCommandOutput>;
73
72
  }
73
+ import type { AttributeValueUpdate, ExpectedAttributeValue, ItemCollectionMetrics, UpdateItemCommandInput as __UpdateItemCommandInput, UpdateItemCommandOutput as __UpdateItemCommandOutput } from "@aws-sdk/client-dynamodb";
74
+ import type { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,12 +1,4 @@
1
- import {
2
- BatchExecuteStatementCommand as __BatchExecuteStatementCommand,
3
- BatchExecuteStatementCommandInput as __BatchExecuteStatementCommandInput,
4
- BatchExecuteStatementCommandOutput as __BatchExecuteStatementCommandOutput,
5
- BatchStatementError,
6
- BatchStatementRequest,
7
- BatchStatementResponse,
8
- } from "@aws-sdk/client-dynamodb";
9
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { BatchExecuteStatementCommand as __BatchExecuteStatementCommand } from "@aws-sdk/client-dynamodb";
10
2
  import { Command as $Command } from "@smithy/smithy-client";
11
3
  import {
12
4
  Handler,
@@ -90,3 +82,11 @@ export declare class BatchExecuteStatementCommand extends DynamoDBDocumentClient
90
82
  BatchExecuteStatementCommandOutput
91
83
  >;
92
84
  }
85
+ import {
86
+ BatchExecuteStatementCommandInput as __BatchExecuteStatementCommandInput,
87
+ BatchExecuteStatementCommandOutput as __BatchExecuteStatementCommandOutput,
88
+ BatchStatementError,
89
+ BatchStatementRequest,
90
+ BatchStatementResponse,
91
+ } from "@aws-sdk/client-dynamodb";
92
+ import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,10 +1,4 @@
1
- import {
2
- BatchGetItemCommand as __BatchGetItemCommand,
3
- BatchGetItemCommandInput as __BatchGetItemCommandInput,
4
- BatchGetItemCommandOutput as __BatchGetItemCommandOutput,
5
- KeysAndAttributes,
6
- } from "@aws-sdk/client-dynamodb";
7
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { BatchGetItemCommand as __BatchGetItemCommand } from "@aws-sdk/client-dynamodb";
8
2
  import { Command as $Command } from "@smithy/smithy-client";
9
3
  import {
10
4
  Handler,
@@ -86,3 +80,9 @@ export declare class BatchGetCommand extends DynamoDBDocumentClientCommand<
86
80
  options?: __HttpHandlerOptions
87
81
  ): Handler<BatchGetCommandInput, BatchGetCommandOutput>;
88
82
  }
83
+ import {
84
+ BatchGetItemCommandInput as __BatchGetItemCommandInput,
85
+ BatchGetItemCommandOutput as __BatchGetItemCommandOutput,
86
+ KeysAndAttributes,
87
+ } from "@aws-sdk/client-dynamodb";
88
+ import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,13 +1,4 @@
1
- import {
2
- BatchWriteItemCommand as __BatchWriteItemCommand,
3
- BatchWriteItemCommandInput as __BatchWriteItemCommandInput,
4
- BatchWriteItemCommandOutput as __BatchWriteItemCommandOutput,
5
- DeleteRequest,
6
- ItemCollectionMetrics,
7
- PutRequest,
8
- WriteRequest,
9
- } from "@aws-sdk/client-dynamodb";
10
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { BatchWriteItemCommand as __BatchWriteItemCommand } from "@aws-sdk/client-dynamodb";
11
2
  import { Command as $Command } from "@smithy/smithy-client";
12
3
  import {
13
4
  Handler,
@@ -134,3 +125,12 @@ export declare class BatchWriteCommand extends DynamoDBDocumentClientCommand<
134
125
  options?: __HttpHandlerOptions
135
126
  ): Handler<BatchWriteCommandInput, BatchWriteCommandOutput>;
136
127
  }
128
+ import {
129
+ BatchWriteItemCommandInput as __BatchWriteItemCommandInput,
130
+ BatchWriteItemCommandOutput as __BatchWriteItemCommandOutput,
131
+ DeleteRequest,
132
+ ItemCollectionMetrics,
133
+ PutRequest,
134
+ WriteRequest,
135
+ } from "@aws-sdk/client-dynamodb";
136
+ import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,11 +1,4 @@
1
- import {
2
- DeleteItemCommand as __DeleteItemCommand,
3
- DeleteItemCommandInput as __DeleteItemCommandInput,
4
- DeleteItemCommandOutput as __DeleteItemCommandOutput,
5
- ExpectedAttributeValue,
6
- ItemCollectionMetrics,
7
- } from "@aws-sdk/client-dynamodb";
8
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { DeleteItemCommand as __DeleteItemCommand } from "@aws-sdk/client-dynamodb";
9
2
  import { Command as $Command } from "@smithy/smithy-client";
10
3
  import {
11
4
  Handler,
@@ -90,3 +83,10 @@ export declare class DeleteCommand extends DynamoDBDocumentClientCommand<
90
83
  options?: __HttpHandlerOptions
91
84
  ): Handler<DeleteCommandInput, DeleteCommandOutput>;
92
85
  }
86
+ import {
87
+ DeleteItemCommandInput as __DeleteItemCommandInput,
88
+ DeleteItemCommandOutput as __DeleteItemCommandOutput,
89
+ ExpectedAttributeValue,
90
+ ItemCollectionMetrics,
91
+ } from "@aws-sdk/client-dynamodb";
92
+ import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,9 +1,4 @@
1
- import {
2
- ExecuteStatementCommand as __ExecuteStatementCommand,
3
- ExecuteStatementCommandInput as __ExecuteStatementCommandInput,
4
- ExecuteStatementCommandOutput as __ExecuteStatementCommandOutput,
5
- } from "@aws-sdk/client-dynamodb";
6
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { ExecuteStatementCommand as __ExecuteStatementCommand } from "@aws-sdk/client-dynamodb";
7
2
  import { Command as $Command } from "@smithy/smithy-client";
8
3
  import {
9
4
  Handler,
@@ -59,3 +54,8 @@ export declare class ExecuteStatementCommand extends DynamoDBDocumentClientComma
59
54
  options?: __HttpHandlerOptions
60
55
  ): Handler<ExecuteStatementCommandInput, ExecuteStatementCommandOutput>;
61
56
  }
57
+ import {
58
+ ExecuteStatementCommandInput as __ExecuteStatementCommandInput,
59
+ ExecuteStatementCommandOutput as __ExecuteStatementCommandOutput,
60
+ } from "@aws-sdk/client-dynamodb";
61
+ import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,11 +1,4 @@
1
- import {
2
- ExecuteTransactionCommand as __ExecuteTransactionCommand,
3
- ExecuteTransactionCommandInput as __ExecuteTransactionCommandInput,
4
- ExecuteTransactionCommandOutput as __ExecuteTransactionCommandOutput,
5
- ItemResponse,
6
- ParameterizedStatement,
7
- } from "@aws-sdk/client-dynamodb";
8
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { ExecuteTransactionCommand as __ExecuteTransactionCommand } from "@aws-sdk/client-dynamodb";
9
2
  import { Command as $Command } from "@smithy/smithy-client";
10
3
  import {
11
4
  Handler,
@@ -74,3 +67,10 @@ export declare class ExecuteTransactionCommand extends DynamoDBDocumentClientCom
74
67
  options?: __HttpHandlerOptions
75
68
  ): Handler<ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput>;
76
69
  }
70
+ import {
71
+ ExecuteTransactionCommandInput as __ExecuteTransactionCommandInput,
72
+ ExecuteTransactionCommandOutput as __ExecuteTransactionCommandOutput,
73
+ ItemResponse,
74
+ ParameterizedStatement,
75
+ } from "@aws-sdk/client-dynamodb";
76
+ import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,9 +1,4 @@
1
- import {
2
- GetItemCommand as __GetItemCommand,
3
- GetItemCommandInput as __GetItemCommandInput,
4
- GetItemCommandOutput as __GetItemCommandOutput,
5
- } from "@aws-sdk/client-dynamodb";
6
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { GetItemCommand as __GetItemCommand } from "@aws-sdk/client-dynamodb";
7
2
  import { Command as $Command } from "@smithy/smithy-client";
8
3
  import {
9
4
  Handler,
@@ -55,3 +50,8 @@ export declare class GetCommand extends DynamoDBDocumentClientCommand<
55
50
  options?: __HttpHandlerOptions
56
51
  ): Handler<GetCommandInput, GetCommandOutput>;
57
52
  }
53
+ import {
54
+ GetItemCommandInput as __GetItemCommandInput,
55
+ GetItemCommandOutput as __GetItemCommandOutput,
56
+ } from "@aws-sdk/client-dynamodb";
57
+ import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,11 +1,4 @@
1
- import {
2
- ExpectedAttributeValue,
3
- ItemCollectionMetrics,
4
- PutItemCommand as __PutItemCommand,
5
- PutItemCommandInput as __PutItemCommandInput,
6
- PutItemCommandOutput as __PutItemCommandOutput,
7
- } from "@aws-sdk/client-dynamodb";
8
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { PutItemCommand as __PutItemCommand } from "@aws-sdk/client-dynamodb";
9
2
  import { Command as $Command } from "@smithy/smithy-client";
10
3
  import {
11
4
  Handler,
@@ -87,3 +80,10 @@ export declare class PutCommand extends DynamoDBDocumentClientCommand<
87
80
  options?: __HttpHandlerOptions
88
81
  ): Handler<PutCommandInput, PutCommandOutput>;
89
82
  }
83
+ import {
84
+ ExpectedAttributeValue,
85
+ ItemCollectionMetrics,
86
+ PutItemCommandInput as __PutItemCommandInput,
87
+ PutItemCommandOutput as __PutItemCommandOutput,
88
+ } from "@aws-sdk/client-dynamodb";
89
+ import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,10 +1,4 @@
1
- import {
2
- Condition,
3
- QueryCommand as __QueryCommand,
4
- QueryCommandInput as __QueryCommandInput,
5
- QueryCommandOutput as __QueryCommandOutput,
6
- } from "@aws-sdk/client-dynamodb";
7
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { QueryCommand as __QueryCommand } from "@aws-sdk/client-dynamodb";
8
2
  import { Command as $Command } from "@smithy/smithy-client";
9
3
  import {
10
4
  Handler,
@@ -90,3 +84,9 @@ export declare class QueryCommand extends DynamoDBDocumentClientCommand<
90
84
  options?: __HttpHandlerOptions
91
85
  ): Handler<QueryCommandInput, QueryCommandOutput>;
92
86
  }
87
+ import {
88
+ Condition,
89
+ QueryCommandInput as __QueryCommandInput,
90
+ QueryCommandOutput as __QueryCommandOutput,
91
+ } from "@aws-sdk/client-dynamodb";
92
+ import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,10 +1,4 @@
1
- import {
2
- Condition,
3
- ScanCommand as __ScanCommand,
4
- ScanCommandInput as __ScanCommandInput,
5
- ScanCommandOutput as __ScanCommandOutput,
6
- } from "@aws-sdk/client-dynamodb";
7
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { ScanCommand as __ScanCommand } from "@aws-sdk/client-dynamodb";
8
2
  import { Command as $Command } from "@smithy/smithy-client";
9
3
  import {
10
4
  Handler,
@@ -76,3 +70,9 @@ export declare class ScanCommand extends DynamoDBDocumentClientCommand<
76
70
  options?: __HttpHandlerOptions
77
71
  ): Handler<ScanCommandInput, ScanCommandOutput>;
78
72
  }
73
+ import {
74
+ Condition,
75
+ ScanCommandInput as __ScanCommandInput,
76
+ ScanCommandOutput as __ScanCommandOutput,
77
+ } from "@aws-sdk/client-dynamodb";
78
+ import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,12 +1,4 @@
1
- import {
2
- Get,
3
- ItemResponse,
4
- TransactGetItem,
5
- TransactGetItemsCommand as __TransactGetItemsCommand,
6
- TransactGetItemsCommandInput as __TransactGetItemsCommandInput,
7
- TransactGetItemsCommandOutput as __TransactGetItemsCommandOutput,
8
- } from "@aws-sdk/client-dynamodb";
9
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { TransactGetItemsCommand as __TransactGetItemsCommand } from "@aws-sdk/client-dynamodb";
10
2
  import { Command as $Command } from "@smithy/smithy-client";
11
3
  import {
12
4
  Handler,
@@ -78,3 +70,11 @@ export declare class TransactGetCommand extends DynamoDBDocumentClientCommand<
78
70
  options?: __HttpHandlerOptions
79
71
  ): Handler<TransactGetCommandInput, TransactGetCommandOutput>;
80
72
  }
73
+ import {
74
+ Get,
75
+ ItemResponse,
76
+ TransactGetItem,
77
+ TransactGetItemsCommandInput as __TransactGetItemsCommandInput,
78
+ TransactGetItemsCommandOutput as __TransactGetItemsCommandOutput,
79
+ } from "@aws-sdk/client-dynamodb";
80
+ import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,15 +1,4 @@
1
- import {
2
- ConditionCheck,
3
- Delete,
4
- ItemCollectionMetrics,
5
- Put,
6
- TransactWriteItem,
7
- TransactWriteItemsCommand as __TransactWriteItemsCommand,
8
- TransactWriteItemsCommandInput as __TransactWriteItemsCommandInput,
9
- TransactWriteItemsCommandOutput as __TransactWriteItemsCommandOutput,
10
- Update,
11
- } from "@aws-sdk/client-dynamodb";
12
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { TransactWriteItemsCommand as __TransactWriteItemsCommand } from "@aws-sdk/client-dynamodb";
13
2
  import { Command as $Command } from "@smithy/smithy-client";
14
3
  import {
15
4
  Handler,
@@ -131,3 +120,14 @@ export declare class TransactWriteCommand extends DynamoDBDocumentClientCommand<
131
120
  options?: __HttpHandlerOptions
132
121
  ): Handler<TransactWriteCommandInput, TransactWriteCommandOutput>;
133
122
  }
123
+ import {
124
+ ConditionCheck,
125
+ Delete,
126
+ ItemCollectionMetrics,
127
+ Put,
128
+ TransactWriteItem,
129
+ TransactWriteItemsCommandInput as __TransactWriteItemsCommandInput,
130
+ TransactWriteItemsCommandOutput as __TransactWriteItemsCommandOutput,
131
+ Update,
132
+ } from "@aws-sdk/client-dynamodb";
133
+ import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
@@ -1,12 +1,4 @@
1
- import {
2
- AttributeValueUpdate,
3
- ExpectedAttributeValue,
4
- ItemCollectionMetrics,
5
- UpdateItemCommand as __UpdateItemCommand,
6
- UpdateItemCommandInput as __UpdateItemCommandInput,
7
- UpdateItemCommandOutput as __UpdateItemCommandOutput,
8
- } from "@aws-sdk/client-dynamodb";
9
- import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
1
+ import { UpdateItemCommand as __UpdateItemCommand } from "@aws-sdk/client-dynamodb";
10
2
  import { Command as $Command } from "@smithy/smithy-client";
11
3
  import {
12
4
  Handler,
@@ -102,3 +94,11 @@ export declare class UpdateCommand extends DynamoDBDocumentClientCommand<
102
94
  options?: __HttpHandlerOptions
103
95
  ): Handler<UpdateCommandInput, UpdateCommandOutput>;
104
96
  }
97
+ import {
98
+ AttributeValueUpdate,
99
+ ExpectedAttributeValue,
100
+ ItemCollectionMetrics,
101
+ UpdateItemCommandInput as __UpdateItemCommandInput,
102
+ UpdateItemCommandOutput as __UpdateItemCommandOutput,
103
+ } from "@aws-sdk/client-dynamodb";
104
+ import { NativeAttributeValue } from "@aws-sdk/util-dynamodb";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/lib-dynamodb",
3
- "version": "3.554.0",
3
+ "version": "3.556.0",
4
4
  "description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/util-dynamodb": "3.554.0",
29
+ "@aws-sdk/util-dynamodb": "3.556.0",
30
30
  "@smithy/smithy-client": "^2.5.1",
31
31
  "@smithy/types": "^2.12.0",
32
32
  "tslib": "^2.6.2"
@@ -35,7 +35,7 @@
35
35
  "@aws-sdk/client-dynamodb": "^3.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@aws-sdk/client-dynamodb": "3.554.0",
38
+ "@aws-sdk/client-dynamodb": "3.556.0",
39
39
  "@tsconfig/recommended": "1.0.1",
40
40
  "@types/node": "^14.14.31",
41
41
  "concurrently": "7.0.0",