@aws-sdk/client-kendra 3.533.0 → 3.540.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-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/Kendra.d.ts +2 -1
- package/dist-types/KendraClient.d.ts +1 -1
- package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +2 -1
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +2 -1
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +2 -1
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +2 -1
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/CreateExperienceCommand.d.ts +2 -1
- package/dist-types/commands/CreateFaqCommand.d.ts +2 -1
- package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +2 -1
- package/dist-types/commands/CreateIndexCommand.d.ts +2 -1
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +2 -1
- package/dist-types/commands/CreateThesaurusCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExperienceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFaqCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIndexCommand.d.ts +3 -2
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +2 -1
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +2 -1
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExperienceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFaqCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIndexCommand.d.ts +3 -2
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +2 -1
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +2 -1
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +2 -1
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +3 -2
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +2 -1
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +2 -1
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +2 -1
- package/dist-types/commands/GetSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +2 -1
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +2 -1
- package/dist-types/commands/ListExperiencesCommand.d.ts +2 -1
- package/dist-types/commands/ListFaqsCommand.d.ts +2 -1
- package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +2 -1
- package/dist-types/commands/ListIndicesCommand.d.ts +2 -1
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListThesauriCommand.d.ts +2 -1
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +2 -1
- package/dist-types/commands/QueryCommand.d.ts +2 -1
- package/dist-types/commands/RetrieveCommand.d.ts +2 -1
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +2 -1
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +2 -1
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -2
- package/dist-types/commands/UpdateExperienceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIndexCommand.d.ts +3 -2
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +2 -1
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +1226 -1089
- package/dist-types/models/models_1.d.ts +235 -227
- package/dist-types/ts3.4/Kendra.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -4589,9 +4589,6 @@ var paginateListQuerySuggestionsBlockLists = (0, import_core.createPaginator)(Ke
|
|
|
4589
4589
|
// src/pagination/ListThesauriPaginator.ts
|
|
4590
4590
|
|
|
4591
4591
|
var paginateListThesauri = (0, import_core.createPaginator)(KendraClient, ListThesauriCommand, "NextToken", "NextToken", "MaxResults");
|
|
4592
|
-
|
|
4593
|
-
// src/index.ts
|
|
4594
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
4595
4592
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4596
4593
|
|
|
4597
4594
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
package/dist-types/Kendra.d.ts
CHANGED
|
@@ -346,6 +346,7 @@ export interface Kendra {
|
|
|
346
346
|
/**
|
|
347
347
|
* @see {@link ListIndicesCommand}
|
|
348
348
|
*/
|
|
349
|
+
listIndices(): Promise<ListIndicesCommandOutput>;
|
|
349
350
|
listIndices(args: ListIndicesCommandInput, options?: __HttpHandlerOptions): Promise<ListIndicesCommandOutput>;
|
|
350
351
|
listIndices(args: ListIndicesCommandInput, cb: (err: any, data?: ListIndicesCommandOutput) => void): void;
|
|
351
352
|
listIndices(args: ListIndicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIndicesCommandOutput) => void): void;
|
|
@@ -465,8 +466,8 @@ export interface Kendra {
|
|
|
465
466
|
updateThesaurus(args: UpdateThesaurusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThesaurusCommandOutput) => void): void;
|
|
466
467
|
}
|
|
467
468
|
/**
|
|
468
|
-
* @public
|
|
469
469
|
* <p>Amazon Kendra is a service for indexing large document sets.</p>
|
|
470
|
+
* @public
|
|
470
471
|
*/
|
|
471
472
|
export declare class Kendra extends KendraClient implements Kendra {
|
|
472
473
|
}
|
|
@@ -217,8 +217,8 @@ export type KendraClientResolvedConfigType = __SmithyResolvedConfiguration<__Htt
|
|
|
217
217
|
export interface KendraClientResolvedConfig extends KendraClientResolvedConfigType {
|
|
218
218
|
}
|
|
219
219
|
/**
|
|
220
|
-
* @public
|
|
221
220
|
* <p>Amazon Kendra is a service for indexing large document sets.</p>
|
|
221
|
+
* @public
|
|
222
222
|
*/
|
|
223
223
|
export declare class KendraClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KendraClientResolvedConfig> {
|
|
224
224
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AssociateEntitiesToExperienceCommandOutput extends AssociateEnt
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateEntitiesToExperienceCommand_base: {
|
|
24
24
|
new (input: AssociateEntitiesToExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateEntitiesToExperienceCommandInput, AssociateEntitiesToExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateEntitiesToExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateEntitiesToExperienceCommandInput, AssociateEntitiesToExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Grants users or groups in your IAM Identity Center identity source access
|
|
30
30
|
* to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a
|
|
31
31
|
* search application. For more information on creating a search application
|
|
@@ -93,6 +93,7 @@ declare const AssociateEntitiesToExperienceCommand_base: {
|
|
|
93
93
|
* @throws {@link KendraServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class AssociateEntitiesToExperienceCommand extends AssociateEntitiesToExperienceCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface AssociatePersonasToEntitiesCommandOutput extends AssociatePerso
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociatePersonasToEntitiesCommand_base: {
|
|
24
24
|
new (input: AssociatePersonasToEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociatePersonasToEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Defines the specific permissions of users or groups in your IAM Identity Center
|
|
30
30
|
* identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra
|
|
31
31
|
* experience such as a search application. For more information on creating a
|
|
@@ -93,6 +93,7 @@ declare const AssociatePersonasToEntitiesCommand_base: {
|
|
|
93
93
|
* @throws {@link KendraServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class AssociatePersonasToEntitiesCommand extends AssociatePersonasToEntitiesCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchDeleteDocumentCommandOutput extends BatchDeleteDocumentRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchDeleteDocumentCommand_base: {
|
|
24
24
|
new (input: BatchDeleteDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchDeleteDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes one or more documents from an index. The documents must have been added with
|
|
30
30
|
* the <code>BatchPutDocument</code> API.</p>
|
|
31
31
|
* <p>The documents are deleted asynchronously. You can see the progress of the deletion by
|
|
@@ -99,6 +99,7 @@ declare const BatchDeleteDocumentCommand_base: {
|
|
|
99
99
|
* @throws {@link KendraServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class BatchDeleteDocumentCommand extends BatchDeleteDocumentCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchDeleteFeaturedResultsSetCommandOutput extends BatchDeleteF
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchDeleteFeaturedResultsSetCommand_base: {
|
|
24
24
|
new (input: BatchDeleteFeaturedResultsSetCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteFeaturedResultsSetCommandInput, BatchDeleteFeaturedResultsSetCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchDeleteFeaturedResultsSetCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteFeaturedResultsSetCommandInput, BatchDeleteFeaturedResultsSetCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes one or more sets of featured results. Features results are placed
|
|
30
30
|
* above all other results for certain queries. If there's an exact match of a
|
|
31
31
|
* query, then one or more specific documents are featured in the search results.</p>
|
|
@@ -84,6 +84,7 @@ declare const BatchDeleteFeaturedResultsSetCommand_base: {
|
|
|
84
84
|
* @throws {@link KendraServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class BatchDeleteFeaturedResultsSetCommand extends BatchDeleteFeaturedResultsSetCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchGetDocumentStatusCommandOutput extends BatchGetDocumentSta
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchGetDocumentStatusCommand_base: {
|
|
24
24
|
new (input: BatchGetDocumentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDocumentStatusCommandInput, BatchGetDocumentStatusCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchGetDocumentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDocumentStatusCommandInput, BatchGetDocumentStatusCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the indexing status for one or more documents submitted with the <a href="https://docs.aws.amazon.com/kendra/latest/dg/API_BatchPutDocument.html">
|
|
30
30
|
* BatchPutDocument</a> API.</p>
|
|
31
31
|
* <p>When you use the <code>BatchPutDocument</code> API, documents are indexed
|
|
@@ -117,6 +117,7 @@ declare const BatchGetDocumentStatusCommand_base: {
|
|
|
117
117
|
* @throws {@link KendraServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
119
119
|
*
|
|
120
|
+
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class BatchGetDocumentStatusCommand extends BatchGetDocumentStatusCommand_base {
|
|
122
123
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchPutDocumentCommandOutput extends BatchPutDocumentResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchPutDocumentCommand_base: {
|
|
24
24
|
new (input: BatchPutDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchPutDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds one or more documents to an index.</p>
|
|
30
30
|
* <p>The <code>BatchPutDocument</code> API enables you to ingest inline documents or a set
|
|
31
31
|
* of documents stored in an Amazon S3 bucket. Use this API to ingest your text and
|
|
@@ -212,6 +212,7 @@ declare const BatchPutDocumentCommand_base: {
|
|
|
212
212
|
* @throws {@link KendraServiceException}
|
|
213
213
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
214
214
|
*
|
|
215
|
+
* @public
|
|
215
216
|
*/
|
|
216
217
|
export declare class BatchPutDocumentCommand extends BatchPutDocumentCommand_base {
|
|
217
218
|
}
|
|
@@ -22,10 +22,10 @@ export interface ClearQuerySuggestionsCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const ClearQuerySuggestionsCommand_base: {
|
|
24
24
|
new (input: ClearQuerySuggestionsCommandInput): import("@smithy/smithy-client").CommandImpl<ClearQuerySuggestionsCommandInput, ClearQuerySuggestionsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ClearQuerySuggestionsCommandInput): import("@smithy/smithy-client").CommandImpl<ClearQuerySuggestionsCommandInput, ClearQuerySuggestionsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Clears existing query suggestions from an index.</p>
|
|
30
30
|
* <p>This deletes existing suggestions only, not the queries
|
|
31
31
|
* in the query log. After you clear suggestions, Amazon Kendra learns
|
|
@@ -84,6 +84,7 @@ declare const ClearQuerySuggestionsCommand_base: {
|
|
|
84
84
|
* @throws {@link KendraServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ClearQuerySuggestionsCommand extends ClearQuerySuggestionsCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateAccessControlConfigurationCommandOutput extends CreateAcc
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateAccessControlConfigurationCommand_base: {
|
|
24
24
|
new (input: CreateAccessControlConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessControlConfigurationCommandInput, CreateAccessControlConfigurationCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateAccessControlConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessControlConfigurationCommandInput, CreateAccessControlConfigurationCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an access configuration for your documents. This includes user and group
|
|
30
30
|
* access information for your documents. This is useful for user context filtering, where
|
|
31
31
|
* search results are filtered based on the user or their group access to documents.</p>
|
|
@@ -124,6 +124,7 @@ declare const CreateAccessControlConfigurationCommand_base: {
|
|
|
124
124
|
* @throws {@link KendraServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
126
126
|
*
|
|
127
|
+
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class CreateAccessControlConfigurationCommand extends CreateAccessControlConfigurationCommand_base {
|
|
129
130
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDataSourceCommand_base: {
|
|
24
24
|
new (input: CreateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a data source connector that you want to use with an Amazon Kendra
|
|
30
30
|
* index.</p>
|
|
31
31
|
* <p>You specify a name, data source connector type and description for your data source. You
|
|
@@ -663,6 +663,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
663
663
|
* @throws {@link KendraServiceException}
|
|
664
664
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
665
665
|
*
|
|
666
|
+
* @public
|
|
666
667
|
*/
|
|
667
668
|
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
668
669
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateExperienceCommandOutput extends CreateExperienceResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateExperienceCommand_base: {
|
|
24
24
|
new (input: CreateExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExperienceCommandInput, CreateExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExperienceCommandInput, CreateExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Amazon Kendra experience such as a search application. For more information
|
|
30
30
|
* on creating a search application experience, including using the Python and Java SDKs,
|
|
31
31
|
* see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building a
|
|
@@ -104,6 +104,7 @@ declare const CreateExperienceCommand_base: {
|
|
|
104
104
|
* @throws {@link KendraServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class CreateExperienceCommand extends CreateExperienceCommand_base {
|
|
109
110
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateFaqCommandOutput extends CreateFaqResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateFaqCommand_base: {
|
|
24
24
|
new (input: CreateFaqCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFaqCommandInput, CreateFaqCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateFaqCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFaqCommandInput, CreateFaqCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a set of frequently ask questions (FAQs) using a specified FAQ file stored
|
|
30
30
|
* in an Amazon S3 bucket.</p>
|
|
31
31
|
* <p>Adding FAQs to an index is an asynchronous operation.</p>
|
|
@@ -102,6 +102,7 @@ declare const CreateFaqCommand_base: {
|
|
|
102
102
|
* @throws {@link KendraServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class CreateFaqCommand extends CreateFaqCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateFeaturedResultsSetCommandOutput extends CreateFeaturedRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateFeaturedResultsSetCommand_base: {
|
|
24
24
|
new (input: CreateFeaturedResultsSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFeaturedResultsSetCommandInput, CreateFeaturedResultsSetCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateFeaturedResultsSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFeaturedResultsSetCommandInput, CreateFeaturedResultsSetCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a set of featured results to display at the top of the search results page.
|
|
30
30
|
* Featured results are placed above all other results for certain queries. You map
|
|
31
31
|
* specific queries to specific documents for featuring in the results. If a query
|
|
@@ -122,6 +122,7 @@ declare const CreateFeaturedResultsSetCommand_base: {
|
|
|
122
122
|
* @throws {@link KendraServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
124
124
|
*
|
|
125
|
+
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class CreateFeaturedResultsSetCommand extends CreateFeaturedResultsSetCommand_base {
|
|
127
128
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateIndexCommand_base: {
|
|
24
24
|
new (input: CreateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIndexCommandInput, CreateIndexCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Amazon Kendra index. Index creation is an asynchronous API. To determine
|
|
30
30
|
* if index creation has completed, check the <code>Status</code> field returned from a call to
|
|
31
31
|
* <code>DescribeIndex</code>. The <code>Status</code> field is set to <code>ACTIVE</code> when
|
|
@@ -126,6 +126,7 @@ declare const CreateIndexCommand_base: {
|
|
|
126
126
|
* @throws {@link KendraServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
128
128
|
*
|
|
129
|
+
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class CreateIndexCommand extends CreateIndexCommand_base {
|
|
131
132
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateQuerySuggestionsBlockListCommandOutput extends CreateQuer
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateQuerySuggestionsBlockListCommand_base: {
|
|
24
24
|
new (input: CreateQuerySuggestionsBlockListCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQuerySuggestionsBlockListCommandInput, CreateQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateQuerySuggestionsBlockListCommandInput): import("@smithy/smithy-client").CommandImpl<CreateQuerySuggestionsBlockListCommandInput, CreateQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a block list to exlcude certain queries from suggestions.</p>
|
|
30
30
|
* <p>Any query that contains words or phrases specified in the block
|
|
31
31
|
* list is blocked or filtered out from being shown as a suggestion.</p>
|
|
@@ -111,6 +111,7 @@ declare const CreateQuerySuggestionsBlockListCommand_base: {
|
|
|
111
111
|
* @throws {@link KendraServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
113
113
|
*
|
|
114
|
+
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class CreateQuerySuggestionsBlockListCommand extends CreateQuerySuggestionsBlockListCommand_base {
|
|
116
117
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateThesaurusCommandOutput extends CreateThesaurusResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateThesaurusCommand_base: {
|
|
24
24
|
new (input: CreateThesaurusCommandInput): import("@smithy/smithy-client").CommandImpl<CreateThesaurusCommandInput, CreateThesaurusCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateThesaurusCommandInput): import("@smithy/smithy-client").CommandImpl<CreateThesaurusCommandInput, CreateThesaurusCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a thesaurus for an index. The thesaurus
|
|
30
30
|
* contains a list of synonyms in Solr format.</p>
|
|
31
31
|
* <p>For an example of adding a thesaurus file to an index, see
|
|
@@ -101,6 +101,7 @@ declare const CreateThesaurusCommand_base: {
|
|
|
101
101
|
* @throws {@link KendraServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
103
103
|
*
|
|
104
|
+
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class CreateThesaurusCommand extends CreateThesaurusCommand_base {
|
|
106
107
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteAccessControlConfigurationCommandOutput extends DeleteAcc
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAccessControlConfigurationCommand_base: {
|
|
24
24
|
new (input: DeleteAccessControlConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessControlConfigurationCommandInput, DeleteAccessControlConfigurationCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAccessControlConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessControlConfigurationCommandInput, DeleteAccessControlConfigurationCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an access control configuration that you created for your documents in an
|
|
30
30
|
* index. This includes user and group access information for your documents. This is
|
|
31
31
|
* useful for user context filtering, where search results are filtered based on the user
|
|
@@ -79,6 +79,7 @@ declare const DeleteAccessControlConfigurationCommand_base: {
|
|
|
79
79
|
* @throws {@link KendraServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeleteAccessControlConfigurationCommand extends DeleteAccessControlConfigurationCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDataSourceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDataSourceCommand_base: {
|
|
24
24
|
new (input: DeleteDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an Amazon Kendra data source connector. An exception is not thrown if the
|
|
30
30
|
* data source is already being deleted. While the data source is being deleted, the
|
|
31
31
|
* <code>Status</code> field returned by a call to the <code>DescribeDataSource</code> API is
|
|
@@ -82,6 +82,7 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
82
82
|
* @throws {@link KendraServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteExperienceCommandOutput extends DeleteExperienceResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteExperienceCommand_base: {
|
|
24
24
|
new (input: DeleteExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExperienceCommandInput, DeleteExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExperienceCommandInput, DeleteExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes your Amazon Kendra experience such as a search application. For more information on
|
|
30
30
|
* creating a search application experience, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building a search
|
|
31
31
|
* experience with no code</a>.</p>
|
|
@@ -78,6 +78,7 @@ declare const DeleteExperienceCommand_base: {
|
|
|
78
78
|
* @throws {@link KendraServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteExperienceCommand extends DeleteExperienceCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteFaqCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFaqCommand_base: {
|
|
24
24
|
new (input: DeleteFaqCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFaqCommandInput, DeleteFaqCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteFaqCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFaqCommandInput, DeleteFaqCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes an FAQ from an index.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const DeleteFaqCommand_base: {
|
|
|
76
76
|
* @throws {@link KendraServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteFaqCommand extends DeleteFaqCommand_base {
|
|
81
82
|
}
|
|
@@ -22,11 +22,11 @@ export interface DeleteIndexCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteIndexCommand_base: {
|
|
24
24
|
new (input: DeleteIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIndexCommandInput, DeleteIndexCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
*
|
|
29
|
-
* <p>Deletes an existing Amazon Kendra index. An exception is not thrown if the index is
|
|
29
|
+
* <p>Deletes an Amazon Kendra index. An exception is not thrown if the index is
|
|
30
30
|
* already being deleted. While the index is being deleted, the <code>Status</code> field
|
|
31
31
|
* returned by a call to the <code>DescribeIndex</code> API is set to
|
|
32
32
|
* <code>DELETING</code>.</p>
|
|
@@ -78,6 +78,7 @@ declare const DeleteIndexCommand_base: {
|
|
|
78
78
|
* @throws {@link KendraServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeletePrincipalMappingCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePrincipalMappingCommand_base: {
|
|
24
24
|
new (input: DeletePrincipalMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePrincipalMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a group so that all users and sub groups that belong to the group can no
|
|
30
30
|
* longer access documents only available to that group.</p>
|
|
31
31
|
* <p>For example, after deleting the group "Summer Interns", all interns who belonged to
|
|
@@ -90,6 +90,7 @@ declare const DeletePrincipalMappingCommand_base: {
|
|
|
90
90
|
* @throws {@link KendraServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DeletePrincipalMappingCommand extends DeletePrincipalMappingCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteQuerySuggestionsBlockListCommandOutput extends __Metadata
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteQuerySuggestionsBlockListCommand_base: {
|
|
24
24
|
new (input: DeleteQuerySuggestionsBlockListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteQuerySuggestionsBlockListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a block list used for query suggestions for an index.</p>
|
|
30
30
|
* <p>A deleted block list might not take effect right away. Amazon Kendra
|
|
31
31
|
* needs to refresh the entire suggestions list to add back the
|
|
@@ -82,6 +82,7 @@ declare const DeleteQuerySuggestionsBlockListCommand_base: {
|
|
|
82
82
|
* @throws {@link KendraServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DeleteQuerySuggestionsBlockListCommand extends DeleteQuerySuggestionsBlockListCommand_base {
|
|
87
88
|
}
|
|
@@ -22,11 +22,11 @@ export interface DeleteThesaurusCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteThesaurusCommand_base: {
|
|
24
24
|
new (input: DeleteThesaurusCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteThesaurusCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
*
|
|
29
|
-
* <p>Deletes an existing Amazon Kendra thesaurus.
|
|
29
|
+
* <p>Deletes an Amazon Kendra thesaurus.
|
|
30
30
|
* </p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const DeleteThesaurusCommand_base: {
|
|
|
77
77
|
* @throws {@link KendraServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteThesaurusCommand extends DeleteThesaurusCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAccessControlConfigurationCommandOutput extends Describ
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAccessControlConfigurationCommand_base: {
|
|
24
24
|
new (input: DescribeAccessControlConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAccessControlConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccessControlConfigurationCommandInput, DescribeAccessControlConfigurationCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about an access control configuration that you created for your
|
|
30
30
|
* documents in an index. This includes user and group access information for your
|
|
31
31
|
* documents. This is useful for user context filtering, where search results are filtered
|
|
@@ -99,6 +99,7 @@ declare const DescribeAccessControlConfigurationCommand_base: {
|
|
|
99
99
|
* @throws {@link KendraServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class DescribeAccessControlConfigurationCommand extends DescribeAccessControlConfigurationCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeDataSourceCommand_base: {
|
|
24
24
|
new (input: DescribeDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about an Amazon Kendra data source connector.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -638,6 +638,7 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
638
638
|
* @throws {@link KendraServiceException}
|
|
639
639
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
640
640
|
*
|
|
641
|
+
* @public
|
|
641
642
|
*/
|
|
642
643
|
export declare class DescribeDataSourceCommand extends DescribeDataSourceCommand_base {
|
|
643
644
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeExperienceCommandOutput extends DescribeExperienceRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeExperienceCommand_base: {
|
|
24
24
|
new (input: DescribeExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExperienceCommandInput, DescribeExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeExperienceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExperienceCommandInput, DescribeExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about your Amazon Kendra experience such as a search application.
|
|
30
30
|
* For more information on creating a search application experience,
|
|
31
31
|
* see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building
|
|
@@ -105,6 +105,7 @@ declare const DescribeExperienceCommand_base: {
|
|
|
105
105
|
* @throws {@link KendraServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from Kendra service.</p>
|
|
107
107
|
*
|
|
108
|
+
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class DescribeExperienceCommand extends DescribeExperienceCommand_base {
|
|
110
111
|
}
|