aws-sdk-autoscaling 1.62.0 → 1.63.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-autoscaling.rb +1 -1
- data/lib/aws-sdk-autoscaling/client.rb +1 -1
- data/lib/aws-sdk-autoscaling/types.rb +1 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa23b3aa0e790969199b109aea0235abeb79a955ffd8508e4057c9f21a42d0ef
|
4
|
+
data.tar.gz: 7f0f7b1c8b761b32cb5c01e5f62f252de21275b2cdde96dcad41ef30eb099b5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5dee637f5d1f37ae0ed7abd16c4f3f0a92f99836a01cb8cbe39c6191e37c2e0a5c112d44d64f11027866ebcab40c62bbe27916520228fca76afc395e9cf4a65c
|
7
|
+
data.tar.gz: 865c5ca821e97bf8f3967d838e195b3db94c9c79593efaa491786964b1c6304c40bf0d307ea46d64b28ab45999b1153eab9c0a1349154cd89707073a7cd65f00
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.63.0
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
@@ -5907,7 +5907,7 @@ module Aws::AutoScaling
|
|
5907
5907
|
params: params,
|
5908
5908
|
config: config)
|
5909
5909
|
context[:gem_name] = 'aws-sdk-autoscaling'
|
5910
|
-
context[:gem_version] = '1.
|
5910
|
+
context[:gem_version] = '1.63.0'
|
5911
5911
|
Seahorse::Client::Request.new(handlers, context)
|
5912
5912
|
end
|
5913
5913
|
|
@@ -2825,9 +2825,7 @@ module Aws::AutoScaling
|
|
2825
2825
|
# @return [Boolean]
|
2826
2826
|
#
|
2827
2827
|
# @!attribute [rw] throughput
|
2828
|
-
# The throughput to provision for a `gp3` volume.
|
2829
|
-
#
|
2830
|
-
# Valid Range: Minimum value of 125. Maximum value of 1000.
|
2828
|
+
# The throughput (MiBps) to provision for a `gp3` volume.
|
2831
2829
|
# @return [Integer]
|
2832
2830
|
#
|
2833
2831
|
# @see http://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/Ebs 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.
|
4
|
+
version: 1.63.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: 2021-06-
|
11
|
+
date: 2021-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|