@aws-sdk/client-auto-scaling 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
@@ -846,7 +846,7 @@ var ActiveInstanceRefreshNotFoundFault$ = [
846
846
  -3,
847
847
  n0,
848
848
  _AIRNFF,
849
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ActiveInstanceRefreshNotFound`, 400] },
849
+ { [_aQE]: [`ActiveInstanceRefreshNotFound`, 400], [_e]: _c, [_hE]: 400 },
850
850
  [_m],
851
851
  [0],
852
852
  ];
@@ -868,7 +868,7 @@ var AlreadyExistsFault$ = [
868
868
  -3,
869
869
  n0,
870
870
  _AEF,
871
- { [_e]: _c, [_hE]: 400, [_aQE]: [`AlreadyExists`, 400] },
871
+ { [_aQE]: [`AlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
872
872
  [_m],
873
873
  [0],
874
874
  ];
@@ -1407,7 +1407,7 @@ var IdempotentParameterMismatchError$ = [
1407
1407
  -3,
1408
1408
  n0,
1409
1409
  _IPME,
1410
- { [_e]: _c, [_hE]: 400, [_aQE]: [`IdempotentParameterMismatch`, 400] },
1410
+ { [_aQE]: [`IdempotentParameterMismatch`, 400], [_e]: _c, [_hE]: 400 },
1411
1411
  [_Mes],
1412
1412
  [0],
1413
1413
  ];
@@ -1458,7 +1458,7 @@ var InstanceRefreshInProgressFault$ = [
1458
1458
  -3,
1459
1459
  n0,
1460
1460
  _IRIPF,
1461
- { [_e]: _c, [_hE]: 400, [_aQE]: [`InstanceRefreshInProgress`, 400] },
1461
+ { [_aQE]: [`InstanceRefreshInProgress`, 400], [_e]: _c, [_hE]: 400 },
1462
1462
  [_m],
1463
1463
  [0],
1464
1464
  ];
@@ -1546,7 +1546,7 @@ var InvalidNextToken$ = [
1546
1546
  -3,
1547
1547
  n0,
1548
1548
  _INT,
1549
- { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidNextToken`, 400] },
1549
+ { [_aQE]: [`InvalidNextToken`, 400], [_e]: _c, [_hE]: 400 },
1550
1550
  [_m],
1551
1551
  [0],
1552
1552
  ];
@@ -1555,7 +1555,7 @@ var IrreversibleInstanceRefreshFault$ = [
1555
1555
  -3,
1556
1556
  n0,
1557
1557
  _IIRF,
1558
- { [_e]: _c, [_hE]: 400, [_aQE]: [`IrreversibleInstanceRefresh`, 400] },
1558
+ { [_aQE]: [`IrreversibleInstanceRefresh`, 400], [_e]: _c, [_hE]: 400 },
1559
1559
  [_m],
1560
1560
  [0],
1561
1561
  ];
@@ -1681,7 +1681,7 @@ var LimitExceededFault$ = [
1681
1681
  -3,
1682
1682
  n0,
1683
1683
  _LEF,
1684
- { [_e]: _c, [_hE]: 400, [_aQE]: [`LimitExceeded`, 400] },
1684
+ { [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
1685
1685
  [_m],
1686
1686
  [0],
1687
1687
  ];
@@ -1857,7 +1857,7 @@ var ResourceContentionFault$ = [
1857
1857
  -3,
1858
1858
  n0,
1859
1859
  _RCF,
1860
- { [_e]: _s, [_hE]: 500, [_aQE]: [`ResourceContention`, 500] },
1860
+ { [_aQE]: [`ResourceContention`, 500], [_e]: _s, [_hE]: 500 },
1861
1861
  [_m],
1862
1862
  [0],
1863
1863
  ];
@@ -1866,7 +1866,7 @@ var ResourceInUseFault$ = [
1866
1866
  -3,
1867
1867
  n0,
1868
1868
  _RIUF,
1869
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ResourceInUse`, 400] },
1869
+ { [_aQE]: [`ResourceInUse`, 400], [_e]: _c, [_hE]: 400 },
1870
1870
  [_m],
1871
1871
  [0],
1872
1872
  ];
@@ -1886,7 +1886,7 @@ var ScalingActivityInProgressFault$ = [
1886
1886
  -3,
1887
1887
  n0,
1888
1888
  _SAIPF,
1889
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ScalingActivityInProgress`, 400] },
1889
+ { [_aQE]: [`ScalingActivityInProgress`, 400], [_e]: _c, [_hE]: 400 },
1890
1890
  [_m],
1891
1891
  [0],
1892
1892
  ];
@@ -1945,7 +1945,7 @@ var ServiceLinkedRoleFailure$ = [
1945
1945
  -3,
1946
1946
  n0,
1947
1947
  _SLRF,
1948
- { [_e]: _s, [_hE]: 500, [_aQE]: [`ServiceLinkedRoleFailure`, 500] },
1948
+ { [_aQE]: [`ServiceLinkedRoleFailure`, 500], [_e]: _s, [_hE]: 500 },
1949
1949
  [_m],
1950
1950
  [0],
1951
1951
  ];
package/dist-es/index.js CHANGED
@@ -6,4 +6,5 @@ export * from "./pagination";
6
6
  export * from "./waiters";
7
7
  export * from "./models/enums";
8
8
  export * from "./models/errors";
9
+ export * from "./models/models_0";
9
10
  export { AutoScalingServiceException } from "./models/AutoScalingServiceException";
@@ -594,7 +594,7 @@ export var ActiveInstanceRefreshNotFoundFault$ = [
594
594
  -3,
595
595
  n0,
596
596
  _AIRNFF,
597
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ActiveInstanceRefreshNotFound`, 400] },
597
+ { [_aQE]: [`ActiveInstanceRefreshNotFound`, 400], [_e]: _c, [_hE]: 400 },
598
598
  [_m],
