aws-sdk-autoscaling 1.19.0 → 1.20.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 +4 -4
- data/lib/aws-sdk-autoscaling.rb +1 -1
- data/lib/aws-sdk-autoscaling/client.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27bc2ab582f953875fce3a9e02a6262adbbbc88a
|
|
4
|
+
data.tar.gz: 0f1c8b762fcb5998a4d70e25c5f3d2b2c0da8f6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2c27971cdb73817d702518ec25ecada1c469969ed2c828e019292b901b63d6cc29b8d42e11b49852929c80fb56cb5e9641d8aeb3ccb7df1929f59eaa13669c6
|
|
7
|
+
data.tar.gz: 7599cd21f68b87bf06133a66c96829b749a6a67b4cc954728153140b163ff7bbbddc42424137900907700e01916238716b0782fda7b8bedda0d278c90c5c5228
|
data/lib/aws-sdk-autoscaling.rb
CHANGED
|
@@ -4573,7 +4573,7 @@ module Aws::AutoScaling
|
|
|
4573
4573
|
params: params,
|
|
4574
4574
|
config: config)
|
|
4575
4575
|
context[:gem_name] = 'aws-sdk-autoscaling'
|
|
4576
|
-
context[:gem_version] = '1.
|
|
4576
|
+
context[:gem_version] = '1.20.0'
|
|
4577
4577
|
Seahorse::Client::Request.new(handlers, context)
|
|
4578
4578
|
end
|
|
4579
4579
|
|
|
@@ -4590,7 +4590,7 @@ module Aws::AutoScaling
|
|
|
4590
4590
|
# In between attempts, the waiter will sleep.
|
|
4591
4591
|
#
|
|
4592
4592
|
# # polls in a loop, sleeping between attempts
|
|
4593
|
-
# client.
|
|
4593
|
+
# client.wait_until(waiter_name, params)
|
|
4594
4594
|
#
|
|
4595
4595
|
# ## Configuration
|
|
4596
4596
|
#
|
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.20.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: 2019-03-
|
|
11
|
+
date: 2019-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|