aws-sdk-opsworkscm 1.15.0 → 1.16.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-opsworkscm.rb +1 -1
- data/lib/aws-sdk-opsworkscm/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: a21fc72ad7170da16ce71803bee72f6980af4efe
|
|
4
|
+
data.tar.gz: aac3d6cbf065ff8f096ba427f5b4e8a461eb3612
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d9c18dea7638408983c749b51325384ab7cb5c49577707865d2976be904ef4ca8371ab04750ef0ed0a68d4cd29fe48ef2a89369ea52d8185a255cafd6c1410a
|
|
7
|
+
data.tar.gz: e99e9199a61de9827fb9672adc47c60055774bd81e0c4e62ffae92543b6934591573ee2e79606a2b1d23980711b708f49c15c8a433b7fc905d916a293b753bc5
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
|
@@ -1392,7 +1392,7 @@ module Aws::OpsWorksCM
|
|
|
1392
1392
|
params: params,
|
|
1393
1393
|
config: config)
|
|
1394
1394
|
context[:gem_name] = 'aws-sdk-opsworkscm'
|
|
1395
|
-
context[:gem_version] = '1.
|
|
1395
|
+
context[:gem_version] = '1.16.0'
|
|
1396
1396
|
Seahorse::Client::Request.new(handlers, context)
|
|
1397
1397
|
end
|
|
1398
1398
|
|
|
@@ -1409,7 +1409,7 @@ module Aws::OpsWorksCM
|
|
|
1409
1409
|
# In between attempts, the waiter will sleep.
|
|
1410
1410
|
#
|
|
1411
1411
|
# # polls in a loop, sleeping between attempts
|
|
1412
|
-
# client.
|
|
1412
|
+
# client.wait_until(waiter_name, params)
|
|
1413
1413
|
#
|
|
1414
1414
|
# ## Configuration
|
|
1415
1415
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-opsworkscm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.16.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
|