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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52d042734194575e9297e245ed2fbec389f5cdc0c076313cdcee7f3ef6755057
4
- data.tar.gz: 559762c2f41b66c82bc68bf263b89501e7580aaeb42b7214b53917acf5d9d85c
3
+ metadata.gz: 3ed4f3f747a399a51957477f954557e1b52b3cadd4aa40aa706abc4948e578ad
4
+ data.tar.gz: 5b36773dd5694e320e180a15e15a5abe114bf4777e25d3f38d4b34256a2f1fc0
5
5
  SHA512:
6
- metadata.gz: 64e5cb29bd670b2f01b8998daae49011ebc93fd19ab19c1b57028f28c33e0371743d18de39eb5e66b8a8d6e81c3e17abe094674e22fc562782f0374b6bc89345
7
- data.tar.gz: 2ea02017f387f04cb82db7803031358d91af91d662bb723db138f6d8a332fe975d36e5e16528ac3ee405921de0e806d20720cbae614397537412f10fecfa6fd1
6
+ metadata.gz: 7d8718048608bbff61c9d4c261bd8a2a46ce7ade0b758639ee2eb842e12eabbffb872691b00d482b646147e45cf69126bc4f0881c8e402342a7eff7d81b92ff1
7
+ data.tar.gz: 707dbc8c55983852a88db1d6feffbe5dc1d9b49a594d01375b4debe903056a2dce94f7105e01b4b7f5aeee8a237fcb6e4c4855c55b57bf671b05468ebc513791
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2024-02-12)
5
+ ------------------
6
+
7
+ * Feature - This release enables PutMetricData API request payload compression by default.
8
+
4
9
  1.85.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
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.85.0'
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)
@@ -56,6 +56,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
56
56
  # @!group service
57
57
  module Aws::CloudWatch
58
58
 
59
- GEM_VERSION = '1.85.0'
59
+ GEM_VERSION = '1.86.0'
60
60
 
61
61
  end
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.85.0
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-01-26 00:00:00.000000000 Z
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