@aws-sdk/client-auto-scaling 3.36.1 → 3.40.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/CHANGELOG.md +45 -0
- package/dist-cjs/commands/index.js +64 -0
- package/dist-cjs/endpoints.js +72 -6
- package/dist-cjs/index.js +5 -75
- package/dist-cjs/models/models_0.js +121 -10
- package/dist-cjs/pagination/index.js +12 -0
- package/dist-cjs/protocols/Aws_query.js +621 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +6 -0
- package/dist-es/commands/index.js +61 -0
- package/dist-es/endpoints.js +72 -6
- package/dist-es/index.js +5 -75
- package/dist-es/models/models_0.js +97 -4
- package/dist-es/pagination/index.js +9 -0
- package/dist-es/protocols/Aws_query.js +922 -207
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +3 -0
- package/dist-types/AutoScaling.d.ts +8 -2
- package/dist-types/AutoScalingClient.d.ts +10 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +61 -0
- package/dist-types/index.d.ts +5 -75
- package/dist-types/models/models_0.d.ts +672 -125
- package/dist-types/pagination/index.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/AutoScalingClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +61 -0
- package/dist-types/ts3.4/index.d.ts +5 -75
- package/dist-types/ts3.4/models/models_0.d.ts +206 -11
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/waiters/index.d.ts +3 -0
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,51 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **clients:** update clients as of 2021/10/28 ([#2955](https://github.com/aws/aws-sdk-js-v3/issues/2955)) ([378d161](https://github.com/aws/aws-sdk-js-v3/commit/378d16166de49b06263291001986715d9533cadf))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
34
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
6
51
|
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
7
52
|
|
|
8
53
|
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AttachInstancesCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./AttachLoadBalancerTargetGroupsCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./AttachLoadBalancersCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./BatchDeleteScheduledActionCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./BatchPutScheduledUpdateGroupActionCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CancelInstanceRefreshCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CompleteLifecycleActionCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateAutoScalingGroupCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateLaunchConfigurationCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateOrUpdateTagsCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./DeleteAutoScalingGroupCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DeleteLaunchConfigurationCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DeleteLifecycleHookCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteNotificationConfigurationCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeletePolicyCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DeleteScheduledActionCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeleteTagsCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteWarmPoolCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DescribeAccountLimitsCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DescribeAdjustmentTypesCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DescribeAutoScalingGroupsCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DescribeAutoScalingInstancesCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DescribeAutoScalingNotificationTypesCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DescribeInstanceRefreshesCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./DescribeLaunchConfigurationsCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./DescribeLifecycleHookTypesCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./DescribeLifecycleHooksCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./DescribeLoadBalancerTargetGroupsCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./DescribeLoadBalancersCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./DescribeMetricCollectionTypesCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./DescribeNotificationConfigurationsCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./DescribePoliciesCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./DescribeScalingActivitiesCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./DescribeScalingProcessTypesCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./DescribeScheduledActionsCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./DescribeTagsCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./DescribeTerminationPolicyTypesCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./DescribeWarmPoolCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./DetachInstancesCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./DetachLoadBalancerTargetGroupsCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./DetachLoadBalancersCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./DisableMetricsCollectionCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./EnableMetricsCollectionCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./EnterStandbyCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./ExecutePolicyCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./ExitStandbyCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./GetPredictiveScalingForecastCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./PutLifecycleHookCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./PutNotificationConfigurationCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./PutScalingPolicyCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./PutScheduledUpdateGroupActionCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./PutWarmPoolCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./RecordLifecycleActionHeartbeatCommand"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./ResumeProcessesCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./SetDesiredCapacityCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./SetInstanceHealthCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./SetInstanceProtectionCommand"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./StartInstanceRefreshCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./SuspendProcessesCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./TerminateInstanceInAutoScalingGroupCommand"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./UpdateAutoScalingGroupCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -28,23 +28,89 @@ const partitionHash = {
|
|
|
28
28
|
"us-west-1",
|
|
29
29
|
"us-west-2",
|
|
30
30
|
],
|
|
31
|
-
|
|
31
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
32
|
+
variants: [
|
|
33
|
+
{
|
|
34
|
+
hostname: "autoscaling.{region}.amazonaws.com",
|
|
35
|
+
tags: [],
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
hostname: "autoscaling-fips.{region}.amazonaws.com",
|
|
39
|
+
tags: ["fips"],
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
hostname: "autoscaling-fips.{region}.api.aws",
|
|
43
|
+
tags: ["dualstack", "fips"],
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
hostname: "autoscaling.{region}.api.aws",
|
|
47
|
+
tags: ["dualstack"],
|
|
48
|
+
},
|
|
49
|
+
],
|
|
32
50
|
},
|
|
33
51
|
"aws-cn": {
|
|
34
52
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
35
|
-
|
|
53
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
54
|
+
variants: [
|
|
55
|
+
{
|
|
56
|
+
hostname: "autoscaling.{region}.amazonaws.com.cn",
|
|
57
|
+
tags: [],
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
hostname: "autoscaling-fips.{region}.amazonaws.com.cn",
|
|
61
|
+
tags: ["fips"],
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
hostname: "autoscaling-fips.{region}.api.amazonwebservices.com.cn",
|
|
65
|
+
tags: ["dualstack", "fips"],
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
hostname: "autoscaling.{region}.api.amazonwebservices.com.cn",
|
|
69
|
+
tags: ["dualstack"],
|
|
70
|
+
},
|
|
71
|
+
],
|
|
36
72
|
},
|
|
37
73
|
"aws-iso": {
|
|
38
|
-
regions: ["us-iso-east-1"],
|
|
39
|
-
|
|
74
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
75
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
76
|
+
variants: [
|
|
77
|
+
{
|
|
78
|
+
hostname: "autoscaling.{region}.c2s.ic.gov",
|
|
79
|
+
tags: [],
|
|
80
|
+
},
|
|
81
|
+
],
|
|
40
82
|
},
|
|
41
83
|
"aws-iso-b": {
|
|
42
84
|
regions: ["us-isob-east-1"],
|
|
43
|
-
|
|
85
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
86
|
+
variants: [
|
|
87
|
+
{
|
|
88
|
+
hostname: "autoscaling.{region}.sc2s.sgov.gov",
|
|
89
|
+
tags: [],
|
|
90
|
+
},
|
|
91
|
+
],
|
|
44
92
|
},
|
|
45
93
|
"aws-us-gov": {
|
|
46
94
|
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
47
|
-
|
|
95
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
96
|
+
variants: [
|
|
97
|
+
{
|
|
98
|
+
hostname: "autoscaling.{region}.amazonaws.com",
|
|
99
|
+
tags: [],
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
hostname: "autoscaling-fips.{region}.amazonaws.com",
|
|
103
|
+
tags: ["fips"],
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
hostname: "autoscaling-fips.{region}.api.aws",
|
|
107
|
+
tags: ["dualstack", "fips"],
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
hostname: "autoscaling.{region}.api.aws",
|
|
111
|
+
tags: ["dualstack"],
|
|
112
|
+
},
|
|
113
|
+
],
|
|
48
114
|
},
|
|
49
115
|
};
|
|
50
116
|
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,79 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AutoScalingClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./AutoScaling"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CancelInstanceRefreshCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CompleteLifecycleActionCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateAutoScalingGroupCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateLaunchConfigurationCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreateOrUpdateTagsCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/DeleteAutoScalingGroupCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/DeleteLaunchConfigurationCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DeleteLifecycleHookCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteNotificationConfigurationCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeletePolicyCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DeleteScheduledActionCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DeleteTagsCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeleteWarmPoolCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DescribeAccountLimitsCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DescribeAdjustmentTypesCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/DescribeAutoScalingGroupsCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./pagination/DescribeAutoScalingGroupsPaginator"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./waiters/waitForGroupExists"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./waiters/waitForGroupInService"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./waiters/waitForGroupNotExists"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/DescribeAutoScalingInstancesCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./pagination/DescribeAutoScalingInstancesPaginator"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/DescribeAutoScalingNotificationTypesCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/DescribeInstanceRefreshesCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/DescribeLaunchConfigurationsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./pagination/DescribeLaunchConfigurationsPaginator"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/DescribeLifecycleHooksCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/DescribeLifecycleHookTypesCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/DescribeLoadBalancersCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/DescribeLoadBalancerTargetGroupsCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/DescribeMetricCollectionTypesCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/DescribeNotificationConfigurationsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./pagination/DescribeNotificationConfigurationsPaginator"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/DescribePoliciesCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./pagination/DescribePoliciesPaginator"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/DescribeScalingActivitiesCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./pagination/DescribeScalingActivitiesPaginator"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/DescribeScalingProcessTypesCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/DescribeScheduledActionsCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./pagination/DescribeScheduledActionsPaginator"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/DescribeTagsCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./pagination/DescribeTagsPaginator"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/DescribeTerminationPolicyTypesCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./commands/DescribeWarmPoolCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/DetachInstancesCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/DetachLoadBalancersCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/DetachLoadBalancerTargetGroupsCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/DisableMetricsCollectionCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/EnableMetricsCollectionCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/EnterStandbyCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/ExecutePolicyCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/ExitStandbyCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/GetPredictiveScalingForecastCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/PutLifecycleHookCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./commands/PutNotificationConfigurationCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./commands/PutScalingPolicyCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./commands/PutScheduledUpdateGroupActionCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./commands/PutWarmPoolCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./commands/RecordLifecycleActionHeartbeatCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./commands/ResumeProcessesCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./commands/SetDesiredCapacityCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./commands/SetInstanceHealthCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./commands/SetInstanceProtectionCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./commands/StartInstanceRefreshCommand"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./commands/SuspendProcessesCommand"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./commands/TerminateInstanceInAutoScalingGroupCommand"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./commands/UpdateAutoScalingGroupCommand"), exports);
|
|
78
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
79
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./AutoScalingClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./waiters"), exports);
|
|
@@ -1,9 +1,44 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateAutoScalingGroupType = exports.TerminateInstanceInAutoScalingGroupType = exports.StartInstanceRefreshType = exports.RefreshStrategy = exports.StartInstanceRefreshAnswer = exports.InstanceRefreshInProgressFault = exports.SetInstanceProtectionQuery = exports.SetInstanceProtectionAnswer = exports.SetInstanceHealthQuery = exports.SetDesiredCapacityType = exports.ScalingProcessQuery = exports.RecordLifecycleActionHeartbeatType = exports.RecordLifecycleActionHeartbeatAnswer = exports.PutWarmPoolType = exports.PutWarmPoolAnswer = exports.PutScheduledUpdateGroupActionType = exports.PutScalingPolicyType = exports.PolicyARNType = exports.PutNotificationConfigurationType = exports.PutLifecycleHookType = void 0;
|
|
3
|
+
exports.MixedInstancesPolicy = exports.LaunchTemplate = exports.LaunchTemplateOverrides = exports.InstanceRequirements = exports.VCpuCountRequest = exports.TotalLocalStorageGBRequest = exports.NetworkInterfaceCountRequest = exports.MemoryMiBRequest = exports.MemoryGiBPerVCpuRequest = exports.LocalStorageType = exports.LocalStorage = exports.InstanceGeneration = exports.CpuManufacturer = exports.BurstablePerformance = exports.BaselineEbsBandwidthMbpsRequest = exports.BareMetal = exports.InstancesDistribution = exports.LifecycleHookSpecification = exports.LaunchTemplateSpecification = exports.CompleteLifecycleActionType = exports.CompleteLifecycleActionAnswer = exports.CancelInstanceRefreshType = exports.CancelInstanceRefreshAnswer = exports.LimitExceededFault = exports.BatchPutScheduledUpdateGroupActionType = exports.ScheduledUpdateGroupActionRequest = exports.BatchPutScheduledUpdateGroupActionAnswer = exports.BatchDeleteScheduledActionType = exports.BatchDeleteScheduledActionAnswer = exports.FailedScheduledUpdateGroupActionRequest = exports.AttachLoadBalancerTargetGroupsType = exports.AttachLoadBalancerTargetGroupsResultType = exports.AttachLoadBalancersType = exports.AttachLoadBalancersResultType = exports.ServiceLinkedRoleFailure = exports.ResourceContentionFault = exports.AttachInstancesQuery = exports.AlreadyExistsFault = exports.Alarm = exports.AdjustmentType = exports.ActivityType = exports.ActivitiesType = exports.Activity = exports.ScalingActivityStatusCode = exports.ActiveInstanceRefreshNotFoundFault = exports.AcceleratorType = exports.AcceleratorTotalMemoryMiBRequest = exports.AcceleratorName = exports.AcceleratorManufacturer = exports.AcceleratorCountRequest = void 0;
|
|
4
|
+
exports.DescribeInstanceRefreshesType = exports.DescribeInstanceRefreshesAnswer = exports.InstanceRefresh = exports.InstanceRefreshStatus = exports.InstanceRefreshProgressDetails = exports.InstanceRefreshWarmPoolProgress = exports.InstanceRefreshLivePoolProgress = exports.RefreshPreferences = exports.DesiredConfiguration = exports.DescribeAutoScalingNotificationTypesAnswer = exports.DescribeAutoScalingInstancesType = exports.AutoScalingInstancesType = exports.AutoScalingInstanceDetails = exports.InvalidNextToken = exports.AutoScalingGroupsType = exports.AutoScalingGroup = exports.WarmPoolConfiguration = exports.WarmPoolStatus = exports.WarmPoolState = exports.TagDescription = exports.SuspendedProcess = exports.Instance = exports.LifecycleState = exports.EnabledMetric = exports.AutoScalingGroupNamesType = exports.Filter = exports.DescribeAdjustmentTypesAnswer = exports.DescribeAccountLimitsAnswer = exports.DeleteWarmPoolType = exports.DeleteWarmPoolAnswer = exports.DeleteTagsType = exports.DeleteScheduledActionType = exports.DeletePolicyType = exports.DeleteNotificationConfigurationType = exports.DeleteLifecycleHookType = exports.DeleteLifecycleHookAnswer = exports.LaunchConfigurationNameType = exports.ScalingActivityInProgressFault = exports.DeleteAutoScalingGroupType = exports.ResourceInUseFault = exports.CreateOrUpdateTagsType = exports.CreateLaunchConfigurationType = exports.InstanceMetadataOptions = exports.InstanceMetadataHttpTokensState = exports.InstanceMetadataEndpointState = exports.InstanceMonitoring = exports.BlockDeviceMapping = exports.Ebs = exports.CreateAutoScalingGroupType = exports.Tag = void 0;
|
|
5
|
+
exports.DescribeWarmPoolType = exports.DescribeWarmPoolAnswer = exports.DescribeTerminationPolicyTypesAnswer = exports.TagsType = exports.DescribeTagsType = exports.ScheduledActionsType = exports.ScheduledUpdateGroupAction = exports.DescribeScheduledActionsType = exports.ProcessesType = exports.ProcessType = exports.DescribeScalingActivitiesType = exports.PoliciesType = exports.ScalingPolicy = exports.TargetTrackingConfiguration = exports.PredefinedMetricSpecification = exports.MetricType = exports.CustomizedMetricSpecification = exports.MetricStatistic = exports.MetricDimension = exports.StepAdjustment = exports.PredictiveScalingConfiguration = exports.PredictiveScalingMode = exports.PredictiveScalingMetricSpecification = exports.PredictiveScalingPredefinedScalingMetric = exports.PredefinedScalingMetricType = exports.PredictiveScalingPredefinedMetricPair = exports.PredefinedMetricPairType = exports.PredictiveScalingPredefinedLoadMetric = exports.PredefinedLoadMetricType = exports.PredictiveScalingMaxCapacityBreachBehavior = exports.DescribePoliciesType = exports.DescribeNotificationConfigurationsType = exports.DescribeNotificationConfigurationsAnswer = exports.NotificationConfiguration = exports.DescribeMetricCollectionTypesAnswer = exports.MetricCollectionType = exports.MetricGranularityType = exports.DescribeLoadBalancerTargetGroupsResponse = exports.LoadBalancerTargetGroupState = exports.DescribeLoadBalancerTargetGroupsRequest = exports.DescribeLoadBalancersResponse = exports.LoadBalancerState = exports.DescribeLoadBalancersRequest = exports.DescribeLifecycleHookTypesAnswer = exports.DescribeLifecycleHooksType = exports.DescribeLifecycleHooksAnswer = exports.LifecycleHook = exports.LaunchConfigurationsType = exports.LaunchConfiguration = exports.LaunchConfigurationNamesType = void 0;
|
|
6
|
+
exports.UpdateAutoScalingGroupType = exports.TerminateInstanceInAutoScalingGroupType = exports.StartInstanceRefreshType = exports.RefreshStrategy = exports.StartInstanceRefreshAnswer = exports.InstanceRefreshInProgressFault = exports.SetInstanceProtectionQuery = exports.SetInstanceProtectionAnswer = exports.SetInstanceHealthQuery = exports.SetDesiredCapacityType = exports.ScalingProcessQuery = exports.RecordLifecycleActionHeartbeatType = exports.RecordLifecycleActionHeartbeatAnswer = exports.PutWarmPoolType = exports.PutWarmPoolAnswer = exports.PutScheduledUpdateGroupActionType = exports.PutScalingPolicyType = exports.PolicyARNType = exports.PutNotificationConfigurationType = exports.PutLifecycleHookType = exports.PutLifecycleHookAnswer = exports.GetPredictiveScalingForecastType = exports.GetPredictiveScalingForecastAnswer = exports.LoadForecast = exports.CapacityForecast = exports.ExitStandbyQuery = exports.ExitStandbyAnswer = exports.ExecutePolicyType = exports.EnterStandbyQuery = exports.EnterStandbyAnswer = exports.EnableMetricsCollectionQuery = exports.DisableMetricsCollectionQuery = exports.DetachLoadBalancerTargetGroupsType = exports.DetachLoadBalancerTargetGroupsResultType = exports.DetachLoadBalancersType = exports.DetachLoadBalancersResultType = exports.DetachInstancesQuery = exports.DetachInstancesAnswer = void 0;
|
|
7
|
+
var AcceleratorCountRequest;
|
|
8
|
+
(function (AcceleratorCountRequest) {
|
|
9
|
+
AcceleratorCountRequest.filterSensitiveLog = (obj) => ({
|
|
10
|
+
...obj,
|
|
11
|
+
});
|
|
12
|
+
})(AcceleratorCountRequest = exports.AcceleratorCountRequest || (exports.AcceleratorCountRequest = {}));
|
|
13
|
+
var AcceleratorManufacturer;
|
|
14
|
+
(function (AcceleratorManufacturer) {
|
|
15
|
+
AcceleratorManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
|
|
16
|
+
AcceleratorManufacturer["AMD"] = "amd";
|
|
17
|
+
AcceleratorManufacturer["NVIDIA"] = "nvidia";
|
|
18
|
+
AcceleratorManufacturer["XILINX"] = "xilinx";
|
|
19
|
+
})(AcceleratorManufacturer = exports.AcceleratorManufacturer || (exports.AcceleratorManufacturer = {}));
|
|
20
|
+
var AcceleratorName;
|
|
21
|
+
(function (AcceleratorName) {
|
|
22
|
+
AcceleratorName["A100"] = "a100";
|
|
23
|
+
AcceleratorName["K80"] = "k80";
|
|
24
|
+
AcceleratorName["M60"] = "m60";
|
|
25
|
+
AcceleratorName["RADEON_PRO_V520"] = "radeon-pro-v520";
|
|
26
|
+
AcceleratorName["T4"] = "t4";
|
|
27
|
+
AcceleratorName["V100"] = "v100";
|
|
28
|
+
AcceleratorName["VU9P"] = "vu9p";
|
|
29
|
+
})(AcceleratorName = exports.AcceleratorName || (exports.AcceleratorName = {}));
|
|
30
|
+
var AcceleratorTotalMemoryMiBRequest;
|
|
31
|
+
(function (AcceleratorTotalMemoryMiBRequest) {
|
|
32
|
+
AcceleratorTotalMemoryMiBRequest.filterSensitiveLog = (obj) => ({
|
|
33
|
+
...obj,
|
|
34
|
+
});
|
|
35
|
+
})(AcceleratorTotalMemoryMiBRequest = exports.AcceleratorTotalMemoryMiBRequest || (exports.AcceleratorTotalMemoryMiBRequest = {}));
|
|
36
|
+
var AcceleratorType;
|
|
37
|
+
(function (AcceleratorType) {
|
|
38
|
+
AcceleratorType["FPGA"] = "fpga";
|
|
39
|
+
AcceleratorType["GPU"] = "gpu";
|
|
40
|
+
AcceleratorType["INFERENCE"] = "inference";
|
|
41
|
+
})(AcceleratorType = exports.AcceleratorType || (exports.AcceleratorType = {}));
|
|
7
42
|
var ActiveInstanceRefreshNotFoundFault;
|
|
8
43
|
(function (ActiveInstanceRefreshNotFoundFault) {
|
|
9
44
|
ActiveInstanceRefreshNotFoundFault.filterSensitiveLog = (obj) => ({
|
|
@@ -187,6 +222,82 @@ var InstancesDistribution;
|
|
|
187
222
|
...obj,
|
|
188
223
|
});
|
|
189
224
|
})(InstancesDistribution = exports.InstancesDistribution || (exports.InstancesDistribution = {}));
|
|
225
|
+
var BareMetal;
|
|
226
|
+
(function (BareMetal) {
|
|
227
|
+
BareMetal["EXCLUDED"] = "excluded";
|
|
228
|
+
BareMetal["INCLUDED"] = "included";
|
|
229
|
+
BareMetal["REQUIRED"] = "required";
|
|
230
|
+
})(BareMetal = exports.BareMetal || (exports.BareMetal = {}));
|
|
231
|
+
var BaselineEbsBandwidthMbpsRequest;
|
|
232
|
+
(function (BaselineEbsBandwidthMbpsRequest) {
|
|
233
|
+
BaselineEbsBandwidthMbpsRequest.filterSensitiveLog = (obj) => ({
|
|
234
|
+
...obj,
|
|
235
|
+
});
|
|
236
|
+
})(BaselineEbsBandwidthMbpsRequest = exports.BaselineEbsBandwidthMbpsRequest || (exports.BaselineEbsBandwidthMbpsRequest = {}));
|
|
237
|
+
var BurstablePerformance;
|
|
238
|
+
(function (BurstablePerformance) {
|
|
239
|
+
BurstablePerformance["EXCLUDED"] = "excluded";
|
|
240
|
+
BurstablePerformance["INCLUDED"] = "included";
|
|
241
|
+
BurstablePerformance["REQUIRED"] = "required";
|
|
242
|
+
})(BurstablePerformance = exports.BurstablePerformance || (exports.BurstablePerformance = {}));
|
|
243
|
+
var CpuManufacturer;
|
|
244
|
+
(function (CpuManufacturer) {
|
|
245
|
+
CpuManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
|
|
246
|
+
CpuManufacturer["AMD"] = "amd";
|
|
247
|
+
CpuManufacturer["INTEL"] = "intel";
|
|
248
|
+
})(CpuManufacturer = exports.CpuManufacturer || (exports.CpuManufacturer = {}));
|
|
249
|
+
var InstanceGeneration;
|
|
250
|
+
(function (InstanceGeneration) {
|
|
251
|
+
InstanceGeneration["CURRENT"] = "current";
|
|
252
|
+
InstanceGeneration["PREVIOUS"] = "previous";
|
|
253
|
+
})(InstanceGeneration = exports.InstanceGeneration || (exports.InstanceGeneration = {}));
|
|
254
|
+
var LocalStorage;
|
|
255
|
+
(function (LocalStorage) {
|
|
256
|
+
LocalStorage["EXCLUDED"] = "excluded";
|
|
257
|
+
LocalStorage["INCLUDED"] = "included";
|
|
258
|
+
LocalStorage["REQUIRED"] = "required";
|
|
259
|
+
})(LocalStorage = exports.LocalStorage || (exports.LocalStorage = {}));
|
|
260
|
+
var LocalStorageType;
|
|
261
|
+
(function (LocalStorageType) {
|
|
262
|
+
LocalStorageType["HDD"] = "hdd";
|
|
263
|
+
LocalStorageType["SSD"] = "ssd";
|
|
264
|
+
})(LocalStorageType = exports.LocalStorageType || (exports.LocalStorageType = {}));
|
|
265
|
+
var MemoryGiBPerVCpuRequest;
|
|
266
|
+
(function (MemoryGiBPerVCpuRequest) {
|
|
267
|
+
MemoryGiBPerVCpuRequest.filterSensitiveLog = (obj) => ({
|
|
268
|
+
...obj,
|
|
269
|
+
});
|
|
270
|
+
})(MemoryGiBPerVCpuRequest = exports.MemoryGiBPerVCpuRequest || (exports.MemoryGiBPerVCpuRequest = {}));
|
|
271
|
+
var MemoryMiBRequest;
|
|
272
|
+
(function (MemoryMiBRequest) {
|
|
273
|
+
MemoryMiBRequest.filterSensitiveLog = (obj) => ({
|
|
274
|
+
...obj,
|
|
275
|
+
});
|
|
276
|
+
})(MemoryMiBRequest = exports.MemoryMiBRequest || (exports.MemoryMiBRequest = {}));
|
|
277
|
+
var NetworkInterfaceCountRequest;
|
|
278
|
+
(function (NetworkInterfaceCountRequest) {
|
|
279
|
+
NetworkInterfaceCountRequest.filterSensitiveLog = (obj) => ({
|
|
280
|
+
...obj,
|
|
281
|
+
});
|
|
282
|
+
})(NetworkInterfaceCountRequest = exports.NetworkInterfaceCountRequest || (exports.NetworkInterfaceCountRequest = {}));
|
|
283
|
+
var TotalLocalStorageGBRequest;
|
|
284
|
+
(function (TotalLocalStorageGBRequest) {
|
|
285
|
+
TotalLocalStorageGBRequest.filterSensitiveLog = (obj) => ({
|
|
286
|
+
...obj,
|
|
287
|
+
});
|
|
288
|
+
})(TotalLocalStorageGBRequest = exports.TotalLocalStorageGBRequest || (exports.TotalLocalStorageGBRequest = {}));
|
|
289
|
+
var VCpuCountRequest;
|
|
290
|
+
(function (VCpuCountRequest) {
|
|
291
|
+
VCpuCountRequest.filterSensitiveLog = (obj) => ({
|
|
292
|
+
...obj,
|
|
293
|
+
});
|
|
294
|
+
})(VCpuCountRequest = exports.VCpuCountRequest || (exports.VCpuCountRequest = {}));
|
|
295
|
+
var InstanceRequirements;
|
|
296
|
+
(function (InstanceRequirements) {
|
|
297
|
+
InstanceRequirements.filterSensitiveLog = (obj) => ({
|
|
298
|
+
...obj,
|
|
299
|
+
});
|
|
300
|
+
})(InstanceRequirements = exports.InstanceRequirements || (exports.InstanceRequirements = {}));
|
|
190
301
|
var LaunchTemplateOverrides;
|
|
191
302
|
(function (LaunchTemplateOverrides) {
|
|
192
303
|
LaunchTemplateOverrides.filterSensitiveLog = (obj) => ({
|
|
@@ -347,6 +458,12 @@ var DescribeAdjustmentTypesAnswer;
|
|
|
347
458
|
...obj,
|
|
348
459
|
});
|
|
349
460
|
})(DescribeAdjustmentTypesAnswer = exports.DescribeAdjustmentTypesAnswer || (exports.DescribeAdjustmentTypesAnswer = {}));
|
|
461
|
+
var Filter;
|
|
462
|
+
(function (Filter) {
|
|
463
|
+
Filter.filterSensitiveLog = (obj) => ({
|
|
464
|
+
...obj,
|
|
465
|
+
});
|
|
466
|
+
})(Filter = exports.Filter || (exports.Filter = {}));
|
|
350
467
|
var AutoScalingGroupNamesType;
|
|
351
468
|
(function (AutoScalingGroupNamesType) {
|
|
352
469
|
AutoScalingGroupNamesType.filterSensitiveLog = (obj) => ({
|
|
@@ -790,12 +907,6 @@ var ScheduledActionsType;
|
|
|
790
907
|
...obj,
|
|
791
908
|
});
|
|
792
909
|
})(ScheduledActionsType = exports.ScheduledActionsType || (exports.ScheduledActionsType = {}));
|
|
793
|
-
var Filter;
|
|
794
|
-
(function (Filter) {
|
|
795
|
-
Filter.filterSensitiveLog = (obj) => ({
|
|
796
|
-
...obj,
|
|
797
|
-
});
|
|
798
|
-
})(Filter = exports.Filter || (exports.Filter = {}));
|
|
799
910
|
var DescribeTagsType;
|
|
800
911
|
(function (DescribeTagsType) {
|
|
801
912
|
DescribeTagsType.filterSensitiveLog = (obj) => ({
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./DescribeAutoScalingGroupsPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./DescribeAutoScalingInstancesPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./DescribeLaunchConfigurationsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DescribeNotificationConfigurationsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./DescribePoliciesPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DescribeScalingActivitiesPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./DescribeScheduledActionsPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./DescribeTagsPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|