@aws-sdk/client-keyspaces 3.955.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
@@ -384,7 +384,7 @@ var AccessDeniedException$ = [
384
384
  -3,
385
385
  n0,
386
386
  _ADE,
387
- { [_e]: _c, [_hE]: 403, [_aQE]: [`AccessDeniedException`, 403] },
387
+ { [_aQE]: [`AccessDeniedException`, 403], [_e]: _c, [_hE]: 403 },
388
388
  [_m],
389
389
  [0],
390
390
  ];
@@ -432,7 +432,7 @@ var ConflictException$ = [
432
432
  -3,
433
433
  n0,
434
434
  _CE,
435
- { [_e]: _c, [_hE]: 409, [_aQE]: [`ConflictException`, 409] },
435
+ { [_aQE]: [`ConflictException`, 409], [_e]: _c, [_hE]: 409 },
436
436
  [_m],
437
437
  [0],
438
438
  ];
@@ -537,7 +537,7 @@ var InternalServerException$ = [
537
537
  -3,
538
538
  n0,
539
539
  _ISE,
540
- { [_e]: _se, [_hE]: 500, [_aQE]: [`InternalServerException`, 500] },
540
+ { [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
541
541
  [_m],
542
542
  [0],
543
543
  ];
@@ -584,7 +584,7 @@ var ResourceNotFoundException$ = [
584
584
  -3,
585
585
  n0,
586
586
  _RNFE,
587
- { [_e]: _c, [_hE]: 404, [_aQE]: [`ResourceNotFoundException`, 404] },
587
+ { [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
588
588
  [_m, _rA],
589
589
  [0, 0],
590
590
  ];
@@ -622,7 +622,7 @@ var ServiceQuotaExceededException$ = [
622
622
  -3,
623
623
  n0,
624
624
  _SQEE,
625
- { [_e]: _c, [_hE]: 402, [_aQE]: [`ServiceQuotaExceededException`, 402] },
625
+ { [_aQE]: [`ServiceQuotaExceededException`, 402], [_e]: _c, [_hE]: 402 },
626
626
  [_m],
627
627
  [0],
628
628
  ];
@@ -678,7 +678,7 @@ var ValidationException$ = [
678
678
  -3,
679
679
  n0,
680
680
  _VE,
681
- { [_e]: _c, [_aQE]: [`ValidationException`, 400] },
681
+ { [_aQE]: [`ValidationException`, 400], [_e]: _c },
682
682
  [_m],
683
683
  [0],
684
684
  ];
@@ -193,7 +193,7 @@ export var AccessDeniedException$ = [
193
193
  -3,
194
194
  n0,
195
195
  _ADE,
196
- { [_e]: _c, [_hE]: 403, [_aQE]: [`AccessDeniedException`, 403] },
196
+ { [_aQE]: [`AccessDeniedException`, 403], [_e]: _c, [_hE]: 403 },
197
197
  [_m],
198
198
  [0],
199
199
  ];
@@ -241,7 +241,7 @@ export var ConflictException$ = [
241
241
  -3,
242
242
  n0,
243
243
  _CE,
244
- { [_e]: _c, [_hE]: 409, [_aQE]: [`ConflictException`, 409] },
244
+ { [_aQE]: [`ConflictException`, 409], [_e]: _c, [_hE]: 409 },
245
245
  [_m],
246
246
  [0],
247
247
  ];
@@ -346,7 +346,7 @@ export var InternalServerException$ = [
346
346
  -3,
347
347
  n0,
348
348
  _ISE,
349
- { [_e]: _se, [_hE]: 500, [_aQE]: [`InternalServerException`, 500] },
349
+ { [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
350
350
  [_m],
351
351
  [0],
352
352
  ];
@@ -393,7 +393,7 @@ export var ResourceNotFoundException$ = [
393
393
  -3,
394
394
  n0,
395
395
  _RNFE,
396
- { [_e]: _c, [_hE]: 404, [_aQE]: [`ResourceNotFoundException`, 404] },
396
+ { [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
397
397
  [_m, _rA],
398
398
  [0, 0],
399
399
  ];
@@ -431,7 +431,7 @@ export var ServiceQuotaExceededException$ = [
431
431
  -3,
432
432
  n0,
433
433
  _SQEE,
434
- { [_e]: _c, [_hE]: 402, [_aQE]: [`ServiceQuotaExceededException`, 402] },
434
+ { [_aQE]: [`ServiceQuotaExceededException`, 402], [_e]: _c, [_hE]: 402 },
435
435
  [_m],
436
436
  [0],
437
437
  ];
@@ -487,7 +487,7 @@ export var ValidationException$ = [
487
487
  -3,
488
488
  n0,
489
489
  _VE,
490
- { [_e]: _c, [_aQE]: [`ValidationException`, 400] },
490
+ { [_aQE]: [`ValidationException`, 400], [_e]: _c },
491
491
  [_m],
492
492
  [0],
493
493
  ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-keyspaces",
3
3
  "description": "AWS SDK for JavaScript Keyspaces Client for Node.js, Browser and React Native",
4
- "version": "3.955.0",
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-keyspaces",
@@ -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.956.0",
25
+ "@aws-sdk/credential-provider-node": "3.956.0",
26
+ "@aws-sdk/middleware-host-header": "3.956.0",
27
+ "@aws-sdk/middleware-logger": "3.956.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.956.0",
29
+ "@aws-sdk/middleware-user-agent": "3.956.0",
30
+ "@aws-sdk/region-config-resolver": "3.956.0",
31
+ "@aws-sdk/types": "3.956.0",
32
+ "@aws-sdk/util-endpoints": "3.956.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.956.0",
34
+ "@aws-sdk/util-user-agent-node": "3.956.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
  },