aws-sdk-autoscaling 1.51.0 → 1.52.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15e6fecfff69ad854022ae56f53f0731bf353e41860c443a5f870e2d8d94ad57
4
- data.tar.gz: 97fd0065d744ce191413cd0457929f14fd7b042e362229ee7a246f3c92ddf084
3
+ metadata.gz: f7002bb853457ccee4bd930d8639e9ca84a2a5a6d7e056f96b073e67c6c90354
4
+ data.tar.gz: 18915c700de93450799079962cf76a064d4570a122eb4162c02c4658f151c5a8
5
5
  SHA512:
6
- metadata.gz: 7966fbe3d082d3e4c1fa1f2e8cd5c204e20e66222c5319f2737e2c2ad68dd66fbe988597f7b5e72aaf6b1cac4d31704a2d976d7ec3369a8691243bfceff5a360
7
- data.tar.gz: 0fe90d44e5a23f6ef3ed255c4bb2df2d31b294bd399e43f44b33515b1b6bc773e1d907ed4518f5fd4a58d04215025e5b444cf1953b6e965ea6a8dd0bf4f3b978
6
+ metadata.gz: 426b08b5849622e9b874f2affbe1ef80119fc0e3ea07644caef2705c481e4638382855190fc0715c013c9d20a4502030cf10044cf95b6b6777beecaa3913a536
7
+ data.tar.gz: 5d81736ff01ff371a5ba9c53b9b40c17658e9f1bf023c19cbc26ac4a4d108d9c5dea8a332e76134859e9dd4753e2a9c108ed4d7d924b2756082cea8d9b9cdb17
@@ -59,6 +59,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
59
59
  # @!group service
60
60
  module Aws::AutoScaling
61
61
 
62
- GEM_VERSION = '1.51.0'
62
+ GEM_VERSION = '1.52.0'
63
63
 
64
64
  end
@@ -879,7 +879,7 @@ module Aws::AutoScaling
879
879
  # @example Request syntax with placeholder values
880
880
  #
881
881
  # autoscalinggroup = auto_scaling_group.update({
882
- # launch_configuration_name: "ResourceName",
882
+ # launch_configuration_name: "XmlStringMaxLen255",
883
883
  # launch_template: {
884
884
  # launch_template_id: "XmlStringMaxLen255",
885
885
  # launch_template_name: "LaunchTemplateName",
@@ -1274,7 +1274,7 @@ module Aws::AutoScaling
1274
1274
  # @example Request syntax with placeholder values
1275
1275
  #
1276
1276
  # scheduled_actions = auto_scaling_group.scheduled_actions({
1277
- # scheduled_action_names: ["ResourceName"],
1277
+ # scheduled_action_names: ["XmlStringMaxLen255"],
1278
1278
  # start_time: Time.now,
1279
1279
  # end_time: Time.now,
1280
1280
  # })
@@ -372,7 +372,7 @@ module Aws::AutoScaling
372
372
  #
373
373
  # resp = client.attach_instances({
374
374
  # instance_ids: ["XmlStringMaxLen19"],
375
- # auto_scaling_group_name: "ResourceName", # required
375
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
376
376
  # })
377
377
  #
378
378
  # @see http://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/AttachInstances AWS API Documentation
@@ -437,7 +437,7 @@ module Aws::AutoScaling
437
437
  # @example Request syntax with placeholder values
438
438
  #
439
439
  # resp = client.attach_load_balancer_target_groups({
440
- # auto_scaling_group_name: "ResourceName", # required
440
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
441
441
  # target_group_arns: ["XmlStringMaxLen511"], # required
442
442
  # })
443
443
  #
@@ -495,7 +495,7 @@ module Aws::AutoScaling
495
495
  # @example Request syntax with placeholder values
496
496
  #
497
497
  # resp = client.attach_load_balancers({
498
- # auto_scaling_group_name: "ResourceName", # required
498
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
499
499
  # load_balancer_names: ["XmlStringMaxLen255"], # required
500
500
  # })
501
501
  #
@@ -525,8 +525,8 @@ module Aws::AutoScaling
525
525
  # @example Request syntax with placeholder values
526
526
  #
527
527
  # resp = client.batch_delete_scheduled_action({
528
- # auto_scaling_group_name: "ResourceName", # required
529
- # scheduled_action_names: ["ResourceName"], # required
528
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
529
+ # scheduled_action_names: ["XmlStringMaxLen255"], # required
530
530
  # })
531
531
  #
532
532
  # @example Response structure
@@ -562,7 +562,7 @@ module Aws::AutoScaling
562
562
  # @example Request syntax with placeholder values
563
563
  #
564
564
  # resp = client.batch_put_scheduled_update_group_action({
565
- # auto_scaling_group_name: "ResourceName", # required
565
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
566
566
  # scheduled_update_group_actions: [ # required
567
567
  # {
568
568
  # scheduled_action_name: "XmlStringMaxLen255", # required
@@ -1063,7 +1063,7 @@ module Aws::AutoScaling
1063
1063
  #
1064
1064
  # resp = client.create_auto_scaling_group({
1065
1065
  # auto_scaling_group_name: "XmlStringMaxLen255", # required
1066
- # launch_configuration_name: "ResourceName",
1066
+ # launch_configuration_name: "XmlStringMaxLen255",
1067
1067
  # launch_template: {
1068
1068
  # launch_template_id: "XmlStringMaxLen255",
1069
1069
  # launch_template_name: "LaunchTemplateName",
@@ -1120,7 +1120,7 @@ module Aws::AutoScaling
1120
1120
  # heartbeat_timeout: 1,
1121
1121
  # default_result: "LifecycleActionResult",
1122
1122
  # notification_target_arn: "NotificationTargetResourceName",
1123
- # role_arn: "ResourceName",
1123
+ # role_arn: "XmlStringMaxLen255",
1124
1124
  # },
1125
1125
  # ],
1126
1126
  # tags: [
@@ -1586,7 +1586,7 @@ module Aws::AutoScaling
1586
1586
  # @example Request syntax with placeholder values
1587
1587
  #
1588
1588
  # resp = client.delete_auto_scaling_group({
1589
- # auto_scaling_group_name: "ResourceName", # required
1589
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
1590
1590
  # force_delete: false,
1591
1591
  # })
1592
1592
  #
@@ -1622,7 +1622,7 @@ module Aws::AutoScaling
1622
1622
  # @example Request syntax with placeholder values
1623
1623
  #
1624
1624
  # resp = client.delete_launch_configuration({
1625
- # launch_configuration_name: "ResourceName", # required
1625
+ # launch_configuration_name: "XmlStringMaxLen255", # required
1626
1626
  # })
