@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
|
@@ -878,6 +878,7 @@ export interface Kendra {
|
|
|
878
878
|
options: __HttpHandlerOptions,
|
|
879
879
|
cb: (err: any, data?: ListGroupsOlderThanOrderingIdCommandOutput) => void
|
|
880
880
|
): void;
|
|
881
|
+
listIndices(): Promise<ListIndicesCommandOutput>;
|
|
881
882
|
listIndices(
|
|
882
883
|
args: ListIndicesCommandInput,
|
|
883
884
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AssociateEntitiesToExperienceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AssociateEntitiesToExperienceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AssociateEntitiesToExperienceCommandInput,
|
|
32
|
+
AssociateEntitiesToExperienceCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AssociateEntitiesToExperienceCommand extends AssociateEntitiesToExperienceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const AssociatePersonasToEntitiesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AssociatePersonasToEntitiesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AssociatePersonasToEntitiesCommandInput,
|
|
32
|
+
AssociatePersonasToEntitiesCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AssociatePersonasToEntitiesCommand extends AssociatePersonasToEntitiesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const BatchDeleteDocumentCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: BatchDeleteDocumentCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
BatchDeleteDocumentCommandInput,
|
|
32
|
+
BatchDeleteDocumentCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class BatchDeleteDocumentCommand extends BatchDeleteDocumentCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const BatchDeleteFeaturedResultsSetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: BatchDeleteFeaturedResultsSetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
BatchDeleteFeaturedResultsSetCommandInput,
|
|
32
|
+
BatchDeleteFeaturedResultsSetCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class BatchDeleteFeaturedResultsSetCommand extends BatchDeleteFeaturedResultsSetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const BatchGetDocumentStatusCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: BatchGetDocumentStatusCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
BatchGetDocumentStatusCommandInput,
|
|
32
|
+
BatchGetDocumentStatusCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class BatchGetDocumentStatusCommand extends BatchGetDocumentStatusCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const BatchPutDocumentCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: BatchPutDocumentCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
BatchPutDocumentCommandInput,
|
|
31
|
+
BatchPutDocumentCommandOutput,
|
|
32
|
+
KendraClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class BatchPutDocumentCommand extends BatchPutDocumentCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const ClearQuerySuggestionsCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: ClearQuerySuggestionsCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
ClearQuerySuggestionsCommandInput,
|
|
27
|
+
ClearQuerySuggestionsCommandOutput,
|
|
28
|
+
KendraClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class ClearQuerySuggestionsCommand extends ClearQuerySuggestionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateAccessControlConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateAccessControlConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateAccessControlConfigurationCommandInput,
|
|
32
|
+
CreateAccessControlConfigurationCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateAccessControlConfigurationCommand extends CreateAccessControlConfigurationCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateDataSourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateDataSourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateDataSourceCommandInput,
|
|
31
|
+
CreateDataSourceCommandOutput,
|
|
32
|
+
KendraClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateExperienceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateExperienceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateExperienceCommandInput,
|
|
31
|
+
CreateExperienceCommandOutput,
|
|
32
|
+
KendraClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateExperienceCommand extends CreateExperienceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateFaqCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateFaqCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateFaqCommandInput,
|
|
28
|
+
CreateFaqCommandOutput,
|
|
29
|
+
KendraClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateFaqCommand extends CreateFaqCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateFeaturedResultsSetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateFeaturedResultsSetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateFeaturedResultsSetCommandInput,
|
|
32
|
+
CreateFeaturedResultsSetCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateFeaturedResultsSetCommand extends CreateFeaturedResultsSetCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateIndexCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateIndexCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateIndexCommandInput,
|
|
28
|
+
CreateIndexCommandOutput,
|
|
29
|
+
KendraClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateIndexCommand extends CreateIndexCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateQuerySuggestionsBlockListCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateQuerySuggestionsBlockListCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateQuerySuggestionsBlockListCommandInput,
|
|
32
|
+
CreateQuerySuggestionsBlockListCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateQuerySuggestionsBlockListCommand extends CreateQuerySuggestionsBlockListCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateThesaurusCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateThesaurusCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateThesaurusCommandInput,
|
|
31
|
+
CreateThesaurusCommandOutput,
|
|
32
|
+
KendraClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateThesaurusCommand extends CreateThesaurusCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteAccessControlConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteAccessControlConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteAccessControlConfigurationCommandInput,
|
|
32
|
+
DeleteAccessControlConfigurationCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteAccessControlConfigurationCommand extends DeleteAccessControlConfigurationCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteDataSourceCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteDataSourceCommandInput,
|
|
26
|
+
DeleteDataSourceCommandOutput,
|
|
27
|
+
KendraClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteExperienceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteExperienceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteExperienceCommandInput,
|
|
31
|
+
DeleteExperienceCommandOutput,
|
|
32
|
+
KendraClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteExperienceCommand extends DeleteExperienceCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteFaqCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteFaqCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteFaqCommandInput,
|
|
26
|
+
DeleteFaqCommandOutput,
|
|
27
|
+
KendraClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteFaqCommand extends DeleteFaqCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteIndexCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteIndexCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteIndexCommandInput,
|
|
26
|
+
DeleteIndexCommandOutput,
|
|
27
|
+
KendraClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteIndexCommand extends DeleteIndexCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeletePrincipalMappingCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeletePrincipalMappingCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeletePrincipalMappingCommandInput,
|
|
27
|
+
DeletePrincipalMappingCommandOutput,
|
|
28
|
+
KendraClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeletePrincipalMappingCommand extends DeletePrincipalMappingCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteQuerySuggestionsBlockListCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteQuerySuggestionsBlockListCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteQuerySuggestionsBlockListCommandInput,
|
|
28
|
+
DeleteQuerySuggestionsBlockListCommandOutput,
|
|
29
|
+
KendraClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteQuerySuggestionsBlockListCommand extends DeleteQuerySuggestionsBlockListCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteThesaurusCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteThesaurusCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteThesaurusCommandInput,
|
|
26
|
+
DeleteThesaurusCommandOutput,
|
|
27
|
+
KendraClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteThesaurusCommand extends DeleteThesaurusCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAccessControlConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeAccessControlConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAccessControlConfigurationCommandInput,
|
|
32
|
+
DescribeAccessControlConfigurationCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAccessControlConfigurationCommand extends DescribeAccessControlConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDataSourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDataSourceCommandInput,
|
|
32
|
+
DescribeDataSourceCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDataSourceCommand extends DescribeDataSourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeExperienceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeExperienceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeExperienceCommandInput,
|
|
32
|
+
DescribeExperienceCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeExperienceCommand extends DescribeExperienceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeFaqCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DescribeFaqCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeFaqCommandInput,
|
|
28
|
+
DescribeFaqCommandOutput,
|
|
29
|
+
KendraClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeFaqCommand extends DescribeFaqCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeFeaturedResultsSetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeFeaturedResultsSetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeFeaturedResultsSetCommandInput,
|
|
32
|
+
DescribeFeaturedResultsSetCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeFeaturedResultsSetCommand extends DescribeFeaturedResultsSetCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeIndexCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeIndexCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeIndexCommandInput,
|
|
31
|
+
DescribeIndexCommandOutput,
|
|
32
|
+
KendraClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeIndexCommand extends DescribeIndexCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribePrincipalMappingCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribePrincipalMappingCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribePrincipalMappingCommandInput,
|
|
32
|
+
DescribePrincipalMappingCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribePrincipalMappingCommand extends DescribePrincipalMappingCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeQuerySuggestionsBlockListCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeQuerySuggestionsBlockListCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeQuerySuggestionsBlockListCommandInput,
|
|
32
|
+
DescribeQuerySuggestionsBlockListCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeQuerySuggestionsBlockListCommand extends DescribeQuerySuggestionsBlockListCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeQuerySuggestionsConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeQuerySuggestionsConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeQuerySuggestionsConfigCommandInput,
|
|
32
|
+
DescribeQuerySuggestionsConfigCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeQuerySuggestionsConfigCommand extends DescribeQuerySuggestionsConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeThesaurusCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeThesaurusCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeThesaurusCommandInput,
|
|
32
|
+
DescribeThesaurusCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeThesaurusCommand extends DescribeThesaurusCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisassociateEntitiesFromExperienceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisassociateEntitiesFromExperienceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisassociateEntitiesFromExperienceCommandInput,
|
|
32
|
+
DisassociateEntitiesFromExperienceCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisassociateEntitiesFromExperienceCommand extends DisassociateEntitiesFromExperienceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisassociatePersonasFromEntitiesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisassociatePersonasFromEntitiesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisassociatePersonasFromEntitiesCommandInput,
|
|
32
|
+
DisassociatePersonasFromEntitiesCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisassociatePersonasFromEntitiesCommand extends DisassociatePersonasFromEntitiesCommand_base {}
|
|
@@ -23,6 +23,15 @@ declare const GetQuerySuggestionsCommand_base: {
|
|
|
23
23
|
ServiceInputTypes,
|
|
24
24
|
ServiceOutputTypes
|
|
25
25
|
>;
|
|
26
|
+
new (
|
|
27
|
+
__0_0: GetQuerySuggestionsCommandInput
|
|
28
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
29
|
+
GetQuerySuggestionsCommandInput,
|
|
30
|
+
GetQuerySuggestionsCommandOutput,
|
|
31
|
+
KendraClientResolvedConfig,
|
|
32
|
+
ServiceInputTypes,
|
|
33
|
+
ServiceOutputTypes
|
|
34
|
+
>;
|
|
26
35
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
36
|
};
|
|
28
37
|
export declare class GetQuerySuggestionsCommand extends GetQuerySuggestionsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetSnapshotsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetSnapshotsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetSnapshotsCommandInput,
|
|
28
|
+
GetSnapshotsCommandOutput,
|
|
29
|
+
KendraClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetSnapshotsCommand extends GetSnapshotsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListAccessControlConfigurationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListAccessControlConfigurationsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListAccessControlConfigurationsCommandInput,
|
|
32
|
+
ListAccessControlConfigurationsCommandOutput,
|
|
33
|
+
KendraClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListAccessControlConfigurationsCommand extends ListAccessControlConfigurationsCommand_base {}
|