aws-sdk-cloudwatchevidently 1.39.0 → 1.40.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: 0d11a45b1cd0051f11292b46e9c49593923a63dd9ede78ce66caf716f0a972f8
4
- data.tar.gz: de75ed45fddf2572c7176c7f738c1087722a6f1b46ee99dcfde324397064fb38
3
+ metadata.gz: c1c2c3952abec69a5cf4305c713e8a0c4ffdb9ce0f929f0fbe3a82a27c4a2d71
4
+ data.tar.gz: 107a6b1cf31fe9c0285962b583a31a74fc61ac46c0b058a608f7a82e37fc4995
5
5
  SHA512:
6
- metadata.gz: 6764de8dbf06e8d9c1f6e5b5e5b359832515280addcdb267982b4599ff73d5341712b1243756bb98237c190e865bcef76d48524f2fc6ee5e8a71e16babc32002
7
- data.tar.gz: 4516865797bc64947fc95907ae80abb982bc853d4cfe8b97ee55274131e54ae02998872991ef01c3d292d41924abbdb94886c20f3e309db99d18d7eeb815eab5
6
+ metadata.gz: 30d2d64a0065520144011f6daacfb5289097627a8ef5ed95bb21a7379ba712b59ddebc7e87fb10efa15e2002195f3a8bc0a7c4c35812af77346df8289d9d5f5a
7
+ data.tar.gz: d85f8ecb576404015b17faf6db3f2d5a26bd4f1aca1be74fb046b0103f2b6ab4d2dbb22c9b9e88b21bb9c601e6bfc0e659903e5adc837397ff895c81d1bf0b23
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.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.39.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -200,8 +200,7 @@ module Aws::CloudWatchEvidently
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
@@ -3226,7 +3225,7 @@ module Aws::CloudWatchEvidently
3226
3225
  tracer: tracer
3227
3226
  )
3228
3227
  context[:gem_name] = 'aws-sdk-cloudwatchevidently'
3229
- context[:gem_version] = '1.39.0'
3228
+ context[:gem_version] = '1.40.0'
3230
3229
  Seahorse::Client::Request.new(handlers, context)
3231
3230
  end
3232
3231
 
@@ -54,7 +54,7 @@ module Aws::CloudWatchEvidently
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudwatchevidently/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchevidently/endpoints'
56
56
 
57
- GEM_VERSION = '1.39.0'
57
+ GEM_VERSION = '1.40.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchevidently
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services