1627
1627
  #
1628
1628
  # @see http://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteLaunchConfiguration AWS API Documentation
@@ -1662,7 +1662,7 @@ module Aws::AutoScaling
1662
1662
  #
1663
1663
  # resp = client.delete_lifecycle_hook({
1664
1664
  # lifecycle_hook_name: "AsciiStringMaxLen255", # required
1665
- # auto_scaling_group_name: "ResourceName", # required
1665
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
1666
1666
  # })
1667
1667
  #
1668
1668
  # @see http://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteLifecycleHook AWS API Documentation
@@ -1698,8 +1698,8 @@ module Aws::AutoScaling
1698
1698
  # @example Request syntax with placeholder values
1699
1699
  #
1700
1700
  # resp = client.delete_notification_configuration({
1701
- # auto_scaling_group_name: "ResourceName", # required
1702
- # topic_arn: "ResourceName", # required
1701
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
1702
+ # topic_arn: "XmlStringMaxLen255", # required
1703
1703
  # })
1704
1704
  #
1705
1705
  # @see http://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteNotificationConfiguration AWS API Documentation
@@ -1745,7 +1745,7 @@ module Aws::AutoScaling
1745
1745
  # @example Request syntax with placeholder values
1746
1746
  #
1747
1747
  # resp = client.delete_policy({
1748
- # auto_scaling_group_name: "ResourceName",
1748
+ # auto_scaling_group_name: "XmlStringMaxLen255",
1749
1749
  # policy_name: "ResourceName", # required
1750
1750
  # })
1751
1751
  #
@@ -1781,8 +1781,8 @@ module Aws::AutoScaling
1781
1781
  # @example Request syntax with placeholder values
1782
1782
  #
1783
1783
  # resp = client.delete_scheduled_action({
1784
- # auto_scaling_group_name: "ResourceName", # required
1785
- # scheduled_action_name: "ResourceName", # required
1784
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
1785
+ # scheduled_action_name: "XmlStringMaxLen255", # required
1786
1786
  # })
1787
1787
  #
1788
1788
  # @see http://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteScheduledAction AWS API Documentation
@@ -2026,7 +2026,7 @@ module Aws::AutoScaling
2026
2026
  # @example Request syntax with placeholder values
2027
2027
  #
2028
2028
  # resp = client.describe_auto_scaling_groups({
2029
- # auto_scaling_group_names: ["ResourceName"],
2029
+ # auto_scaling_group_names: ["XmlStringMaxLen255"],
2030
2030
  # next_token: "XmlString",
2031
2031
  # max_records: 1,
2032
2032
  # })
@@ -2409,7 +2409,7 @@ module Aws::AutoScaling
2409
2409
  # @example Request syntax with placeholder values
2410
2410
  #
2411
2411
  # resp = client.describe_launch_configurations({
2412
- # launch_configuration_names: ["ResourceName"],
2412
+ # launch_configuration_names: ["XmlStringMaxLen255"],
2413
2413
  # next_token: "XmlString",
2414
2414
  # max_records: 1,
2415
2415
  # })
@@ -2544,7 +2544,7 @@ module Aws::AutoScaling
2544
2544
  # @example Request syntax with placeholder values
2545
2545
  #
2546
2546
  # resp = client.describe_lifecycle_hooks({
2547
- # auto_scaling_group_name: "ResourceName", # required
2547
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
2548
2548
  # lifecycle_hook_names: ["AsciiStringMaxLen255"],
2549
2549
  # })
2550
2550
  #
@@ -2610,7 +2610,7 @@ module Aws::AutoScaling
2610
2610
  # @example Request syntax with placeholder values
2611
2611
  #
2612
2612
  # resp = client.describe_load_balancer_target_groups({
2613
- # auto_scaling_group_name: "ResourceName", # required
2613
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
2614
2614
  # next_token: "XmlString",
2615
2615
  # max_records: 1,
2616
2616
  # })
@@ -2675,7 +2675,7 @@ module Aws::AutoScaling
2675
2675
  # @example Request syntax with placeholder values
2676
2676
  #
2677
2677
  # resp = client.describe_load_balancers({
2678
- # auto_scaling_group_name: "ResourceName", # required
2678
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
2679
2679
  # next_token: "XmlString",
2680
2680
  # max_records: 1,
2681
2681
  # })
@@ -2818,7 +2818,7 @@ module Aws::AutoScaling
2818
2818
  # @example Request syntax with placeholder values
2819
2819
  #
2820
2820
  # resp = client.describe_notification_configurations({
2821
- # auto_scaling_group_names: ["ResourceName"],
2821
+ # auto_scaling_group_names: ["XmlStringMaxLen255"],
2822
2822
  # next_token: "XmlString",
2823
2823
  # max_records: 1,
2824
2824
  # })
@@ -2908,7 +2908,7 @@ module Aws::AutoScaling
2908
2908
  # @example Request syntax with placeholder values
2909
2909
  #
2910
2910
  # resp = client.describe_policies({
2911
- # auto_scaling_group_name: "ResourceName",
2911
+ # auto_scaling_group_name: "XmlStringMaxLen255",
2912
2912
  # policy_names: ["ResourceName"],
2913
2913
  # policy_types: ["XmlStringMaxLen64"],
2914
2914
  # next_token: "XmlString",
@@ -3017,7 +3017,7 @@ module Aws::AutoScaling
3017
3017
  #
3018
3018
  # resp = client.describe_scaling_activities({
3019
3019
  # activity_ids: ["XmlString"],
3020
- # auto_scaling_group_name: "ResourceName",
3020
+ # auto_scaling_group_name: "XmlStringMaxLen255",
3021
3021
  # max_records: 1,
3022
3022
  # next_token: "XmlString",
3023
3023
  # })
@@ -3170,8 +3170,8 @@ module Aws::AutoScaling
3170
3170
  # @example Request syntax with placeholder values
3171
3171
  #
3172
3172
  # resp = client.describe_scheduled_actions({
3173
- # auto_scaling_group_name: "ResourceName",
3174
- # scheduled_action_names: ["ResourceName"],
3173
+ # auto_scaling_group_name: "XmlStringMaxLen255",
3174
+ # scheduled_action_names: ["XmlStringMaxLen255"],
3175
3175
  # start_time: Time.now,
3176
3176
  # end_time: Time.now,
3177
3177
  # next_token: "XmlString",
@@ -3423,7 +3423,7 @@ module Aws::AutoScaling
3423
3423
  #
3424
3424
  # resp = client.detach_instances({
3425
3425
  # instance_ids: ["XmlStringMaxLen19"],
3426
- # auto_scaling_group_name: "ResourceName", # required
3426
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
3427
3427
  # should_decrement_desired_capacity: false, # required
