@aws-sdk/client-savingsplans 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
@@ -384,7 +384,7 @@ var InternalServerException$ = [
384
384
  -3,
385
385
  n0,
386
386
  _ISE,
387
- { [_e]: _se, [_hE]: 500, [_aQE]: [`InternalServerException`, 500] },
387
+ { [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
388
388
  [_m],
389
389
  [0],
390
390
  ];
@@ -403,7 +403,7 @@ var ResourceNotFoundException$ = [
403
403
  -3,
404
404
  n0,
405
405
  _RNFE,
406
- { [_e]: _cl, [_hE]: 404, [_aQE]: [`ResourceNotFoundException`, 404] },
406
+ { [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _cl, [_hE]: 404 },
407
407
  [_m],
408
408
  [0],
409
409
  ];
@@ -453,7 +453,7 @@ var ServiceQuotaExceededException$ = [
453
453
  -3,
454
454
  n0,
455
455
  _SQEE,
456
- { [_e]: _cl, [_hE]: 402, [_aQE]: [`ServiceQuotaExceededException`, 402] },
456
+ { [_aQE]: [`ServiceQuotaExceededException`, 402], [_e]: _cl, [_hE]: 402 },
457
457
  [_m],
458
458
  [0],
459
459
  ];
@@ -466,7 +466,7 @@ var ValidationException$ = [
466
466
  -3,
467
467
  n0,
468
468
  _VE,
469
- { [_e]: _cl, [_hE]: 400, [_aQE]: [`ValidationException`, 400] },
469
+ { [_aQE]: [`ValidationException`, 400], [_e]: _cl, [_hE]: 400 },
470
470
  [_m],
471
471
  [0],
472
472
  ];
package/dist-es/index.js CHANGED
@@ -4,4 +4,5 @@ export * from "./commands";
4
4
  export * from "./schemas/schemas_0";
5
5
  export * from "./models/enums";
6
6
  export * from "./models/errors";
7
+ export * from "./models/models_0";
7
8
  export { SavingsplansServiceException } from "./models/SavingsplansServiceException";
@@ -219,7 +219,7 @@ export var InternalServerException$ = [
219
219
  -3,
220
220
  n0,
221
221
  _ISE,
222
- { [_e]: _se, [_hE]: 500, [_aQE]: [`InternalServerException`, 500] },
222
+ { [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
223
223
  [_m],
224
224
  [0],
225
225
  ];
@@ -238,7 +238,7 @@ export var ResourceNotFoundException$ = [
238
238
  -3,
239
239
  n0,
240
240
  _RNFE,
241
- { [_e]: _cl, [_hE]: 404, [_aQE]: [`ResourceNotFoundException`, 404] },
241
+ { [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _cl, [_hE]: 404 },
242
242
  [_m],
243
243
  [0],
244
244
  ];
@@ -288,7 +288,7 @@ export var ServiceQuotaExceededException$ = [
288
288
  -3,
289
289
  n0,
290
290
  _SQEE,
291
- { [_e]: _cl, [_hE]: 402, [_aQE]: [`ServiceQuotaExceededException`, 402] },
291
+ { [_aQE]: [`ServiceQuotaExceededException`, 402], [_e]: _cl, [_hE]: 402 },
292
292
  [_m],
293
293
  [0],
294
294
  ];
@@ -301,7 +301,7 @@ export var ValidationException$ = [
301
301
  -3,
302
302
  n0,
303
303
  _VE,
304
- { [_e]: _cl, [_hE]: 400, [_aQE]: [`ValidationException`, 400] },
304
+ { [_aQE]: [`ValidationException`, 400], [_e]: _cl, [_hE]: 400 },
305
305
  [_m],
306
306
  [0],
307
307
  ];
@@ -15,5 +15,5 @@ export * from "./commands";
15
15
  export * from "./schemas/schemas_0";
16
16
  export * from "./models/enums";
17
17
  export * from "./models/errors";
18
- export type * from "./models/models_0";
18
+ export * from "./models/models_0";
19
19
  export { SavingsplansServiceException } from "./models/SavingsplansServiceException";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-savingsplans",
3
3
  "description": "AWS SDK for JavaScript Savingsplans Client for Node.js, Browser and React Native",
4
- "version": "3.954.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-savingsplans",
@@ -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.954.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
  },