@aws-sdk/client-kendra 3.1061.0 → 3.1062.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.
- package/dist-types/models/models_0.d.ts +16 -16
- package/package.json +2 -2
|
@@ -3779,23 +3779,23 @@ export interface WebCrawlerConfiguration {
|
|
|
3779
3779
|
AuthenticationConfiguration?: AuthenticationConfiguration | undefined;
|
|
3780
3780
|
}
|
|
3781
3781
|
/**
|
|
3782
|
-
* <p>Provides the configuration information to connect to
|
|
3782
|
+
* <p>Provides the configuration information to connect to WorkDocs
|
|
3783
3783
|
* as your data source.</p>
|
|
3784
|
-
* <p>
|
|
3784
|
+
* <p>WorkDocs connector is available in Oregon, North Virginia, Sydney, Singapore and Ireland
|
|
3785
3785
|
* regions.</p>
|
|
3786
3786
|
* @public
|
|
3787
3787
|
*/
|
|
3788
3788
|
export interface WorkDocsConfiguration {
|
|
3789
3789
|
/**
|
|
3790
3790
|
* <p>The identifier of the directory corresponding to your
|
|
3791
|
-
*
|
|
3791
|
+
* WorkDocs site repository.</p>
|
|
3792
3792
|
* <p>You can find the organization ID in the
|
|
3793
3793
|
* <a href="https://console.aws.amazon.com/directoryservicev2/">Directory Service</a> by going to
|
|
3794
3794
|
* <b>Active Directory</b>, then
|
|
3795
|
-
* <b>Directories</b>. Your
|
|
3796
|
-
* ID, which is the organization ID. You can also set up a new
|
|
3797
|
-
* directory in the Directory Service console and enable a
|
|
3798
|
-
* for the directory in the
|
|
3795
|
+
* <b>Directories</b>. Your WorkDocs site directory has an
|
|
3796
|
+
* ID, which is the organization ID. You can also set up a new WorkDocs
|
|
3797
|
+
* directory in the Directory Service console and enable a WorkDocs site
|
|
3798
|
+
* for the directory in the WorkDocs console.</p>
|
|
3799
3799
|
* @public
|
|
3800
3800
|
*/
|
|
3801
3801
|
OrganizationId: string | undefined;
|
|
@@ -3810,16 +3810,16 @@ export interface WorkDocsConfiguration {
|
|
|
3810
3810
|
CrawlComments?: boolean | undefined;
|
|
3811
3811
|
/**
|
|
3812
3812
|
* <p>
|
|
3813
|
-
* <code>TRUE</code> to use the
|
|
3813
|
+
* <code>TRUE</code> to use the WorkDocs change log to determine
|
|
3814
3814
|
* which documents require updating in the index. Depending on the change log's
|
|
3815
3815
|
* size, it may take longer for Amazon Kendra to use the change log than to
|
|
3816
|
-
* scan all of your documents in
|
|
3816
|
+
* scan all of your documents in WorkDocs.</p>
|
|
3817
3817
|
* @public
|
|
3818
3818
|
*/
|
|
3819
3819
|
UseChangeLog?: boolean | undefined;
|
|
3820
3820
|
/**
|
|
3821
3821
|
* <p>A list of regular expression patterns to include certain files
|
|
3822
|
-
* in your
|
|
3822
|
+
* in your WorkDocs site repository. Files that match the patterns
|
|
3823
3823
|
* are included in the index. Files that don't match the patterns are
|
|
3824
3824
|
* excluded from the index. If a file matches both an inclusion and exclusion
|
|
3825
3825
|
* pattern, the exclusion pattern takes precedence and the file isn't included
|
|
@@ -3829,7 +3829,7 @@ export interface WorkDocsConfiguration {
|
|
|
3829
3829
|
InclusionPatterns?: string[] | undefined;
|
|
3830
3830
|
/**
|
|
3831
3831
|
* <p>A list of regular expression patterns to exclude certain files
|
|
3832
|
-
* in your
|
|
3832
|
+
* in your WorkDocs site repository. Files that match the patterns
|
|
3833
3833
|
* are excluded from the index. Files that don’t match the patterns
|
|
3834
3834
|
* are included in the index. If a file matches both an inclusion and exclusion
|
|
3835
3835
|
* pattern, the exclusion pattern takes precedence and the file isn't included
|
|
@@ -3839,12 +3839,12 @@ export interface WorkDocsConfiguration {
|
|
|
3839
3839
|
ExclusionPatterns?: string[] | undefined;
|
|
3840
3840
|
/**
|
|
3841
3841
|
* <p>A list of <code>DataSourceToIndexFieldMapping</code> objects that
|
|
3842
|
-
* map
|
|
3842
|
+
* map WorkDocs data source attributes or field names to Amazon Kendra
|
|
3843
3843
|
* index field names. To create custom fields, use the
|
|
3844
|
-
* <code>UpdateIndex</code> API before you map to
|
|
3844
|
+
* <code>UpdateIndex</code> API before you map to WorkDocs fields.
|
|
3845
3845
|
* For more information, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html">Mapping
|
|
3846
|
-
* data source fields</a>. The
|
|
3847
|
-
* must exist in your
|
|
3846
|
+
* data source fields</a>. The WorkDocs data source field names
|
|
3847
|
+
* must exist in your WorkDocs custom metadata.</p>
|
|
3848
3848
|
* @public
|
|
3849
3849
|
*/
|
|
3850
3850
|
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
@@ -3919,7 +3919,7 @@ export interface DataSourceConfiguration {
|
|
|
3919
3919
|
*/
|
|
3920
3920
|
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
3921
3921
|
/**
|
|
3922
|
-
* <p>Provides the configuration information to connect to
|
|
3922
|
+
* <p>Provides the configuration information to connect to WorkDocs as your data
|
|
3923
3923
|
* source.</p>
|
|
3924
3924
|
* @public
|
|
3925
3925
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kendra",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kendra Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1062.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-kendra",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "^3.974.17",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.51",
|
|
26
26
|
"@aws-sdk/types": "^3.973.10",
|
|
27
27
|
"@smithy/core": "^3.24.6",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.6",
|