599
599
  [0],
600
600
  ];
@@ -616,7 +616,7 @@ export var AlreadyExistsFault$ = [
616
616
  -3,
617
617
  n0,
618
618
  _AEF,
619
- { [_e]: _c, [_hE]: 400, [_aQE]: [`AlreadyExists`, 400] },
619
+ { [_aQE]: [`AlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
620
620
  [_m],
621
621
  [0],
622
622
  ];
@@ -1155,7 +1155,7 @@ export var IdempotentParameterMismatchError$ = [
1155
1155
  -3,
1156
1156
  n0,
1157
1157
  _IPME,
1158
- { [_e]: _c, [_hE]: 400, [_aQE]: [`IdempotentParameterMismatch`, 400] },
1158
+ { [_aQE]: [`IdempotentParameterMismatch`, 400], [_e]: _c, [_hE]: 400 },
1159
1159
  [_Mes],
1160
1160
  [0],
1161
1161
  ];
@@ -1206,7 +1206,7 @@ export var InstanceRefreshInProgressFault$ = [
1206
1206
  -3,
1207
1207
  n0,
1208
1208
  _IRIPF,
1209
- { [_e]: _c, [_hE]: 400, [_aQE]: [`InstanceRefreshInProgress`, 400] },
1209
+ { [_aQE]: [`InstanceRefreshInProgress`, 400], [_e]: _c, [_hE]: 400 },
1210
1210
  [_m],
1211
1211
  [0],
1212
1212
  ];
@@ -1294,7 +1294,7 @@ export var InvalidNextToken$ = [
1294
1294
  -3,
1295
1295
  n0,
1296
1296
  _INT,
1297
- { [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidNextToken`, 400] },
1297
+ { [_aQE]: [`InvalidNextToken`, 400], [_e]: _c, [_hE]: 400 },
1298
1298
  [_m],
1299
1299
  [0],
1300
1300
  ];
@@ -1303,7 +1303,7 @@ export var IrreversibleInstanceRefreshFault$ = [
1303
1303
  -3,
1304
1304
  n0,
1305
1305
  _IIRF,
1306
- { [_e]: _c, [_hE]: 400, [_aQE]: [`IrreversibleInstanceRefresh`, 400] },
1306
+ { [_aQE]: [`IrreversibleInstanceRefresh`, 400], [_e]: _c, [_hE]: 400 },
1307
1307
  [_m],
1308
1308
  [0],
1309
1309
  ];
@@ -1429,7 +1429,7 @@ export var LimitExceededFault$ = [
1429
1429
  -3,
1430
1430
  n0,
1431
1431
  _LEF,
1432
- { [_e]: _c, [_hE]: 400, [_aQE]: [`LimitExceeded`, 400] },
1432
+ { [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
1433
1433
  [_m],
1434
1434
  [0],
1435
1435
  ];
@@ -1605,7 +1605,7 @@ export var ResourceContentionFault$ = [
1605
1605
  -3,
1606
1606
  n0,
1607
1607
  _RCF,
1608
- { [_e]: _s, [_hE]: 500, [_aQE]: [`ResourceContention`, 500] },
1608
+ { [_aQE]: [`ResourceContention`, 500], [_e]: _s, [_hE]: 500 },
1609
1609
  [_m],
1610
1610
  [0],
1611
1611
  ];
@@ -1614,7 +1614,7 @@ export var ResourceInUseFault$ = [
1614
1614
  -3,
1615
1615
  n0,
1616
1616
  _RIUF,
1617
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ResourceInUse`, 400] },
1617
+ { [_aQE]: [`ResourceInUse`, 400], [_e]: _c, [_hE]: 400 },
1618
1618
  [_m],
1619
1619
  [0],
1620
1620
  ];
@@ -1634,7 +1634,7 @@ export var ScalingActivityInProgressFault$ = [
1634
1634
  -3,
1635
1635
  n0,
1636
1636
  _SAIPF,
1637
- { [_e]: _c, [_hE]: 400, [_aQE]: [`ScalingActivityInProgress`, 400] },
1637
+ { [_aQE]: [`ScalingActivityInProgress`, 400], [_e]: _c, [_hE]: 400 },
1638
1638
  [_m],
1639
1639
  [0],
1640
1640
  ];
@@ -1693,7 +1693,7 @@ export var ServiceLinkedRoleFailure$ = [
1693
1693
  -3,
1694
1694
  n0,
1695
1695
  _SLRF,
1696
- { [_e]: _s, [_hE]: 500, [_aQE]: [`ServiceLinkedRoleFailure`, 500] },
1696
+ { [_aQE]: [`ServiceLinkedRoleFailure`, 500], [_e]: _s, [_hE]: 500 },
1697
1697
  [_m],
1698
1698
  [0],
1699
1699
  ];
@@ -19,5 +19,5 @@ export * from "./pagination";
19
19
  export * from "./waiters";
20
20
  export * from "./models/enums";
21
21
  export * from "./models/errors";
22
- export type * from "./models/models_0";
22
+ export * from "./models/models_0";
23
23
  export { AutoScalingServiceException } from "./models/AutoScalingServiceException";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-auto-scaling",
3
3
  "description": "AWS SDK for JavaScript Auto Scaling 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-auto-scaling",
@@ -21,43 +21,43 @@
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
- "@smithy/util-waiter": "^4.2.6",
60
+ "@smithy/util-waiter": "^4.2.7",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {