aws-sdk-kendra 1.5.0 → 1.6.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: 1afd0fafb0bfd970e8dde3ace760ed77dd6949081de8d1ac922893d078a819b0
4
- data.tar.gz: dfd8199c82c90b56c96ec65e38a7df42ed2fc6541357cc3ba1dda0ca856f235b
3
+ metadata.gz: c065805bbd863e000e77fb894b0b1bdad1b3887de5c64c3c50a39940b42bd35d
4
+ data.tar.gz: 56438bd0a9ad0773cabb0efdeb7fb7ea655334d5573672024dc78e990f3ee81f
5
5
  SHA512:
6
- metadata.gz: 9b3895c24994f135f93026de0081ad5816f43e0bd2fe8c6b73186dadc4e7f6a460b58c872f17753bb2fa6df85c6e299e3704184f49752181aa1dcd844fd784ac
7
- data.tar.gz: ab705626c3f15b1db8e50cbed4a152311f1d70264b2cf3561838e8ae70b747d755cd35725eb52656d7fe1aaf0f5b15e155183ce3a305a32281e359846ee9b279
6
+ metadata.gz: 7edac96e82fb4204d12e7dd06de7383c7b81108598c9a529875256f3c9aae437174a748b35fe8947a7b56ed80c866b8fc8058bc6e7b456a568478b34337fa34f
7
+ data.tar.gz: 8b974a9d4872f480825bd966b385deedba47ff5273b25e9793621d7488765bf02df9338fead7722faaddf86f7c4245ff2bf1a8993de0d2c436f3424d1a464fef
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-kendra/customizations'
45
45
  # @service
46
46
  module Aws::Kendra
47
47
 
48
- GEM_VERSION = '1.5.0'
48
+ GEM_VERSION = '1.6.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::Kendra
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -2219,7 +2219,7 @@ module Aws::Kendra
2219
2219
  params: params,
2220
2220
  config: config)
2221
2221
  context[:gem_name] = 'aws-sdk-kendra'
2222
- context[:gem_version] = '1.5.0'
2222
+ context[:gem_version] = '1.6.0'
2223
2223
  Seahorse::Client::Request.new(handlers, context)
2224
2224
  end
2225
2225
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kendra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
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: 2020-05-11 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core