3428
3428
  # })
3429
3429
  #
@@ -3477,7 +3477,7 @@ module Aws::AutoScaling
3477
3477
  # @example Request syntax with placeholder values
3478
3478
  #
3479
3479
  # resp = client.detach_load_balancer_target_groups({
3480
- # auto_scaling_group_name: "ResourceName", # required
3480
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
3481
3481
  # target_group_arns: ["XmlStringMaxLen511"], # required
3482
3482
  # })
3483
3483
  #
@@ -3526,7 +3526,7 @@ module Aws::AutoScaling
3526
3526
  # @example Request syntax with placeholder values
3527
3527
  #
3528
3528
  # resp = client.detach_load_balancers({
3529
- # auto_scaling_group_name: "ResourceName", # required
3529
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
3530
3530
  # load_balancer_names: ["XmlStringMaxLen255"], # required
3531
3531
  # })
3532
3532
  #
@@ -3592,7 +3592,7 @@ module Aws::AutoScaling
3592
3592
  # @example Request syntax with placeholder values
3593
3593
  #
3594
3594
  # resp = client.disable_metrics_collection({
3595
- # auto_scaling_group_name: "ResourceName", # required
3595
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
3596
3596
  # metrics: ["XmlStringMaxLen255"],
3597
3597
  # })
3598
3598
  #
@@ -3670,7 +3670,7 @@ module Aws::AutoScaling
3670
3670
  # @example Request syntax with placeholder values
3671
3671
  #
3672
3672
  # resp = client.enable_metrics_collection({
3673
- # auto_scaling_group_name: "ResourceName", # required
3673
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
3674
3674
  # metrics: ["XmlStringMaxLen255"],
3675
3675
  # granularity: "XmlStringMaxLen255", # required
3676
3676
  # })
@@ -3749,7 +3749,7 @@ module Aws::AutoScaling
3749
3749
  #
3750
3750
  # resp = client.enter_standby({
3751
3751
  # instance_ids: ["XmlStringMaxLen19"],
3752
- # auto_scaling_group_name: "ResourceName", # required
3752
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
3753
3753
  # should_decrement_desired_capacity: false, # required
3754
3754
  # })
3755
3755
  #
@@ -3833,7 +3833,7 @@ module Aws::AutoScaling
3833
3833
  # @example Request syntax with placeholder values
3834
3834
  #
3835
3835
  # resp = client.execute_policy({
3836
- # auto_scaling_group_name: "ResourceName",
3836
+ # auto_scaling_group_name: "XmlStringMaxLen255",
3837
3837
  # policy_name: "ResourceName", # required
3838
3838
  # honor_cooldown: false,
3839
3839
  # metric_value: 1.0,
@@ -3903,7 +3903,7 @@ module Aws::AutoScaling
3903
3903
  #
3904
3904
  # resp = client.exit_standby({
3905
3905
  # instance_ids: ["XmlStringMaxLen19"],
3906
- # auto_scaling_group_name: "ResourceName", # required
3906
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
3907
3907
  # })
3908
3908
  #
3909
3909
  # @example Response structure
@@ -4053,9 +4053,9 @@ module Aws::AutoScaling
4053
4053
  #
4054
4054
  # resp = client.put_lifecycle_hook({
4055
4055
  # lifecycle_hook_name: "AsciiStringMaxLen255", # required
4056
- # auto_scaling_group_name: "ResourceName", # required
4056
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
4057
4057
  # lifecycle_transition: "LifecycleTransition",
4058
- # role_arn: "ResourceName",
4058
+ # role_arn: "XmlStringMaxLen255",
4059
4059
  # notification_target_arn: "NotificationTargetResourceName",
4060
4060
  # notification_metadata: "XmlStringMaxLen1023",
4061
4061
  # heartbeat_timeout: 1,
@@ -4119,8 +4119,8 @@ module Aws::AutoScaling
4119
4119
  # @example Request syntax with placeholder values
4120
4120
  #
4121
4121
  # resp = client.put_notification_configuration({
4122
- # auto_scaling_group_name: "ResourceName", # required
4123
- # topic_arn: "ResourceName", # required
4122
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
4123
+ # topic_arn: "XmlStringMaxLen255", # required
4124
4124
  # notification_types: ["XmlStringMaxLen255"], # required
4125
4125
  # })
4126
4126
  #
@@ -4323,7 +4323,7 @@ module Aws::AutoScaling
4323
4323
  # @example Request syntax with placeholder values
4324
4324
  #
4325
4325
  # resp = client.put_scaling_policy({
4326
- # auto_scaling_group_name: "ResourceName", # required
4326
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
4327
4327
  # policy_name: "XmlStringMaxLen255", # required
4328
4328
  # policy_type: "XmlStringMaxLen64",
4329
4329
  # adjustment_type: "XmlStringMaxLen255",
@@ -4461,7 +4461,7 @@ module Aws::AutoScaling
4461
4461
  # @example Request syntax with placeholder values
4462
4462
  #
4463
4463
  # resp = client.put_scheduled_update_group_action({
4464
- # auto_scaling_group_name: "ResourceName", # required
4464
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
4465
4465
  # scheduled_action_name: "XmlStringMaxLen255", # required
4466
4466
  # time: Time.now,
4467
4467
  # start_time: Time.now,
@@ -4612,7 +4612,7 @@ module Aws::AutoScaling
4612
4612
  # @example Request syntax with placeholder values
4613
4613
  #
4614
4614
  # resp = client.resume_processes({
4615
- # auto_scaling_group_name: "ResourceName", # required
4615
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
4616
4616
  # scaling_processes: ["XmlStringMaxLen255"],
4617
4617
  # })
4618
4618
  #
@@ -4670,7 +4670,7 @@ module Aws::AutoScaling
4670
4670
  # @example Request syntax with placeholder values
4671
4671
  #
4672
4672
  # resp = client.set_desired_capacity({
4673
- # auto_scaling_group_name: "ResourceName", # required
4673
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
4674
4674
  # desired_capacity: 1, # required
4675
4675
  # honor_cooldown: false,
4676
4676
  # })
@@ -4799,7 +4799,7 @@ module Aws::AutoScaling
4799
4799
  #
4800
4800
  # resp = client.set_instance_protection({
4801
4801
  # instance_ids: ["XmlStringMaxLen19"], # required
4802
- # auto_scaling_group_name: "ResourceName", # required
4802
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
4803
4803
  # protected_from_scale_in: false, # required
4804
4804
  # })
4805
4805
  #
@@ -4963,7 +4963,7 @@ module Aws::AutoScaling
4963
4963
  # @example Request syntax with placeholder values
