@aws-sdk/lib-dynamodb 3.940.0 → 3.946.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 (29) hide show
  1. package/dist-types/DynamoDBDocument.d.ts +1 -1
  2. package/dist-types/DynamoDBDocumentClient.d.ts +1 -1
  3. package/dist-types/commands/BatchExecuteStatementCommand.d.ts +1 -1
  4. package/dist-types/commands/BatchGetCommand.d.ts +1 -1
  5. package/dist-types/commands/BatchWriteCommand.d.ts +1 -1
  6. package/dist-types/commands/DeleteCommand.d.ts +1 -1
  7. package/dist-types/commands/ExecuteStatementCommand.d.ts +1 -1
  8. package/dist-types/commands/ExecuteTransactionCommand.d.ts +1 -1
  9. package/dist-types/commands/GetCommand.d.ts +1 -1
  10. package/dist-types/commands/PutCommand.d.ts +1 -1
  11. package/dist-types/commands/QueryCommand.d.ts +1 -1
  12. package/dist-types/commands/ScanCommand.d.ts +1 -1
  13. package/dist-types/commands/TransactGetCommand.d.ts +1 -1
  14. package/dist-types/commands/TransactWriteCommand.d.ts +1 -1
  15. package/dist-types/commands/UpdateCommand.d.ts +1 -1
  16. package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +1 -1
  17. package/dist-types/ts3.4/commands/BatchGetCommand.d.ts +1 -1
  18. package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +1 -1
  19. package/dist-types/ts3.4/commands/DeleteCommand.d.ts +1 -1
  20. package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +1 -1
  21. package/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +1 -1
  22. package/dist-types/ts3.4/commands/GetCommand.d.ts +1 -1
  23. package/dist-types/ts3.4/commands/PutCommand.d.ts +1 -1
  24. package/dist-types/ts3.4/commands/QueryCommand.d.ts +1 -1
  25. package/dist-types/ts3.4/commands/ScanCommand.d.ts +1 -1
  26. package/dist-types/ts3.4/commands/TransactGetCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/TransactWriteCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/UpdateCommand.d.ts +1 -1
  29. package/package.json +7 -7
@@ -1,5 +1,5 @@
1
1
  import { DynamoDBClient } from "@aws-sdk/client-dynamodb";
2
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
3
3
  import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
4
4
  import { BatchGetCommandInput, BatchGetCommandOutput } from "./commands/BatchGetCommand";
5
5
  import { BatchWriteCommandInput, BatchWriteCommandOutput } from "./commands/BatchWriteCommand";
@@ -1,7 +1,7 @@
1
1
  import { DynamoDBClient, DynamoDBClientResolvedConfig, ServiceInputTypes as __ServiceInputTypes, ServiceOutputTypes as __ServiceOutputTypes } from "@aws-sdk/client-dynamodb";
2
2
  import { marshallOptions, unmarshallOptions } from "@aws-sdk/util-dynamodb";
3
3
  import { Client as __Client } from "@smithy/smithy-client";
4
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
4
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
5
5
  import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
6
6
  import { BatchGetCommandInput, BatchGetCommandOutput } from "./commands/BatchGetCommand";
7
7
  import { BatchWriteCommandInput, BatchWriteCommandOutput } from "./commands/BatchWriteCommand";
