@aws-sdk/client-auto-scaling 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/AutoScaling.d.ts +1065 -310
- package/dist-types/ts3.4/AutoScalingClient.d.ts +470 -134
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +61 -61
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/AutoScalingServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1588 -2135
- package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +737 -185
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,134 +1,470 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AttachInstancesCommandInput,
|
|
47
|
+
AttachInstancesCommandOutput,
|
|
48
|
+
} from "./commands/AttachInstancesCommand";
|
|
49
|
+
import {
|
|
50
|
+
AttachLoadBalancersCommandInput,
|
|
51
|
+
AttachLoadBalancersCommandOutput,
|
|
52
|
+
} from "./commands/AttachLoadBalancersCommand";
|
|
53
|
+
import {
|
|
54
|
+
AttachLoadBalancerTargetGroupsCommandInput,
|
|
55
|
+
AttachLoadBalancerTargetGroupsCommandOutput,
|
|
56
|
+
} from "./commands/AttachLoadBalancerTargetGroupsCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchDeleteScheduledActionCommandInput,
|
|
59
|
+
BatchDeleteScheduledActionCommandOutput,
|
|
60
|
+
} from "./commands/BatchDeleteScheduledActionCommand";
|
|
61
|
+
import {
|
|
62
|
+
BatchPutScheduledUpdateGroupActionCommandInput,
|
|
63
|
+
BatchPutScheduledUpdateGroupActionCommandOutput,
|
|
64
|
+
} from "./commands/BatchPutScheduledUpdateGroupActionCommand";
|
|
65
|
+
import {
|
|
66
|
+
CancelInstanceRefreshCommandInput,
|
|
67
|
+
CancelInstanceRefreshCommandOutput,
|
|
68
|
+
} from "./commands/CancelInstanceRefreshCommand";
|
|
69
|
+
import {
|
|
70
|
+
CompleteLifecycleActionCommandInput,
|
|
71
|
+
CompleteLifecycleActionCommandOutput,
|
|
72
|
+
} from "./commands/CompleteLifecycleActionCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateAutoScalingGroupCommandInput,
|
|
75
|
+
CreateAutoScalingGroupCommandOutput,
|
|
76
|
+
} from "./commands/CreateAutoScalingGroupCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateLaunchConfigurationCommandInput,
|
|
79
|
+
CreateLaunchConfigurationCommandOutput,
|
|
80
|
+
} from "./commands/CreateLaunchConfigurationCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateOrUpdateTagsCommandInput,
|
|
83
|
+
CreateOrUpdateTagsCommandOutput,
|
|
84
|
+
} from "./commands/CreateOrUpdateTagsCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteAutoScalingGroupCommandInput,
|
|
87
|
+
DeleteAutoScalingGroupCommandOutput,
|
|
88
|
+
} from "./commands/DeleteAutoScalingGroupCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteLaunchConfigurationCommandInput,
|
|
91
|
+
DeleteLaunchConfigurationCommandOutput,
|
|
92
|
+
} from "./commands/DeleteLaunchConfigurationCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteLifecycleHookCommandInput,
|
|
95
|
+
DeleteLifecycleHookCommandOutput,
|
|
96
|
+
} from "./commands/DeleteLifecycleHookCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteNotificationConfigurationCommandInput,
|
|
99
|
+
DeleteNotificationConfigurationCommandOutput,
|
|
100
|
+
} from "./commands/DeleteNotificationConfigurationCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeletePolicyCommandInput,
|
|
103
|
+
DeletePolicyCommandOutput,
|
|
104
|
+
} from "./commands/DeletePolicyCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteScheduledActionCommandInput,
|
|
107
|
+
DeleteScheduledActionCommandOutput,
|
|
108
|
+
} from "./commands/DeleteScheduledActionCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteTagsCommandInput,
|
|
111
|
+
DeleteTagsCommandOutput,
|
|
112
|
+
} from "./commands/DeleteTagsCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteWarmPoolCommandInput,
|
|
115
|
+
DeleteWarmPoolCommandOutput,
|
|
116
|
+
} from "./commands/DeleteWarmPoolCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeAccountLimitsCommandInput,
|
|
119
|
+
DescribeAccountLimitsCommandOutput,
|
|
120
|
+
} from "./commands/DescribeAccountLimitsCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeAdjustmentTypesCommandInput,
|
|
123
|
+
DescribeAdjustmentTypesCommandOutput,
|
|
124
|
+
} from "./commands/DescribeAdjustmentTypesCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribeAutoScalingGroupsCommandInput,
|
|
127
|
+
DescribeAutoScalingGroupsCommandOutput,
|
|
128
|
+
} from "./commands/DescribeAutoScalingGroupsCommand";
|
|
129
|
+
import {
|
|
130
|
+
DescribeAutoScalingInstancesCommandInput,
|
|
131
|
+
DescribeAutoScalingInstancesCommandOutput,
|
|
132
|
+
} from "./commands/DescribeAutoScalingInstancesCommand";
|
|
133
|
+
import {
|
|
134
|
+
DescribeAutoScalingNotificationTypesCommandInput,
|
|
135
|
+
DescribeAutoScalingNotificationTypesCommandOutput,
|
|
136
|
+
} from "./commands/DescribeAutoScalingNotificationTypesCommand";
|
|
137
|
+
import {
|
|
138
|
+
DescribeInstanceRefreshesCommandInput,
|
|
139
|
+
DescribeInstanceRefreshesCommandOutput,
|
|
140
|
+
} from "./commands/DescribeInstanceRefreshesCommand";
|
|
141
|
+
import {
|
|
142
|
+
DescribeLaunchConfigurationsCommandInput,
|
|
143
|
+
DescribeLaunchConfigurationsCommandOutput,
|
|
144
|
+
} from "./commands/DescribeLaunchConfigurationsCommand";
|
|
145
|
+
import {
|
|
146
|
+
DescribeLifecycleHooksCommandInput,
|
|
147
|
+
DescribeLifecycleHooksCommandOutput,
|
|
148
|
+
} from "./commands/DescribeLifecycleHooksCommand";
|
|
149
|
+
import {
|
|
150
|
+
DescribeLifecycleHookTypesCommandInput,
|
|
151
|
+
DescribeLifecycleHookTypesCommandOutput,
|
|
152
|
+
} from "./commands/DescribeLifecycleHookTypesCommand";
|
|
153
|
+
import {
|
|
154
|
+
DescribeLoadBalancersCommandInput,
|
|
155
|
+
DescribeLoadBalancersCommandOutput,
|
|
156
|
+
} from "./commands/DescribeLoadBalancersCommand";
|
|
157
|
+
import {
|
|
158
|
+
DescribeLoadBalancerTargetGroupsCommandInput,
|
|
159
|
+
DescribeLoadBalancerTargetGroupsCommandOutput,
|
|
160
|
+
} from "./commands/DescribeLoadBalancerTargetGroupsCommand";
|
|
161
|
+
import {
|
|
162
|
+
DescribeMetricCollectionTypesCommandInput,
|
|
163
|
+
DescribeMetricCollectionTypesCommandOutput,
|
|
164
|
+
} from "./commands/DescribeMetricCollectionTypesCommand";
|
|
165
|
+
import {
|
|
166
|
+
DescribeNotificationConfigurationsCommandInput,
|
|
167
|
+
DescribeNotificationConfigurationsCommandOutput,
|
|
168
|
+
} from "./commands/DescribeNotificationConfigurationsCommand";
|
|
169
|
+
import {
|
|
170
|
+
DescribePoliciesCommandInput,
|
|
171
|
+
DescribePoliciesCommandOutput,
|
|
172
|
+
} from "./commands/DescribePoliciesCommand";
|
|
173
|
+
import {
|
|
174
|
+
DescribeScalingActivitiesCommandInput,
|
|
175
|
+
DescribeScalingActivitiesCommandOutput,
|
|
176
|
+
} from "./commands/DescribeScalingActivitiesCommand";
|
|
177
|
+
import {
|
|
178
|
+
DescribeScalingProcessTypesCommandInput,
|
|
179
|
+
DescribeScalingProcessTypesCommandOutput,
|
|
180
|
+
} from "./commands/DescribeScalingProcessTypesCommand";
|
|
181
|
+
import {
|
|
182
|
+
DescribeScheduledActionsCommandInput,
|
|
183
|
+
DescribeScheduledActionsCommandOutput,
|
|
184
|
+
} from "./commands/DescribeScheduledActionsCommand";
|
|
185
|
+
import {
|
|
186
|
+
DescribeTagsCommandInput,
|
|
187
|
+
DescribeTagsCommandOutput,
|
|
188
|
+
} from "./commands/DescribeTagsCommand";
|
|
189
|
+
import {
|
|
190
|
+
DescribeTerminationPolicyTypesCommandInput,
|
|
191
|
+
DescribeTerminationPolicyTypesCommandOutput,
|
|
192
|
+
} from "./commands/DescribeTerminationPolicyTypesCommand";
|
|
193
|
+
import {
|
|
194
|
+
DescribeWarmPoolCommandInput,
|
|
195
|
+
DescribeWarmPoolCommandOutput,
|
|
196
|
+
} from "./commands/DescribeWarmPoolCommand";
|
|
197
|
+
import {
|
|
198
|
+
DetachInstancesCommandInput,
|
|
199
|
+
DetachInstancesCommandOutput,
|
|
200
|
+
} from "./commands/DetachInstancesCommand";
|
|
201
|
+
import {
|
|
202
|
+
DetachLoadBalancersCommandInput,
|
|
203
|
+
DetachLoadBalancersCommandOutput,
|
|
204
|
+
} from "./commands/DetachLoadBalancersCommand";
|
|
205
|
+
import {
|
|
206
|
+
DetachLoadBalancerTargetGroupsCommandInput,
|
|
207
|
+
DetachLoadBalancerTargetGroupsCommandOutput,
|
|
208
|
+
} from "./commands/DetachLoadBalancerTargetGroupsCommand";
|
|
209
|
+
import {
|
|
210
|
+
DisableMetricsCollectionCommandInput,
|
|
211
|
+
DisableMetricsCollectionCommandOutput,
|
|
212
|
+
} from "./commands/DisableMetricsCollectionCommand";
|
|
213
|
+
import {
|
|
214
|
+
EnableMetricsCollectionCommandInput,
|
|
215
|
+
EnableMetricsCollectionCommandOutput,
|
|
216
|
+
} from "./commands/EnableMetricsCollectionCommand";
|
|
217
|
+
import {
|
|
218
|
+
EnterStandbyCommandInput,
|
|
219
|
+
EnterStandbyCommandOutput,
|
|
220
|
+
} from "./commands/EnterStandbyCommand";
|
|
221
|
+
import {
|
|
222
|
+
ExecutePolicyCommandInput,
|
|
223
|
+
ExecutePolicyCommandOutput,
|
|
224
|
+
} from "./commands/ExecutePolicyCommand";
|
|
225
|
+
import {
|
|
226
|
+
ExitStandbyCommandInput,
|
|
227
|
+
ExitStandbyCommandOutput,
|
|
228
|
+
} from "./commands/ExitStandbyCommand";
|
|
229
|
+
import {
|
|
230
|
+
GetPredictiveScalingForecastCommandInput,
|
|
231
|
+
GetPredictiveScalingForecastCommandOutput,
|
|
232
|
+
} from "./commands/GetPredictiveScalingForecastCommand";
|
|
233
|
+
import {
|
|
234
|
+
PutLifecycleHookCommandInput,
|
|
235
|
+
PutLifecycleHookCommandOutput,
|
|
236
|
+
} from "./commands/PutLifecycleHookCommand";
|
|
237
|
+
import {
|
|
238
|
+
PutNotificationConfigurationCommandInput,
|
|
239
|
+
PutNotificationConfigurationCommandOutput,
|
|
240
|
+
} from "./commands/PutNotificationConfigurationCommand";
|
|
241
|
+
import {
|
|
242
|
+
PutScalingPolicyCommandInput,
|
|
243
|
+
PutScalingPolicyCommandOutput,
|
|
244
|
+
} from "./commands/PutScalingPolicyCommand";
|
|
245
|
+
import {
|
|
246
|
+
PutScheduledUpdateGroupActionCommandInput,
|
|
247
|
+
PutScheduledUpdateGroupActionCommandOutput,
|
|
248
|
+
} from "./commands/PutScheduledUpdateGroupActionCommand";
|
|
249
|
+
import {
|
|
250
|
+
PutWarmPoolCommandInput,
|
|
251
|
+
PutWarmPoolCommandOutput,
|
|
252
|
+
} from "./commands/PutWarmPoolCommand";
|
|
253
|
+
import {
|
|
254
|
+
RecordLifecycleActionHeartbeatCommandInput,
|
|
255
|
+
RecordLifecycleActionHeartbeatCommandOutput,
|
|
256
|
+
} from "./commands/RecordLifecycleActionHeartbeatCommand";
|
|
257
|
+
import {
|
|
258
|
+
ResumeProcessesCommandInput,
|
|
259
|
+
ResumeProcessesCommandOutput,
|
|
260
|
+
} from "./commands/ResumeProcessesCommand";
|
|
261
|
+
import {
|
|
262
|
+
SetDesiredCapacityCommandInput,
|
|
263
|
+
SetDesiredCapacityCommandOutput,
|
|
264
|
+
} from "./commands/SetDesiredCapacityCommand";
|
|
265
|
+
import {
|
|
266
|
+
SetInstanceHealthCommandInput,
|
|
267
|
+
SetInstanceHealthCommandOutput,
|
|
268
|
+
} from "./commands/SetInstanceHealthCommand";
|
|
269
|
+
import {
|
|
270
|
+
SetInstanceProtectionCommandInput,
|
|
271
|
+
SetInstanceProtectionCommandOutput,
|
|
272
|
+
} from "./commands/SetInstanceProtectionCommand";
|
|
273
|
+
import {
|
|
274
|
+
StartInstanceRefreshCommandInput,
|
|
275
|
+
StartInstanceRefreshCommandOutput,
|
|
276
|
+
} from "./commands/StartInstanceRefreshCommand";
|
|
277
|
+
import {
|
|
278
|
+
SuspendProcessesCommandInput,
|
|
279
|
+
SuspendProcessesCommandOutput,
|
|
280
|
+
} from "./commands/SuspendProcessesCommand";
|
|
281
|
+
import {
|
|
282
|
+
TerminateInstanceInAutoScalingGroupCommandInput,
|
|
283
|
+
TerminateInstanceInAutoScalingGroupCommandOutput,
|
|
284
|
+
} from "./commands/TerminateInstanceInAutoScalingGroupCommand";
|
|
285
|
+
import {
|
|
286
|
+
UpdateAutoScalingGroupCommandInput,
|
|
287
|
+
UpdateAutoScalingGroupCommandOutput,
|
|
288
|
+
} from "./commands/UpdateAutoScalingGroupCommand";
|
|
289
|
+
export declare type ServiceInputTypes =
|
|
290
|
+
| AttachInstancesCommandInput
|
|
291
|
+
| AttachLoadBalancerTargetGroupsCommandInput
|
|
292
|
+
| AttachLoadBalancersCommandInput
|
|
293
|
+
| BatchDeleteScheduledActionCommandInput
|
|
294
|
+
| BatchPutScheduledUpdateGroupActionCommandInput
|
|
295
|
+
| CancelInstanceRefreshCommandInput
|
|
296
|
+
| CompleteLifecycleActionCommandInput
|
|
297
|
+
| CreateAutoScalingGroupCommandInput
|
|
298
|
+
| CreateLaunchConfigurationCommandInput
|
|
299
|
+
| CreateOrUpdateTagsCommandInput
|
|
300
|
+
| DeleteAutoScalingGroupCommandInput
|
|
301
|
+
| DeleteLaunchConfigurationCommandInput
|
|
302
|
+
| DeleteLifecycleHookCommandInput
|
|
303
|
+
| DeleteNotificationConfigurationCommandInput
|
|
304
|
+
| DeletePolicyCommandInput
|
|
305
|
+
| DeleteScheduledActionCommandInput
|
|
306
|
+
| DeleteTagsCommandInput
|
|
307
|
+
| DeleteWarmPoolCommandInput
|
|
308
|
+
| DescribeAccountLimitsCommandInput
|
|
309
|
+
| DescribeAdjustmentTypesCommandInput
|
|
310
|
+
| DescribeAutoScalingGroupsCommandInput
|
|
311
|
+
| DescribeAutoScalingInstancesCommandInput
|
|
312
|
+
| DescribeAutoScalingNotificationTypesCommandInput
|
|
313
|
+
| DescribeInstanceRefreshesCommandInput
|
|
314
|
+
| DescribeLaunchConfigurationsCommandInput
|
|
315
|
+
| DescribeLifecycleHookTypesCommandInput
|
|
316
|
+
| DescribeLifecycleHooksCommandInput
|
|
317
|
+
| DescribeLoadBalancerTargetGroupsCommandInput
|
|
318
|
+
| DescribeLoadBalancersCommandInput
|
|
319
|
+
| DescribeMetricCollectionTypesCommandInput
|
|
320
|
+
| DescribeNotificationConfigurationsCommandInput
|
|
321
|
+
| DescribePoliciesCommandInput
|
|
322
|
+
| DescribeScalingActivitiesCommandInput
|
|
323
|
+
| DescribeScalingProcessTypesCommandInput
|
|
324
|
+
| DescribeScheduledActionsCommandInput
|
|
325
|
+
| DescribeTagsCommandInput
|
|
326
|
+
| DescribeTerminationPolicyTypesCommandInput
|
|
327
|
+
| DescribeWarmPoolCommandInput
|
|
328
|
+
| DetachInstancesCommandInput
|
|
329
|
+
| DetachLoadBalancerTargetGroupsCommandInput
|
|
330
|
+
| DetachLoadBalancersCommandInput
|
|
331
|
+
| DisableMetricsCollectionCommandInput
|
|
332
|
+
| EnableMetricsCollectionCommandInput
|
|
333
|
+
| EnterStandbyCommandInput
|
|
334
|
+
| ExecutePolicyCommandInput
|
|
335
|
+
| ExitStandbyCommandInput
|
|
336
|
+
| GetPredictiveScalingForecastCommandInput
|
|
337
|
+
| PutLifecycleHookCommandInput
|
|
338
|
+
| PutNotificationConfigurationCommandInput
|
|
339
|
+
| PutScalingPolicyCommandInput
|
|
340
|
+
| PutScheduledUpdateGroupActionCommandInput
|
|
341
|
+
| PutWarmPoolCommandInput
|
|
342
|
+
| RecordLifecycleActionHeartbeatCommandInput
|
|
343
|
+
| ResumeProcessesCommandInput
|
|
344
|
+
| SetDesiredCapacityCommandInput
|
|
345
|
+
| SetInstanceHealthCommandInput
|
|
346
|
+
| SetInstanceProtectionCommandInput
|
|
347
|
+
| StartInstanceRefreshCommandInput
|
|
348
|
+
| SuspendProcessesCommandInput
|
|
349
|
+
| TerminateInstanceInAutoScalingGroupCommandInput
|
|
350
|
+
| UpdateAutoScalingGroupCommandInput;
|
|
351
|
+
export declare type ServiceOutputTypes =
|
|
352
|
+
| AttachInstancesCommandOutput
|
|
353
|
+
| AttachLoadBalancerTargetGroupsCommandOutput
|
|
354
|
+
| AttachLoadBalancersCommandOutput
|
|
355
|
+
| BatchDeleteScheduledActionCommandOutput
|
|
356
|
+
| BatchPutScheduledUpdateGroupActionCommandOutput
|
|
357
|
+
| CancelInstanceRefreshCommandOutput
|
|
358
|
+
| CompleteLifecycleActionCommandOutput
|
|
359
|
+
| CreateAutoScalingGroupCommandOutput
|
|
360
|
+
| CreateLaunchConfigurationCommandOutput
|
|
361
|
+
| CreateOrUpdateTagsCommandOutput
|
|
362
|
+
| DeleteAutoScalingGroupCommandOutput
|
|
363
|
+
| DeleteLaunchConfigurationCommandOutput
|
|
364
|
+
| DeleteLifecycleHookCommandOutput
|
|
365
|
+
| DeleteNotificationConfigurationCommandOutput
|
|
366
|
+
| DeletePolicyCommandOutput
|
|
367
|
+
| DeleteScheduledActionCommandOutput
|
|
368
|
+
| DeleteTagsCommandOutput
|
|
369
|
+
| DeleteWarmPoolCommandOutput
|
|
370
|
+
| DescribeAccountLimitsCommandOutput
|
|
371
|
+
| DescribeAdjustmentTypesCommandOutput
|
|
372
|
+
| DescribeAutoScalingGroupsCommandOutput
|
|
373
|
+
| DescribeAutoScalingInstancesCommandOutput
|
|
374
|
+
| DescribeAutoScalingNotificationTypesCommandOutput
|
|
375
|
+
| DescribeInstanceRefreshesCommandOutput
|
|
376
|
+
| DescribeLaunchConfigurationsCommandOutput
|
|
377
|
+
| DescribeLifecycleHookTypesCommandOutput
|
|
378
|
+
| DescribeLifecycleHooksCommandOutput
|
|
379
|
+
| DescribeLoadBalancerTargetGroupsCommandOutput
|
|
380
|
+
| DescribeLoadBalancersCommandOutput
|
|
381
|
+
| DescribeMetricCollectionTypesCommandOutput
|
|
382
|
+
| DescribeNotificationConfigurationsCommandOutput
|
|
383
|
+
| DescribePoliciesCommandOutput
|
|
384
|
+
| DescribeScalingActivitiesCommandOutput
|
|
385
|
+
| DescribeScalingProcessTypesCommandOutput
|
|
386
|
+
| DescribeScheduledActionsCommandOutput
|
|
387
|
+
| DescribeTagsCommandOutput
|
|
388
|
+
| DescribeTerminationPolicyTypesCommandOutput
|
|
389
|
+
| DescribeWarmPoolCommandOutput
|
|
390
|
+
| DetachInstancesCommandOutput
|
|
391
|
+
| DetachLoadBalancerTargetGroupsCommandOutput
|
|
392
|
+
| DetachLoadBalancersCommandOutput
|
|
393
|
+
| DisableMetricsCollectionCommandOutput
|
|
394
|
+
| EnableMetricsCollectionCommandOutput
|
|
395
|
+
| EnterStandbyCommandOutput
|
|
396
|
+
| ExecutePolicyCommandOutput
|
|
397
|
+
| ExitStandbyCommandOutput
|
|
398
|
+
| GetPredictiveScalingForecastCommandOutput
|
|
399
|
+
| PutLifecycleHookCommandOutput
|
|
400
|
+
| PutNotificationConfigurationCommandOutput
|
|
401
|
+
| PutScalingPolicyCommandOutput
|
|
402
|
+
| PutScheduledUpdateGroupActionCommandOutput
|
|
403
|
+
| PutWarmPoolCommandOutput
|
|
404
|
+
| RecordLifecycleActionHeartbeatCommandOutput
|
|
405
|
+
| ResumeProcessesCommandOutput
|
|
406
|
+
| SetDesiredCapacityCommandOutput
|
|
407
|
+
| SetInstanceHealthCommandOutput
|
|
408
|
+
| SetInstanceProtectionCommandOutput
|
|
409
|
+
| StartInstanceRefreshCommandOutput
|
|
410
|
+
| SuspendProcessesCommandOutput
|
|
411
|
+
| TerminateInstanceInAutoScalingGroupCommandOutput
|
|
412
|
+
| UpdateAutoScalingGroupCommandOutput;
|
|
413
|
+
export interface ClientDefaults
|
|
414
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
415
|
+
requestHandler?: __HttpHandler;
|
|
416
|
+
sha256?: __HashConstructor;
|
|
417
|
+
urlParser?: __UrlParser;
|
|
418
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
419
|
+
streamCollector?: __StreamCollector;
|
|
420
|
+
base64Decoder?: __Decoder;
|
|
421
|
+
base64Encoder?: __Encoder;
|
|
422
|
+
utf8Decoder?: __Decoder;
|
|
423
|
+
utf8Encoder?: __Encoder;
|
|
424
|
+
runtime?: string;
|
|
425
|
+
disableHostPrefix?: boolean;
|
|
426
|
+
maxAttempts?: number | __Provider<number>;
|
|
427
|
+
retryMode?: string | __Provider<string>;
|
|
428
|
+
logger?: __Logger;
|
|
429
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
430
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
431
|
+
serviceId?: string;
|
|
432
|
+
region?: string | __Provider<string>;
|
|
433
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
434
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
435
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
436
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
437
|
+
}
|
|
438
|
+
declare type AutoScalingClientConfigType = Partial<
|
|
439
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
440
|
+
> &
|
|
441
|
+
ClientDefaults &
|
|
442
|
+
RegionInputConfig &
|
|
443
|
+
EndpointsInputConfig &
|
|
444
|
+
RetryInputConfig &
|
|
445
|
+
HostHeaderInputConfig &
|
|
446
|
+
AwsAuthInputConfig &
|
|
447
|
+
UserAgentInputConfig;
|
|
448
|
+
export interface AutoScalingClientConfig extends AutoScalingClientConfigType {}
|
|
449
|
+
declare type AutoScalingClientResolvedConfigType =
|
|
450
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
451
|
+
Required<ClientDefaults> &
|
|
452
|
+
RegionResolvedConfig &
|
|
453
|
+
EndpointsResolvedConfig &
|
|
454
|
+
RetryResolvedConfig &
|
|
455
|
+
HostHeaderResolvedConfig &
|
|
456
|
+
AwsAuthResolvedConfig &
|
|
457
|
+
UserAgentResolvedConfig;
|
|
458
|
+
export interface AutoScalingClientResolvedConfig
|
|
459
|
+
extends AutoScalingClientResolvedConfigType {}
|
|
460
|
+
export declare class AutoScalingClient extends __Client<
|
|
461
|
+
__HttpHandlerOptions,
|
|
462
|
+
ServiceInputTypes,
|
|
463
|
+
ServiceOutputTypes,
|
|
464
|
+
AutoScalingClientResolvedConfig
|
|
465
|
+
> {
|
|
466
|
+
readonly config: AutoScalingClientResolvedConfig;
|
|
467
|
+
constructor(configuration: AutoScalingClientConfig);
|
|
468
|
+
destroy(): void;
|
|
469
|
+
}
|
|
470
|
+
export {};
|