aws-sdk-kendra 1.98.0 → 1.99.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: 3f34c303ca0e8970ad5f5bfb9ea5bbeffbd06d3dff62aa0b69e45cdd8f858396
4
- data.tar.gz: 30796795f2f3c3af1fb5c20d2719a82f930b757ab8a77f1650e50f9f41edb2fb
3
+ metadata.gz: 88a90c894c6835fa697ba81db54dd2306a7047ff44976119e319aded439faa95
4
+ data.tar.gz: db5c028e16fa7d1a814e9edc711328f973d3278b3623070385d7172f4c43cec2
5
5
  SHA512:
6
- metadata.gz: ff95382d41839f8bb30e33d2dbf131d6f0f8317274a5319b138f379b753be533e12e9d5761e1aeae15a126d275ad9d4f6f4056c5e8efa6657b90df01ea340b1d
7
- data.tar.gz: 00b457da468db5d67fbd3eb063f3ca3e0449a6c2ce08fc6c55a019c99387c3d0c122b0b570b6cbcf8ce8486a4845ae6072d0d1c84a825cd4e76802c684435d6a
6
+ metadata.gz: 843080f2989c7a185b5b622836b689387f05860dbe44f546b9f401b3a298ea786eb6f0ffccf6e78cdcdfe50ad183594534415907224de3b8be25953d689c50f1
7
+ data.tar.gz: 70a958135bfd58a8e14ed6fe707feb7eabe361e3f0906b56de3e53dfecf68694d0af4305a2a6b992dab22bf4cf141838f833dfe4ec6cda9639ec1a63f8b04569
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.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.98.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.99.0
@@ -200,8 +200,7 @@ module Aws::Kendra
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
@@ -7481,7 +7480,7 @@ module Aws::Kendra
7481
7480
  tracer: tracer
7482
7481
  )
7483
7482
  context[:gem_name] = 'aws-sdk-kendra'
7484
- context[:gem_version] = '1.98.0'
7483
+ context[:gem_version] = '1.99.0'
7485
7484
  Seahorse::Client::Request.new(handlers, context)
7486
7485
  end
7487
7486
 
@@ -54,7 +54,7 @@ module Aws::Kendra
54
54
  autoload :EndpointProvider, 'aws-sdk-kendra/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kendra/endpoints'
56
56
 
57
- GEM_VERSION = '1.98.0'
57
+ GEM_VERSION = '1.99.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-kendra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.98.0
4
+ version: 1.99.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services