aws-sdk-autoscaling 1.48.0 → 1.53.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/lib/aws-sdk-autoscaling.rb +1 -1
- data/lib/aws-sdk-autoscaling/auto_scaling_group.rb +53 -79
- data/lib/aws-sdk-autoscaling/client.rb +301 -334
- data/lib/aws-sdk-autoscaling/client_api.rb +49 -48
- data/lib/aws-sdk-autoscaling/instance.rb +12 -1
- data/lib/aws-sdk-autoscaling/launch_configuration.rb +32 -42
- data/lib/aws-sdk-autoscaling/lifecycle_hook.rb +1 -1
- data/lib/aws-sdk-autoscaling/resource.rb +128 -159
- data/lib/aws-sdk-autoscaling/scaling_policy.rb +5 -5
- data/lib/aws-sdk-autoscaling/scheduled_action.rb +1 -1
- data/lib/aws-sdk-autoscaling/types.rb +409 -462
- metadata +2 -2
@@ -318,18 +318,18 @@ module Aws::AutoScaling
|
|
318
318
|
AlreadyExistsFault.struct_class = Types::AlreadyExistsFault
|
319
319
|
|
320
320
|
AttachInstancesQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
|
321
|
-
AttachInstancesQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
321
|
+
AttachInstancesQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
322
322
|
AttachInstancesQuery.struct_class = Types::AttachInstancesQuery
|
323
323
|
|
324
324
|
AttachLoadBalancerTargetGroupsResultType.struct_class = Types::AttachLoadBalancerTargetGroupsResultType
|
325
325
|
|
326
|
-
AttachLoadBalancerTargetGroupsType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
326
|
+
AttachLoadBalancerTargetGroupsType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
327
327
|
AttachLoadBalancerTargetGroupsType.add_member(:target_group_arns, Shapes::ShapeRef.new(shape: TargetGroupARNs, required: true, location_name: "TargetGroupARNs"))
|
328
328
|
AttachLoadBalancerTargetGroupsType.struct_class = Types::AttachLoadBalancerTargetGroupsType
|
329
329
|
|
330
330
|
AttachLoadBalancersResultType.struct_class = Types::AttachLoadBalancersResultType
|
331
331
|
|
332
|
-
AttachLoadBalancersType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
332
|
+
AttachLoadBalancersType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
333
333
|
AttachLoadBalancersType.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, required: true, location_name: "LoadBalancerNames"))
|
334
334
|
AttachLoadBalancersType.struct_class = Types::AttachLoadBalancersType
|
335
335
|
|
@@ -362,7 +362,7 @@ module Aws::AutoScaling
|
|
362
362
|
AutoScalingGroup.add_member(:capacity_rebalance, Shapes::ShapeRef.new(shape: CapacityRebalanceEnabled, location_name: "CapacityRebalance"))
|
363
363
|
AutoScalingGroup.struct_class = Types::AutoScalingGroup
|
364
364
|
|
365
|
-
AutoScalingGroupNames.member = Shapes::ShapeRef.new(shape:
|
365
|
+
AutoScalingGroupNames.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
|
366
366
|
|
367
367
|
AutoScalingGroupNamesType.add_member(:auto_scaling_group_names, Shapes::ShapeRef.new(shape: AutoScalingGroupNames, location_name: "AutoScalingGroupNames"))
|
368
368
|
AutoScalingGroupNamesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
|
@@ -400,14 +400,14 @@ module Aws::AutoScaling
|
|
400
400
|
BatchDeleteScheduledActionAnswer.add_member(:failed_scheduled_actions, Shapes::ShapeRef.new(shape: FailedScheduledUpdateGroupActionRequests, location_name: "FailedScheduledActions"))
|
401
401
|
BatchDeleteScheduledActionAnswer.struct_class = Types::BatchDeleteScheduledActionAnswer
|
402
402
|
|
403
|
-
BatchDeleteScheduledActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
403
|
+
BatchDeleteScheduledActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
404
404
|
BatchDeleteScheduledActionType.add_member(:scheduled_action_names, Shapes::ShapeRef.new(shape: ScheduledActionNames, required: true, location_name: "ScheduledActionNames"))
|
405
405
|
BatchDeleteScheduledActionType.struct_class = Types::BatchDeleteScheduledActionType
|
406
406
|
|
407
407
|
BatchPutScheduledUpdateGroupActionAnswer.add_member(:failed_scheduled_update_group_actions, Shapes::ShapeRef.new(shape: FailedScheduledUpdateGroupActionRequests, location_name: "FailedScheduledUpdateGroupActions"))
|
408
408
|
BatchPutScheduledUpdateGroupActionAnswer.struct_class = Types::BatchPutScheduledUpdateGroupActionAnswer
|
409
409
|
|
410
|
-
BatchPutScheduledUpdateGroupActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
410
|
+
BatchPutScheduledUpdateGroupActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
411
411
|
BatchPutScheduledUpdateGroupActionType.add_member(:scheduled_update_group_actions, Shapes::ShapeRef.new(shape: ScheduledUpdateGroupActionRequests, required: true, location_name: "ScheduledUpdateGroupActions"))
|
412
412
|
BatchPutScheduledUpdateGroupActionType.struct_class = Types::BatchPutScheduledUpdateGroupActionType
|
413
413
|
|
@@ -437,7 +437,7 @@ module Aws::AutoScaling
|
|
437
437
|
CompleteLifecycleActionType.struct_class = Types::CompleteLifecycleActionType
|
438
438
|
|
439
439
|
CreateAutoScalingGroupType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
440
|
-
CreateAutoScalingGroupType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape:
|
440
|
+
CreateAutoScalingGroupType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "LaunchConfigurationName"))
|
441
441
|
CreateAutoScalingGroupType.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplateSpecification, location_name: "LaunchTemplate"))
|
442
442
|
CreateAutoScalingGroupType.add_member(:mixed_instances_policy, Shapes::ShapeRef.new(shape: MixedInstancesPolicy, location_name: "MixedInstancesPolicy"))
|
443
443
|
CreateAutoScalingGroupType.add_member(:instance_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen19, location_name: "InstanceId"))
|
@@ -492,26 +492,26 @@ module Aws::AutoScaling
|
|
492
492
|
CustomizedMetricSpecification.add_member(:unit, Shapes::ShapeRef.new(shape: MetricUnit, location_name: "Unit"))
|
493
493
|
CustomizedMetricSpecification.struct_class = Types::CustomizedMetricSpecification
|
494
494
|
|
495
|
-
DeleteAutoScalingGroupType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
495
|
+
DeleteAutoScalingGroupType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
496
496
|
DeleteAutoScalingGroupType.add_member(:force_delete, Shapes::ShapeRef.new(shape: ForceDelete, location_name: "ForceDelete"))
|
497
497
|
DeleteAutoScalingGroupType.struct_class = Types::DeleteAutoScalingGroupType
|
498
498
|
|
499
499
|
DeleteLifecycleHookAnswer.struct_class = Types::DeleteLifecycleHookAnswer
|
500
500
|
|
501
501
|
DeleteLifecycleHookType.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, required: true, location_name: "LifecycleHookName"))
|
502
|
-
DeleteLifecycleHookType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
502
|
+
DeleteLifecycleHookType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
503
503
|
DeleteLifecycleHookType.struct_class = Types::DeleteLifecycleHookType
|
504
504
|
|
505
|
-
DeleteNotificationConfigurationType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
506
|
-
DeleteNotificationConfigurationType.add_member(:topic_arn, Shapes::ShapeRef.new(shape:
|
505
|
+
DeleteNotificationConfigurationType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
506
|
+
DeleteNotificationConfigurationType.add_member(:topic_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "TopicARN"))
|
507
507
|
DeleteNotificationConfigurationType.struct_class = Types::DeleteNotificationConfigurationType
|
508
508
|
|
509
|
-
DeletePolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
509
|
+
DeletePolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AutoScalingGroupName"))
|
510
510
|
DeletePolicyType.add_member(:policy_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "PolicyName"))
|
511
511
|
DeletePolicyType.struct_class = Types::DeletePolicyType
|
512
512
|
|
513
|
-
DeleteScheduledActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
514
|
-
DeleteScheduledActionType.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape:
|
513
|
+
DeleteScheduledActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
514
|
+
DeleteScheduledActionType.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "ScheduledActionName"))
|
515
515
|
DeleteScheduledActionType.struct_class = Types::DeleteScheduledActionType
|
516
516
|
|
517
517
|
DeleteTagsType.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
|
@@ -550,11 +550,11 @@ module Aws::AutoScaling
|
|
550
550
|
DescribeLifecycleHooksAnswer.add_member(:lifecycle_hooks, Shapes::ShapeRef.new(shape: LifecycleHooks, location_name: "LifecycleHooks"))
|
551
551
|
DescribeLifecycleHooksAnswer.struct_class = Types::DescribeLifecycleHooksAnswer
|
552
552
|
|
553
|
-
DescribeLifecycleHooksType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
553
|
+
DescribeLifecycleHooksType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
554
554
|
DescribeLifecycleHooksType.add_member(:lifecycle_hook_names, Shapes::ShapeRef.new(shape: LifecycleHookNames, location_name: "LifecycleHookNames"))
|
555
555
|
DescribeLifecycleHooksType.struct_class = Types::DescribeLifecycleHooksType
|
556
556
|
|
557
|
-
DescribeLoadBalancerTargetGroupsRequest.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
557
|
+
DescribeLoadBalancerTargetGroupsRequest.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
558
558
|
DescribeLoadBalancerTargetGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
|
559
559
|
DescribeLoadBalancerTargetGroupsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
|
560
560
|
DescribeLoadBalancerTargetGroupsRequest.struct_class = Types::DescribeLoadBalancerTargetGroupsRequest
|
@@ -563,7 +563,7 @@ module Aws::AutoScaling
|
|
563
563
|
DescribeLoadBalancerTargetGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
|
564
564
|
DescribeLoadBalancerTargetGroupsResponse.struct_class = Types::DescribeLoadBalancerTargetGroupsResponse
|
565
565
|
|
566
|
-
DescribeLoadBalancersRequest.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
566
|
+
DescribeLoadBalancersRequest.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
567
567
|
DescribeLoadBalancersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
|
568
568
|
DescribeLoadBalancersRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
|
569
569
|
DescribeLoadBalancersRequest.struct_class = Types::DescribeLoadBalancersRequest
|
@@ -585,7 +585,7 @@ module Aws::AutoScaling
|
|
585
585
|
DescribeNotificationConfigurationsType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
|
586
586
|
DescribeNotificationConfigurationsType.struct_class = Types::DescribeNotificationConfigurationsType
|
587
587
|
|
588
|
-
DescribePoliciesType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
588
|
+
DescribePoliciesType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AutoScalingGroupName"))
|
589
589
|
DescribePoliciesType.add_member(:policy_names, Shapes::ShapeRef.new(shape: PolicyNames, location_name: "PolicyNames"))
|
590
590
|
DescribePoliciesType.add_member(:policy_types, Shapes::ShapeRef.new(shape: PolicyTypes, location_name: "PolicyTypes"))
|
591
591
|
DescribePoliciesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
|
@@ -593,12 +593,12 @@ module Aws::AutoScaling
|
|
593
593
|
DescribePoliciesType.struct_class = Types::DescribePoliciesType
|
594
594
|
|
595
595
|
DescribeScalingActivitiesType.add_member(:activity_ids, Shapes::ShapeRef.new(shape: ActivityIds, location_name: "ActivityIds"))
|
596
|
-
DescribeScalingActivitiesType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
596
|
+
DescribeScalingActivitiesType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AutoScalingGroupName"))
|
597
597
|
DescribeScalingActivitiesType.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
|
598
598
|
DescribeScalingActivitiesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
|
599
599
|
DescribeScalingActivitiesType.struct_class = Types::DescribeScalingActivitiesType
|
600
600
|
|
601
|
-
DescribeScheduledActionsType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
601
|
+
DescribeScheduledActionsType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AutoScalingGroupName"))
|
602
602
|
DescribeScheduledActionsType.add_member(:scheduled_action_names, Shapes::ShapeRef.new(shape: ScheduledActionNames, location_name: "ScheduledActionNames"))
|
603
603
|
DescribeScheduledActionsType.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "StartTime"))
|
604
604
|
DescribeScheduledActionsType.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "EndTime"))
|
@@ -618,23 +618,23 @@ module Aws::AutoScaling
|
|
618
618
|
DetachInstancesAnswer.struct_class = Types::DetachInstancesAnswer
|
619
619
|
|
620
620
|
DetachInstancesQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
|
621
|
-
DetachInstancesQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
621
|
+
DetachInstancesQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
622
622
|
DetachInstancesQuery.add_member(:should_decrement_desired_capacity, Shapes::ShapeRef.new(shape: ShouldDecrementDesiredCapacity, required: true, location_name: "ShouldDecrementDesiredCapacity"))
|
623
623
|
DetachInstancesQuery.struct_class = Types::DetachInstancesQuery
|
624
624
|
|
625
625
|
DetachLoadBalancerTargetGroupsResultType.struct_class = Types::DetachLoadBalancerTargetGroupsResultType
|
626
626
|
|
627
|
-
DetachLoadBalancerTargetGroupsType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
627
|
+
DetachLoadBalancerTargetGroupsType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
628
628
|
DetachLoadBalancerTargetGroupsType.add_member(:target_group_arns, Shapes::ShapeRef.new(shape: TargetGroupARNs, required: true, location_name: "TargetGroupARNs"))
|
629
629
|
DetachLoadBalancerTargetGroupsType.struct_class = Types::DetachLoadBalancerTargetGroupsType
|
630
630
|
|
631
631
|
DetachLoadBalancersResultType.struct_class = Types::DetachLoadBalancersResultType
|
632
632
|
|
633
|
-
DetachLoadBalancersType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
633
|
+
DetachLoadBalancersType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
634
634
|
DetachLoadBalancersType.add_member(:load_balancer_names, Shapes::ShapeRef.new(shape: LoadBalancerNames, required: true, location_name: "LoadBalancerNames"))
|
635
635
|
DetachLoadBalancersType.struct_class = Types::DetachLoadBalancersType
|
636
636
|
|
637
|
-
DisableMetricsCollectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
637
|
+
DisableMetricsCollectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
638
638
|
DisableMetricsCollectionQuery.add_member(:metrics, Shapes::ShapeRef.new(shape: Metrics, location_name: "Metrics"))
|
639
639
|
DisableMetricsCollectionQuery.struct_class = Types::DisableMetricsCollectionQuery
|
640
640
|
|
@@ -646,7 +646,7 @@ module Aws::AutoScaling
|
|
646
646
|
Ebs.add_member(:encrypted, Shapes::ShapeRef.new(shape: BlockDeviceEbsEncrypted, location_name: "Encrypted"))
|
647
647
|
Ebs.struct_class = Types::Ebs
|
648
648
|
|
649
|
-
EnableMetricsCollectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
649
|
+
EnableMetricsCollectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
650
650
|
EnableMetricsCollectionQuery.add_member(:metrics, Shapes::ShapeRef.new(shape: Metrics, location_name: "Metrics"))
|
651
651
|
EnableMetricsCollectionQuery.add_member(:granularity, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "Granularity"))
|
652
652
|
EnableMetricsCollectionQuery.struct_class = Types::EnableMetricsCollectionQuery
|
@@ -661,11 +661,11 @@ module Aws::AutoScaling
|
|
661
661
|
EnterStandbyAnswer.struct_class = Types::EnterStandbyAnswer
|
662
662
|
|
663
663
|
EnterStandbyQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
|
664
|
-
EnterStandbyQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
664
|
+
EnterStandbyQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
665
665
|
EnterStandbyQuery.add_member(:should_decrement_desired_capacity, Shapes::ShapeRef.new(shape: ShouldDecrementDesiredCapacity, required: true, location_name: "ShouldDecrementDesiredCapacity"))
|
666
666
|
EnterStandbyQuery.struct_class = Types::EnterStandbyQuery
|
667
667
|
|
668
|
-
ExecutePolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
668
|
+
ExecutePolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AutoScalingGroupName"))
|
669
669
|
ExecutePolicyType.add_member(:policy_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "PolicyName"))
|
670
670
|
ExecutePolicyType.add_member(:honor_cooldown, Shapes::ShapeRef.new(shape: HonorCooldown, location_name: "HonorCooldown"))
|
671
671
|
ExecutePolicyType.add_member(:metric_value, Shapes::ShapeRef.new(shape: MetricScale, location_name: "MetricValue"))
|
@@ -676,7 +676,7 @@ module Aws::AutoScaling
|
|
676
676
|
ExitStandbyAnswer.struct_class = Types::ExitStandbyAnswer
|
677
677
|
|
678
678
|
ExitStandbyQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
|
679
|
-
ExitStandbyQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
679
|
+
ExitStandbyQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
680
680
|
ExitStandbyQuery.struct_class = Types::ExitStandbyQuery
|
681
681
|
|
682
682
|
FailedScheduledUpdateGroupActionRequest.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "ScheduledActionName"))
|
@@ -765,10 +765,10 @@ module Aws::AutoScaling
|
|
765
765
|
LaunchConfiguration.add_member(:metadata_options, Shapes::ShapeRef.new(shape: InstanceMetadataOptions, location_name: "MetadataOptions"))
|
766
766
|
LaunchConfiguration.struct_class = Types::LaunchConfiguration
|
767
767
|
|
768
|
-
LaunchConfigurationNameType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape:
|
768
|
+
LaunchConfigurationNameType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "LaunchConfigurationName"))
|
769
769
|
LaunchConfigurationNameType.struct_class = Types::LaunchConfigurationNameType
|
770
770
|
|
771
|
-
LaunchConfigurationNames.member = Shapes::ShapeRef.new(shape:
|
771
|
+
LaunchConfigurationNames.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
|
772
772
|
|
773
773
|
LaunchConfigurationNamesType.add_member(:launch_configuration_names, Shapes::ShapeRef.new(shape: LaunchConfigurationNames, location_name: "LaunchConfigurationNames"))
|
774
774
|
LaunchConfigurationNamesType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
|
@@ -787,6 +787,7 @@ module Aws::AutoScaling
|
|
787
787
|
|
788
788
|
LaunchTemplateOverrides.add_member(:instance_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "InstanceType"))
|
789
789
|
LaunchTemplateOverrides.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: XmlStringMaxLen32, location_name: "WeightedCapacity"))
|
790
|
+
LaunchTemplateOverrides.add_member(:launch_template_specification, Shapes::ShapeRef.new(shape: LaunchTemplateSpecification, location_name: "LaunchTemplateSpecification"))
|
790
791
|
LaunchTemplateOverrides.struct_class = Types::LaunchTemplateOverrides
|
791
792
|
|
792
793
|
LaunchTemplateSpecification.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "LaunchTemplateId"))
|
@@ -795,10 +796,10 @@ module Aws::AutoScaling
|
|
795
796
|
LaunchTemplateSpecification.struct_class = Types::LaunchTemplateSpecification
|
796
797
|
|
797
798
|
LifecycleHook.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, location_name: "LifecycleHookName"))
|
798
|
-
LifecycleHook.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
799
|
+
LifecycleHook.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AutoScalingGroupName"))
|
799
800
|
LifecycleHook.add_member(:lifecycle_transition, Shapes::ShapeRef.new(shape: LifecycleTransition, location_name: "LifecycleTransition"))
|
800
|
-
LifecycleHook.add_member(:notification_target_arn, Shapes::ShapeRef.new(shape:
|
801
|
-
LifecycleHook.add_member(:role_arn, Shapes::ShapeRef.new(shape:
|
801
|
+
LifecycleHook.add_member(:notification_target_arn, Shapes::ShapeRef.new(shape: NotificationTargetResourceName, location_name: "NotificationTargetARN"))
|
802
|
+
LifecycleHook.add_member(:role_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "RoleARN"))
|
802
803
|
LifecycleHook.add_member(:notification_metadata, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "NotificationMetadata"))
|
803
804
|
LifecycleHook.add_member(:heartbeat_timeout, Shapes::ShapeRef.new(shape: HeartbeatTimeout, location_name: "HeartbeatTimeout"))
|
804
805
|
LifecycleHook.add_member(:global_timeout, Shapes::ShapeRef.new(shape: GlobalTimeout, location_name: "GlobalTimeout"))
|
@@ -813,7 +814,7 @@ module Aws::AutoScaling
|
|
813
814
|
LifecycleHookSpecification.add_member(:heartbeat_timeout, Shapes::ShapeRef.new(shape: HeartbeatTimeout, location_name: "HeartbeatTimeout"))
|
814
815
|
LifecycleHookSpecification.add_member(:default_result, Shapes::ShapeRef.new(shape: LifecycleActionResult, location_name: "DefaultResult"))
|
815
816
|
LifecycleHookSpecification.add_member(:notification_target_arn, Shapes::ShapeRef.new(shape: NotificationTargetResourceName, location_name: "NotificationTargetARN"))
|
816
|
-
LifecycleHookSpecification.add_member(:role_arn, Shapes::ShapeRef.new(shape:
|
817
|
+
LifecycleHookSpecification.add_member(:role_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "RoleARN"))
|
817
818
|
LifecycleHookSpecification.struct_class = Types::LifecycleHookSpecification
|
818
819
|
|
819
820
|
LifecycleHookSpecifications.member = Shapes::ShapeRef.new(shape: LifecycleHookSpecification)
|
@@ -859,8 +860,8 @@ module Aws::AutoScaling
|
|
859
860
|
MixedInstancesPolicy.add_member(:instances_distribution, Shapes::ShapeRef.new(shape: InstancesDistribution, location_name: "InstancesDistribution"))
|
860
861
|
MixedInstancesPolicy.struct_class = Types::MixedInstancesPolicy
|
861
862
|
|
862
|
-
NotificationConfiguration.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
863
|
-
NotificationConfiguration.add_member(:topic_arn, Shapes::ShapeRef.new(shape:
|
863
|
+
NotificationConfiguration.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AutoScalingGroupName"))
|
864
|
+
NotificationConfiguration.add_member(:topic_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "TopicARN"))
|
864
865
|
NotificationConfiguration.add_member(:notification_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "NotificationType"))
|
865
866
|
NotificationConfiguration.struct_class = Types::NotificationConfiguration
|
866
867
|
|
@@ -897,21 +898,21 @@ module Aws::AutoScaling
|
|
897
898
|
PutLifecycleHookAnswer.struct_class = Types::PutLifecycleHookAnswer
|
898
899
|
|
899
900
|
PutLifecycleHookType.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, required: true, location_name: "LifecycleHookName"))
|
900
|
-
PutLifecycleHookType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
901
|
+
PutLifecycleHookType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
901
902
|
PutLifecycleHookType.add_member(:lifecycle_transition, Shapes::ShapeRef.new(shape: LifecycleTransition, location_name: "LifecycleTransition"))
|
902
|
-
PutLifecycleHookType.add_member(:role_arn, Shapes::ShapeRef.new(shape:
|
903
|
+
PutLifecycleHookType.add_member(:role_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "RoleARN"))
|
903
904
|
PutLifecycleHookType.add_member(:notification_target_arn, Shapes::ShapeRef.new(shape: NotificationTargetResourceName, location_name: "NotificationTargetARN"))
|
904
905
|
PutLifecycleHookType.add_member(:notification_metadata, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "NotificationMetadata"))
|
905
906
|
PutLifecycleHookType.add_member(:heartbeat_timeout, Shapes::ShapeRef.new(shape: HeartbeatTimeout, location_name: "HeartbeatTimeout"))
|
906
907
|
PutLifecycleHookType.add_member(:default_result, Shapes::ShapeRef.new(shape: LifecycleActionResult, location_name: "DefaultResult"))
|
907
908
|
PutLifecycleHookType.struct_class = Types::PutLifecycleHookType
|
908
909
|
|
909
|
-
PutNotificationConfigurationType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
910
|
-
PutNotificationConfigurationType.add_member(:topic_arn, Shapes::ShapeRef.new(shape:
|
910
|
+
PutNotificationConfigurationType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
911
|
+
PutNotificationConfigurationType.add_member(:topic_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "TopicARN"))
|
911
912
|
PutNotificationConfigurationType.add_member(:notification_types, Shapes::ShapeRef.new(shape: AutoScalingNotificationTypes, required: true, location_name: "NotificationTypes"))
|
912
913
|
PutNotificationConfigurationType.struct_class = Types::PutNotificationConfigurationType
|
913
914
|
|
914
|
-
PutScalingPolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
915
|
+
PutScalingPolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
915
916
|
PutScalingPolicyType.add_member(:policy_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "PolicyName"))
|
916
917
|
PutScalingPolicyType.add_member(:policy_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen64, location_name: "PolicyType"))
|
917
918
|
PutScalingPolicyType.add_member(:adjustment_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AdjustmentType"))
|
@@ -926,7 +927,7 @@ module Aws::AutoScaling
|
|
926
927
|
PutScalingPolicyType.add_member(:enabled, Shapes::ShapeRef.new(shape: ScalingPolicyEnabled, location_name: "Enabled"))
|
927
928
|
PutScalingPolicyType.struct_class = Types::PutScalingPolicyType
|
928
929
|
|
929
|
-
PutScheduledUpdateGroupActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
930
|
+
PutScheduledUpdateGroupActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
930
931
|
PutScheduledUpdateGroupActionType.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "ScheduledActionName"))
|
931
932
|
PutScheduledUpdateGroupActionType.add_member(:time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "Time"))
|
932
933
|
PutScheduledUpdateGroupActionType.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "StartTime"))
|
@@ -977,11 +978,11 @@ module Aws::AutoScaling
|
|
977
978
|
ScalingPolicy.add_member(:enabled, Shapes::ShapeRef.new(shape: ScalingPolicyEnabled, location_name: "Enabled"))
|
978
979
|
ScalingPolicy.struct_class = Types::ScalingPolicy
|
979
980
|
|
980
|
-
ScalingProcessQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
981
|
+
ScalingProcessQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
981
982
|
ScalingProcessQuery.add_member(:scaling_processes, Shapes::ShapeRef.new(shape: ProcessNames, location_name: "ScalingProcesses"))
|
982
983
|
ScalingProcessQuery.struct_class = Types::ScalingProcessQuery
|
983
984
|
|
984
|
-
ScheduledActionNames.member = Shapes::ShapeRef.new(shape:
|
985
|
+
ScheduledActionNames.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
|
985
986
|
|
986
987
|
ScheduledActionsType.add_member(:scheduled_update_group_actions, Shapes::ShapeRef.new(shape: ScheduledUpdateGroupActions, location_name: "ScheduledUpdateGroupActions"))
|
987
988
|
ScheduledActionsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
|
@@ -1017,7 +1018,7 @@ module Aws::AutoScaling
|
|
1017
1018
|
ServiceLinkedRoleFailure.add_member(:message, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "message"))
|
1018
1019
|
ServiceLinkedRoleFailure.struct_class = Types::ServiceLinkedRoleFailure
|
1019
1020
|
|
1020
|
-
SetDesiredCapacityType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
1021
|
+
SetDesiredCapacityType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
1021
1022
|
SetDesiredCapacityType.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, required: true, location_name: "DesiredCapacity"))
|
1022
1023
|
SetDesiredCapacityType.add_member(:honor_cooldown, Shapes::ShapeRef.new(shape: HonorCooldown, location_name: "HonorCooldown"))
|
1023
1024
|
SetDesiredCapacityType.struct_class = Types::SetDesiredCapacityType
|
@@ -1030,7 +1031,7 @@ module Aws::AutoScaling
|
|
1030
1031
|
SetInstanceProtectionAnswer.struct_class = Types::SetInstanceProtectionAnswer
|
1031
1032
|
|
1032
1033
|
SetInstanceProtectionQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, required: true, location_name: "InstanceIds"))
|
1033
|
-
SetInstanceProtectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
1034
|
+
SetInstanceProtectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
1034
1035
|
SetInstanceProtectionQuery.add_member(:protected_from_scale_in, Shapes::ShapeRef.new(shape: ProtectedFromScaleIn, required: true, location_name: "ProtectedFromScaleIn"))
|
1035
1036
|
SetInstanceProtectionQuery.struct_class = Types::SetInstanceProtectionQuery
|
1036
1037
|
|
@@ -1091,8 +1092,8 @@ module Aws::AutoScaling
|
|
1091
1092
|
|
1092
1093
|
TerminationPolicies.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen1600)
|
1093
1094
|
|
1094
|
-
UpdateAutoScalingGroupType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape:
|
1095
|
-
UpdateAutoScalingGroupType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape:
|
1095
|
+
UpdateAutoScalingGroupType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
|
1096
|
+
UpdateAutoScalingGroupType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "LaunchConfigurationName"))
|
1096
1097
|
UpdateAutoScalingGroupType.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplateSpecification, location_name: "LaunchTemplate"))
|
1097
1098
|
UpdateAutoScalingGroupType.add_member(:mixed_instances_policy, Shapes::ShapeRef.new(shape: MixedInstancesPolicy, location_name: "MixedInstancesPolicy"))
|
1098
1099
|
UpdateAutoScalingGroupType.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, location_name: "MinSize"))
|
@@ -56,7 +56,18 @@ module Aws::AutoScaling
|
|
56
56
|
data[:availability_zone]
|
57
57
|
end
|
58
58
|
|
59
|
-
# The lifecycle state for the instance.
|
59
|
+
# The lifecycle state for the instance. The `Quarantined` state is not
|
60
|
+
# used. For information about lifecycle states, see [Instance
|
61
|
+
# lifecycle][1] in the *Amazon EC2 Auto Scaling User Guide*.
|
62
|
+
#
|
63
|
+
# Valid Values: `Pending` \| `Pending:Wait` \| `Pending:Proceed` \|
|
64
|
+
# `Quarantined` \| `InService` \| `Terminating` \| `Terminating:Wait` \|
|
65
|
+
# `Terminating:Proceed` \| `Terminated` \| `Detaching` \| `Detached` \|
|
66
|
+
# `EnteringStandby` \| `Standby`
|
67
|
+
#
|
68
|
+
#
|
69
|
+
#
|
70
|
+
# [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroupLifecycle.html
|
60
71
|
# @return [String]
|
61
72
|
def lifecycle_state
|
62
73
|
data[:lifecycle_state]
|
@@ -42,10 +42,8 @@ module Aws::AutoScaling
|
|
42
42
|
end
|
43
43
|
|
44
44
|
# The ID of the Amazon Machine Image (AMI) to use to launch your EC2
|
45
|
-
# instances.
|
46
|
-
#
|
47
|
-
# For more information, see [Finding an AMI][1] in the *Amazon EC2 User
|
48
|
-
# Guide for Linux Instances*.
|
45
|
+
# instances. For more information, see [Finding an AMI][1] in the
|
46
|
+
# *Amazon EC2 User Guide for Linux Instances*.
|
49
47
|
#
|
50
48
|
#
|
51
49
|
#
|
@@ -69,10 +67,8 @@ module Aws::AutoScaling
|
|
69
67
|
end
|
70
68
|
|
71
69
|
# A list that contains the security groups to assign to the instances in
|
72
|
-
# the Auto Scaling group.
|
73
|
-
#
|
74
|
-
# For more information, see [Security Groups for Your VPC][1] in the
|
75
|
-
# *Amazon Virtual Private Cloud User Guide*.
|
70
|
+
# the Auto Scaling group. For more information, see [Security Groups for
|
71
|
+
# Your VPC][1] in the *Amazon Virtual Private Cloud User Guide*.
|
76
72
|
#
|
77
73
|
#
|
78
74
|
#
|
@@ -83,10 +79,8 @@ module Aws::AutoScaling
|
|
83
79
|
end
|
84
80
|
|
85
81
|
# The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances
|
86
|
-
# to.
|
87
|
-
#
|
88
|
-
# For more information, see [ClassicLink][1] in the *Amazon EC2 User
|
89
|
-
# Guide for Linux Instances* and [Linking EC2-Classic Instances to a
|
82
|
+
# to. For more information, see [ClassicLink][1] in the *Amazon EC2 User
|
83
|
+
# Guide for Linux Instances* and [Linking EC2-Classic instances to a
|
90
84
|
# VPC][2] in the *Amazon EC2 Auto Scaling User Guide*.
|
91
85
|
#
|
92
86
|
#
|
@@ -102,7 +96,7 @@ module Aws::AutoScaling
|
|
102
96
|
# `ClassicLinkVPCId`.
|
103
97
|
#
|
104
98
|
# For more information, see [ClassicLink][1] in the *Amazon EC2 User
|
105
|
-
# Guide for Linux Instances* and [Linking EC2-Classic
|
99
|
+
# Guide for Linux Instances* and [Linking EC2-Classic instances to a
|
106
100
|
# VPC][2] in the *Amazon EC2 Auto Scaling User Guide*.
|
107
101
|
#
|
108
102
|
#
|
@@ -114,15 +108,17 @@ module Aws::AutoScaling
|
|
114
108
|
data[:classic_link_vpc_security_groups]
|
115
109
|
end
|
116
110
|
|
117
|
-
# The
|
118
|
-
#
|
119
|
-
#
|
120
|
-
#
|
121
|
-
#
|
111
|
+
# The user data to make available to the launched EC2 instances. For
|
112
|
+
# more information, see [Instance metadata and user data][1] (Linux) and
|
113
|
+
# [Instance metadata and user data][2] (Windows). If you are using a
|
114
|
+
# command line tool, base64-encoding is performed for you, and you can
|
115
|
+
# load the text from a file. Otherwise, you must provide base64-encoded
|
116
|
+
# text. User data is limited to 16 KB.
|
122
117
|
#
|
123
118
|
#
|
124
119
|
#
|
125
120
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
|
121
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html
|
126
122
|
# @return [String]
|
127
123
|
def user_data
|
128
124
|
data[:user_data]
|
@@ -131,7 +127,7 @@ module Aws::AutoScaling
|
|
131
127
|
# The instance type for the instances.
|
132
128
|
#
|
133
129
|
# For information about available instance types, see [Available
|
134
|
-
# Instance Types][1] in the *Amazon EC2 User Guide for Linux Instances
|
130
|
+
# Instance Types][1] in the *Amazon EC2 User Guide for Linux Instances*.
|
135
131
|
#
|
136
132
|
#
|
137
133
|
#
|
@@ -154,10 +150,8 @@ module Aws::AutoScaling
|
|
154
150
|
end
|
155
151
|
|
156
152
|
# A block device mapping, which specifies the block devices for the
|
157
|
-
# instance.
|
158
|
-
#
|
159
|
-
# For more information, see [Block Device Mapping][1] in the *Amazon EC2
|
160
|
-
# User Guide for Linux Instances*.
|
153
|
+
# instance. For more information, see [Block Device Mapping][1] in the
|
154
|
+
# *Amazon EC2 User Guide for Linux Instances*.
|
161
155
|
#
|
162
156
|
#
|
163
157
|
#
|
@@ -183,10 +177,9 @@ module Aws::AutoScaling
|
|
183
177
|
|
184
178
|
# The maximum hourly price to be paid for any Spot Instance launched to
|
185
179
|
# fulfill the request. Spot Instances are launched when the price you
|
186
|
-
# specify exceeds the current Spot price.
|
187
|
-
#
|
188
|
-
#
|
189
|
-
# Scaling Group][1] in the *Amazon EC2 Auto Scaling User Guide*.
|
180
|
+
# specify exceeds the current Spot price. For more information, see
|
181
|
+
# [Requesting Spot Instances][1] in the *Amazon EC2 Auto Scaling User
|
182
|
+
# Guide*.
|
190
183
|
#
|
191
184
|
#
|
192
185
|
#
|
@@ -198,10 +191,9 @@ module Aws::AutoScaling
|
|
198
191
|
|
199
192
|
# The name or the Amazon Resource Name (ARN) of the instance profile
|
200
193
|
# associated with the IAM role for the instance. The instance profile
|
201
|
-
# contains the IAM role.
|
202
|
-
#
|
203
|
-
#
|
204
|
-
# Amazon EC2 Instances][1] in the *Amazon EC2 Auto Scaling User Guide*.
|
194
|
+
# contains the IAM role. For more information, see [IAM role for
|
195
|
+
# applications that run on Amazon EC2 instances][1] in the *Amazon EC2
|
196
|
+
# Auto Scaling User Guide*.
|
205
197
|
#
|
206
198
|
#
|
207
199
|
#
|
@@ -218,10 +210,9 @@ module Aws::AutoScaling
|
|
218
210
|
end
|
219
211
|
|
220
212
|
# Specifies whether the launch configuration is optimized for EBS I/O
|
221
|
-
# (`true`) or not (`false`).
|
222
|
-
#
|
223
|
-
#
|
224
|
-
# *Amazon EC2 User Guide for Linux Instances*.
|
213
|
+
# (`true`) or not (`false`). For more information, see [Amazon
|
214
|
+
# EBS-Optimized Instances][1] in the *Amazon EC2 User Guide for Linux
|
215
|
+
# Instances*.
|
225
216
|
#
|
226
217
|
#
|
227
218
|
#
|
@@ -232,10 +223,9 @@ module Aws::AutoScaling
|
|
232
223
|
end
|
233
224
|
|
234
225
|
# For Auto Scaling groups that are running in a VPC, specifies whether
|
235
|
-
# to assign a public IP address to the group's instances.
|
236
|
-
#
|
237
|
-
#
|
238
|
-
# VPC][1] in the *Amazon EC2 Auto Scaling User Guide*.
|
226
|
+
# to assign a public IP address to the group's instances. For more
|
227
|
+
# information, see [Launching Auto Scaling instances in a VPC][1] in the
|
228
|
+
# *Amazon EC2 Auto Scaling User Guide*.
|
239
229
|
#
|
240
230
|
#
|
241
231
|
#
|
@@ -249,12 +239,12 @@ module Aws::AutoScaling
|
|
249
239
|
# instance with `dedicated` tenancy runs on isolated, single-tenant
|
250
240
|
# hardware and can only be launched into a VPC.
|
251
241
|
#
|
252
|
-
# For more information, see [
|
253
|
-
# *Amazon EC2 Auto Scaling User Guide*.
|
242
|
+
# For more information, see [Configuring instance tenancy with Amazon
|
243
|
+
# EC2 Auto Scaling][1] in the *Amazon EC2 Auto Scaling User Guide*.
|
254
244
|
#
|
255
245
|
#
|
256
246
|
#
|
257
|
-
# [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/
|
247
|
+
# [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-dedicated-instances.html
|
258
248
|
# @return [String]
|
259
249
|
def placement_tenancy
|
260
250
|
data[:placement_tenancy]
|