aws-sdk-applicationautoscaling 1.43.0 → 1.44.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6be7038510697036e58faa78fa96d340d85a4a7158bfcbf6d5a22d42d33f204
|
4
|
+
data.tar.gz: 114b500bd5fc338634ae544ae1b87e501e82a67ac28dae55d60416607d5bcb8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a926d9e285c1a4b7ed83ec4638f96dd7f650f348219c332d7b6464e3d3d01e0f91f9eaa15cf8461fe95918b5c245024bb53d6150323257f762717bef96366f0
|
7
|
+
data.tar.gz: 0b52164e994e50545f1881349a868549246e33195fad5abba742d672f539fb1bc80f8d21fc3dad11f1de42ba10602694b65f6fe9faf1a9c315df423c22602a4b
|
@@ -2305,8 +2305,10 @@ module Aws::ApplicationAutoScaling
|
|
2305
2305
|
# needed to the minimum capacity limit in response to changing demand.
|
2306
2306
|
#
|
2307
2307
|
# This parameter is required if you are registering a scalable target.
|
2308
|
-
# For
|
2309
|
-
#
|
2308
|
+
# For certain resources, the minimum value allowed is 0. This includes
|
2309
|
+
# Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB
|
2310
|
+
# clusters, EMR clusters, and custom resources. For all other resources,
|
2311
|
+
# the minimum value allowed is 1.
|
2310
2312
|
#
|
2311
2313
|
# @option params [Integer] :max_capacity
|
2312
2314
|
# The maximum value that you plan to scale out to. When a scaling policy
|
@@ -2410,7 +2412,7 @@ module Aws::ApplicationAutoScaling
|
|
2410
2412
|
params: params,
|
2411
2413
|
config: config)
|
2412
2414
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
2413
|
-
context[:gem_version] = '1.
|
2415
|
+
context[:gem_version] = '1.44.0'
|
2414
2416
|
Seahorse::Client::Request.new(handlers, context)
|
2415
2417
|
end
|
2416
2418
|
|
@@ -1410,7 +1410,9 @@ module Aws::ApplicationAutoScaling
|
|
1410
1410
|
# `ALBRequestCountPerTarget` and there is a target group attached to
|
1411
1411
|
# the Spot Fleet request or ECS service.
|
1412
1412
|
#
|
1413
|
-
#
|
1413
|
+
# Elastic Load Balancing sends data about your load balancers to
|
1414
|
+
# Amazon CloudWatch. CloudWatch collects the data and specifies the
|
1415
|
+
# format to use to access the data. The format is
|
1414
1416
|
# app/<load-balancer-name>/<load-balancer-id>/targetgroup/<target-group-name>/<target-group-id>,
|
1415
1417
|
# where:
|
1416
1418
|
#
|
@@ -1419,6 +1421,15 @@ module Aws::ApplicationAutoScaling
|
|
1419
1421
|
#
|
1420
1422
|
# * targetgroup/<target-group-name>/<target-group-id> is
|
1421
1423
|
# the final portion of the target group ARN.
|
1424
|
+
#
|
1425
|
+
# To find the ARN for an Application Load Balancer, use the
|
1426
|
+
# [DescribeLoadBalancers][1] API operation. To find the ARN for the
|
1427
|
+
# target group, use the [DescribeTargetGroups][2] API operation.
|
1428
|
+
#
|
1429
|
+
#
|
1430
|
+
#
|
1431
|
+
# [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html
|
1432
|
+
# [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html
|
1422
1433
|
# @return [String]
|
1423
1434
|
#
|
1424
1435
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/PredefinedMetricSpecification AWS API Documentation
|
@@ -2007,8 +2018,10 @@ module Aws::ApplicationAutoScaling
|
|
2007
2018
|
# changing demand.
|
2008
2019
|
#
|
2009
2020
|
# This parameter is required if you are registering a scalable target.
|
2010
|
-
# For
|
2011
|
-
#
|
2021
|
+
# For certain resources, the minimum value allowed is 0. This includes
|
2022
|
+
# Lambda provisioned concurrency, Spot Fleet, ECS services, Aurora DB
|
2023
|
+
# clusters, EMR clusters, and custom resources. For all other
|
2024
|
+
# resources, the minimum value allowed is 1.
|
2012
2025
|
# @return [Integer]
|
2013
2026
|
#
|
2014
2027
|
# @!attribute [rw] max_capacity
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-applicationautoscaling
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.44.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-07-
|
11
|
+
date: 2020-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|