aws-sdk-cloudwatch 1.35.0 → 1.36.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a9951080320423850d4a95241018df27ed510c324cc1e47fff4557462535b5c
4
- data.tar.gz: 90169a26a61e5a563bb4b5beab7c8ccb558a3c12599ea31978aded1151169605
3
+ metadata.gz: 96124d6e3e2f1319f589d44607121a13fa2575bf8ea9dda30b4ea663444e3ebf
4
+ data.tar.gz: d2ed3dcca958176afe7cbe5caec4cb3a11a6ef251b3954b0c48fedd74138c534
5
5
  SHA512:
6
- metadata.gz: 1bbb4c13b9fe87f171090dedc9f3c642db17f4f60e127f6c7835bd9f0038f1120099084544e49d4d23f506afef3714115625a8acfa5d84e2b4c8729453bac0ed
7
- data.tar.gz: 1a15aeb6526501bf46a2f657016e47260b2c0e17f4eeb414d67c1db34aaa418b7cf4fd6e44de266bc0abe2889629d99912138381e5c590a75bff3f2df0360c52
6
+ metadata.gz: 76ca9e3c8d7dca2a9a9db2223f83ffcf6573721b3117cfe082a30c4b017a38f485391363dccb6a5c7537486d29bfe0e1859a145709516a2903fdffaeaf6f40a9
7
+ data.tar.gz: f3203ba7fbaa2dfc12d25976efe8be0a9629f437395286f857963dfcd19db19b2bcc5b2ee9aa0f66d438544cba264bdc862d5f031f3a0cc90a2be2a5f7ee33c1
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
49
49
  # @service
50
50
  module Aws::CloudWatch
51
51
 
52
- GEM_VERSION = '1.35.0'
52
+ GEM_VERSION = '1.36.0'
53
53
 
54
54
  end
@@ -514,8 +514,8 @@ module Aws::CloudWatch
514
514
 
515
515
  def yield_waiter_and_warn(waiter, &block)
516
516
  if !@waiter_block_warned
517
- msg = "pass options to configure the waiter; "
518
- msg << "yielding the waiter is deprecated"
517
+ msg = "pass options to configure the waiter; "\
518
+ "yielding the waiter is deprecated"
519
519
  warn(msg)
520
520
  @waiter_block_warned = true
521
521
  end
@@ -2945,7 +2945,7 @@ module Aws::CloudWatch
2945
2945
  params: params,
2946
2946
  config: config)
2947
2947
  context[:gem_name] = 'aws-sdk-cloudwatch'
2948
- context[:gem_version] = '1.35.0'
2948
+ context[:gem_version] = '1.36.0'
2949
2949
  Seahorse::Client::Request.new(handlers, context)
2950
2950
  end
2951
2951
 
@@ -399,8 +399,8 @@ module Aws::CloudWatch
399
399
 
400
400
  def yield_waiter_and_warn(waiter, &block)
401
401
  if !@waiter_block_warned
402
- msg = "pass options to configure the waiter; "
403
- msg << "yielding the waiter is deprecated"
402
+ msg = "pass options to configure the waiter; "\
403
+ "yielding the waiter is deprecated"
404
404
  warn(msg)
405
405
  @waiter_block_warned = true
406
406
  end
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.35.0
4
+ version: 1.36.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: 2020-04-09 00:00:00.000000000 Z
11
+ date: 2020-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core