aws-sdk-kendra 1.115.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5f53d55436b83e0437cc79ff9e75dcdae14c7ea86b41a6b0d87a099d2b2dbc3
4
- data.tar.gz: 14a7a2bd0d254667e8b7a8fb19ef371e047c427a132739c6535add2e4f04a2ea
3
+ metadata.gz: 471ec18c664ba692efa577ee1e88b26948f13f05b3e229bb19baa2c42800abb5
4
+ data.tar.gz: 29fd659e829e25481fc98ffbddff5eb6c4fe618c4d3506388d043f2ffe4d4254
5
5
  SHA512:
6
- metadata.gz: a75f638d5d4aed8cf963211249140c1df3709730e374887a0be7c56168c7ab7d5c14a301bb88d1c0314bf4ec057c010c9c66151172b7cad9b9b12674fa69fc04
7
- data.tar.gz: 98675d831490311a5b10ad91dbd23487cb17435a24d762df6c21714d7db1e75a9d76d5c06bfd4d17b957ec0e5d8e30ecc732a0a71c14313a4187a48e75ab6ee0
6
+ metadata.gz: 0b0a9b0aaa74dfacee65998b8a155dd4fec305cdac20768dcc5e3f1ecf64231992d1ecaf6ebd5e299b38ebfc2e2fcd5868572f69da80f077e2eb8c1f1f0539ca
7
+ data.tar.gz: 4842c537c405fb55e54e62786cacd12f853df9faeed32de5ff5d4f3cd73e1f295f3f585590b340c70f4f30a3113a1272f727249e999d467da08f562950bd22b6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.115.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.115.0
1
+ 1.116.0
@@ -7485,7 +7485,7 @@ module Aws::Kendra
7485
7485
  tracer: tracer
7486
7486
  )
7487
7487
  context[:gem_name] = 'aws-sdk-kendra'
7488
- context[:gem_version] = '1.115.0'
7488
+ context[:gem_version] = '1.116.0'
7489
7489
  Seahorse::Client::Request.new(handlers, context)
7490
7490
  end
7491
7491
 
@@ -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 Amazon WorkDocs
2772
- # as your data source.
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 Amazon WorkDocs
11374
- # as your data source.
11373
+ # Provides the configuration information to connect to WorkDocs as your
11374
+ # data source.
11375
11375
  #
11376
- # Amazon WorkDocs connector is available in Oregon, North Virginia,
11377
- # Sydney, Singapore and Ireland regions.
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 Amazon
11381
- # WorkDocs site repository.
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 Amazon
11385
- # WorkDocs site directory has an ID, which is the organization ID. You
11386
- # can also set up a new Amazon WorkDocs directory in the Directory
11387
- # Service console and enable a Amazon WorkDocs site for the directory
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 Amazon WorkDocs change log to determine which
11405
- # documents require updating in the index. Depending on the change
11406
- # log's size, it may take longer for Amazon Kendra to use the change
11407
- # log than to scan all of your documents in Amazon WorkDocs.
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 Amazon WorkDocs site repository. Files that match the patterns
11413
- # are included in the index. Files that don't match the patterns are
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 Amazon WorkDocs site repository. Files that match the patterns
11422
- # are excluded from the index. Files that don’t match the patterns are
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 Amazon
11430
- # WorkDocs data source attributes or field names to Amazon Kendra
11431
- # index field names. To create custom fields, use the `UpdateIndex`
11432
- # API before you map to Amazon WorkDocs fields. For more information,
11433
- # see [Mapping data source fields][1]. The Amazon WorkDocs data source
11434
- # field names must exist in your Amazon WorkDocs custom metadata.
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
  #
@@ -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.115.0'
57
+ GEM_VERSION = '1.116.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.115.0
4
+ version: 1.116.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services