@aws-sdk/client-kendra 3.296.0 → 3.297.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/Kendra.d.ts +61 -0
- package/dist-types/KendraClient.d.ts +24 -4
- package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +16 -0
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +16 -0
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +16 -0
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateExperienceCommand.d.ts +16 -0
- package/dist-types/commands/CreateFaqCommand.d.ts +16 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +16 -0
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +16 -0
- package/dist-types/commands/CreateThesaurusCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteExperienceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFaqCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIndexCommand.d.ts +16 -0
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +16 -0
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +16 -0
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExperienceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFaqCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIndexCommand.d.ts +16 -0
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +16 -0
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +16 -0
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +16 -0
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +16 -0
- package/dist-types/commands/GetSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +16 -0
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/ListExperiencesCommand.d.ts +16 -0
- package/dist-types/commands/ListFaqsCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +16 -0
- package/dist-types/commands/ListIndicesCommand.d.ts +16 -0
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListThesauriCommand.d.ts +16 -0
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +16 -0
- package/dist-types/commands/QueryCommand.d.ts +16 -0
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +16 -0
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +16 -0
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateExperienceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIndexCommand.d.ts +16 -0
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +16 -0
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +16 -0
- package/dist-types/models/KendraServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +617 -1
- package/dist-types/models/models_1.d.ts +16 -0
- package/dist-types/pagination/GetSnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAccessControlConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataSourceSyncJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEntityPersonasPaginator.d.ts +3 -0
- package/dist-types/pagination/ListExperienceEntitiesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListExperiencesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFaqsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroupsOlderThanOrderingIdPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIndicesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListQuerySuggestionsBlockListsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThesauriPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { DocumentAttribute, DocumentAttributeValue, DocumentAttributeValueType, DocumentRelevanceConfiguration, Mode, QueryResultItem, QueryResultType, S3Path, SortingConfiguration, SpellCorrectedQuery, SpellCorrectionConfiguration, UserContext, Warning } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
2
5
|
export interface UpdateQuerySuggestionsConfigRequest {
|
|
3
6
|
/**
|
|
4
7
|
* <p> The identifier of the index with query suggestions you want to update.</p>
|
|
@@ -53,6 +56,9 @@ export interface UpdateQuerySuggestionsConfigRequest {
|
|
|
53
56
|
*/
|
|
54
57
|
MinimumQueryCount?: number;
|
|
55
58
|
}
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
56
62
|
export interface UpdateThesaurusRequest {
|
|
57
63
|
/**
|
|
58
64
|
* <p>The identifier of the thesaurus you want to update.</p>
|
|
@@ -81,6 +87,7 @@ export interface UpdateThesaurusRequest {
|
|
|
81
87
|
SourceS3Path?: S3Path;
|
|
82
88
|
}
|
|
83
89
|
/**
|
|
90
|
+
* @public
|
|
84
91
|
* <p>Information about a document attribute. You can use document
|
|
85
92
|
* attributes as facets.</p>
|
|
86
93
|
* <p>For example, the document attribute or facet "Department" includes
|
|
@@ -115,6 +122,7 @@ export interface Facet {
|
|
|
115
122
|
MaxResults?: number;
|
|
116
123
|
}
|
|
117
124
|
/**
|
|
125
|
+
* @public
|
|
118
126
|
* <p>Provides the count of documents that match a particular attribute when doing a faceted
|
|
119
127
|
* search.</p>
|
|
120
128
|
*/
|
|
@@ -143,6 +151,7 @@ export interface DocumentAttributeValueCountPair {
|
|
|
143
151
|
FacetResults?: FacetResult[];
|
|
144
152
|
}
|
|
145
153
|
/**
|
|
154
|
+
* @public
|
|
146
155
|
* <p>The facet values for the documents in the response.</p>
|
|
147
156
|
*/
|
|
148
157
|
export interface FacetResult {
|
|
@@ -164,6 +173,7 @@ export interface FacetResult {
|
|
|
164
173
|
DocumentAttributeValueCountPairs?: DocumentAttributeValueCountPair[];
|
|
165
174
|
}
|
|
166
175
|
/**
|
|
176
|
+
* @public
|
|
167
177
|
* <p>Provides filtering the query results based on document
|
|
168
178
|
* attributes or metadata fields.</p>
|
|
169
179
|
* <p>When you use the <code>AndAllFilters</code> or
|
|
@@ -250,6 +260,9 @@ export interface AttributeFilter {
|
|
|
250
260
|
*/
|
|
251
261
|
LessThanOrEquals?: DocumentAttribute;
|
|
252
262
|
}
|
|
263
|
+
/**
|
|
264
|
+
* @public
|
|
265
|
+
*/
|
|
253
266
|
export interface QueryResult {
|
|
254
267
|
/**
|
|
255
268
|
* <p>The identifier for the search. You use <code>QueryId</code> to identify the
|
|
@@ -283,6 +296,9 @@ export interface QueryResult {
|
|
|
283
296
|
*/
|
|
284
297
|
SpellCorrectedQueries?: SpellCorrectedQuery[];
|
|
285
298
|
}
|
|
299
|
+
/**
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
286
302
|
export interface QueryRequest {
|
|
287
303
|
/**
|
|
288
304
|
* <p>The identifier of the index to search. The identifier is returned in the response
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetSnapshotsCommandInput, GetSnapshotsCommandOutput } from "../commands/GetSnapshotsCommand";
|
|
3
3
|
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetSnapshots(config: KendraPaginationConfiguration, input: GetSnapshotsCommandInput, ...additionalArguments: any): Paginator<GetSnapshotsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput } from "../commands/ListAccessControlConfigurationsCommand";
|
|
3
3
|
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAccessControlConfigurations(config: KendraPaginationConfiguration, input: ListAccessControlConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListAccessControlConfigurationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "../commands/ListDataSourceSyncJobsCommand";
|
|
3
3
|
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDataSourceSyncJobs(config: KendraPaginationConfiguration, input: ListDataSourceSyncJobsCommandInput, ...additionalArguments: any): Paginator<ListDataSourceSyncJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
|
|
3
3
|
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDataSources(config: KendraPaginationConfiguration, input: ListDataSourcesCommandInput, ...additionalArguments: any): Paginator<ListDataSourcesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput } from "../commands/ListEntityPersonasCommand";
|
|
3
3
|
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListEntityPersonas(config: KendraPaginationConfiguration, input: ListEntityPersonasCommandInput, ...additionalArguments: any): Paginator<ListEntityPersonasCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput } from "../commands/ListExperienceEntitiesCommand";
|
|
3
3
|
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListExperienceEntities(config: KendraPaginationConfiguration, input: ListExperienceEntitiesCommandInput, ...additionalArguments: any): Paginator<ListExperienceEntitiesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListExperiencesCommandInput, ListExperiencesCommandOutput } from "../commands/ListExperiencesCommand";
|
|
3
3
|
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListExperiences(config: KendraPaginationConfiguration, input: ListExperiencesCommandInput, ...additionalArguments: any): Paginator<ListExperiencesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListFaqsCommandInput, ListFaqsCommandOutput } from "../commands/ListFaqsCommand";
|
|
3
3
|
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListFaqs(config: KendraPaginationConfiguration, input: ListFaqsCommandInput, ...additionalArguments: any): Paginator<ListFaqsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput } from "../commands/ListGroupsOlderThanOrderingIdCommand";
|
|
3
3
|
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListGroupsOlderThanOrderingId(config: KendraPaginationConfiguration, input: ListGroupsOlderThanOrderingIdCommandInput, ...additionalArguments: any): Paginator<ListGroupsOlderThanOrderingIdCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListIndicesCommandInput, ListIndicesCommandOutput } from "../commands/ListIndicesCommand";
|
|
3
3
|
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListIndices(config: KendraPaginationConfiguration, input: ListIndicesCommandInput, ...additionalArguments: any): Paginator<ListIndicesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput } from "../commands/ListQuerySuggestionsBlockListsCommand";
|
|
3
3
|
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListQuerySuggestionsBlockLists(config: KendraPaginationConfiguration, input: ListQuerySuggestionsBlockListsCommandInput, ...additionalArguments: any): Paginator<ListQuerySuggestionsBlockListsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListThesauriCommandInput, ListThesauriCommandOutput } from "../commands/ListThesauriCommand";
|
|
3
3
|
import { KendraPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListThesauri(config: KendraPaginationConfiguration, input: ListThesauriCommandInput, ...additionalArguments: any): Paginator<ListThesauriCommandOutput>;
|
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.297.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.296.0",
|