types-boto3-autoscaling 1.35.71__py3-none-any.whl
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.
Potentially problematic release.
This version of types-boto3-autoscaling might be problematic. Click here for more details.
- types_boto3_autoscaling/__init__.py +75 -0
- types_boto3_autoscaling/__init__.pyi +74 -0
- types_boto3_autoscaling/__main__.py +42 -0
- types_boto3_autoscaling/client.py +982 -0
- types_boto3_autoscaling/client.pyi +978 -0
- types_boto3_autoscaling/literals.py +638 -0
- types_boto3_autoscaling/literals.pyi +636 -0
- types_boto3_autoscaling/paginator.py +279 -0
- types_boto3_autoscaling/paginator.pyi +254 -0
- types_boto3_autoscaling/py.typed +0 -0
- types_boto3_autoscaling/type_defs.py +1867 -0
- types_boto3_autoscaling/type_defs.pyi +1642 -0
- types_boto3_autoscaling/version.py +7 -0
- types_boto3_autoscaling-1.35.71.dist-info/LICENSE +21 -0
- types_boto3_autoscaling-1.35.71.dist-info/METADATA +466 -0
- types_boto3_autoscaling-1.35.71.dist-info/RECORD +18 -0
- types_boto3_autoscaling-1.35.71.dist-info/WHEEL +5 -0
- types_boto3_autoscaling-1.35.71.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,1867 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Type annotations for autoscaling service type definitions.
|
|
3
|
+
|
|
4
|
+
[Open documentation](https://youtype.github.io/types_boto3_docs/types_boto3_autoscaling/type_defs/)
|
|
5
|
+
|
|
6
|
+
Usage::
|
|
7
|
+
|
|
8
|
+
```python
|
|
9
|
+
from types_boto3_autoscaling.type_defs import AcceleratorCountRequestTypeDef
|
|
10
|
+
|
|
11
|
+
data: AcceleratorCountRequestTypeDef = ...
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
Copyright 2024 Vlad Emelianov
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
import sys
|
|
18
|
+
from datetime import datetime
|
|
19
|
+
from typing import Dict, List, Sequence, Union
|
|
20
|
+
|
|
21
|
+
from .literals import (
|
|
22
|
+
AcceleratorManufacturerType,
|
|
23
|
+
AcceleratorNameType,
|
|
24
|
+
AcceleratorTypeType,
|
|
25
|
+
BareMetalType,
|
|
26
|
+
BurstablePerformanceType,
|
|
27
|
+
CapacityDistributionStrategyType,
|
|
28
|
+
CapacityReservationPreferenceType,
|
|
29
|
+
CpuManufacturerType,
|
|
30
|
+
ImpairedZoneHealthCheckBehaviorType,
|
|
31
|
+
InstanceGenerationType,
|
|
32
|
+
InstanceMetadataEndpointStateType,
|
|
33
|
+
InstanceMetadataHttpTokensStateType,
|
|
34
|
+
InstanceRefreshStatusType,
|
|
35
|
+
LifecycleStateType,
|
|
36
|
+
LocalStorageType,
|
|
37
|
+
LocalStorageTypeType,
|
|
38
|
+
MetricStatisticType,
|
|
39
|
+
MetricTypeType,
|
|
40
|
+
PredefinedLoadMetricTypeType,
|
|
41
|
+
PredefinedMetricPairTypeType,
|
|
42
|
+
PredefinedScalingMetricTypeType,
|
|
43
|
+
PredictiveScalingMaxCapacityBreachBehaviorType,
|
|
44
|
+
PredictiveScalingModeType,
|
|
45
|
+
ScaleInProtectedInstancesType,
|
|
46
|
+
ScalingActivityStatusCodeType,
|
|
47
|
+
StandbyInstancesType,
|
|
48
|
+
WarmPoolStateType,
|
|
49
|
+
)
|
|
50
|
+
|
|
51
|
+
if sys.version_info >= (3, 12):
|
|
52
|
+
from typing import Literal, NotRequired, TypedDict
|
|
53
|
+
else:
|
|
54
|
+
from typing_extensions import Literal, NotRequired, TypedDict
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
__all__ = (
|
|
58
|
+
"AcceleratorCountRequestTypeDef",
|
|
59
|
+
"AcceleratorTotalMemoryMiBRequestTypeDef",
|
|
60
|
+
"ActivitiesTypeTypeDef",
|
|
61
|
+
"ActivityTypeDef",
|
|
62
|
+
"ActivityTypeTypeDef",
|
|
63
|
+
"AdjustmentTypeTypeDef",
|
|
64
|
+
"AlarmSpecificationOutputTypeDef",
|
|
65
|
+
"AlarmSpecificationTypeDef",
|
|
66
|
+
"AlarmSpecificationUnionTypeDef",
|
|
67
|
+
"AlarmTypeDef",
|
|
68
|
+
"AttachInstancesQueryRequestTypeDef",
|
|
69
|
+
"AttachLoadBalancerTargetGroupsTypeRequestTypeDef",
|
|
70
|
+
"AttachLoadBalancersTypeRequestTypeDef",
|
|
71
|
+
"AttachTrafficSourcesTypeRequestTypeDef",
|
|
72
|
+
"AutoScalingGroupNamesTypeDescribeAutoScalingGroupsPaginateTypeDef",
|
|
73
|
+
"AutoScalingGroupNamesTypeRequestTypeDef",
|
|
74
|
+
"AutoScalingGroupTypeDef",
|
|
75
|
+
"AutoScalingGroupsTypeTypeDef",
|
|
76
|
+
"AutoScalingInstanceDetailsTypeDef",
|
|
77
|
+
"AutoScalingInstancesTypeTypeDef",
|
|
78
|
+
"AvailabilityZoneDistributionTypeDef",
|
|
79
|
+
"AvailabilityZoneImpairmentPolicyTypeDef",
|
|
80
|
+
"BaselineEbsBandwidthMbpsRequestTypeDef",
|
|
81
|
+
"BaselinePerformanceFactorsRequestOutputTypeDef",
|
|
82
|
+
"BaselinePerformanceFactorsRequestTypeDef",
|
|
83
|
+
"BaselinePerformanceFactorsRequestUnionTypeDef",
|
|
84
|
+
"BatchDeleteScheduledActionAnswerTypeDef",
|
|
85
|
+
"BatchDeleteScheduledActionTypeRequestTypeDef",
|
|
86
|
+
"BatchPutScheduledUpdateGroupActionAnswerTypeDef",
|
|
87
|
+
"BatchPutScheduledUpdateGroupActionTypeRequestTypeDef",
|
|
88
|
+
"BlockDeviceMappingTypeDef",
|
|
89
|
+
"CancelInstanceRefreshAnswerTypeDef",
|
|
90
|
+
"CancelInstanceRefreshTypeRequestTypeDef",
|
|
91
|
+
"CapacityForecastTypeDef",
|
|
92
|
+
"CapacityReservationSpecificationOutputTypeDef",
|
|
93
|
+
"CapacityReservationSpecificationTypeDef",
|
|
94
|
+
"CapacityReservationTargetOutputTypeDef",
|
|
95
|
+
"CapacityReservationTargetTypeDef",
|
|
96
|
+
"CapacityReservationTargetUnionTypeDef",
|
|
97
|
+
"CompleteLifecycleActionTypeRequestTypeDef",
|
|
98
|
+
"CpuPerformanceFactorRequestOutputTypeDef",
|
|
99
|
+
"CpuPerformanceFactorRequestTypeDef",
|
|
100
|
+
"CpuPerformanceFactorRequestUnionTypeDef",
|
|
101
|
+
"CreateAutoScalingGroupTypeRequestTypeDef",
|
|
102
|
+
"CreateLaunchConfigurationTypeRequestTypeDef",
|
|
103
|
+
"CreateOrUpdateTagsTypeRequestTypeDef",
|
|
104
|
+
"CustomizedMetricSpecificationOutputTypeDef",
|
|
105
|
+
"CustomizedMetricSpecificationTypeDef",
|
|
106
|
+
"CustomizedMetricSpecificationUnionTypeDef",
|
|
107
|
+
"DeleteAutoScalingGroupTypeRequestTypeDef",
|
|
108
|
+
"DeleteLifecycleHookTypeRequestTypeDef",
|
|
109
|
+
"DeleteNotificationConfigurationTypeRequestTypeDef",
|
|
110
|
+
"DeletePolicyTypeRequestTypeDef",
|
|
111
|
+
"DeleteScheduledActionTypeRequestTypeDef",
|
|
112
|
+
"DeleteTagsTypeRequestTypeDef",
|
|
113
|
+
"DeleteWarmPoolTypeRequestTypeDef",
|
|
114
|
+
"DescribeAccountLimitsAnswerTypeDef",
|
|
115
|
+
"DescribeAdjustmentTypesAnswerTypeDef",
|
|
116
|
+
"DescribeAutoScalingInstancesTypeDescribeAutoScalingInstancesPaginateTypeDef",
|
|
117
|
+
"DescribeAutoScalingInstancesTypeRequestTypeDef",
|
|
118
|
+
"DescribeAutoScalingNotificationTypesAnswerTypeDef",
|
|
119
|
+
"DescribeInstanceRefreshesAnswerTypeDef",
|
|
120
|
+
"DescribeInstanceRefreshesTypeRequestTypeDef",
|
|
121
|
+
"DescribeLifecycleHookTypesAnswerTypeDef",
|
|
122
|
+
"DescribeLifecycleHooksAnswerTypeDef",
|
|
123
|
+
"DescribeLifecycleHooksTypeRequestTypeDef",
|
|
124
|
+
"DescribeLoadBalancerTargetGroupsRequestDescribeLoadBalancerTargetGroupsPaginateTypeDef",
|
|
125
|
+
"DescribeLoadBalancerTargetGroupsRequestRequestTypeDef",
|
|
126
|
+
"DescribeLoadBalancerTargetGroupsResponseTypeDef",
|
|
127
|
+
"DescribeLoadBalancersRequestDescribeLoadBalancersPaginateTypeDef",
|
|
128
|
+
"DescribeLoadBalancersRequestRequestTypeDef",
|
|
129
|
+
"DescribeLoadBalancersResponseTypeDef",
|
|
130
|
+
"DescribeMetricCollectionTypesAnswerTypeDef",
|
|
131
|
+
"DescribeNotificationConfigurationsAnswerTypeDef",
|
|
132
|
+
"DescribeNotificationConfigurationsTypeDescribeNotificationConfigurationsPaginateTypeDef",
|
|
133
|
+
"DescribeNotificationConfigurationsTypeRequestTypeDef",
|
|
134
|
+
"DescribePoliciesTypeDescribePoliciesPaginateTypeDef",
|
|
135
|
+
"DescribePoliciesTypeRequestTypeDef",
|
|
136
|
+
"DescribeScalingActivitiesTypeDescribeScalingActivitiesPaginateTypeDef",
|
|
137
|
+
"DescribeScalingActivitiesTypeRequestTypeDef",
|
|
138
|
+
"DescribeScheduledActionsTypeDescribeScheduledActionsPaginateTypeDef",
|
|
139
|
+
"DescribeScheduledActionsTypeRequestTypeDef",
|
|
140
|
+
"DescribeTagsTypeDescribeTagsPaginateTypeDef",
|
|
141
|
+
"DescribeTagsTypeRequestTypeDef",
|
|
142
|
+
"DescribeTerminationPolicyTypesAnswerTypeDef",
|
|
143
|
+
"DescribeTrafficSourcesRequestRequestTypeDef",
|
|
144
|
+
"DescribeTrafficSourcesResponseTypeDef",
|
|
145
|
+
"DescribeWarmPoolAnswerTypeDef",
|
|
146
|
+
"DescribeWarmPoolTypeDescribeWarmPoolPaginateTypeDef",
|
|
147
|
+
"DescribeWarmPoolTypeRequestTypeDef",
|
|
148
|
+
"DesiredConfigurationOutputTypeDef",
|
|
149
|
+
"DesiredConfigurationTypeDef",
|
|
150
|
+
"DetachInstancesAnswerTypeDef",
|
|
151
|
+
"DetachInstancesQueryRequestTypeDef",
|
|
152
|
+
"DetachLoadBalancerTargetGroupsTypeRequestTypeDef",
|
|
153
|
+
"DetachLoadBalancersTypeRequestTypeDef",
|
|
154
|
+
"DetachTrafficSourcesTypeRequestTypeDef",
|
|
155
|
+
"DisableMetricsCollectionQueryRequestTypeDef",
|
|
156
|
+
"EbsTypeDef",
|
|
157
|
+
"EmptyResponseMetadataTypeDef",
|
|
158
|
+
"EnableMetricsCollectionQueryRequestTypeDef",
|
|
159
|
+
"EnabledMetricTypeDef",
|
|
160
|
+
"EnterStandbyAnswerTypeDef",
|
|
161
|
+
"EnterStandbyQueryRequestTypeDef",
|
|
162
|
+
"ExecutePolicyTypeRequestTypeDef",
|
|
163
|
+
"ExitStandbyAnswerTypeDef",
|
|
164
|
+
"ExitStandbyQueryRequestTypeDef",
|
|
165
|
+
"FailedScheduledUpdateGroupActionRequestTypeDef",
|
|
166
|
+
"FilterTypeDef",
|
|
167
|
+
"GetPredictiveScalingForecastAnswerTypeDef",
|
|
168
|
+
"GetPredictiveScalingForecastTypeRequestTypeDef",
|
|
169
|
+
"InstanceMaintenancePolicyTypeDef",
|
|
170
|
+
"InstanceMetadataOptionsTypeDef",
|
|
171
|
+
"InstanceMonitoringTypeDef",
|
|
172
|
+
"InstanceRefreshLivePoolProgressTypeDef",
|
|
173
|
+
"InstanceRefreshProgressDetailsTypeDef",
|
|
174
|
+
"InstanceRefreshTypeDef",
|
|
175
|
+
"InstanceRefreshWarmPoolProgressTypeDef",
|
|
176
|
+
"InstanceRequirementsOutputTypeDef",
|
|
177
|
+
"InstanceRequirementsTypeDef",
|
|
178
|
+
"InstanceRequirementsUnionTypeDef",
|
|
179
|
+
"InstanceReusePolicyTypeDef",
|
|
180
|
+
"InstanceTypeDef",
|
|
181
|
+
"InstancesDistributionTypeDef",
|
|
182
|
+
"LaunchConfigurationNameTypeRequestTypeDef",
|
|
183
|
+
"LaunchConfigurationNamesTypeDescribeLaunchConfigurationsPaginateTypeDef",
|
|
184
|
+
"LaunchConfigurationNamesTypeRequestTypeDef",
|
|
185
|
+
"LaunchConfigurationTypeDef",
|
|
186
|
+
"LaunchConfigurationsTypeTypeDef",
|
|
187
|
+
"LaunchTemplateOutputTypeDef",
|
|
188
|
+
"LaunchTemplateOverridesOutputTypeDef",
|
|
189
|
+
"LaunchTemplateOverridesTypeDef",
|
|
190
|
+
"LaunchTemplateOverridesUnionTypeDef",
|
|
191
|
+
"LaunchTemplateSpecificationTypeDef",
|
|
192
|
+
"LaunchTemplateTypeDef",
|
|
193
|
+
"LaunchTemplateUnionTypeDef",
|
|
194
|
+
"LifecycleHookSpecificationTypeDef",
|
|
195
|
+
"LifecycleHookTypeDef",
|
|
196
|
+
"LoadBalancerStateTypeDef",
|
|
197
|
+
"LoadBalancerTargetGroupStateTypeDef",
|
|
198
|
+
"LoadForecastTypeDef",
|
|
199
|
+
"MemoryGiBPerVCpuRequestTypeDef",
|
|
200
|
+
"MemoryMiBRequestTypeDef",
|
|
201
|
+
"MetricCollectionTypeTypeDef",
|
|
202
|
+
"MetricDataQueryOutputTypeDef",
|
|
203
|
+
"MetricDataQueryTypeDef",
|
|
204
|
+
"MetricDataQueryUnionTypeDef",
|
|
205
|
+
"MetricDimensionTypeDef",
|
|
206
|
+
"MetricGranularityTypeTypeDef",
|
|
207
|
+
"MetricOutputTypeDef",
|
|
208
|
+
"MetricStatOutputTypeDef",
|
|
209
|
+
"MetricStatTypeDef",
|
|
210
|
+
"MetricStatUnionTypeDef",
|
|
211
|
+
"MetricTypeDef",
|
|
212
|
+
"MetricUnionTypeDef",
|
|
213
|
+
"MixedInstancesPolicyOutputTypeDef",
|
|
214
|
+
"MixedInstancesPolicyTypeDef",
|
|
215
|
+
"MixedInstancesPolicyUnionTypeDef",
|
|
216
|
+
"NetworkBandwidthGbpsRequestTypeDef",
|
|
217
|
+
"NetworkInterfaceCountRequestTypeDef",
|
|
218
|
+
"NotificationConfigurationTypeDef",
|
|
219
|
+
"PaginatorConfigTypeDef",
|
|
220
|
+
"PerformanceFactorReferenceRequestTypeDef",
|
|
221
|
+
"PoliciesTypeTypeDef",
|
|
222
|
+
"PolicyARNTypeTypeDef",
|
|
223
|
+
"PredefinedMetricSpecificationTypeDef",
|
|
224
|
+
"PredictiveScalingConfigurationOutputTypeDef",
|
|
225
|
+
"PredictiveScalingConfigurationTypeDef",
|
|
226
|
+
"PredictiveScalingCustomizedCapacityMetricOutputTypeDef",
|
|
227
|
+
"PredictiveScalingCustomizedCapacityMetricTypeDef",
|
|
228
|
+
"PredictiveScalingCustomizedCapacityMetricUnionTypeDef",
|
|
229
|
+
"PredictiveScalingCustomizedLoadMetricOutputTypeDef",
|
|
230
|
+
"PredictiveScalingCustomizedLoadMetricTypeDef",
|
|
231
|
+
"PredictiveScalingCustomizedLoadMetricUnionTypeDef",
|
|
232
|
+
"PredictiveScalingCustomizedScalingMetricOutputTypeDef",
|
|
233
|
+
"PredictiveScalingCustomizedScalingMetricTypeDef",
|
|
234
|
+
"PredictiveScalingCustomizedScalingMetricUnionTypeDef",
|
|
235
|
+
"PredictiveScalingMetricSpecificationOutputTypeDef",
|
|
236
|
+
"PredictiveScalingMetricSpecificationTypeDef",
|
|
237
|
+
"PredictiveScalingMetricSpecificationUnionTypeDef",
|
|
238
|
+
"PredictiveScalingPredefinedLoadMetricTypeDef",
|
|
239
|
+
"PredictiveScalingPredefinedMetricPairTypeDef",
|
|
240
|
+
"PredictiveScalingPredefinedScalingMetricTypeDef",
|
|
241
|
+
"ProcessTypeTypeDef",
|
|
242
|
+
"ProcessesTypeTypeDef",
|
|
243
|
+
"PutLifecycleHookTypeRequestTypeDef",
|
|
244
|
+
"PutNotificationConfigurationTypeRequestTypeDef",
|
|
245
|
+
"PutScalingPolicyTypeRequestTypeDef",
|
|
246
|
+
"PutScheduledUpdateGroupActionTypeRequestTypeDef",
|
|
247
|
+
"PutWarmPoolTypeRequestTypeDef",
|
|
248
|
+
"RecordLifecycleActionHeartbeatTypeRequestTypeDef",
|
|
249
|
+
"RefreshPreferencesOutputTypeDef",
|
|
250
|
+
"RefreshPreferencesTypeDef",
|
|
251
|
+
"ResponseMetadataTypeDef",
|
|
252
|
+
"RollbackDetailsTypeDef",
|
|
253
|
+
"RollbackInstanceRefreshAnswerTypeDef",
|
|
254
|
+
"RollbackInstanceRefreshTypeRequestTypeDef",
|
|
255
|
+
"ScalingPolicyTypeDef",
|
|
256
|
+
"ScalingProcessQueryRequestTypeDef",
|
|
257
|
+
"ScheduledActionsTypeTypeDef",
|
|
258
|
+
"ScheduledUpdateGroupActionRequestTypeDef",
|
|
259
|
+
"ScheduledUpdateGroupActionTypeDef",
|
|
260
|
+
"SetDesiredCapacityTypeRequestTypeDef",
|
|
261
|
+
"SetInstanceHealthQueryRequestTypeDef",
|
|
262
|
+
"SetInstanceProtectionQueryRequestTypeDef",
|
|
263
|
+
"StartInstanceRefreshAnswerTypeDef",
|
|
264
|
+
"StartInstanceRefreshTypeRequestTypeDef",
|
|
265
|
+
"StepAdjustmentTypeDef",
|
|
266
|
+
"SuspendedProcessTypeDef",
|
|
267
|
+
"TagDescriptionTypeDef",
|
|
268
|
+
"TagTypeDef",
|
|
269
|
+
"TagsTypeTypeDef",
|
|
270
|
+
"TargetTrackingConfigurationOutputTypeDef",
|
|
271
|
+
"TargetTrackingConfigurationTypeDef",
|
|
272
|
+
"TargetTrackingMetricDataQueryOutputTypeDef",
|
|
273
|
+
"TargetTrackingMetricDataQueryTypeDef",
|
|
274
|
+
"TargetTrackingMetricDataQueryUnionTypeDef",
|
|
275
|
+
"TargetTrackingMetricStatOutputTypeDef",
|
|
276
|
+
"TargetTrackingMetricStatTypeDef",
|
|
277
|
+
"TargetTrackingMetricStatUnionTypeDef",
|
|
278
|
+
"TerminateInstanceInAutoScalingGroupTypeRequestTypeDef",
|
|
279
|
+
"TimestampTypeDef",
|
|
280
|
+
"TotalLocalStorageGBRequestTypeDef",
|
|
281
|
+
"TrafficSourceIdentifierTypeDef",
|
|
282
|
+
"TrafficSourceStateTypeDef",
|
|
283
|
+
"UpdateAutoScalingGroupTypeRequestTypeDef",
|
|
284
|
+
"VCpuCountRequestTypeDef",
|
|
285
|
+
"WarmPoolConfigurationTypeDef",
|
|
286
|
+
)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
class AcceleratorCountRequestTypeDef(TypedDict):
|
|
290
|
+
Min: NotRequired[int]
|
|
291
|
+
Max: NotRequired[int]
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
class AcceleratorTotalMemoryMiBRequestTypeDef(TypedDict):
|
|
295
|
+
Min: NotRequired[int]
|
|
296
|
+
Max: NotRequired[int]
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
class ActivityTypeDef(TypedDict):
|
|
300
|
+
ActivityId: str
|
|
301
|
+
AutoScalingGroupName: str
|
|
302
|
+
Cause: str
|
|
303
|
+
StartTime: datetime
|
|
304
|
+
StatusCode: ScalingActivityStatusCodeType
|
|
305
|
+
Description: NotRequired[str]
|
|
306
|
+
EndTime: NotRequired[datetime]
|
|
307
|
+
StatusMessage: NotRequired[str]
|
|
308
|
+
Progress: NotRequired[int]
|
|
309
|
+
Details: NotRequired[str]
|
|
310
|
+
AutoScalingGroupState: NotRequired[str]
|
|
311
|
+
AutoScalingGroupARN: NotRequired[str]
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
class ResponseMetadataTypeDef(TypedDict):
|
|
315
|
+
RequestId: str
|
|
316
|
+
HTTPStatusCode: int
|
|
317
|
+
HTTPHeaders: Dict[str, str]
|
|
318
|
+
RetryAttempts: int
|
|
319
|
+
HostId: NotRequired[str]
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
class AdjustmentTypeTypeDef(TypedDict):
|
|
323
|
+
AdjustmentType: NotRequired[str]
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
class AlarmSpecificationOutputTypeDef(TypedDict):
|
|
327
|
+
Alarms: NotRequired[List[str]]
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
class AlarmSpecificationTypeDef(TypedDict):
|
|
331
|
+
Alarms: NotRequired[Sequence[str]]
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
class AlarmTypeDef(TypedDict):
|
|
335
|
+
AlarmName: NotRequired[str]
|
|
336
|
+
AlarmARN: NotRequired[str]
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
class AttachInstancesQueryRequestTypeDef(TypedDict):
|
|
340
|
+
AutoScalingGroupName: str
|
|
341
|
+
InstanceIds: NotRequired[Sequence[str]]
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
class AttachLoadBalancerTargetGroupsTypeRequestTypeDef(TypedDict):
|
|
345
|
+
AutoScalingGroupName: str
|
|
346
|
+
TargetGroupARNs: Sequence[str]
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
class AttachLoadBalancersTypeRequestTypeDef(TypedDict):
|
|
350
|
+
AutoScalingGroupName: str
|
|
351
|
+
LoadBalancerNames: Sequence[str]
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
TrafficSourceIdentifierTypeDef = TypedDict(
|
|
355
|
+
"TrafficSourceIdentifierTypeDef",
|
|
356
|
+
{
|
|
357
|
+
"Identifier": str,
|
|
358
|
+
"Type": NotRequired[str],
|
|
359
|
+
},
|
|
360
|
+
)
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
class FilterTypeDef(TypedDict):
|
|
364
|
+
Name: NotRequired[str]
|
|
365
|
+
Values: NotRequired[Sequence[str]]
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
class PaginatorConfigTypeDef(TypedDict):
|
|
369
|
+
MaxItems: NotRequired[int]
|
|
370
|
+
PageSize: NotRequired[int]
|
|
371
|
+
StartingToken: NotRequired[str]
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
class AvailabilityZoneDistributionTypeDef(TypedDict):
|
|
375
|
+
CapacityDistributionStrategy: NotRequired[CapacityDistributionStrategyType]
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
class AvailabilityZoneImpairmentPolicyTypeDef(TypedDict):
|
|
379
|
+
ZonalShiftEnabled: NotRequired[bool]
|
|
380
|
+
ImpairedZoneHealthCheckBehavior: NotRequired[ImpairedZoneHealthCheckBehaviorType]
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
class EnabledMetricTypeDef(TypedDict):
|
|
384
|
+
Metric: NotRequired[str]
|
|
385
|
+
Granularity: NotRequired[str]
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
class InstanceMaintenancePolicyTypeDef(TypedDict):
|
|
389
|
+
MinHealthyPercentage: NotRequired[int]
|
|
390
|
+
MaxHealthyPercentage: NotRequired[int]
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
class LaunchTemplateSpecificationTypeDef(TypedDict):
|
|
394
|
+
LaunchTemplateId: NotRequired[str]
|
|
395
|
+
LaunchTemplateName: NotRequired[str]
|
|
396
|
+
Version: NotRequired[str]
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
class SuspendedProcessTypeDef(TypedDict):
|
|
400
|
+
ProcessName: NotRequired[str]
|
|
401
|
+
SuspensionReason: NotRequired[str]
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
class TagDescriptionTypeDef(TypedDict):
|
|
405
|
+
ResourceId: NotRequired[str]
|
|
406
|
+
ResourceType: NotRequired[str]
|
|
407
|
+
Key: NotRequired[str]
|
|
408
|
+
Value: NotRequired[str]
|
|
409
|
+
PropagateAtLaunch: NotRequired[bool]
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
class BaselineEbsBandwidthMbpsRequestTypeDef(TypedDict):
|
|
413
|
+
Min: NotRequired[int]
|
|
414
|
+
Max: NotRequired[int]
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
class FailedScheduledUpdateGroupActionRequestTypeDef(TypedDict):
|
|
418
|
+
ScheduledActionName: str
|
|
419
|
+
ErrorCode: NotRequired[str]
|
|
420
|
+
ErrorMessage: NotRequired[str]
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
class BatchDeleteScheduledActionTypeRequestTypeDef(TypedDict):
|
|
424
|
+
AutoScalingGroupName: str
|
|
425
|
+
ScheduledActionNames: Sequence[str]
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
class EbsTypeDef(TypedDict):
|
|
429
|
+
SnapshotId: NotRequired[str]
|
|
430
|
+
VolumeSize: NotRequired[int]
|
|
431
|
+
VolumeType: NotRequired[str]
|
|
432
|
+
DeleteOnTermination: NotRequired[bool]
|
|
433
|
+
Iops: NotRequired[int]
|
|
434
|
+
Encrypted: NotRequired[bool]
|
|
435
|
+
Throughput: NotRequired[int]
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
class CancelInstanceRefreshTypeRequestTypeDef(TypedDict):
|
|
439
|
+
AutoScalingGroupName: str
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
class CapacityForecastTypeDef(TypedDict):
|
|
443
|
+
Timestamps: List[datetime]
|
|
444
|
+
Values: List[float]
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
class CapacityReservationTargetOutputTypeDef(TypedDict):
|
|
448
|
+
CapacityReservationIds: NotRequired[List[str]]
|
|
449
|
+
CapacityReservationResourceGroupArns: NotRequired[List[str]]
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
class CapacityReservationTargetTypeDef(TypedDict):
|
|
453
|
+
CapacityReservationIds: NotRequired[Sequence[str]]
|
|
454
|
+
CapacityReservationResourceGroupArns: NotRequired[Sequence[str]]
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
class CompleteLifecycleActionTypeRequestTypeDef(TypedDict):
|
|
458
|
+
LifecycleHookName: str
|
|
459
|
+
AutoScalingGroupName: str
|
|
460
|
+
LifecycleActionResult: str
|
|
461
|
+
LifecycleActionToken: NotRequired[str]
|
|
462
|
+
InstanceId: NotRequired[str]
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
class PerformanceFactorReferenceRequestTypeDef(TypedDict):
|
|
466
|
+
InstanceFamily: NotRequired[str]
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
class LifecycleHookSpecificationTypeDef(TypedDict):
|
|
470
|
+
LifecycleHookName: str
|
|
471
|
+
LifecycleTransition: str
|
|
472
|
+
NotificationMetadata: NotRequired[str]
|
|
473
|
+
HeartbeatTimeout: NotRequired[int]
|
|
474
|
+
DefaultResult: NotRequired[str]
|
|
475
|
+
NotificationTargetARN: NotRequired[str]
|
|
476
|
+
RoleARN: NotRequired[str]
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
class TagTypeDef(TypedDict):
|
|
480
|
+
Key: str
|
|
481
|
+
ResourceId: NotRequired[str]
|
|
482
|
+
ResourceType: NotRequired[str]
|
|
483
|
+
Value: NotRequired[str]
|
|
484
|
+
PropagateAtLaunch: NotRequired[bool]
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
class InstanceMetadataOptionsTypeDef(TypedDict):
|
|
488
|
+
HttpTokens: NotRequired[InstanceMetadataHttpTokensStateType]
|
|
489
|
+
HttpPutResponseHopLimit: NotRequired[int]
|
|
490
|
+
HttpEndpoint: NotRequired[InstanceMetadataEndpointStateType]
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
class InstanceMonitoringTypeDef(TypedDict):
|
|
494
|
+
Enabled: NotRequired[bool]
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
class MetricDimensionTypeDef(TypedDict):
|
|
498
|
+
Name: str
|
|
499
|
+
Value: str
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
class DeleteAutoScalingGroupTypeRequestTypeDef(TypedDict):
|
|
503
|
+
AutoScalingGroupName: str
|
|
504
|
+
ForceDelete: NotRequired[bool]
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
class DeleteLifecycleHookTypeRequestTypeDef(TypedDict):
|
|
508
|
+
LifecycleHookName: str
|
|
509
|
+
AutoScalingGroupName: str
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
class DeleteNotificationConfigurationTypeRequestTypeDef(TypedDict):
|
|
513
|
+
AutoScalingGroupName: str
|
|
514
|
+
TopicARN: str
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
class DeletePolicyTypeRequestTypeDef(TypedDict):
|
|
518
|
+
PolicyName: str
|
|
519
|
+
AutoScalingGroupName: NotRequired[str]
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
class DeleteScheduledActionTypeRequestTypeDef(TypedDict):
|
|
523
|
+
AutoScalingGroupName: str
|
|
524
|
+
ScheduledActionName: str
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
class DeleteWarmPoolTypeRequestTypeDef(TypedDict):
|
|
528
|
+
AutoScalingGroupName: str
|
|
529
|
+
ForceDelete: NotRequired[bool]
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
class DescribeAutoScalingInstancesTypeRequestTypeDef(TypedDict):
|
|
533
|
+
InstanceIds: NotRequired[Sequence[str]]
|
|
534
|
+
MaxRecords: NotRequired[int]
|
|
535
|
+
NextToken: NotRequired[str]
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
class DescribeInstanceRefreshesTypeRequestTypeDef(TypedDict):
|
|
539
|
+
AutoScalingGroupName: str
|
|
540
|
+
InstanceRefreshIds: NotRequired[Sequence[str]]
|
|
541
|
+
NextToken: NotRequired[str]
|
|
542
|
+
MaxRecords: NotRequired[int]
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
class LifecycleHookTypeDef(TypedDict):
|
|
546
|
+
LifecycleHookName: NotRequired[str]
|
|
547
|
+
AutoScalingGroupName: NotRequired[str]
|
|
548
|
+
LifecycleTransition: NotRequired[str]
|
|
549
|
+
NotificationTargetARN: NotRequired[str]
|
|
550
|
+
RoleARN: NotRequired[str]
|
|
551
|
+
NotificationMetadata: NotRequired[str]
|
|
552
|
+
HeartbeatTimeout: NotRequired[int]
|
|
553
|
+
GlobalTimeout: NotRequired[int]
|
|
554
|
+
DefaultResult: NotRequired[str]
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
class DescribeLifecycleHooksTypeRequestTypeDef(TypedDict):
|
|
558
|
+
AutoScalingGroupName: str
|
|
559
|
+
LifecycleHookNames: NotRequired[Sequence[str]]
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
class DescribeLoadBalancerTargetGroupsRequestRequestTypeDef(TypedDict):
|
|
563
|
+
AutoScalingGroupName: str
|
|
564
|
+
NextToken: NotRequired[str]
|
|
565
|
+
MaxRecords: NotRequired[int]
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
class LoadBalancerTargetGroupStateTypeDef(TypedDict):
|
|
569
|
+
LoadBalancerTargetGroupARN: NotRequired[str]
|
|
570
|
+
State: NotRequired[str]
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
class DescribeLoadBalancersRequestRequestTypeDef(TypedDict):
|
|
574
|
+
AutoScalingGroupName: str
|
|
575
|
+
NextToken: NotRequired[str]
|
|
576
|
+
MaxRecords: NotRequired[int]
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
class LoadBalancerStateTypeDef(TypedDict):
|
|
580
|
+
LoadBalancerName: NotRequired[str]
|
|
581
|
+
State: NotRequired[str]
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
class MetricCollectionTypeTypeDef(TypedDict):
|
|
585
|
+
Metric: NotRequired[str]
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
class MetricGranularityTypeTypeDef(TypedDict):
|
|
589
|
+
Granularity: NotRequired[str]
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
class NotificationConfigurationTypeDef(TypedDict):
|
|
593
|
+
AutoScalingGroupName: NotRequired[str]
|
|
594
|
+
TopicARN: NotRequired[str]
|
|
595
|
+
NotificationType: NotRequired[str]
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
class DescribeNotificationConfigurationsTypeRequestTypeDef(TypedDict):
|
|
599
|
+
AutoScalingGroupNames: NotRequired[Sequence[str]]
|
|
600
|
+
NextToken: NotRequired[str]
|
|
601
|
+
MaxRecords: NotRequired[int]
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
class DescribePoliciesTypeRequestTypeDef(TypedDict):
|
|
605
|
+
AutoScalingGroupName: NotRequired[str]
|
|
606
|
+
PolicyNames: NotRequired[Sequence[str]]
|
|
607
|
+
PolicyTypes: NotRequired[Sequence[str]]
|
|
608
|
+
NextToken: NotRequired[str]
|
|
609
|
+
MaxRecords: NotRequired[int]
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
class DescribeScalingActivitiesTypeRequestTypeDef(TypedDict):
|
|
613
|
+
ActivityIds: NotRequired[Sequence[str]]
|
|
614
|
+
AutoScalingGroupName: NotRequired[str]
|
|
615
|
+
IncludeDeletedGroups: NotRequired[bool]
|
|
616
|
+
MaxRecords: NotRequired[int]
|
|
617
|
+
NextToken: NotRequired[str]
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
TimestampTypeDef = Union[datetime, str]
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
class DescribeTrafficSourcesRequestRequestTypeDef(TypedDict):
|
|
624
|
+
AutoScalingGroupName: str
|
|
625
|
+
TrafficSourceType: NotRequired[str]
|
|
626
|
+
NextToken: NotRequired[str]
|
|
627
|
+
MaxRecords: NotRequired[int]
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
TrafficSourceStateTypeDef = TypedDict(
|
|
631
|
+
"TrafficSourceStateTypeDef",
|
|
632
|
+
{
|
|
633
|
+
"TrafficSource": NotRequired[str],
|
|
634
|
+
"State": NotRequired[str],
|
|
635
|
+
"Identifier": NotRequired[str],
|
|
636
|
+
"Type": NotRequired[str],
|
|
637
|
+
},
|
|
638
|
+
)
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
class DescribeWarmPoolTypeRequestTypeDef(TypedDict):
|
|
642
|
+
AutoScalingGroupName: str
|
|
643
|
+
MaxRecords: NotRequired[int]
|
|
644
|
+
NextToken: NotRequired[str]
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
class DetachInstancesQueryRequestTypeDef(TypedDict):
|
|
648
|
+
AutoScalingGroupName: str
|
|
649
|
+
ShouldDecrementDesiredCapacity: bool
|
|
650
|
+
InstanceIds: NotRequired[Sequence[str]]
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
class DetachLoadBalancerTargetGroupsTypeRequestTypeDef(TypedDict):
|
|
654
|
+
AutoScalingGroupName: str
|
|
655
|
+
TargetGroupARNs: Sequence[str]
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
class DetachLoadBalancersTypeRequestTypeDef(TypedDict):
|
|
659
|
+
AutoScalingGroupName: str
|
|
660
|
+
LoadBalancerNames: Sequence[str]
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
class DisableMetricsCollectionQueryRequestTypeDef(TypedDict):
|
|
664
|
+
AutoScalingGroupName: str
|
|
665
|
+
Metrics: NotRequired[Sequence[str]]
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
class EnableMetricsCollectionQueryRequestTypeDef(TypedDict):
|
|
669
|
+
AutoScalingGroupName: str
|
|
670
|
+
Granularity: str
|
|
671
|
+
Metrics: NotRequired[Sequence[str]]
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
class EnterStandbyQueryRequestTypeDef(TypedDict):
|
|
675
|
+
AutoScalingGroupName: str
|
|
676
|
+
ShouldDecrementDesiredCapacity: bool
|
|
677
|
+
InstanceIds: NotRequired[Sequence[str]]
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
class ExecutePolicyTypeRequestTypeDef(TypedDict):
|
|
681
|
+
PolicyName: str
|
|
682
|
+
AutoScalingGroupName: NotRequired[str]
|
|
683
|
+
HonorCooldown: NotRequired[bool]
|
|
684
|
+
MetricValue: NotRequired[float]
|
|
685
|
+
BreachThreshold: NotRequired[float]
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
class ExitStandbyQueryRequestTypeDef(TypedDict):
|
|
689
|
+
AutoScalingGroupName: str
|
|
690
|
+
InstanceIds: NotRequired[Sequence[str]]
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
class InstanceRefreshLivePoolProgressTypeDef(TypedDict):
|
|
694
|
+
PercentageComplete: NotRequired[int]
|
|
695
|
+
InstancesToUpdate: NotRequired[int]
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
class InstanceRefreshWarmPoolProgressTypeDef(TypedDict):
|
|
699
|
+
PercentageComplete: NotRequired[int]
|
|
700
|
+
InstancesToUpdate: NotRequired[int]
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
class MemoryGiBPerVCpuRequestTypeDef(TypedDict):
|
|
704
|
+
Min: NotRequired[float]
|
|
705
|
+
Max: NotRequired[float]
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
class MemoryMiBRequestTypeDef(TypedDict):
|
|
709
|
+
Min: int
|
|
710
|
+
Max: NotRequired[int]
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
class NetworkBandwidthGbpsRequestTypeDef(TypedDict):
|
|
714
|
+
Min: NotRequired[float]
|
|
715
|
+
Max: NotRequired[float]
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
class NetworkInterfaceCountRequestTypeDef(TypedDict):
|
|
719
|
+
Min: NotRequired[int]
|
|
720
|
+
Max: NotRequired[int]
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
class TotalLocalStorageGBRequestTypeDef(TypedDict):
|
|
724
|
+
Min: NotRequired[float]
|
|
725
|
+
Max: NotRequired[float]
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
class VCpuCountRequestTypeDef(TypedDict):
|
|
729
|
+
Min: int
|
|
730
|
+
Max: NotRequired[int]
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
class InstanceReusePolicyTypeDef(TypedDict):
|
|
734
|
+
ReuseOnScaleIn: NotRequired[bool]
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
class InstancesDistributionTypeDef(TypedDict):
|
|
738
|
+
OnDemandAllocationStrategy: NotRequired[str]
|
|
739
|
+
OnDemandBaseCapacity: NotRequired[int]
|
|
740
|
+
OnDemandPercentageAboveBaseCapacity: NotRequired[int]
|
|
741
|
+
SpotAllocationStrategy: NotRequired[str]
|
|
742
|
+
SpotInstancePools: NotRequired[int]
|
|
743
|
+
SpotMaxPrice: NotRequired[str]
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
class LaunchConfigurationNameTypeRequestTypeDef(TypedDict):
|
|
747
|
+
LaunchConfigurationName: str
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
class LaunchConfigurationNamesTypeRequestTypeDef(TypedDict):
|
|
751
|
+
LaunchConfigurationNames: NotRequired[Sequence[str]]
|
|
752
|
+
NextToken: NotRequired[str]
|
|
753
|
+
MaxRecords: NotRequired[int]
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
class PredefinedMetricSpecificationTypeDef(TypedDict):
|
|
757
|
+
PredefinedMetricType: MetricTypeType
|
|
758
|
+
ResourceLabel: NotRequired[str]
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
class PredictiveScalingPredefinedLoadMetricTypeDef(TypedDict):
|
|
762
|
+
PredefinedMetricType: PredefinedLoadMetricTypeType
|
|
763
|
+
ResourceLabel: NotRequired[str]
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
class PredictiveScalingPredefinedMetricPairTypeDef(TypedDict):
|
|
767
|
+
PredefinedMetricType: PredefinedMetricPairTypeType
|
|
768
|
+
ResourceLabel: NotRequired[str]
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
class PredictiveScalingPredefinedScalingMetricTypeDef(TypedDict):
|
|
772
|
+
PredefinedMetricType: PredefinedScalingMetricTypeType
|
|
773
|
+
ResourceLabel: NotRequired[str]
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
class ProcessTypeTypeDef(TypedDict):
|
|
777
|
+
ProcessName: str
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
class PutLifecycleHookTypeRequestTypeDef(TypedDict):
|
|
781
|
+
LifecycleHookName: str
|
|
782
|
+
AutoScalingGroupName: str
|
|
783
|
+
LifecycleTransition: NotRequired[str]
|
|
784
|
+
RoleARN: NotRequired[str]
|
|
785
|
+
NotificationTargetARN: NotRequired[str]
|
|
786
|
+
NotificationMetadata: NotRequired[str]
|
|
787
|
+
HeartbeatTimeout: NotRequired[int]
|
|
788
|
+
DefaultResult: NotRequired[str]
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
class PutNotificationConfigurationTypeRequestTypeDef(TypedDict):
|
|
792
|
+
AutoScalingGroupName: str
|
|
793
|
+
TopicARN: str
|
|
794
|
+
NotificationTypes: Sequence[str]
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
class StepAdjustmentTypeDef(TypedDict):
|
|
798
|
+
ScalingAdjustment: int
|
|
799
|
+
MetricIntervalLowerBound: NotRequired[float]
|
|
800
|
+
MetricIntervalUpperBound: NotRequired[float]
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
class RecordLifecycleActionHeartbeatTypeRequestTypeDef(TypedDict):
|
|
804
|
+
LifecycleHookName: str
|
|
805
|
+
AutoScalingGroupName: str
|
|
806
|
+
LifecycleActionToken: NotRequired[str]
|
|
807
|
+
InstanceId: NotRequired[str]
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
class RollbackInstanceRefreshTypeRequestTypeDef(TypedDict):
|
|
811
|
+
AutoScalingGroupName: str
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
class ScalingProcessQueryRequestTypeDef(TypedDict):
|
|
815
|
+
AutoScalingGroupName: str
|
|
816
|
+
ScalingProcesses: NotRequired[Sequence[str]]
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
class ScheduledUpdateGroupActionTypeDef(TypedDict):
|
|
820
|
+
AutoScalingGroupName: NotRequired[str]
|
|
821
|
+
ScheduledActionName: NotRequired[str]
|
|
822
|
+
ScheduledActionARN: NotRequired[str]
|
|
823
|
+
Time: NotRequired[datetime]
|
|
824
|
+
StartTime: NotRequired[datetime]
|
|
825
|
+
EndTime: NotRequired[datetime]
|
|
826
|
+
Recurrence: NotRequired[str]
|
|
827
|
+
MinSize: NotRequired[int]
|
|
828
|
+
MaxSize: NotRequired[int]
|
|
829
|
+
DesiredCapacity: NotRequired[int]
|
|
830
|
+
TimeZone: NotRequired[str]
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
class SetDesiredCapacityTypeRequestTypeDef(TypedDict):
|
|
834
|
+
AutoScalingGroupName: str
|
|
835
|
+
DesiredCapacity: int
|
|
836
|
+
HonorCooldown: NotRequired[bool]
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
class SetInstanceHealthQueryRequestTypeDef(TypedDict):
|
|
840
|
+
InstanceId: str
|
|
841
|
+
HealthStatus: str
|
|
842
|
+
ShouldRespectGracePeriod: NotRequired[bool]
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
class SetInstanceProtectionQueryRequestTypeDef(TypedDict):
|
|
846
|
+
InstanceIds: Sequence[str]
|
|
847
|
+
AutoScalingGroupName: str
|
|
848
|
+
ProtectedFromScaleIn: bool
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
class TerminateInstanceInAutoScalingGroupTypeRequestTypeDef(TypedDict):
|
|
852
|
+
InstanceId: str
|
|
853
|
+
ShouldDecrementDesiredCapacity: bool
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
class ActivitiesTypeTypeDef(TypedDict):
|
|
857
|
+
Activities: List[ActivityTypeDef]
|
|
858
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
859
|
+
NextToken: NotRequired[str]
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
class ActivityTypeTypeDef(TypedDict):
|
|
863
|
+
Activity: ActivityTypeDef
|
|
864
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
class CancelInstanceRefreshAnswerTypeDef(TypedDict):
|
|
868
|
+
InstanceRefreshId: str
|
|
869
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
class DescribeAccountLimitsAnswerTypeDef(TypedDict):
|
|
873
|
+
MaxNumberOfAutoScalingGroups: int
|
|
874
|
+
MaxNumberOfLaunchConfigurations: int
|
|
875
|
+
NumberOfAutoScalingGroups: int
|
|
876
|
+
NumberOfLaunchConfigurations: int
|
|
877
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
class DescribeAutoScalingNotificationTypesAnswerTypeDef(TypedDict):
|
|
881
|
+
AutoScalingNotificationTypes: List[str]
|
|
882
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
class DescribeLifecycleHookTypesAnswerTypeDef(TypedDict):
|
|
886
|
+
LifecycleHookTypes: List[str]
|
|
887
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
class DescribeTerminationPolicyTypesAnswerTypeDef(TypedDict):
|
|
891
|
+
TerminationPolicyTypes: List[str]
|
|
892
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
class DetachInstancesAnswerTypeDef(TypedDict):
|
|
896
|
+
Activities: List[ActivityTypeDef]
|
|
897
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
class EmptyResponseMetadataTypeDef(TypedDict):
|
|
901
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
class EnterStandbyAnswerTypeDef(TypedDict):
|
|
905
|
+
Activities: List[ActivityTypeDef]
|
|
906
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
class ExitStandbyAnswerTypeDef(TypedDict):
|
|
910
|
+
Activities: List[ActivityTypeDef]
|
|
911
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
class RollbackInstanceRefreshAnswerTypeDef(TypedDict):
|
|
915
|
+
InstanceRefreshId: str
|
|
916
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
class StartInstanceRefreshAnswerTypeDef(TypedDict):
|
|
920
|
+
InstanceRefreshId: str
|
|
921
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
class DescribeAdjustmentTypesAnswerTypeDef(TypedDict):
|
|
925
|
+
AdjustmentTypes: List[AdjustmentTypeTypeDef]
|
|
926
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
class RefreshPreferencesOutputTypeDef(TypedDict):
|
|
930
|
+
MinHealthyPercentage: NotRequired[int]
|
|
931
|
+
InstanceWarmup: NotRequired[int]
|
|
932
|
+
CheckpointPercentages: NotRequired[List[int]]
|
|
933
|
+
CheckpointDelay: NotRequired[int]
|
|
934
|
+
SkipMatching: NotRequired[bool]
|
|
935
|
+
AutoRollback: NotRequired[bool]
|
|
936
|
+
ScaleInProtectedInstances: NotRequired[ScaleInProtectedInstancesType]
|
|
937
|
+
StandbyInstances: NotRequired[StandbyInstancesType]
|
|
938
|
+
AlarmSpecification: NotRequired[AlarmSpecificationOutputTypeDef]
|
|
939
|
+
MaxHealthyPercentage: NotRequired[int]
|
|
940
|
+
BakeTime: NotRequired[int]
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
AlarmSpecificationUnionTypeDef = Union[AlarmSpecificationTypeDef, AlarmSpecificationOutputTypeDef]
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
class PolicyARNTypeTypeDef(TypedDict):
|
|
947
|
+
PolicyARN: str
|
|
948
|
+
Alarms: List[AlarmTypeDef]
|
|
949
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
class AttachTrafficSourcesTypeRequestTypeDef(TypedDict):
|
|
953
|
+
AutoScalingGroupName: str
|
|
954
|
+
TrafficSources: Sequence[TrafficSourceIdentifierTypeDef]
|
|
955
|
+
SkipZonalShiftValidation: NotRequired[bool]
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
class DetachTrafficSourcesTypeRequestTypeDef(TypedDict):
|
|
959
|
+
AutoScalingGroupName: str
|
|
960
|
+
TrafficSources: Sequence[TrafficSourceIdentifierTypeDef]
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
class AutoScalingGroupNamesTypeRequestTypeDef(TypedDict):
|
|
964
|
+
AutoScalingGroupNames: NotRequired[Sequence[str]]
|
|
965
|
+
NextToken: NotRequired[str]
|
|
966
|
+
MaxRecords: NotRequired[int]
|
|
967
|
+
Filters: NotRequired[Sequence[FilterTypeDef]]
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
class DescribeTagsTypeRequestTypeDef(TypedDict):
|
|
971
|
+
Filters: NotRequired[Sequence[FilterTypeDef]]
|
|
972
|
+
NextToken: NotRequired[str]
|
|
973
|
+
MaxRecords: NotRequired[int]
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
class AutoScalingGroupNamesTypeDescribeAutoScalingGroupsPaginateTypeDef(TypedDict):
|
|
977
|
+
AutoScalingGroupNames: NotRequired[Sequence[str]]
|
|
978
|
+
Filters: NotRequired[Sequence[FilterTypeDef]]
|
|
979
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
class DescribeAutoScalingInstancesTypeDescribeAutoScalingInstancesPaginateTypeDef(TypedDict):
|
|
983
|
+
InstanceIds: NotRequired[Sequence[str]]
|
|
984
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
class DescribeLoadBalancerTargetGroupsRequestDescribeLoadBalancerTargetGroupsPaginateTypeDef(
|
|
988
|
+
TypedDict
|
|
989
|
+
):
|
|
990
|
+
AutoScalingGroupName: str
|
|
991
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
class DescribeLoadBalancersRequestDescribeLoadBalancersPaginateTypeDef(TypedDict):
|
|
995
|
+
AutoScalingGroupName: str
|
|
996
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
class DescribeNotificationConfigurationsTypeDescribeNotificationConfigurationsPaginateTypeDef(
|
|
1000
|
+
TypedDict
|
|
1001
|
+
):
|
|
1002
|
+
AutoScalingGroupNames: NotRequired[Sequence[str]]
|
|
1003
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
class DescribePoliciesTypeDescribePoliciesPaginateTypeDef(TypedDict):
|
|
1007
|
+
AutoScalingGroupName: NotRequired[str]
|
|
1008
|
+
PolicyNames: NotRequired[Sequence[str]]
|
|
1009
|
+
PolicyTypes: NotRequired[Sequence[str]]
|
|
1010
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
class DescribeScalingActivitiesTypeDescribeScalingActivitiesPaginateTypeDef(TypedDict):
|
|
1014
|
+
ActivityIds: NotRequired[Sequence[str]]
|
|
1015
|
+
AutoScalingGroupName: NotRequired[str]
|
|
1016
|
+
IncludeDeletedGroups: NotRequired[bool]
|
|
1017
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
class DescribeTagsTypeDescribeTagsPaginateTypeDef(TypedDict):
|
|
1021
|
+
Filters: NotRequired[Sequence[FilterTypeDef]]
|
|
1022
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
class DescribeWarmPoolTypeDescribeWarmPoolPaginateTypeDef(TypedDict):
|
|
1026
|
+
AutoScalingGroupName: str
|
|
1027
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
class LaunchConfigurationNamesTypeDescribeLaunchConfigurationsPaginateTypeDef(TypedDict):
|
|
1031
|
+
LaunchConfigurationNames: NotRequired[Sequence[str]]
|
|
1032
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
class AutoScalingInstanceDetailsTypeDef(TypedDict):
|
|
1036
|
+
InstanceId: str
|
|
1037
|
+
AutoScalingGroupName: str
|
|
1038
|
+
AvailabilityZone: str
|
|
1039
|
+
LifecycleState: str
|
|
1040
|
+
HealthStatus: str
|
|
1041
|
+
ProtectedFromScaleIn: bool
|
|
1042
|
+
InstanceType: NotRequired[str]
|
|
1043
|
+
LaunchConfigurationName: NotRequired[str]
|
|
1044
|
+
LaunchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1045
|
+
WeightedCapacity: NotRequired[str]
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
class InstanceTypeDef(TypedDict):
|
|
1049
|
+
InstanceId: str
|
|
1050
|
+
AvailabilityZone: str
|
|
1051
|
+
LifecycleState: LifecycleStateType
|
|
1052
|
+
HealthStatus: str
|
|
1053
|
+
ProtectedFromScaleIn: bool
|
|
1054
|
+
InstanceType: NotRequired[str]
|
|
1055
|
+
LaunchConfigurationName: NotRequired[str]
|
|
1056
|
+
LaunchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1057
|
+
WeightedCapacity: NotRequired[str]
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
class TagsTypeTypeDef(TypedDict):
|
|
1061
|
+
Tags: List[TagDescriptionTypeDef]
|
|
1062
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1063
|
+
NextToken: NotRequired[str]
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
class BatchDeleteScheduledActionAnswerTypeDef(TypedDict):
|
|
1067
|
+
FailedScheduledActions: List[FailedScheduledUpdateGroupActionRequestTypeDef]
|
|
1068
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
class BatchPutScheduledUpdateGroupActionAnswerTypeDef(TypedDict):
|
|
1072
|
+
FailedScheduledUpdateGroupActions: List[FailedScheduledUpdateGroupActionRequestTypeDef]
|
|
1073
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
class BlockDeviceMappingTypeDef(TypedDict):
|
|
1077
|
+
DeviceName: str
|
|
1078
|
+
VirtualName: NotRequired[str]
|
|
1079
|
+
Ebs: NotRequired[EbsTypeDef]
|
|
1080
|
+
NoDevice: NotRequired[bool]
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
class CapacityReservationSpecificationOutputTypeDef(TypedDict):
|
|
1084
|
+
CapacityReservationPreference: NotRequired[CapacityReservationPreferenceType]
|
|
1085
|
+
CapacityReservationTarget: NotRequired[CapacityReservationTargetOutputTypeDef]
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
CapacityReservationTargetUnionTypeDef = Union[
|
|
1089
|
+
CapacityReservationTargetTypeDef, CapacityReservationTargetOutputTypeDef
|
|
1090
|
+
]
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
class CpuPerformanceFactorRequestOutputTypeDef(TypedDict):
|
|
1094
|
+
References: NotRequired[List[PerformanceFactorReferenceRequestTypeDef]]
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
class CpuPerformanceFactorRequestTypeDef(TypedDict):
|
|
1098
|
+
References: NotRequired[Sequence[PerformanceFactorReferenceRequestTypeDef]]
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
class CreateOrUpdateTagsTypeRequestTypeDef(TypedDict):
|
|
1102
|
+
Tags: Sequence[TagTypeDef]
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
class DeleteTagsTypeRequestTypeDef(TypedDict):
|
|
1106
|
+
Tags: Sequence[TagTypeDef]
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
class MetricOutputTypeDef(TypedDict):
|
|
1110
|
+
Namespace: str
|
|
1111
|
+
MetricName: str
|
|
1112
|
+
Dimensions: NotRequired[List[MetricDimensionTypeDef]]
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
class MetricTypeDef(TypedDict):
|
|
1116
|
+
Namespace: str
|
|
1117
|
+
MetricName: str
|
|
1118
|
+
Dimensions: NotRequired[Sequence[MetricDimensionTypeDef]]
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
class DescribeLifecycleHooksAnswerTypeDef(TypedDict):
|
|
1122
|
+
LifecycleHooks: List[LifecycleHookTypeDef]
|
|
1123
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
class DescribeLoadBalancerTargetGroupsResponseTypeDef(TypedDict):
|
|
1127
|
+
LoadBalancerTargetGroups: List[LoadBalancerTargetGroupStateTypeDef]
|
|
1128
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1129
|
+
NextToken: NotRequired[str]
|
|
1130
|
+
|
|
1131
|
+
|
|
1132
|
+
class DescribeLoadBalancersResponseTypeDef(TypedDict):
|
|
1133
|
+
LoadBalancers: List[LoadBalancerStateTypeDef]
|
|
1134
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1135
|
+
NextToken: NotRequired[str]
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
class DescribeMetricCollectionTypesAnswerTypeDef(TypedDict):
|
|
1139
|
+
Metrics: List[MetricCollectionTypeTypeDef]
|
|
1140
|
+
Granularities: List[MetricGranularityTypeTypeDef]
|
|
1141
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
class DescribeNotificationConfigurationsAnswerTypeDef(TypedDict):
|
|
1145
|
+
NotificationConfigurations: List[NotificationConfigurationTypeDef]
|
|
1146
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1147
|
+
NextToken: NotRequired[str]
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
class DescribeScheduledActionsTypeDescribeScheduledActionsPaginateTypeDef(TypedDict):
|
|
1151
|
+
AutoScalingGroupName: NotRequired[str]
|
|
1152
|
+
ScheduledActionNames: NotRequired[Sequence[str]]
|
|
1153
|
+
StartTime: NotRequired[TimestampTypeDef]
|
|
1154
|
+
EndTime: NotRequired[TimestampTypeDef]
|
|
1155
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
class DescribeScheduledActionsTypeRequestTypeDef(TypedDict):
|
|
1159
|
+
AutoScalingGroupName: NotRequired[str]
|
|
1160
|
+
ScheduledActionNames: NotRequired[Sequence[str]]
|
|
1161
|
+
StartTime: NotRequired[TimestampTypeDef]
|
|
1162
|
+
EndTime: NotRequired[TimestampTypeDef]
|
|
1163
|
+
NextToken: NotRequired[str]
|
|
1164
|
+
MaxRecords: NotRequired[int]
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
class GetPredictiveScalingForecastTypeRequestTypeDef(TypedDict):
|
|
1168
|
+
AutoScalingGroupName: str
|
|
1169
|
+
PolicyName: str
|
|
1170
|
+
StartTime: TimestampTypeDef
|
|
1171
|
+
EndTime: TimestampTypeDef
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
class PutScheduledUpdateGroupActionTypeRequestTypeDef(TypedDict):
|
|
1175
|
+
AutoScalingGroupName: str
|
|
1176
|
+
ScheduledActionName: str
|
|
1177
|
+
Time: NotRequired[TimestampTypeDef]
|
|
1178
|
+
StartTime: NotRequired[TimestampTypeDef]
|
|
1179
|
+
EndTime: NotRequired[TimestampTypeDef]
|
|
1180
|
+
Recurrence: NotRequired[str]
|
|
1181
|
+
MinSize: NotRequired[int]
|
|
1182
|
+
MaxSize: NotRequired[int]
|
|
1183
|
+
DesiredCapacity: NotRequired[int]
|
|
1184
|
+
TimeZone: NotRequired[str]
|
|
1185
|
+
|
|
1186
|
+
|
|
1187
|
+
class ScheduledUpdateGroupActionRequestTypeDef(TypedDict):
|
|
1188
|
+
ScheduledActionName: str
|
|
1189
|
+
StartTime: NotRequired[TimestampTypeDef]
|
|
1190
|
+
EndTime: NotRequired[TimestampTypeDef]
|
|
1191
|
+
Recurrence: NotRequired[str]
|
|
1192
|
+
MinSize: NotRequired[int]
|
|
1193
|
+
MaxSize: NotRequired[int]
|
|
1194
|
+
DesiredCapacity: NotRequired[int]
|
|
1195
|
+
TimeZone: NotRequired[str]
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
class DescribeTrafficSourcesResponseTypeDef(TypedDict):
|
|
1199
|
+
TrafficSources: List[TrafficSourceStateTypeDef]
|
|
1200
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1201
|
+
NextToken: NotRequired[str]
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
class InstanceRefreshProgressDetailsTypeDef(TypedDict):
|
|
1205
|
+
LivePoolProgress: NotRequired[InstanceRefreshLivePoolProgressTypeDef]
|
|
1206
|
+
WarmPoolProgress: NotRequired[InstanceRefreshWarmPoolProgressTypeDef]
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
class PutWarmPoolTypeRequestTypeDef(TypedDict):
|
|
1210
|
+
AutoScalingGroupName: str
|
|
1211
|
+
MaxGroupPreparedCapacity: NotRequired[int]
|
|
1212
|
+
MinSize: NotRequired[int]
|
|
1213
|
+
PoolState: NotRequired[WarmPoolStateType]
|
|
1214
|
+
InstanceReusePolicy: NotRequired[InstanceReusePolicyTypeDef]
|
|
1215
|
+
|
|
1216
|
+
|
|
1217
|
+
class WarmPoolConfigurationTypeDef(TypedDict):
|
|
1218
|
+
MaxGroupPreparedCapacity: NotRequired[int]
|
|
1219
|
+
MinSize: NotRequired[int]
|
|
1220
|
+
PoolState: NotRequired[WarmPoolStateType]
|
|
1221
|
+
Status: NotRequired[Literal["PendingDelete"]]
|
|
1222
|
+
InstanceReusePolicy: NotRequired[InstanceReusePolicyTypeDef]
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
class ProcessesTypeTypeDef(TypedDict):
|
|
1226
|
+
Processes: List[ProcessTypeTypeDef]
|
|
1227
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
class ScheduledActionsTypeTypeDef(TypedDict):
|
|
1231
|
+
ScheduledUpdateGroupActions: List[ScheduledUpdateGroupActionTypeDef]
|
|
1232
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1233
|
+
NextToken: NotRequired[str]
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
class RefreshPreferencesTypeDef(TypedDict):
|
|
1237
|
+
MinHealthyPercentage: NotRequired[int]
|
|
1238
|
+
InstanceWarmup: NotRequired[int]
|
|
1239
|
+
CheckpointPercentages: NotRequired[Sequence[int]]
|
|
1240
|
+
CheckpointDelay: NotRequired[int]
|
|
1241
|
+
SkipMatching: NotRequired[bool]
|
|
1242
|
+
AutoRollback: NotRequired[bool]
|
|
1243
|
+
ScaleInProtectedInstances: NotRequired[ScaleInProtectedInstancesType]
|
|
1244
|
+
StandbyInstances: NotRequired[StandbyInstancesType]
|
|
1245
|
+
AlarmSpecification: NotRequired[AlarmSpecificationUnionTypeDef]
|
|
1246
|
+
MaxHealthyPercentage: NotRequired[int]
|
|
1247
|
+
BakeTime: NotRequired[int]
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
class AutoScalingInstancesTypeTypeDef(TypedDict):
|
|
1251
|
+
AutoScalingInstances: List[AutoScalingInstanceDetailsTypeDef]
|
|
1252
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1253
|
+
NextToken: NotRequired[str]
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
class CreateLaunchConfigurationTypeRequestTypeDef(TypedDict):
|
|
1257
|
+
LaunchConfigurationName: str
|
|
1258
|
+
ImageId: NotRequired[str]
|
|
1259
|
+
KeyName: NotRequired[str]
|
|
1260
|
+
SecurityGroups: NotRequired[Sequence[str]]
|
|
1261
|
+
ClassicLinkVPCId: NotRequired[str]
|
|
1262
|
+
ClassicLinkVPCSecurityGroups: NotRequired[Sequence[str]]
|
|
1263
|
+
UserData: NotRequired[str]
|
|
1264
|
+
InstanceId: NotRequired[str]
|
|
1265
|
+
InstanceType: NotRequired[str]
|
|
1266
|
+
KernelId: NotRequired[str]
|
|
1267
|
+
RamdiskId: NotRequired[str]
|
|
1268
|
+
BlockDeviceMappings: NotRequired[Sequence[BlockDeviceMappingTypeDef]]
|
|
1269
|
+
InstanceMonitoring: NotRequired[InstanceMonitoringTypeDef]
|
|
1270
|
+
SpotPrice: NotRequired[str]
|
|
1271
|
+
IamInstanceProfile: NotRequired[str]
|
|
1272
|
+
EbsOptimized: NotRequired[bool]
|
|
1273
|
+
AssociatePublicIpAddress: NotRequired[bool]
|
|
1274
|
+
PlacementTenancy: NotRequired[str]
|
|
1275
|
+
MetadataOptions: NotRequired[InstanceMetadataOptionsTypeDef]
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
class LaunchConfigurationTypeDef(TypedDict):
|
|
1279
|
+
LaunchConfigurationName: str
|
|
1280
|
+
ImageId: str
|
|
1281
|
+
InstanceType: str
|
|
1282
|
+
CreatedTime: datetime
|
|
1283
|
+
LaunchConfigurationARN: NotRequired[str]
|
|
1284
|
+
KeyName: NotRequired[str]
|
|
1285
|
+
SecurityGroups: NotRequired[List[str]]
|
|
1286
|
+
ClassicLinkVPCId: NotRequired[str]
|
|
1287
|
+
ClassicLinkVPCSecurityGroups: NotRequired[List[str]]
|
|
1288
|
+
UserData: NotRequired[str]
|
|
1289
|
+
KernelId: NotRequired[str]
|
|
1290
|
+
RamdiskId: NotRequired[str]
|
|
1291
|
+
BlockDeviceMappings: NotRequired[List[BlockDeviceMappingTypeDef]]
|
|
1292
|
+
InstanceMonitoring: NotRequired[InstanceMonitoringTypeDef]
|
|
1293
|
+
SpotPrice: NotRequired[str]
|
|
1294
|
+
IamInstanceProfile: NotRequired[str]
|
|
1295
|
+
EbsOptimized: NotRequired[bool]
|
|
1296
|
+
AssociatePublicIpAddress: NotRequired[bool]
|
|
1297
|
+
PlacementTenancy: NotRequired[str]
|
|
1298
|
+
MetadataOptions: NotRequired[InstanceMetadataOptionsTypeDef]
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
class CapacityReservationSpecificationTypeDef(TypedDict):
|
|
1302
|
+
CapacityReservationPreference: NotRequired[CapacityReservationPreferenceType]
|
|
1303
|
+
CapacityReservationTarget: NotRequired[CapacityReservationTargetUnionTypeDef]
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
class BaselinePerformanceFactorsRequestOutputTypeDef(TypedDict):
|
|
1307
|
+
Cpu: NotRequired[CpuPerformanceFactorRequestOutputTypeDef]
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
CpuPerformanceFactorRequestUnionTypeDef = Union[
|
|
1311
|
+
CpuPerformanceFactorRequestTypeDef, CpuPerformanceFactorRequestOutputTypeDef
|
|
1312
|
+
]
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
class MetricStatOutputTypeDef(TypedDict):
|
|
1316
|
+
Metric: MetricOutputTypeDef
|
|
1317
|
+
Stat: str
|
|
1318
|
+
Unit: NotRequired[str]
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
class TargetTrackingMetricStatOutputTypeDef(TypedDict):
|
|
1322
|
+
Metric: MetricOutputTypeDef
|
|
1323
|
+
Stat: str
|
|
1324
|
+
Unit: NotRequired[str]
|
|
1325
|
+
Period: NotRequired[int]
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
MetricUnionTypeDef = Union[MetricTypeDef, MetricOutputTypeDef]
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
class BatchPutScheduledUpdateGroupActionTypeRequestTypeDef(TypedDict):
|
|
1332
|
+
AutoScalingGroupName: str
|
|
1333
|
+
ScheduledUpdateGroupActions: Sequence[ScheduledUpdateGroupActionRequestTypeDef]
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
class RollbackDetailsTypeDef(TypedDict):
|
|
1337
|
+
RollbackReason: NotRequired[str]
|
|
1338
|
+
RollbackStartTime: NotRequired[datetime]
|
|
1339
|
+
PercentageCompleteOnRollback: NotRequired[int]
|
|
1340
|
+
InstancesToUpdateOnRollback: NotRequired[int]
|
|
1341
|
+
ProgressDetailsOnRollback: NotRequired[InstanceRefreshProgressDetailsTypeDef]
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
class DescribeWarmPoolAnswerTypeDef(TypedDict):
|
|
1345
|
+
WarmPoolConfiguration: WarmPoolConfigurationTypeDef
|
|
1346
|
+
Instances: List[InstanceTypeDef]
|
|
1347
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1348
|
+
NextToken: NotRequired[str]
|
|
1349
|
+
|
|
1350
|
+
|
|
1351
|
+
class LaunchConfigurationsTypeTypeDef(TypedDict):
|
|
1352
|
+
LaunchConfigurations: List[LaunchConfigurationTypeDef]
|
|
1353
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1354
|
+
NextToken: NotRequired[str]
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
class InstanceRequirementsOutputTypeDef(TypedDict):
|
|
1358
|
+
VCpuCount: VCpuCountRequestTypeDef
|
|
1359
|
+
MemoryMiB: MemoryMiBRequestTypeDef
|
|
1360
|
+
CpuManufacturers: NotRequired[List[CpuManufacturerType]]
|
|
1361
|
+
MemoryGiBPerVCpu: NotRequired[MemoryGiBPerVCpuRequestTypeDef]
|
|
1362
|
+
ExcludedInstanceTypes: NotRequired[List[str]]
|
|
1363
|
+
InstanceGenerations: NotRequired[List[InstanceGenerationType]]
|
|
1364
|
+
SpotMaxPricePercentageOverLowestPrice: NotRequired[int]
|
|
1365
|
+
MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: NotRequired[int]
|
|
1366
|
+
OnDemandMaxPricePercentageOverLowestPrice: NotRequired[int]
|
|
1367
|
+
BareMetal: NotRequired[BareMetalType]
|
|
1368
|
+
BurstablePerformance: NotRequired[BurstablePerformanceType]
|
|
1369
|
+
RequireHibernateSupport: NotRequired[bool]
|
|
1370
|
+
NetworkInterfaceCount: NotRequired[NetworkInterfaceCountRequestTypeDef]
|
|
1371
|
+
LocalStorage: NotRequired[LocalStorageType]
|
|
1372
|
+
LocalStorageTypes: NotRequired[List[LocalStorageTypeType]]
|
|
1373
|
+
TotalLocalStorageGB: NotRequired[TotalLocalStorageGBRequestTypeDef]
|
|
1374
|
+
BaselineEbsBandwidthMbps: NotRequired[BaselineEbsBandwidthMbpsRequestTypeDef]
|
|
1375
|
+
AcceleratorTypes: NotRequired[List[AcceleratorTypeType]]
|
|
1376
|
+
AcceleratorCount: NotRequired[AcceleratorCountRequestTypeDef]
|
|
1377
|
+
AcceleratorManufacturers: NotRequired[List[AcceleratorManufacturerType]]
|
|
1378
|
+
AcceleratorNames: NotRequired[List[AcceleratorNameType]]
|
|
1379
|
+
AcceleratorTotalMemoryMiB: NotRequired[AcceleratorTotalMemoryMiBRequestTypeDef]
|
|
1380
|
+
NetworkBandwidthGbps: NotRequired[NetworkBandwidthGbpsRequestTypeDef]
|
|
1381
|
+
AllowedInstanceTypes: NotRequired[List[str]]
|
|
1382
|
+
BaselinePerformanceFactors: NotRequired[BaselinePerformanceFactorsRequestOutputTypeDef]
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
class BaselinePerformanceFactorsRequestTypeDef(TypedDict):
|
|
1386
|
+
Cpu: NotRequired[CpuPerformanceFactorRequestUnionTypeDef]
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
class MetricDataQueryOutputTypeDef(TypedDict):
|
|
1390
|
+
Id: str
|
|
1391
|
+
Expression: NotRequired[str]
|
|
1392
|
+
MetricStat: NotRequired[MetricStatOutputTypeDef]
|
|
1393
|
+
Label: NotRequired[str]
|
|
1394
|
+
ReturnData: NotRequired[bool]
|
|
1395
|
+
|
|
1396
|
+
|
|
1397
|
+
class TargetTrackingMetricDataQueryOutputTypeDef(TypedDict):
|
|
1398
|
+
Id: str
|
|
1399
|
+
Expression: NotRequired[str]
|
|
1400
|
+
MetricStat: NotRequired[TargetTrackingMetricStatOutputTypeDef]
|
|
1401
|
+
Label: NotRequired[str]
|
|
1402
|
+
Period: NotRequired[int]
|
|
1403
|
+
ReturnData: NotRequired[bool]
|
|
1404
|
+
|
|
1405
|
+
|
|
1406
|
+
class MetricStatTypeDef(TypedDict):
|
|
1407
|
+
Metric: MetricUnionTypeDef
|
|
1408
|
+
Stat: str
|
|
1409
|
+
Unit: NotRequired[str]
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
class TargetTrackingMetricStatTypeDef(TypedDict):
|
|
1413
|
+
Metric: MetricUnionTypeDef
|
|
1414
|
+
Stat: str
|
|
1415
|
+
Unit: NotRequired[str]
|
|
1416
|
+
Period: NotRequired[int]
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
class LaunchTemplateOverridesOutputTypeDef(TypedDict):
|
|
1420
|
+
InstanceType: NotRequired[str]
|
|
1421
|
+
WeightedCapacity: NotRequired[str]
|
|
1422
|
+
LaunchTemplateSpecification: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1423
|
+
InstanceRequirements: NotRequired[InstanceRequirementsOutputTypeDef]
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
BaselinePerformanceFactorsRequestUnionTypeDef = Union[
|
|
1427
|
+
BaselinePerformanceFactorsRequestTypeDef, BaselinePerformanceFactorsRequestOutputTypeDef
|
|
1428
|
+
]
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
class PredictiveScalingCustomizedCapacityMetricOutputTypeDef(TypedDict):
|
|
1432
|
+
MetricDataQueries: List[MetricDataQueryOutputTypeDef]
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
class PredictiveScalingCustomizedLoadMetricOutputTypeDef(TypedDict):
|
|
1436
|
+
MetricDataQueries: List[MetricDataQueryOutputTypeDef]
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
class PredictiveScalingCustomizedScalingMetricOutputTypeDef(TypedDict):
|
|
1440
|
+
MetricDataQueries: List[MetricDataQueryOutputTypeDef]
|
|
1441
|
+
|
|
1442
|
+
|
|
1443
|
+
class CustomizedMetricSpecificationOutputTypeDef(TypedDict):
|
|
1444
|
+
MetricName: NotRequired[str]
|
|
1445
|
+
Namespace: NotRequired[str]
|
|
1446
|
+
Dimensions: NotRequired[List[MetricDimensionTypeDef]]
|
|
1447
|
+
Statistic: NotRequired[MetricStatisticType]
|
|
1448
|
+
Unit: NotRequired[str]
|
|
1449
|
+
Period: NotRequired[int]
|
|
1450
|
+
Metrics: NotRequired[List[TargetTrackingMetricDataQueryOutputTypeDef]]
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
MetricStatUnionTypeDef = Union[MetricStatTypeDef, MetricStatOutputTypeDef]
|
|
1454
|
+
TargetTrackingMetricStatUnionTypeDef = Union[
|
|
1455
|
+
TargetTrackingMetricStatTypeDef, TargetTrackingMetricStatOutputTypeDef
|
|
1456
|
+
]
|
|
1457
|
+
|
|
1458
|
+
|
|
1459
|
+
class LaunchTemplateOutputTypeDef(TypedDict):
|
|
1460
|
+
LaunchTemplateSpecification: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1461
|
+
Overrides: NotRequired[List[LaunchTemplateOverridesOutputTypeDef]]
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
class InstanceRequirementsTypeDef(TypedDict):
|
|
1465
|
+
VCpuCount: VCpuCountRequestTypeDef
|
|
1466
|
+
MemoryMiB: MemoryMiBRequestTypeDef
|
|
1467
|
+
CpuManufacturers: NotRequired[Sequence[CpuManufacturerType]]
|
|
1468
|
+
MemoryGiBPerVCpu: NotRequired[MemoryGiBPerVCpuRequestTypeDef]
|
|
1469
|
+
ExcludedInstanceTypes: NotRequired[Sequence[str]]
|
|
1470
|
+
InstanceGenerations: NotRequired[Sequence[InstanceGenerationType]]
|
|
1471
|
+
SpotMaxPricePercentageOverLowestPrice: NotRequired[int]
|
|
1472
|
+
MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: NotRequired[int]
|
|
1473
|
+
OnDemandMaxPricePercentageOverLowestPrice: NotRequired[int]
|
|
1474
|
+
BareMetal: NotRequired[BareMetalType]
|
|
1475
|
+
BurstablePerformance: NotRequired[BurstablePerformanceType]
|
|
1476
|
+
RequireHibernateSupport: NotRequired[bool]
|
|
1477
|
+
NetworkInterfaceCount: NotRequired[NetworkInterfaceCountRequestTypeDef]
|
|
1478
|
+
LocalStorage: NotRequired[LocalStorageType]
|
|
1479
|
+
LocalStorageTypes: NotRequired[Sequence[LocalStorageTypeType]]
|
|
1480
|
+
TotalLocalStorageGB: NotRequired[TotalLocalStorageGBRequestTypeDef]
|
|
1481
|
+
BaselineEbsBandwidthMbps: NotRequired[BaselineEbsBandwidthMbpsRequestTypeDef]
|
|
1482
|
+
AcceleratorTypes: NotRequired[Sequence[AcceleratorTypeType]]
|
|
1483
|
+
AcceleratorCount: NotRequired[AcceleratorCountRequestTypeDef]
|
|
1484
|
+
AcceleratorManufacturers: NotRequired[Sequence[AcceleratorManufacturerType]]
|
|
1485
|
+
AcceleratorNames: NotRequired[Sequence[AcceleratorNameType]]
|
|
1486
|
+
AcceleratorTotalMemoryMiB: NotRequired[AcceleratorTotalMemoryMiBRequestTypeDef]
|
|
1487
|
+
NetworkBandwidthGbps: NotRequired[NetworkBandwidthGbpsRequestTypeDef]
|
|
1488
|
+
AllowedInstanceTypes: NotRequired[Sequence[str]]
|
|
1489
|
+
BaselinePerformanceFactors: NotRequired[BaselinePerformanceFactorsRequestUnionTypeDef]
|
|
1490
|
+
|
|
1491
|
+
|
|
1492
|
+
class PredictiveScalingMetricSpecificationOutputTypeDef(TypedDict):
|
|
1493
|
+
TargetValue: float
|
|
1494
|
+
PredefinedMetricPairSpecification: NotRequired[PredictiveScalingPredefinedMetricPairTypeDef]
|
|
1495
|
+
PredefinedScalingMetricSpecification: NotRequired[
|
|
1496
|
+
PredictiveScalingPredefinedScalingMetricTypeDef
|
|
1497
|
+
]
|
|
1498
|
+
PredefinedLoadMetricSpecification: NotRequired[PredictiveScalingPredefinedLoadMetricTypeDef]
|
|
1499
|
+
CustomizedScalingMetricSpecification: NotRequired[
|
|
1500
|
+
PredictiveScalingCustomizedScalingMetricOutputTypeDef
|
|
1501
|
+
]
|
|
1502
|
+
CustomizedLoadMetricSpecification: NotRequired[
|
|
1503
|
+
PredictiveScalingCustomizedLoadMetricOutputTypeDef
|
|
1504
|
+
]
|
|
1505
|
+
CustomizedCapacityMetricSpecification: NotRequired[
|
|
1506
|
+
PredictiveScalingCustomizedCapacityMetricOutputTypeDef
|
|
1507
|
+
]
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
class TargetTrackingConfigurationOutputTypeDef(TypedDict):
|
|
1511
|
+
TargetValue: float
|
|
1512
|
+
PredefinedMetricSpecification: NotRequired[PredefinedMetricSpecificationTypeDef]
|
|
1513
|
+
CustomizedMetricSpecification: NotRequired[CustomizedMetricSpecificationOutputTypeDef]
|
|
1514
|
+
DisableScaleIn: NotRequired[bool]
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
class MetricDataQueryTypeDef(TypedDict):
|
|
1518
|
+
Id: str
|
|
1519
|
+
Expression: NotRequired[str]
|
|
1520
|
+
MetricStat: NotRequired[MetricStatUnionTypeDef]
|
|
1521
|
+
Label: NotRequired[str]
|
|
1522
|
+
ReturnData: NotRequired[bool]
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
class TargetTrackingMetricDataQueryTypeDef(TypedDict):
|
|
1526
|
+
Id: str
|
|
1527
|
+
Expression: NotRequired[str]
|
|
1528
|
+
MetricStat: NotRequired[TargetTrackingMetricStatUnionTypeDef]
|
|
1529
|
+
Label: NotRequired[str]
|
|
1530
|
+
Period: NotRequired[int]
|
|
1531
|
+
ReturnData: NotRequired[bool]
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
class MixedInstancesPolicyOutputTypeDef(TypedDict):
|
|
1535
|
+
LaunchTemplate: NotRequired[LaunchTemplateOutputTypeDef]
|
|
1536
|
+
InstancesDistribution: NotRequired[InstancesDistributionTypeDef]
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
InstanceRequirementsUnionTypeDef = Union[
|
|
1540
|
+
InstanceRequirementsTypeDef, InstanceRequirementsOutputTypeDef
|
|
1541
|
+
]
|
|
1542
|
+
|
|
1543
|
+
|
|
1544
|
+
class LoadForecastTypeDef(TypedDict):
|
|
1545
|
+
Timestamps: List[datetime]
|
|
1546
|
+
Values: List[float]
|
|
1547
|
+
MetricSpecification: PredictiveScalingMetricSpecificationOutputTypeDef
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
class PredictiveScalingConfigurationOutputTypeDef(TypedDict):
|
|
1551
|
+
MetricSpecifications: List[PredictiveScalingMetricSpecificationOutputTypeDef]
|
|
1552
|
+
Mode: NotRequired[PredictiveScalingModeType]
|
|
1553
|
+
SchedulingBufferTime: NotRequired[int]
|
|
1554
|
+
MaxCapacityBreachBehavior: NotRequired[PredictiveScalingMaxCapacityBreachBehaviorType]
|
|
1555
|
+
MaxCapacityBuffer: NotRequired[int]
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
MetricDataQueryUnionTypeDef = Union[MetricDataQueryTypeDef, MetricDataQueryOutputTypeDef]
|
|
1559
|
+
|
|
1560
|
+
|
|
1561
|
+
class PredictiveScalingCustomizedCapacityMetricTypeDef(TypedDict):
|
|
1562
|
+
MetricDataQueries: Sequence[MetricDataQueryTypeDef]
|
|
1563
|
+
|
|
1564
|
+
|
|
1565
|
+
class PredictiveScalingCustomizedLoadMetricTypeDef(TypedDict):
|
|
1566
|
+
MetricDataQueries: Sequence[MetricDataQueryTypeDef]
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
TargetTrackingMetricDataQueryUnionTypeDef = Union[
|
|
1570
|
+
TargetTrackingMetricDataQueryTypeDef, TargetTrackingMetricDataQueryOutputTypeDef
|
|
1571
|
+
]
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
class AutoScalingGroupTypeDef(TypedDict):
|
|
1575
|
+
AutoScalingGroupName: str
|
|
1576
|
+
MinSize: int
|
|
1577
|
+
MaxSize: int
|
|
1578
|
+
DesiredCapacity: int
|
|
1579
|
+
DefaultCooldown: int
|
|
1580
|
+
AvailabilityZones: List[str]
|
|
1581
|
+
HealthCheckType: str
|
|
1582
|
+
CreatedTime: datetime
|
|
1583
|
+
AutoScalingGroupARN: NotRequired[str]
|
|
1584
|
+
LaunchConfigurationName: NotRequired[str]
|
|
1585
|
+
LaunchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1586
|
+
MixedInstancesPolicy: NotRequired[MixedInstancesPolicyOutputTypeDef]
|
|
1587
|
+
PredictedCapacity: NotRequired[int]
|
|
1588
|
+
LoadBalancerNames: NotRequired[List[str]]
|
|
1589
|
+
TargetGroupARNs: NotRequired[List[str]]
|
|
1590
|
+
HealthCheckGracePeriod: NotRequired[int]
|
|
1591
|
+
Instances: NotRequired[List[InstanceTypeDef]]
|
|
1592
|
+
SuspendedProcesses: NotRequired[List[SuspendedProcessTypeDef]]
|
|
1593
|
+
PlacementGroup: NotRequired[str]
|
|
1594
|
+
VPCZoneIdentifier: NotRequired[str]
|
|
1595
|
+
EnabledMetrics: NotRequired[List[EnabledMetricTypeDef]]
|
|
1596
|
+
Status: NotRequired[str]
|
|
1597
|
+
Tags: NotRequired[List[TagDescriptionTypeDef]]
|
|
1598
|
+
TerminationPolicies: NotRequired[List[str]]
|
|
1599
|
+
NewInstancesProtectedFromScaleIn: NotRequired[bool]
|
|
1600
|
+
ServiceLinkedRoleARN: NotRequired[str]
|
|
1601
|
+
MaxInstanceLifetime: NotRequired[int]
|
|
1602
|
+
CapacityRebalance: NotRequired[bool]
|
|
1603
|
+
WarmPoolConfiguration: NotRequired[WarmPoolConfigurationTypeDef]
|
|
1604
|
+
WarmPoolSize: NotRequired[int]
|
|
1605
|
+
Context: NotRequired[str]
|
|
1606
|
+
DesiredCapacityType: NotRequired[str]
|
|
1607
|
+
DefaultInstanceWarmup: NotRequired[int]
|
|
1608
|
+
TrafficSources: NotRequired[List[TrafficSourceIdentifierTypeDef]]
|
|
1609
|
+
InstanceMaintenancePolicy: NotRequired[InstanceMaintenancePolicyTypeDef]
|
|
1610
|
+
AvailabilityZoneDistribution: NotRequired[AvailabilityZoneDistributionTypeDef]
|
|
1611
|
+
AvailabilityZoneImpairmentPolicy: NotRequired[AvailabilityZoneImpairmentPolicyTypeDef]
|
|
1612
|
+
CapacityReservationSpecification: NotRequired[CapacityReservationSpecificationOutputTypeDef]
|
|
1613
|
+
|
|
1614
|
+
|
|
1615
|
+
class DesiredConfigurationOutputTypeDef(TypedDict):
|
|
1616
|
+
LaunchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1617
|
+
MixedInstancesPolicy: NotRequired[MixedInstancesPolicyOutputTypeDef]
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
class LaunchTemplateOverridesTypeDef(TypedDict):
|
|
1621
|
+
InstanceType: NotRequired[str]
|
|
1622
|
+
WeightedCapacity: NotRequired[str]
|
|
1623
|
+
LaunchTemplateSpecification: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1624
|
+
InstanceRequirements: NotRequired[InstanceRequirementsUnionTypeDef]
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
class GetPredictiveScalingForecastAnswerTypeDef(TypedDict):
|
|
1628
|
+
LoadForecast: List[LoadForecastTypeDef]
|
|
1629
|
+
CapacityForecast: CapacityForecastTypeDef
|
|
1630
|
+
UpdateTime: datetime
|
|
1631
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1632
|
+
|
|
1633
|
+
|
|
1634
|
+
class ScalingPolicyTypeDef(TypedDict):
|
|
1635
|
+
AutoScalingGroupName: NotRequired[str]
|
|
1636
|
+
PolicyName: NotRequired[str]
|
|
1637
|
+
PolicyARN: NotRequired[str]
|
|
1638
|
+
PolicyType: NotRequired[str]
|
|
1639
|
+
AdjustmentType: NotRequired[str]
|
|
1640
|
+
MinAdjustmentStep: NotRequired[int]
|
|
1641
|
+
MinAdjustmentMagnitude: NotRequired[int]
|
|
1642
|
+
ScalingAdjustment: NotRequired[int]
|
|
1643
|
+
Cooldown: NotRequired[int]
|
|
1644
|
+
StepAdjustments: NotRequired[List[StepAdjustmentTypeDef]]
|
|
1645
|
+
MetricAggregationType: NotRequired[str]
|
|
1646
|
+
EstimatedInstanceWarmup: NotRequired[int]
|
|
1647
|
+
Alarms: NotRequired[List[AlarmTypeDef]]
|
|
1648
|
+
TargetTrackingConfiguration: NotRequired[TargetTrackingConfigurationOutputTypeDef]
|
|
1649
|
+
Enabled: NotRequired[bool]
|
|
1650
|
+
PredictiveScalingConfiguration: NotRequired[PredictiveScalingConfigurationOutputTypeDef]
|
|
1651
|
+
|
|
1652
|
+
|
|
1653
|
+
class PredictiveScalingCustomizedScalingMetricTypeDef(TypedDict):
|
|
1654
|
+
MetricDataQueries: Sequence[MetricDataQueryUnionTypeDef]
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
PredictiveScalingCustomizedCapacityMetricUnionTypeDef = Union[
|
|
1658
|
+
PredictiveScalingCustomizedCapacityMetricTypeDef,
|
|
1659
|
+
PredictiveScalingCustomizedCapacityMetricOutputTypeDef,
|
|
1660
|
+
]
|
|
1661
|
+
PredictiveScalingCustomizedLoadMetricUnionTypeDef = Union[
|
|
1662
|
+
PredictiveScalingCustomizedLoadMetricTypeDef, PredictiveScalingCustomizedLoadMetricOutputTypeDef
|
|
1663
|
+
]
|
|
1664
|
+
|
|
1665
|
+
|
|
1666
|
+
class CustomizedMetricSpecificationTypeDef(TypedDict):
|
|
1667
|
+
MetricName: NotRequired[str]
|
|
1668
|
+
Namespace: NotRequired[str]
|
|
1669
|
+
Dimensions: NotRequired[Sequence[MetricDimensionTypeDef]]
|
|
1670
|
+
Statistic: NotRequired[MetricStatisticType]
|
|
1671
|
+
Unit: NotRequired[str]
|
|
1672
|
+
Period: NotRequired[int]
|
|
1673
|
+
Metrics: NotRequired[Sequence[TargetTrackingMetricDataQueryUnionTypeDef]]
|
|
1674
|
+
|
|
1675
|
+
|
|
1676
|
+
class AutoScalingGroupsTypeTypeDef(TypedDict):
|
|
1677
|
+
AutoScalingGroups: List[AutoScalingGroupTypeDef]
|
|
1678
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1679
|
+
NextToken: NotRequired[str]
|
|
1680
|
+
|
|
1681
|
+
|
|
1682
|
+
class InstanceRefreshTypeDef(TypedDict):
|
|
1683
|
+
InstanceRefreshId: NotRequired[str]
|
|
1684
|
+
AutoScalingGroupName: NotRequired[str]
|
|
1685
|
+
Status: NotRequired[InstanceRefreshStatusType]
|
|
1686
|
+
StatusReason: NotRequired[str]
|
|
1687
|
+
StartTime: NotRequired[datetime]
|
|
1688
|
+
EndTime: NotRequired[datetime]
|
|
1689
|
+
PercentageComplete: NotRequired[int]
|
|
1690
|
+
InstancesToUpdate: NotRequired[int]
|
|
1691
|
+
ProgressDetails: NotRequired[InstanceRefreshProgressDetailsTypeDef]
|
|
1692
|
+
Preferences: NotRequired[RefreshPreferencesOutputTypeDef]
|
|
1693
|
+
DesiredConfiguration: NotRequired[DesiredConfigurationOutputTypeDef]
|
|
1694
|
+
RollbackDetails: NotRequired[RollbackDetailsTypeDef]
|
|
1695
|
+
|
|
1696
|
+
|
|
1697
|
+
LaunchTemplateOverridesUnionTypeDef = Union[
|
|
1698
|
+
LaunchTemplateOverridesTypeDef, LaunchTemplateOverridesOutputTypeDef
|
|
1699
|
+
]
|
|
1700
|
+
|
|
1701
|
+
|
|
1702
|
+
class PoliciesTypeTypeDef(TypedDict):
|
|
1703
|
+
ScalingPolicies: List[ScalingPolicyTypeDef]
|
|
1704
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1705
|
+
NextToken: NotRequired[str]
|
|
1706
|
+
|
|
1707
|
+
|
|
1708
|
+
PredictiveScalingCustomizedScalingMetricUnionTypeDef = Union[
|
|
1709
|
+
PredictiveScalingCustomizedScalingMetricTypeDef,
|
|
1710
|
+
PredictiveScalingCustomizedScalingMetricOutputTypeDef,
|
|
1711
|
+
]
|
|
1712
|
+
CustomizedMetricSpecificationUnionTypeDef = Union[
|
|
1713
|
+
CustomizedMetricSpecificationTypeDef, CustomizedMetricSpecificationOutputTypeDef
|
|
1714
|
+
]
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
class DescribeInstanceRefreshesAnswerTypeDef(TypedDict):
|
|
1718
|
+
InstanceRefreshes: List[InstanceRefreshTypeDef]
|
|
1719
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1720
|
+
NextToken: NotRequired[str]
|
|
1721
|
+
|
|
1722
|
+
|
|
1723
|
+
class LaunchTemplateTypeDef(TypedDict):
|
|
1724
|
+
LaunchTemplateSpecification: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1725
|
+
Overrides: NotRequired[Sequence[LaunchTemplateOverridesUnionTypeDef]]
|
|
1726
|
+
|
|
1727
|
+
|
|
1728
|
+
class PredictiveScalingMetricSpecificationTypeDef(TypedDict):
|
|
1729
|
+
TargetValue: float
|
|
1730
|
+
PredefinedMetricPairSpecification: NotRequired[PredictiveScalingPredefinedMetricPairTypeDef]
|
|
1731
|
+
PredefinedScalingMetricSpecification: NotRequired[
|
|
1732
|
+
PredictiveScalingPredefinedScalingMetricTypeDef
|
|
1733
|
+
]
|
|
1734
|
+
PredefinedLoadMetricSpecification: NotRequired[PredictiveScalingPredefinedLoadMetricTypeDef]
|
|
1735
|
+
CustomizedScalingMetricSpecification: NotRequired[
|
|
1736
|
+
PredictiveScalingCustomizedScalingMetricUnionTypeDef
|
|
1737
|
+
]
|
|
1738
|
+
CustomizedLoadMetricSpecification: NotRequired[
|
|
1739
|
+
PredictiveScalingCustomizedLoadMetricUnionTypeDef
|
|
1740
|
+
]
|
|
1741
|
+
CustomizedCapacityMetricSpecification: NotRequired[
|
|
1742
|
+
PredictiveScalingCustomizedCapacityMetricUnionTypeDef
|
|
1743
|
+
]
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
class TargetTrackingConfigurationTypeDef(TypedDict):
|
|
1747
|
+
TargetValue: float
|
|
1748
|
+
PredefinedMetricSpecification: NotRequired[PredefinedMetricSpecificationTypeDef]
|
|
1749
|
+
CustomizedMetricSpecification: NotRequired[CustomizedMetricSpecificationUnionTypeDef]
|
|
1750
|
+
DisableScaleIn: NotRequired[bool]
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
LaunchTemplateUnionTypeDef = Union[LaunchTemplateTypeDef, LaunchTemplateOutputTypeDef]
|
|
1754
|
+
PredictiveScalingMetricSpecificationUnionTypeDef = Union[
|
|
1755
|
+
PredictiveScalingMetricSpecificationTypeDef, PredictiveScalingMetricSpecificationOutputTypeDef
|
|
1756
|
+
]
|
|
1757
|
+
|
|
1758
|
+
|
|
1759
|
+
class MixedInstancesPolicyTypeDef(TypedDict):
|
|
1760
|
+
LaunchTemplate: NotRequired[LaunchTemplateUnionTypeDef]
|
|
1761
|
+
InstancesDistribution: NotRequired[InstancesDistributionTypeDef]
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
class PredictiveScalingConfigurationTypeDef(TypedDict):
|
|
1765
|
+
MetricSpecifications: Sequence[PredictiveScalingMetricSpecificationUnionTypeDef]
|
|
1766
|
+
Mode: NotRequired[PredictiveScalingModeType]
|
|
1767
|
+
SchedulingBufferTime: NotRequired[int]
|
|
1768
|
+
MaxCapacityBreachBehavior: NotRequired[PredictiveScalingMaxCapacityBreachBehaviorType]
|
|
1769
|
+
MaxCapacityBuffer: NotRequired[int]
|
|
1770
|
+
|
|
1771
|
+
|
|
1772
|
+
class CreateAutoScalingGroupTypeRequestTypeDef(TypedDict):
|
|
1773
|
+
AutoScalingGroupName: str
|
|
1774
|
+
MinSize: int
|
|
1775
|
+
MaxSize: int
|
|
1776
|
+
LaunchConfigurationName: NotRequired[str]
|
|
1777
|
+
LaunchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1778
|
+
MixedInstancesPolicy: NotRequired[MixedInstancesPolicyTypeDef]
|
|
1779
|
+
InstanceId: NotRequired[str]
|
|
1780
|
+
DesiredCapacity: NotRequired[int]
|
|
1781
|
+
DefaultCooldown: NotRequired[int]
|
|
1782
|
+
AvailabilityZones: NotRequired[Sequence[str]]
|
|
1783
|
+
LoadBalancerNames: NotRequired[Sequence[str]]
|
|
1784
|
+
TargetGroupARNs: NotRequired[Sequence[str]]
|
|
1785
|
+
HealthCheckType: NotRequired[str]
|
|
1786
|
+
HealthCheckGracePeriod: NotRequired[int]
|
|
1787
|
+
PlacementGroup: NotRequired[str]
|
|
1788
|
+
VPCZoneIdentifier: NotRequired[str]
|
|
1789
|
+
TerminationPolicies: NotRequired[Sequence[str]]
|
|
1790
|
+
NewInstancesProtectedFromScaleIn: NotRequired[bool]
|
|
1791
|
+
CapacityRebalance: NotRequired[bool]
|
|
1792
|
+
LifecycleHookSpecificationList: NotRequired[Sequence[LifecycleHookSpecificationTypeDef]]
|
|
1793
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1794
|
+
ServiceLinkedRoleARN: NotRequired[str]
|
|
1795
|
+
MaxInstanceLifetime: NotRequired[int]
|
|
1796
|
+
Context: NotRequired[str]
|
|
1797
|
+
DesiredCapacityType: NotRequired[str]
|
|
1798
|
+
DefaultInstanceWarmup: NotRequired[int]
|
|
1799
|
+
TrafficSources: NotRequired[Sequence[TrafficSourceIdentifierTypeDef]]
|
|
1800
|
+
InstanceMaintenancePolicy: NotRequired[InstanceMaintenancePolicyTypeDef]
|
|
1801
|
+
AvailabilityZoneDistribution: NotRequired[AvailabilityZoneDistributionTypeDef]
|
|
1802
|
+
AvailabilityZoneImpairmentPolicy: NotRequired[AvailabilityZoneImpairmentPolicyTypeDef]
|
|
1803
|
+
SkipZonalShiftValidation: NotRequired[bool]
|
|
1804
|
+
CapacityReservationSpecification: NotRequired[CapacityReservationSpecificationTypeDef]
|
|
1805
|
+
|
|
1806
|
+
|
|
1807
|
+
MixedInstancesPolicyUnionTypeDef = Union[
|
|
1808
|
+
MixedInstancesPolicyTypeDef, MixedInstancesPolicyOutputTypeDef
|
|
1809
|
+
]
|
|
1810
|
+
|
|
1811
|
+
|
|
1812
|
+
class UpdateAutoScalingGroupTypeRequestTypeDef(TypedDict):
|
|
1813
|
+
AutoScalingGroupName: str
|
|
1814
|
+
LaunchConfigurationName: NotRequired[str]
|
|
1815
|
+
LaunchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1816
|
+
MixedInstancesPolicy: NotRequired[MixedInstancesPolicyTypeDef]
|
|
1817
|
+
MinSize: NotRequired[int]
|
|
1818
|
+
MaxSize: NotRequired[int]
|
|
1819
|
+
DesiredCapacity: NotRequired[int]
|
|
1820
|
+
DefaultCooldown: NotRequired[int]
|
|
1821
|
+
AvailabilityZones: NotRequired[Sequence[str]]
|
|
1822
|
+
HealthCheckType: NotRequired[str]
|
|
1823
|
+
HealthCheckGracePeriod: NotRequired[int]
|
|
1824
|
+
PlacementGroup: NotRequired[str]
|
|
1825
|
+
VPCZoneIdentifier: NotRequired[str]
|
|
1826
|
+
TerminationPolicies: NotRequired[Sequence[str]]
|
|
1827
|
+
NewInstancesProtectedFromScaleIn: NotRequired[bool]
|
|
1828
|
+
ServiceLinkedRoleARN: NotRequired[str]
|
|
1829
|
+
MaxInstanceLifetime: NotRequired[int]
|
|
1830
|
+
CapacityRebalance: NotRequired[bool]
|
|
1831
|
+
Context: NotRequired[str]
|
|
1832
|
+
DesiredCapacityType: NotRequired[str]
|
|
1833
|
+
DefaultInstanceWarmup: NotRequired[int]
|
|
1834
|
+
InstanceMaintenancePolicy: NotRequired[InstanceMaintenancePolicyTypeDef]
|
|
1835
|
+
AvailabilityZoneDistribution: NotRequired[AvailabilityZoneDistributionTypeDef]
|
|
1836
|
+
AvailabilityZoneImpairmentPolicy: NotRequired[AvailabilityZoneImpairmentPolicyTypeDef]
|
|
1837
|
+
SkipZonalShiftValidation: NotRequired[bool]
|
|
1838
|
+
CapacityReservationSpecification: NotRequired[CapacityReservationSpecificationTypeDef]
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
class PutScalingPolicyTypeRequestTypeDef(TypedDict):
|
|
1842
|
+
AutoScalingGroupName: str
|
|
1843
|
+
PolicyName: str
|
|
1844
|
+
PolicyType: NotRequired[str]
|
|
1845
|
+
AdjustmentType: NotRequired[str]
|
|
1846
|
+
MinAdjustmentStep: NotRequired[int]
|
|
1847
|
+
MinAdjustmentMagnitude: NotRequired[int]
|
|
1848
|
+
ScalingAdjustment: NotRequired[int]
|
|
1849
|
+
Cooldown: NotRequired[int]
|
|
1850
|
+
MetricAggregationType: NotRequired[str]
|
|
1851
|
+
StepAdjustments: NotRequired[Sequence[StepAdjustmentTypeDef]]
|
|
1852
|
+
EstimatedInstanceWarmup: NotRequired[int]
|
|
1853
|
+
TargetTrackingConfiguration: NotRequired[TargetTrackingConfigurationTypeDef]
|
|
1854
|
+
Enabled: NotRequired[bool]
|
|
1855
|
+
PredictiveScalingConfiguration: NotRequired[PredictiveScalingConfigurationTypeDef]
|
|
1856
|
+
|
|
1857
|
+
|
|
1858
|
+
class DesiredConfigurationTypeDef(TypedDict):
|
|
1859
|
+
LaunchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1860
|
+
MixedInstancesPolicy: NotRequired[MixedInstancesPolicyUnionTypeDef]
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
class StartInstanceRefreshTypeRequestTypeDef(TypedDict):
|
|
1864
|
+
AutoScalingGroupName: str
|
|
1865
|
+
Strategy: NotRequired[Literal["Rolling"]]
|
|
1866
|
+
DesiredConfiguration: NotRequired[DesiredConfigurationTypeDef]
|
|
1867
|
+
Preferences: NotRequired[RefreshPreferencesTypeDef]
|