@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 { ListDataSourceSyncJobsRequest, ListDataSourceSyncJobsResponse } 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 ListDataSourceSyncJobsCommandInput extends ListDataSourceSyncJo
|
|
|
22
19
|
export interface ListDataSourceSyncJobsCommandOutput extends ListDataSourceSyncJobsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDataSourceSyncJobsCommand_base: {
|
|
25
|
-
new (input: ListDataSourceSyncJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListDataSourceSyncJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDataSourceSyncJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListDataSourceSyncJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets statistics about synchronizing a 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 { ListDataSourcesRequest, ListDataSourcesResponse } 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 ListDataSourcesCommandInput extends ListDataSourcesRequest {
|
|
|
22
19
|
export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDataSourcesCommand_base: {
|
|
25
|
-
new (input: ListDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the data source connectors that you have created.</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 { ListEntityPersonasRequest, ListEntityPersonasResponse } 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 ListEntityPersonasCommandInput extends ListEntityPersonasReques
|
|
|
22
19
|
export interface ListEntityPersonasCommandOutput extends ListEntityPersonasResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListEntityPersonasCommand_base: {
|
|
25
|
-
new (input: ListEntityPersonasCommandInput): import("@smithy/core/client").CommandImpl<ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListEntityPersonasCommandInput): import("@smithy/core/client").CommandImpl<ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListEntityPersonasCommandInput): import("@smithy/core/client").CommandImpl<ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListEntityPersonasCommandInput): import("@smithy/core/client").CommandImpl<ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists specific permissions of users and groups with access to your
|
|
@@ -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 { ListExperienceEntitiesRequest, ListExperienceEntitiesResponse } 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 ListExperienceEntitiesCommandInput extends ListExperienceEntiti
|
|
|
22
19
|
export interface ListExperienceEntitiesCommandOutput extends ListExperienceEntitiesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListExperienceEntitiesCommand_base: {
|
|
25
|
-
new (input: ListExperienceEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListExperienceEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListExperienceEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListExperienceEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists users or groups in your IAM Identity Center identity source that are
|
|
@@ -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 { ListExperiencesRequest, ListExperiencesResponse } 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 ListExperiencesCommandInput extends ListExperiencesRequest {
|
|
|
22
19
|
export interface ListExperiencesCommandOutput extends ListExperiencesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListExperiencesCommand_base: {
|
|
25
|
-
new (input: ListExperiencesCommandInput): import("@smithy/core/client").CommandImpl<ListExperiencesCommandInput, ListExperiencesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListExperiencesCommandInput): import("@smithy/core/client").CommandImpl<ListExperiencesCommandInput, ListExperiencesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListExperiencesCommandInput): import("@smithy/core/client").CommandImpl<ListExperiencesCommandInput, ListExperiencesCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListExperiencesCommandInput): import("@smithy/core/client").CommandImpl<ListExperiencesCommandInput, ListExperiencesCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists one or more Amazon Kendra experiences. You can create an Amazon Kendra experience such
|
|
@@ -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 { ListFaqsRequest, ListFaqsResponse } 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 ListFaqsCommandInput extends ListFaqsRequest {
|
|
|
22
19
|
export interface ListFaqsCommandOutput extends ListFaqsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFaqsCommand_base: {
|
|
25
|
-
new (input: ListFaqsCommandInput): import("@smithy/core/client").CommandImpl<ListFaqsCommandInput, ListFaqsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListFaqsCommandInput): import("@smithy/core/client").CommandImpl<ListFaqsCommandInput, ListFaqsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFaqsCommandInput): import("@smithy/core/client").CommandImpl<ListFaqsCommandInput, ListFaqsCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListFaqsCommandInput): import("@smithy/core/client").CommandImpl<ListFaqsCommandInput, ListFaqsCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of FAQs associated with 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 { ListFeaturedResultsSetsRequest, ListFeaturedResultsSetsResponse } 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 ListFeaturedResultsSetsCommandInput extends ListFeaturedResults
|
|
|
22
19
|
export interface ListFeaturedResultsSetsCommandOutput extends ListFeaturedResultsSetsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListFeaturedResultsSetsCommand_base: {
|
|
25
|
-
new (input: ListFeaturedResultsSetsCommandInput): import("@smithy/core/client").CommandImpl<ListFeaturedResultsSetsCommandInput, ListFeaturedResultsSetsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListFeaturedResultsSetsCommandInput): import("@smithy/core/client").CommandImpl<ListFeaturedResultsSetsCommandInput, ListFeaturedResultsSetsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListFeaturedResultsSetsCommandInput): import("@smithy/core/client").CommandImpl<ListFeaturedResultsSetsCommandInput, ListFeaturedResultsSetsCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListFeaturedResultsSetsCommandInput): import("@smithy/core/client").CommandImpl<ListFeaturedResultsSetsCommandInput, ListFeaturedResultsSetsCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all your sets of featured results for a given index. Features results
|
|
@@ -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 { ListGroupsOlderThanOrderingIdRequest, ListGroupsOlderThanOrderingIdResponse } 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 ListGroupsOlderThanOrderingIdCommandInput extends ListGroupsOld
|
|
|
22
19
|
export interface ListGroupsOlderThanOrderingIdCommandOutput extends ListGroupsOlderThanOrderingIdResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListGroupsOlderThanOrderingIdCommand_base: {
|
|
25
|
-
new (input: ListGroupsOlderThanOrderingIdCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListGroupsOlderThanOrderingIdCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListGroupsOlderThanOrderingIdCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListGroupsOlderThanOrderingIdCommandInput): import("@smithy/core/client").CommandImpl<ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides a list of groups that are mapped to users before a given ordering or
|
|
@@ -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 { ListIndicesRequest, ListIndicesResponse } 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 ListIndicesCommandInput extends ListIndicesRequest {
|
|
|
22
19
|
export interface ListIndicesCommandOutput extends ListIndicesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListIndicesCommand_base: {
|
|
25
|
-
new (input: ListIndicesCommandInput): import("@smithy/core/client").CommandImpl<ListIndicesCommandInput, ListIndicesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListIndicesCommandInput]): import("@smithy/core/client").CommandImpl<ListIndicesCommandInput, ListIndicesCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListIndicesCommandInput): import("@smithy/core/client").CommandImpl<ListIndicesCommandInput, ListIndicesCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListIndicesCommandInput]): import("@smithy/core/client").CommandImpl<ListIndicesCommandInput, ListIndicesCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the Amazon Kendra indexes that you created.</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 { ListQuerySuggestionsBlockListsRequest, ListQuerySuggestionsBlockListsResponse } 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 ListQuerySuggestionsBlockListsCommandInput extends ListQuerySug
|
|
|
22
19
|
export interface ListQuerySuggestionsBlockListsCommandOutput extends ListQuerySuggestionsBlockListsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListQuerySuggestionsBlockListsCommand_base: {
|
|
25
|
-
new (input: ListQuerySuggestionsBlockListsCommandInput): import("@smithy/core/client").CommandImpl<ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListQuerySuggestionsBlockListsCommandInput): import("@smithy/core/client").CommandImpl<ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListQuerySuggestionsBlockListsCommandInput): import("@smithy/core/client").CommandImpl<ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListQuerySuggestionsBlockListsCommandInput): import("@smithy/core/client").CommandImpl<ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the block lists 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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a list of tags associated with a resource. Indexes, FAQs, data sources, and
|
|
@@ -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 { ListThesauriRequest, ListThesauriResponse } 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 ListThesauriCommandInput extends ListThesauriRequest {
|
|
|
22
19
|
export interface ListThesauriCommandOutput extends ListThesauriResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListThesauriCommand_base: {
|
|
25
|
-
new (input: ListThesauriCommandInput): import("@smithy/core/client").CommandImpl<ListThesauriCommandInput, ListThesauriCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListThesauriCommandInput): import("@smithy/core/client").CommandImpl<ListThesauriCommandInput, ListThesauriCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListThesauriCommandInput): import("@smithy/core/client").CommandImpl<ListThesauriCommandInput, ListThesauriCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListThesauriCommandInput): import("@smithy/core/client").CommandImpl<ListThesauriCommandInput, ListThesauriCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the thesauri 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 { PutPrincipalMappingRequest } 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 PutPrincipalMappingCommandInput extends PutPrincipalMappingRequ
|
|
|
22
19
|
export interface PutPrincipalMappingCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutPrincipalMappingCommand_base: {
|
|
25
|
-
new (input: PutPrincipalMappingCommandInput): import("@smithy/core/client").CommandImpl<PutPrincipalMappingCommandInput, PutPrincipalMappingCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutPrincipalMappingCommandInput): import("@smithy/core/client").CommandImpl<PutPrincipalMappingCommandInput, PutPrincipalMappingCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutPrincipalMappingCommandInput): import("@smithy/core/client").CommandImpl<PutPrincipalMappingCommandInput, PutPrincipalMappingCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutPrincipalMappingCommandInput): import("@smithy/core/client").CommandImpl<PutPrincipalMappingCommandInput, PutPrincipalMappingCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Maps users to their groups so that you only need to provide the user ID when you issue
|
|
@@ -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 { QueryRequest, QueryResult } 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 QueryCommandInput extends QueryRequest {
|
|
|
22
19
|
export interface QueryCommandOutput extends QueryResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const QueryCommand_base: {
|
|
25
|
-
new (input: QueryCommandInput): import("@smithy/core/client").CommandImpl<QueryCommandInput, QueryCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: QueryCommandInput): import("@smithy/core/client").CommandImpl<QueryCommandInput, QueryCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: QueryCommandInput): import("@smithy/core/client").CommandImpl<QueryCommandInput, QueryCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: QueryCommandInput): import("@smithy/core/client").CommandImpl<QueryCommandInput, QueryCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Searches an index given an input query.</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 { RetrieveRequest, RetrieveResult } 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 RetrieveCommandInput extends RetrieveRequest {
|
|
|
22
19
|
export interface RetrieveCommandOutput extends RetrieveResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RetrieveCommand_base: {
|
|
25
|
-
new (input: RetrieveCommandInput): import("@smithy/core/client").CommandImpl<RetrieveCommandInput, RetrieveCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RetrieveCommandInput): import("@smithy/core/client").CommandImpl<RetrieveCommandInput, RetrieveCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RetrieveCommandInput): import("@smithy/core/client").CommandImpl<RetrieveCommandInput, RetrieveCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RetrieveCommandInput): import("@smithy/core/client").CommandImpl<RetrieveCommandInput, RetrieveCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves relevant passages or text excerpts given an input query.</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 { StartDataSourceSyncJobRequest, StartDataSourceSyncJobResponse } 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 StartDataSourceSyncJobCommandInput extends StartDataSourceSyncJ
|
|
|
22
19
|
export interface StartDataSourceSyncJobCommandOutput extends StartDataSourceSyncJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartDataSourceSyncJobCommand_base: {
|
|
25
|
-
new (input: StartDataSourceSyncJobCommandInput): import("@smithy/core/client").CommandImpl<StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartDataSourceSyncJobCommandInput): import("@smithy/core/client").CommandImpl<StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartDataSourceSyncJobCommandInput): import("@smithy/core/client").CommandImpl<StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartDataSourceSyncJobCommandInput): import("@smithy/core/client").CommandImpl<StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts a synchronization job for a data source connector. If a synchronization job is
|
|
@@ -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 { StopDataSourceSyncJobRequest } 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 StopDataSourceSyncJobCommandInput extends StopDataSourceSyncJob
|
|
|
22
19
|
export interface StopDataSourceSyncJobCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopDataSourceSyncJobCommand_base: {
|
|
25
|
-
new (input: StopDataSourceSyncJobCommandInput): import("@smithy/core/client").CommandImpl<StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopDataSourceSyncJobCommandInput): import("@smithy/core/client").CommandImpl<StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopDataSourceSyncJobCommandInput): import("@smithy/core/client").CommandImpl<StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopDataSourceSyncJobCommandInput): import("@smithy/core/client").CommandImpl<StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Stops a synchronization job that is currently running. You can't stop a scheduled
|
|
@@ -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 { SubmitFeedbackRequest } 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 SubmitFeedbackCommandInput extends SubmitFeedbackRequest {
|
|
|
22
19
|
export interface SubmitFeedbackCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SubmitFeedbackCommand_base: {
|
|
25
|
-
new (input: SubmitFeedbackCommandInput): import("@smithy/core/client").CommandImpl<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SubmitFeedbackCommandInput): import("@smithy/core/client").CommandImpl<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SubmitFeedbackCommandInput): import("@smithy/core/client").CommandImpl<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SubmitFeedbackCommandInput): import("@smithy/core/client").CommandImpl<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables you to provide feedback to Amazon Kendra to improve the
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds the specified tag to the specified index, FAQ, data source, or other resource. If
|
|
@@ -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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes a tag from an index, FAQ, data source, or other resource.</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 { UpdateAccessControlConfigurationRequest, UpdateAccessControlConfigurationResponse } 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 UpdateAccessControlConfigurationCommandInput extends UpdateAcce
|
|
|
22
19
|
export interface UpdateAccessControlConfigurationCommandOutput extends UpdateAccessControlConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAccessControlConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateAccessControlConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAccessControlConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput, KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAccessControlConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAccessControlConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput, import("..").KendraClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an access control configuration for your documents in an index. This includes
|