@aws-sdk/client-keyspacesstreams 3.955.0 → 3.957.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
@@ -289,7 +289,7 @@ var AccessDeniedException$ = [
289
289
  -3,
290
290
  n0,
291
291
  _ADE,
292
- { [_e]: _c, [_hE]: 403, [_aQE]: [`AccessDeniedException`, 403] },
292
+ { [_aQE]: [`AccessDeniedException`, 403], [_e]: _c, [_hE]: 403 },
293
293
  [_m],
294
294
  [0],
295
295
  ];
@@ -318,7 +318,7 @@ var InternalServerException$ = [
318
318
  -3,
319
319
  n0,
320
320
  _ISE,
321
- { [_e]: _se, [_hE]: 500, [_aQE]: [`InternalServerException`, 500] },
321
+ { [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
322
322
  [_m],
323
323
  [0],
324
324
  ];
@@ -362,7 +362,7 @@ var ResourceNotFoundException$ = [
362
362
  -3,
363
363
  n0,
364
364
  _RNFE,
365
- { [_e]: _c, [_hE]: 404, [_aQE]: [`ResourceNotFoundException`, 404] },
365
+ { [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
366
366
  [_m],
367
367
  [0],
368
368
  ];
@@ -375,7 +375,7 @@ var ThrottlingException$ = [
375
375
  -3,
376
376
  n0,
377
377
  _TE,
378
- { [_e]: _c, [_hE]: 429, [_aQE]: [`ThrottlingException`, 429] },
378
+ { [_aQE]: [`ThrottlingException`, 429], [_e]: _c, [_hE]: 429 },
379
379
  [_m],
380
380
  [0],
381
381
  ];
@@ -384,7 +384,7 @@ var ValidationException$ = [
384
384
  -3,
385
385
  n0,
386
386
  _VE,
387
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ValidationException`, 400] },
387
+ { [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
388
388
  [_m, _eC],
389
389
  [0, 0],
390
390
  ];
@@ -407,7 +407,7 @@ var KeyspacesCells = [2, n0, _KCe, 0, 0, () => KeyspacesCell$];
407
407
  var KeyspacesKeysMap = [2, n0, _KKM, 0, 0, () => KeyspacesCellValue$];
408
408
  var KeyspacesUdtMap = [2, n0, _KUM, 0, 0, () => KeyspacesCell$];
409
409
  var KeyspacesCellValue$ = [
410
- 3,
410
+ 4,
411
411
  n0,
412
412
  _KCV,
413
413
  0,
@@ -112,7 +112,7 @@ export var AccessDeniedException$ = [
112
112
  -3,
113
113
  n0,
114
114
  _ADE,
115
- { [_e]: _c, [_hE]: 403, [_aQE]: [`AccessDeniedException`, 403] },
115
+ { [_aQE]: [`AccessDeniedException`, 403], [_e]: _c, [_hE]: 403 },
116
116
  [_m],
117
117
  [0],
118
118
  ];
@@ -141,7 +141,7 @@ export var InternalServerException$ = [
141
141
  -3,
142
142
  n0,
143
143
  _ISE,
144
- { [_e]: _se, [_hE]: 500, [_aQE]: [`InternalServerException`, 500] },
144
+ { [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
145
145
  [_m],
146
146
  [0],
147
147
  ];
@@ -185,7 +185,7 @@ export var ResourceNotFoundException$ = [
185
185
  -3,
186
186
  n0,
187
187
  _RNFE,
188
- { [_e]: _c, [_hE]: 404, [_aQE]: [`ResourceNotFoundException`, 404] },
188
+ { [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
189
189
  [_m],
190
190
  [0],
191
191
  ];
@@ -198,7 +198,7 @@ export var ThrottlingException$ = [
198
198
  -3,
199
199
  n0,
200
200
  _TE,
201
- { [_e]: _c, [_hE]: 429, [_aQE]: [`ThrottlingException`, 429] },
201
+ { [_aQE]: [`ThrottlingException`, 429], [_e]: _c, [_hE]: 429 },
202
202
  [_m],
203
203
  [0],
204
204
  ];
@@ -207,7 +207,7 @@ export var ValidationException$ = [
207
207
  -3,
208
208
  n0,
209
209
  _VE,
210
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ValidationException`, 400] },
210
+ { [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
211
211
  [_m, _eC],
212
212
  [0, 0],
213
213
  ];
@@ -231,7 +231,7 @@ var KeyspacesCells = [2, n0, _KCe, 0, 0, () => KeyspacesCell$];
231
231
  var KeyspacesKeysMap = [2, n0, _KKM, 0, 0, () => KeyspacesCellValue$];
232
232
  var KeyspacesUdtMap = [2, n0, _KUM, 0, 0, () => KeyspacesCell$];
233
233
  export var KeyspacesCellValue$ = [
234
- 3,
234
+ 4,
235
235
  n0,
236
236
  _KCV,
237
237
  0,
@@ -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 AccessDeniedException$: StaticErrorSchema;
3
3
  export declare var GetRecordsInput$: StaticStructureSchema;
4
4
  export declare var GetRecordsOutput$: StaticStructureSchema;
@@ -22,7 +22,7 @@ export declare var _Stream$: StaticStructureSchema;
22
22
  export declare var ThrottlingException$: StaticErrorSchema;
23
23
  export declare var ValidationException$: StaticErrorSchema;
24
24
  export declare var KeyspacesStreamsServiceException$: StaticErrorSchema;
25
- export declare var KeyspacesCellValue$: StaticStructureSchema;
25
+ export declare var KeyspacesCellValue$: StaticUnionSchema;
26
26
  export declare var GetRecords$: StaticOperationSchema;
27
27
  export declare var GetShardIterator$: StaticOperationSchema;
28
28
  export declare var GetStream$: 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 AccessDeniedException$: StaticErrorSchema;
7
8
  export declare var GetRecordsInput$: StaticStructureSchema;
@@ -26,7 +27,7 @@ export declare var _Stream$: StaticStructureSchema;
26
27
  export declare var ThrottlingException$: StaticErrorSchema;
27
28
  export declare var ValidationException$: StaticErrorSchema;
28
29
  export declare var KeyspacesStreamsServiceException$: StaticErrorSchema;
29
- export declare var KeyspacesCellValue$: StaticStructureSchema;
30
+ export declare var KeyspacesCellValue$: StaticUnionSchema;
30
31
  export declare var GetRecords$: StaticOperationSchema;
31
32
  export declare var GetShardIterator$: StaticOperationSchema;
32
33
  export declare var GetStream$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,12 +1,12 @@
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.955.0",
4
+ "version": "3.957.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",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
- "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
9
+ "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
12
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
@@ -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.954.0",
25
- "@aws-sdk/credential-provider-node": "3.955.0",
26
- "@aws-sdk/middleware-host-header": "3.953.0",
27
- "@aws-sdk/middleware-logger": "3.953.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.953.0",
29
- "@aws-sdk/middleware-user-agent": "3.954.0",
30
- "@aws-sdk/region-config-resolver": "3.953.0",
31
- "@aws-sdk/types": "3.953.0",
32
- "@aws-sdk/util-endpoints": "3.953.0",
33
- "@aws-sdk/util-user-agent-browser": "3.953.0",
34
- "@aws-sdk/util-user-agent-node": "3.954.0",
35
- "@smithy/config-resolver": "^4.4.4",
36
- "@smithy/core": "^3.19.0",
37
- "@smithy/fetch-http-handler": "^5.3.7",
38
- "@smithy/hash-node": "^4.2.6",
39
- "@smithy/invalid-dependency": "^4.2.6",
40
- "@smithy/middleware-content-length": "^4.2.6",
41
- "@smithy/middleware-endpoint": "^4.4.0",
42
- "@smithy/middleware-retry": "^4.4.16",
43
- "@smithy/middleware-serde": "^4.2.7",
44
- "@smithy/middleware-stack": "^4.2.6",
45
- "@smithy/node-config-provider": "^4.3.6",
46
- "@smithy/node-http-handler": "^4.4.6",
47
- "@smithy/protocol-http": "^5.3.6",
48
- "@smithy/smithy-client": "^4.10.1",
49
- "@smithy/types": "^4.10.0",
50
- "@smithy/url-parser": "^4.2.6",
24
+ "@aws-sdk/core": "3.957.0",
25
+ "@aws-sdk/credential-provider-node": "3.957.0",
26
+ "@aws-sdk/middleware-host-header": "3.957.0",
27
+ "@aws-sdk/middleware-logger": "3.957.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.957.0",
29
+ "@aws-sdk/middleware-user-agent": "3.957.0",
30
+ "@aws-sdk/region-config-resolver": "3.957.0",
31
+ "@aws-sdk/types": "3.957.0",
32
+ "@aws-sdk/util-endpoints": "3.957.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.957.0",
34
+ "@aws-sdk/util-user-agent-node": "3.957.0",
35
+ "@smithy/config-resolver": "^4.4.5",
36
+ "@smithy/core": "^3.20.0",
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.1",
42
+ "@smithy/middleware-retry": "^4.4.17",
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.2",
49
+ "@smithy/types": "^4.11.0",
50
+ "@smithy/url-parser": "^4.2.7",
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.15",
55
- "@smithy/util-defaults-mode-node": "^4.2.18",
56
- "@smithy/util-endpoints": "^3.2.6",
57
- "@smithy/util-middleware": "^4.2.6",
58
- "@smithy/util-retry": "^4.2.6",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.16",
55
+ "@smithy/util-defaults-mode-node": "^4.2.19",
56
+ "@smithy/util-endpoints": "^3.2.7",
57
+ "@smithy/util-middleware": "^4.2.7",
58
+ "@smithy/util-retry": "^4.2.7",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },