@aws-sdk/client-keyspacesstreams 3.968.0 → 3.969.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
@@ -294,7 +294,7 @@ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedEx
294
294
  var GetRecordsInput$ = [3, n0, _GRI,
295
295
  0,
296
296
  [_sI, _mR],
297
- [0, 1]
297
+ [0, 1], 1
298
298
  ];
299
299
  var GetRecordsOutput$ = [3, n0, _GRO,
300
300
  0,
@@ -304,7 +304,7 @@ var GetRecordsOutput$ = [3, n0, _GRO,
304
304
  var GetShardIteratorInput$ = [3, n0, _GSII,
305
305
  0,
306
306
  [_sA, _sIh, _sIT, _sN],
307
- [0, 0, 0, 0]
307
+ [0, 0, 0, 0], 3
308
308
  ];
309
309
  var GetShardIteratorOutput$ = [3, n0, _GSIO,
310
310
  0,
@@ -314,12 +314,12 @@ var GetShardIteratorOutput$ = [3, n0, _GSIO,
314
314
  var GetStreamInput$ = [3, n0, _GSI,
315
315
  0,
316
316
  [_sA, _mR, _sF, _nT],
317
- [0, 1, () => ShardFilter$, 0]
317
+ [0, 1, () => ShardFilter$, 0], 1
318
318
  ];
319
319
  var GetStreamOutput$ = [3, n0, _GSO,
320
320
  0,
321
321
  [_sA, _sL, _sS, _sVT, _cRDT, _kN, _tN, _s, _nT],
322
- [0, 0, 0, 0, 4, 0, 0, () => ShardDescriptionList, 0]
322
+ [0, 0, 0, 0, 4, 0, 0, () => ShardDescriptionList, 0], 7
323
323
  ];
324
324
  var InternalServerException$ = [-3, n0, _ISE,
325
325
  { [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
@@ -386,7 +386,7 @@ var ShardFilter$ = [3, n0, _SF,
386
386
  var _Stream$ = [3, n0, _St,
387
387
  0,
388
388
  [_sA, _kN, _tN, _sL],
389
- [0, 0, 0, 0]
389
+ [0, 0, 0, 0], 4
390
390
  ];
391
391
  var ThrottlingException$ = [-3, n0, _TE,
392
392
  { [_aQE]: [`ThrottlingException`, 429], [_e]: _c, [_hE]: 429 },
@@ -117,7 +117,7 @@ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException
117
117
  export var GetRecordsInput$ = [3, n0, _GRI,
118
118
  0,
119
119
  [_sI, _mR],
120
- [0, 1]
120
+ [0, 1], 1
121
121
  ];
122
122
  export var GetRecordsOutput$ = [3, n0, _GRO,
123
123
  0,
@@ -127,7 +127,7 @@ export var GetRecordsOutput$ = [3, n0, _GRO,
127
127
  export var GetShardIteratorInput$ = [3, n0, _GSII,
128
128
  0,
129
129
  [_sA, _sIh, _sIT, _sN],
130
- [0, 0, 0, 0]
130
+ [0, 0, 0, 0], 3
131
131
  ];
132
132
  export var GetShardIteratorOutput$ = [3, n0, _GSIO,
133
133
  0,
@@ -137,12 +137,12 @@ export var GetShardIteratorOutput$ = [3, n0, _GSIO,
137
137
  export var GetStreamInput$ = [3, n0, _GSI,
138
138
  0,
139
139
  [_sA, _mR, _sF, _nT],
140
- [0, 1, () => ShardFilter$, 0]
140
+ [0, 1, () => ShardFilter$, 0], 1
141
141
  ];
142
142
  export var GetStreamOutput$ = [3, n0, _GSO,
143
143
  0,
144
144
  [_sA, _sL, _sS, _sVT, _cRDT, _kN, _tN, _s, _nT],
145
- [0, 0, 0, 0, 4, 0, 0, () => ShardDescriptionList, 0]
145
+ [0, 0, 0, 0, 4, 0, 0, () => ShardDescriptionList, 0], 7
146
146
  ];
147
147
  export var InternalServerException$ = [-3, n0, _ISE,
148
148
  { [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
@@ -209,7 +209,7 @@ export var ShardFilter$ = [3, n0, _SF,
209
209
  export var _Stream$ = [3, n0, _St,
210
210
  0,
211
211
  [_sA, _kN, _tN, _sL],
212
- [0, 0, 0, 0]
212
+ [0, 0, 0, 0], 4
213
213
  ];
214
214
  export var ThrottlingException$ = [-3, n0, _TE,
215
215
  { [_aQE]: [`ThrottlingException`, 429], [_e]: _c, [_hE]: 429 },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-keyspacesstreams",
3
3
  "description": "AWS SDK for JavaScript Keyspacesstreams Client for Node.js, Browser and React Native",
4
- "version": "3.968.0",
4
+ "version": "3.969.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-keyspacesstreams",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.968.0",
25
- "@aws-sdk/credential-provider-node": "3.968.0",
26
- "@aws-sdk/middleware-host-header": "3.968.0",
27
- "@aws-sdk/middleware-logger": "3.968.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.968.0",
29
- "@aws-sdk/middleware-user-agent": "3.968.0",
30
- "@aws-sdk/region-config-resolver": "3.968.0",
31
- "@aws-sdk/types": "3.968.0",
32
- "@aws-sdk/util-endpoints": "3.968.0",
33
- "@aws-sdk/util-user-agent-browser": "3.968.0",
34
- "@aws-sdk/util-user-agent-node": "3.968.0",
35
- "@smithy/config-resolver": "^4.4.5",
36
- "@smithy/core": "^3.20.3",
37
- "@smithy/fetch-http-handler": "^5.3.8",
38
- "@smithy/hash-node": "^4.2.7",
39
- "@smithy/invalid-dependency": "^4.2.7",
40
- "@smithy/middleware-content-length": "^4.2.7",
41
- "@smithy/middleware-endpoint": "^4.4.4",
42
- "@smithy/middleware-retry": "^4.4.20",
43
- "@smithy/middleware-serde": "^4.2.8",
44
- "@smithy/middleware-stack": "^4.2.7",
45
- "@smithy/node-config-provider": "^4.3.7",
46
- "@smithy/node-http-handler": "^4.4.7",
47
- "@smithy/protocol-http": "^5.3.7",
48
- "@smithy/smithy-client": "^4.10.5",
49
- "@smithy/types": "^4.11.0",
50
- "@smithy/url-parser": "^4.2.7",
24
+ "@aws-sdk/core": "3.969.0",
25
+ "@aws-sdk/credential-provider-node": "3.969.0",
26
+ "@aws-sdk/middleware-host-header": "3.969.0",
27
+ "@aws-sdk/middleware-logger": "3.969.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.969.0",
29
+ "@aws-sdk/middleware-user-agent": "3.969.0",
30
+ "@aws-sdk/region-config-resolver": "3.969.0",
31
+ "@aws-sdk/types": "3.969.0",
32
+ "@aws-sdk/util-endpoints": "3.969.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.969.0",
34
+ "@aws-sdk/util-user-agent-node": "3.969.0",
35
+ "@smithy/config-resolver": "^4.4.6",
36
+ "@smithy/core": "^3.20.5",
37
+ "@smithy/fetch-http-handler": "^5.3.9",
38
+ "@smithy/hash-node": "^4.2.8",
39
+ "@smithy/invalid-dependency": "^4.2.8",
40
+ "@smithy/middleware-content-length": "^4.2.8",
41
+ "@smithy/middleware-endpoint": "^4.4.6",
42
+ "@smithy/middleware-retry": "^4.4.22",
43
+ "@smithy/middleware-serde": "^4.2.9",
44
+ "@smithy/middleware-stack": "^4.2.8",
45
+ "@smithy/node-config-provider": "^4.3.8",
46
+ "@smithy/node-http-handler": "^4.4.8",
47
+ "@smithy/protocol-http": "^5.3.8",
48
+ "@smithy/smithy-client": "^4.10.7",
49
+ "@smithy/types": "^4.12.0",
50
+ "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.19",
55
- "@smithy/util-defaults-mode-node": "^4.2.22",
56
- "@smithy/util-endpoints": "^3.2.7",
57
- "@smithy/util-middleware": "^4.2.7",
58
- "@smithy/util-retry": "^4.2.7",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.21",
55
+ "@smithy/util-defaults-mode-node": "^4.2.24",
56
+ "@smithy/util-endpoints": "^3.2.8",
57
+ "@smithy/util-middleware": "^4.2.8",
58
+ "@smithy/util-retry": "^4.2.8",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },