@aws-sdk/client-dynamodb 3.954.0 → 3.956.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.
package/dist-cjs/index.js
CHANGED
|
@@ -2347,7 +2347,7 @@ var ThrottlingException$ = [
|
|
|
2347
2347
|
-3,
|
|
2348
2348
|
n0,
|
|
2349
2349
|
_TE,
|
|
2350
|
-
{ [
|
|
2350
|
+
{ [_aQE]: [`Throttling`, 400], [_e]: _c, [_hE]: 400 },
|
|
2351
2351
|
[_m, _tR],
|
|
2352
2352
|
[0, () => ThrottlingReasonList],
|
|
2353
2353
|
];
|
|
@@ -2735,7 +2735,7 @@ var MapAttributeValue = [2, n0, _MAV, 0, 0, () => AttributeValue$];
|
|
|
2735
2735
|
var PutItemInputAttributeMap = [2, n0, _PIIAM, 0, 0, () => AttributeValue$];
|
|
2736
2736
|
var SecondaryIndexesCapacityMap = [2, n0, _SICM, 0, 0, () => Capacity$];
|
|
2737
2737
|
var AttributeValue$ = [
|
|
2738
|
-
|
|
2738
|
+
4,
|
|
2739
2739
|
n0,
|
|
2740
2740
|
_AV,
|
|
2741
2741
|
0,
|
package/dist-es/index.js
CHANGED
|
@@ -1866,7 +1866,7 @@ export var ThrottlingException$ = [
|
|
|
1866
1866
|
-3,
|
|
1867
1867
|
n0,
|
|
1868
1868
|
_TE,
|
|
1869
|
-
{ [
|
|
1869
|
+
{ [_aQE]: [`Throttling`, 400], [_e]: _c, [_hE]: 400 },
|
|
1870
1870
|
[_m, _tR],
|
|
1871
1871
|
[0, () => ThrottlingReasonList],
|
|
1872
1872
|
];
|
|
@@ -2265,7 +2265,7 @@ var MapAttributeValue = [2, n0, _MAV, 0, 0, () => AttributeValue$];
|
|
|
2265
2265
|
var PutItemInputAttributeMap = [2, n0, _PIIAM, 0, 0, () => AttributeValue$];
|
|
2266
2266
|
var SecondaryIndexesCapacityMap = [2, n0, _SICM, 0, 0, () => Capacity$];
|
|
2267
2267
|
export var AttributeValue$ = [
|
|
2268
|
-
|
|
2268
|
+
4,
|
|
2269
2269
|
n0,
|
|
2270
2270
|
_AV,
|
|
2271
2271
|
0,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -30,5 +30,5 @@ export * from "./pagination";
|
|
|
30
30
|
export * from "./waiters";
|
|
31
31
|
export * from "./models/enums";
|
|
32
32
|
export * from "./models/errors";
|
|
33
|
-
export
|
|
33
|
+
export * from "./models/models_0";
|
|
34
34
|
export { DynamoDBServiceException } from "./models/DynamoDBServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
2
2
|
export declare var ArchivalSummary$: StaticStructureSchema;
|
|
3
3
|
export declare var AttributeDefinition$: StaticStructureSchema;
|
|
4
4
|
export declare var AttributeValueUpdate$: StaticStructureSchema;
|
|
@@ -258,7 +258,7 @@ export declare var UpdateTimeToLiveOutput$: StaticStructureSchema;
|
|
|
258
258
|
export declare var WarmThroughput$: StaticStructureSchema;
|
|
259
259
|
export declare var WriteRequest$: StaticStructureSchema;
|
|
260
260
|
export declare var DynamoDBServiceException$: StaticErrorSchema;
|
|
261
|
-
export declare var AttributeValue$:
|
|
261
|
+
export declare var AttributeValue$: StaticUnionSchema;
|
|
262
262
|
export declare var BatchExecuteStatement$: StaticOperationSchema;
|
|
263
263
|
export declare var BatchGetItem$: StaticOperationSchema;
|
|
264
264
|
export declare var BatchWriteItem$: StaticOperationSchema;
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
StaticErrorSchema,
|
|
3
3
|
StaticOperationSchema,
|
|
4
4
|
StaticStructureSchema,
|
|
5
|
+
StaticUnionSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
7
|
export declare var ArchivalSummary$: StaticStructureSchema;
|
|
7
8
|
export declare var AttributeDefinition$: StaticStructureSchema;
|
|
@@ -262,7 +263,7 @@ export declare var UpdateTimeToLiveOutput$: StaticStructureSchema;
|
|
|
262
263
|
export declare var WarmThroughput$: StaticStructureSchema;
|
|
263
264
|
export declare var WriteRequest$: StaticStructureSchema;
|
|
264
265
|
export declare var DynamoDBServiceException$: StaticErrorSchema;
|
|
265
|
-
export declare var AttributeValue$:
|
|
266
|
+
export declare var AttributeValue$: StaticUnionSchema;
|
|
266
267
|
export declare var BatchExecuteStatement$: StaticOperationSchema;
|
|
267
268
|
export declare var BatchGetItem$: StaticOperationSchema;
|
|
268
269
|
export declare var BatchWriteItem$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dynamodb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.956.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-dynamodb",
|
|
@@ -23,45 +23,45 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
-
"@aws-sdk/dynamodb-codec": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint-discovery": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
34
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
35
|
-
"@aws-sdk/types": "3.
|
|
36
|
-
"@aws-sdk/util-endpoints": "3.
|
|
37
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
38
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
39
|
-
"@smithy/config-resolver": "^4.4.
|
|
40
|
-
"@smithy/core": "^3.
|
|
41
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
42
|
-
"@smithy/hash-node": "^4.2.
|
|
43
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
44
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
45
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
46
|
-
"@smithy/middleware-retry": "^4.4.
|
|
47
|
-
"@smithy/middleware-serde": "^4.2.
|
|
48
|
-
"@smithy/middleware-stack": "^4.2.
|
|
49
|
-
"@smithy/node-config-provider": "^4.3.
|
|
50
|
-
"@smithy/node-http-handler": "^4.4.
|
|
51
|
-
"@smithy/protocol-http": "^5.3.
|
|
52
|
-
"@smithy/smithy-client": "^4.10.
|
|
53
|
-
"@smithy/types": "^4.
|
|
54
|
-
"@smithy/url-parser": "^4.2.
|
|
26
|
+
"@aws-sdk/core": "3.956.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.956.0",
|
|
28
|
+
"@aws-sdk/dynamodb-codec": "3.956.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint-discovery": "3.956.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.956.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.956.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.956.0",
|
|
33
|
+
"@aws-sdk/middleware-user-agent": "3.956.0",
|
|
34
|
+
"@aws-sdk/region-config-resolver": "3.956.0",
|
|
35
|
+
"@aws-sdk/types": "3.956.0",
|
|
36
|
+
"@aws-sdk/util-endpoints": "3.956.0",
|
|
37
|
+
"@aws-sdk/util-user-agent-browser": "3.956.0",
|
|
38
|
+
"@aws-sdk/util-user-agent-node": "3.956.0",
|
|
39
|
+
"@smithy/config-resolver": "^4.4.5",
|
|
40
|
+
"@smithy/core": "^3.20.0",
|
|
41
|
+
"@smithy/fetch-http-handler": "^5.3.8",
|
|
42
|
+
"@smithy/hash-node": "^4.2.7",
|
|
43
|
+
"@smithy/invalid-dependency": "^4.2.7",
|
|
44
|
+
"@smithy/middleware-content-length": "^4.2.7",
|
|
45
|
+
"@smithy/middleware-endpoint": "^4.4.1",
|
|
46
|
+
"@smithy/middleware-retry": "^4.4.17",
|
|
47
|
+
"@smithy/middleware-serde": "^4.2.8",
|
|
48
|
+
"@smithy/middleware-stack": "^4.2.7",
|
|
49
|
+
"@smithy/node-config-provider": "^4.3.7",
|
|
50
|
+
"@smithy/node-http-handler": "^4.4.7",
|
|
51
|
+
"@smithy/protocol-http": "^5.3.7",
|
|
52
|
+
"@smithy/smithy-client": "^4.10.2",
|
|
53
|
+
"@smithy/types": "^4.11.0",
|
|
54
|
+
"@smithy/url-parser": "^4.2.7",
|
|
55
55
|
"@smithy/util-base64": "^4.3.0",
|
|
56
56
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
57
57
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
58
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
59
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
60
|
-
"@smithy/util-endpoints": "^3.2.
|
|
61
|
-
"@smithy/util-middleware": "^4.2.
|
|
62
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-defaults-mode-browser": "^4.3.16",
|
|
59
|
+
"@smithy/util-defaults-mode-node": "^4.2.19",
|
|
60
|
+
"@smithy/util-endpoints": "^3.2.7",
|
|
61
|
+
"@smithy/util-middleware": "^4.2.7",
|
|
62
|
+
"@smithy/util-retry": "^4.2.7",
|
|
63
63
|
"@smithy/util-utf8": "^4.2.0",
|
|
64
|
-
"@smithy/util-waiter": "^4.2.
|
|
64
|
+
"@smithy/util-waiter": "^4.2.7",
|
|
65
65
|
"tslib": "^2.6.2"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|