aws-sdk-applicationautoscaling 1.1.0 → 1.2.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2471fc4d62f898d2f3235f6453b5da82ad88bca
|
|
4
|
+
data.tar.gz: 486a72319b49437f3898e59542dead07a7ae2443
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9eb037ab235c3d9a38e7026202e1b184e2add0a2ed5f4002faf399130157d1ca04529daebf646abceece9ea8282ebb4d74cc8c318fc1fb67b2c033d6e0fcc8e
|
|
7
|
+
data.tar.gz: 640a408b188f2302839136e152db73d2c60f0ccb1f9b3be14c7f5abccfbddd15c4142f10de29b049bba2899dae48b2ba8c2f518376f95b5e2f188c59bb850436
|
|
@@ -1247,7 +1247,7 @@ module Aws::ApplicationAutoScaling
|
|
|
1247
1247
|
params: params,
|
|
1248
1248
|
config: config)
|
|
1249
1249
|
context[:gem_name] = 'aws-sdk-applicationautoscaling'
|
|
1250
|
-
context[:gem_version] = '1.
|
|
1250
|
+
context[:gem_version] = '1.2.0'
|
|
1251
1251
|
Seahorse::Client::Request.new(handlers, context)
|
|
1252
1252
|
end
|
|
1253
1253
|
|
|
@@ -1514,6 +1514,12 @@ module Aws::ApplicationAutoScaling
|
|
|
1514
1514
|
# @return [Integer]
|
|
1515
1515
|
#
|
|
1516
1516
|
# @!attribute [rw] disable_scale_in
|
|
1517
|
+
# Indicates whether scale in by the target tracking policy is
|
|
1518
|
+
# disabled. If the value is `true`, scale in is disabled and the
|
|
1519
|
+
# target tracking policy won't remove capacity from the scalable
|
|
1520
|
+
# resource. Otherwise, scale in is enabled and the target tracking
|
|
1521
|
+
# policy can remove capacity from the scalable resource. The default
|
|
1522
|
+
# value is `false`.
|
|
1517
1523
|
# @return [Boolean]
|
|
1518
1524
|
#
|
|
1519
1525
|
# @see http://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/TargetTrackingScalingPolicyConfiguration AWS API Documentation
|
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.2.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: 2017-
|
|
11
|
+
date: 2017-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -56,7 +56,9 @@ files:
|
|
|
56
56
|
homepage: http://github.com/aws/aws-sdk-ruby
|
|
57
57
|
licenses:
|
|
58
58
|
- Apache-2.0
|
|
59
|
-
metadata:
|
|
59
|
+
metadata:
|
|
60
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationautoscaling
|
|
61
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationautoscaling/CHANGELOG.md
|
|
60
62
|
post_install_message:
|
|
61
63
|
rdoc_options: []
|
|
62
64
|
require_paths:
|