aws-sdk-cloudwatch 1.96.0 → 1.97.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-cloudwatch/client.rb +1 -1
- data/lib/aws-sdk-cloudwatch.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: 02bdb33d58b2641848fd2e2efe5f3840e46245636f47be31032bf695351c6039
|
4
|
+
data.tar.gz: c2c37667e5e85d410ea0a9388e83ae17b3d7883223954a181d36eeffee5e0b8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a23decca69bd1ffd64b4efb0cafae27ac50f15546cb8053ef4aa0fd3bd57fc54da44aba3da1ecc003f3bb629c27c0efac8b5ccdb6dd636359580aa78e0f0c95a
|
7
|
+
data.tar.gz: 119becd22b0432d896ba01ccaf9f942ee55d1c7bc332997e11b0cf87e96180c2dc63656ce07b64c160ef728321c9a2afb66c5c8b86422b768167f17d5dbfa35a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.97.0
|
@@ -4151,7 +4151,7 @@ module Aws::CloudWatch
|
|
4151
4151
|
params: params,
|
4152
4152
|
config: config)
|
4153
4153
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
4154
|
-
context[:gem_version] = '1.
|
4154
|
+
context[:gem_version] = '1.97.0'
|
4155
4155
|
Seahorse::Client::Request.new(handlers, context)
|
4156
4156
|
end
|
4157
4157
|
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED
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.97.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: 2024-
|
11
|
+
date: 2024-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|