@aws-sdk/client-auto-scaling 3.131.0 → 3.141.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 +30 -0
- package/README.md +3 -6
- package/dist-cjs/commands/AttachInstancesCommand.js +1 -1
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +2 -2
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +2 -2
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +2 -2
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +1 -1
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +2 -2
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +1 -1
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -1
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +2 -2
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribePoliciesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/DetachInstancesCommand.js +2 -2
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +1 -1
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +1 -1
- package/dist-cjs/commands/EnterStandbyCommand.js +2 -2
- package/dist-cjs/commands/ExecutePolicyCommand.js +1 -1
- package/dist-cjs/commands/ExitStandbyCommand.js +2 -2
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +2 -2
- package/dist-cjs/commands/PutLifecycleHookCommand.js +2 -2
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +1 -1
- package/dist-cjs/commands/PutWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +2 -2
- package/dist-cjs/commands/ResumeProcessesCommand.js +1 -1
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +1 -1
- package/dist-cjs/commands/SetInstanceHealthCommand.js +1 -1
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +2 -2
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +2 -2
- package/dist-cjs/commands/SuspendProcessesCommand.js +1 -1
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/models/models_0.js +652 -976
- package/dist-es/commands/AttachInstancesCommand.js +2 -2
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/AttachLoadBalancersCommand.js +3 -3
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +3 -3
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -3
- package/dist-es/commands/CancelInstanceRefreshCommand.js +3 -3
- package/dist-es/commands/CompleteLifecycleActionCommand.js +3 -3
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteLifecycleHookCommand.js +3 -3
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DeleteWarmPoolCommand.js +3 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +3 -3
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +2 -2
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +3 -3
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +2 -2
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +2 -2
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribePoliciesCommand.js +3 -3
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -3
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +2 -2
- package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +2 -2
- package/dist-es/commands/DescribeWarmPoolCommand.js +3 -3
- package/dist-es/commands/DetachInstancesCommand.js +3 -3
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/DetachLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DisableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnterStandbyCommand.js +3 -3
- package/dist-es/commands/ExecutePolicyCommand.js +2 -2
- package/dist-es/commands/ExitStandbyCommand.js +3 -3
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +3 -3
- package/dist-es/commands/PutLifecycleHookCommand.js +3 -3
- package/dist-es/commands/PutNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/PutScalingPolicyCommand.js +3 -3
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-es/commands/PutWarmPoolCommand.js +3 -3
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +3 -3
- package/dist-es/commands/ResumeProcessesCommand.js +2 -2
- package/dist-es/commands/SetDesiredCapacityCommand.js +2 -2
- package/dist-es/commands/SetInstanceHealthCommand.js +2 -2
- package/dist-es/commands/SetInstanceProtectionCommand.js +3 -3
- package/dist-es/commands/StartInstanceRefreshCommand.js +3 -3
- package/dist-es/commands/SuspendProcessesCommand.js +2 -2
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -3
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +2 -2
- package/dist-es/models/models_0.js +162 -648
- package/dist-types/AutoScaling.d.ts +61 -51
- package/dist-types/AutoScalingClient.d.ts +6 -5
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +8 -7
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +7 -8
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -5
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +0 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +3 -3
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -2
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +5 -1
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +902 -1192
- package/dist-types/ts3.4/models/models_0.d.ts +324 -648
- package/package.json +6 -6
|
@@ -7,10 +7,6 @@ export interface AcceleratorCountRequest {
|
|
|
7
7
|
|
|
8
8
|
Max?: number;
|
|
9
9
|
}
|
|
10
|
-
export declare namespace AcceleratorCountRequest {
|
|
11
|
-
|
|
12
|
-
const filterSensitiveLog: (obj: AcceleratorCountRequest) => any;
|
|
13
|
-
}
|
|
14
10
|
export declare enum AcceleratorManufacturer {
|
|
15
11
|
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
16
12
|
AMD = "amd",
|
|
@@ -33,10 +29,6 @@ export interface AcceleratorTotalMemoryMiBRequest {
|
|
|
33
29
|
|
|
34
30
|
Max?: number;
|
|
35
31
|
}
|
|
36
|
-
export declare namespace AcceleratorTotalMemoryMiBRequest {
|
|
37
|
-
|
|
38
|
-
const filterSensitiveLog: (obj: AcceleratorTotalMemoryMiBRequest) => any;
|
|
39
|
-
}
|
|
40
32
|
export declare enum AcceleratorType {
|
|
41
33
|
FPGA = "fpga",
|
|
42
34
|
GPU = "gpu",
|
|
@@ -90,37 +82,21 @@ export interface Activity {
|
|
|
90
82
|
|
|
91
83
|
AutoScalingGroupARN?: string;
|
|
92
84
|
}
|
|
93
|
-
export declare namespace Activity {
|
|
94
|
-
|
|
95
|
-
const filterSensitiveLog: (obj: Activity) => any;
|
|
96
|
-
}
|
|
97
85
|
export interface ActivitiesType {
|
|
98
86
|
|
|
99
87
|
Activities: Activity[] | undefined;
|
|
100
88
|
|
|
101
89
|
NextToken?: string;
|
|
102
90
|
}
|
|
103
|
-
export declare namespace ActivitiesType {
|
|
104
|
-
|
|
105
|
-
const filterSensitiveLog: (obj: ActivitiesType) => any;
|
|
106
|
-
}
|
|
107
91
|
export interface ActivityType {
|
|
108
92
|
|
|
109
93
|
Activity?: Activity;
|
|
110
94
|
}
|
|
111
|
-
export declare namespace ActivityType {
|
|
112
|
-
|
|
113
|
-
const filterSensitiveLog: (obj: ActivityType) => any;
|
|
114
|
-
}
|
|
115
95
|
|
|
116
96
|
export interface AdjustmentType {
|
|
117
97
|
|
|
118
98
|
AdjustmentType?: string;
|
|
119
99
|
}
|
|
120
|
-
export declare namespace AdjustmentType {
|
|
121
|
-
|
|
122
|
-
const filterSensitiveLog: (obj: AdjustmentType) => any;
|
|
123
|
-
}
|
|
124
100
|
|
|
125
101
|
export interface Alarm {
|
|
126
102
|
|
|
@@ -128,10 +104,6 @@ export interface Alarm {
|
|
|
128
104
|
|
|
129
105
|
AlarmARN?: string;
|
|
130
106
|
}
|
|
131
|
-
export declare namespace Alarm {
|
|
132
|
-
|
|
133
|
-
const filterSensitiveLog: (obj: Alarm) => any;
|
|
134
|
-
}
|
|
135
107
|
|
|
136
108
|
export declare class AlreadyExistsFault extends __BaseException {
|
|
137
109
|
readonly name: "AlreadyExistsFault";
|
|
@@ -145,10 +117,6 @@ export interface AttachInstancesQuery {
|
|
|
145
117
|
|
|
146
118
|
AutoScalingGroupName: string | undefined;
|
|
147
119
|
}
|
|
148
|
-
export declare namespace AttachInstancesQuery {
|
|
149
|
-
|
|
150
|
-
const filterSensitiveLog: (obj: AttachInstancesQuery) => any;
|
|
151
|
-
}
|
|
152
120
|
|
|
153
121
|
export declare class ResourceContentionFault extends __BaseException {
|
|
154
122
|
readonly name: "ResourceContentionFault";
|
|
@@ -165,36 +133,20 @@ export declare class ServiceLinkedRoleFailure extends __BaseException {
|
|
|
165
133
|
}
|
|
166
134
|
export interface AttachLoadBalancersResultType {
|
|
167
135
|
}
|
|
168
|
-
export declare namespace AttachLoadBalancersResultType {
|
|
169
|
-
|
|
170
|
-
const filterSensitiveLog: (obj: AttachLoadBalancersResultType) => any;
|
|
171
|
-
}
|
|
172
136
|
export interface AttachLoadBalancersType {
|
|
173
137
|
|
|
174
138
|
AutoScalingGroupName: string | undefined;
|
|
175
139
|
|
|
176
140
|
LoadBalancerNames: string[] | undefined;
|
|
177
141
|
}
|
|
178
|
-
export declare namespace AttachLoadBalancersType {
|
|
179
|
-
|
|
180
|
-
const filterSensitiveLog: (obj: AttachLoadBalancersType) => any;
|
|
181
|
-
}
|
|
182
142
|
export interface AttachLoadBalancerTargetGroupsResultType {
|
|
183
143
|
}
|
|
184
|
-
export declare namespace AttachLoadBalancerTargetGroupsResultType {
|
|
185
|
-
|
|
186
|
-
const filterSensitiveLog: (obj: AttachLoadBalancerTargetGroupsResultType) => any;
|
|
187
|
-
}
|
|
188
144
|
export interface AttachLoadBalancerTargetGroupsType {
|
|
189
145
|
|
|
190
146
|
AutoScalingGroupName: string | undefined;
|
|
191
147
|
|
|
192
148
|
TargetGroupARNs: string[] | undefined;
|
|
193
149
|
}
|
|
194
|
-
export declare namespace AttachLoadBalancerTargetGroupsType {
|
|
195
|
-
|
|
196
|
-
const filterSensitiveLog: (obj: AttachLoadBalancerTargetGroupsType) => any;
|
|
197
|
-
}
|
|
198
150
|
|
|
199
151
|
export interface FailedScheduledUpdateGroupActionRequest {
|
|
200
152
|
|
|
@@ -204,36 +156,20 @@ export interface FailedScheduledUpdateGroupActionRequest {
|
|
|
204
156
|
|
|
205
157
|
ErrorMessage?: string;
|
|
206
158
|
}
|
|
207
|
-
export declare namespace FailedScheduledUpdateGroupActionRequest {
|
|
208
|
-
|
|
209
|
-
const filterSensitiveLog: (obj: FailedScheduledUpdateGroupActionRequest) => any;
|
|
210
|
-
}
|
|
211
159
|
export interface BatchDeleteScheduledActionAnswer {
|
|
212
160
|
|
|
213
161
|
FailedScheduledActions?: FailedScheduledUpdateGroupActionRequest[];
|
|
214
162
|
}
|
|
215
|
-
export declare namespace BatchDeleteScheduledActionAnswer {
|
|
216
|
-
|
|
217
|
-
const filterSensitiveLog: (obj: BatchDeleteScheduledActionAnswer) => any;
|
|
218
|
-
}
|
|
219
163
|
export interface BatchDeleteScheduledActionType {
|
|
220
164
|
|
|
221
165
|
AutoScalingGroupName: string | undefined;
|
|
222
166
|
|
|
223
167
|
ScheduledActionNames: string[] | undefined;
|
|
224
168
|
}
|
|
225
|
-
export declare namespace BatchDeleteScheduledActionType {
|
|
226
|
-
|
|
227
|
-
const filterSensitiveLog: (obj: BatchDeleteScheduledActionType) => any;
|
|
228
|
-
}
|
|
229
169
|
export interface BatchPutScheduledUpdateGroupActionAnswer {
|
|
230
170
|
|
|
231
171
|
FailedScheduledUpdateGroupActions?: FailedScheduledUpdateGroupActionRequest[];
|
|
232
172
|
}
|
|
233
|
-
export declare namespace BatchPutScheduledUpdateGroupActionAnswer {
|
|
234
|
-
|
|
235
|
-
const filterSensitiveLog: (obj: BatchPutScheduledUpdateGroupActionAnswer) => any;
|
|
236
|
-
}
|
|
237
173
|
|
|
238
174
|
export interface ScheduledUpdateGroupActionRequest {
|
|
239
175
|
|
|
@@ -253,20 +189,12 @@ export interface ScheduledUpdateGroupActionRequest {
|
|
|
253
189
|
|
|
254
190
|
TimeZone?: string;
|
|
255
191
|
}
|
|
256
|
-
export declare namespace ScheduledUpdateGroupActionRequest {
|
|
257
|
-
|
|
258
|
-
const filterSensitiveLog: (obj: ScheduledUpdateGroupActionRequest) => any;
|
|
259
|
-
}
|
|
260
192
|
export interface BatchPutScheduledUpdateGroupActionType {
|
|
261
193
|
|
|
262
194
|
AutoScalingGroupName: string | undefined;
|
|
263
195
|
|
|
264
196
|
ScheduledUpdateGroupActions: ScheduledUpdateGroupActionRequest[] | undefined;
|
|
265
197
|
}
|
|
266
|
-
export declare namespace BatchPutScheduledUpdateGroupActionType {
|
|
267
|
-
|
|
268
|
-
const filterSensitiveLog: (obj: BatchPutScheduledUpdateGroupActionType) => any;
|
|
269
|
-
}
|
|
270
198
|
|
|
271
199
|
export declare class LimitExceededFault extends __BaseException {
|
|
272
200
|
readonly name: "LimitExceededFault";
|
|
@@ -278,24 +206,12 @@ export interface CancelInstanceRefreshAnswer {
|
|
|
278
206
|
|
|
279
207
|
InstanceRefreshId?: string;
|
|
280
208
|
}
|
|
281
|
-
export declare namespace CancelInstanceRefreshAnswer {
|
|
282
|
-
|
|
283
|
-
const filterSensitiveLog: (obj: CancelInstanceRefreshAnswer) => any;
|
|
284
|
-
}
|
|
285
209
|
export interface CancelInstanceRefreshType {
|
|
286
210
|
|
|
287
211
|
AutoScalingGroupName: string | undefined;
|
|
288
212
|
}
|
|
289
|
-
export declare namespace CancelInstanceRefreshType {
|
|
290
|
-
|
|
291
|
-
const filterSensitiveLog: (obj: CancelInstanceRefreshType) => any;
|
|
292
|
-
}
|
|
293
213
|
export interface CompleteLifecycleActionAnswer {
|
|
294
214
|
}
|
|
295
|
-
export declare namespace CompleteLifecycleActionAnswer {
|
|
296
|
-
|
|
297
|
-
const filterSensitiveLog: (obj: CompleteLifecycleActionAnswer) => any;
|
|
298
|
-
}
|
|
299
215
|
export interface CompleteLifecycleActionType {
|
|
300
216
|
|
|
301
217
|
LifecycleHookName: string | undefined;
|
|
@@ -308,10 +224,6 @@ export interface CompleteLifecycleActionType {
|
|
|
308
224
|
|
|
309
225
|
InstanceId?: string;
|
|
310
226
|
}
|
|
311
|
-
export declare namespace CompleteLifecycleActionType {
|
|
312
|
-
|
|
313
|
-
const filterSensitiveLog: (obj: CompleteLifecycleActionType) => any;
|
|
314
|
-
}
|
|
315
227
|
|
|
316
228
|
export interface LaunchTemplateSpecification {
|
|
317
229
|
|
|
@@ -321,10 +233,6 @@ export interface LaunchTemplateSpecification {
|
|
|
321
233
|
|
|
322
234
|
Version?: string;
|
|
323
235
|
}
|
|
324
|
-
export declare namespace LaunchTemplateSpecification {
|
|
325
|
-
|
|
326
|
-
const filterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
|
|
327
|
-
}
|
|
328
236
|
|
|
329
237
|
export interface LifecycleHookSpecification {
|
|
330
238
|
|
|
@@ -342,10 +250,6 @@ export interface LifecycleHookSpecification {
|
|
|
342
250
|
|
|
343
251
|
RoleARN?: string;
|
|
344
252
|
}
|
|
345
|
-
export declare namespace LifecycleHookSpecification {
|
|
346
|
-
|
|
347
|
-
const filterSensitiveLog: (obj: LifecycleHookSpecification) => any;
|
|
348
|
-
}
|
|
349
253
|
|
|
350
254
|
export interface InstancesDistribution {
|
|
351
255
|
|
|
@@ -361,10 +265,6 @@ export interface InstancesDistribution {
|
|
|
361
265
|
|
|
362
266
|
SpotMaxPrice?: string;
|
|
363
267
|
}
|
|
364
|
-
export declare namespace InstancesDistribution {
|
|
365
|
-
|
|
366
|
-
const filterSensitiveLog: (obj: InstancesDistribution) => any;
|
|
367
|
-
}
|
|
368
268
|
export declare enum BareMetal {
|
|
369
269
|
EXCLUDED = "excluded",
|
|
370
270
|
INCLUDED = "included",
|
|
@@ -377,10 +277,6 @@ export interface BaselineEbsBandwidthMbpsRequest {
|
|
|
377
277
|
|
|
378
278
|
Max?: number;
|
|
379
279
|
}
|
|
380
|
-
export declare namespace BaselineEbsBandwidthMbpsRequest {
|
|
381
|
-
|
|
382
|
-
const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
|
|
383
|
-
}
|
|
384
280
|
export declare enum BurstablePerformance {
|
|
385
281
|
EXCLUDED = "excluded",
|
|
386
282
|
INCLUDED = "included",
|
|
@@ -411,10 +307,6 @@ export interface MemoryGiBPerVCpuRequest {
|
|
|
411
307
|
|
|
412
308
|
Max?: number;
|
|
413
309
|
}
|
|
414
|
-
export declare namespace MemoryGiBPerVCpuRequest {
|
|
415
|
-
|
|
416
|
-
const filterSensitiveLog: (obj: MemoryGiBPerVCpuRequest) => any;
|
|
417
|
-
}
|
|
418
310
|
|
|
419
311
|
export interface MemoryMiBRequest {
|
|
420
312
|
|
|
@@ -422,10 +314,6 @@ export interface MemoryMiBRequest {
|
|
|
422
314
|
|
|
423
315
|
Max?: number;
|
|
424
316
|
}
|
|
425
|
-
export declare namespace MemoryMiBRequest {
|
|
426
|
-
|
|
427
|
-
const filterSensitiveLog: (obj: MemoryMiBRequest) => any;
|
|
428
|
-
}
|
|
429
317
|
|
|
430
318
|
export interface NetworkInterfaceCountRequest {
|
|
431
319
|
|
|
@@ -433,10 +321,6 @@ export interface NetworkInterfaceCountRequest {
|
|
|
433
321
|
|
|
434
322
|
Max?: number;
|
|
435
323
|
}
|
|
436
|
-
export declare namespace NetworkInterfaceCountRequest {
|
|
437
|
-
|
|
438
|
-
const filterSensitiveLog: (obj: NetworkInterfaceCountRequest) => any;
|
|
439
|
-
}
|
|
440
324
|
|
|
441
325
|
export interface TotalLocalStorageGBRequest {
|
|
442
326
|
|
|
@@ -444,10 +328,6 @@ export interface TotalLocalStorageGBRequest {
|
|
|
444
328
|
|
|
445
329
|
Max?: number;
|
|
446
330
|
}
|
|
447
|
-
export declare namespace TotalLocalStorageGBRequest {
|
|
448
|
-
|
|
449
|
-
const filterSensitiveLog: (obj: TotalLocalStorageGBRequest) => any;
|
|
450
|
-
}
|
|
451
331
|
|
|
452
332
|
export interface VCpuCountRequest {
|
|
453
333
|
|
|
@@ -455,10 +335,6 @@ export interface VCpuCountRequest {
|
|
|
455
335
|
|
|
456
336
|
Max?: number;
|
|
457
337
|
}
|
|
458
|
-
export declare namespace VCpuCountRequest {
|
|
459
|
-
|
|
460
|
-
const filterSensitiveLog: (obj: VCpuCountRequest) => any;
|
|
461
|
-
}
|
|
462
338
|
|
|
463
339
|
export interface InstanceRequirements {
|
|
464
340
|
|
|
@@ -504,10 +380,6 @@ export interface InstanceRequirements {
|
|
|
504
380
|
|
|
505
381
|
AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
|
|
506
382
|
}
|
|
507
|
-
export declare namespace InstanceRequirements {
|
|
508
|
-
|
|
509
|
-
const filterSensitiveLog: (obj: InstanceRequirements) => any;
|
|
510
|
-
}
|
|
511
383
|
|
|
512
384
|
export interface LaunchTemplateOverrides {
|
|
513
385
|
|
|
@@ -519,10 +391,6 @@ export interface LaunchTemplateOverrides {
|
|
|
519
391
|
|
|
520
392
|
InstanceRequirements?: InstanceRequirements;
|
|
521
393
|
}
|
|
522
|
-
export declare namespace LaunchTemplateOverrides {
|
|
523
|
-
|
|
524
|
-
const filterSensitiveLog: (obj: LaunchTemplateOverrides) => any;
|
|
525
|
-
}
|
|
526
394
|
|
|
527
395
|
export interface LaunchTemplate {
|
|
528
396
|
|
|
@@ -530,10 +398,6 @@ export interface LaunchTemplate {
|
|
|
530
398
|
|
|
531
399
|
Overrides?: LaunchTemplateOverrides[];
|
|
532
400
|
}
|
|
533
|
-
export declare namespace LaunchTemplate {
|
|
534
|
-
|
|
535
|
-
const filterSensitiveLog: (obj: LaunchTemplate) => any;
|
|
536
|
-
}
|
|
537
401
|
|
|
538
402
|
export interface MixedInstancesPolicy {
|
|
539
403
|
|
|
@@ -541,10 +405,6 @@ export interface MixedInstancesPolicy {
|
|
|
541
405
|
|
|
542
406
|
InstancesDistribution?: InstancesDistribution;
|
|
543
407
|
}
|
|
544
|
-
export declare namespace MixedInstancesPolicy {
|
|
545
|
-
|
|
546
|
-
const filterSensitiveLog: (obj: MixedInstancesPolicy) => any;
|
|
547
|
-
}
|
|
548
408
|
|
|
549
409
|
export interface Tag {
|
|
550
410
|
|
|
@@ -558,10 +418,6 @@ export interface Tag {
|
|
|
558
418
|
|
|
559
419
|
PropagateAtLaunch?: boolean;
|
|
560
420
|
}
|
|
561
|
-
export declare namespace Tag {
|
|
562
|
-
|
|
563
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
564
|
-
}
|
|
565
421
|
export interface CreateAutoScalingGroupType {
|
|
566
422
|
|
|
567
423
|
AutoScalingGroupName: string | undefined;
|
|
@@ -616,10 +472,6 @@ export interface CreateAutoScalingGroupType {
|
|
|
616
472
|
|
|
617
473
|
DefaultInstanceWarmup?: number;
|
|
618
474
|
}
|
|
619
|
-
export declare namespace CreateAutoScalingGroupType {
|
|
620
|
-
|
|
621
|
-
const filterSensitiveLog: (obj: CreateAutoScalingGroupType) => any;
|
|
622
|
-
}
|
|
623
475
|
|
|
624
476
|
export interface Ebs {
|
|
625
477
|
|
|
@@ -637,10 +489,6 @@ export interface Ebs {
|
|
|
637
489
|
|
|
638
490
|
Throughput?: number;
|
|
639
491
|
}
|
|
640
|
-
export declare namespace Ebs {
|
|
641
|
-
|
|
642
|
-
const filterSensitiveLog: (obj: Ebs) => any;
|
|
643
|
-
}
|
|
644
492
|
|
|
645
493
|
export interface BlockDeviceMapping {
|
|
646
494
|
|
|
@@ -652,19 +500,11 @@ export interface BlockDeviceMapping {
|
|
|
652
500
|
|
|
653
501
|
NoDevice?: boolean;
|
|
654
502
|
}
|
|
655
|
-
export declare namespace BlockDeviceMapping {
|
|
656
|
-
|
|
657
|
-
const filterSensitiveLog: (obj: BlockDeviceMapping) => any;
|
|
658
|
-
}
|
|
659
503
|
|
|
660
504
|
export interface InstanceMonitoring {
|
|
661
505
|
|
|
662
506
|
Enabled?: boolean;
|
|
663
507
|
}
|
|
664
|
-
export declare namespace InstanceMonitoring {
|
|
665
|
-
|
|
666
|
-
const filterSensitiveLog: (obj: InstanceMonitoring) => any;
|
|
667
|
-
}
|
|
668
508
|
export declare enum InstanceMetadataEndpointState {
|
|
669
509
|
Disabled = "disabled",
|
|
670
510
|
Enabled = "enabled"
|
|
@@ -682,10 +522,6 @@ export interface InstanceMetadataOptions {
|
|
|
682
522
|
|
|
683
523
|
HttpEndpoint?: InstanceMetadataEndpointState | string;
|
|
684
524
|
}
|
|
685
|
-
export declare namespace InstanceMetadataOptions {
|
|
686
|
-
|
|
687
|
-
const filterSensitiveLog: (obj: InstanceMetadataOptions) => any;
|
|
688
|
-
}
|
|
689
525
|
export interface CreateLaunchConfigurationType {
|
|
690
526
|
|
|
691
527
|
LaunchConfigurationName: string | undefined;
|
|
@@ -726,18 +562,10 @@ export interface CreateLaunchConfigurationType {
|
|
|
726
562
|
|
|
727
563
|
MetadataOptions?: InstanceMetadataOptions;
|
|
728
564
|
}
|
|
729
|
-
export declare namespace CreateLaunchConfigurationType {
|
|
730
|
-
|
|
731
|
-
const filterSensitiveLog: (obj: CreateLaunchConfigurationType) => any;
|
|
732
|
-
}
|
|
733
565
|
export interface CreateOrUpdateTagsType {
|
|
734
566
|
|
|
735
567
|
Tags: Tag[] | undefined;
|
|
736
568
|
}
|
|
737
|
-
export declare namespace CreateOrUpdateTagsType {
|
|
738
|
-
|
|
739
|
-
const filterSensitiveLog: (obj: CreateOrUpdateTagsType) => any;
|
|
740
|
-
}
|
|
741
569
|
|
|
742
570
|
export declare class ResourceInUseFault extends __BaseException {
|
|
743
571
|
readonly name: "ResourceInUseFault";
|
|
@@ -751,10 +579,6 @@ export interface DeleteAutoScalingGroupType {
|
|
|
751
579
|
|
|
752
580
|
ForceDelete?: boolean;
|
|
753
581
|
}
|
|
754
|
-
export declare namespace DeleteAutoScalingGroupType {
|
|
755
|
-
|
|
756
|
-
const filterSensitiveLog: (obj: DeleteAutoScalingGroupType) => any;
|
|
757
|
-
}
|
|
758
582
|
|
|
759
583
|
export declare class ScalingActivityInProgressFault extends __BaseException {
|
|
760
584
|
readonly name: "ScalingActivityInProgressFault";
|
|
@@ -766,80 +590,44 @@ export interface LaunchConfigurationNameType {
|
|
|
766
590
|
|
|
767
591
|
LaunchConfigurationName: string | undefined;
|
|
768
592
|
}
|
|
769
|
-
export declare namespace LaunchConfigurationNameType {
|
|
770
|
-
|
|
771
|
-
const filterSensitiveLog: (obj: LaunchConfigurationNameType) => any;
|
|
772
|
-
}
|
|
773
593
|
export interface DeleteLifecycleHookAnswer {
|
|
774
594
|
}
|
|
775
|
-
export declare namespace DeleteLifecycleHookAnswer {
|
|
776
|
-
|
|
777
|
-
const filterSensitiveLog: (obj: DeleteLifecycleHookAnswer) => any;
|
|
778
|
-
}
|
|
779
595
|
export interface DeleteLifecycleHookType {
|
|
780
596
|
|
|
781
597
|
LifecycleHookName: string | undefined;
|
|
782
598
|
|
|
783
599
|
AutoScalingGroupName: string | undefined;
|
|
784
600
|
}
|
|
785
|
-
export declare namespace DeleteLifecycleHookType {
|
|
786
|
-
|
|
787
|
-
const filterSensitiveLog: (obj: DeleteLifecycleHookType) => any;
|
|
788
|
-
}
|
|
789
601
|
export interface DeleteNotificationConfigurationType {
|
|
790
602
|
|
|
791
603
|
AutoScalingGroupName: string | undefined;
|
|
792
604
|
|
|
793
605
|
TopicARN: string | undefined;
|
|
794
606
|
}
|
|
795
|
-
export declare namespace DeleteNotificationConfigurationType {
|
|
796
|
-
|
|
797
|
-
const filterSensitiveLog: (obj: DeleteNotificationConfigurationType) => any;
|
|
798
|
-
}
|
|
799
607
|
export interface DeletePolicyType {
|
|
800
608
|
|
|
801
609
|
AutoScalingGroupName?: string;
|
|
802
610
|
|
|
803
611
|
PolicyName: string | undefined;
|
|
804
612
|
}
|
|
805
|
-
export declare namespace DeletePolicyType {
|
|
806
|
-
|
|
807
|
-
const filterSensitiveLog: (obj: DeletePolicyType) => any;
|
|
808
|
-
}
|
|
809
613
|
export interface DeleteScheduledActionType {
|
|
810
614
|
|
|
811
615
|
AutoScalingGroupName: string | undefined;
|
|
812
616
|
|
|
813
617
|
ScheduledActionName: string | undefined;
|
|
814
618
|
}
|
|
815
|
-
export declare namespace DeleteScheduledActionType {
|
|
816
|
-
|
|
817
|
-
const filterSensitiveLog: (obj: DeleteScheduledActionType) => any;
|
|
818
|
-
}
|
|
819
619
|
export interface DeleteTagsType {
|
|
820
620
|
|
|
821
621
|
Tags: Tag[] | undefined;
|
|
822
622
|
}
|
|
823
|
-
export declare namespace DeleteTagsType {
|
|
824
|
-
|
|
825
|
-
const filterSensitiveLog: (obj: DeleteTagsType) => any;
|
|
826
|
-
}
|
|
827
623
|
export interface DeleteWarmPoolAnswer {
|
|
828
624
|
}
|
|
829
|
-
export declare namespace DeleteWarmPoolAnswer {
|
|
830
|
-
|
|
831
|
-
const filterSensitiveLog: (obj: DeleteWarmPoolAnswer) => any;
|
|
832
|
-
}
|
|
833
625
|
export interface DeleteWarmPoolType {
|
|
834
626
|
|
|
835
627
|
AutoScalingGroupName: string | undefined;
|
|
836
628
|
|
|
837
629
|
ForceDelete?: boolean;
|
|
838
630
|
}
|
|
839
|
-
export declare namespace DeleteWarmPoolType {
|
|
840
|
-
|
|
841
|
-
const filterSensitiveLog: (obj: DeleteWarmPoolType) => any;
|
|
842
|
-
}
|
|
843
631
|
export interface DescribeAccountLimitsAnswer {
|
|
844
632
|
|
|
845
633
|
MaxNumberOfAutoScalingGroups?: number;
|
|
@@ -850,18 +638,10 @@ export interface DescribeAccountLimitsAnswer {
|
|
|
850
638
|
|
|
851
639
|
NumberOfLaunchConfigurations?: number;
|
|
852
640
|
}
|
|
853
|
-
export declare namespace DescribeAccountLimitsAnswer {
|
|
854
|
-
|
|
855
|
-
const filterSensitiveLog: (obj: DescribeAccountLimitsAnswer) => any;
|
|
856
|
-
}
|
|
857
641
|
export interface DescribeAdjustmentTypesAnswer {
|
|
858
642
|
|
|
859
643
|
AdjustmentTypes?: AdjustmentType[];
|
|
860
644
|
}
|
|
861
|
-
export declare namespace DescribeAdjustmentTypesAnswer {
|
|
862
|
-
|
|
863
|
-
const filterSensitiveLog: (obj: DescribeAdjustmentTypesAnswer) => any;
|
|
864
|
-
}
|
|
865
645
|
|
|
866
646
|
export interface Filter {
|
|
867
647
|
|
|
@@ -869,10 +649,6 @@ export interface Filter {
|
|
|
869
649
|
|
|
870
650
|
Values?: string[];
|
|
871
651
|
}
|
|
872
|
-
export declare namespace Filter {
|
|
873
|
-
|
|
874
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
875
|
-
}
|
|
876
652
|
export interface AutoScalingGroupNamesType {
|
|
877
653
|
|
|
878
654
|
AutoScalingGroupNames?: string[];
|
|
@@ -883,10 +659,6 @@ export interface AutoScalingGroupNamesType {
|
|
|
883
659
|
|
|
884
660
|
Filters?: Filter[];
|
|
885
661
|
}
|
|
886
|
-
export declare namespace AutoScalingGroupNamesType {
|
|
887
|
-
|
|
888
|
-
const filterSensitiveLog: (obj: AutoScalingGroupNamesType) => any;
|
|
889
|
-
}
|
|
890
662
|
|
|
891
663
|
export interface EnabledMetric {
|
|
892
664
|
|
|
@@ -894,10 +666,6 @@ export interface EnabledMetric {
|
|
|
894
666
|
|
|
895
667
|
Granularity?: string;
|
|
896
668
|
}
|
|
897
|
-
export declare namespace EnabledMetric {
|
|
898
|
-
|
|
899
|
-
const filterSensitiveLog: (obj: EnabledMetric) => any;
|
|
900
|
-
}
|
|
901
669
|
export declare enum LifecycleState {
|
|
902
670
|
DETACHED = "Detached",
|
|
903
671
|
DETACHING = "Detaching",
|
|
@@ -944,10 +712,6 @@ export interface Instance {
|
|
|
944
712
|
|
|
945
713
|
WeightedCapacity?: string;
|
|
946
714
|
}
|
|
947
|
-
export declare namespace Instance {
|
|
948
|
-
|
|
949
|
-
const filterSensitiveLog: (obj: Instance) => any;
|
|
950
|
-
}
|
|
951
715
|
|
|
952
716
|
export interface SuspendedProcess {
|
|
953
717
|
|
|
@@ -955,10 +719,6 @@ export interface SuspendedProcess {
|
|
|
955
719
|
|
|
956
720
|
SuspensionReason?: string;
|
|
957
721
|
}
|
|
958
|
-
export declare namespace SuspendedProcess {
|
|
959
|
-
|
|
960
|
-
const filterSensitiveLog: (obj: SuspendedProcess) => any;
|
|
961
|
-
}
|
|
962
722
|
|
|
963
723
|
export interface TagDescription {
|
|
964
724
|
|
|
@@ -972,19 +732,11 @@ export interface TagDescription {
|
|
|
972
732
|
|
|
973
733
|
PropagateAtLaunch?: boolean;
|
|
974
734
|
}
|
|
975
|
-
export declare namespace TagDescription {
|
|
976
|
-
|
|
977
|
-
const filterSensitiveLog: (obj: TagDescription) => any;
|
|
978
|
-
}
|
|
979
735
|
|
|
980
736
|
export interface InstanceReusePolicy {
|
|
981
737
|
|
|
982
738
|
ReuseOnScaleIn?: boolean;
|
|
983
739
|
}
|
|
984
|
-
export declare namespace InstanceReusePolicy {
|
|
985
|
-
|
|
986
|
-
const filterSensitiveLog: (obj: InstanceReusePolicy) => any;
|
|
987
|
-
}
|
|
988
740
|
export declare enum WarmPoolState {
|
|
989
741
|
Hibernated = "Hibernated",
|
|
990
742
|
Running = "Running",
|
|
@@ -1006,10 +758,6 @@ export interface WarmPoolConfiguration {
|
|
|
1006
758
|
|
|
1007
759
|
InstanceReusePolicy?: InstanceReusePolicy;
|
|
1008
760
|
}
|
|
1009
|
-
export declare namespace WarmPoolConfiguration {
|
|
1010
|
-
|
|
1011
|
-
const filterSensitiveLog: (obj: WarmPoolConfiguration) => any;
|
|
1012
|
-
}
|
|
1013
761
|
|
|
1014
762
|
export interface AutoScalingGroup {
|
|
1015
763
|
|
|
@@ -1079,20 +827,12 @@ export interface AutoScalingGroup {
|
|
|
1079
827
|
|
|
1080
828
|
DefaultInstanceWarmup?: number;
|
|
1081
829
|
}
|
|
1082
|
-
export declare namespace AutoScalingGroup {
|
|
1083
|
-
|
|
1084
|
-
const filterSensitiveLog: (obj: AutoScalingGroup) => any;
|
|
1085
|
-
}
|
|
1086
830
|
export interface AutoScalingGroupsType {
|
|
1087
831
|
|
|
1088
832
|
AutoScalingGroups: AutoScalingGroup[] | undefined;
|
|
1089
833
|
|
|
1090
834
|
NextToken?: string;
|
|
1091
835
|
}
|
|
1092
|
-
export declare namespace AutoScalingGroupsType {
|
|
1093
|
-
|
|
1094
|
-
const filterSensitiveLog: (obj: AutoScalingGroupsType) => any;
|
|
1095
|
-
}
|
|
1096
836
|
|
|
1097
837
|
export declare class InvalidNextToken extends __BaseException {
|
|
1098
838
|
readonly name: "InvalidNextToken";
|
|
@@ -1123,20 +863,12 @@ export interface AutoScalingInstanceDetails {
|
|
|
1123
863
|
|
|
1124
864
|
WeightedCapacity?: string;
|
|
1125
865
|
}
|
|
1126
|
-
export declare namespace AutoScalingInstanceDetails {
|
|
1127
|
-
|
|
1128
|
-
const filterSensitiveLog: (obj: AutoScalingInstanceDetails) => any;
|
|
1129
|
-
}
|
|
1130
866
|
export interface AutoScalingInstancesType {
|
|
1131
867
|
|
|
1132
868
|
AutoScalingInstances?: AutoScalingInstanceDetails[];
|
|
1133
869
|
|
|
1134
870
|
NextToken?: string;
|
|
1135
871
|
}
|
|
1136
|
-
export declare namespace AutoScalingInstancesType {
|
|
1137
|
-
|
|
1138
|
-
const filterSensitiveLog: (obj: AutoScalingInstancesType) => any;
|
|
1139
|
-
}
|
|
1140
872
|
export interface DescribeAutoScalingInstancesType {
|
|
1141
873
|
|
|
1142
874
|
InstanceIds?: string[];
|
|
@@ -1145,18 +877,10 @@ export interface DescribeAutoScalingInstancesType {
|
|
|
1145
877
|
|
|
1146
878
|
NextToken?: string;
|
|
1147
879
|
}
|
|
1148
|
-
export declare namespace DescribeAutoScalingInstancesType {
|
|
1149
|
-
|
|
1150
|
-
const filterSensitiveLog: (obj: DescribeAutoScalingInstancesType) => any;
|
|
1151
|
-
}
|
|
1152
880
|
export interface DescribeAutoScalingNotificationTypesAnswer {
|
|
1153
881
|
|
|
1154
882
|
AutoScalingNotificationTypes?: string[];
|
|
1155
883
|
}
|
|
1156
|
-
export declare namespace DescribeAutoScalingNotificationTypesAnswer {
|
|
1157
|
-
|
|
1158
|
-
const filterSensitiveLog: (obj: DescribeAutoScalingNotificationTypesAnswer) => any;
|
|
1159
|
-
}
|
|
1160
884
|
|
|
1161
885
|
export interface DesiredConfiguration {
|
|
1162
886
|
|
|
@@ -1164,10 +888,6 @@ export interface DesiredConfiguration {
|
|
|
1164
888
|
|
|
1165
889
|
MixedInstancesPolicy?: MixedInstancesPolicy;
|
|
1166
890
|
}
|
|
1167
|
-
export declare namespace DesiredConfiguration {
|
|
1168
|
-
|
|
1169
|
-
const filterSensitiveLog: (obj: DesiredConfiguration) => any;
|
|
1170
|
-
}
|
|
1171
891
|
|
|
1172
892
|
export interface RefreshPreferences {
|
|
1173
893
|
|
|
@@ -1181,10 +901,6 @@ export interface RefreshPreferences {
|
|
|
1181
901
|
|
|
1182
902
|
SkipMatching?: boolean;
|
|
1183
903
|
}
|
|
1184
|
-
export declare namespace RefreshPreferences {
|
|
1185
|
-
|
|
1186
|
-
const filterSensitiveLog: (obj: RefreshPreferences) => any;
|
|
1187
|
-
}
|
|
1188
904
|
|
|
1189
905
|
export interface InstanceRefreshLivePoolProgress {
|
|
1190
906
|
|
|
@@ -1192,10 +908,6 @@ export interface InstanceRefreshLivePoolProgress {
|
|
|
1192
908
|
|
|
1193
909
|
InstancesToUpdate?: number;
|
|
1194
910
|
}
|
|
1195
|
-
export declare namespace InstanceRefreshLivePoolProgress {
|
|
1196
|
-
|
|
1197
|
-
const filterSensitiveLog: (obj: InstanceRefreshLivePoolProgress) => any;
|
|
1198
|
-
}
|
|
1199
911
|
|
|
1200
912
|
export interface InstanceRefreshWarmPoolProgress {
|
|
1201
913
|
|
|
@@ -1203,10 +915,6 @@ export interface InstanceRefreshWarmPoolProgress {
|
|
|
1203
915
|
|
|
1204
916
|
InstancesToUpdate?: number;
|
|
1205
917
|
}
|
|
1206
|
-
export declare namespace InstanceRefreshWarmPoolProgress {
|
|
1207
|
-
|
|
1208
|
-
const filterSensitiveLog: (obj: InstanceRefreshWarmPoolProgress) => any;
|
|
1209
|
-
}
|
|
1210
918
|
|
|
1211
919
|
export interface InstanceRefreshProgressDetails {
|
|
1212
920
|
|
|
@@ -1214,10 +922,6 @@ export interface InstanceRefreshProgressDetails {
|
|
|
1214
922
|
|
|
1215
923
|
WarmPoolProgress?: InstanceRefreshWarmPoolProgress;
|
|
1216
924
|
}
|
|
1217
|
-
export declare namespace InstanceRefreshProgressDetails {
|
|
1218
|
-
|
|
1219
|
-
const filterSensitiveLog: (obj: InstanceRefreshProgressDetails) => any;
|
|
1220
|
-
}
|
|
1221
925
|
export declare enum InstanceRefreshStatus {
|
|
1222
926
|
Cancelled = "Cancelled",
|
|
1223
927
|
Cancelling = "Cancelling",
|
|
@@ -1251,20 +955,12 @@ export interface InstanceRefresh {
|
|
|
1251
955
|
|
|
1252
956
|
DesiredConfiguration?: DesiredConfiguration;
|
|
1253
957
|
}
|
|
1254
|
-
export declare namespace InstanceRefresh {
|
|
1255
|
-
|
|
1256
|
-
const filterSensitiveLog: (obj: InstanceRefresh) => any;
|
|
1257
|
-
}
|
|
1258
958
|
export interface DescribeInstanceRefreshesAnswer {
|
|
1259
959
|
|
|
1260
960
|
InstanceRefreshes?: InstanceRefresh[];
|
|
1261
961
|
|
|
1262
962
|
NextToken?: string;
|
|
1263
963
|
}
|
|
1264
|
-
export declare namespace DescribeInstanceRefreshesAnswer {
|
|
1265
|
-
|
|
1266
|
-
const filterSensitiveLog: (obj: DescribeInstanceRefreshesAnswer) => any;
|
|
1267
|
-
}
|
|
1268
964
|
export interface DescribeInstanceRefreshesType {
|
|
1269
965
|
|
|
1270
966
|
AutoScalingGroupName: string | undefined;
|
|
@@ -1275,10 +971,6 @@ export interface DescribeInstanceRefreshesType {
|
|
|
1275
971
|
|
|
1276
972
|
MaxRecords?: number;
|
|
1277
973
|
}
|
|
1278
|
-
export declare namespace DescribeInstanceRefreshesType {
|
|
1279
|
-
|
|
1280
|
-
const filterSensitiveLog: (obj: DescribeInstanceRefreshesType) => any;
|
|
1281
|
-
}
|
|
1282
974
|
export interface LaunchConfigurationNamesType {
|
|
1283
975
|
|
|
1284
976
|
LaunchConfigurationNames?: string[];
|
|
@@ -1287,10 +979,6 @@ export interface LaunchConfigurationNamesType {
|
|
|
1287
979
|
|
|
1288
980
|
MaxRecords?: number;
|
|
1289
981
|
}
|
|
1290
|
-
export declare namespace LaunchConfigurationNamesType {
|
|
1291
|
-
|
|
1292
|
-
const filterSensitiveLog: (obj: LaunchConfigurationNamesType) => any;
|
|
1293
|
-
}
|
|
1294
982
|
|
|
1295
983
|
export interface LaunchConfiguration {
|
|
1296
984
|
|
|
@@ -1334,20 +1022,12 @@ export interface LaunchConfiguration {
|
|
|
1334
1022
|
|
|
1335
1023
|
MetadataOptions?: InstanceMetadataOptions;
|
|
1336
1024
|
}
|
|
1337
|
-
export declare namespace LaunchConfiguration {
|
|
1338
|
-
|
|
1339
|
-
const filterSensitiveLog: (obj: LaunchConfiguration) => any;
|
|
1340
|
-
}
|
|
1341
1025
|
export interface LaunchConfigurationsType {
|
|
1342
1026
|
|
|
1343
1027
|
LaunchConfigurations: LaunchConfiguration[] | undefined;
|
|
1344
1028
|
|
|
1345
1029
|
NextToken?: string;
|
|
1346
1030
|
}
|
|
1347
|
-
export declare namespace LaunchConfigurationsType {
|
|
1348
|
-
|
|
1349
|
-
const filterSensitiveLog: (obj: LaunchConfigurationsType) => any;
|
|
1350
|
-
}
|
|
1351
1031
|
|
|
1352
1032
|
export interface LifecycleHook {
|
|
1353
1033
|
|
|
@@ -1369,36 +1049,20 @@ export interface LifecycleHook {
|
|
|
1369
1049
|
|
|
1370
1050
|
DefaultResult?: string;
|
|
1371
1051
|
}
|
|
1372
|
-
export declare namespace LifecycleHook {
|
|
1373
|
-
|
|
1374
|
-
const filterSensitiveLog: (obj: LifecycleHook) => any;
|
|
1375
|
-
}
|
|
1376
1052
|
export interface DescribeLifecycleHooksAnswer {
|
|
1377
1053
|
|
|
1378
1054
|
LifecycleHooks?: LifecycleHook[];
|
|
1379
1055
|
}
|
|
1380
|
-
export declare namespace DescribeLifecycleHooksAnswer {
|
|
1381
|
-
|
|
1382
|
-
const filterSensitiveLog: (obj: DescribeLifecycleHooksAnswer) => any;
|
|
1383
|
-
}
|
|
1384
1056
|
export interface DescribeLifecycleHooksType {
|
|
1385
1057
|
|
|
1386
1058
|
AutoScalingGroupName: string | undefined;
|
|
1387
1059
|
|
|
1388
1060
|
LifecycleHookNames?: string[];
|
|
1389
1061
|
}
|
|
1390
|
-
export declare namespace DescribeLifecycleHooksType {
|
|
1391
|
-
|
|
1392
|
-
const filterSensitiveLog: (obj: DescribeLifecycleHooksType) => any;
|
|
1393
|
-
}
|
|
1394
1062
|
export interface DescribeLifecycleHookTypesAnswer {
|
|
1395
1063
|
|
|
1396
1064
|
LifecycleHookTypes?: string[];
|
|
1397
1065
|
}
|
|
1398
|
-
export declare namespace DescribeLifecycleHookTypesAnswer {
|
|
1399
|
-
|
|
1400
|
-
const filterSensitiveLog: (obj: DescribeLifecycleHookTypesAnswer) => any;
|
|
1401
|
-
}
|
|
1402
1066
|
export interface DescribeLoadBalancersRequest {
|
|
1403
1067
|
|
|
1404
1068
|
AutoScalingGroupName: string | undefined;
|
|
@@ -1407,10 +1071,6 @@ export interface DescribeLoadBalancersRequest {
|
|
|
1407
1071
|
|
|
1408
1072
|
MaxRecords?: number;
|
|
1409
1073
|
}
|
|
1410
|
-
export declare namespace DescribeLoadBalancersRequest {
|
|
1411
|
-
|
|
1412
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancersRequest) => any;
|
|
1413
|
-
}
|
|
1414
1074
|
|
|
1415
1075
|
export interface LoadBalancerState {
|
|
1416
1076
|
|
|
@@ -1418,20 +1078,12 @@ export interface LoadBalancerState {
|
|
|
1418
1078
|
|
|
1419
1079
|
State?: string;
|
|
1420
1080
|
}
|
|
1421
|
-
export declare namespace LoadBalancerState {
|
|
1422
|
-
|
|
1423
|
-
const filterSensitiveLog: (obj: LoadBalancerState) => any;
|
|
1424
|
-
}
|
|
1425
1081
|
export interface DescribeLoadBalancersResponse {
|
|
1426
1082
|
|
|
1427
1083
|
LoadBalancers?: LoadBalancerState[];
|
|
1428
1084
|
|
|
1429
1085
|
NextToken?: string;
|
|
1430
1086
|
}
|
|
1431
|
-
export declare namespace DescribeLoadBalancersResponse {
|
|
1432
|
-
|
|
1433
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancersResponse) => any;
|
|
1434
|
-
}
|
|
1435
1087
|
export interface DescribeLoadBalancerTargetGroupsRequest {
|
|
1436
1088
|
|
|
1437
1089
|
AutoScalingGroupName: string | undefined;
|
|
@@ -1440,10 +1092,6 @@ export interface DescribeLoadBalancerTargetGroupsRequest {
|
|
|
1440
1092
|
|
|
1441
1093
|
MaxRecords?: number;
|
|
1442
1094
|
}
|
|
1443
|
-
export declare namespace DescribeLoadBalancerTargetGroupsRequest {
|
|
1444
|
-
|
|
1445
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancerTargetGroupsRequest) => any;
|
|
1446
|
-
}
|
|
1447
1095
|
|
|
1448
1096
|
export interface LoadBalancerTargetGroupState {
|
|
1449
1097
|
|
|
@@ -1451,48 +1099,28 @@ export interface LoadBalancerTargetGroupState {
|
|
|
1451
1099
|
|
|
1452
1100
|
State?: string;
|
|
1453
1101
|
}
|
|
1454
|
-
export declare namespace LoadBalancerTargetGroupState {
|
|
1455
|
-
|
|
1456
|
-
const filterSensitiveLog: (obj: LoadBalancerTargetGroupState) => any;
|
|
1457
|
-
}
|
|
1458
1102
|
export interface DescribeLoadBalancerTargetGroupsResponse {
|
|
1459
1103
|
|
|
1460
1104
|
LoadBalancerTargetGroups?: LoadBalancerTargetGroupState[];
|
|
1461
1105
|
|
|
1462
1106
|
NextToken?: string;
|
|
1463
1107
|
}
|
|
1464
|
-
export declare namespace DescribeLoadBalancerTargetGroupsResponse {
|
|
1465
|
-
|
|
1466
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancerTargetGroupsResponse) => any;
|
|
1467
|
-
}
|
|
1468
1108
|
|
|
1469
1109
|
export interface MetricGranularityType {
|
|
1470
1110
|
|
|
1471
1111
|
Granularity?: string;
|
|
1472
1112
|
}
|
|
1473
|
-
export declare namespace MetricGranularityType {
|
|
1474
|
-
|
|
1475
|
-
const filterSensitiveLog: (obj: MetricGranularityType) => any;
|
|
1476
|
-
}
|
|
1477
1113
|
|
|
1478
1114
|
export interface MetricCollectionType {
|
|
1479
1115
|
|
|
1480
1116
|
Metric?: string;
|
|
1481
1117
|
}
|
|
1482
|
-
export declare namespace MetricCollectionType {
|
|
1483
|
-
|
|
1484
|
-
const filterSensitiveLog: (obj: MetricCollectionType) => any;
|
|
1485
|
-
}
|
|
1486
1118
|
export interface DescribeMetricCollectionTypesAnswer {
|
|
1487
1119
|
|
|
1488
1120
|
Metrics?: MetricCollectionType[];
|
|
1489
1121
|
|
|
1490
1122
|
Granularities?: MetricGranularityType[];
|
|
1491
1123
|
}
|
|
1492
|
-
export declare namespace DescribeMetricCollectionTypesAnswer {
|
|
1493
|
-
|
|
1494
|
-
const filterSensitiveLog: (obj: DescribeMetricCollectionTypesAnswer) => any;
|
|
1495
|
-
}
|
|
1496
1124
|
|
|
1497
1125
|
export interface NotificationConfiguration {
|
|
1498
1126
|
|
|
@@ -1502,20 +1130,12 @@ export interface NotificationConfiguration {
|
|
|
1502
1130
|
|
|
1503
1131
|
NotificationType?: string;
|
|
1504
1132
|
}
|
|
1505
|
-
export declare namespace NotificationConfiguration {
|
|
1506
|
-
|
|
1507
|
-
const filterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
1508
|
-
}
|
|
1509
1133
|
export interface DescribeNotificationConfigurationsAnswer {
|
|
1510
1134
|
|
|
1511
1135
|
NotificationConfigurations: NotificationConfiguration[] | undefined;
|
|
1512
1136
|
|
|
1513
1137
|
NextToken?: string;
|
|
1514
1138
|
}
|
|
1515
|
-
export declare namespace DescribeNotificationConfigurationsAnswer {
|
|
1516
|
-
|
|
1517
|
-
const filterSensitiveLog: (obj: DescribeNotificationConfigurationsAnswer) => any;
|
|
1518
|
-
}
|
|
1519
1139
|
export interface DescribeNotificationConfigurationsType {
|
|
1520
1140
|
|
|
1521
1141
|
AutoScalingGroupNames?: string[];
|
|
@@ -1524,10 +1144,6 @@ export interface DescribeNotificationConfigurationsType {
|
|
|
1524
1144
|
|
|
1525
1145
|
MaxRecords?: number;
|
|
1526
1146
|
}
|
|
1527
|
-
export declare namespace DescribeNotificationConfigurationsType {
|
|
1528
|
-
|
|
1529
|
-
const filterSensitiveLog: (obj: DescribeNotificationConfigurationsType) => any;
|
|
1530
|
-
}
|
|
1531
1147
|
export interface DescribePoliciesType {
|
|
1532
1148
|
|
|
1533
1149
|
AutoScalingGroupName?: string;
|
|
@@ -1540,10 +1156,6 @@ export interface DescribePoliciesType {
|
|
|
1540
1156
|
|
|
1541
1157
|
MaxRecords?: number;
|
|
1542
1158
|
}
|
|
1543
|
-
export declare namespace DescribePoliciesType {
|
|
1544
|
-
|
|
1545
|
-
const filterSensitiveLog: (obj: DescribePoliciesType) => any;
|
|
1546
|
-
}
|
|
1547
1159
|
export declare enum PredictiveScalingMaxCapacityBreachBehavior {
|
|
1548
1160
|
HonorMaxCapacity = "HonorMaxCapacity",
|
|
1549
1161
|
IncreaseMaxCapacity = "IncreaseMaxCapacity"
|
|
@@ -1555,10 +1167,6 @@ export interface MetricDimension {
|
|
|
1555
1167
|
|
|
1556
1168
|
Value: string | undefined;
|
|
1557
1169
|
}
|
|
1558
|
-
export declare namespace MetricDimension {
|
|
1559
|
-
|
|
1560
|
-
const filterSensitiveLog: (obj: MetricDimension) => any;
|
|
1561
|
-
}
|
|
1562
1170
|
|
|
1563
1171
|
export interface Metric {
|
|
1564
1172
|
|
|
@@ -1568,10 +1176,6 @@ export interface Metric {
|
|
|
1568
1176
|
|
|
1569
1177
|
Dimensions?: MetricDimension[];
|
|
1570
1178
|
}
|
|
1571
|
-
export declare namespace Metric {
|
|
1572
|
-
|
|
1573
|
-
const filterSensitiveLog: (obj: Metric) => any;
|
|
1574
|
-
}
|
|
1575
1179
|
|
|
1576
1180
|
export interface MetricStat {
|
|
1577
1181
|
|
|
@@ -1581,10 +1185,6 @@ export interface MetricStat {
|
|
|
1581
1185
|
|
|
1582
1186
|
Unit?: string;
|
|
1583
1187
|
}
|
|
1584
|
-
export declare namespace MetricStat {
|
|
1585
|
-
|
|
1586
|
-
const filterSensitiveLog: (obj: MetricStat) => any;
|
|
1587
|
-
}
|
|
1588
1188
|
|
|
1589
1189
|
export interface MetricDataQuery {
|
|
1590
1190
|
|
|
@@ -1598,37 +1198,21 @@ export interface MetricDataQuery {
|
|
|
1598
1198
|
|
|
1599
1199
|
ReturnData?: boolean;
|
|
1600
1200
|
}
|
|
1601
|
-
export declare namespace MetricDataQuery {
|
|
1602
|
-
|
|
1603
|
-
const filterSensitiveLog: (obj: MetricDataQuery) => any;
|
|
1604
|
-
}
|
|
1605
1201
|
|
|
1606
1202
|
export interface PredictiveScalingCustomizedCapacityMetric {
|
|
1607
1203
|
|
|
1608
1204
|
MetricDataQueries: MetricDataQuery[] | undefined;
|
|
1609
1205
|
}
|
|
1610
|
-
export declare namespace PredictiveScalingCustomizedCapacityMetric {
|
|
1611
|
-
|
|
1612
|
-
const filterSensitiveLog: (obj: PredictiveScalingCustomizedCapacityMetric) => any;
|
|
1613
|
-
}
|
|
1614
1206
|
|
|
1615
1207
|
export interface PredictiveScalingCustomizedLoadMetric {
|
|
1616
1208
|
|
|
1617
1209
|
MetricDataQueries: MetricDataQuery[] | undefined;
|
|
1618
1210
|
}
|
|
1619
|
-
export declare namespace PredictiveScalingCustomizedLoadMetric {
|
|
1620
|
-
|
|
1621
|
-
const filterSensitiveLog: (obj: PredictiveScalingCustomizedLoadMetric) => any;
|
|
1622
|
-
}
|
|
1623
1211
|
|
|
1624
1212
|
export interface PredictiveScalingCustomizedScalingMetric {
|
|
1625
1213
|
|
|
1626
1214
|
MetricDataQueries: MetricDataQuery[] | undefined;
|
|
1627
1215
|
}
|
|
1628
|
-
export declare namespace PredictiveScalingCustomizedScalingMetric {
|
|
1629
|
-
|
|
1630
|
-
const filterSensitiveLog: (obj: PredictiveScalingCustomizedScalingMetric) => any;
|
|
1631
|
-
}
|
|
1632
1216
|
export declare enum PredefinedLoadMetricType {
|
|
1633
1217
|
ALBTargetGroupRequestCount = "ALBTargetGroupRequestCount",
|
|
1634
1218
|
ASGTotalCPUUtilization = "ASGTotalCPUUtilization",
|
|
@@ -1642,10 +1226,6 @@ export interface PredictiveScalingPredefinedLoadMetric {
|
|
|
1642
1226
|
|
|
1643
1227
|
ResourceLabel?: string;
|
|
1644
1228
|
}
|
|
1645
|
-
export declare namespace PredictiveScalingPredefinedLoadMetric {
|
|
1646
|
-
|
|
1647
|
-
const filterSensitiveLog: (obj: PredictiveScalingPredefinedLoadMetric) => any;
|
|
1648
|
-
}
|
|
1649
1229
|
export declare enum PredefinedMetricPairType {
|
|
1650
1230
|
ALBRequestCount = "ALBRequestCount",
|
|
1651
1231
|
ASGCPUUtilization = "ASGCPUUtilization",
|
|
@@ -1659,10 +1239,6 @@ export interface PredictiveScalingPredefinedMetricPair {
|
|
|
1659
1239
|
|
|
1660
1240
|
ResourceLabel?: string;
|
|
1661
1241
|
}
|
|
1662
|
-
export declare namespace PredictiveScalingPredefinedMetricPair {
|
|
1663
|
-
|
|
1664
|
-
const filterSensitiveLog: (obj: PredictiveScalingPredefinedMetricPair) => any;
|
|
1665
|
-
}
|
|
1666
1242
|
export declare enum PredefinedScalingMetricType {
|
|
1667
1243
|
ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
|
|
1668
1244
|
ASGAverageCPUUtilization = "ASGAverageCPUUtilization",
|
|
@@ -1676,10 +1252,6 @@ export interface PredictiveScalingPredefinedScalingMetric {
|
|
|
1676
1252
|
|
|
1677
1253
|
ResourceLabel?: string;
|
|
1678
1254
|
}
|
|
1679
|
-
export declare namespace PredictiveScalingPredefinedScalingMetric {
|
|
1680
|
-
|
|
1681
|
-
const filterSensitiveLog: (obj: PredictiveScalingPredefinedScalingMetric) => any;
|
|
1682
|
-
}
|
|
1683
1255
|
|
|
1684
1256
|
export interface PredictiveScalingMetricSpecification {
|
|
1685
1257
|
|
|
@@ -1697,10 +1269,6 @@ export interface PredictiveScalingMetricSpecification {
|
|
|
1697
1269
|
|
|
1698
1270
|
CustomizedCapacityMetricSpecification?: PredictiveScalingCustomizedCapacityMetric;
|
|
1699
1271
|
}
|
|
1700
|
-
export declare namespace PredictiveScalingMetricSpecification {
|
|
1701
|
-
|
|
1702
|
-
const filterSensitiveLog: (obj: PredictiveScalingMetricSpecification) => any;
|
|
1703
|
-
}
|
|
1704
1272
|
export declare enum PredictiveScalingMode {
|
|
1705
1273
|
ForecastAndScale = "ForecastAndScale",
|
|
1706
1274
|
ForecastOnly = "ForecastOnly"
|
|
@@ -1718,10 +1286,6 @@ export interface PredictiveScalingConfiguration {
|
|
|
1718
1286
|
|
|
1719
1287
|
MaxCapacityBuffer?: number;
|
|
1720
1288
|
}
|
|
1721
|
-
export declare namespace PredictiveScalingConfiguration {
|
|
1722
|
-
|
|
1723
|
-
const filterSensitiveLog: (obj: PredictiveScalingConfiguration) => any;
|
|
1724
|
-
}
|
|
1725
1289
|
|
|
1726
1290
|
export interface StepAdjustment {
|
|
1727
1291
|
|
|
@@ -1731,10 +1295,6 @@ export interface StepAdjustment {
|
|
|
1731
1295
|
|
|
1732
1296
|
ScalingAdjustment: number | undefined;
|
|
1733
1297
|
}
|
|
1734
|
-
export declare namespace StepAdjustment {
|
|
1735
|
-
|
|
1736
|
-
const filterSensitiveLog: (obj: StepAdjustment) => any;
|
|
1737
|
-
}
|
|
1738
1298
|
export declare enum MetricStatistic {
|
|
1739
1299
|
Average = "Average",
|
|
1740
1300
|
Maximum = "Maximum",
|
|
@@ -1755,10 +1315,6 @@ export interface CustomizedMetricSpecification {
|
|
|
1755
1315
|
|
|
1756
1316
|
Unit?: string;
|
|
1757
1317
|
}
|
|
1758
|
-
export declare namespace CustomizedMetricSpecification {
|
|
1759
|
-
|
|
1760
|
-
const filterSensitiveLog: (obj: CustomizedMetricSpecification) => any;
|
|
1761
|
-
}
|
|
1762
1318
|
export declare enum MetricType {
|
|
1763
1319
|
ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
|
|
1764
1320
|
ASGAverageCPUUtilization = "ASGAverageCPUUtilization",
|
|
@@ -1772,10 +1328,6 @@ export interface PredefinedMetricSpecification {
|
|
|
1772
1328
|
|
|
1773
1329
|
ResourceLabel?: string;
|
|
1774
1330
|
}
|
|
1775
|
-
export declare namespace PredefinedMetricSpecification {
|
|
1776
|
-
|
|
1777
|
-
const filterSensitiveLog: (obj: PredefinedMetricSpecification) => any;
|
|
1778
|
-
}
|
|
1779
1331
|
|
|
1780
1332
|
export interface TargetTrackingConfiguration {
|
|
1781
1333
|
|
|
@@ -1787,10 +1339,6 @@ export interface TargetTrackingConfiguration {
|
|
|
1787
1339
|
|
|
1788
1340
|
DisableScaleIn?: boolean;
|
|
1789
1341
|
}
|
|
1790
|
-
export declare namespace TargetTrackingConfiguration {
|
|
1791
|
-
|
|
1792
|
-
const filterSensitiveLog: (obj: TargetTrackingConfiguration) => any;
|
|
1793
|
-
}
|
|
1794
1342
|
|
|
1795
1343
|
export interface ScalingPolicy {
|
|
1796
1344
|
|
|
@@ -1826,20 +1374,12 @@ export interface ScalingPolicy {
|
|
|
1826
1374
|
|
|
1827
1375
|
PredictiveScalingConfiguration?: PredictiveScalingConfiguration;
|
|
1828
1376
|
}
|
|
1829
|
-
export declare namespace ScalingPolicy {
|
|
1830
|
-
|
|
1831
|
-
const filterSensitiveLog: (obj: ScalingPolicy) => any;
|
|
1832
|
-
}
|
|
1833
1377
|
export interface PoliciesType {
|
|
1834
1378
|
|
|
1835
1379
|
ScalingPolicies?: ScalingPolicy[];
|
|
1836
1380
|
|
|
1837
1381
|
NextToken?: string;
|
|
1838
1382
|
}
|
|
1839
|
-
export declare namespace PoliciesType {
|
|
1840
|
-
|
|
1841
|
-
const filterSensitiveLog: (obj: PoliciesType) => any;
|
|
1842
|
-
}
|
|
1843
1383
|
export interface DescribeScalingActivitiesType {
|
|
1844
1384
|
|
|
1845
1385
|
ActivityIds?: string[];
|
|
@@ -1852,27 +1392,15 @@ export interface DescribeScalingActivitiesType {
|
|
|
1852
1392
|
|
|
1853
1393
|
NextToken?: string;
|
|
1854
1394
|
}
|
|
1855
|
-
export declare namespace DescribeScalingActivitiesType {
|
|
1856
|
-
|
|
1857
|
-
const filterSensitiveLog: (obj: DescribeScalingActivitiesType) => any;
|
|
1858
|
-
}
|
|
1859
1395
|
|
|
1860
1396
|
export interface ProcessType {
|
|
1861
1397
|
|
|
1862
1398
|
ProcessName: string | undefined;
|
|
1863
1399
|
}
|
|
1864
|
-
export declare namespace ProcessType {
|
|
1865
|
-
|
|
1866
|
-
const filterSensitiveLog: (obj: ProcessType) => any;
|
|
1867
|
-
}
|
|
1868
1400
|
export interface ProcessesType {
|
|
1869
1401
|
|
|
1870
1402
|
Processes?: ProcessType[];
|
|
1871
1403
|
}
|
|
1872
|
-
export declare namespace ProcessesType {
|
|
1873
|
-
|
|
1874
|
-
const filterSensitiveLog: (obj: ProcessesType) => any;
|
|
1875
|
-
}
|
|
1876
1404
|
export interface DescribeScheduledActionsType {
|
|
1877
1405
|
|
|
1878
1406
|
AutoScalingGroupName?: string;
|
|
@@ -1887,10 +1415,6 @@ export interface DescribeScheduledActionsType {
|
|
|
1887
1415
|
|
|
1888
1416
|
MaxRecords?: number;
|
|
1889
1417
|
}
|
|
1890
|
-
export declare namespace DescribeScheduledActionsType {
|
|
1891
|
-
|
|
1892
|
-
const filterSensitiveLog: (obj: DescribeScheduledActionsType) => any;
|
|
1893
|
-
}
|
|
1894
1418
|
|
|
1895
1419
|
export interface ScheduledUpdateGroupAction {
|
|
1896
1420
|
|
|
@@ -1916,20 +1440,12 @@ export interface ScheduledUpdateGroupAction {
|
|
|
1916
1440
|
|
|
1917
1441
|
TimeZone?: string;
|
|
1918
1442
|
}
|
|
1919
|
-
export declare namespace ScheduledUpdateGroupAction {
|
|
1920
|
-
|
|
1921
|
-
const filterSensitiveLog: (obj: ScheduledUpdateGroupAction) => any;
|
|
1922
|
-
}
|
|
1923
1443
|
export interface ScheduledActionsType {
|
|
1924
1444
|
|
|
1925
1445
|
ScheduledUpdateGroupActions?: ScheduledUpdateGroupAction[];
|
|
1926
1446
|
|
|
1927
1447
|
NextToken?: string;
|
|
1928
1448
|
}
|
|
1929
|
-
export declare namespace ScheduledActionsType {
|
|
1930
|
-
|
|
1931
|
-
const filterSensitiveLog: (obj: ScheduledActionsType) => any;
|
|
1932
|
-
}
|
|
1933
1449
|
export interface DescribeTagsType {
|
|
1934
1450
|
|
|
1935
1451
|
Filters?: Filter[];
|
|
@@ -1938,28 +1454,16 @@ export interface DescribeTagsType {
|
|
|
1938
1454
|
|
|
1939
1455
|
MaxRecords?: number;
|
|
1940
1456
|
}
|
|
1941
|
-
export declare namespace DescribeTagsType {
|
|
1942
|
-
|
|
1943
|
-
const filterSensitiveLog: (obj: DescribeTagsType) => any;
|
|
1944
|
-
}
|
|
1945
1457
|
export interface TagsType {
|
|
1946
1458
|
|
|
1947
1459
|
Tags?: TagDescription[];
|
|
1948
1460
|
|
|
1949
1461
|
NextToken?: string;
|
|
1950
1462
|
}
|
|
1951
|
-
export declare namespace TagsType {
|
|
1952
|
-
|
|
1953
|
-
const filterSensitiveLog: (obj: TagsType) => any;
|
|
1954
|
-
}
|
|
1955
1463
|
export interface DescribeTerminationPolicyTypesAnswer {
|
|
1956
1464
|
|
|
1957
1465
|
TerminationPolicyTypes?: string[];
|
|
1958
1466
|
}
|
|
1959
|
-
export declare namespace DescribeTerminationPolicyTypesAnswer {
|
|
1960
|
-
|
|
1961
|
-
const filterSensitiveLog: (obj: DescribeTerminationPolicyTypesAnswer) => any;
|
|
1962
|
-
}
|
|
1963
1467
|
export interface DescribeWarmPoolAnswer {
|
|
1964
1468
|
|
|
1965
1469
|
WarmPoolConfiguration?: WarmPoolConfiguration;
|
|
@@ -1968,10 +1472,6 @@ export interface DescribeWarmPoolAnswer {
|
|
|
1968
1472
|
|
|
1969
1473
|
NextToken?: string;
|
|
1970
1474
|
}
|
|
1971
|
-
export declare namespace DescribeWarmPoolAnswer {
|
|
1972
|
-
|
|
1973
|
-
const filterSensitiveLog: (obj: DescribeWarmPoolAnswer) => any;
|
|
1974
|
-
}
|
|
1975
1475
|
export interface DescribeWarmPoolType {
|
|
1976
1476
|
|
|
1977
1477
|
AutoScalingGroupName: string | undefined;
|
|
@@ -1980,18 +1480,10 @@ export interface DescribeWarmPoolType {
|
|
|
1980
1480
|
|
|
1981
1481
|
NextToken?: string;
|
|
1982
1482
|
}
|
|
1983
|
-
export declare namespace DescribeWarmPoolType {
|
|
1984
|
-
|
|
1985
|
-
const filterSensitiveLog: (obj: DescribeWarmPoolType) => any;
|
|
1986
|
-
}
|
|
1987
1483
|
export interface DetachInstancesAnswer {
|
|
1988
1484
|
|
|
1989
1485
|
Activities?: Activity[];
|
|
1990
1486
|
}
|
|
1991
|
-
export declare namespace DetachInstancesAnswer {
|
|
1992
|
-
|
|
1993
|
-
const filterSensitiveLog: (obj: DetachInstancesAnswer) => any;
|
|
1994
|
-
}
|
|
1995
1487
|
export interface DetachInstancesQuery {
|
|
1996
1488
|
|
|
1997
1489
|
InstanceIds?: string[];
|
|
@@ -2000,52 +1492,28 @@ export interface DetachInstancesQuery {
|
|
|
2000
1492
|
|
|
2001
1493
|
ShouldDecrementDesiredCapacity: boolean | undefined;
|
|
2002
1494
|
}
|
|
2003
|
-
export declare namespace DetachInstancesQuery {
|
|
2004
|
-
|
|
2005
|
-
const filterSensitiveLog: (obj: DetachInstancesQuery) => any;
|
|
2006
|
-
}
|
|
2007
1495
|
export interface DetachLoadBalancersResultType {
|
|
2008
1496
|
}
|
|
2009
|
-
export declare namespace DetachLoadBalancersResultType {
|
|
2010
|
-
|
|
2011
|
-
const filterSensitiveLog: (obj: DetachLoadBalancersResultType) => any;
|
|
2012
|
-
}
|
|
2013
1497
|
export interface DetachLoadBalancersType {
|
|
2014
1498
|
|
|
2015
1499
|
AutoScalingGroupName: string | undefined;
|
|
2016
1500
|
|
|
2017
1501
|
LoadBalancerNames: string[] | undefined;
|
|
2018
1502
|
}
|
|
2019
|
-
export declare namespace DetachLoadBalancersType {
|
|
2020
|
-
|
|
2021
|
-
const filterSensitiveLog: (obj: DetachLoadBalancersType) => any;
|
|
2022
|
-
}
|
|
2023
1503
|
export interface DetachLoadBalancerTargetGroupsResultType {
|
|
2024
1504
|
}
|
|
2025
|
-
export declare namespace DetachLoadBalancerTargetGroupsResultType {
|
|
2026
|
-
|
|
2027
|
-
const filterSensitiveLog: (obj: DetachLoadBalancerTargetGroupsResultType) => any;
|
|
2028
|
-
}
|
|
2029
1505
|
export interface DetachLoadBalancerTargetGroupsType {
|
|
2030
1506
|
|
|
2031
1507
|
AutoScalingGroupName: string | undefined;
|
|
2032
1508
|
|
|
2033
1509
|
TargetGroupARNs: string[] | undefined;
|
|
2034
1510
|
}
|
|
2035
|
-
export declare namespace DetachLoadBalancerTargetGroupsType {
|
|
2036
|
-
|
|
2037
|
-
const filterSensitiveLog: (obj: DetachLoadBalancerTargetGroupsType) => any;
|
|
2038
|
-
}
|
|
2039
1511
|
export interface DisableMetricsCollectionQuery {
|
|
2040
1512
|
|
|
2041
1513
|
AutoScalingGroupName: string | undefined;
|
|
2042
1514
|
|
|
2043
1515
|
Metrics?: string[];
|
|
2044
1516
|
}
|
|
2045
|
-
export declare namespace DisableMetricsCollectionQuery {
|
|
2046
|
-
|
|
2047
|
-
const filterSensitiveLog: (obj: DisableMetricsCollectionQuery) => any;
|
|
2048
|
-
}
|
|
2049
1517
|
export interface EnableMetricsCollectionQuery {
|
|
2050
1518
|
|
|
2051
1519
|
AutoScalingGroupName: string | undefined;
|
|
@@ -2054,18 +1522,10 @@ export interface EnableMetricsCollectionQuery {
|
|
|
2054
1522
|
|
|
2055
1523
|
Granularity: string | undefined;
|
|
2056
1524
|
}
|
|
2057
|
-
export declare namespace EnableMetricsCollectionQuery {
|
|
2058
|
-
|
|
2059
|
-
const filterSensitiveLog: (obj: EnableMetricsCollectionQuery) => any;
|
|
2060
|
-
}
|
|
2061
1525
|
export interface EnterStandbyAnswer {
|
|
2062
1526
|
|
|
2063
1527
|
Activities?: Activity[];
|
|
2064
1528
|
}
|
|
2065
|
-
export declare namespace EnterStandbyAnswer {
|
|
2066
|
-
|
|
2067
|
-
const filterSensitiveLog: (obj: EnterStandbyAnswer) => any;
|
|
2068
|
-
}
|
|
2069
1529
|
export interface EnterStandbyQuery {
|
|
2070
1530
|
|
|
2071
1531
|
InstanceIds?: string[];
|
|
@@ -2074,10 +1534,6 @@ export interface EnterStandbyQuery {
|
|
|
2074
1534
|
|
|
2075
1535
|
ShouldDecrementDesiredCapacity: boolean | undefined;
|
|
2076
1536
|
}
|
|
2077
|
-
export declare namespace EnterStandbyQuery {
|
|
2078
|
-
|
|
2079
|
-
const filterSensitiveLog: (obj: EnterStandbyQuery) => any;
|
|
2080
|
-
}
|
|
2081
1537
|
export interface ExecutePolicyType {
|
|
2082
1538
|
|
|
2083
1539
|
AutoScalingGroupName?: string;
|
|
@@ -2090,28 +1546,16 @@ export interface ExecutePolicyType {
|
|
|
2090
1546
|
|
|
2091
1547
|
BreachThreshold?: number;
|
|
2092
1548
|
}
|
|
2093
|
-
export declare namespace ExecutePolicyType {
|
|
2094
|
-
|
|
2095
|
-
const filterSensitiveLog: (obj: ExecutePolicyType) => any;
|
|
2096
|
-
}
|
|
2097
1549
|
export interface ExitStandbyAnswer {
|
|
2098
1550
|
|
|
2099
1551
|
Activities?: Activity[];
|
|
2100
1552
|
}
|
|
2101
|
-
export declare namespace ExitStandbyAnswer {
|
|
2102
|
-
|
|
2103
|
-
const filterSensitiveLog: (obj: ExitStandbyAnswer) => any;
|
|
2104
|
-
}
|
|
2105
1553
|
export interface ExitStandbyQuery {
|
|
2106
1554
|
|
|
2107
1555
|
InstanceIds?: string[];
|
|
2108
1556
|
|
|
2109
1557
|
AutoScalingGroupName: string | undefined;
|
|
2110
1558
|
}
|
|
2111
|
-
export declare namespace ExitStandbyQuery {
|
|
2112
|
-
|
|
2113
|
-
const filterSensitiveLog: (obj: ExitStandbyQuery) => any;
|
|
2114
|
-
}
|
|
2115
1559
|
|
|
2116
1560
|
export interface CapacityForecast {
|
|
2117
1561
|
|
|
@@ -2119,10 +1563,6 @@ export interface CapacityForecast {
|
|
|
2119
1563
|
|
|
2120
1564
|
Values: number[] | undefined;
|
|
2121
1565
|
}
|
|
2122
|
-
export declare namespace CapacityForecast {
|
|
2123
|
-
|
|
2124
|
-
const filterSensitiveLog: (obj: CapacityForecast) => any;
|
|
2125
|
-
}
|
|
2126
1566
|
|
|
2127
1567
|
export interface LoadForecast {
|
|
2128
1568
|
|
|
@@ -2132,10 +1572,6 @@ export interface LoadForecast {
|
|
|
2132
1572
|
|
|
2133
1573
|
MetricSpecification: PredictiveScalingMetricSpecification | undefined;
|
|
2134
1574
|
}
|
|
2135
|
-
export declare namespace LoadForecast {
|
|
2136
|
-
|
|
2137
|
-
const filterSensitiveLog: (obj: LoadForecast) => any;
|
|
2138
|
-
}
|
|
2139
1575
|
export interface GetPredictiveScalingForecastAnswer {
|
|
2140
1576
|
|
|
2141
1577
|
LoadForecast: LoadForecast[] | undefined;
|
|
@@ -2144,10 +1580,6 @@ export interface GetPredictiveScalingForecastAnswer {
|
|
|
2144
1580
|
|
|
2145
1581
|
UpdateTime: Date | undefined;
|
|
2146
1582
|
}
|
|
2147
|
-
export declare namespace GetPredictiveScalingForecastAnswer {
|
|
2148
|
-
|
|
2149
|
-
const filterSensitiveLog: (obj: GetPredictiveScalingForecastAnswer) => any;
|
|
2150
|
-
}
|
|
2151
1583
|
export interface GetPredictiveScalingForecastType {
|
|
2152
1584
|
|
|
2153
1585
|
AutoScalingGroupName: string | undefined;
|
|
@@ -2158,16 +1590,8 @@ export interface GetPredictiveScalingForecastType {
|
|
|
2158
1590
|
|
|
2159
1591
|
EndTime: Date | undefined;
|
|
2160
1592
|
}
|
|
2161
|
-
export declare namespace GetPredictiveScalingForecastType {
|
|
2162
|
-
|
|
2163
|
-
const filterSensitiveLog: (obj: GetPredictiveScalingForecastType) => any;
|
|
2164
|
-
}
|
|
2165
1593
|
export interface PutLifecycleHookAnswer {
|
|
2166
1594
|
}
|
|
2167
|
-
export declare namespace PutLifecycleHookAnswer {
|
|
2168
|
-
|
|
2169
|
-
const filterSensitiveLog: (obj: PutLifecycleHookAnswer) => any;
|
|
2170
|
-
}
|
|
2171
1595
|
export interface PutLifecycleHookType {
|
|
2172
1596
|
|
|
2173
1597
|
LifecycleHookName: string | undefined;
|
|
@@ -2186,10 +1610,6 @@ export interface PutLifecycleHookType {
|
|
|
2186
1610
|
|
|
2187
1611
|
DefaultResult?: string;
|
|
2188
1612
|
}
|
|
2189
|
-
export declare namespace PutLifecycleHookType {
|
|
2190
|
-
|
|
2191
|
-
const filterSensitiveLog: (obj: PutLifecycleHookType) => any;
|
|
2192
|
-
}
|
|
2193
1613
|
export interface PutNotificationConfigurationType {
|
|
2194
1614
|
|
|
2195
1615
|
AutoScalingGroupName: string | undefined;
|
|
@@ -2198,10 +1618,6 @@ export interface PutNotificationConfigurationType {
|
|
|
2198
1618
|
|
|
2199
1619
|
NotificationTypes: string[] | undefined;
|
|
2200
1620
|
}
|
|
2201
|
-
export declare namespace PutNotificationConfigurationType {
|
|
2202
|
-
|
|
2203
|
-
const filterSensitiveLog: (obj: PutNotificationConfigurationType) => any;
|
|
2204
|
-
}
|
|
2205
1621
|
|
|
2206
1622
|
export interface PolicyARNType {
|
|
2207
1623
|
|
|
@@ -2209,10 +1625,6 @@ export interface PolicyARNType {
|
|
|
2209
1625
|
|
|
2210
1626
|
Alarms?: Alarm[];
|
|
2211
1627
|
}
|
|
2212
|
-
export declare namespace PolicyARNType {
|
|
2213
|
-
|
|
2214
|
-
const filterSensitiveLog: (obj: PolicyARNType) => any;
|
|
2215
|
-
}
|
|
2216
1628
|
export interface PutScalingPolicyType {
|
|
2217
1629
|
|
|
2218
1630
|
AutoScalingGroupName: string | undefined;
|
|
@@ -2243,10 +1655,6 @@ export interface PutScalingPolicyType {
|
|
|
2243
1655
|
|
|
2244
1656
|
PredictiveScalingConfiguration?: PredictiveScalingConfiguration;
|
|
2245
1657
|
}
|
|
2246
|
-
export declare namespace PutScalingPolicyType {
|
|
2247
|
-
|
|
2248
|
-
const filterSensitiveLog: (obj: PutScalingPolicyType) => any;
|
|
2249
|
-
}
|
|
2250
1658
|
export interface PutScheduledUpdateGroupActionType {
|
|
2251
1659
|
|
|
2252
1660
|
AutoScalingGroupName: string | undefined;
|
|
@@ -2269,16 +1677,8 @@ export interface PutScheduledUpdateGroupActionType {
|
|
|
2269
1677
|
|
|
2270
1678
|
TimeZone?: string;
|
|
2271
1679
|
}
|
|
2272
|
-
export declare namespace PutScheduledUpdateGroupActionType {
|
|
2273
|
-
|
|
2274
|
-
const filterSensitiveLog: (obj: PutScheduledUpdateGroupActionType) => any;
|
|
2275
|
-
}
|
|
2276
1680
|
export interface PutWarmPoolAnswer {
|
|
2277
1681
|
}
|
|
2278
|
-
export declare namespace PutWarmPoolAnswer {
|
|
2279
|
-
|
|
2280
|
-
const filterSensitiveLog: (obj: PutWarmPoolAnswer) => any;
|
|
2281
|
-
}
|
|
2282
1682
|
export interface PutWarmPoolType {
|
|
2283
1683
|
|
|
2284
1684
|
AutoScalingGroupName: string | undefined;
|
|
@@ -2291,16 +1691,8 @@ export interface PutWarmPoolType {
|
|
|
2291
1691
|
|
|
2292
1692
|
InstanceReusePolicy?: InstanceReusePolicy;
|
|
2293
1693
|
}
|
|
2294
|
-
export declare namespace PutWarmPoolType {
|
|
2295
|
-
|
|
2296
|
-
const filterSensitiveLog: (obj: PutWarmPoolType) => any;
|
|
2297
|
-
}
|
|
2298
1694
|
export interface RecordLifecycleActionHeartbeatAnswer {
|
|
2299
1695
|
}
|
|
2300
|
-
export declare namespace RecordLifecycleActionHeartbeatAnswer {
|
|
2301
|
-
|
|
2302
|
-
const filterSensitiveLog: (obj: RecordLifecycleActionHeartbeatAnswer) => any;
|
|
2303
|
-
}
|
|
2304
1696
|
export interface RecordLifecycleActionHeartbeatType {
|
|
2305
1697
|
|
|
2306
1698
|
LifecycleHookName: string | undefined;
|
|
@@ -2311,20 +1703,12 @@ export interface RecordLifecycleActionHeartbeatType {
|
|
|
2311
1703
|
|
|
2312
1704
|
InstanceId?: string;
|
|
2313
1705
|
}
|
|
2314
|
-
export declare namespace RecordLifecycleActionHeartbeatType {
|
|
2315
|
-
|
|
2316
|
-
const filterSensitiveLog: (obj: RecordLifecycleActionHeartbeatType) => any;
|
|
2317
|
-
}
|
|
2318
1706
|
export interface ScalingProcessQuery {
|
|
2319
1707
|
|
|
2320
1708
|
AutoScalingGroupName: string | undefined;
|
|
2321
1709
|
|
|
2322
1710
|
ScalingProcesses?: string[];
|
|
2323
1711
|
}
|
|
2324
|
-
export declare namespace ScalingProcessQuery {
|
|
2325
|
-
|
|
2326
|
-
const filterSensitiveLog: (obj: ScalingProcessQuery) => any;
|
|
2327
|
-
}
|
|
2328
1712
|
export interface SetDesiredCapacityType {
|
|
2329
1713
|
|
|
2330
1714
|
AutoScalingGroupName: string | undefined;
|
|
@@ -2333,10 +1717,6 @@ export interface SetDesiredCapacityType {
|
|
|
2333
1717
|
|
|
2334
1718
|
HonorCooldown?: boolean;
|
|
2335
1719
|
}
|
|
2336
|
-
export declare namespace SetDesiredCapacityType {
|
|
2337
|
-
|
|
2338
|
-
const filterSensitiveLog: (obj: SetDesiredCapacityType) => any;
|
|
2339
|
-
}
|
|
2340
1720
|
export interface SetInstanceHealthQuery {
|
|
2341
1721
|
|
|
2342
1722
|
InstanceId: string | undefined;
|
|
@@ -2345,16 +1725,8 @@ export interface SetInstanceHealthQuery {
|
|
|
2345
1725
|
|
|
2346
1726
|
ShouldRespectGracePeriod?: boolean;
|
|
2347
1727
|
}
|
|
2348
|
-
export declare namespace SetInstanceHealthQuery {
|
|
2349
|
-
|
|
2350
|
-
const filterSensitiveLog: (obj: SetInstanceHealthQuery) => any;
|
|
2351
|
-
}
|
|
2352
1728
|
export interface SetInstanceProtectionAnswer {
|
|
2353
1729
|
}
|
|
2354
|
-
export declare namespace SetInstanceProtectionAnswer {
|
|
2355
|
-
|
|
2356
|
-
const filterSensitiveLog: (obj: SetInstanceProtectionAnswer) => any;
|
|
2357
|
-
}
|
|
2358
1730
|
export interface SetInstanceProtectionQuery {
|
|
2359
1731
|
|
|
2360
1732
|
InstanceIds: string[] | undefined;
|
|
@@ -2363,10 +1735,6 @@ export interface SetInstanceProtectionQuery {
|
|
|
2363
1735
|
|
|
2364
1736
|
ProtectedFromScaleIn: boolean | undefined;
|
|
2365
1737
|
}
|
|
2366
|
-
export declare namespace SetInstanceProtectionQuery {
|
|
2367
|
-
|
|
2368
|
-
const filterSensitiveLog: (obj: SetInstanceProtectionQuery) => any;
|
|
2369
|
-
}
|
|
2370
1738
|
|
|
2371
1739
|
export declare class InstanceRefreshInProgressFault extends __BaseException {
|
|
2372
1740
|
readonly name: "InstanceRefreshInProgressFault";
|
|
@@ -2378,10 +1746,6 @@ export interface StartInstanceRefreshAnswer {
|
|
|
2378
1746
|
|
|
2379
1747
|
InstanceRefreshId?: string;
|
|
2380
1748
|
}
|
|
2381
|
-
export declare namespace StartInstanceRefreshAnswer {
|
|
2382
|
-
|
|
2383
|
-
const filterSensitiveLog: (obj: StartInstanceRefreshAnswer) => any;
|
|
2384
|
-
}
|
|
2385
1749
|
export declare enum RefreshStrategy {
|
|
2386
1750
|
Rolling = "Rolling"
|
|
2387
1751
|
}
|
|
@@ -2395,20 +1759,12 @@ export interface StartInstanceRefreshType {
|
|
|
2395
1759
|
|
|
2396
1760
|
Preferences?: RefreshPreferences;
|
|
2397
1761
|
}
|
|
2398
|
-
export declare namespace StartInstanceRefreshType {
|
|
2399
|
-
|
|
2400
|
-
const filterSensitiveLog: (obj: StartInstanceRefreshType) => any;
|
|
2401
|
-
}
|
|
2402
1762
|
export interface TerminateInstanceInAutoScalingGroupType {
|
|
2403
1763
|
|
|
2404
1764
|
InstanceId: string | undefined;
|
|
2405
1765
|
|
|
2406
1766
|
ShouldDecrementDesiredCapacity: boolean | undefined;
|
|
2407
1767
|
}
|
|
2408
|
-
export declare namespace TerminateInstanceInAutoScalingGroupType {
|
|
2409
|
-
|
|
2410
|
-
const filterSensitiveLog: (obj: TerminateInstanceInAutoScalingGroupType) => any;
|
|
2411
|
-
}
|
|
2412
1768
|
export interface UpdateAutoScalingGroupType {
|
|
2413
1769
|
|
|
2414
1770
|
AutoScalingGroupName: string | undefined;
|
|
@@ -2453,7 +1809,327 @@ export interface UpdateAutoScalingGroupType {
|
|
|
2453
1809
|
|
|
2454
1810
|
DefaultInstanceWarmup?: number;
|
|
2455
1811
|
}
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
1812
|
+
|
|
1813
|
+
export declare const AcceleratorCountRequestFilterSensitiveLog: (obj: AcceleratorCountRequest) => any;
|
|
1814
|
+
|
|
1815
|
+
export declare const AcceleratorTotalMemoryMiBRequestFilterSensitiveLog: (obj: AcceleratorTotalMemoryMiBRequest) => any;
|
|
1816
|
+
|
|
1817
|
+
export declare const ActivityFilterSensitiveLog: (obj: Activity) => any;
|
|
1818
|
+
|
|
1819
|
+
export declare const ActivitiesTypeFilterSensitiveLog: (obj: ActivitiesType) => any;
|
|
1820
|
+
|
|
1821
|
+
export declare const ActivityTypeFilterSensitiveLog: (obj: ActivityType) => any;
|
|
1822
|
+
|
|
1823
|
+
export declare const AdjustmentTypeFilterSensitiveLog: (obj: AdjustmentType) => any;
|
|
1824
|
+
|
|
1825
|
+
export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
|
|
1826
|
+
|
|
1827
|
+
export declare const AttachInstancesQueryFilterSensitiveLog: (obj: AttachInstancesQuery) => any;
|
|
1828
|
+
|
|
1829
|
+
export declare const AttachLoadBalancersResultTypeFilterSensitiveLog: (obj: AttachLoadBalancersResultType) => any;
|
|
1830
|
+
|
|
1831
|
+
export declare const AttachLoadBalancersTypeFilterSensitiveLog: (obj: AttachLoadBalancersType) => any;
|
|
1832
|
+
|
|
1833
|
+
export declare const AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog: (obj: AttachLoadBalancerTargetGroupsResultType) => any;
|
|
1834
|
+
|
|
1835
|
+
export declare const AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog: (obj: AttachLoadBalancerTargetGroupsType) => any;
|
|
1836
|
+
|
|
1837
|
+
export declare const FailedScheduledUpdateGroupActionRequestFilterSensitiveLog: (obj: FailedScheduledUpdateGroupActionRequest) => any;
|
|
1838
|
+
|
|
1839
|
+
export declare const BatchDeleteScheduledActionAnswerFilterSensitiveLog: (obj: BatchDeleteScheduledActionAnswer) => any;
|
|
1840
|
+
|
|
1841
|
+
export declare const BatchDeleteScheduledActionTypeFilterSensitiveLog: (obj: BatchDeleteScheduledActionType) => any;
|
|
1842
|
+
|
|
1843
|
+
export declare const BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog: (obj: BatchPutScheduledUpdateGroupActionAnswer) => any;
|
|
1844
|
+
|
|
1845
|
+
export declare const ScheduledUpdateGroupActionRequestFilterSensitiveLog: (obj: ScheduledUpdateGroupActionRequest) => any;
|
|
1846
|
+
|
|
1847
|
+
export declare const BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog: (obj: BatchPutScheduledUpdateGroupActionType) => any;
|
|
1848
|
+
|
|
1849
|
+
export declare const CancelInstanceRefreshAnswerFilterSensitiveLog: (obj: CancelInstanceRefreshAnswer) => any;
|
|
1850
|
+
|
|
1851
|
+
export declare const CancelInstanceRefreshTypeFilterSensitiveLog: (obj: CancelInstanceRefreshType) => any;
|
|
1852
|
+
|
|
1853
|
+
export declare const CompleteLifecycleActionAnswerFilterSensitiveLog: (obj: CompleteLifecycleActionAnswer) => any;
|
|
1854
|
+
|
|
1855
|
+
export declare const CompleteLifecycleActionTypeFilterSensitiveLog: (obj: CompleteLifecycleActionType) => any;
|
|
1856
|
+
|
|
1857
|
+
export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
|
|
1858
|
+
|
|
1859
|
+
export declare const LifecycleHookSpecificationFilterSensitiveLog: (obj: LifecycleHookSpecification) => any;
|
|
1860
|
+
|
|
1861
|
+
export declare const InstancesDistributionFilterSensitiveLog: (obj: InstancesDistribution) => any;
|
|
1862
|
+
|
|
1863
|
+
export declare const BaselineEbsBandwidthMbpsRequestFilterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
|
|
1864
|
+
|
|
1865
|
+
export declare const MemoryGiBPerVCpuRequestFilterSensitiveLog: (obj: MemoryGiBPerVCpuRequest) => any;
|
|
1866
|
+
|
|
1867
|
+
export declare const MemoryMiBRequestFilterSensitiveLog: (obj: MemoryMiBRequest) => any;
|
|
1868
|
+
|
|
1869
|
+
export declare const NetworkInterfaceCountRequestFilterSensitiveLog: (obj: NetworkInterfaceCountRequest) => any;
|
|
1870
|
+
|
|
1871
|
+
export declare const TotalLocalStorageGBRequestFilterSensitiveLog: (obj: TotalLocalStorageGBRequest) => any;
|
|
1872
|
+
|
|
1873
|
+
export declare const VCpuCountRequestFilterSensitiveLog: (obj: VCpuCountRequest) => any;
|
|
1874
|
+
|
|
1875
|
+
export declare const InstanceRequirementsFilterSensitiveLog: (obj: InstanceRequirements) => any;
|
|
1876
|
+
|
|
1877
|
+
export declare const LaunchTemplateOverridesFilterSensitiveLog: (obj: LaunchTemplateOverrides) => any;
|
|
1878
|
+
|
|
1879
|
+
export declare const LaunchTemplateFilterSensitiveLog: (obj: LaunchTemplate) => any;
|
|
1880
|
+
|
|
1881
|
+
export declare const MixedInstancesPolicyFilterSensitiveLog: (obj: MixedInstancesPolicy) => any;
|
|
1882
|
+
|
|
1883
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1884
|
+
|
|
1885
|
+
export declare const CreateAutoScalingGroupTypeFilterSensitiveLog: (obj: CreateAutoScalingGroupType) => any;
|
|
1886
|
+
|
|
1887
|
+
export declare const EbsFilterSensitiveLog: (obj: Ebs) => any;
|
|
1888
|
+
|
|
1889
|
+
export declare const BlockDeviceMappingFilterSensitiveLog: (obj: BlockDeviceMapping) => any;
|
|
1890
|
+
|
|
1891
|
+
export declare const InstanceMonitoringFilterSensitiveLog: (obj: InstanceMonitoring) => any;
|
|
1892
|
+
|
|
1893
|
+
export declare const InstanceMetadataOptionsFilterSensitiveLog: (obj: InstanceMetadataOptions) => any;
|
|
1894
|
+
|
|
1895
|
+
export declare const CreateLaunchConfigurationTypeFilterSensitiveLog: (obj: CreateLaunchConfigurationType) => any;
|
|
1896
|
+
|
|
1897
|
+
export declare const CreateOrUpdateTagsTypeFilterSensitiveLog: (obj: CreateOrUpdateTagsType) => any;
|
|
1898
|
+
|
|
1899
|
+
export declare const DeleteAutoScalingGroupTypeFilterSensitiveLog: (obj: DeleteAutoScalingGroupType) => any;
|
|
1900
|
+
|
|
1901
|
+
export declare const LaunchConfigurationNameTypeFilterSensitiveLog: (obj: LaunchConfigurationNameType) => any;
|
|
1902
|
+
|
|
1903
|
+
export declare const DeleteLifecycleHookAnswerFilterSensitiveLog: (obj: DeleteLifecycleHookAnswer) => any;
|
|
1904
|
+
|
|
1905
|
+
export declare const DeleteLifecycleHookTypeFilterSensitiveLog: (obj: DeleteLifecycleHookType) => any;
|
|
1906
|
+
|
|
1907
|
+
export declare const DeleteNotificationConfigurationTypeFilterSensitiveLog: (obj: DeleteNotificationConfigurationType) => any;
|
|
1908
|
+
|
|
1909
|
+
export declare const DeletePolicyTypeFilterSensitiveLog: (obj: DeletePolicyType) => any;
|
|
1910
|
+
|
|
1911
|
+
export declare const DeleteScheduledActionTypeFilterSensitiveLog: (obj: DeleteScheduledActionType) => any;
|
|
1912
|
+
|
|
1913
|
+
export declare const DeleteTagsTypeFilterSensitiveLog: (obj: DeleteTagsType) => any;
|
|
1914
|
+
|
|
1915
|
+
export declare const DeleteWarmPoolAnswerFilterSensitiveLog: (obj: DeleteWarmPoolAnswer) => any;
|
|
1916
|
+
|
|
1917
|
+
export declare const DeleteWarmPoolTypeFilterSensitiveLog: (obj: DeleteWarmPoolType) => any;
|
|
1918
|
+
|
|
1919
|
+
export declare const DescribeAccountLimitsAnswerFilterSensitiveLog: (obj: DescribeAccountLimitsAnswer) => any;
|
|
1920
|
+
|
|
1921
|
+
export declare const DescribeAdjustmentTypesAnswerFilterSensitiveLog: (obj: DescribeAdjustmentTypesAnswer) => any;
|
|
1922
|
+
|
|
1923
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1924
|
+
|
|
1925
|
+
export declare const AutoScalingGroupNamesTypeFilterSensitiveLog: (obj: AutoScalingGroupNamesType) => any;
|
|
1926
|
+
|
|
1927
|
+
export declare const EnabledMetricFilterSensitiveLog: (obj: EnabledMetric) => any;
|
|
1928
|
+
|
|
1929
|
+
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
1930
|
+
|
|
1931
|
+
export declare const SuspendedProcessFilterSensitiveLog: (obj: SuspendedProcess) => any;
|
|
1932
|
+
|
|
1933
|
+
export declare const TagDescriptionFilterSensitiveLog: (obj: TagDescription) => any;
|
|
1934
|
+
|
|
1935
|
+
export declare const InstanceReusePolicyFilterSensitiveLog: (obj: InstanceReusePolicy) => any;
|
|
1936
|
+
|
|
1937
|
+
export declare const WarmPoolConfigurationFilterSensitiveLog: (obj: WarmPoolConfiguration) => any;
|
|
1938
|
+
|
|
1939
|
+
export declare const AutoScalingGroupFilterSensitiveLog: (obj: AutoScalingGroup) => any;
|
|
1940
|
+
|
|
1941
|
+
export declare const AutoScalingGroupsTypeFilterSensitiveLog: (obj: AutoScalingGroupsType) => any;
|
|
1942
|
+
|
|
1943
|
+
export declare const AutoScalingInstanceDetailsFilterSensitiveLog: (obj: AutoScalingInstanceDetails) => any;
|
|
1944
|
+
|
|
1945
|
+
export declare const AutoScalingInstancesTypeFilterSensitiveLog: (obj: AutoScalingInstancesType) => any;
|
|
1946
|
+
|
|
1947
|
+
export declare const DescribeAutoScalingInstancesTypeFilterSensitiveLog: (obj: DescribeAutoScalingInstancesType) => any;
|
|
1948
|
+
|
|
1949
|
+
export declare const DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog: (obj: DescribeAutoScalingNotificationTypesAnswer) => any;
|
|
1950
|
+
|
|
1951
|
+
export declare const DesiredConfigurationFilterSensitiveLog: (obj: DesiredConfiguration) => any;
|
|
1952
|
+
|
|
1953
|
+
export declare const RefreshPreferencesFilterSensitiveLog: (obj: RefreshPreferences) => any;
|
|
1954
|
+
|
|
1955
|
+
export declare const InstanceRefreshLivePoolProgressFilterSensitiveLog: (obj: InstanceRefreshLivePoolProgress) => any;
|
|
1956
|
+
|
|
1957
|
+
export declare const InstanceRefreshWarmPoolProgressFilterSensitiveLog: (obj: InstanceRefreshWarmPoolProgress) => any;
|
|
1958
|
+
|
|
1959
|
+
export declare const InstanceRefreshProgressDetailsFilterSensitiveLog: (obj: InstanceRefreshProgressDetails) => any;
|
|
1960
|
+
|
|
1961
|
+
export declare const InstanceRefreshFilterSensitiveLog: (obj: InstanceRefresh) => any;
|
|
1962
|
+
|
|
1963
|
+
export declare const DescribeInstanceRefreshesAnswerFilterSensitiveLog: (obj: DescribeInstanceRefreshesAnswer) => any;
|
|
1964
|
+
|
|
1965
|
+
export declare const DescribeInstanceRefreshesTypeFilterSensitiveLog: (obj: DescribeInstanceRefreshesType) => any;
|
|
1966
|
+
|
|
1967
|
+
export declare const LaunchConfigurationNamesTypeFilterSensitiveLog: (obj: LaunchConfigurationNamesType) => any;
|
|
1968
|
+
|
|
1969
|
+
export declare const LaunchConfigurationFilterSensitiveLog: (obj: LaunchConfiguration) => any;
|
|
1970
|
+
|
|
1971
|
+
export declare const LaunchConfigurationsTypeFilterSensitiveLog: (obj: LaunchConfigurationsType) => any;
|
|
1972
|
+
|
|
1973
|
+
export declare const LifecycleHookFilterSensitiveLog: (obj: LifecycleHook) => any;
|
|
1974
|
+
|
|
1975
|
+
export declare const DescribeLifecycleHooksAnswerFilterSensitiveLog: (obj: DescribeLifecycleHooksAnswer) => any;
|
|
1976
|
+
|
|
1977
|
+
export declare const DescribeLifecycleHooksTypeFilterSensitiveLog: (obj: DescribeLifecycleHooksType) => any;
|
|
1978
|
+
|
|
1979
|
+
export declare const DescribeLifecycleHookTypesAnswerFilterSensitiveLog: (obj: DescribeLifecycleHookTypesAnswer) => any;
|
|
1980
|
+
|
|
1981
|
+
export declare const DescribeLoadBalancersRequestFilterSensitiveLog: (obj: DescribeLoadBalancersRequest) => any;
|
|
1982
|
+
|
|
1983
|
+
export declare const LoadBalancerStateFilterSensitiveLog: (obj: LoadBalancerState) => any;
|
|
1984
|
+
|
|
1985
|
+
export declare const DescribeLoadBalancersResponseFilterSensitiveLog: (obj: DescribeLoadBalancersResponse) => any;
|
|
1986
|
+
|
|
1987
|
+
export declare const DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog: (obj: DescribeLoadBalancerTargetGroupsRequest) => any;
|
|
1988
|
+
|
|
1989
|
+
export declare const LoadBalancerTargetGroupStateFilterSensitiveLog: (obj: LoadBalancerTargetGroupState) => any;
|
|
1990
|
+
|
|
1991
|
+
export declare const DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog: (obj: DescribeLoadBalancerTargetGroupsResponse) => any;
|
|
1992
|
+
|
|
1993
|
+
export declare const MetricGranularityTypeFilterSensitiveLog: (obj: MetricGranularityType) => any;
|
|
1994
|
+
|
|
1995
|
+
export declare const MetricCollectionTypeFilterSensitiveLog: (obj: MetricCollectionType) => any;
|
|
1996
|
+
|
|
1997
|
+
export declare const DescribeMetricCollectionTypesAnswerFilterSensitiveLog: (obj: DescribeMetricCollectionTypesAnswer) => any;
|
|
1998
|
+
|
|
1999
|
+
export declare const NotificationConfigurationFilterSensitiveLog: (obj: NotificationConfiguration) => any;
|
|
2000
|
+
|
|
2001
|
+
export declare const DescribeNotificationConfigurationsAnswerFilterSensitiveLog: (obj: DescribeNotificationConfigurationsAnswer) => any;
|
|
2002
|
+
|
|
2003
|
+
export declare const DescribeNotificationConfigurationsTypeFilterSensitiveLog: (obj: DescribeNotificationConfigurationsType) => any;
|
|
2004
|
+
|
|
2005
|
+
export declare const DescribePoliciesTypeFilterSensitiveLog: (obj: DescribePoliciesType) => any;
|
|
2006
|
+
|
|
2007
|
+
export declare const MetricDimensionFilterSensitiveLog: (obj: MetricDimension) => any;
|
|
2008
|
+
|
|
2009
|
+
export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
|
|
2010
|
+
|
|
2011
|
+
export declare const MetricStatFilterSensitiveLog: (obj: MetricStat) => any;
|
|
2012
|
+
|
|
2013
|
+
export declare const MetricDataQueryFilterSensitiveLog: (obj: MetricDataQuery) => any;
|
|
2014
|
+
|
|
2015
|
+
export declare const PredictiveScalingCustomizedCapacityMetricFilterSensitiveLog: (obj: PredictiveScalingCustomizedCapacityMetric) => any;
|
|
2016
|
+
|
|
2017
|
+
export declare const PredictiveScalingCustomizedLoadMetricFilterSensitiveLog: (obj: PredictiveScalingCustomizedLoadMetric) => any;
|
|
2018
|
+
|
|
2019
|
+
export declare const PredictiveScalingCustomizedScalingMetricFilterSensitiveLog: (obj: PredictiveScalingCustomizedScalingMetric) => any;
|
|
2020
|
+
|
|
2021
|
+
export declare const PredictiveScalingPredefinedLoadMetricFilterSensitiveLog: (obj: PredictiveScalingPredefinedLoadMetric) => any;
|
|
2022
|
+
|
|
2023
|
+
export declare const PredictiveScalingPredefinedMetricPairFilterSensitiveLog: (obj: PredictiveScalingPredefinedMetricPair) => any;
|
|
2024
|
+
|
|
2025
|
+
export declare const PredictiveScalingPredefinedScalingMetricFilterSensitiveLog: (obj: PredictiveScalingPredefinedScalingMetric) => any;
|
|
2026
|
+
|
|
2027
|
+
export declare const PredictiveScalingMetricSpecificationFilterSensitiveLog: (obj: PredictiveScalingMetricSpecification) => any;
|
|
2028
|
+
|
|
2029
|
+
export declare const PredictiveScalingConfigurationFilterSensitiveLog: (obj: PredictiveScalingConfiguration) => any;
|
|
2030
|
+
|
|
2031
|
+
export declare const StepAdjustmentFilterSensitiveLog: (obj: StepAdjustment) => any;
|
|
2032
|
+
|
|
2033
|
+
export declare const CustomizedMetricSpecificationFilterSensitiveLog: (obj: CustomizedMetricSpecification) => any;
|
|
2034
|
+
|
|
2035
|
+
export declare const PredefinedMetricSpecificationFilterSensitiveLog: (obj: PredefinedMetricSpecification) => any;
|
|
2036
|
+
|
|
2037
|
+
export declare const TargetTrackingConfigurationFilterSensitiveLog: (obj: TargetTrackingConfiguration) => any;
|
|
2038
|
+
|
|
2039
|
+
export declare const ScalingPolicyFilterSensitiveLog: (obj: ScalingPolicy) => any;
|
|
2040
|
+
|
|
2041
|
+
export declare const PoliciesTypeFilterSensitiveLog: (obj: PoliciesType) => any;
|
|
2042
|
+
|
|
2043
|
+
export declare const DescribeScalingActivitiesTypeFilterSensitiveLog: (obj: DescribeScalingActivitiesType) => any;
|
|
2044
|
+
|
|
2045
|
+
export declare const ProcessTypeFilterSensitiveLog: (obj: ProcessType) => any;
|
|
2046
|
+
|
|
2047
|
+
export declare const ProcessesTypeFilterSensitiveLog: (obj: ProcessesType) => any;
|
|
2048
|
+
|
|
2049
|
+
export declare const DescribeScheduledActionsTypeFilterSensitiveLog: (obj: DescribeScheduledActionsType) => any;
|
|
2050
|
+
|
|
2051
|
+
export declare const ScheduledUpdateGroupActionFilterSensitiveLog: (obj: ScheduledUpdateGroupAction) => any;
|
|
2052
|
+
|
|
2053
|
+
export declare const ScheduledActionsTypeFilterSensitiveLog: (obj: ScheduledActionsType) => any;
|
|
2054
|
+
|
|
2055
|
+
export declare const DescribeTagsTypeFilterSensitiveLog: (obj: DescribeTagsType) => any;
|
|
2056
|
+
|
|
2057
|
+
export declare const TagsTypeFilterSensitiveLog: (obj: TagsType) => any;
|
|
2058
|
+
|
|
2059
|
+
export declare const DescribeTerminationPolicyTypesAnswerFilterSensitiveLog: (obj: DescribeTerminationPolicyTypesAnswer) => any;
|
|
2060
|
+
|
|
2061
|
+
export declare const DescribeWarmPoolAnswerFilterSensitiveLog: (obj: DescribeWarmPoolAnswer) => any;
|
|
2062
|
+
|
|
2063
|
+
export declare const DescribeWarmPoolTypeFilterSensitiveLog: (obj: DescribeWarmPoolType) => any;
|
|
2064
|
+
|
|
2065
|
+
export declare const DetachInstancesAnswerFilterSensitiveLog: (obj: DetachInstancesAnswer) => any;
|
|
2066
|
+
|
|
2067
|
+
export declare const DetachInstancesQueryFilterSensitiveLog: (obj: DetachInstancesQuery) => any;
|
|
2068
|
+
|
|
2069
|
+
export declare const DetachLoadBalancersResultTypeFilterSensitiveLog: (obj: DetachLoadBalancersResultType) => any;
|
|
2070
|
+
|
|
2071
|
+
export declare const DetachLoadBalancersTypeFilterSensitiveLog: (obj: DetachLoadBalancersType) => any;
|
|
2072
|
+
|
|
2073
|
+
export declare const DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog: (obj: DetachLoadBalancerTargetGroupsResultType) => any;
|
|
2074
|
+
|
|
2075
|
+
export declare const DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog: (obj: DetachLoadBalancerTargetGroupsType) => any;
|
|
2076
|
+
|
|
2077
|
+
export declare const DisableMetricsCollectionQueryFilterSensitiveLog: (obj: DisableMetricsCollectionQuery) => any;
|
|
2078
|
+
|
|
2079
|
+
export declare const EnableMetricsCollectionQueryFilterSensitiveLog: (obj: EnableMetricsCollectionQuery) => any;
|
|
2080
|
+
|
|
2081
|
+
export declare const EnterStandbyAnswerFilterSensitiveLog: (obj: EnterStandbyAnswer) => any;
|
|
2082
|
+
|
|
2083
|
+
export declare const EnterStandbyQueryFilterSensitiveLog: (obj: EnterStandbyQuery) => any;
|
|
2084
|
+
|
|
2085
|
+
export declare const ExecutePolicyTypeFilterSensitiveLog: (obj: ExecutePolicyType) => any;
|
|
2086
|
+
|
|
2087
|
+
export declare const ExitStandbyAnswerFilterSensitiveLog: (obj: ExitStandbyAnswer) => any;
|
|
2088
|
+
|
|
2089
|
+
export declare const ExitStandbyQueryFilterSensitiveLog: (obj: ExitStandbyQuery) => any;
|
|
2090
|
+
|
|
2091
|
+
export declare const CapacityForecastFilterSensitiveLog: (obj: CapacityForecast) => any;
|
|
2092
|
+
|
|
2093
|
+
export declare const LoadForecastFilterSensitiveLog: (obj: LoadForecast) => any;
|
|
2094
|
+
|
|
2095
|
+
export declare const GetPredictiveScalingForecastAnswerFilterSensitiveLog: (obj: GetPredictiveScalingForecastAnswer) => any;
|
|
2096
|
+
|
|
2097
|
+
export declare const GetPredictiveScalingForecastTypeFilterSensitiveLog: (obj: GetPredictiveScalingForecastType) => any;
|
|
2098
|
+
|
|
2099
|
+
export declare const PutLifecycleHookAnswerFilterSensitiveLog: (obj: PutLifecycleHookAnswer) => any;
|
|
2100
|
+
|
|
2101
|
+
export declare const PutLifecycleHookTypeFilterSensitiveLog: (obj: PutLifecycleHookType) => any;
|
|
2102
|
+
|
|
2103
|
+
export declare const PutNotificationConfigurationTypeFilterSensitiveLog: (obj: PutNotificationConfigurationType) => any;
|
|
2104
|
+
|
|
2105
|
+
export declare const PolicyARNTypeFilterSensitiveLog: (obj: PolicyARNType) => any;
|
|
2106
|
+
|
|
2107
|
+
export declare const PutScalingPolicyTypeFilterSensitiveLog: (obj: PutScalingPolicyType) => any;
|
|
2108
|
+
|
|
2109
|
+
export declare const PutScheduledUpdateGroupActionTypeFilterSensitiveLog: (obj: PutScheduledUpdateGroupActionType) => any;
|
|
2110
|
+
|
|
2111
|
+
export declare const PutWarmPoolAnswerFilterSensitiveLog: (obj: PutWarmPoolAnswer) => any;
|
|
2112
|
+
|
|
2113
|
+
export declare const PutWarmPoolTypeFilterSensitiveLog: (obj: PutWarmPoolType) => any;
|
|
2114
|
+
|
|
2115
|
+
export declare const RecordLifecycleActionHeartbeatAnswerFilterSensitiveLog: (obj: RecordLifecycleActionHeartbeatAnswer) => any;
|
|
2116
|
+
|
|
2117
|
+
export declare const RecordLifecycleActionHeartbeatTypeFilterSensitiveLog: (obj: RecordLifecycleActionHeartbeatType) => any;
|
|
2118
|
+
|
|
2119
|
+
export declare const ScalingProcessQueryFilterSensitiveLog: (obj: ScalingProcessQuery) => any;
|
|
2120
|
+
|
|
2121
|
+
export declare const SetDesiredCapacityTypeFilterSensitiveLog: (obj: SetDesiredCapacityType) => any;
|
|
2122
|
+
|
|
2123
|
+
export declare const SetInstanceHealthQueryFilterSensitiveLog: (obj: SetInstanceHealthQuery) => any;
|
|
2124
|
+
|
|
2125
|
+
export declare const SetInstanceProtectionAnswerFilterSensitiveLog: (obj: SetInstanceProtectionAnswer) => any;
|
|
2126
|
+
|
|
2127
|
+
export declare const SetInstanceProtectionQueryFilterSensitiveLog: (obj: SetInstanceProtectionQuery) => any;
|
|
2128
|
+
|
|
2129
|
+
export declare const StartInstanceRefreshAnswerFilterSensitiveLog: (obj: StartInstanceRefreshAnswer) => any;
|
|
2130
|
+
|
|
2131
|
+
export declare const StartInstanceRefreshTypeFilterSensitiveLog: (obj: StartInstanceRefreshType) => any;
|
|
2132
|
+
|
|
2133
|
+
export declare const TerminateInstanceInAutoScalingGroupTypeFilterSensitiveLog: (obj: TerminateInstanceInAutoScalingGroupType) => any;
|
|
2134
|
+
|
|
2135
|
+
export declare const UpdateAutoScalingGroupTypeFilterSensitiveLog: (obj: UpdateAutoScalingGroupType) => any;
|