aws-sdk-cloudwatch 1.17.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d1d8d8cb81add2aff041b11864cd6e53fb387d6
4
- data.tar.gz: 8ab24a37264cabe5e531a1d67249a1ab9fa26cec
3
+ metadata.gz: 2e05c650bbe4bd499f7bfcc7576dc40d381594e5
4
+ data.tar.gz: 696a53e74377ba3a673f4a42f2182504e98cf303
5
5
  SHA512:
6
- metadata.gz: 2638b9ca95d215b83844ea687d4f78ec5db9a24994ac3d9d4322c420c1b5c3a420d52878399c5b540e47d41038864781546d7a9fb28ef7496d7bc5807dda3728
7
- data.tar.gz: cde9923773bc917d4d0bb9ffeed96f15a67e248804a070414cc74e909a7f883f808266e38fc004103d5cf8dc6a1e07b861a6dff2cf2a6ed0c71c1fd40391ef66
6
+ metadata.gz: 22716519c8825838d7eda46c7207efeeef6f9942e8a0a280b89985fbb955dd66456e85ea558514257a389ca6a6103d7a79ab6f185ec9c815dc57d3d337e21f50
7
+ data.tar.gz: a038ad01b868ec3651544a45e9717a0bebf7bcf222a5088c777a2e4cb9918733ee60a4b239abebb70ef0dd26821621d8288f233c33db0f76218cf59e79444a6c
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
45
45
  # @service
46
46
  module Aws::CloudWatch
47
47
 
48
- GEM_VERSION = '1.17.0'
48
+ GEM_VERSION = '1.18.0'
49
49
 
50
50
  end
@@ -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.17.0'
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.waiter_until(waiter_name, params)
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.17.0
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-21 00:00:00.000000000 Z
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