aws-sdk-cloudsearch 1.73.0 → 1.74.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: bbd52c172dea8828ce960b116e5fdd6da9f88c1e2c5504389e41c9ba42306638
4
- data.tar.gz: c8c1cf8ab0d6caa95597fee64c8fd053a3a15325da42daf124859c4392c6aab8
3
+ metadata.gz: f3f5d58f490a3e7b6a4be0eeab9c7afa1c7db8056a033f8a4d23305257da58b6
4
+ data.tar.gz: 7d35115b7c4301d0069c7e8958710a4b79e710101243c580d36884dbd17114e7
5
5
  SHA512:
6
- metadata.gz: 854ffa36a05f8551cc6d4e5b748f5a55d20e7ebfa03d4c95f4f630c7d1ee33f5a569c1d8d99844b5cf7401968f6ed4666b26e2d9fec2e7952f3cab93e5b8229e
7
- data.tar.gz: 77f615aaa52b0b0526127e377fdaf5a1cfd631257b19bf39cc45ddf70a0363f11eae4a0cea0b5f6180d2e701abedd22ef616ea6b380669b876c50ef3a3dd5a6d
6
+ metadata.gz: 29047ae153c03bb05bb418ea0b9c7fc785bcc1581ad492a2da4d99615c7af4b3b81c0f7e3162b5c1741a32f9476fdc4e392468c5e89410273cb08ce2889d037b
7
+ data.tar.gz: f7b6ed949c6bc87de867ecf50da91887ce3b6dd6bf7085af70c623f966d241d73537185ac7ccdbc4619737524b5a0b40259d73ec400e496aa920099b8756eed9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.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.73.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -200,8 +200,7 @@ module Aws::CloudSearch
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
@@ -1993,7 +1992,7 @@ module Aws::CloudSearch
1993
1992
  tracer: tracer
1994
1993
  )
1995
1994
  context[:gem_name] = 'aws-sdk-cloudsearch'
1996
- context[:gem_version] = '1.73.0'
1995
+ context[:gem_version] = '1.74.0'
1997
1996
  Seahorse::Client::Request.new(handlers, context)
1998
1997
  end
1999
1998
 
@@ -54,7 +54,7 @@ module Aws::CloudSearch
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudsearch/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudsearch/endpoints'
56
56
 
57
- GEM_VERSION = '1.73.0'
57
+ GEM_VERSION = '1.74.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-cloudsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.73.0
4
+ version: 1.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services