@@ -1,6 +1,6 @@
1
1
  import { BatchExecuteStatementCommand as __BatchExecuteStatementCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
3
+ import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
4
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
5
5
  import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { BatchGetItemCommand as __BatchGetItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
3
+ import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
4
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
5
5
  import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { BatchWriteItemCommand as __BatchWriteItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
3
+ import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
4
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
5
5
  import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { DeleteItemCommand as __DeleteItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
3
+ import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
4
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
5
5
  import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { ExecuteStatementCommand as __ExecuteStatementCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
3
+ import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
4
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
5
5
  import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { ExecuteTransactionCommand as __ExecuteTransactionCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
3
+ import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
4
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
5
5
  import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { GetItemCommand as __GetItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
3
+ import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
4
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
5
5
  import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { PutItemCommand as __PutItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
3
+ import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
4
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
5
5
  import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { QueryCommand as __QueryCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
3
+ import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
4
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
5
5
  import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { ScanCommand as __ScanCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
3
+ import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
4
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
5
5
  import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { TransactGetItemsCommand as __TransactGetItemsCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
3
+ import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
4
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
5
5
  import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { TransactWriteItemsCommand as __TransactWriteItemsCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
3
+ import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
4
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
5
5
  import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { UpdateItemCommand as __UpdateItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MiddlewareStack } from "@smithy/types";
3
+ import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
4
4
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
5
5
  import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
6
  /**
@@ -1,8 +1,8 @@
1
1
  import { BatchExecuteStatementCommand as __BatchExecuteStatementCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
- Handler,
5
4
  HttpHandlerOptions as __HttpHandlerOptions,
5
+ Handler,
6
6
  MiddlewareStack,
7
7
  } from "@smithy/types";
8
8
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -1,8 +1,8 @@
1
1
  import { BatchGetItemCommand as __BatchGetItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
- Handler,
5
4
  HttpHandlerOptions as __HttpHandlerOptions,
5
+ Handler,
6
6
  MiddlewareStack,
7
7
  } from "@smithy/types";
8
8
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -1,8 +1,8 @@
1
1
  import { BatchWriteItemCommand as __BatchWriteItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
- Handler,
5
4
  HttpHandlerOptions as __HttpHandlerOptions,
5
+ Handler,
6
6
  MiddlewareStack,
7
7
  } from "@smithy/types";
8
8
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -1,8 +1,8 @@
1
1
  import { DeleteItemCommand as __DeleteItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
- Handler,
5
4
  HttpHandlerOptions as __HttpHandlerOptions,
5
+ Handler,
6
6
  MiddlewareStack,
7
7
  } from "@smithy/types";
8
8
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -1,8 +1,8 @@
1
1
  import { ExecuteStatementCommand as __ExecuteStatementCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
- Handler,
5
4
  HttpHandlerOptions as __HttpHandlerOptions,
5
+ Handler,
6
6
  MiddlewareStack,
7
7
  } from "@smithy/types";
8
8
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -1,8 +1,8 @@
1
1
  import { ExecuteTransactionCommand as __ExecuteTransactionCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
- Handler,
5
4
  HttpHandlerOptions as __HttpHandlerOptions,
5
+ Handler,
6
6
  MiddlewareStack,
7
7
  } from "@smithy/types";
8
8
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -1,8 +1,8 @@
1
1
  import { GetItemCommand as __GetItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
- Handler,
5
4
  HttpHandlerOptions as __HttpHandlerOptions,
5
+ Handler,
6
6
  MiddlewareStack,
7
7
  } from "@smithy/types";
8
8
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -1,8 +1,8 @@
1
1
  import { PutItemCommand as __PutItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
- Handler,
5
4
  HttpHandlerOptions as __HttpHandlerOptions,
5
+ Handler,
6
6
  MiddlewareStack,
7
7
  } from "@smithy/types";
8
8
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -1,8 +1,8 @@
1
1
  import { QueryCommand as __QueryCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
- Handler,
5
4
  HttpHandlerOptions as __HttpHandlerOptions,
5
+ Handler,
6
6
  MiddlewareStack,
7
7
  } from "@smithy/types";
8
8
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -1,8 +1,8 @@
1
1
  import { ScanCommand as __ScanCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
- Handler,
5
4
  HttpHandlerOptions as __HttpHandlerOptions,
5
+ Handler,
6
6
  MiddlewareStack,
7
7
  } from "@smithy/types";
8
8
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -1,8 +1,8 @@
1
1
  import { TransactGetItemsCommand as __TransactGetItemsCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
- Handler,
5
4
  HttpHandlerOptions as __HttpHandlerOptions,
5
+ Handler,
6
6
  MiddlewareStack,
7
7
  } from "@smithy/types";
8
8
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -1,8 +1,8 @@
1
1
  import { TransactWriteItemsCommand as __TransactWriteItemsCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
- Handler,
5
4
  HttpHandlerOptions as __HttpHandlerOptions,
5
+ Handler,
6
6
  MiddlewareStack,
7
7
  } from "@smithy/types";
8
8
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
@@ -1,8 +1,8 @@
1
1
  import { UpdateItemCommand as __UpdateItemCommand } from "@aws-sdk/client-dynamodb";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
- Handler,
5
4
  HttpHandlerOptions as __HttpHandlerOptions,
5
+ Handler,
6
6
  MiddlewareStack,
7
7
  } from "@smithy/types";
8
8
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/lib-dynamodb",
3
- "version": "3.940.0",
3
+ "version": "3.946.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",
@@ -30,18 +30,18 @@
30
30
  },
31
31
  "license": "Apache-2.0",
32
32
  "dependencies": {
33
- "@aws-sdk/core": "3.940.0",
34
- "@aws-sdk/util-dynamodb": "3.940.0",
35
- "@smithy/core": "^3.18.5",
36
- "@smithy/smithy-client": "^4.9.8",
33
+ "@aws-sdk/core": "3.946.0",
34
+ "@aws-sdk/util-dynamodb": "3.946.0",
35
+ "@smithy/core": "^3.18.7",
36
+ "@smithy/smithy-client": "^4.9.10",
37
37
  "@smithy/types": "^4.9.0",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "peerDependencies": {
41
- "@aws-sdk/client-dynamodb": "^3.940.0"
41
+ "@aws-sdk/client-dynamodb": "^3.946.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@aws-sdk/client-dynamodb": "3.940.0",
44
+ "@aws-sdk/client-dynamodb": "3.946.0",
45
45
  "@tsconfig/recommended": "1.0.1",
46
46
  "@types/node": "^18.19.69",
47
47
  "concurrently": "7.0.0",