4964
4964
  #
4965
4965
  # resp = client.suspend_processes({
4966
- # auto_scaling_group_name: "ResourceName", # required
4966
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
4967
4967
  # scaling_processes: ["XmlStringMaxLen255"],
4968
4968
  # })
4969
4969
  #
@@ -5281,8 +5281,8 @@ module Aws::AutoScaling
5281
5281
  # @example Request syntax with placeholder values
5282
5282
  #
5283
5283
  # resp = client.update_auto_scaling_group({
5284
- # auto_scaling_group_name: "ResourceName", # required
5285
- # launch_configuration_name: "ResourceName",
5284
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
5285
+ # launch_configuration_name: "XmlStringMaxLen255",
5286
5286
  # launch_template: {
5287
5287
  # launch_template_id: "XmlStringMaxLen255",
5288
5288
  # launch_template_name: "LaunchTemplateName",
@@ -5354,7 +5354,7 @@ module Aws::AutoScaling
5354
5354
  params: params,
5355
5355
  config: config)
5356
5356
  context[:gem_name] = 'aws-sdk-autoscaling'
5357
- context[:gem_version] = '1.51.0'
5357
+ context[:gem_version] = '1.52.0'
5358
5358
  Seahorse::Client::Request.new(handlers, context)
5359
5359
  end
5360
5360
 
@@ -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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName)
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, location_name: "LaunchConfigurationName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
506
- DeleteNotificationConfigurationType.add_member(:topic_arn, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TopicARN"))
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: ResourceName, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
514
- DeleteScheduledActionType.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ScheduledActionName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, location_name: "AutoScalingGroupName"))
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: ResourceName, location_name: "AutoScalingGroupName"))
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: ResourceName, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "AutoScalingGroupName"))
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: ResourceName, required: true, location_name: "LaunchConfigurationName"))
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: ResourceName)
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"))
@@ -796,10 +796,10 @@ module Aws::AutoScaling
796
796
  LaunchTemplateSpecification.struct_class = Types::LaunchTemplateSpecification
797
797
 
798
798
  LifecycleHook.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, location_name: "LifecycleHookName"))
799
- LifecycleHook.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
799
+ LifecycleHook.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AutoScalingGroupName"))
800
800
  LifecycleHook.add_member(:lifecycle_transition, Shapes::ShapeRef.new(shape: LifecycleTransition, location_name: "LifecycleTransition"))
801
- LifecycleHook.add_member(:notification_target_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "NotificationTargetARN"))
802
- LifecycleHook.add_member(:role_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "RoleARN"))
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"))
803
803
  LifecycleHook.add_member(:notification_metadata, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "NotificationMetadata"))
804
804
  LifecycleHook.add_member(:heartbeat_timeout, Shapes::ShapeRef.new(shape: HeartbeatTimeout, location_name: "HeartbeatTimeout"))
805
805
  LifecycleHook.add_member(:global_timeout, Shapes::ShapeRef.new(shape: GlobalTimeout, location_name: "GlobalTimeout"))
@@ -814,7 +814,7 @@ module Aws::AutoScaling
814
814
  LifecycleHookSpecification.add_member(:heartbeat_timeout, Shapes::ShapeRef.new(shape: HeartbeatTimeout, location_name: "HeartbeatTimeout"))
815
815
  LifecycleHookSpecification.add_member(:default_result, Shapes::ShapeRef.new(shape: LifecycleActionResult, location_name: "DefaultResult"))
816
816
  LifecycleHookSpecification.add_member(:notification_target_arn, Shapes::ShapeRef.new(shape: NotificationTargetResourceName, location_name: "NotificationTargetARN"))
817
- LifecycleHookSpecification.add_member(:role_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "RoleARN"))
817
+ LifecycleHookSpecification.add_member(:role_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "RoleARN"))
818
818
  LifecycleHookSpecification.struct_class = Types::LifecycleHookSpecification
819
819
 
820
820
  LifecycleHookSpecifications.member = Shapes::ShapeRef.new(shape: LifecycleHookSpecification)
@@ -860,8 +860,8 @@ module Aws::AutoScaling
860
860
  MixedInstancesPolicy.add_member(:instances_distribution, Shapes::ShapeRef.new(shape: InstancesDistribution, location_name: "InstancesDistribution"))
861
861
  MixedInstancesPolicy.struct_class = Types::MixedInstancesPolicy
862
862
 
863
- NotificationConfiguration.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "AutoScalingGroupName"))
864
- NotificationConfiguration.add_member(:topic_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "TopicARN"))
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"))
865
865
  NotificationConfiguration.add_member(:notification_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "NotificationType"))
866
866
  NotificationConfiguration.struct_class = Types::NotificationConfiguration
867
867
 
@@ -898,21 +898,21 @@ module Aws::AutoScaling
898
898
  PutLifecycleHookAnswer.struct_class = Types::PutLifecycleHookAnswer
899
899
 
900
900
  PutLifecycleHookType.add_member(:lifecycle_hook_name, Shapes::ShapeRef.new(shape: AsciiStringMaxLen255, required: true, location_name: "LifecycleHookName"))
901
- PutLifecycleHookType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
901
+ PutLifecycleHookType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
902
902
  PutLifecycleHookType.add_member(:lifecycle_transition, Shapes::ShapeRef.new(shape: LifecycleTransition, location_name: "LifecycleTransition"))
903
- PutLifecycleHookType.add_member(:role_arn, Shapes::ShapeRef.new(shape: ResourceName, location_name: "RoleARN"))
903
+ PutLifecycleHookType.add_member(:role_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "RoleARN"))
904
904
  PutLifecycleHookType.add_member(:notification_target_arn, Shapes::ShapeRef.new(shape: NotificationTargetResourceName, location_name: "NotificationTargetARN"))
905
905
  PutLifecycleHookType.add_member(:notification_metadata, Shapes::ShapeRef.new(shape: XmlStringMaxLen1023, location_name: "NotificationMetadata"))
906
906
  PutLifecycleHookType.add_member(:heartbeat_timeout, Shapes::ShapeRef.new(shape: HeartbeatTimeout, location_name: "HeartbeatTimeout"))
907
907
  PutLifecycleHookType.add_member(:default_result, Shapes::ShapeRef.new(shape: LifecycleActionResult, location_name: "DefaultResult"))
908
908
  PutLifecycleHookType.struct_class = Types::PutLifecycleHookType
909
909
 
910
- PutNotificationConfigurationType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
911
- PutNotificationConfigurationType.add_member(:topic_arn, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "TopicARN"))
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"))
912
912
  PutNotificationConfigurationType.add_member(:notification_types, Shapes::ShapeRef.new(shape: AutoScalingNotificationTypes, required: true, location_name: "NotificationTypes"))
