aws-sdk-autoscaling 1.101.0 → 1.103.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-autoscaling/client.rb +1 -1
- data/lib/aws-sdk-autoscaling/plugins/endpoints.rb +4 -2
- data/lib/aws-sdk-autoscaling.rb +1 -1
- data/sig/activity.rbs +74 -0
- data/sig/auto_scaling_group.rbs +541 -0
- data/sig/client.rbs +1371 -0
- data/sig/errors.rbs +46 -0
- data/sig/instance.rbs +125 -0
- data/sig/launch_configuration.rbs +100 -0
- data/sig/lifecycle_hook.rbs +97 -0
- data/sig/load_balancer.rbs +62 -0
- data/sig/notification_configuration.rbs +59 -0
- data/sig/resource.rbs +341 -0
- data/sig/scaling_policy.rbs +101 -0
- data/sig/scheduled_action.rbs +77 -0
- data/sig/tag.rbs +85 -0
- data/sig/types.rbs +1410 -0
- data/sig/waiters.rbs +67 -0
- metadata +23 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,1410 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::AutoScaling
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AcceleratorCountRequest
|
12
|
+
attr_accessor min: ::Integer
|
13
|
+
attr_accessor max: ::Integer
|
14
|
+
SENSITIVE: []
|
15
|
+
end
|
16
|
+
|
17
|
+
class AcceleratorTotalMemoryMiBRequest
|
18
|
+
attr_accessor min: ::Integer
|
19
|
+
attr_accessor max: ::Integer
|
20
|
+
SENSITIVE: []
|
21
|
+
end
|
22
|
+
|
23
|
+
class ActiveInstanceRefreshNotFoundFault
|
24
|
+
attr_accessor message: ::String
|
25
|
+
SENSITIVE: []
|
26
|
+
end
|
27
|
+
|
28
|
+
class ActivitiesType
|
29
|
+
attr_accessor activities: ::Array[Types::Activity]
|
30
|
+
attr_accessor next_token: ::String
|
31
|
+
SENSITIVE: []
|
32
|
+
end
|
33
|
+
|
34
|
+
class Activity
|
35
|
+
attr_accessor activity_id: ::String
|
36
|
+
attr_accessor auto_scaling_group_name: ::String
|
37
|
+
attr_accessor description: ::String
|
38
|
+
attr_accessor cause: ::String
|
39
|
+
attr_accessor start_time: ::Time
|
40
|
+
attr_accessor end_time: ::Time
|
41
|
+
attr_accessor status_code: ("PendingSpotBidPlacement" | "WaitingForSpotInstanceRequestId" | "WaitingForSpotInstanceId" | "WaitingForInstanceId" | "PreInService" | "InProgress" | "WaitingForELBConnectionDraining" | "MidLifecycleAction" | "WaitingForInstanceWarmup" | "Successful" | "Failed" | "Cancelled" | "WaitingForConnectionDraining")
|
42
|
+
attr_accessor status_message: ::String
|
43
|
+
attr_accessor progress: ::Integer
|
44
|
+
attr_accessor details: ::String
|
45
|
+
attr_accessor auto_scaling_group_state: ::String
|
46
|
+
attr_accessor auto_scaling_group_arn: ::String
|
47
|
+
SENSITIVE: []
|
48
|
+
end
|
49
|
+
|
50
|
+
class ActivityType
|
51
|
+
attr_accessor activity: Types::Activity
|
52
|
+
SENSITIVE: []
|
53
|
+
end
|
54
|
+
|
55
|
+
class AdjustmentType
|
56
|
+
attr_accessor adjustment_type: ::String
|
57
|
+
SENSITIVE: []
|
58
|
+
end
|
59
|
+
|
60
|
+
class Alarm
|
61
|
+
attr_accessor alarm_name: ::String
|
62
|
+
attr_accessor alarm_arn: ::String
|
63
|
+
SENSITIVE: []
|
64
|
+
end
|
65
|
+
|
66
|
+
class AlarmSpecification
|
67
|
+
attr_accessor alarms: ::Array[::String]
|
68
|
+
SENSITIVE: []
|
69
|
+
end
|
70
|
+
|
71
|
+
class AlreadyExistsFault
|
72
|
+
attr_accessor message: ::String
|
73
|
+
SENSITIVE: []
|
74
|
+
end
|
75
|
+
|
76
|
+
class AttachInstancesQuery
|
77
|
+
attr_accessor instance_ids: ::Array[::String]
|
78
|
+
attr_accessor auto_scaling_group_name: ::String
|
79
|
+
SENSITIVE: []
|
80
|
+
end
|
81
|
+
|
82
|
+
class AttachLoadBalancerTargetGroupsResultType < Aws::EmptyStructure
|
83
|
+
end
|
84
|
+
|
85
|
+
class AttachLoadBalancerTargetGroupsType
|
86
|
+
attr_accessor auto_scaling_group_name: ::String
|
87
|
+
attr_accessor target_group_arns: ::Array[::String]
|
88
|
+
SENSITIVE: []
|
89
|
+
end
|
90
|
+
|
91
|
+
class AttachLoadBalancersResultType < Aws::EmptyStructure
|
92
|
+
end
|
93
|
+
|
94
|
+
class AttachLoadBalancersType
|
95
|
+
attr_accessor auto_scaling_group_name: ::String
|
96
|
+
attr_accessor load_balancer_names: ::Array[::String]
|
97
|
+
SENSITIVE: []
|
98
|
+
end
|
99
|
+
|
100
|
+
class AttachTrafficSourcesResultType < Aws::EmptyStructure
|
101
|
+
end
|
102
|
+
|
103
|
+
class AttachTrafficSourcesType
|
104
|
+
attr_accessor auto_scaling_group_name: ::String
|
105
|
+
attr_accessor traffic_sources: ::Array[Types::TrafficSourceIdentifier]
|
106
|
+
SENSITIVE: []
|
107
|
+
end
|
108
|
+
|
109
|
+
class AutoScalingGroup
|
110
|
+
attr_accessor auto_scaling_group_name: ::String
|
111
|
+
attr_accessor auto_scaling_group_arn: ::String
|
112
|
+
attr_accessor launch_configuration_name: ::String
|
113
|
+
attr_accessor launch_template: Types::LaunchTemplateSpecification
|
114
|
+
attr_accessor mixed_instances_policy: Types::MixedInstancesPolicy
|
115
|
+
attr_accessor min_size: ::Integer
|
116
|
+
attr_accessor max_size: ::Integer
|
117
|
+
attr_accessor desired_capacity: ::Integer
|
118
|
+
attr_accessor predicted_capacity: ::Integer
|
119
|
+
attr_accessor default_cooldown: ::Integer
|
120
|
+
attr_accessor availability_zones: ::Array[::String]
|
121
|
+
attr_accessor load_balancer_names: ::Array[::String]
|
122
|
+
attr_accessor target_group_arns: ::Array[::String]
|
123
|
+
attr_accessor health_check_type: ::String
|
124
|
+
attr_accessor health_check_grace_period: ::Integer
|
125
|
+
attr_accessor instances: ::Array[Types::Instance]
|
126
|
+
attr_accessor created_time: ::Time
|
127
|
+
attr_accessor suspended_processes: ::Array[Types::SuspendedProcess]
|
128
|
+
attr_accessor placement_group: ::String
|
129
|
+
attr_accessor vpc_zone_identifier: ::String
|
130
|
+
attr_accessor enabled_metrics: ::Array[Types::EnabledMetric]
|
131
|
+
attr_accessor status: ::String
|
132
|
+
attr_accessor tags: ::Array[Types::TagDescription]
|
133
|
+
attr_accessor termination_policies: ::Array[::String]
|
134
|
+
attr_accessor new_instances_protected_from_scale_in: bool
|
135
|
+
attr_accessor service_linked_role_arn: ::String
|
136
|
+
attr_accessor max_instance_lifetime: ::Integer
|
137
|
+
attr_accessor capacity_rebalance: bool
|
138
|
+
attr_accessor warm_pool_configuration: Types::WarmPoolConfiguration
|
139
|
+
attr_accessor warm_pool_size: ::Integer
|
140
|
+
attr_accessor context: ::String
|
141
|
+
attr_accessor desired_capacity_type: ::String
|
142
|
+
attr_accessor default_instance_warmup: ::Integer
|
143
|
+
attr_accessor traffic_sources: ::Array[Types::TrafficSourceIdentifier]
|
144
|
+
attr_accessor instance_maintenance_policy: Types::InstanceMaintenancePolicy
|
145
|
+
SENSITIVE: []
|
146
|
+
end
|
147
|
+
|
148
|
+
class AutoScalingGroupNamesType
|
149
|
+
attr_accessor auto_scaling_group_names: ::Array[::String]
|
150
|
+
attr_accessor next_token: ::String
|
151
|
+
attr_accessor max_records: ::Integer
|
152
|
+
attr_accessor filters: ::Array[Types::Filter]
|
153
|
+
SENSITIVE: []
|
154
|
+
end
|
155
|
+
|
156
|
+
class AutoScalingGroupsType
|
157
|
+
attr_accessor auto_scaling_groups: ::Array[Types::AutoScalingGroup]
|
158
|
+
attr_accessor next_token: ::String
|
159
|
+
SENSITIVE: []
|
160
|
+
end
|
161
|
+
|
162
|
+
class AutoScalingInstanceDetails
|
163
|
+
attr_accessor instance_id: ::String
|
164
|
+
attr_accessor instance_type: ::String
|
165
|
+
attr_accessor auto_scaling_group_name: ::String
|
166
|
+
attr_accessor availability_zone: ::String
|
167
|
+
attr_accessor lifecycle_state: ::String
|
168
|
+
attr_accessor health_status: ::String
|
169
|
+
attr_accessor launch_configuration_name: ::String
|
170
|
+
attr_accessor launch_template: Types::LaunchTemplateSpecification
|
171
|
+
attr_accessor protected_from_scale_in: bool
|
172
|
+
attr_accessor weighted_capacity: ::String
|
173
|
+
SENSITIVE: []
|
174
|
+
end
|
175
|
+
|
176
|
+
class AutoScalingInstancesType
|
177
|
+
attr_accessor auto_scaling_instances: ::Array[Types::AutoScalingInstanceDetails]
|
178
|
+
attr_accessor next_token: ::String
|
179
|
+
SENSITIVE: []
|
180
|
+
end
|
181
|
+
|
182
|
+
class BaselineEbsBandwidthMbpsRequest
|
183
|
+
attr_accessor min: ::Integer
|
184
|
+
attr_accessor max: ::Integer
|
185
|
+
SENSITIVE: []
|
186
|
+
end
|
187
|
+
|
188
|
+
class BatchDeleteScheduledActionAnswer
|
189
|
+
attr_accessor failed_scheduled_actions: ::Array[Types::FailedScheduledUpdateGroupActionRequest]
|
190
|
+
SENSITIVE: []
|
191
|
+
end
|
192
|
+
|
193
|
+
class BatchDeleteScheduledActionType
|
194
|
+
attr_accessor auto_scaling_group_name: ::String
|
195
|
+
attr_accessor scheduled_action_names: ::Array[::String]
|
196
|
+
SENSITIVE: []
|
197
|
+
end
|
198
|
+
|
199
|
+
class BatchPutScheduledUpdateGroupActionAnswer
|
200
|
+
attr_accessor failed_scheduled_update_group_actions: ::Array[Types::FailedScheduledUpdateGroupActionRequest]
|
201
|
+
SENSITIVE: []
|
202
|
+
end
|
203
|
+
|
204
|
+
class BatchPutScheduledUpdateGroupActionType
|
205
|
+
attr_accessor auto_scaling_group_name: ::String
|
206
|
+
attr_accessor scheduled_update_group_actions: ::Array[Types::ScheduledUpdateGroupActionRequest]
|
207
|
+
SENSITIVE: []
|
208
|
+
end
|
209
|
+
|
210
|
+
class BlockDeviceMapping
|
211
|
+
attr_accessor virtual_name: ::String
|
212
|
+
attr_accessor device_name: ::String
|
213
|
+
attr_accessor ebs: Types::Ebs
|
214
|
+
attr_accessor no_device: bool
|
215
|
+
SENSITIVE: []
|
216
|
+
end
|
217
|
+
|
218
|
+
class CancelInstanceRefreshAnswer
|
219
|
+
attr_accessor instance_refresh_id: ::String
|
220
|
+
SENSITIVE: []
|
221
|
+
end
|
222
|
+
|
223
|
+
class CancelInstanceRefreshType
|
224
|
+
attr_accessor auto_scaling_group_name: ::String
|
225
|
+
SENSITIVE: []
|
226
|
+
end
|
227
|
+
|
228
|
+
class CapacityForecast
|
229
|
+
attr_accessor timestamps: ::Array[::Time]
|
230
|
+
attr_accessor values: ::Array[::Float]
|
231
|
+
SENSITIVE: []
|
232
|
+
end
|
233
|
+
|
234
|
+
class CompleteLifecycleActionAnswer < Aws::EmptyStructure
|
235
|
+
end
|
236
|
+
|
237
|
+
class CompleteLifecycleActionType
|
238
|
+
attr_accessor lifecycle_hook_name: ::String
|
239
|
+
attr_accessor auto_scaling_group_name: ::String
|
240
|
+
attr_accessor lifecycle_action_token: ::String
|
241
|
+
attr_accessor lifecycle_action_result: ::String
|
242
|
+
attr_accessor instance_id: ::String
|
243
|
+
SENSITIVE: []
|
244
|
+
end
|
245
|
+
|
246
|
+
class CreateAutoScalingGroupType
|
247
|
+
attr_accessor auto_scaling_group_name: ::String
|
248
|
+
attr_accessor launch_configuration_name: ::String
|
249
|
+
attr_accessor launch_template: Types::LaunchTemplateSpecification
|
250
|
+
attr_accessor mixed_instances_policy: Types::MixedInstancesPolicy
|
251
|
+
attr_accessor instance_id: ::String
|
252
|
+
attr_accessor min_size: ::Integer
|
253
|
+
attr_accessor max_size: ::Integer
|
254
|
+
attr_accessor desired_capacity: ::Integer
|
255
|
+
attr_accessor default_cooldown: ::Integer
|
256
|
+
attr_accessor availability_zones: ::Array[::String]
|
257
|
+
attr_accessor load_balancer_names: ::Array[::String]
|
258
|
+
attr_accessor target_group_arns: ::Array[::String]
|
259
|
+
attr_accessor health_check_type: ::String
|
260
|
+
attr_accessor health_check_grace_period: ::Integer
|
261
|
+
attr_accessor placement_group: ::String
|
262
|
+
attr_accessor vpc_zone_identifier: ::String
|
263
|
+
attr_accessor termination_policies: ::Array[::String]
|
264
|
+
attr_accessor new_instances_protected_from_scale_in: bool
|
265
|
+
attr_accessor capacity_rebalance: bool
|
266
|
+
attr_accessor lifecycle_hook_specification_list: ::Array[Types::LifecycleHookSpecification]
|
267
|
+
attr_accessor tags: ::Array[Types::Tag]
|
268
|
+
attr_accessor service_linked_role_arn: ::String
|
269
|
+
attr_accessor max_instance_lifetime: ::Integer
|
270
|
+
attr_accessor context: ::String
|
271
|
+
attr_accessor desired_capacity_type: ::String
|
272
|
+
attr_accessor default_instance_warmup: ::Integer
|
273
|
+
attr_accessor traffic_sources: ::Array[Types::TrafficSourceIdentifier]
|
274
|
+
attr_accessor instance_maintenance_policy: Types::InstanceMaintenancePolicy
|
275
|
+
SENSITIVE: []
|
276
|
+
end
|
277
|
+
|
278
|
+
class CreateLaunchConfigurationType
|
279
|
+
attr_accessor launch_configuration_name: ::String
|
280
|
+
attr_accessor image_id: ::String
|
281
|
+
attr_accessor key_name: ::String
|
282
|
+
attr_accessor security_groups: ::Array[::String]
|
283
|
+
attr_accessor classic_link_vpc_id: ::String
|
284
|
+
attr_accessor classic_link_vpc_security_groups: ::Array[::String]
|
285
|
+
attr_accessor user_data: ::String
|
286
|
+
attr_accessor instance_id: ::String
|
287
|
+
attr_accessor instance_type: ::String
|
288
|
+
attr_accessor kernel_id: ::String
|
289
|
+
attr_accessor ramdisk_id: ::String
|
290
|
+
attr_accessor block_device_mappings: ::Array[Types::BlockDeviceMapping]
|
291
|
+
attr_accessor instance_monitoring: Types::InstanceMonitoring
|
292
|
+
attr_accessor spot_price: ::String
|
293
|
+
attr_accessor iam_instance_profile: ::String
|
294
|
+
attr_accessor ebs_optimized: bool
|
295
|
+
attr_accessor associate_public_ip_address: bool
|
296
|
+
attr_accessor placement_tenancy: ::String
|
297
|
+
attr_accessor metadata_options: Types::InstanceMetadataOptions
|
298
|
+
SENSITIVE: []
|
299
|
+
end
|
300
|
+
|
301
|
+
class CreateOrUpdateTagsType
|
302
|
+
attr_accessor tags: ::Array[Types::Tag]
|
303
|
+
SENSITIVE: []
|
304
|
+
end
|
305
|
+
|
306
|
+
class CustomizedMetricSpecification
|
307
|
+
attr_accessor metric_name: ::String
|
308
|
+
attr_accessor namespace: ::String
|
309
|
+
attr_accessor dimensions: ::Array[Types::MetricDimension]
|
310
|
+
attr_accessor statistic: ("Average" | "Minimum" | "Maximum" | "SampleCount" | "Sum")
|
311
|
+
attr_accessor unit: ::String
|
312
|
+
attr_accessor metrics: ::Array[Types::TargetTrackingMetricDataQuery]
|
313
|
+
SENSITIVE: []
|
314
|
+
end
|
315
|
+
|
316
|
+
class DeleteAutoScalingGroupType
|
317
|
+
attr_accessor auto_scaling_group_name: ::String
|
318
|
+
attr_accessor force_delete: bool
|
319
|
+
SENSITIVE: []
|
320
|
+
end
|
321
|
+
|
322
|
+
class DeleteLifecycleHookAnswer < Aws::EmptyStructure
|
323
|
+
end
|
324
|
+
|
325
|
+
class DeleteLifecycleHookType
|
326
|
+
attr_accessor lifecycle_hook_name: ::String
|
327
|
+
attr_accessor auto_scaling_group_name: ::String
|
328
|
+
SENSITIVE: []
|
329
|
+
end
|
330
|
+
|
331
|
+
class DeleteNotificationConfigurationType
|
332
|
+
attr_accessor auto_scaling_group_name: ::String
|
333
|
+
attr_accessor topic_arn: ::String
|
334
|
+
SENSITIVE: []
|
335
|
+
end
|
336
|
+
|
337
|
+
class DeletePolicyType
|
338
|
+
attr_accessor auto_scaling_group_name: ::String
|
339
|
+
attr_accessor policy_name: ::String
|
340
|
+
SENSITIVE: []
|
341
|
+
end
|
342
|
+
|
343
|
+
class DeleteScheduledActionType
|
344
|
+
attr_accessor auto_scaling_group_name: ::String
|
345
|
+
attr_accessor scheduled_action_name: ::String
|
346
|
+
SENSITIVE: []
|
347
|
+
end
|
348
|
+
|
349
|
+
class DeleteTagsType
|
350
|
+
attr_accessor tags: ::Array[Types::Tag]
|
351
|
+
SENSITIVE: []
|
352
|
+
end
|
353
|
+
|
354
|
+
class DeleteWarmPoolAnswer < Aws::EmptyStructure
|
355
|
+
end
|
356
|
+
|
357
|
+
class DeleteWarmPoolType
|
358
|
+
attr_accessor auto_scaling_group_name: ::String
|
359
|
+
attr_accessor force_delete: bool
|
360
|
+
SENSITIVE: []
|
361
|
+
end
|
362
|
+
|
363
|
+
class DescribeAccountLimitsAnswer
|
364
|
+
attr_accessor max_number_of_auto_scaling_groups: ::Integer
|
365
|
+
attr_accessor max_number_of_launch_configurations: ::Integer
|
366
|
+
attr_accessor number_of_auto_scaling_groups: ::Integer
|
367
|
+
attr_accessor number_of_launch_configurations: ::Integer
|
368
|
+
SENSITIVE: []
|
369
|
+
end
|
370
|
+
|
371
|
+
class DescribeAdjustmentTypesAnswer
|
372
|
+
attr_accessor adjustment_types: ::Array[Types::AdjustmentType]
|
373
|
+
SENSITIVE: []
|
374
|
+
end
|
375
|
+
|
376
|
+
class DescribeAutoScalingInstancesType
|
377
|
+
attr_accessor instance_ids: ::Array[::String]
|
378
|
+
attr_accessor max_records: ::Integer
|
379
|
+
attr_accessor next_token: ::String
|
380
|
+
SENSITIVE: []
|
381
|
+
end
|
382
|
+
|
383
|
+
class DescribeAutoScalingNotificationTypesAnswer
|
384
|
+
attr_accessor auto_scaling_notification_types: ::Array[::String]
|
385
|
+
SENSITIVE: []
|
386
|
+
end
|
387
|
+
|
388
|
+
class DescribeInstanceRefreshesAnswer
|
389
|
+
attr_accessor instance_refreshes: ::Array[Types::InstanceRefresh]
|
390
|
+
attr_accessor next_token: ::String
|
391
|
+
SENSITIVE: []
|
392
|
+
end
|
393
|
+
|
394
|
+
class DescribeInstanceRefreshesType
|
395
|
+
attr_accessor auto_scaling_group_name: ::String
|
396
|
+
attr_accessor instance_refresh_ids: ::Array[::String]
|
397
|
+
attr_accessor next_token: ::String
|
398
|
+
attr_accessor max_records: ::Integer
|
399
|
+
SENSITIVE: []
|
400
|
+
end
|
401
|
+
|
402
|
+
class DescribeLifecycleHookTypesAnswer
|
403
|
+
attr_accessor lifecycle_hook_types: ::Array[::String]
|
404
|
+
SENSITIVE: []
|
405
|
+
end
|
406
|
+
|
407
|
+
class DescribeLifecycleHooksAnswer
|
408
|
+
attr_accessor lifecycle_hooks: ::Array[Types::LifecycleHook]
|
409
|
+
SENSITIVE: []
|
410
|
+
end
|
411
|
+
|
412
|
+
class DescribeLifecycleHooksType
|
413
|
+
attr_accessor auto_scaling_group_name: ::String
|
414
|
+
attr_accessor lifecycle_hook_names: ::Array[::String]
|
415
|
+
SENSITIVE: []
|
416
|
+
end
|
417
|
+
|
418
|
+
class DescribeLoadBalancerTargetGroupsRequest
|
419
|
+
attr_accessor auto_scaling_group_name: ::String
|
420
|
+
attr_accessor next_token: ::String
|
421
|
+
attr_accessor max_records: ::Integer
|
422
|
+
SENSITIVE: []
|
423
|
+
end
|
424
|
+
|
425
|
+
class DescribeLoadBalancerTargetGroupsResponse
|
426
|
+
attr_accessor load_balancer_target_groups: ::Array[Types::LoadBalancerTargetGroupState]
|
427
|
+
attr_accessor next_token: ::String
|
428
|
+
SENSITIVE: []
|
429
|
+
end
|
430
|
+
|
431
|
+
class DescribeLoadBalancersRequest
|
432
|
+
attr_accessor auto_scaling_group_name: ::String
|
433
|
+
attr_accessor next_token: ::String
|
434
|
+
attr_accessor max_records: ::Integer
|
435
|
+
SENSITIVE: []
|
436
|
+
end
|
437
|
+
|
438
|
+
class DescribeLoadBalancersResponse
|
439
|
+
attr_accessor load_balancers: ::Array[Types::LoadBalancerState]
|
440
|
+
attr_accessor next_token: ::String
|
441
|
+
SENSITIVE: []
|
442
|
+
end
|
443
|
+
|
444
|
+
class DescribeMetricCollectionTypesAnswer
|
445
|
+
attr_accessor metrics: ::Array[Types::MetricCollectionType]
|
446
|
+
attr_accessor granularities: ::Array[Types::MetricGranularityType]
|
447
|
+
SENSITIVE: []
|
448
|
+
end
|
449
|
+
|
450
|
+
class DescribeNotificationConfigurationsAnswer
|
451
|
+
attr_accessor notification_configurations: ::Array[Types::NotificationConfiguration]
|
452
|
+
attr_accessor next_token: ::String
|
453
|
+
SENSITIVE: []
|
454
|
+
end
|
455
|
+
|
456
|
+
class DescribeNotificationConfigurationsType
|
457
|
+
attr_accessor auto_scaling_group_names: ::Array[::String]
|
458
|
+
attr_accessor next_token: ::String
|
459
|
+
attr_accessor max_records: ::Integer
|
460
|
+
SENSITIVE: []
|
461
|
+
end
|
462
|
+
|
463
|
+
class DescribePoliciesType
|
464
|
+
attr_accessor auto_scaling_group_name: ::String
|
465
|
+
attr_accessor policy_names: ::Array[::String]
|
466
|
+
attr_accessor policy_types: ::Array[::String]
|
467
|
+
attr_accessor next_token: ::String
|
468
|
+
attr_accessor max_records: ::Integer
|
469
|
+
SENSITIVE: []
|
470
|
+
end
|
471
|
+
|
472
|
+
class DescribeScalingActivitiesType
|
473
|
+
attr_accessor activity_ids: ::Array[::String]
|
474
|
+
attr_accessor auto_scaling_group_name: ::String
|
475
|
+
attr_accessor include_deleted_groups: bool
|
476
|
+
attr_accessor max_records: ::Integer
|
477
|
+
attr_accessor next_token: ::String
|
478
|
+
SENSITIVE: []
|
479
|
+
end
|
480
|
+
|
481
|
+
class DescribeScheduledActionsType
|
482
|
+
attr_accessor auto_scaling_group_name: ::String
|
483
|
+
attr_accessor scheduled_action_names: ::Array[::String]
|
484
|
+
attr_accessor start_time: ::Time
|
485
|
+
attr_accessor end_time: ::Time
|
486
|
+
attr_accessor next_token: ::String
|
487
|
+
attr_accessor max_records: ::Integer
|
488
|
+
SENSITIVE: []
|
489
|
+
end
|
490
|
+
|
491
|
+
class DescribeTagsType
|
492
|
+
attr_accessor filters: ::Array[Types::Filter]
|
493
|
+
attr_accessor next_token: ::String
|
494
|
+
attr_accessor max_records: ::Integer
|
495
|
+
SENSITIVE: []
|
496
|
+
end
|
497
|
+
|
498
|
+
class DescribeTerminationPolicyTypesAnswer
|
499
|
+
attr_accessor termination_policy_types: ::Array[::String]
|
500
|
+
SENSITIVE: []
|
501
|
+
end
|
502
|
+
|
503
|
+
class DescribeTrafficSourcesRequest
|
504
|
+
attr_accessor auto_scaling_group_name: ::String
|
505
|
+
attr_accessor traffic_source_type: ::String
|
506
|
+
attr_accessor next_token: ::String
|
507
|
+
attr_accessor max_records: ::Integer
|
508
|
+
SENSITIVE: []
|
509
|
+
end
|
510
|
+
|
511
|
+
class DescribeTrafficSourcesResponse
|
512
|
+
attr_accessor traffic_sources: ::Array[Types::TrafficSourceState]
|
513
|
+
attr_accessor next_token: ::String
|
514
|
+
SENSITIVE: []
|
515
|
+
end
|
516
|
+
|
517
|
+
class DescribeWarmPoolAnswer
|
518
|
+
attr_accessor warm_pool_configuration: Types::WarmPoolConfiguration
|
519
|
+
attr_accessor instances: ::Array[Types::Instance]
|
520
|
+
attr_accessor next_token: ::String
|
521
|
+
SENSITIVE: []
|
522
|
+
end
|
523
|
+
|
524
|
+
class DescribeWarmPoolType
|
525
|
+
attr_accessor auto_scaling_group_name: ::String
|
526
|
+
attr_accessor max_records: ::Integer
|
527
|
+
attr_accessor next_token: ::String
|
528
|
+
SENSITIVE: []
|
529
|
+
end
|
530
|
+
|
531
|
+
class DesiredConfiguration
|
532
|
+
attr_accessor launch_template: Types::LaunchTemplateSpecification
|
533
|
+
attr_accessor mixed_instances_policy: Types::MixedInstancesPolicy
|
534
|
+
SENSITIVE: []
|
535
|
+
end
|
536
|
+
|
537
|
+
class DetachInstancesAnswer
|
538
|
+
attr_accessor activities: ::Array[Types::Activity]
|
539
|
+
SENSITIVE: []
|
540
|
+
end
|
541
|
+
|
542
|
+
class DetachInstancesQuery
|
543
|
+
attr_accessor instance_ids: ::Array[::String]
|
544
|
+
attr_accessor auto_scaling_group_name: ::String
|
545
|
+
attr_accessor should_decrement_desired_capacity: bool
|
546
|
+
SENSITIVE: []
|
547
|
+
end
|
548
|
+
|
549
|
+
class DetachLoadBalancerTargetGroupsResultType < Aws::EmptyStructure
|
550
|
+
end
|
551
|
+
|
552
|
+
class DetachLoadBalancerTargetGroupsType
|
553
|
+
attr_accessor auto_scaling_group_name: ::String
|
554
|
+
attr_accessor target_group_arns: ::Array[::String]
|
555
|
+
SENSITIVE: []
|
556
|
+
end
|
557
|
+
|
558
|
+
class DetachLoadBalancersResultType < Aws::EmptyStructure
|
559
|
+
end
|
560
|
+
|
561
|
+
class DetachLoadBalancersType
|
562
|
+
attr_accessor auto_scaling_group_name: ::String
|
563
|
+
attr_accessor load_balancer_names: ::Array[::String]
|
564
|
+
SENSITIVE: []
|
565
|
+
end
|
566
|
+
|
567
|
+
class DetachTrafficSourcesResultType < Aws::EmptyStructure
|
568
|
+
end
|
569
|
+
|
570
|
+
class DetachTrafficSourcesType
|
571
|
+
attr_accessor auto_scaling_group_name: ::String
|
572
|
+
attr_accessor traffic_sources: ::Array[Types::TrafficSourceIdentifier]
|
573
|
+
SENSITIVE: []
|
574
|
+
end
|
575
|
+
|
576
|
+
class DisableMetricsCollectionQuery
|
577
|
+
attr_accessor auto_scaling_group_name: ::String
|
578
|
+
attr_accessor metrics: ::Array[::String]
|
579
|
+
SENSITIVE: []
|
580
|
+
end
|
581
|
+
|
582
|
+
class Ebs
|
583
|
+
attr_accessor snapshot_id: ::String
|
584
|
+
attr_accessor volume_size: ::Integer
|
585
|
+
attr_accessor volume_type: ::String
|
586
|
+
attr_accessor delete_on_termination: bool
|
587
|
+
attr_accessor iops: ::Integer
|
588
|
+
attr_accessor encrypted: bool
|
589
|
+
attr_accessor throughput: ::Integer
|
590
|
+
SENSITIVE: []
|
591
|
+
end
|
592
|
+
|
593
|
+
class EnableMetricsCollectionQuery
|
594
|
+
attr_accessor auto_scaling_group_name: ::String
|
595
|
+
attr_accessor metrics: ::Array[::String]
|
596
|
+
attr_accessor granularity: ::String
|
597
|
+
SENSITIVE: []
|
598
|
+
end
|
599
|
+
|
600
|
+
class EnabledMetric
|
601
|
+
attr_accessor metric: ::String
|
602
|
+
attr_accessor granularity: ::String
|
603
|
+
SENSITIVE: []
|
604
|
+
end
|
605
|
+
|
606
|
+
class EnterStandbyAnswer
|
607
|
+
attr_accessor activities: ::Array[Types::Activity]
|
608
|
+
SENSITIVE: []
|
609
|
+
end
|
610
|
+
|
611
|
+
class EnterStandbyQuery
|
612
|
+
attr_accessor instance_ids: ::Array[::String]
|
613
|
+
attr_accessor auto_scaling_group_name: ::String
|
614
|
+
attr_accessor should_decrement_desired_capacity: bool
|
615
|
+
SENSITIVE: []
|
616
|
+
end
|
617
|
+
|
618
|
+
class ExecutePolicyType
|
619
|
+
attr_accessor auto_scaling_group_name: ::String
|
620
|
+
attr_accessor policy_name: ::String
|
621
|
+
attr_accessor honor_cooldown: bool
|
622
|
+
attr_accessor metric_value: ::Float
|
623
|
+
attr_accessor breach_threshold: ::Float
|
624
|
+
SENSITIVE: []
|
625
|
+
end
|
626
|
+
|
627
|
+
class ExitStandbyAnswer
|
628
|
+
attr_accessor activities: ::Array[Types::Activity]
|
629
|
+
SENSITIVE: []
|
630
|
+
end
|
631
|
+
|
632
|
+
class ExitStandbyQuery
|
633
|
+
attr_accessor instance_ids: ::Array[::String]
|
634
|
+
attr_accessor auto_scaling_group_name: ::String
|
635
|
+
SENSITIVE: []
|
636
|
+
end
|
637
|
+
|
638
|
+
class FailedScheduledUpdateGroupActionRequest
|
639
|
+
attr_accessor scheduled_action_name: ::String
|
640
|
+
attr_accessor error_code: ::String
|
641
|
+
attr_accessor error_message: ::String
|
642
|
+
SENSITIVE: []
|
643
|
+
end
|
644
|
+
|
645
|
+
class Filter
|
646
|
+
attr_accessor name: ::String
|
647
|
+
attr_accessor values: ::Array[::String]
|
648
|
+
SENSITIVE: []
|
649
|
+
end
|
650
|
+
|
651
|
+
class GetPredictiveScalingForecastAnswer
|
652
|
+
attr_accessor load_forecast: ::Array[Types::LoadForecast]
|
653
|
+
attr_accessor capacity_forecast: Types::CapacityForecast
|
654
|
+
attr_accessor update_time: ::Time
|
655
|
+
SENSITIVE: []
|
656
|
+
end
|
657
|
+
|
658
|
+
class GetPredictiveScalingForecastType
|
659
|
+
attr_accessor auto_scaling_group_name: ::String
|
660
|
+
attr_accessor policy_name: ::String
|
661
|
+
attr_accessor start_time: ::Time
|
662
|
+
attr_accessor end_time: ::Time
|
663
|
+
SENSITIVE: []
|
664
|
+
end
|
665
|
+
|
666
|
+
class Instance
|
667
|
+
attr_accessor instance_id: ::String
|
668
|
+
attr_accessor instance_type: ::String
|
669
|
+
attr_accessor availability_zone: ::String
|
670
|
+
attr_accessor lifecycle_state: ("Pending" | "Pending:Wait" | "Pending:Proceed" | "Quarantined" | "InService" | "Terminating" | "Terminating:Wait" | "Terminating:Proceed" | "Terminated" | "Detaching" | "Detached" | "EnteringStandby" | "Standby" | "Warmed:Pending" | "Warmed:Pending:Wait" | "Warmed:Pending:Proceed" | "Warmed:Terminating" | "Warmed:Terminating:Wait" | "Warmed:Terminating:Proceed" | "Warmed:Terminated" | "Warmed:Stopped" | "Warmed:Running" | "Warmed:Hibernated")
|
671
|
+
attr_accessor health_status: ::String
|
672
|
+
attr_accessor launch_configuration_name: ::String
|
673
|
+
attr_accessor launch_template: Types::LaunchTemplateSpecification
|
674
|
+
attr_accessor protected_from_scale_in: bool
|
675
|
+
attr_accessor weighted_capacity: ::String
|
676
|
+
SENSITIVE: []
|
677
|
+
end
|
678
|
+
|
679
|
+
class InstanceMaintenancePolicy
|
680
|
+
attr_accessor min_healthy_percentage: ::Integer
|
681
|
+
attr_accessor max_healthy_percentage: ::Integer
|
682
|
+
SENSITIVE: []
|
683
|
+
end
|
684
|
+
|
685
|
+
class InstanceMetadataOptions
|
686
|
+
attr_accessor http_tokens: ("optional" | "required")
|
687
|
+
attr_accessor http_put_response_hop_limit: ::Integer
|
688
|
+
attr_accessor http_endpoint: ("disabled" | "enabled")
|
689
|
+
SENSITIVE: []
|
690
|
+
end
|
691
|
+
|
692
|
+
class InstanceMonitoring
|
693
|
+
attr_accessor enabled: bool
|
694
|
+
SENSITIVE: []
|
695
|
+
end
|
696
|
+
|
697
|
+
class InstanceRefresh
|
698
|
+
attr_accessor instance_refresh_id: ::String
|
699
|
+
attr_accessor auto_scaling_group_name: ::String
|
700
|
+
attr_accessor status: ("Pending" | "InProgress" | "Successful" | "Failed" | "Cancelling" | "Cancelled" | "RollbackInProgress" | "RollbackFailed" | "RollbackSuccessful")
|
701
|
+
attr_accessor status_reason: ::String
|
702
|
+
attr_accessor start_time: ::Time
|
703
|
+
attr_accessor end_time: ::Time
|
704
|
+
attr_accessor percentage_complete: ::Integer
|
705
|
+
attr_accessor instances_to_update: ::Integer
|
706
|
+
attr_accessor progress_details: Types::InstanceRefreshProgressDetails
|
707
|
+
attr_accessor preferences: Types::RefreshPreferences
|
708
|
+
attr_accessor desired_configuration: Types::DesiredConfiguration
|
709
|
+
attr_accessor rollback_details: Types::RollbackDetails
|
710
|
+
SENSITIVE: []
|
711
|
+
end
|
712
|
+
|
713
|
+
class InstanceRefreshInProgressFault
|
714
|
+
attr_accessor message: ::String
|
715
|
+
SENSITIVE: []
|
716
|
+
end
|
717
|
+
|
718
|
+
class InstanceRefreshLivePoolProgress
|
719
|
+
attr_accessor percentage_complete: ::Integer
|
720
|
+
attr_accessor instances_to_update: ::Integer
|
721
|
+
SENSITIVE: []
|
722
|
+
end
|
723
|
+
|
724
|
+
class InstanceRefreshProgressDetails
|
725
|
+
attr_accessor live_pool_progress: Types::InstanceRefreshLivePoolProgress
|
726
|
+
attr_accessor warm_pool_progress: Types::InstanceRefreshWarmPoolProgress
|
727
|
+
SENSITIVE: []
|
728
|
+
end
|
729
|
+
|
730
|
+
class InstanceRefreshWarmPoolProgress
|
731
|
+
attr_accessor percentage_complete: ::Integer
|
732
|
+
attr_accessor instances_to_update: ::Integer
|
733
|
+
SENSITIVE: []
|
734
|
+
end
|
735
|
+
|
736
|
+
class InstanceRequirements
|
737
|
+
attr_accessor v_cpu_count: Types::VCpuCountRequest
|
738
|
+
attr_accessor memory_mi_b: Types::MemoryMiBRequest
|
739
|
+
attr_accessor cpu_manufacturers: ::Array[("intel" | "amd" | "amazon-web-services")]
|
740
|
+
attr_accessor memory_gi_b_per_v_cpu: Types::MemoryGiBPerVCpuRequest
|
741
|
+
attr_accessor excluded_instance_types: ::Array[::String]
|
742
|
+
attr_accessor instance_generations: ::Array[("current" | "previous")]
|
743
|
+
attr_accessor spot_max_price_percentage_over_lowest_price: ::Integer
|
744
|
+
attr_accessor on_demand_max_price_percentage_over_lowest_price: ::Integer
|
745
|
+
attr_accessor bare_metal: ("included" | "excluded" | "required")
|
746
|
+
attr_accessor burstable_performance: ("included" | "excluded" | "required")
|
747
|
+
attr_accessor require_hibernate_support: bool
|
748
|
+
attr_accessor network_interface_count: Types::NetworkInterfaceCountRequest
|
749
|
+
attr_accessor local_storage: ("included" | "excluded" | "required")
|
750
|
+
attr_accessor local_storage_types: ::Array[("hdd" | "ssd")]
|
751
|
+
attr_accessor total_local_storage_gb: Types::TotalLocalStorageGBRequest
|
752
|
+
attr_accessor baseline_ebs_bandwidth_mbps: Types::BaselineEbsBandwidthMbpsRequest
|
753
|
+
attr_accessor accelerator_types: ::Array[("gpu" | "fpga" | "inference")]
|
754
|
+
attr_accessor accelerator_count: Types::AcceleratorCountRequest
|
755
|
+
attr_accessor accelerator_manufacturers: ::Array[("nvidia" | "amd" | "amazon-web-services" | "xilinx")]
|
756
|
+
attr_accessor accelerator_names: ::Array[("a100" | "v100" | "k80" | "t4" | "m60" | "radeon-pro-v520" | "vu9p")]
|
757
|
+
attr_accessor accelerator_total_memory_mi_b: Types::AcceleratorTotalMemoryMiBRequest
|
758
|
+
attr_accessor network_bandwidth_gbps: Types::NetworkBandwidthGbpsRequest
|
759
|
+
attr_accessor allowed_instance_types: ::Array[::String]
|
760
|
+
SENSITIVE: []
|
761
|
+
end
|
762
|
+
|
763
|
+
class InstanceReusePolicy
|
764
|
+
attr_accessor reuse_on_scale_in: bool
|
765
|
+
SENSITIVE: []
|
766
|
+
end
|
767
|
+
|
768
|
+
class InstancesDistribution
|
769
|
+
attr_accessor on_demand_allocation_strategy: ::String
|
770
|
+
attr_accessor on_demand_base_capacity: ::Integer
|
771
|
+
attr_accessor on_demand_percentage_above_base_capacity: ::Integer
|
772
|
+
attr_accessor spot_allocation_strategy: ::String
|
773
|
+
attr_accessor spot_instance_pools: ::Integer
|
774
|
+
attr_accessor spot_max_price: ::String
|
775
|
+
SENSITIVE: []
|
776
|
+
end
|
777
|
+
|
778
|
+
class InvalidNextToken
|
779
|
+
attr_accessor message: ::String
|
780
|
+
SENSITIVE: []
|
781
|
+
end
|
782
|
+
|
783
|
+
class IrreversibleInstanceRefreshFault
|
784
|
+
attr_accessor message: ::String
|
785
|
+
SENSITIVE: []
|
786
|
+
end
|
787
|
+
|
788
|
+
class LaunchConfiguration
|
789
|
+
attr_accessor launch_configuration_name: ::String
|
790
|
+
attr_accessor launch_configuration_arn: ::String
|
791
|
+
attr_accessor image_id: ::String
|
792
|
+
attr_accessor key_name: ::String
|
793
|
+
attr_accessor security_groups: ::Array[::String]
|
794
|
+
attr_accessor classic_link_vpc_id: ::String
|
795
|
+
attr_accessor classic_link_vpc_security_groups: ::Array[::String]
|
796
|
+
attr_accessor user_data: ::String
|
797
|
+
attr_accessor instance_type: ::String
|
798
|
+
attr_accessor kernel_id: ::String
|
799
|
+
attr_accessor ramdisk_id: ::String
|
800
|
+
attr_accessor block_device_mappings: ::Array[Types::BlockDeviceMapping]
|
801
|
+
attr_accessor instance_monitoring: Types::InstanceMonitoring
|
802
|
+
attr_accessor spot_price: ::String
|
803
|
+
attr_accessor iam_instance_profile: ::String
|
804
|
+
attr_accessor created_time: ::Time
|
805
|
+
attr_accessor ebs_optimized: bool
|
806
|
+
attr_accessor associate_public_ip_address: bool
|
807
|
+
attr_accessor placement_tenancy: ::String
|
808
|
+
attr_accessor metadata_options: Types::InstanceMetadataOptions
|
809
|
+
SENSITIVE: []
|
810
|
+
end
|
811
|
+
|
812
|
+
class LaunchConfigurationNameType
|
813
|
+
attr_accessor launch_configuration_name: ::String
|
814
|
+
SENSITIVE: []
|
815
|
+
end
|
816
|
+
|
817
|
+
class LaunchConfigurationNamesType
|
818
|
+
attr_accessor launch_configuration_names: ::Array[::String]
|
819
|
+
attr_accessor next_token: ::String
|
820
|
+
attr_accessor max_records: ::Integer
|
821
|
+
SENSITIVE: []
|
822
|
+
end
|
823
|
+
|
824
|
+
class LaunchConfigurationsType
|
825
|
+
attr_accessor launch_configurations: ::Array[Types::LaunchConfiguration]
|
826
|
+
attr_accessor next_token: ::String
|
827
|
+
SENSITIVE: []
|
828
|
+
end
|
829
|
+
|
830
|
+
class LaunchTemplate
|
831
|
+
attr_accessor launch_template_specification: Types::LaunchTemplateSpecification
|
832
|
+
attr_accessor overrides: ::Array[Types::LaunchTemplateOverrides]
|
833
|
+
SENSITIVE: []
|
834
|
+
end
|
835
|
+
|
836
|
+
class LaunchTemplateOverrides
|
837
|
+
attr_accessor instance_type: ::String
|
838
|
+
attr_accessor weighted_capacity: ::String
|
839
|
+
attr_accessor launch_template_specification: Types::LaunchTemplateSpecification
|
840
|
+
attr_accessor instance_requirements: Types::InstanceRequirements
|
841
|
+
SENSITIVE: []
|
842
|
+
end
|
843
|
+
|
844
|
+
class LaunchTemplateSpecification
|
845
|
+
attr_accessor launch_template_id: ::String
|
846
|
+
attr_accessor launch_template_name: ::String
|
847
|
+
attr_accessor version: ::String
|
848
|
+
SENSITIVE: []
|
849
|
+
end
|
850
|
+
|
851
|
+
class LifecycleHook
|
852
|
+
attr_accessor lifecycle_hook_name: ::String
|
853
|
+
attr_accessor auto_scaling_group_name: ::String
|
854
|
+
attr_accessor lifecycle_transition: ::String
|
855
|
+
attr_accessor notification_target_arn: ::String
|
856
|
+
attr_accessor role_arn: ::String
|
857
|
+
attr_accessor notification_metadata: ::String
|
858
|
+
attr_accessor heartbeat_timeout: ::Integer
|
859
|
+
attr_accessor global_timeout: ::Integer
|
860
|
+
attr_accessor default_result: ::String
|
861
|
+
SENSITIVE: []
|
862
|
+
end
|
863
|
+
|
864
|
+
class LifecycleHookSpecification
|
865
|
+
attr_accessor lifecycle_hook_name: ::String
|
866
|
+
attr_accessor lifecycle_transition: ::String
|
867
|
+
attr_accessor notification_metadata: ::String
|
868
|
+
attr_accessor heartbeat_timeout: ::Integer
|
869
|
+
attr_accessor default_result: ::String
|
870
|
+
attr_accessor notification_target_arn: ::String
|
871
|
+
attr_accessor role_arn: ::String
|
872
|
+
SENSITIVE: []
|
873
|
+
end
|
874
|
+
|
875
|
+
class LimitExceededFault
|
876
|
+
attr_accessor message: ::String
|
877
|
+
SENSITIVE: []
|
878
|
+
end
|
879
|
+
|
880
|
+
class LoadBalancerState
|
881
|
+
attr_accessor load_balancer_name: ::String
|
882
|
+
attr_accessor state: ::String
|
883
|
+
SENSITIVE: []
|
884
|
+
end
|
885
|
+
|
886
|
+
class LoadBalancerTargetGroupState
|
887
|
+
attr_accessor load_balancer_target_group_arn: ::String
|
888
|
+
attr_accessor state: ::String
|
889
|
+
SENSITIVE: []
|
890
|
+
end
|
891
|
+
|
892
|
+
class LoadForecast
|
893
|
+
attr_accessor timestamps: ::Array[::Time]
|
894
|
+
attr_accessor values: ::Array[::Float]
|
895
|
+
attr_accessor metric_specification: Types::PredictiveScalingMetricSpecification
|
896
|
+
SENSITIVE: []
|
897
|
+
end
|
898
|
+
|
899
|
+
class MemoryGiBPerVCpuRequest
|
900
|
+
attr_accessor min: ::Float
|
901
|
+
attr_accessor max: ::Float
|
902
|
+
SENSITIVE: []
|
903
|
+
end
|
904
|
+
|
905
|
+
class MemoryMiBRequest
|
906
|
+
attr_accessor min: ::Integer
|
907
|
+
attr_accessor max: ::Integer
|
908
|
+
SENSITIVE: []
|
909
|
+
end
|
910
|
+
|
911
|
+
class Metric
|
912
|
+
attr_accessor namespace: ::String
|
913
|
+
attr_accessor metric_name: ::String
|
914
|
+
attr_accessor dimensions: ::Array[Types::MetricDimension]
|
915
|
+
SENSITIVE: []
|
916
|
+
end
|
917
|
+
|
918
|
+
class MetricCollectionType
|
919
|
+
attr_accessor metric: ::String
|
920
|
+
SENSITIVE: []
|
921
|
+
end
|
922
|
+
|
923
|
+
class MetricDataQuery
|
924
|
+
attr_accessor id: ::String
|
925
|
+
attr_accessor expression: ::String
|
926
|
+
attr_accessor metric_stat: Types::MetricStat
|
927
|
+
attr_accessor label: ::String
|
928
|
+
attr_accessor return_data: bool
|
929
|
+
SENSITIVE: []
|
930
|
+
end
|
931
|
+
|
932
|
+
class MetricDimension
|
933
|
+
attr_accessor name: ::String
|
934
|
+
attr_accessor value: ::String
|
935
|
+
SENSITIVE: []
|
936
|
+
end
|
937
|
+
|
938
|
+
class MetricGranularityType
|
939
|
+
attr_accessor granularity: ::String
|
940
|
+
SENSITIVE: []
|
941
|
+
end
|
942
|
+
|
943
|
+
class MetricStat
|
944
|
+
attr_accessor metric: Types::Metric
|
945
|
+
attr_accessor stat: ::String
|
946
|
+
attr_accessor unit: ::String
|
947
|
+
SENSITIVE: []
|
948
|
+
end
|
949
|
+
|
950
|
+
class MixedInstancesPolicy
|
951
|
+
attr_accessor launch_template: Types::LaunchTemplate
|
952
|
+
attr_accessor instances_distribution: Types::InstancesDistribution
|
953
|
+
SENSITIVE: []
|
954
|
+
end
|
955
|
+
|
956
|
+
class NetworkBandwidthGbpsRequest
|
957
|
+
attr_accessor min: ::Float
|
958
|
+
attr_accessor max: ::Float
|
959
|
+
SENSITIVE: []
|
960
|
+
end
|
961
|
+
|
962
|
+
class NetworkInterfaceCountRequest
|
963
|
+
attr_accessor min: ::Integer
|
964
|
+
attr_accessor max: ::Integer
|
965
|
+
SENSITIVE: []
|
966
|
+
end
|
967
|
+
|
968
|
+
class NotificationConfiguration
|
969
|
+
attr_accessor auto_scaling_group_name: ::String
|
970
|
+
attr_accessor topic_arn: ::String
|
971
|
+
attr_accessor notification_type: ::String
|
972
|
+
SENSITIVE: []
|
973
|
+
end
|
974
|
+
|
975
|
+
class PoliciesType
|
976
|
+
attr_accessor scaling_policies: ::Array[Types::ScalingPolicy]
|
977
|
+
attr_accessor next_token: ::String
|
978
|
+
SENSITIVE: []
|
979
|
+
end
|
980
|
+
|
981
|
+
class PolicyARNType
|
982
|
+
attr_accessor policy_arn: ::String
|
983
|
+
attr_accessor alarms: ::Array[Types::Alarm]
|
984
|
+
SENSITIVE: []
|
985
|
+
end
|
986
|
+
|
987
|
+
class PredefinedMetricSpecification
|
988
|
+
attr_accessor predefined_metric_type: ("ASGAverageCPUUtilization" | "ASGAverageNetworkIn" | "ASGAverageNetworkOut" | "ALBRequestCountPerTarget")
|
989
|
+
attr_accessor resource_label: ::String
|
990
|
+
SENSITIVE: []
|
991
|
+
end
|
992
|
+
|
993
|
+
class PredictiveScalingConfiguration
|
994
|
+
attr_accessor metric_specifications: ::Array[Types::PredictiveScalingMetricSpecification]
|
995
|
+
attr_accessor mode: ("ForecastAndScale" | "ForecastOnly")
|
996
|
+
attr_accessor scheduling_buffer_time: ::Integer
|
997
|
+
attr_accessor max_capacity_breach_behavior: ("HonorMaxCapacity" | "IncreaseMaxCapacity")
|
998
|
+
attr_accessor max_capacity_buffer: ::Integer
|
999
|
+
SENSITIVE: []
|
1000
|
+
end
|
1001
|
+
|
1002
|
+
class PredictiveScalingCustomizedCapacityMetric
|
1003
|
+
attr_accessor metric_data_queries: ::Array[Types::MetricDataQuery]
|
1004
|
+
SENSITIVE: []
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
class PredictiveScalingCustomizedLoadMetric
|
1008
|
+
attr_accessor metric_data_queries: ::Array[Types::MetricDataQuery]
|
1009
|
+
SENSITIVE: []
|
1010
|
+
end
|
1011
|
+
|
1012
|
+
class PredictiveScalingCustomizedScalingMetric
|
1013
|
+
attr_accessor metric_data_queries: ::Array[Types::MetricDataQuery]
|
1014
|
+
SENSITIVE: []
|
1015
|
+
end
|
1016
|
+
|
1017
|
+
class PredictiveScalingMetricSpecification
|
1018
|
+
attr_accessor target_value: ::Float
|
1019
|
+
attr_accessor predefined_metric_pair_specification: Types::PredictiveScalingPredefinedMetricPair
|
1020
|
+
attr_accessor predefined_scaling_metric_specification: Types::PredictiveScalingPredefinedScalingMetric
|
1021
|
+
attr_accessor predefined_load_metric_specification: Types::PredictiveScalingPredefinedLoadMetric
|
1022
|
+
attr_accessor customized_scaling_metric_specification: Types::PredictiveScalingCustomizedScalingMetric
|
1023
|
+
attr_accessor customized_load_metric_specification: Types::PredictiveScalingCustomizedLoadMetric
|
1024
|
+
attr_accessor customized_capacity_metric_specification: Types::PredictiveScalingCustomizedCapacityMetric
|
1025
|
+
SENSITIVE: []
|
1026
|
+
end
|
1027
|
+
|
1028
|
+
class PredictiveScalingPredefinedLoadMetric
|
1029
|
+
attr_accessor predefined_metric_type: ("ASGTotalCPUUtilization" | "ASGTotalNetworkIn" | "ASGTotalNetworkOut" | "ALBTargetGroupRequestCount")
|
1030
|
+
attr_accessor resource_label: ::String
|
1031
|
+
SENSITIVE: []
|
1032
|
+
end
|
1033
|
+
|
1034
|
+
class PredictiveScalingPredefinedMetricPair
|
1035
|
+
attr_accessor predefined_metric_type: ("ASGCPUUtilization" | "ASGNetworkIn" | "ASGNetworkOut" | "ALBRequestCount")
|
1036
|
+
attr_accessor resource_label: ::String
|
1037
|
+
SENSITIVE: []
|
1038
|
+
end
|
1039
|
+
|
1040
|
+
class PredictiveScalingPredefinedScalingMetric
|
1041
|
+
attr_accessor predefined_metric_type: ("ASGAverageCPUUtilization" | "ASGAverageNetworkIn" | "ASGAverageNetworkOut" | "ALBRequestCountPerTarget")
|
1042
|
+
attr_accessor resource_label: ::String
|
1043
|
+
SENSITIVE: []
|
1044
|
+
end
|
1045
|
+
|
1046
|
+
class ProcessType
|
1047
|
+
attr_accessor process_name: ::String
|
1048
|
+
SENSITIVE: []
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
class ProcessesType
|
1052
|
+
attr_accessor processes: ::Array[Types::ProcessType]
|
1053
|
+
SENSITIVE: []
|
1054
|
+
end
|
1055
|
+
|
1056
|
+
class PutLifecycleHookAnswer < Aws::EmptyStructure
|
1057
|
+
end
|
1058
|
+
|
1059
|
+
class PutLifecycleHookType
|
1060
|
+
attr_accessor lifecycle_hook_name: ::String
|
1061
|
+
attr_accessor auto_scaling_group_name: ::String
|
1062
|
+
attr_accessor lifecycle_transition: ::String
|
1063
|
+
attr_accessor role_arn: ::String
|
1064
|
+
attr_accessor notification_target_arn: ::String
|
1065
|
+
attr_accessor notification_metadata: ::String
|
1066
|
+
attr_accessor heartbeat_timeout: ::Integer
|
1067
|
+
attr_accessor default_result: ::String
|
1068
|
+
SENSITIVE: []
|
1069
|
+
end
|
1070
|
+
|
1071
|
+
class PutNotificationConfigurationType
|
1072
|
+
attr_accessor auto_scaling_group_name: ::String
|
1073
|
+
attr_accessor topic_arn: ::String
|
1074
|
+
attr_accessor notification_types: ::Array[::String]
|
1075
|
+
SENSITIVE: []
|
1076
|
+
end
|
1077
|
+
|
1078
|
+
class PutScalingPolicyType
|
1079
|
+
attr_accessor auto_scaling_group_name: ::String
|
1080
|
+
attr_accessor policy_name: ::String
|
1081
|
+
attr_accessor policy_type: ::String
|
1082
|
+
attr_accessor adjustment_type: ::String
|
1083
|
+
attr_accessor min_adjustment_step: ::Integer
|
1084
|
+
attr_accessor min_adjustment_magnitude: ::Integer
|
1085
|
+
attr_accessor scaling_adjustment: ::Integer
|
1086
|
+
attr_accessor cooldown: ::Integer
|
1087
|
+
attr_accessor metric_aggregation_type: ::String
|
1088
|
+
attr_accessor step_adjustments: ::Array[Types::StepAdjustment]
|
1089
|
+
attr_accessor estimated_instance_warmup: ::Integer
|
1090
|
+
attr_accessor target_tracking_configuration: Types::TargetTrackingConfiguration
|
1091
|
+
attr_accessor enabled: bool
|
1092
|
+
attr_accessor predictive_scaling_configuration: Types::PredictiveScalingConfiguration
|
1093
|
+
SENSITIVE: []
|
1094
|
+
end
|
1095
|
+
|
1096
|
+
class PutScheduledUpdateGroupActionType
|
1097
|
+
attr_accessor auto_scaling_group_name: ::String
|
1098
|
+
attr_accessor scheduled_action_name: ::String
|
1099
|
+
attr_accessor time: ::Time
|
1100
|
+
attr_accessor start_time: ::Time
|
1101
|
+
attr_accessor end_time: ::Time
|
1102
|
+
attr_accessor recurrence: ::String
|
1103
|
+
attr_accessor min_size: ::Integer
|
1104
|
+
attr_accessor max_size: ::Integer
|
1105
|
+
attr_accessor desired_capacity: ::Integer
|
1106
|
+
attr_accessor time_zone: ::String
|
1107
|
+
SENSITIVE: []
|
1108
|
+
end
|
1109
|
+
|
1110
|
+
class PutWarmPoolAnswer < Aws::EmptyStructure
|
1111
|
+
end
|
1112
|
+
|
1113
|
+
class PutWarmPoolType
|
1114
|
+
attr_accessor auto_scaling_group_name: ::String
|
1115
|
+
attr_accessor max_group_prepared_capacity: ::Integer
|
1116
|
+
attr_accessor min_size: ::Integer
|
1117
|
+
attr_accessor pool_state: ("Stopped" | "Running" | "Hibernated")
|
1118
|
+
attr_accessor instance_reuse_policy: Types::InstanceReusePolicy
|
1119
|
+
SENSITIVE: []
|
1120
|
+
end
|
1121
|
+
|
1122
|
+
class RecordLifecycleActionHeartbeatAnswer < Aws::EmptyStructure
|
1123
|
+
end
|
1124
|
+
|
1125
|
+
class RecordLifecycleActionHeartbeatType
|
1126
|
+
attr_accessor lifecycle_hook_name: ::String
|
1127
|
+
attr_accessor auto_scaling_group_name: ::String
|
1128
|
+
attr_accessor lifecycle_action_token: ::String
|
1129
|
+
attr_accessor instance_id: ::String
|
1130
|
+
SENSITIVE: []
|
1131
|
+
end
|
1132
|
+
|
1133
|
+
class RefreshPreferences
|
1134
|
+
attr_accessor min_healthy_percentage: ::Integer
|
1135
|
+
attr_accessor instance_warmup: ::Integer
|
1136
|
+
attr_accessor checkpoint_percentages: ::Array[::Integer]
|
1137
|
+
attr_accessor checkpoint_delay: ::Integer
|
1138
|
+
attr_accessor skip_matching: bool
|
1139
|
+
attr_accessor auto_rollback: bool
|
1140
|
+
attr_accessor scale_in_protected_instances: ("Refresh" | "Ignore" | "Wait")
|
1141
|
+
attr_accessor standby_instances: ("Terminate" | "Ignore" | "Wait")
|
1142
|
+
attr_accessor alarm_specification: Types::AlarmSpecification
|
1143
|
+
attr_accessor max_healthy_percentage: ::Integer
|
1144
|
+
SENSITIVE: []
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
class ResourceContentionFault
|
1148
|
+
attr_accessor message: ::String
|
1149
|
+
SENSITIVE: []
|
1150
|
+
end
|
1151
|
+
|
1152
|
+
class ResourceInUseFault
|
1153
|
+
attr_accessor message: ::String
|
1154
|
+
SENSITIVE: []
|
1155
|
+
end
|
1156
|
+
|
1157
|
+
class RollbackDetails
|
1158
|
+
attr_accessor rollback_reason: ::String
|
1159
|
+
attr_accessor rollback_start_time: ::Time
|
1160
|
+
attr_accessor percentage_complete_on_rollback: ::Integer
|
1161
|
+
attr_accessor instances_to_update_on_rollback: ::Integer
|
1162
|
+
attr_accessor progress_details_on_rollback: Types::InstanceRefreshProgressDetails
|
1163
|
+
SENSITIVE: []
|
1164
|
+
end
|
1165
|
+
|
1166
|
+
class RollbackInstanceRefreshAnswer
|
1167
|
+
attr_accessor instance_refresh_id: ::String
|
1168
|
+
SENSITIVE: []
|
1169
|
+
end
|
1170
|
+
|
1171
|
+
class RollbackInstanceRefreshType
|
1172
|
+
attr_accessor auto_scaling_group_name: ::String
|
1173
|
+
SENSITIVE: []
|
1174
|
+
end
|
1175
|
+
|
1176
|
+
class ScalingActivityInProgressFault
|
1177
|
+
attr_accessor message: ::String
|
1178
|
+
SENSITIVE: []
|
1179
|
+
end
|
1180
|
+
|
1181
|
+
class ScalingPolicy
|
1182
|
+
attr_accessor auto_scaling_group_name: ::String
|
1183
|
+
attr_accessor policy_name: ::String
|
1184
|
+
attr_accessor policy_arn: ::String
|
1185
|
+
attr_accessor policy_type: ::String
|
1186
|
+
attr_accessor adjustment_type: ::String
|
1187
|
+
attr_accessor min_adjustment_step: ::Integer
|
1188
|
+
attr_accessor min_adjustment_magnitude: ::Integer
|
1189
|
+
attr_accessor scaling_adjustment: ::Integer
|
1190
|
+
attr_accessor cooldown: ::Integer
|
1191
|
+
attr_accessor step_adjustments: ::Array[Types::StepAdjustment]
|
1192
|
+
attr_accessor metric_aggregation_type: ::String
|
1193
|
+
attr_accessor estimated_instance_warmup: ::Integer
|
1194
|
+
attr_accessor alarms: ::Array[Types::Alarm]
|
1195
|
+
attr_accessor target_tracking_configuration: Types::TargetTrackingConfiguration
|
1196
|
+
attr_accessor enabled: bool
|
1197
|
+
attr_accessor predictive_scaling_configuration: Types::PredictiveScalingConfiguration
|
1198
|
+
SENSITIVE: []
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
class ScalingProcessQuery
|
1202
|
+
attr_accessor auto_scaling_group_name: ::String
|
1203
|
+
attr_accessor scaling_processes: ::Array[::String]
|
1204
|
+
SENSITIVE: []
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class ScheduledActionsType
|
1208
|
+
attr_accessor scheduled_update_group_actions: ::Array[Types::ScheduledUpdateGroupAction]
|
1209
|
+
attr_accessor next_token: ::String
|
1210
|
+
SENSITIVE: []
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
class ScheduledUpdateGroupAction
|
1214
|
+
attr_accessor auto_scaling_group_name: ::String
|
1215
|
+
attr_accessor scheduled_action_name: ::String
|
1216
|
+
attr_accessor scheduled_action_arn: ::String
|
1217
|
+
attr_accessor time: ::Time
|
1218
|
+
attr_accessor start_time: ::Time
|
1219
|
+
attr_accessor end_time: ::Time
|
1220
|
+
attr_accessor recurrence: ::String
|
1221
|
+
attr_accessor min_size: ::Integer
|
1222
|
+
attr_accessor max_size: ::Integer
|
1223
|
+
attr_accessor desired_capacity: ::Integer
|
1224
|
+
attr_accessor time_zone: ::String
|
1225
|
+
SENSITIVE: []
|
1226
|
+
end
|
1227
|
+
|
1228
|
+
class ScheduledUpdateGroupActionRequest
|
1229
|
+
attr_accessor scheduled_action_name: ::String
|
1230
|
+
attr_accessor start_time: ::Time
|
1231
|
+
attr_accessor end_time: ::Time
|
1232
|
+
attr_accessor recurrence: ::String
|
1233
|
+
attr_accessor min_size: ::Integer
|
1234
|
+
attr_accessor max_size: ::Integer
|
1235
|
+
attr_accessor desired_capacity: ::Integer
|
1236
|
+
attr_accessor time_zone: ::String
|
1237
|
+
SENSITIVE: []
|
1238
|
+
end
|
1239
|
+
|
1240
|
+
class ServiceLinkedRoleFailure
|
1241
|
+
attr_accessor message: ::String
|
1242
|
+
SENSITIVE: []
|
1243
|
+
end
|
1244
|
+
|
1245
|
+
class SetDesiredCapacityType
|
1246
|
+
attr_accessor auto_scaling_group_name: ::String
|
1247
|
+
attr_accessor desired_capacity: ::Integer
|
1248
|
+
attr_accessor honor_cooldown: bool
|
1249
|
+
SENSITIVE: []
|
1250
|
+
end
|
1251
|
+
|
1252
|
+
class SetInstanceHealthQuery
|
1253
|
+
attr_accessor instance_id: ::String
|
1254
|
+
attr_accessor health_status: ::String
|
1255
|
+
attr_accessor should_respect_grace_period: bool
|
1256
|
+
SENSITIVE: []
|
1257
|
+
end
|
1258
|
+
|
1259
|
+
class SetInstanceProtectionAnswer < Aws::EmptyStructure
|
1260
|
+
end
|
1261
|
+
|
1262
|
+
class SetInstanceProtectionQuery
|
1263
|
+
attr_accessor instance_ids: ::Array[::String]
|
1264
|
+
attr_accessor auto_scaling_group_name: ::String
|
1265
|
+
attr_accessor protected_from_scale_in: bool
|
1266
|
+
SENSITIVE: []
|
1267
|
+
end
|
1268
|
+
|
1269
|
+
class StartInstanceRefreshAnswer
|
1270
|
+
attr_accessor instance_refresh_id: ::String
|
1271
|
+
SENSITIVE: []
|
1272
|
+
end
|
1273
|
+
|
1274
|
+
class StartInstanceRefreshType
|
1275
|
+
attr_accessor auto_scaling_group_name: ::String
|
1276
|
+
attr_accessor strategy: ("Rolling")
|
1277
|
+
attr_accessor desired_configuration: Types::DesiredConfiguration
|
1278
|
+
attr_accessor preferences: Types::RefreshPreferences
|
1279
|
+
SENSITIVE: []
|
1280
|
+
end
|
1281
|
+
|
1282
|
+
class StepAdjustment
|
1283
|
+
attr_accessor metric_interval_lower_bound: ::Float
|
1284
|
+
attr_accessor metric_interval_upper_bound: ::Float
|
1285
|
+
attr_accessor scaling_adjustment: ::Integer
|
1286
|
+
SENSITIVE: []
|
1287
|
+
end
|
1288
|
+
|
1289
|
+
class SuspendedProcess
|
1290
|
+
attr_accessor process_name: ::String
|
1291
|
+
attr_accessor suspension_reason: ::String
|
1292
|
+
SENSITIVE: []
|
1293
|
+
end
|
1294
|
+
|
1295
|
+
class Tag
|
1296
|
+
attr_accessor resource_id: ::String
|
1297
|
+
attr_accessor resource_type: ::String
|
1298
|
+
attr_accessor key: ::String
|
1299
|
+
attr_accessor value: ::String
|
1300
|
+
attr_accessor propagate_at_launch: bool
|
1301
|
+
SENSITIVE: []
|
1302
|
+
end
|
1303
|
+
|
1304
|
+
class TagDescription
|
1305
|
+
attr_accessor resource_id: ::String
|
1306
|
+
attr_accessor resource_type: ::String
|
1307
|
+
attr_accessor key: ::String
|
1308
|
+
attr_accessor value: ::String
|
1309
|
+
attr_accessor propagate_at_launch: bool
|
1310
|
+
SENSITIVE: []
|
1311
|
+
end
|
1312
|
+
|
1313
|
+
class TagsType
|
1314
|
+
attr_accessor tags: ::Array[Types::TagDescription]
|
1315
|
+
attr_accessor next_token: ::String
|
1316
|
+
SENSITIVE: []
|
1317
|
+
end
|
1318
|
+
|
1319
|
+
class TargetTrackingConfiguration
|
1320
|
+
attr_accessor predefined_metric_specification: Types::PredefinedMetricSpecification
|
1321
|
+
attr_accessor customized_metric_specification: Types::CustomizedMetricSpecification
|
1322
|
+
attr_accessor target_value: ::Float
|
1323
|
+
attr_accessor disable_scale_in: bool
|
1324
|
+
SENSITIVE: []
|
1325
|
+
end
|
1326
|
+
|
1327
|
+
class TargetTrackingMetricDataQuery
|
1328
|
+
attr_accessor id: ::String
|
1329
|
+
attr_accessor expression: ::String
|
1330
|
+
attr_accessor metric_stat: Types::TargetTrackingMetricStat
|
1331
|
+
attr_accessor label: ::String
|
1332
|
+
attr_accessor return_data: bool
|
1333
|
+
SENSITIVE: []
|
1334
|
+
end
|
1335
|
+
|
1336
|
+
class TargetTrackingMetricStat
|
1337
|
+
attr_accessor metric: Types::Metric
|
1338
|
+
attr_accessor stat: ::String
|
1339
|
+
attr_accessor unit: ::String
|
1340
|
+
SENSITIVE: []
|
1341
|
+
end
|
1342
|
+
|
1343
|
+
class TerminateInstanceInAutoScalingGroupType
|
1344
|
+
attr_accessor instance_id: ::String
|
1345
|
+
attr_accessor should_decrement_desired_capacity: bool
|
1346
|
+
SENSITIVE: []
|
1347
|
+
end
|
1348
|
+
|
1349
|
+
class TotalLocalStorageGBRequest
|
1350
|
+
attr_accessor min: ::Float
|
1351
|
+
attr_accessor max: ::Float
|
1352
|
+
SENSITIVE: []
|
1353
|
+
end
|
1354
|
+
|
1355
|
+
class TrafficSourceIdentifier
|
1356
|
+
attr_accessor identifier: ::String
|
1357
|
+
attr_accessor type: ::String
|
1358
|
+
SENSITIVE: []
|
1359
|
+
end
|
1360
|
+
|
1361
|
+
class TrafficSourceState
|
1362
|
+
attr_accessor traffic_source: ::String
|
1363
|
+
attr_accessor state: ::String
|
1364
|
+
attr_accessor identifier: ::String
|
1365
|
+
attr_accessor type: ::String
|
1366
|
+
SENSITIVE: []
|
1367
|
+
end
|
1368
|
+
|
1369
|
+
class UpdateAutoScalingGroupType
|
1370
|
+
attr_accessor auto_scaling_group_name: ::String
|
1371
|
+
attr_accessor launch_configuration_name: ::String
|
1372
|
+
attr_accessor launch_template: Types::LaunchTemplateSpecification
|
1373
|
+
attr_accessor mixed_instances_policy: Types::MixedInstancesPolicy
|
1374
|
+
attr_accessor min_size: ::Integer
|
1375
|
+
attr_accessor max_size: ::Integer
|
1376
|
+
attr_accessor desired_capacity: ::Integer
|
1377
|
+
attr_accessor default_cooldown: ::Integer
|
1378
|
+
attr_accessor availability_zones: ::Array[::String]
|
1379
|
+
attr_accessor health_check_type: ::String
|
1380
|
+
attr_accessor health_check_grace_period: ::Integer
|
1381
|
+
attr_accessor placement_group: ::String
|
1382
|
+
attr_accessor vpc_zone_identifier: ::String
|
1383
|
+
attr_accessor termination_policies: ::Array[::String]
|
1384
|
+
attr_accessor new_instances_protected_from_scale_in: bool
|
1385
|
+
attr_accessor service_linked_role_arn: ::String
|
1386
|
+
attr_accessor max_instance_lifetime: ::Integer
|
1387
|
+
attr_accessor capacity_rebalance: bool
|
1388
|
+
attr_accessor context: ::String
|
1389
|
+
attr_accessor desired_capacity_type: ::String
|
1390
|
+
attr_accessor default_instance_warmup: ::Integer
|
1391
|
+
attr_accessor instance_maintenance_policy: Types::InstanceMaintenancePolicy
|
1392
|
+
SENSITIVE: []
|
1393
|
+
end
|
1394
|
+
|
1395
|
+
class VCpuCountRequest
|
1396
|
+
attr_accessor min: ::Integer
|
1397
|
+
attr_accessor max: ::Integer
|
1398
|
+
SENSITIVE: []
|
1399
|
+
end
|
1400
|
+
|
1401
|
+
class WarmPoolConfiguration
|
1402
|
+
attr_accessor max_group_prepared_capacity: ::Integer
|
1403
|
+
attr_accessor min_size: ::Integer
|
1404
|
+
attr_accessor pool_state: ("Stopped" | "Running" | "Hibernated")
|
1405
|
+
attr_accessor status: ("PendingDelete")
|
1406
|
+
attr_accessor instance_reuse_policy: Types::InstanceReusePolicy
|
1407
|
+
SENSITIVE: []
|
1408
|
+
end
|
1409
|
+
end
|
1410
|
+
end
|