aws-sdk-cloudwatchrum 1.45.0 → 1.46.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: 73b2e8fae27b85ea35e7ebf0f65b25a70d0c74cc919c336d6c85883703ec30b4
|
4
|
+
data.tar.gz: 969cbfd852f776e3332ae9c5fe8303073899d723da39e662b7372aca9219735a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f7ebd141983acdffc655d2ba83d3b28793d892e763c66230722bb997cb867bfb8b6552b3eef720ee61ca7f5fb8b5e4e006f82b95b5e68427517861207e5cccf
|
7
|
+
data.tar.gz: 401e03739716844751586249288f1f8b1a6525067b0d304ed66e7e388857b206262e9b9dccd4eda578c711833d5f5de6bc34e855d308a5785f197dc7129e13d5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.46.0
|
@@ -1738,7 +1738,7 @@ module Aws::CloudWatchRUM
|
|
1738
1738
|
tracer: tracer
|
1739
1739
|
)
|
1740
1740
|
context[:gem_name] = 'aws-sdk-cloudwatchrum'
|
1741
|
-
context[:gem_version] = '1.
|
1741
|
+
context[:gem_version] = '1.46.0'
|
1742
1742
|
Seahorse::Client::Request.new(handlers, context)
|
1743
1743
|
end
|
1744
1744
|
|