aws-sdk-kendra 1.114.0 → 1.116.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kendra/client.rb +6 -8
- data/lib/aws-sdk-kendra/types.rb +26 -27
- data/lib/aws-sdk-kendra.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 471ec18c664ba692efa577ee1e88b26948f13f05b3e229bb19baa2c42800abb5
|
|
4
|
+
data.tar.gz: 29fd659e829e25481fc98ffbddff5eb6c4fe618c4d3506388d043f2ffe4d4254
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b0a9b0aaa74dfacee65998b8a155dd4fec305cdac20768dcc5e3f1ecf64231992d1ecaf6ebd5e299b38ebfc2e2fcd5868572f69da80f077e2eb8c1f1f0539ca
|
|
7
|
+
data.tar.gz: 4842c537c405fb55e54e62786cacd12f853df9faeed32de5ff5d4f3cd73e1f295f3f585590b340c70f4f30a3113a1272f727249e999d467da08f562950bd22b6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.116.0 (2026-06-04)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
8
|
+
|
|
9
|
+
1.115.0 (2026-05-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.114.0 (2026-05-19)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.116.0
|
|
@@ -199,7 +199,7 @@ module Aws::Kendra
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::Kendra
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -7487,7 +7485,7 @@ module Aws::Kendra
|
|
|
7487
7485
|
tracer: tracer
|
|
7488
7486
|
)
|
|
7489
7487
|
context[:gem_name] = 'aws-sdk-kendra'
|
|
7490
|
-
context[:gem_version] = '1.
|
|
7488
|
+
context[:gem_version] = '1.116.0'
|
|
7491
7489
|
Seahorse::Client::Request.new(handlers, context)
|
|
7492
7490
|
end
|
|
7493
7491
|
|
data/lib/aws-sdk-kendra/types.rb
CHANGED
|
@@ -2768,8 +2768,8 @@ module Aws::Kendra
|
|
|
2768
2768
|
# @return [Types::WebCrawlerConfiguration]
|
|
2769
2769
|
#
|
|
2770
2770
|
# @!attribute [rw] work_docs_configuration
|
|
2771
|
-
# Provides the configuration information to connect to
|
|
2772
|
-
#
|
|
2771
|
+
# Provides the configuration information to connect to WorkDocs as
|
|
2772
|
+
# your data source.
|
|
2773
2773
|
# @return [Types::WorkDocsConfiguration]
|
|
2774
2774
|
#
|
|
2775
2775
|
# @!attribute [rw] fsx_configuration
|
|
@@ -11370,22 +11370,21 @@ module Aws::Kendra
|
|
|
11370
11370
|
include Aws::Structure
|
|
11371
11371
|
end
|
|
11372
11372
|
|
|
11373
|
-
# Provides the configuration information to connect to
|
|
11374
|
-
#
|
|
11373
|
+
# Provides the configuration information to connect to WorkDocs as your
|
|
11374
|
+
# data source.
|
|
11375
11375
|
#
|
|
11376
|
-
#
|
|
11377
|
-
#
|
|
11376
|
+
# WorkDocs connector is available in Oregon, North Virginia, Sydney,
|
|
11377
|
+
# Singapore and Ireland regions.
|
|
11378
11378
|
#
|
|
11379
11379
|
# @!attribute [rw] organization_id
|
|
11380
|
-
# The identifier of the directory corresponding to your
|
|
11381
|
-
#
|
|
11380
|
+
# The identifier of the directory corresponding to your WorkDocs site
|
|
11381
|
+
# repository.
|
|
11382
11382
|
#
|
|
11383
11383
|
# You can find the organization ID in the [Directory Service][1] by
|
|
11384
|
-
# going to **Active Directory**, then **Directories**. Your
|
|
11385
|
-
#
|
|
11386
|
-
#
|
|
11387
|
-
#
|
|
11388
|
-
# in the Amazon WorkDocs console.
|
|
11384
|
+
# going to **Active Directory**, then **Directories**. Your WorkDocs
|
|
11385
|
+
# site directory has an ID, which is the organization ID. You can also
|
|
11386
|
+
# set up a new WorkDocs directory in the Directory Service console and
|
|
11387
|
+
# enable a WorkDocs site for the directory in the WorkDocs console.
|
|
11389
11388
|
#
|
|
11390
11389
|
#
|
|
11391
11390
|
#
|
|
@@ -11401,16 +11400,16 @@ module Aws::Kendra
|
|
|
11401
11400
|
# @return [Boolean]
|
|
11402
11401
|
#
|
|
11403
11402
|
# @!attribute [rw] use_change_log
|
|
11404
|
-
# `TRUE` to use the
|
|
11405
|
-
#
|
|
11406
|
-
#
|
|
11407
|
-
#
|
|
11403
|
+
# `TRUE` to use the WorkDocs change log to determine which documents
|
|
11404
|
+
# require updating in the index. Depending on the change log's size,
|
|
11405
|
+
# it may take longer for Amazon Kendra to use the change log than to
|
|
11406
|
+
# scan all of your documents in WorkDocs.
|
|
11408
11407
|
# @return [Boolean]
|
|
11409
11408
|
#
|
|
11410
11409
|
# @!attribute [rw] inclusion_patterns
|
|
11411
11410
|
# A list of regular expression patterns to include certain files in
|
|
11412
|
-
# your
|
|
11413
|
-
#
|
|
11411
|
+
# your WorkDocs site repository. Files that match the patterns are
|
|
11412
|
+
# included in the index. Files that don't match the patterns are
|
|
11414
11413
|
# excluded from the index. If a file matches both an inclusion and
|
|
11415
11414
|
# exclusion pattern, the exclusion pattern takes precedence and the
|
|
11416
11415
|
# file isn't included in the index.
|
|
@@ -11418,20 +11417,20 @@ module Aws::Kendra
|
|
|
11418
11417
|
#
|
|
11419
11418
|
# @!attribute [rw] exclusion_patterns
|
|
11420
11419
|
# A list of regular expression patterns to exclude certain files in
|
|
11421
|
-
# your
|
|
11422
|
-
#
|
|
11420
|
+
# your WorkDocs site repository. Files that match the patterns are
|
|
11421
|
+
# excluded from the index. Files that don’t match the patterns are
|
|
11423
11422
|
# included in the index. If a file matches both an inclusion and
|
|
11424
11423
|
# exclusion pattern, the exclusion pattern takes precedence and the
|
|
11425
11424
|
# file isn't included in the index.
|
|
11426
11425
|
# @return [Array<String>]
|
|
11427
11426
|
#
|
|
11428
11427
|
# @!attribute [rw] field_mappings
|
|
11429
|
-
# A list of `DataSourceToIndexFieldMapping` objects that map
|
|
11430
|
-
#
|
|
11431
|
-
#
|
|
11432
|
-
#
|
|
11433
|
-
#
|
|
11434
|
-
#
|
|
11428
|
+
# A list of `DataSourceToIndexFieldMapping` objects that map WorkDocs
|
|
11429
|
+
# data source attributes or field names to Amazon Kendra index field
|
|
11430
|
+
# names. To create custom fields, use the `UpdateIndex` API before you
|
|
11431
|
+
# map to WorkDocs fields. For more information, see [Mapping data
|
|
11432
|
+
# source fields][1]. The WorkDocs data source field names must exist
|
|
11433
|
+
# in your WorkDocs custom metadata.
|
|
11435
11434
|
#
|
|
11436
11435
|
#
|
|
11437
11436
|
#
|
data/lib/aws-sdk-kendra.rb
CHANGED
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.
|
|
4
|
+
version: 1.116.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|