@aws-sdk/client-kendra 3.1076.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 +77 -665
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AWSKendraFrontendService", "KendraClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateEntitiesToExperience$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateEntitiesToExperienceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "AssociateEntitiesToExperience", {})
|
|
13
|
-
.n("KendraClient", "AssociateEntitiesToExperienceCommand")
|
|
14
|
-
.sc(AssociateEntitiesToExperience$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateEntitiesToExperienceCommand extends command(_ep0, _mw0, "AssociateEntitiesToExperience", AssociateEntitiesToExperience$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociatePersonasToEntities$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociatePersonasToEntitiesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "AssociatePersonasToEntities", {})
|
|
13
|
-
.n("KendraClient", "AssociatePersonasToEntitiesCommand")
|
|
14
|
-
.sc(AssociatePersonasToEntities$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociatePersonasToEntitiesCommand extends command(_ep0, _mw0, "AssociatePersonasToEntities", AssociatePersonasToEntities$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchDeleteDocument$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDeleteDocumentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "BatchDeleteDocument", {})
|
|
13
|
-
.n("KendraClient", "BatchDeleteDocumentCommand")
|
|
14
|
-
.sc(BatchDeleteDocument$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDeleteDocumentCommand extends command(_ep0, _mw0, "BatchDeleteDocument", BatchDeleteDocument$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchDeleteFeaturedResultsSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDeleteFeaturedResultsSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "BatchDeleteFeaturedResultsSet", {})
|
|
13
|
-
.n("KendraClient", "BatchDeleteFeaturedResultsSetCommand")
|
|
14
|
-
.sc(BatchDeleteFeaturedResultsSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDeleteFeaturedResultsSetCommand extends command(_ep0, _mw0, "BatchDeleteFeaturedResultsSet", BatchDeleteFeaturedResultsSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchGetDocumentStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetDocumentStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "BatchGetDocumentStatus", {})
|
|
13
|
-
.n("KendraClient", "BatchGetDocumentStatusCommand")
|
|
14
|
-
.sc(BatchGetDocumentStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetDocumentStatusCommand extends command(_ep0, _mw0, "BatchGetDocumentStatus", BatchGetDocumentStatus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchPutDocument$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchPutDocumentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "BatchPutDocument", {})
|
|
13
|
-
.n("KendraClient", "BatchPutDocumentCommand")
|
|
14
|
-
.sc(BatchPutDocument$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchPutDocumentCommand extends command(_ep0, _mw0, "BatchPutDocument", BatchPutDocument$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ClearQuerySuggestions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ClearQuerySuggestionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "ClearQuerySuggestions", {})
|
|
13
|
-
.n("KendraClient", "ClearQuerySuggestionsCommand")
|
|
14
|
-
.sc(ClearQuerySuggestions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ClearQuerySuggestionsCommand extends command(_ep0, _mw0, "ClearQuerySuggestions", ClearQuerySuggestions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateAccessControlConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAccessControlConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "CreateAccessControlConfiguration", {})
|
|
13
|
-
.n("KendraClient", "CreateAccessControlConfigurationCommand")
|
|
14
|
-
.sc(CreateAccessControlConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAccessControlConfigurationCommand extends command(_ep0, _mw0, "CreateAccessControlConfiguration", CreateAccessControlConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDataSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDataSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "CreateDataSource", {})
|
|
13
|
-
.n("KendraClient", "CreateDataSourceCommand")
|
|
14
|
-
.sc(CreateDataSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDataSourceCommand extends command(_ep0, _mw0, "CreateDataSource", CreateDataSource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateExperience$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateExperienceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "CreateExperience", {})
|
|
13
|
-
.n("KendraClient", "CreateExperienceCommand")
|
|
14
|
-
.sc(CreateExperience$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateExperienceCommand extends command(_ep0, _mw0, "CreateExperience", CreateExperience$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateFaq$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateFaqCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "CreateFaq", {})
|
|
13
|
-
.n("KendraClient", "CreateFaqCommand")
|
|
14
|
-
.sc(CreateFaq$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFaqCommand extends command(_ep0, _mw0, "CreateFaq", CreateFaq$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateFeaturedResultsSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateFeaturedResultsSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "CreateFeaturedResultsSet", {})
|
|
13
|
-
.n("KendraClient", "CreateFeaturedResultsSetCommand")
|
|
14
|
-
.sc(CreateFeaturedResultsSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFeaturedResultsSetCommand extends command(_ep0, _mw0, "CreateFeaturedResultsSet", CreateFeaturedResultsSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateIndex$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateIndexCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "CreateIndex", {})
|
|
13
|
-
.n("KendraClient", "CreateIndexCommand")
|
|
14
|
-
.sc(CreateIndex$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateIndexCommand extends command(_ep0, _mw0, "CreateIndex", CreateIndex$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateQuerySuggestionsBlockList$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateQuerySuggestionsBlockListCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "CreateQuerySuggestionsBlockList", {})
|
|
13
|
-
.n("KendraClient", "CreateQuerySuggestionsBlockListCommand")
|
|
14
|
-
.sc(CreateQuerySuggestionsBlockList$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateQuerySuggestionsBlockListCommand extends command(_ep0, _mw0, "CreateQuerySuggestionsBlockList", CreateQuerySuggestionsBlockList$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateThesaurus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateThesaurusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "CreateThesaurus", {})
|
|
13
|
-
.n("KendraClient", "CreateThesaurusCommand")
|
|
14
|
-
.sc(CreateThesaurus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateThesaurusCommand extends command(_ep0, _mw0, "CreateThesaurus", CreateThesaurus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteAccessControlConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAccessControlConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DeleteAccessControlConfiguration", {})
|
|
13
|
-
.n("KendraClient", "DeleteAccessControlConfigurationCommand")
|
|
14
|
-
.sc(DeleteAccessControlConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAccessControlConfigurationCommand extends command(_ep0, _mw0, "DeleteAccessControlConfiguration", DeleteAccessControlConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDataSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDataSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DeleteDataSource", {})
|
|
13
|
-
.n("KendraClient", "DeleteDataSourceCommand")
|
|
14
|
-
.sc(DeleteDataSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDataSourceCommand extends command(_ep0, _mw0, "DeleteDataSource", DeleteDataSource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteExperience$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteExperienceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DeleteExperience", {})
|
|
13
|
-
.n("KendraClient", "DeleteExperienceCommand")
|
|
14
|
-
.sc(DeleteExperience$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteExperienceCommand extends command(_ep0, _mw0, "DeleteExperience", DeleteExperience$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteFaq$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteFaqCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DeleteFaq", {})
|
|
13
|
-
.n("KendraClient", "DeleteFaqCommand")
|
|
14
|
-
.sc(DeleteFaq$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFaqCommand extends command(_ep0, _mw0, "DeleteFaq", DeleteFaq$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteIndex$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIndexCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DeleteIndex", {})
|
|
13
|
-
.n("KendraClient", "DeleteIndexCommand")
|
|
14
|
-
.sc(DeleteIndex$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIndexCommand extends command(_ep0, _mw0, "DeleteIndex", DeleteIndex$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePrincipalMapping$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePrincipalMappingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DeletePrincipalMapping", {})
|
|
13
|
-
.n("KendraClient", "DeletePrincipalMappingCommand")
|
|
14
|
-
.sc(DeletePrincipalMapping$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePrincipalMappingCommand extends command(_ep0, _mw0, "DeletePrincipalMapping", DeletePrincipalMapping$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteQuerySuggestionsBlockList$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteQuerySuggestionsBlockListCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DeleteQuerySuggestionsBlockList", {})
|
|
13
|
-
.n("KendraClient", "DeleteQuerySuggestionsBlockListCommand")
|
|
14
|
-
.sc(DeleteQuerySuggestionsBlockList$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteQuerySuggestionsBlockListCommand extends command(_ep0, _mw0, "DeleteQuerySuggestionsBlockList", DeleteQuerySuggestionsBlockList$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteThesaurus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteThesaurusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DeleteThesaurus", {})
|
|
13
|
-
.n("KendraClient", "DeleteThesaurusCommand")
|
|
14
|
-
.sc(DeleteThesaurus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteThesaurusCommand extends command(_ep0, _mw0, "DeleteThesaurus", DeleteThesaurus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAccessControlConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAccessControlConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DescribeAccessControlConfiguration", {})
|
|
13
|
-
.n("KendraClient", "DescribeAccessControlConfigurationCommand")
|
|
14
|
-
.sc(DescribeAccessControlConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAccessControlConfigurationCommand extends command(_ep0, _mw0, "DescribeAccessControlConfiguration", DescribeAccessControlConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDataSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDataSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DescribeDataSource", {})
|
|
13
|
-
.n("KendraClient", "DescribeDataSourceCommand")
|
|
14
|
-
.sc(DescribeDataSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDataSourceCommand extends command(_ep0, _mw0, "DescribeDataSource", DescribeDataSource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeExperience$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeExperienceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DescribeExperience", {})
|
|
13
|
-
.n("KendraClient", "DescribeExperienceCommand")
|
|
14
|
-
.sc(DescribeExperience$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeExperienceCommand extends command(_ep0, _mw0, "DescribeExperience", DescribeExperience$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeFaq$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeFaqCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DescribeFaq", {})
|
|
13
|
-
.n("KendraClient", "DescribeFaqCommand")
|
|
14
|
-
.sc(DescribeFaq$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeFaqCommand extends command(_ep0, _mw0, "DescribeFaq", DescribeFaq$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeFeaturedResultsSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeFeaturedResultsSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DescribeFeaturedResultsSet", {})
|
|
13
|
-
.n("KendraClient", "DescribeFeaturedResultsSetCommand")
|
|
14
|
-
.sc(DescribeFeaturedResultsSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeFeaturedResultsSetCommand extends command(_ep0, _mw0, "DescribeFeaturedResultsSet", DescribeFeaturedResultsSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeIndex$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeIndexCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DescribeIndex", {})
|
|
13
|
-
.n("KendraClient", "DescribeIndexCommand")
|
|
14
|
-
.sc(DescribeIndex$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeIndexCommand extends command(_ep0, _mw0, "DescribeIndex", DescribeIndex$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribePrincipalMapping$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribePrincipalMappingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DescribePrincipalMapping", {})
|
|
13
|
-
.n("KendraClient", "DescribePrincipalMappingCommand")
|
|
14
|
-
.sc(DescribePrincipalMapping$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribePrincipalMappingCommand extends command(_ep0, _mw0, "DescribePrincipalMapping", DescribePrincipalMapping$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeQuerySuggestionsBlockList$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeQuerySuggestionsBlockListCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSKendraFrontendService", "DescribeQuerySuggestionsBlockList", {})
|
|
13
|
-
.n("KendraClient", "DescribeQuerySuggestionsBlockListCommand")
|
|
14
|
-
.sc(DescribeQuerySuggestionsBlockList$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeQuerySuggestionsBlockListCommand extends command(_ep0, _mw0, "DescribeQuerySuggestionsBlockList", DescribeQuerySuggestionsBlockList$) {
|
|
16
4
|
}
|