913
913
  PutNotificationConfigurationType.struct_class = Types::PutNotificationConfigurationType
914
914
 
915
- PutScalingPolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
915
+ PutScalingPolicyType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
916
916
  PutScalingPolicyType.add_member(:policy_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "PolicyName"))
917
917
  PutScalingPolicyType.add_member(:policy_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen64, location_name: "PolicyType"))
918
918
  PutScalingPolicyType.add_member(:adjustment_type, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "AdjustmentType"))
@@ -927,7 +927,7 @@ module Aws::AutoScaling
927
927
  PutScalingPolicyType.add_member(:enabled, Shapes::ShapeRef.new(shape: ScalingPolicyEnabled, location_name: "Enabled"))
928
928
  PutScalingPolicyType.struct_class = Types::PutScalingPolicyType
929
929
 
930
- PutScheduledUpdateGroupActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
930
+ PutScheduledUpdateGroupActionType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
931
931
  PutScheduledUpdateGroupActionType.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "ScheduledActionName"))
932
932
  PutScheduledUpdateGroupActionType.add_member(:time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "Time"))
933
933
  PutScheduledUpdateGroupActionType.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampType, location_name: "StartTime"))
@@ -978,11 +978,11 @@ module Aws::AutoScaling
978
978
  ScalingPolicy.add_member(:enabled, Shapes::ShapeRef.new(shape: ScalingPolicyEnabled, location_name: "Enabled"))
979
979
  ScalingPolicy.struct_class = Types::ScalingPolicy
980
980
 
981
- ScalingProcessQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
981
+ ScalingProcessQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
982
982
  ScalingProcessQuery.add_member(:scaling_processes, Shapes::ShapeRef.new(shape: ProcessNames, location_name: "ScalingProcesses"))
983
983
  ScalingProcessQuery.struct_class = Types::ScalingProcessQuery
984
984
 
985
- ScheduledActionNames.member = Shapes::ShapeRef.new(shape: ResourceName)
985
+ ScheduledActionNames.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen255)
986
986
 
987
987
  ScheduledActionsType.add_member(:scheduled_update_group_actions, Shapes::ShapeRef.new(shape: ScheduledUpdateGroupActions, location_name: "ScheduledUpdateGroupActions"))
988
988
  ScheduledActionsType.add_member(:next_token, Shapes::ShapeRef.new(shape: XmlString, location_name: "NextToken"))
@@ -1018,7 +1018,7 @@ module Aws::AutoScaling
1018
1018
  ServiceLinkedRoleFailure.add_member(:message, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, location_name: "message"))
1019
1019
  ServiceLinkedRoleFailure.struct_class = Types::ServiceLinkedRoleFailure
1020
1020
 
1021
- SetDesiredCapacityType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
1021
+ SetDesiredCapacityType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
1022
1022
  SetDesiredCapacityType.add_member(:desired_capacity, Shapes::ShapeRef.new(shape: AutoScalingGroupDesiredCapacity, required: true, location_name: "DesiredCapacity"))
1023
1023
  SetDesiredCapacityType.add_member(:honor_cooldown, Shapes::ShapeRef.new(shape: HonorCooldown, location_name: "HonorCooldown"))
1024
1024
  SetDesiredCapacityType.struct_class = Types::SetDesiredCapacityType
@@ -1031,7 +1031,7 @@ module Aws::AutoScaling
1031
1031
  SetInstanceProtectionAnswer.struct_class = Types::SetInstanceProtectionAnswer
1032
1032
 
1033
1033
  SetInstanceProtectionQuery.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, required: true, location_name: "InstanceIds"))
1034
- SetInstanceProtectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
1034
+ SetInstanceProtectionQuery.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: XmlStringMaxLen255, required: true, location_name: "AutoScalingGroupName"))
1035
1035
  SetInstanceProtectionQuery.add_member(:protected_from_scale_in, Shapes::ShapeRef.new(shape: ProtectedFromScaleIn, required: true, location_name: "ProtectedFromScaleIn"))
1036
1036
  SetInstanceProtectionQuery.struct_class = Types::SetInstanceProtectionQuery
1037
1037
 
@@ -1092,8 +1092,8 @@ module Aws::AutoScaling
1092
1092
 
1093
1093
  TerminationPolicies.member = Shapes::ShapeRef.new(shape: XmlStringMaxLen1600)
1094
1094
 
1095
- UpdateAutoScalingGroupType.add_member(:auto_scaling_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "AutoScalingGroupName"))
1096
- UpdateAutoScalingGroupType.add_member(:launch_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "LaunchConfigurationName"))
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"))
1097
1097
  UpdateAutoScalingGroupType.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplateSpecification, location_name: "LaunchTemplate"))
1098
1098
  UpdateAutoScalingGroupType.add_member(:mixed_instances_policy, Shapes::ShapeRef.new(shape: MixedInstancesPolicy, location_name: "MixedInstancesPolicy"))
1099
1099
  UpdateAutoScalingGroupType.add_member(:min_size, Shapes::ShapeRef.new(shape: AutoScalingGroupMinSize, location_name: "MinSize"))
@@ -286,7 +286,7 @@ module Aws::AutoScaling
286
286
  #
287
287
  # lifecycle_hook.put({
288
288
  # lifecycle_transition: "LifecycleTransition",
289
- # role_arn: "ResourceName",
289
+ # role_arn: "XmlStringMaxLen255",
290
290
  # notification_target_arn: "NotificationTargetResourceName",
291
291
  # notification_metadata: "XmlStringMaxLen1023",
292
292
  # heartbeat_timeout: 1,
@@ -39,7 +39,7 @@ module Aws::AutoScaling
39
39
  #
40
40
  # autoscalinggroup = auto_scaling.create_group({
41
41
  # auto_scaling_group_name: "XmlStringMaxLen255", # required
42
- # launch_configuration_name: "ResourceName",
42
+ # launch_configuration_name: "XmlStringMaxLen255",
43
43
  # launch_template: {
44
44
  # launch_template_id: "XmlStringMaxLen255",
45
45
  # launch_template_name: "LaunchTemplateName",
@@ -96,7 +96,7 @@ module Aws::AutoScaling
96
96
  # heartbeat_timeout: 1,
97
97
  # default_result: "LifecycleActionResult",
98
98
  # notification_target_arn: "NotificationTargetResourceName",
99
- # role_arn: "ResourceName",
99
+ # role_arn: "XmlStringMaxLen255",
100
100
  # },
101
101
  # ],
102
102
  # tags: [
@@ -629,7 +629,7 @@ module Aws::AutoScaling
629
629
  #
