@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 +4 -4
- package/dist-es/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +4 -4
- package/dist-types/index.d.ts +1 -1
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -384,7 +384,7 @@ var InternalServerException$ = [
|
|
|
384
384
|
-3,
|
|
385
385
|
n0,
|
|
386
386
|
_ISE,
|
|
387
|
-
{ [
|
|
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
|
-
{ [
|
|
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
|
-
{ [
|
|
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
|
-
{ [
|
|
469
|
+
{ [_aQE]: [`ValidationException`, 400], [_e]: _cl, [_hE]: 400 },
|
|
470
470
|
[_m],
|
|
471
471
|
[0],
|
|
472
472
|
];
|
package/dist-es/index.js
CHANGED
|
@@ -219,7 +219,7 @@ export var InternalServerException$ = [
|
|
|
219
219
|
-3,
|
|
220
220
|
n0,
|
|
221
221
|
_ISE,
|
|
222
|
-
{ [
|
|
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
|
-
{ [
|
|
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
|
-
{ [
|
|
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
|
-
{ [
|
|
304
|
+
{ [_aQE]: [`ValidationException`, 400], [_e]: _cl, [_hE]: 400 },
|
|
305
305
|
[_m],
|
|
306
306
|
[0],
|
|
307
307
|
];
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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
|
|
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.
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
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.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
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
|
},
|