@aws-sdk/client-kendra 3.169.0 → 3.170.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/CHANGELOG.md +11 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +8 -8
- package/dist-types/ts3.4/Kendra.d.ts +1099 -305
- package/dist-types/ts3.4/KendraClient.d.ts +486 -133
- package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +60 -60
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/KendraServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3517 -3308
- package/dist-types/ts3.4/models/models_1.d.ts +94 -83
- package/dist-types/ts3.4/pagination/GetSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAccessControlConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSourceSyncJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEntityPersonasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExperienceEntitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExperiencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFaqsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupsOlderThanOrderingIdPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQuerySuggestionsBlockListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThesauriPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +725 -182
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-kendra:** This release enables our customer to choose the option of Sharepoint 2019 for the on-premise Sharepoint connector. ([a3f73d2](https://github.com/aws/aws-sdk-js-v3/commit/a3f73d24a66313b1f46994fd5873a45e32e256b8))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-kendra
|
|
@@ -326,6 +326,7 @@ var SharePointVersion;
|
|
|
326
326
|
(function (SharePointVersion) {
|
|
327
327
|
SharePointVersion["SHAREPOINT_2013"] = "SHAREPOINT_2013";
|
|
328
328
|
SharePointVersion["SHAREPOINT_2016"] = "SHAREPOINT_2016";
|
|
329
|
+
SharePointVersion["SHAREPOINT_2019"] = "SHAREPOINT_2019";
|
|
329
330
|
SharePointVersion["SHAREPOINT_ONLINE"] = "SHAREPOINT_ONLINE";
|
|
330
331
|
})(SharePointVersion = exports.SharePointVersion || (exports.SharePointVersion = {}));
|
|
331
332
|
var SlackEntity;
|
|
@@ -311,6 +311,7 @@ export var SharePointVersion;
|
|
|
311
311
|
(function (SharePointVersion) {
|
|
312
312
|
SharePointVersion["SHAREPOINT_2013"] = "SHAREPOINT_2013";
|
|
313
313
|
SharePointVersion["SHAREPOINT_2016"] = "SHAREPOINT_2016";
|
|
314
|
+
SharePointVersion["SHAREPOINT_2019"] = "SHAREPOINT_2019";
|
|
314
315
|
SharePointVersion["SHAREPOINT_ONLINE"] = "SHAREPOINT_ONLINE";
|
|
315
316
|
})(SharePointVersion || (SharePointVersion = {}));
|
|
316
317
|
export var SlackEntity;
|
|
@@ -3032,6 +3032,7 @@ export declare enum SharePointOnlineAuthenticationType {
|
|
|
3032
3032
|
export declare enum SharePointVersion {
|
|
3033
3033
|
SHAREPOINT_2013 = "SHAREPOINT_2013",
|
|
3034
3034
|
SHAREPOINT_2016 = "SHAREPOINT_2016",
|
|
3035
|
+
SHAREPOINT_2019 = "SHAREPOINT_2019",
|
|
3035
3036
|
SHAREPOINT_ONLINE = "SHAREPOINT_ONLINE"
|
|
3036
3037
|
}
|
|
3037
3038
|
/**
|
|
@@ -22,7 +22,7 @@ export interface FacetResult {
|
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
24
|
* <p>Provides filtering the query results based on document
|
|
25
|
-
* attributes.</p>
|
|
25
|
+
* attributes or metadata fields.</p>
|
|
26
26
|
* <p>When you use the <code>AndAllFilters</code> or
|
|
27
27
|
* <code>OrAllFilters</code>, filters you can use 2 layers under the
|
|
28
28
|
* first attribute filter. For example, you can use:</p>
|
|
@@ -67,41 +67,41 @@ export interface AttributeFilter {
|
|
|
67
67
|
*/
|
|
68
68
|
NotFilter?: AttributeFilter;
|
|
69
69
|
/**
|
|
70
|
-
* <p>Performs an equals operation on two document attributes.</p>
|
|
70
|
+
* <p>Performs an equals operation on two document attributes or metadata fields.</p>
|
|
71
71
|
*/
|
|
72
72
|
EqualsTo?: DocumentAttribute;
|
|
73
73
|
/**
|
|
74
74
|
* <p>Returns true when a document contains all of the specified document
|
|
75
|
-
* attributes. This filter is only applicable to
|
|
75
|
+
* attributes or metadata fields. This filter is only applicable to
|
|
76
76
|
* <code>StringListValue</code> metadata.</p>
|
|
77
77
|
*/
|
|
78
78
|
ContainsAll?: DocumentAttribute;
|
|
79
79
|
/**
|
|
80
80
|
* <p>Returns true when a document contains any of the specified document
|
|
81
|
-
* attributes. This filter is only applicable to
|
|
81
|
+
* attributes or metadata fields. This filter is only applicable to
|
|
82
82
|
* <code>StringListValue</code> metadata.</p>
|
|
83
83
|
*/
|
|
84
84
|
ContainsAny?: DocumentAttribute;
|
|
85
85
|
/**
|
|
86
|
-
* <p>Performs a greater than operation on two document attributes. Use
|
|
86
|
+
* <p>Performs a greater than operation on two document attributes or metadata fields. Use
|
|
87
87
|
* with a document attribute of type <code>Date</code> or
|
|
88
88
|
* <code>Long</code>.</p>
|
|
89
89
|
*/
|
|
90
90
|
GreaterThan?: DocumentAttribute;
|
|
91
91
|
/**
|
|
92
92
|
* <p>Performs a greater or equals than operation on two document
|
|
93
|
-
* attributes. Use with a document attribute of type <code>Date</code>
|
|
93
|
+
* attributes or metadata fields. Use with a document attribute of type <code>Date</code>
|
|
94
94
|
* or <code>Long</code>.</p>
|
|
95
95
|
*/
|
|
96
96
|
GreaterThanOrEquals?: DocumentAttribute;
|
|
97
97
|
/**
|
|
98
|
-
* <p>Performs a less than operation on two document attributes. Use with
|
|
98
|
+
* <p>Performs a less than operation on two document attributes or metadata fields. Use with
|
|
99
99
|
* a document attribute of type <code>Date</code> or
|
|
100
100
|
* <code>Long</code>.</p>
|
|
101
101
|
*/
|
|
102
102
|
LessThan?: DocumentAttribute;
|
|
103
103
|
/**
|
|
104
|
-
* <p>Performs a less than or equals operation on two document attributes.
|
|
104
|
+
* <p>Performs a less than or equals operation on two document attributes or metadata fields.
|
|
105
105
|
* Use with a document attribute of type <code>Date</code> or
|
|
106
106
|
* <code>Long</code>.</p>
|
|
107
107
|
*/
|