aws-sdk-cloudwatch 1.17.0 → 1.18.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-cloudwatch.rb +1 -1
- data/lib/aws-sdk-cloudwatch/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: 2e05c650bbe4bd499f7bfcc7576dc40d381594e5
|
|
4
|
+
data.tar.gz: 696a53e74377ba3a673f4a42f2182504e98cf303
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22716519c8825838d7eda46c7207efeeef6f9942e8a0a280b89985fbb955dd66456e85ea558514257a389ca6a6103d7a79ab6f185ec9c815dc57d3d337e21f50
|
|
7
|
+
data.tar.gz: a038ad01b868ec3651544a45e9717a0bebf7bcf222a5088c777a2e4cb9918733ee60a4b239abebb70ef0dd26821621d8288f233c33db0f76218cf59e79444a6c
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED
|
@@ -1689,7 +1689,7 @@ module Aws::CloudWatch
|
|
|
1689
1689
|
params: params,
|
|
1690
1690
|
config: config)
|
|
1691
1691
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
|
1692
|
-
context[:gem_version] = '1.
|
|
1692
|
+
context[:gem_version] = '1.18.0'
|
|
1693
1693
|
Seahorse::Client::Request.new(handlers, context)
|
|
1694
1694
|
end
|
|
1695
1695
|
|
|
@@ -1706,7 +1706,7 @@ module Aws::CloudWatch
|
|
|
1706
1706
|
# In between attempts, the waiter will sleep.
|
|
1707
1707
|
#
|
|
1708
1708
|
# # polls in a loop, sleeping between attempts
|
|
1709
|
-
# client.
|
|
1709
|
+
# client.wait_until(waiter_name, params)
|
|
1710
1710
|
#
|
|
1711
1711
|
# ## Configuration
|
|
1712
1712
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudwatch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.18.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
|