aws-sdk-cloudwatch 1.35.0 → 1.36.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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96124d6e3e2f1319f589d44607121a13fa2575bf8ea9dda30b4ea663444e3ebf
|
4
|
+
data.tar.gz: d2ed3dcca958176afe7cbe5caec4cb3a11a6ef251b3954b0c48fedd74138c534
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76ca9e3c8d7dca2a9a9db2223f83ffcf6573721b3117cfe082a30c4b017a38f485391363dccb6a5c7537486d29bfe0e1859a145709516a2903fdffaeaf6f40a9
|
7
|
+
data.tar.gz: f3203ba7fbaa2dfc12d25976efe8be0a9629f437395286f857963dfcd19db19b2bcc5b2ee9aa0f66d438544cba264bdc862d5f031f3a0cc90a2be2a5f7ee33c1
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED
@@ -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
|
-
|
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.
|
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
|
-
|
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.
|
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-
|
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
|