aws-sdk-kendraranking 1.5.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kendraranking/client.rb +5 -1
- data/lib/aws-sdk-kendraranking.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c52f33f653c9afb3178d15e6e2ce4e0bebb0151580f2011762005b4dd9d5fb9
|
4
|
+
data.tar.gz: 0bcad3dce7ae5082232fc0d95e19a26b8aa9c67cad2e78a99a748702e35d424a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24672d62f1fa78852a4831400792d933856d5dae7b52adb11dde10bc2a68f9e5e8e93b5035c971e7ab4b08c9a455b21d4abf3f84403a6cc373fe1e9ea3ec3445
|
7
|
+
data.tar.gz: 73c887d63f13893a21ea45cd18b4aab23121cd682d259f2c3e078f3b687e9f6b804b57c4c6b0d7b62fa4cd0dab14a327bd8ab07ea06f0fac99b018d2e5e072c6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.6.0
|
@@ -216,6 +216,10 @@ module Aws::KendraRanking
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -808,7 +812,7 @@ module Aws::KendraRanking
|
|
808
812
|
params: params,
|
809
813
|
config: config)
|
810
814
|
context[:gem_name] = 'aws-sdk-kendraranking'
|
811
|
-
context[:gem_version] = '1.
|
815
|
+
context[:gem_version] = '1.6.0'
|
812
816
|
Seahorse::Client::Request.new(handlers, context)
|
813
817
|
end
|
814
818
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kendraranking
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|