@aws-sdk/client-kendra 3.926.0 → 3.928.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 +3378 -2940
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/KendraClient.js +2 -0
- package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +3 -9
- package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +3 -9
- package/dist-es/commands/BatchDeleteDocumentCommand.js +3 -9
- package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +3 -9
- package/dist-es/commands/BatchGetDocumentStatusCommand.js +3 -9
- package/dist-es/commands/BatchPutDocumentCommand.js +3 -9
- package/dist-es/commands/ClearQuerySuggestionsCommand.js +3 -9
- package/dist-es/commands/CreateAccessControlConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateDataSourceCommand.js +3 -9
- package/dist-es/commands/CreateExperienceCommand.js +3 -9
- package/dist-es/commands/CreateFaqCommand.js +3 -9
- package/dist-es/commands/CreateFeaturedResultsSetCommand.js +3 -9
- package/dist-es/commands/CreateIndexCommand.js +3 -10
- package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +3 -9
- package/dist-es/commands/CreateThesaurusCommand.js +3 -9
- package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteDataSourceCommand.js +3 -9
- package/dist-es/commands/DeleteExperienceCommand.js +3 -9
- package/dist-es/commands/DeleteFaqCommand.js +3 -9
- package/dist-es/commands/DeleteIndexCommand.js +3 -9
- package/dist-es/commands/DeletePrincipalMappingCommand.js +3 -9
- package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +3 -9
- package/dist-es/commands/DeleteThesaurusCommand.js +3 -9
- package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeDataSourceCommand.js +3 -9
- package/dist-es/commands/DescribeExperienceCommand.js +3 -9
- package/dist-es/commands/DescribeFaqCommand.js +3 -9
- package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +3 -9
- package/dist-es/commands/DescribeIndexCommand.js +3 -10
- package/dist-es/commands/DescribePrincipalMappingCommand.js +3 -9
- package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +3 -9
- package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +3 -9
- package/dist-es/commands/DescribeThesaurusCommand.js +3 -9
- package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +3 -9
- package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +3 -9
- package/dist-es/commands/GetQuerySuggestionsCommand.js +3 -9
- package/dist-es/commands/GetSnapshotsCommand.js +3 -9
- package/dist-es/commands/ListAccessControlConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +3 -9
- package/dist-es/commands/ListDataSourcesCommand.js +3 -9
- package/dist-es/commands/ListEntityPersonasCommand.js +3 -9
- package/dist-es/commands/ListExperienceEntitiesCommand.js +3 -10
- package/dist-es/commands/ListExperiencesCommand.js +3 -9
- package/dist-es/commands/ListFaqsCommand.js +3 -9
- package/dist-es/commands/ListFeaturedResultsSetsCommand.js +3 -9
- package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +3 -9
- package/dist-es/commands/ListIndicesCommand.js +3 -9
- package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListThesauriCommand.js +3 -9
- package/dist-es/commands/PutPrincipalMappingCommand.js +3 -9
- package/dist-es/commands/QueryCommand.js +3 -9
- package/dist-es/commands/RetrieveCommand.js +3 -9
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +3 -9
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +3 -9
- package/dist-es/commands/SubmitFeedbackCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateDataSourceCommand.js +3 -9
- package/dist-es/commands/UpdateExperienceCommand.js +3 -9
- package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +3 -9
- package/dist-es/commands/UpdateIndexCommand.js +3 -9
- package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +3 -9
- package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +3 -9
- package/dist-es/commands/UpdateThesaurusCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -35
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +3248 -0
- package/dist-types/KendraClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -24
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +463 -0
- package/dist-types/ts3.4/KendraClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -18
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +469 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -2407
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -596
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -797
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteThesaurus } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteThesaurusCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "DeleteThesaurus", {})
|
|
17
13
|
.n("KendraClient", "DeleteThesaurusCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteThesaurusCommand)
|
|
20
|
-
.de(de_DeleteThesaurusCommand)
|
|
14
|
+
.sc(DeleteThesaurus)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeAccessControlConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeAccessControlConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "DescribeAccessControlConfiguration", {})
|
|
17
13
|
.n("KendraClient", "DescribeAccessControlConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeAccessControlConfigurationCommand)
|
|
20
|
-
.de(de_DescribeAccessControlConfigurationCommand)
|
|
14
|
+
.sc(DescribeAccessControlConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeDataSource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeDataSourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "DescribeDataSource", {})
|
|
17
13
|
.n("KendraClient", "DescribeDataSourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeDataSourceCommand)
|
|
20
|
-
.de(de_DescribeDataSourceCommand)
|
|
14
|
+
.sc(DescribeDataSource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeExperience } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeExperienceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "DescribeExperience", {})
|
|
17
13
|
.n("KendraClient", "DescribeExperienceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeExperienceCommand)
|
|
20
|
-
.de(de_DescribeExperienceCommand)
|
|
14
|
+
.sc(DescribeExperience)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeFaq } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeFaqCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "DescribeFaq", {})
|
|
17
13
|
.n("KendraClient", "DescribeFaqCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeFaqCommand)
|
|
20
|
-
.de(de_DescribeFaqCommand)
|
|
14
|
+
.sc(DescribeFaq)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeFeaturedResultsSet } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeFeaturedResultsSetCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "DescribeFeaturedResultsSet", {})
|
|
17
13
|
.n("KendraClient", "DescribeFeaturedResultsSetCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeFeaturedResultsSetCommand)
|
|
20
|
-
.de(de_DescribeFeaturedResultsSetCommand)
|
|
14
|
+
.sc(DescribeFeaturedResultsSet)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DescribeIndexCommand, se_DescribeIndexCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { DescribeIndex } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeIndexCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSKendraFrontendService", "DescribeIndex", {})
|
|
18
13
|
.n("KendraClient", "DescribeIndexCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeIndexCommand)
|
|
21
|
-
.de(de_DescribeIndexCommand)
|
|
14
|
+
.sc(DescribeIndex)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribePrincipalMapping } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribePrincipalMappingCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "DescribePrincipalMapping", {})
|
|
17
13
|
.n("KendraClient", "DescribePrincipalMappingCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribePrincipalMappingCommand)
|
|
20
|
-
.de(de_DescribePrincipalMappingCommand)
|
|
14
|
+
.sc(DescribePrincipalMapping)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeQuerySuggestionsBlockList } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeQuerySuggestionsBlockListCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "DescribeQuerySuggestionsBlockList", {})
|
|
17
13
|
.n("KendraClient", "DescribeQuerySuggestionsBlockListCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeQuerySuggestionsBlockListCommand)
|
|
20
|
-
.de(de_DescribeQuerySuggestionsBlockListCommand)
|
|
14
|
+
.sc(DescribeQuerySuggestionsBlockList)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeQuerySuggestionsConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeQuerySuggestionsConfigCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "DescribeQuerySuggestionsConfig", {})
|
|
17
13
|
.n("KendraClient", "DescribeQuerySuggestionsConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeQuerySuggestionsConfigCommand)
|
|
20
|
-
.de(de_DescribeQuerySuggestionsConfigCommand)
|
|
14
|
+
.sc(DescribeQuerySuggestionsConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeThesaurus } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeThesaurusCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "DescribeThesaurus", {})
|
|
17
13
|
.n("KendraClient", "DescribeThesaurusCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeThesaurusCommand)
|
|
20
|
-
.de(de_DescribeThesaurusCommand)
|
|
14
|
+
.sc(DescribeThesaurus)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DisassociateEntitiesFromExperience } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisassociateEntitiesFromExperienceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "DisassociateEntitiesFromExperience", {})
|
|
17
13
|
.n("KendraClient", "DisassociateEntitiesFromExperienceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisassociateEntitiesFromExperienceCommand)
|
|
20
|
-
.de(de_DisassociateEntitiesFromExperienceCommand)
|
|
14
|
+
.sc(DisassociateEntitiesFromExperience)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DisassociatePersonasFromEntities } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisassociatePersonasFromEntitiesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "DisassociatePersonasFromEntities", {})
|
|
17
13
|
.n("KendraClient", "DisassociatePersonasFromEntitiesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisassociatePersonasFromEntitiesCommand)
|
|
20
|
-
.de(de_DisassociatePersonasFromEntitiesCommand)
|
|
14
|
+
.sc(DisassociatePersonasFromEntities)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetQuerySuggestions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetQuerySuggestionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "GetQuerySuggestions", {})
|
|
17
13
|
.n("KendraClient", "GetQuerySuggestionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetQuerySuggestionsCommand)
|
|
20
|
-
.de(de_GetQuerySuggestionsCommand)
|
|
14
|
+
.sc(GetQuerySuggestions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetSnapshots } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetSnapshotsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "GetSnapshots", {})
|
|
17
13
|
.n("KendraClient", "GetSnapshotsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetSnapshotsCommand)
|
|
20
|
-
.de(de_GetSnapshotsCommand)
|
|
14
|
+
.sc(GetSnapshots)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListAccessControlConfigurations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListAccessControlConfigurationsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "ListAccessControlConfigurations", {})
|
|
17
13
|
.n("KendraClient", "ListAccessControlConfigurationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListAccessControlConfigurationsCommand)
|
|
20
|
-
.de(de_ListAccessControlConfigurationsCommand)
|
|
14
|
+
.sc(ListAccessControlConfigurations)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListDataSourceSyncJobs } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListDataSourceSyncJobsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "ListDataSourceSyncJobs", {})
|
|
17
13
|
.n("KendraClient", "ListDataSourceSyncJobsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListDataSourceSyncJobsCommand)
|
|
20
|
-
.de(de_ListDataSourceSyncJobsCommand)
|
|
14
|
+
.sc(ListDataSourceSyncJobs)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListDataSources } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListDataSourcesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "ListDataSources", {})
|
|
17
13
|
.n("KendraClient", "ListDataSourcesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListDataSourcesCommand)
|
|
20
|
-
.de(de_ListDataSourcesCommand)
|
|
14
|
+
.sc(ListDataSources)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListEntityPersonas } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListEntityPersonasCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "ListEntityPersonas", {})
|
|
17
13
|
.n("KendraClient", "ListEntityPersonasCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListEntityPersonasCommand)
|
|
20
|
-
.de(de_ListEntityPersonasCommand)
|
|
14
|
+
.sc(ListEntityPersonas)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListExperienceEntitiesCommand, se_ListExperienceEntitiesCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { ListExperienceEntities } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListExperienceEntitiesCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSKendraFrontendService", "ListExperienceEntities", {})
|
|
18
13
|
.n("KendraClient", "ListExperienceEntitiesCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListExperienceEntitiesCommand)
|
|
21
|
-
.de(de_ListExperienceEntitiesCommand)
|
|
14
|
+
.sc(ListExperienceEntities)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListExperiences } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListExperiencesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "ListExperiences", {})
|
|
17
13
|
.n("KendraClient", "ListExperiencesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListExperiencesCommand)
|
|
20
|
-
.de(de_ListExperiencesCommand)
|
|
14
|
+
.sc(ListExperiences)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListFaqs } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFaqsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "ListFaqs", {})
|
|
17
13
|
.n("KendraClient", "ListFaqsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFaqsCommand)
|
|
20
|
-
.de(de_ListFaqsCommand)
|
|
14
|
+
.sc(ListFaqs)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListFeaturedResultsSets } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFeaturedResultsSetsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSKendraFrontendService", "ListFeaturedResultsSets", {})
|
|
17
13
|
.n("KendraClient", "ListFeaturedResultsSetsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFeaturedResultsSetsCommand)
|
|
20
|
-
.de(de_ListFeaturedResultsSetsCommand)
|
|
14
|
+
.sc(ListFeaturedResultsSets)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|