aws-sdk-cleanroomsml 1.24.0 → 1.25.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: 296afd1cd223194c3f969757471ad680258b2df13e734e7eced82865cc06d4a7
4
- data.tar.gz: 74eb6fb08ad158853bce399cc96e32937b5d24ea0c88437bde0f275cfc663a05
3
+ metadata.gz: 8625a11629ecc68963a372d8fadf4af03dc6a7a72b96a0597fef5cf385b073b8
4
+ data.tar.gz: f5c0fd02becbbd9560979485b7f9ef7b6537bd517ba45441b0c66831ef4cbffb
5
5
  SHA512:
6
- metadata.gz: a0af86b8e0a20690fb2cf78b56d4a423ffb490a6874e7ca65bbd4e24987a2d30f9cf7e2ca68328bd73aefdaba9ceccec689d15f27157c62c36150abf3943a14f
7
- data.tar.gz: 4ce48f126b18535ef459d610c02004922e3232783c2124646cde3c40fec9e4b22963eb8b9f408568cf6bcde23343f4b2591c95e85a78548ae21bc6a587dbcaed
6
+ metadata.gz: a2292bcb3ffe4aa2ea3840492c4cefef2a0d5f9b4a59656a65d7db354d14dcf3450616881675ce5958c0d4654da33189684a090dc9de8f3b21b2832bd29ccaad
7
+ data.tar.gz: 19e46ad5632aaaa02113ac2a28a6fad9dc27185b56de3556d937fe3915d0b950a940082adf049d27d85025d1925e3d35500cadd94c9dd46447bc68f684ecc9e6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.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.24.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.25.0
@@ -200,8 +200,7 @@ module Aws::CleanRoomsML
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
@@ -3798,7 +3797,7 @@ module Aws::CleanRoomsML
3798
3797
  tracer: tracer
3799
3798
  )
3800
3799
  context[:gem_name] = 'aws-sdk-cleanroomsml'
3801
- context[:gem_version] = '1.24.0'
3800
+ context[:gem_version] = '1.25.0'
3802
3801
  Seahorse::Client::Request.new(handlers, context)
3803
3802
  end
3804
3803
 
@@ -55,7 +55,7 @@ module Aws::CleanRoomsML
55
55
  autoload :EndpointProvider, 'aws-sdk-cleanroomsml/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-cleanroomsml/endpoints'
57
57
 
58
- GEM_VERSION = '1.24.0'
58
+ GEM_VERSION = '1.25.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cleanroomsml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services