aws-sdk-cloudwatchrum 1.58.0 → 1.59.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchrum/client.rb +1 -1
- data/lib/aws-sdk-cloudwatchrum.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffb4bb7ff4d1d92fd91af18754e7ef26e7613ec980d0eef33ab430b623809c63
|
|
4
|
+
data.tar.gz: 8245fad78f8d1588986beb1dd07457628fe914a39625e007860514da70dd2a9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27cf68137b252ad18645a962cc86c49d4e8d1f0324a236d7ab84e23d5940eb70258e41db3fc7a898f2eba15280a711f0f87365e845b7e54c686834a15ad8242f
|
|
7
|
+
data.tar.gz: c4955d1db95f2a25822f7b48310badcd16c7544946717d5b91a5e43e6fa1752f24a758b3a69d36a2563412df86f6bf46fcd6be85ea573877fc5c2987ea805dfd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.59.0
|
|
@@ -1744,7 +1744,7 @@ module Aws::CloudWatchRUM
|
|
|
1744
1744
|
tracer: tracer
|
|
1745
1745
|
)
|
|
1746
1746
|
context[:gem_name] = 'aws-sdk-cloudwatchrum'
|
|
1747
|
-
context[:gem_version] = '1.
|
|
1747
|
+
context[:gem_version] = '1.59.0'
|
|
1748
1748
|
Seahorse::Client::Request.new(handlers, context)
|
|
1749
1749
|
end
|
|
1750
1750
|
|