@aws-sdk/client-kendra 3.1077.0 → 3.1078.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/index.js +74 -663
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +2 -14
- package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +2 -14
- package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -14
- package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +2 -14
- package/dist-es/commands/BatchGetDocumentStatusCommand.js +2 -14
- package/dist-es/commands/BatchPutDocumentCommand.js +2 -14
- package/dist-es/commands/ClearQuerySuggestionsCommand.js +2 -14
- package/dist-es/commands/CreateAccessControlConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateDataSourceCommand.js +2 -14
- package/dist-es/commands/CreateExperienceCommand.js +2 -14
- package/dist-es/commands/CreateFaqCommand.js +2 -14
- package/dist-es/commands/CreateFeaturedResultsSetCommand.js +2 -14
- package/dist-es/commands/CreateIndexCommand.js +2 -14
- package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +2 -14
- package/dist-es/commands/CreateThesaurusCommand.js +2 -14
- package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -14
- package/dist-es/commands/DeleteExperienceCommand.js +2 -14
- package/dist-es/commands/DeleteFaqCommand.js +2 -14
- package/dist-es/commands/DeleteIndexCommand.js +2 -14
- package/dist-es/commands/DeletePrincipalMappingCommand.js +2 -14
- package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +2 -14
- package/dist-es/commands/DeleteThesaurusCommand.js +2 -14
- package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeDataSourceCommand.js +2 -14
- package/dist-es/commands/DescribeExperienceCommand.js +2 -14
- package/dist-es/commands/DescribeFaqCommand.js +2 -14
- package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +2 -14
- package/dist-es/commands/DescribeIndexCommand.js +2 -14
- package/dist-es/commands/DescribePrincipalMappingCommand.js +2 -14
- package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +2 -14
- package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +2 -14
- package/dist-es/commands/DescribeThesaurusCommand.js +2 -14
- package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +2 -14
- package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +2 -14
- package/dist-es/commands/GetQuerySuggestionsCommand.js +2 -14
- package/dist-es/commands/GetSnapshotsCommand.js +2 -14
- package/dist-es/commands/ListAccessControlConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -14
- package/dist-es/commands/ListDataSourcesCommand.js +2 -14
- package/dist-es/commands/ListEntityPersonasCommand.js +2 -14
- package/dist-es/commands/ListExperienceEntitiesCommand.js +2 -14
- package/dist-es/commands/ListExperiencesCommand.js +2 -14
- package/dist-es/commands/ListFaqsCommand.js +2 -14
- package/dist-es/commands/ListFeaturedResultsSetsCommand.js +2 -14
- package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +2 -14
- package/dist-es/commands/ListIndicesCommand.js +2 -14
- package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListThesauriCommand.js +2 -14
- package/dist-es/commands/PutPrincipalMappingCommand.js +2 -14
- package/dist-es/commands/QueryCommand.js +2 -14
- package/dist-es/commands/RetrieveCommand.js +2 -14
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -14
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -14
- package/dist-es/commands/SubmitFeedbackCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -14
- package/dist-es/commands/UpdateExperienceCommand.js +2 -14
- package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +2 -14
- package/dist-es/commands/UpdateIndexCommand.js +2 -14
- package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +2 -14
- package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +2 -14
- package/dist-es/commands/UpdateThesaurusCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +3 -8
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +3 -8
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +3 -8
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +3 -8
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateExperienceCommand.d.ts +3 -8
- package/dist-types/commands/CreateFaqCommand.d.ts +3 -8
- package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +3 -8
- package/dist-types/commands/CreateThesaurusCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExperienceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFaqCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIndexCommand.d.ts +3 -8
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +3 -8
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExperienceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFaqCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeIndexCommand.d.ts +3 -8
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +3 -8
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +3 -8
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +3 -8
- package/dist-types/commands/GetSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +3 -8
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListExperiencesCommand.d.ts +3 -8
- package/dist-types/commands/ListFaqsCommand.d.ts +3 -8
- package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +3 -8
- package/dist-types/commands/ListIndicesCommand.d.ts +3 -8
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListThesauriCommand.d.ts +3 -8
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +3 -8
- package/dist-types/commands/QueryCommand.d.ts +3 -8
- package/dist-types/commands/RetrieveCommand.d.ts +3 -8
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +3 -8
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -8
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExperienceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIndexCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
2
|
import type { UpdateDataSourceRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {
|
|
|
22
19
|
export interface UpdateDataSourceCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateDataSourceCommand_base: {
|
|
25
|
-
new (input: UpdateDataSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateDataSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateDataSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateDataSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an Amazon Kendra data source connector.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
2
|
import type { UpdateExperienceRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateExperienceCommandInput extends UpdateExperienceRequest {
|
|
|
22
19
|
export interface UpdateExperienceCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateExperienceCommand_base: {
|
|
25
|
-
new (input: UpdateExperienceCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperienceCommandInput, UpdateExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateExperienceCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperienceCommandInput, UpdateExperienceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateExperienceCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperienceCommandInput, UpdateExperienceCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateExperienceCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperienceCommandInput, UpdateExperienceCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates your Amazon Kendra experience such as a search application. For more information on
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
2
|
import type { UpdateFeaturedResultsSetRequest, UpdateFeaturedResultsSetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateFeaturedResultsSetCommandInput extends UpdateFeaturedResu
|
|
|
22
19
|
export interface UpdateFeaturedResultsSetCommandOutput extends UpdateFeaturedResultsSetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateFeaturedResultsSetCommand_base: {
|
|
25
|
-
new (input: UpdateFeaturedResultsSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateFeaturedResultsSetCommandInput, UpdateFeaturedResultsSetCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateFeaturedResultsSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateFeaturedResultsSetCommandInput, UpdateFeaturedResultsSetCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateFeaturedResultsSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateFeaturedResultsSetCommandInput, UpdateFeaturedResultsSetCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateFeaturedResultsSetCommandInput): import("@smithy/core/client").CommandImpl<UpdateFeaturedResultsSetCommandInput, UpdateFeaturedResultsSetCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a set of featured results. Features results are placed
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
2
|
import type { UpdateIndexRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateIndexCommandInput extends UpdateIndexRequest {
|
|
|
22
19
|
export interface UpdateIndexCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateIndexCommand_base: {
|
|
25
|
-
new (input: UpdateIndexCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexCommandInput, UpdateIndexCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateIndexCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexCommandInput, UpdateIndexCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateIndexCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexCommandInput, UpdateIndexCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateIndexCommandInput): import("@smithy/core/client").CommandImpl<UpdateIndexCommandInput, UpdateIndexCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an Amazon Kendra index.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
2
|
import type { UpdateQuerySuggestionsBlockListRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateQuerySuggestionsBlockListCommandInput extends UpdateQuery
|
|
|
22
19
|
export interface UpdateQuerySuggestionsBlockListCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateQuerySuggestionsBlockListCommand_base: {
|
|
25
|
-
new (input: UpdateQuerySuggestionsBlockListCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateQuerySuggestionsBlockListCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateQuerySuggestionsBlockListCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateQuerySuggestionsBlockListCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a block list used for query suggestions for an index.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
2
|
import type { UpdateQuerySuggestionsConfigRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateQuerySuggestionsConfigCommandInput extends UpdateQuerySug
|
|
|
22
19
|
export interface UpdateQuerySuggestionsConfigCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateQuerySuggestionsConfigCommand_base: {
|
|
25
|
-
new (input: UpdateQuerySuggestionsConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateQuerySuggestionsConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateQuerySuggestionsConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateQuerySuggestionsConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the settings of query suggestions for an index.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
|
|
4
2
|
import type { UpdateThesaurusRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateThesaurusCommandInput extends UpdateThesaurusRequest {
|
|
|
22
19
|
export interface UpdateThesaurusCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateThesaurusCommand_base: {
|
|
25
|
-
new (input: UpdateThesaurusCommandInput): import("@smithy/core/client").CommandImpl<UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateThesaurusCommandInput): import("@smithy/core/client").CommandImpl<UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateThesaurusCommandInput): import("@smithy/core/client").CommandImpl<UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateThesaurusCommandInput): import("@smithy/core/client").CommandImpl<UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a thesaurus for an index.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { KendraExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
KendraClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./KendraClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
KendraClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
KendraClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
KendraClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KendraClient";
|
|
8
2
|
import {
|
|
9
3
|
AssociateEntitiesToExperienceRequest,
|
|
10
4
|
AssociateEntitiesToExperienceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AssociateEntitiesToExperienceCommandInput
|
|
15
8
|
extends AssociateEntitiesToExperienceRequest {}
|
|
16
9
|
export interface AssociateEntitiesToExperienceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateEntitiesToExperienceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateEntitiesToExperienceCommandInput,
|
|
24
17
|
AssociateEntitiesToExperienceCommandOutput,
|
|
25
|
-
KendraClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KendraClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateEntitiesToExperienceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateEntitiesToExperienceCommandInput,
|
|
33
26
|
AssociateEntitiesToExperienceCommandOutput,
|
|
34
|
-
KendraClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KendraClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AssociateEntitiesToExperienceCommand extends AssociateEntitiesToExperienceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
KendraClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KendraClient";
|
|
8
2
|
import {
|
|
9
3
|
AssociatePersonasToEntitiesRequest,
|
|
10
4
|
AssociatePersonasToEntitiesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AssociatePersonasToEntitiesCommandInput
|
|
15
8
|
extends AssociatePersonasToEntitiesRequest {}
|
|
16
9
|
export interface AssociatePersonasToEntitiesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociatePersonasToEntitiesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociatePersonasToEntitiesCommandInput,
|
|
24
17
|
AssociatePersonasToEntitiesCommandOutput,
|
|
25
|
-
KendraClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KendraClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociatePersonasToEntitiesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociatePersonasToEntitiesCommandInput,
|
|
33
26
|
AssociatePersonasToEntitiesCommandOutput,
|
|
34
|
-
KendraClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KendraClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AssociatePersonasToEntitiesCommand extends AssociatePersonasToEntitiesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
KendraClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KendraClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchDeleteDocumentRequest,
|
|
10
4
|
BatchDeleteDocumentResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchDeleteDocumentCommandInput
|
|
15
8
|
extends BatchDeleteDocumentRequest {}
|
|
16
9
|
export interface BatchDeleteDocumentCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchDeleteDocumentCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchDeleteDocumentCommandInput,
|
|
24
17
|
BatchDeleteDocumentCommandOutput,
|
|
25
|
-
KendraClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KendraClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchDeleteDocumentCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchDeleteDocumentCommandInput,
|
|
33
26
|
BatchDeleteDocumentCommandOutput,
|
|
34
|
-
KendraClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KendraClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class BatchDeleteDocumentCommand extends BatchDeleteDocumentCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
KendraClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KendraClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchDeleteFeaturedResultsSetRequest,
|
|
10
4
|
BatchDeleteFeaturedResultsSetResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchDeleteFeaturedResultsSetCommandInput
|
|
15
8
|
extends BatchDeleteFeaturedResultsSetRequest {}
|
|
16
9
|
export interface BatchDeleteFeaturedResultsSetCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchDeleteFeaturedResultsSetCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchDeleteFeaturedResultsSetCommandInput,
|
|
24
17
|
BatchDeleteFeaturedResultsSetCommandOutput,
|
|
25
|
-
KendraClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KendraClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchDeleteFeaturedResultsSetCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchDeleteFeaturedResultsSetCommandInput,
|
|
33
26
|
BatchDeleteFeaturedResultsSetCommandOutput,
|
|
34
|
-
KendraClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KendraClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class BatchDeleteFeaturedResultsSetCommand extends BatchDeleteFeaturedResultsSetCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
KendraClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KendraClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchGetDocumentStatusRequest,
|
|
10
4
|
BatchGetDocumentStatusResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchGetDocumentStatusCommandInput
|
|
15
8
|
extends BatchGetDocumentStatusRequest {}
|
|
16
9
|
export interface BatchGetDocumentStatusCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchGetDocumentStatusCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchGetDocumentStatusCommandInput,
|
|
24
17
|
BatchGetDocumentStatusCommandOutput,
|
|
25
|
-
KendraClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KendraClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchGetDocumentStatusCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchGetDocumentStatusCommandInput,
|
|
33
26
|
BatchGetDocumentStatusCommandOutput,
|
|
34
|
-
KendraClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KendraClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class BatchGetDocumentStatusCommand extends BatchGetDocumentStatusCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
KendraClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KendraClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchPutDocumentRequest,
|
|
10
4
|
BatchPutDocumentResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchPutDocumentCommandInput extends BatchPutDocumentRequest {}
|
|
15
8
|
export interface BatchPutDocumentCommandOutput
|
|
16
9
|
extends BatchPutDocumentResponse,
|
|
@@ -21,22 +14,20 @@ declare const BatchPutDocumentCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
BatchPutDocumentCommandInput,
|
|
23
16
|
BatchPutDocumentCommandOutput,
|
|
24
|
-
KendraClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").KendraClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: BatchPutDocumentCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
BatchPutDocumentCommandInput,
|
|
32
25
|
BatchPutDocumentCommandOutput,
|
|
33
|
-
KendraClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").KendraClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class BatchPutDocumentCommand extends BatchPutDocumentCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
KendraClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KendraClient";
|
|
8
2
|
import { ClearQuerySuggestionsRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ClearQuerySuggestionsCommandInput
|
|
12
5
|
extends ClearQuerySuggestionsRequest {}
|
|
13
6
|
export interface ClearQuerySuggestionsCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const ClearQuerySuggestionsCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
ClearQuerySuggestionsCommandInput,
|
|
19
12
|
ClearQuerySuggestionsCommandOutput,
|
|
20
|
-
KendraClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").KendraClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: ClearQuerySuggestionsCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
ClearQuerySuggestionsCommandInput,
|
|
28
21
|
ClearQuerySuggestionsCommandOutput,
|
|
29
|
-
KendraClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").KendraClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class ClearQuerySuggestionsCommand extends ClearQuerySuggestionsCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
KendraClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KendraClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateAccessControlConfigurationRequest,
|
|
10
4
|
CreateAccessControlConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateAccessControlConfigurationCommandInput
|
|
15
8
|
extends CreateAccessControlConfigurationRequest {}
|
|
16
9
|
export interface CreateAccessControlConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateAccessControlConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateAccessControlConfigurationCommandInput,
|
|
24
17
|
CreateAccessControlConfigurationCommandOutput,
|
|
25
|
-
KendraClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KendraClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateAccessControlConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateAccessControlConfigurationCommandInput,
|
|
33
26
|
CreateAccessControlConfigurationCommandOutput,
|
|
34
|
-
KendraClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KendraClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateAccessControlConfigurationCommand extends CreateAccessControlConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|