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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kendra/client.rb +2 -3
- data/lib/aws-sdk-kendra.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88a90c894c6835fa697ba81db54dd2306a7047ff44976119e319aded439faa95
|
4
|
+
data.tar.gz: db5c028e16fa7d1a814e9edc711328f973d3278b3623070385d7172f4c43cec2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 843080f2989c7a185b5b622836b689387f05860dbe44f546b9f401b3a298ea786eb6f0ffccf6e78cdcdfe50ad183594534415907224de3b8be25953d689c50f1
|
7
|
+
data.tar.gz: 70a958135bfd58a8e14ed6fe707feb7eabe361e3f0906b56de3e53dfecf68694d0af4305a2a6b992dab22bf4cf141838f833dfe4ec6cda9639ec1a63f8b04569
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
-
#
|
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.
|
7483
|
+
context[:gem_version] = '1.99.0'
|
7485
7484
|
Seahorse::Client::Request.new(handlers, context)
|
7486
7485
|
end
|
7487
7486
|
|
data/lib/aws-sdk-kendra.rb
CHANGED