630
630
  # activities = auto_scaling.activities({
631
631
  # activity_ids: ["XmlString"],
632
- # auto_scaling_group_name: "ResourceName",
632
+ # auto_scaling_group_name: "XmlStringMaxLen255",
633
633
  # })
634
634
  # @param [Hash] options ({})
635
635
  # @option options [Array<String>] :activity_ids
@@ -680,7 +680,7 @@ module Aws::AutoScaling
680
680
  # @example Request syntax with placeholder values
681
681
  #
682
682
  # groups = auto_scaling.groups({
683
- # auto_scaling_group_names: ["ResourceName"],
683
+ # auto_scaling_group_names: ["XmlStringMaxLen255"],
684
684
  # })
685
685
  # @param [Hash] options ({})
686
686
  # @option options [Array<String>] :auto_scaling_group_names
@@ -750,7 +750,7 @@ module Aws::AutoScaling
750
750
  # @example Request syntax with placeholder values
751
751
  #
752
752
  # launch_configurations = auto_scaling.launch_configurations({
753
- # launch_configuration_names: ["ResourceName"],
753
+ # launch_configuration_names: ["XmlStringMaxLen255"],
754
754
  # })
755
755
  # @param [Hash] options ({})
756
756
  # @option options [Array<String>] :launch_configuration_names
@@ -778,7 +778,7 @@ module Aws::AutoScaling
778
778
  # @example Request syntax with placeholder values
779
779
  #
780
780
  # policies = auto_scaling.policies({
781
- # auto_scaling_group_name: "ResourceName",
781
+ # auto_scaling_group_name: "XmlStringMaxLen255",
782
782
  # policy_names: ["ResourceName"],
783
783
  # policy_types: ["XmlStringMaxLen64"],
784
784
  # })
@@ -833,8 +833,8 @@ module Aws::AutoScaling
833
833
  # @example Request syntax with placeholder values
834
834
  #
835
835
  # scheduled_actions = auto_scaling.scheduled_actions({
836
- # auto_scaling_group_name: "ResourceName",
837
- # scheduled_action_names: ["ResourceName"],
836
+ # auto_scaling_group_name: "XmlStringMaxLen255",
837
+ # scheduled_action_names: ["XmlStringMaxLen255"],
838
838
  # start_time: Time.now,
839
839
  # end_time: Time.now,
840
840
  # })
@@ -281,7 +281,7 @@ module Aws::AutoScaling
281
281
  # @example Request syntax with placeholder values
282
282
  #
283
283
  # scaling_policy.delete({
284
- # auto_scaling_group_name: "ResourceName",
284
+ # auto_scaling_group_name: "XmlStringMaxLen255",
285
285
  # })
286
286
  # @param [Hash] options ({})
287
287
  # @option options [String] :auto_scaling_group_name
@@ -296,7 +296,7 @@ module Aws::AutoScaling
296
296
  # @example Request syntax with placeholder values
297
297
  #
298
298
  # scaling_policy.execute({
299
- # auto_scaling_group_name: "ResourceName",
299
+ # auto_scaling_group_name: "XmlStringMaxLen255",
300
300
  # honor_cooldown: false,
301
301
  # metric_value: 1.0,
302
302
  # breach_threshold: 1.0,
@@ -233,7 +233,7 @@ module Aws::AutoScaling
233
233
  # @example Request syntax with placeholder values
234
234
  #
235
235
  # scheduled_action.delete({
236
- # auto_scaling_group_name: "ResourceName", # required
236
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
237
237
  # })
238
238
  # @param [Hash] options ({})
239
239
  # @option options [required, String] :auto_scaling_group_name
@@ -173,7 +173,7 @@ module Aws::AutoScaling
173
173
  #
174
174
  # {
175
175
  # instance_ids: ["XmlStringMaxLen19"],
176
- # auto_scaling_group_name: "ResourceName", # required
176
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
177
177
  # }
178
178
  #
179
179
  # @!attribute [rw] instance_ids
@@ -201,7 +201,7 @@ module Aws::AutoScaling
201
201
  # data as a hash:
202
202
  #
203
203
  # {
204
- # auto_scaling_group_name: "ResourceName", # required
204
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
205
205
  # target_group_arns: ["XmlStringMaxLen511"], # required
206
206
  # }
207
207
  #
@@ -237,7 +237,7 @@ module Aws::AutoScaling
237
237
  # data as a hash:
238
238
  #
239
239
  # {
240
- # auto_scaling_group_name: "ResourceName", # required
240
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
241
241
  # load_balancer_names: ["XmlStringMaxLen255"], # required
242
242
  # }
243
243
  #
@@ -420,7 +420,7 @@ module Aws::AutoScaling
420
420
  # data as a hash:
421
421
  #
422
422
  # {
423
- # auto_scaling_group_names: ["ResourceName"],
423
+ # auto_scaling_group_names: ["XmlStringMaxLen255"],
424
424
  # next_token: "XmlString",
425
425
  # max_records: 1,
426
426
  # }
@@ -580,8 +580,8 @@ module Aws::AutoScaling
580
580
  # data as a hash:
581
581
  #
582
582
  # {
583
- # auto_scaling_group_name: "ResourceName", # required
584
- # scheduled_action_names: ["ResourceName"], # required
583
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
584
+ # scheduled_action_names: ["XmlStringMaxLen255"], # required
585
585
  # }
586
586
  #
587
587
  # @!attribute [rw] auto_scaling_group_name
@@ -619,7 +619,7 @@ module Aws::AutoScaling
619
619
  # data as a hash:
620
620
  #
621
621
  # {
622
- # auto_scaling_group_name: "ResourceName", # required
622
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
623
623
  # scheduled_update_group_actions: [ # required
624
624
  # {
625
625
  # scheduled_action_name: "XmlStringMaxLen255", # required
@@ -801,7 +801,7 @@ module Aws::AutoScaling
801
801
  #
802
802
  # {
803
803
  # auto_scaling_group_name: "XmlStringMaxLen255", # required
804
- # launch_configuration_name: "ResourceName",
804
+ # launch_configuration_name: "XmlStringMaxLen255",
805
805
  # launch_template: {
806
806
  # launch_template_id: "XmlStringMaxLen255",
807
807
  # launch_template_name: "LaunchTemplateName",
@@ -858,7 +858,7 @@ module Aws::AutoScaling
858
858
  # heartbeat_timeout: 1,
859
859
  # default_result: "LifecycleActionResult",
860
860
  # notification_target_arn: "NotificationTargetResourceName",
861
- # role_arn: "ResourceName",
861
+ # role_arn: "XmlStringMaxLen255",
862
862
  # },
