@aws-sdk/client-dynamodb-streams 3.968.0 → 3.970.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
@@ -269,7 +269,7 @@ const n0 = "com.amazonaws.dynamodbstreams";
269
269
  var DescribeStreamInput$ = [3, n0, _DSI,
270
270
  0,
271
271
  [_SA, _L, _ESSI, _SF],
272
- [0, 1, 0, () => ShardFilter$]
272
+ [0, 1, 0, () => ShardFilter$], 1
273
273
  ];
274
274
  var DescribeStreamOutput$ = [3, n0, _DSO,
275
275
  0,
@@ -285,7 +285,7 @@ schema.TypeRegistry.for(n0).registerError(ExpiredIteratorException$, ExpiredIter
285
285
  var GetRecordsInput$ = [3, n0, _GRI,
286
286
  0,
287
287
  [_SI, _L],
288
- [0, 1]
288
+ [0, 1], 1
289
289
  ];
290
290
  var GetRecordsOutput$ = [3, n0, _GRO,
291
291
  0,
@@ -295,7 +295,7 @@ var GetRecordsOutput$ = [3, n0, _GRO,
295
295
  var GetShardIteratorInput$ = [3, n0, _GSII,
296
296
  0,
297
297
  [_SA, _SIh, _SIT, _SN],
298
- [0, 0, 0, 0]
298
+ [0, 0, 0, 0], 3
299
299
  ];
300
300
  var GetShardIteratorOutput$ = [3, n0, _GSIO,
301
301
  0,
@@ -316,7 +316,7 @@ schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerEr
316
316
  var KeySchemaElement$ = [3, n0, _KSE,
317
317
  0,
318
318
  [_AN, _KT],
319
- [0, 0]
319
+ [0, 0], 2
320
320
  ];
321
321
  var LimitExceededException$ = [-3, n0, _LEE,
322
322
  { [_e]: _c },
@@ -92,7 +92,7 @@ import { ExpiredIteratorException, InternalServerError, LimitExceededException,
92
92
  export var DescribeStreamInput$ = [3, n0, _DSI,
93
93
  0,
94
94
  [_SA, _L, _ESSI, _SF],
95
- [0, 1, 0, () => ShardFilter$]
95
+ [0, 1, 0, () => ShardFilter$], 1
96
96
  ];
97
97
  export var DescribeStreamOutput$ = [3, n0, _DSO,
98
98
  0,
@@ -108,7 +108,7 @@ TypeRegistry.for(n0).registerError(ExpiredIteratorException$, ExpiredIteratorExc
108
108
  export var GetRecordsInput$ = [3, n0, _GRI,
109
109
  0,
110
110
  [_SI, _L],
111
- [0, 1]
111
+ [0, 1], 1
112
112
  ];
113
113
  export var GetRecordsOutput$ = [3, n0, _GRO,
114
114
  0,
@@ -118,7 +118,7 @@ export var GetRecordsOutput$ = [3, n0, _GRO,
118
118
  export var GetShardIteratorInput$ = [3, n0, _GSII,
119
119
  0,
120
120
  [_SA, _SIh, _SIT, _SN],
121
- [0, 0, 0, 0]
121
+ [0, 0, 0, 0], 3
122
122
  ];
123
123
  export var GetShardIteratorOutput$ = [3, n0, _GSIO,
124
124
  0,
@@ -139,7 +139,7 @@ TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
139
139
  export var KeySchemaElement$ = [3, n0, _KSE,
140
140
  0,
141
141
  [_AN, _KT],
142
- [0, 0]
142
+ [0, 0], 2
143
143
  ];
144
144
  export var LimitExceededException$ = [-3, n0, _LEE,
145
145
  { [_e]: _c },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dynamodb-streams",
3
3
  "description": "AWS SDK for JavaScript Dynamodb Streams Client for Node.js, Browser and React Native",
4
- "version": "3.968.0",
4
+ "version": "3.970.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-streams",
@@ -23,41 +23,41 @@
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.968.0",
27
- "@aws-sdk/credential-provider-node": "3.968.0",
28
- "@aws-sdk/middleware-host-header": "3.968.0",
29
- "@aws-sdk/middleware-logger": "3.968.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.968.0",
31
- "@aws-sdk/middleware-user-agent": "3.968.0",
32
- "@aws-sdk/region-config-resolver": "3.968.0",
33
- "@aws-sdk/types": "3.968.0",
34
- "@aws-sdk/util-endpoints": "3.968.0",
35
- "@aws-sdk/util-user-agent-browser": "3.968.0",
36
- "@aws-sdk/util-user-agent-node": "3.968.0",
37
- "@smithy/config-resolver": "^4.4.5",
38
- "@smithy/core": "^3.20.3",
39
- "@smithy/fetch-http-handler": "^5.3.8",
40
- "@smithy/hash-node": "^4.2.7",
41
- "@smithy/invalid-dependency": "^4.2.7",
42
- "@smithy/middleware-content-length": "^4.2.7",
43
- "@smithy/middleware-endpoint": "^4.4.4",
44
- "@smithy/middleware-retry": "^4.4.20",
45
- "@smithy/middleware-serde": "^4.2.8",
46
- "@smithy/middleware-stack": "^4.2.7",
47
- "@smithy/node-config-provider": "^4.3.7",
48
- "@smithy/node-http-handler": "^4.4.7",
49
- "@smithy/protocol-http": "^5.3.7",
50
- "@smithy/smithy-client": "^4.10.5",
51
- "@smithy/types": "^4.11.0",
52
- "@smithy/url-parser": "^4.2.7",
26
+ "@aws-sdk/core": "3.970.0",
27
+ "@aws-sdk/credential-provider-node": "3.970.0",
28
+ "@aws-sdk/middleware-host-header": "3.969.0",
29
+ "@aws-sdk/middleware-logger": "3.969.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.969.0",
31
+ "@aws-sdk/middleware-user-agent": "3.970.0",
32
+ "@aws-sdk/region-config-resolver": "3.969.0",
33
+ "@aws-sdk/types": "3.969.0",
34
+ "@aws-sdk/util-endpoints": "3.970.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.969.0",
36
+ "@aws-sdk/util-user-agent-node": "3.970.0",
37
+ "@smithy/config-resolver": "^4.4.6",
38
+ "@smithy/core": "^3.20.6",
39
+ "@smithy/fetch-http-handler": "^5.3.9",
40
+ "@smithy/hash-node": "^4.2.8",
41
+ "@smithy/invalid-dependency": "^4.2.8",
42
+ "@smithy/middleware-content-length": "^4.2.8",
43
+ "@smithy/middleware-endpoint": "^4.4.7",
44
+ "@smithy/middleware-retry": "^4.4.23",
45
+ "@smithy/middleware-serde": "^4.2.9",
46
+ "@smithy/middleware-stack": "^4.2.8",
47
+ "@smithy/node-config-provider": "^4.3.8",
48
+ "@smithy/node-http-handler": "^4.4.8",
49
+ "@smithy/protocol-http": "^5.3.8",
50
+ "@smithy/smithy-client": "^4.10.8",
51
+ "@smithy/types": "^4.12.0",
52
+ "@smithy/url-parser": "^4.2.8",
53
53
  "@smithy/util-base64": "^4.3.0",
54
54
  "@smithy/util-body-length-browser": "^4.2.0",
55
55
  "@smithy/util-body-length-node": "^4.2.1",
56
- "@smithy/util-defaults-mode-browser": "^4.3.19",
57
- "@smithy/util-defaults-mode-node": "^4.2.22",
58
- "@smithy/util-endpoints": "^3.2.7",
59
- "@smithy/util-middleware": "^4.2.7",
60
- "@smithy/util-retry": "^4.2.7",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.22",
57
+ "@smithy/util-defaults-mode-node": "^4.2.25",
58
+ "@smithy/util-endpoints": "^3.2.8",
59
+ "@smithy/util-middleware": "^4.2.8",
60
+ "@smithy/util-retry": "^4.2.8",
61
61
  "@smithy/util-utf8": "^4.2.0",
62
62
  "tslib": "^2.6.2"
63
63
  },