aws-sdk-cloudwatch 1.85.0 → 1.86.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/client_api.rb +3 -0
- 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: 3ed4f3f747a399a51957477f954557e1b52b3cadd4aa40aa706abc4948e578ad
|
|
4
|
+
data.tar.gz: 5b36773dd5694e320e180a15e15a5abe114bf4777e25d3f38d4b34256a2f1fc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d8718048608bbff61c9d4c261bd8a2a46ce7ade0b758639ee2eb842e12eabbffb872691b00d482b646147e45cf69126bc4f0881c8e402342a7eff7d81b92ff1
|
|
7
|
+
data.tar.gz: 707dbc8c55983852a88db1d6feffbe5dc1d9b49a594d01375b4debe903056a2dce94f7105e01b4b7f5aeee8a237fcb6e4c4855c55b57bf671b05468ebc513791
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.86.0
|
|
@@ -3986,7 +3986,7 @@ module Aws::CloudWatch
|
|
|
3986
3986
|
params: params,
|
|
3987
3987
|
config: config)
|
|
3988
3988
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
|
3989
|
-
context[:gem_version] = '1.
|
|
3989
|
+
context[:gem_version] = '1.86.0'
|
|
3990
3990
|
Seahorse::Client::Request.new(handlers, context)
|
|
3991
3991
|
end
|
|
3992
3992
|
|
|
@@ -1393,6 +1393,9 @@ module Aws::CloudWatch
|
|
|
1393
1393
|
o.name = "PutMetricData"
|
|
1394
1394
|
o.http_method = "POST"
|
|
1395
1395
|
o.http_request_uri = "/"
|
|
1396
|
+
o.request_compression = {
|
|
1397
|
+
"encodings" => ["gzip"],
|
|
1398
|
+
}
|
|
1396
1399
|
o.input = Shapes::ShapeRef.new(shape: PutMetricDataInput)
|
|
1397
1400
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1398
1401
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
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.86.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-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|