863
863
  # ],
864
864
  # tags: [
@@ -1623,7 +1623,7 @@ module Aws::AutoScaling
1623
1623
  # data as a hash:
1624
1624
  #
1625
1625
  # {
1626
- # auto_scaling_group_name: "ResourceName", # required
1626
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
1627
1627
  # force_delete: false,
1628
1628
  # }
1629
1629
  #
@@ -1656,7 +1656,7 @@ module Aws::AutoScaling
1656
1656
  #
1657
1657
  # {
1658
1658
  # lifecycle_hook_name: "AsciiStringMaxLen255", # required
1659
- # auto_scaling_group_name: "ResourceName", # required
1659
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
1660
1660
  # }
1661
1661
  #
1662
1662
  # @!attribute [rw] lifecycle_hook_name
@@ -1680,8 +1680,8 @@ module Aws::AutoScaling
1680
1680
  # data as a hash:
1681
1681
  #
1682
1682
  # {
1683
- # auto_scaling_group_name: "ResourceName", # required
1684
- # topic_arn: "ResourceName", # required
1683
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
1684
+ # topic_arn: "XmlStringMaxLen255", # required
1685
1685
  # }
1686
1686
  #
1687
1687
  # @!attribute [rw] auto_scaling_group_name
@@ -1706,7 +1706,7 @@ module Aws::AutoScaling
1706
1706
  # data as a hash:
1707
1707
  #
1708
1708
  # {
1709
- # auto_scaling_group_name: "ResourceName",
1709
+ # auto_scaling_group_name: "XmlStringMaxLen255",
1710
1710
  # policy_name: "ResourceName", # required
1711
1711
  # }
1712
1712
  #
@@ -1731,8 +1731,8 @@ module Aws::AutoScaling
1731
1731
  # data as a hash:
1732
1732
  #
1733
1733
  # {
1734
- # auto_scaling_group_name: "ResourceName", # required
1735
- # scheduled_action_name: "ResourceName", # required
1734
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
1735
+ # scheduled_action_name: "XmlStringMaxLen255", # required
1736
1736
  # }
1737
1737
  #
1738
1738
  # @!attribute [rw] auto_scaling_group_name
@@ -1956,7 +1956,7 @@ module Aws::AutoScaling
1956
1956
  # data as a hash:
1957
1957
  #
1958
1958
  # {
1959
- # auto_scaling_group_name: "ResourceName", # required
1959
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
1960
1960
  # lifecycle_hook_names: ["AsciiStringMaxLen255"],
1961
1961
  # }
1962
1962
  #
@@ -1982,7 +1982,7 @@ module Aws::AutoScaling
1982
1982
  # data as a hash:
1983
1983
  #
1984
1984
  # {
1985
- # auto_scaling_group_name: "ResourceName", # required
1985
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
1986
1986
  # next_token: "XmlString",
1987
1987
  # max_records: 1,
1988
1988
  # }
@@ -2036,7 +2036,7 @@ module Aws::AutoScaling
2036
2036
  # data as a hash:
2037
2037
  #
2038
2038
  # {
2039
- # auto_scaling_group_name: "ResourceName", # required
2039
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
2040
2040
  # next_token: "XmlString",
2041
2041
  # max_records: 1,
2042
2042
  # }
@@ -2128,7 +2128,7 @@ module Aws::AutoScaling
2128
2128
  # data as a hash:
2129
2129
  #
2130
2130
  # {
2131
- # auto_scaling_group_names: ["ResourceName"],
2131
+ # auto_scaling_group_names: ["XmlStringMaxLen255"],
2132
2132
  # next_token: "XmlString",
2133
2133
  # max_records: 1,
2134
2134
  # }
@@ -2161,7 +2161,7 @@ module Aws::AutoScaling
2161
2161
  # data as a hash:
2162
2162
  #
2163
2163
  # {
2164
- # auto_scaling_group_name: "ResourceName",
2164
+ # auto_scaling_group_name: "XmlStringMaxLen255",
2165
2165
  # policy_names: ["ResourceName"],
2166
2166
  # policy_types: ["XmlStringMaxLen64"],
2167
2167
  # next_token: "XmlString",
@@ -2211,7 +2211,7 @@ module Aws::AutoScaling
2211
2211
  #
2212
2212
  # {
2213
2213
  # activity_ids: ["XmlString"],
2214
- # auto_scaling_group_name: "ResourceName",
2214
+ # auto_scaling_group_name: "XmlStringMaxLen255",
2215
2215
  # max_records: 1,
2216
2216
  # next_token: "XmlString",
2217
2217
  # }
@@ -2253,8 +2253,8 @@ module Aws::AutoScaling
2253
2253
  # data as a hash:
2254
2254
  #
2255
2255
  # {
2256
- # auto_scaling_group_name: "ResourceName",
2257
- # scheduled_action_names: ["ResourceName"],
2256
+ # auto_scaling_group_name: "XmlStringMaxLen255",
2257
+ # scheduled_action_names: ["XmlStringMaxLen255"],
2258
2258
  # start_time: Time.now,
2259
2259
  # end_time: Time.now,
2260
2260
  # next_token: "XmlString",
@@ -2378,7 +2378,7 @@ module Aws::AutoScaling
2378
2378
  #
2379
2379
  # {
2380
2380
  # instance_ids: ["XmlStringMaxLen19"],
2381
- # auto_scaling_group_name: "ResourceName", # required
2381
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
2382
2382
  # should_decrement_desired_capacity: false, # required
2383
2383
  # }
2384
2384
  #
@@ -2413,7 +2413,7 @@ module Aws::AutoScaling
2413
2413
  # data as a hash:
2414
2414
  #
2415
2415
  # {
2416
- # auto_scaling_group_name: "ResourceName", # required
2416
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
2417
2417
  # target_group_arns: ["XmlStringMaxLen511"], # required
2418
2418
  # }
2419
2419
  #
@@ -2443,7 +2443,7 @@ module Aws::AutoScaling
2443
2443
  # data as a hash:
2444
2444
  #
2445
2445
  # {
2446
- # auto_scaling_group_name: "ResourceName", # required
2446
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
2447
2447
  # load_balancer_names: ["XmlStringMaxLen255"], # required
2448
2448
  # }
2449
2449
  #
@@ -2469,7 +2469,7 @@ module Aws::AutoScaling
2469
2469
  # data as a hash:
2470
2470
  #
2471
2471
  # {
2472
- # auto_scaling_group_name: "ResourceName", # required
2472
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
2473
2473
  # metrics: ["XmlStringMaxLen255"],
2474
2474
  # }
2475
2475
  #
@@ -2642,7 +2642,7 @@ module Aws::AutoScaling
2642
2642
  # data as a hash:
