aws-sdk-cloudwatch 1.40.0 → 1.41.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 +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 555cc3f54befa566ff23f4e717bfdcfebfadcef73c3f7fdc621dff94a9865ab0
|
|
4
|
+
data.tar.gz: c4b914f004862803b2a2c73e49f1ce0e39d57966a0c0a6394396ad3399f4f9cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f64c22479fad53948338202d23a69cf070fd3294ce4e1ae2cdc891862cada042ac66e47b0156675512ca285f676af12fac1db767ba9255c88a29dfea7558de5
|
|
7
|
+
data.tar.gz: 2216519d2d4a582fff7d651dfc60896f7ec3c2c331acbe7028dad96e49b493a85cb9f02e9fefb49703657a2643604c450129a66cec86193a820a438d66b303d2
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED
|
@@ -2949,7 +2949,7 @@ module Aws::CloudWatch
|
|
|
2949
2949
|
params: params,
|
|
2950
2950
|
config: config)
|
|
2951
2951
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
|
2952
|
-
context[:gem_version] = '1.
|
|
2952
|
+
context[:gem_version] = '1.41.0'
|
|
2953
2953
|
Seahorse::Client::Request.new(handlers, context)
|
|
2954
2954
|
end
|
|
2955
2955
|
|
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.41.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-
|
|
11
|
+
date: 2020-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|