@aws-sdk/lib-dynamodb 3.1046.0 → 3.1048.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.
@@ -1,7 +1,7 @@
1
+ import { DeleteItemCommand as __DeleteItemCommand } from "@aws-sdk/client-dynamodb";
1
2
  import { Command as $Command } from "@smithy/core/client";
2
3
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
3
4
  import { ALL_MEMBERS, ALL_VALUES, SELF } from "../commands/utils";
4
- import { DeleteItemCommand as __DeleteItemCommand } from "@aws-sdk/client-dynamodb";
5
5
  export { DynamoDBDocumentClientCommand, $Command };
6
6
  export class DeleteCommand extends DynamoDBDocumentClientCommand {
7
7
  input;
@@ -1,8 +1,9 @@
1
+ import { DeleteItemCommand as __DeleteItemCommand } from "@aws-sdk/client-dynamodb";
1
2
  import { Command as $Command } from "@smithy/core/client";
2
- import { type HttpHandlerOptions as __HttpHandlerOptions, Handler, MiddlewareStack } from "@smithy/types";
3
+ import type { Handler, MiddlewareStack } from "@smithy/types";
4
+ import { type HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
3
5
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
4
- import { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
5
- import { DeleteItemCommand as __DeleteItemCommand } from "@aws-sdk/client-dynamodb";
6
+ import type { DynamoDBDocumentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBDocumentClient";
6
7
  /**
7
8
  * @public
8
9
  */
@@ -1,16 +1,13 @@
1
+ import { DeleteItemCommand as __DeleteItemCommand } from "@aws-sdk/client-dynamodb";
1
2
  import { Command as $Command } from "@smithy/core/client";
2
- import {
3
- HttpHandlerOptions as __HttpHandlerOptions,
4
- Handler,
5
- MiddlewareStack,
6
- } from "@smithy/types";
3
+ import { Handler, MiddlewareStack } from "@smithy/types";
4
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
7
5
  import { DynamoDBDocumentClientCommand } from "../baseCommand/DynamoDBDocumentClientCommand";
8
6
  import {
9
7
  DynamoDBDocumentClientResolvedConfig,
10
8
  ServiceInputTypes,
11
9
  ServiceOutputTypes,
12
10
  } from "../DynamoDBDocumentClient";
13
- import { DeleteItemCommand as __DeleteItemCommand } from "@aws-sdk/client-dynamodb";
14
11
  export { DynamoDBDocumentClientCommand, $Command };
15
12
  export type DeleteCommandInput = Pick<
16
13
  __DeleteItemCommandInput,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/lib-dynamodb",
3
- "version": "3.1046.0",
3
+ "version": "3.1048.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,17 +30,17 @@
30
30
  },
31
31
  "license": "Apache-2.0",
32
32
  "dependencies": {
33
- "@aws-sdk/core": "^3.974.9",
33
+ "@aws-sdk/core": "^3.974.11",
34
34
  "@aws-sdk/util-dynamodb": "^3.996.2",
35
- "@smithy/core": "^3.24.1",
35
+ "@smithy/core": "^3.24.2",
36
36
  "@smithy/types": "^4.14.1",
37
37
  "tslib": "^2.6.2"
38
38
  },
39
39
  "peerDependencies": {
40
- "@aws-sdk/client-dynamodb": "^3.1046.0"
40
+ "@aws-sdk/client-dynamodb": "^3.1048.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@aws-sdk/client-dynamodb": "3.1046.0",
43
+ "@aws-sdk/client-dynamodb": "3.1048.0",
44
44
  "@tsconfig/recommended": "1.0.1",
45
45
  "@types/node": "^20.14.8",
46
46
  "concurrently": "7.0.0",