2643
2643
  #
2644
2644
  # {
2645
- # auto_scaling_group_name: "ResourceName", # required
2645
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
2646
2646
  # metrics: ["XmlStringMaxLen255"],
2647
2647
  # granularity: "XmlStringMaxLen255", # required
2648
2648
  # }
@@ -2764,7 +2764,7 @@ module Aws::AutoScaling
2764
2764
  #
2765
2765
  # {
2766
2766
  # instance_ids: ["XmlStringMaxLen19"],
2767
- # auto_scaling_group_name: "ResourceName", # required
2767
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
2768
2768
  # should_decrement_desired_capacity: false, # required
2769
2769
  # }
2770
2770
  #
@@ -2795,7 +2795,7 @@ module Aws::AutoScaling
2795
2795
  # data as a hash:
2796
2796
  #
2797
2797
  # {
2798
- # auto_scaling_group_name: "ResourceName",
2798
+ # auto_scaling_group_name: "XmlStringMaxLen255",
2799
2799
  # policy_name: "ResourceName", # required
2800
2800
  # honor_cooldown: false,
2801
2801
  # metric_value: 1.0,
@@ -2873,7 +2873,7 @@ module Aws::AutoScaling
2873
2873
  #
2874
2874
  # {
2875
2875
  # instance_ids: ["XmlStringMaxLen19"],
2876
- # auto_scaling_group_name: "ResourceName", # required
2876
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
2877
2877
  # }
2878
2878
  #
2879
2879
  # @!attribute [rw] instance_ids
@@ -3526,7 +3526,7 @@ module Aws::AutoScaling
3526
3526
  # data as a hash:
3527
3527
  #
3528
3528
  # {
3529
- # launch_configuration_name: "ResourceName", # required
3529
+ # launch_configuration_name: "XmlStringMaxLen255", # required
3530
3530
  # }
3531
3531
  #
3532
3532
  # @!attribute [rw] launch_configuration_name
@@ -3545,7 +3545,7 @@ module Aws::AutoScaling
3545
3545
  # data as a hash:
3546
3546
  #
3547
3547
  # {
3548
- # launch_configuration_names: ["ResourceName"],
3548
+ # launch_configuration_names: ["XmlStringMaxLen255"],
3549
3549
  # next_token: "XmlString",
3550
3550
  # max_records: 1,
3551
3551
  # }
@@ -3923,7 +3923,7 @@ module Aws::AutoScaling
3923
3923
  # heartbeat_timeout: 1,
3924
3924
  # default_result: "LifecycleActionResult",
3925
3925
  # notification_target_arn: "NotificationTargetResourceName",
3926
- # role_arn: "ResourceName",
3926
+ # role_arn: "XmlStringMaxLen255",
3927
3927
  # }
3928
3928
  #
3929
3929
  # @!attribute [rw] lifecycle_hook_name
@@ -4452,9 +4452,9 @@ module Aws::AutoScaling
4452
4452
  #
4453
4453
  # {
4454
4454
  # lifecycle_hook_name: "AsciiStringMaxLen255", # required
4455
- # auto_scaling_group_name: "ResourceName", # required
4455
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
4456
4456
  # lifecycle_transition: "LifecycleTransition",
4457
- # role_arn: "ResourceName",
4457
+ # role_arn: "XmlStringMaxLen255",
4458
4458
  # notification_target_arn: "NotificationTargetResourceName",
4459
4459
  # notification_metadata: "XmlStringMaxLen1023",
4460
4460
  # heartbeat_timeout: 1,
@@ -4550,8 +4550,8 @@ module Aws::AutoScaling
4550
4550
  # data as a hash:
4551
4551
  #
4552
4552
  # {
4553
- # auto_scaling_group_name: "ResourceName", # required
4554
- # topic_arn: "ResourceName", # required
4553
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
4554
+ # topic_arn: "XmlStringMaxLen255", # required
4555
4555
  # notification_types: ["XmlStringMaxLen255"], # required
4556
4556
  # }
4557
4557
  #
@@ -4584,7 +4584,7 @@ module Aws::AutoScaling
4584
4584
  # data as a hash:
4585
4585
  #
4586
4586
  # {
4587
- # auto_scaling_group_name: "ResourceName", # required
4587
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
4588
4588
  # policy_name: "XmlStringMaxLen255", # required
4589
4589
  # policy_type: "XmlStringMaxLen64",
4590
4590
  # adjustment_type: "XmlStringMaxLen255",
@@ -4798,7 +4798,7 @@ module Aws::AutoScaling
4798
4798
  # data as a hash:
4799
4799
  #
4800
4800
  # {
4801
- # auto_scaling_group_name: "ResourceName", # required
4801
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
4802
4802
  # scheduled_action_name: "XmlStringMaxLen255", # required
4803
4803
  # time: Time.now,
4804
4804
  # start_time: Time.now,
@@ -5119,7 +5119,7 @@ module Aws::AutoScaling
5119
5119
  # data as a hash:
5120
5120
  #
5121
5121
  # {
5122
- # auto_scaling_group_name: "ResourceName", # required
5122
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
5123
5123
  # scaling_processes: ["XmlStringMaxLen255"],
5124
5124
  # }
5125
5125
  #
@@ -5349,7 +5349,7 @@ module Aws::AutoScaling
5349
5349
  # data as a hash:
5350
5350
  #
5351
5351
  # {
5352
- # auto_scaling_group_name: "ResourceName", # required
5352
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
5353
5353
  # desired_capacity: 1, # required
5354
5354
  # honor_cooldown: false,
5355
5355
  # }
@@ -5436,7 +5436,7 @@ module Aws::AutoScaling
5436
5436
  #
5437
5437
  # {
5438
5438
  # instance_ids: ["XmlStringMaxLen19"], # required
5439
- # auto_scaling_group_name: "ResourceName", # required
5439
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
5440
5440
  # protected_from_scale_in: false, # required
5441
5441
  # }
5442
5442
  #
@@ -5830,8 +5830,8 @@ module Aws::AutoScaling
5830
5830
  # data as a hash:
5831
5831
  #
5832
5832
  # {
5833
- # auto_scaling_group_name: "ResourceName", # required
5834
- # launch_configuration_name: "ResourceName",
5833
+ # auto_scaling_group_name: "XmlStringMaxLen255", # required
5834
+ # launch_configuration_name: "XmlStringMaxLen255",
5835
5835
  # launch_template: {
5836
5836
  # launch_template_id: "XmlStringMaxLen255",
5837
5837
  # launch_template_name: "LaunchTemplateName",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-23 00:00:00.000000000 Z
11
+ date: 2020-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core