aws-sdk-autoscaling 1.31.0 → 1.32.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
  SHA1:
3
- metadata.gz: 7f0b41da6d2f8aaee95c7986430ea9badb86d639
4
- data.tar.gz: 97821e5394d1e3548ada4bc34db15c2635c00795
3
+ metadata.gz: 162819f3b0c0d3f5c0a739f09693501c82636cab
4
+ data.tar.gz: 28d261d22a106c32f9c933e144f56d0cb8f2a180
5
5
  SHA512:
6
- metadata.gz: fdf2a967ba252d8d898772508f8af0974d7c7d85835a1873fd377a2c2269af616e4bbe302d210cc51c9077c682109c02c551cb0391ff1742c370e692304f9e7c
7
- data.tar.gz: aec42f5b0c2cfcc7a3b9070f12590ca75eee024187597bc2131a2df40d55c860f33fd00c2b4e508b1b0557e9161ef4980e480036b30ef4fb2a7fe3f298676fd1
6
+ metadata.gz: 21d9b905c299b9d7ba05fe0fe53e7b704b092a452a03ac4d2a9f4aaccc9509f3d139e76a17a7df526ec72756964fcc5b42680f742396dfefe45101a77da5ed38
7
+ data.tar.gz: d2a631b38e79813c4dcb8923dea71828976136de929c05a4831082695a7d0a1ba6e6ac94c70c9fc94e089a991a1400e2e63b464d6c4437bc8d7ff6441b8099eb
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
53
53
  # @service
54
54
  module Aws::AutoScaling
55
55
 
56
- GEM_VERSION = '1.31.0'
56
+ GEM_VERSION = '1.32.0'
57
57
 
58
58
  end
@@ -644,6 +644,14 @@ module Aws::AutoScaling
644
644
  #
645
645
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_TargetTrackingConfiguration.html
646
646
  # @option options [Boolean] :enabled
647
+ # Indicates whether the scaling policy is enabled or disabled. The
648
+ # default is enabled. For more information, see [Disabling a Scaling
649
+ # Policy for an Auto Scaling Group][1] in the *Amazon EC2 Auto Scaling
650
+ # User Guide*.
651
+ #
652
+ #
653
+ #
654
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-enable-disable-scaling-policy.html
647
655
  # @return [ScalingPolicy]
648
656
  def put_scaling_policy(options = {})
649
657
  options = options.merge(auto_scaling_group_name: @name)
@@ -592,8 +592,8 @@ module Aws::AutoScaling
592
592
  # If you exceed your maximum limit of Auto Scaling groups, the call
593
593
  # fails. For information about viewing this limit, see
594
594
  # DescribeAccountLimits. For information about updating this limit, see
595
- # [Amazon EC2 Auto Scaling Limits][1] in the *Amazon EC2 Auto Scaling
596
- # User Guide*.
595
+ # [Amazon EC2 Auto Scaling Service Quotas][1] in the *Amazon EC2 Auto
596
+ # Scaling User Guide*.
597
597
  #
598
598
  #
599
599
  #
@@ -978,8 +978,8 @@ module Aws::AutoScaling
978
978
  # If you exceed your maximum limit of launch configurations, the call
979
979
  # fails. For information about viewing this limit, see
980
980
  # DescribeAccountLimits. For information about updating this limit, see
981
- # [Amazon EC2 Auto Scaling Limits][1] in the *Amazon EC2 Auto Scaling
982
- # User Guide*.
981
+ # [Amazon EC2 Auto Scaling Service Quotas][1] in the *Amazon EC2 Auto
982
+ # Scaling User Guide*.
983
983
  #
984
984
  # For more information, see [Launch Configurations][2] in the *Amazon
985
985
  # EC2 Auto Scaling User Guide*.
@@ -1655,12 +1655,12 @@ module Aws::AutoScaling
1655
1655
  req.send_request(options)
1656
1656
  end
1657
1657
 
1658
- # Describes the current Amazon EC2 Auto Scaling resource limits for your
1658
+ # Describes the current Amazon EC2 Auto Scaling resource quotas for your
1659
1659
  # AWS account.
1660
1660
  #
1661
- # For information about requesting an increase in these limits, see
1662
- # [Amazon EC2 Auto Scaling Limits][1] in the *Amazon EC2 Auto Scaling
1663
- # User Guide*.
1661
+ # For information about requesting an increase, see [Amazon EC2 Auto
1662
+ # Scaling Service Quotas][1] in the *Amazon EC2 Auto Scaling User
1663
+ # Guide*.
1664
1664
  #
1665
1665
  #
1666
1666
  #
@@ -3760,10 +3760,7 @@ module Aws::AutoScaling
3760
3760
  req.send_request(options)
3761
3761
  end
3762
3762
 
3763
- # Creates or updates a scaling policy for an Auto Scaling group. To
3764
- # update an existing scaling policy, use the existing policy name and
3765
- # set the parameters to change. Any existing parameter not changed in an
3766
- # update to an existing policy is not changed in this update request.
3763
+ # Creates or updates a scaling policy for an Auto Scaling group.
3767
3764
  #
3768
3765
  # For more information about using scaling policies to scale your Auto
3769
3766
  # Scaling group automatically, see [Dynamic Scaling][1] in the *Amazon
