aws-sdk-cloudwatch 1.113.0 → 1.114.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: 4061946c888aa205095f913974028fa6c9a993eff2188e056efabdcfc20b2f34
4
- data.tar.gz: 9dbd06e7a77a457bdabd04eee3cbf401b2752613eed4ae03f03a95ba43f7cdf3
3
+ metadata.gz: bff7886f736f9b462af7667f099a54387a263484009c2bdde8780bc9614c9868
4
+ data.tar.gz: 0c76a7b0ad89c7fdfc8fa606aa6dbdf3cd5b89e4451d5e28777aa2a63fd1791a
5
5
  SHA512:
6
- metadata.gz: 5803354ca8893a82e31b39346c86db735209c7ac51ad979aedabd9c3ac91b0bc954b85e20ef48467cd25d13cd9e91d4bfcf42cac1e826a5a53afce81ddad8a70
7
- data.tar.gz: 134a6adaee6fa1d952d2d21b22298b106ebda37263ba31bde8a7fe24801c67c6a1857f52b0462a248e1bd19cfe3cd71ebd962df3157701f4479426c0b34e2048
6
+ metadata.gz: 40e46872304e32d82816f02d65b9d1a2719b26a981a87493efb36e651fcf5d8530478d78d2701eab5b4b5ffd36bf512697829f4ae02128fdd5c8bf91dfe95b58
7
+ data.tar.gz: 68c0420ad427f9377cf5ad1b86fcf4d9101e50f5ea290c486d5c28a4d68153b5127601cd825d049cbc68f0bed4436081bde87f3387fd8fdc02a5bfbd7d90073d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.114.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.113.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.113.0
1
+ 1.114.0
@@ -200,8 +200,7 @@ module Aws::CloudWatch
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -4314,7 +4313,7 @@ module Aws::CloudWatch
4314
4313
  tracer: tracer
4315
4314
  )
4316
4315
  context[:gem_name] = 'aws-sdk-cloudwatch'
4317
- context[:gem_version] = '1.113.0'
4316
+ context[:gem_version] = '1.114.0'
4318
4317
  Seahorse::Client::Request.new(handlers, context)
4319
4318
  end
4320
4319
 
@@ -58,7 +58,7 @@ module Aws::CloudWatch
58
58
  autoload :CompositeAlarm, 'aws-sdk-cloudwatch/composite_alarm'
59
59
  autoload :Metric, 'aws-sdk-cloudwatch/metric'
60
60
 
61
- GEM_VERSION = '1.113.0'
61
+ GEM_VERSION = '1.114.0'
62
62
 
63
63
  end
64
64
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.113.0
4
+ version: 1.114.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services