@@ -3880,6 +3877,14 @@ module Aws::AutoScaling
3880
3877
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_TargetTrackingConfiguration.html
3881
3878
  #
3882
3879
  # @option params [Boolean] :enabled
3880
+ # Indicates whether the scaling policy is enabled or disabled. The
3881
+ # default is enabled. For more information, see [Disabling a Scaling
3882
+ # Policy for an Auto Scaling Group][1] in the *Amazon EC2 Auto Scaling
3883
+ # User Guide*.
3884
+ #
3885
+ #
3886
+ #
3887
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-enable-disable-scaling-policy.html
3883
3888
  #
3884
3889
  # @return [Types::PolicyARNType] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3885
3890
  #
@@ -4445,10 +4450,26 @@ module Aws::AutoScaling
4445
4450
  end
4446
4451
 
4447
4452
  # Terminates the specified instance and optionally adjusts the desired
4448
- # group size.
4453
+ # group size. This call simply makes a termination request. The instance
4454
+ # is not terminated immediately. When an instance is terminated, the
4455
+ # instance status changes to `terminated`. You can't connect to or
4456
+ # start an instance after you've terminated it.
4457
+ #
4458
+ # If you do not specify the option to decrement the desired capacity,
4459
+ # Amazon EC2 Auto Scaling launches instances to replace the ones that
4460
+ # are terminated.
4461
+ #
4462
+ # By default, Amazon EC2 Auto Scaling balances instances across all
4463
+ # Availability Zones. If you decrement the desired capacity, your Auto
4464
+ # Scaling group can become unbalanced between Availability Zones. Amazon
4465
+ # EC2 Auto Scaling tries to rebalance the group, and rebalancing might
4466
+ # terminate instances in other zones. For more information, see
4467
+ # [Rebalancing Activities][1] in the *Amazon EC2 Auto Scaling User
4468
+ # Guide*.
4469
+ #
4470
+ #
4449
4471
  #
4450
- # This call simply makes a termination request. The instance is not
4451
- # terminated immediately.
4472
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-benefits.html#AutoScalingBehavior.InstanceUsage
4452
4473
  #
4453
4474
  # @option params [required, String] :instance_id
4454
4475
  # The ID of the instance.
@@ -4800,7 +4821,7 @@ module Aws::AutoScaling
4800
4821
  params: params,
4801
4822
  config: config)
4802
4823
  context[:gem_name] = 'aws-sdk-autoscaling'
4803
- context[:gem_version] = '1.31.0'
4824
+ context[:gem_version] = '1.32.0'
4804
4825
  Seahorse::Client::Request.new(handlers, context)
4805
4826
  end
4806
4827
 
@@ -123,6 +123,8 @@ module Aws::AutoScaling
123
123
  data[:target_tracking_configuration]
124
124
  end
125
125
 
126
+ # Indicates whether the policy is enabled (`true`) or disabled
127
+ # (`false`).
126
128
  # @return [Boolean]
127
129
  def enabled
128
130
  data[:enabled]
@@ -1651,12 +1651,12 @@ module Aws::AutoScaling
1651
1651
 
1652
1652
  # @!attribute [rw] max_number_of_auto_scaling_groups
1653
1653
  # The maximum number of groups allowed for your AWS account. The
1654
- # default limit is 200 per AWS Region.
1654
+ # default is 200 groups per AWS Region.
1655
1655
  # @return [Integer]
1656
1656
  #
1657
1657
  # @!attribute [rw] max_number_of_launch_configurations
1658
1658
  # The maximum number of launch configurations allowed for your AWS
1659
- # account. The default limit is 200 per AWS Region.
1659
+ # account. The default is 200 launch configurations per AWS Region.
1660
1660
  # @return [Integer]
1661
1661
  #
1662
1662
  # @!attribute [rw] number_of_auto_scaling_groups
@@ -4250,6 +4250,14 @@ module Aws::AutoScaling
4250
4250
  # @return [Types::TargetTrackingConfiguration]
4251
4251
  #
4252
4252
  # @!attribute [rw] enabled
4253
+ # Indicates whether the scaling policy is enabled or disabled. The
4254
+ # default is enabled. For more information, see [Disabling a Scaling
4255
+ # Policy for an Auto Scaling Group][1] in the *Amazon EC2 Auto Scaling
4256
+ # User Guide*.
4257
+ #
4258
+ #
4259
+ #
4260
+ # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-enable-disable-scaling-policy.html
4253
4261
  # @return [Boolean]
4254
4262
  #
4255
4263
  # @see http://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/PutScalingPolicyType AWS API Documentation
@@ -4514,6 +4522,8 @@ module Aws::AutoScaling
4514
4522
  # @return [Types::TargetTrackingConfiguration]
4515
4523
  #
4516
4524
  # @!attribute [rw] enabled
4525
+ # Indicates whether the policy is enabled (`true`) or disabled
4526
+ # (`false`).
4517
4527
  # @return [Boolean]
4518
4528
  #
4519
4529
  # @see http://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/ScalingPolicy AWS API Documentation
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.31.0
4
+ version: 1.32.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-02-18 00:00:00.000000000 Z
11
+ date: 2020-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core