@aws-sdk/client-kendra 3.489.0 → 3.495.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/Kendra.js +1 -143
- package/dist-cjs/KendraClient.js +1 -43
- package/dist-cjs/commands/AssociateEntitiesToExperienceCommand.js +1 -28
- package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +1 -28
- package/dist-cjs/commands/BatchDeleteDocumentCommand.js +1 -28
- package/dist-cjs/commands/BatchDeleteFeaturedResultsSetCommand.js +1 -28
- package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +1 -28
- package/dist-cjs/commands/BatchPutDocumentCommand.js +1 -28
- package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +1 -28
- package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateDataSourceCommand.js +1 -28
- package/dist-cjs/commands/CreateExperienceCommand.js +1 -28
- package/dist-cjs/commands/CreateFaqCommand.js +1 -28
- package/dist-cjs/commands/CreateFeaturedResultsSetCommand.js +1 -28
- package/dist-cjs/commands/CreateIndexCommand.js +1 -29
- package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +1 -28
- package/dist-cjs/commands/CreateThesaurusCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -28
- package/dist-cjs/commands/DeleteExperienceCommand.js +1 -28
- package/dist-cjs/commands/DeleteFaqCommand.js +1 -28
- package/dist-cjs/commands/DeleteIndexCommand.js +1 -28
- package/dist-cjs/commands/DeletePrincipalMappingCommand.js +1 -28
- package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +1 -28
- package/dist-cjs/commands/DeleteThesaurusCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeDataSourceCommand.js +1 -28
- package/dist-cjs/commands/DescribeExperienceCommand.js +1 -28
- package/dist-cjs/commands/DescribeFaqCommand.js +1 -28
- package/dist-cjs/commands/DescribeFeaturedResultsSetCommand.js +1 -28
- package/dist-cjs/commands/DescribeIndexCommand.js +1 -29
- package/dist-cjs/commands/DescribePrincipalMappingCommand.js +1 -28
- package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +1 -28
- package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +1 -28
- package/dist-cjs/commands/DescribeThesaurusCommand.js +1 -28
- package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +1 -28
- package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +1 -28
- package/dist-cjs/commands/GetQuerySuggestionsCommand.js +1 -28
- package/dist-cjs/commands/GetSnapshotsCommand.js +1 -28
- package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +1 -28
- package/dist-cjs/commands/ListDataSourcesCommand.js +1 -28
- package/dist-cjs/commands/ListEntityPersonasCommand.js +1 -28
- package/dist-cjs/commands/ListExperienceEntitiesCommand.js +1 -29
- package/dist-cjs/commands/ListExperiencesCommand.js +1 -28
- package/dist-cjs/commands/ListFaqsCommand.js +1 -28
- package/dist-cjs/commands/ListFeaturedResultsSetsCommand.js +1 -28
- package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +1 -28
- package/dist-cjs/commands/ListIndicesCommand.js +1 -28
- package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListThesauriCommand.js +1 -28
- package/dist-cjs/commands/PutPrincipalMappingCommand.js +1 -28
- package/dist-cjs/commands/QueryCommand.js +1 -28
- package/dist-cjs/commands/RetrieveCommand.js +1 -28
- package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +1 -28
- package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +1 -28
- package/dist-cjs/commands/SubmitFeedbackCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateExperienceCommand.js +1 -28
- package/dist-cjs/commands/UpdateFeaturedResultsSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateIndexCommand.js +1 -28
- package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +1 -28
- package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +1 -28
- package/dist-cjs/commands/UpdateThesaurusCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -69
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6893 -11
- package/dist-cjs/models/KendraServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -5
- package/dist-cjs/models/models_0.js +1 -568
- package/dist-cjs/models/models_1.js +1 -32
- package/dist-cjs/pagination/GetSnapshotsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccessControlConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDataSourceSyncJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDataSourcesPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntityPersonasPaginator.js +1 -7
- package/dist-cjs/pagination/ListExperienceEntitiesPaginator.js +1 -7
- package/dist-cjs/pagination/ListExperiencesPaginator.js +1 -7
- package/dist-cjs/pagination/ListFaqsPaginator.js +1 -7
- package/dist-cjs/pagination/ListGroupsOlderThanOrderingIdPaginator.js +1 -7
- package/dist-cjs/pagination/ListIndicesPaginator.js +1 -7
- package/dist-cjs/pagination/ListQuerySuggestionsBlockListsPaginator.js +1 -7
- package/dist-cjs/pagination/ListThesauriPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -16
- package/dist-cjs/protocols/Aws_json1_1.js +1 -4736
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSKendraFrontendService", "TagResource", {})
|
|
22
|
-
.n("KendraClient", "TagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_TagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_TagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSKendraFrontendService", "UntagResource", {})
|
|
22
|
-
.n("KendraClient", "UntagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UntagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UntagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateAccessControlConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateAccessControlConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSKendraFrontendService", "UpdateAccessControlConfiguration", {})
|
|
22
|
-
.n("KendraClient", "UpdateAccessControlConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateAccessControlConfigurationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateAccessControlConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateAccessControlConfigurationCommand = UpdateAccessControlConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDataSourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateDataSourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSKendraFrontendService", "UpdateDataSource", {})
|
|
22
|
-
.n("KendraClient", "UpdateDataSourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateDataSourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateDataSourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateDataSourceCommand = UpdateDataSourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateExperienceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateExperienceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSKendraFrontendService", "UpdateExperience", {})
|
|
22
|
-
.n("KendraClient", "UpdateExperienceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateExperienceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateExperienceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateExperienceCommand = UpdateExperienceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateFeaturedResultsSetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateFeaturedResultsSetCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSKendraFrontendService", "UpdateFeaturedResultsSet", {})
|
|
22
|
-
.n("KendraClient", "UpdateFeaturedResultsSetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateFeaturedResultsSetCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateFeaturedResultsSetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateFeaturedResultsSetCommand = UpdateFeaturedResultsSetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateIndexCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateIndexCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSKendraFrontendService", "UpdateIndex", {})
|
|
22
|
-
.n("KendraClient", "UpdateIndexCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateIndexCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateIndexCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateIndexCommand = UpdateIndexCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateQuerySuggestionsBlockListCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateQuerySuggestionsBlockListCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSKendraFrontendService", "UpdateQuerySuggestionsBlockList", {})
|
|
22
|
-
.n("KendraClient", "UpdateQuerySuggestionsBlockListCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateQuerySuggestionsBlockListCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateQuerySuggestionsBlockListCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateQuerySuggestionsBlockListCommand = UpdateQuerySuggestionsBlockListCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateQuerySuggestionsConfigCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateQuerySuggestionsConfigCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSKendraFrontendService", "UpdateQuerySuggestionsConfig", {})
|
|
22
|
-
.n("KendraClient", "UpdateQuerySuggestionsConfigCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateQuerySuggestionsConfigCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateQuerySuggestionsConfigCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateQuerySuggestionsConfigCommand = UpdateQuerySuggestionsConfigCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateThesaurusCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateThesaurusCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSKendraFrontendService", "UpdateThesaurus", {})
|
|
22
|
-
.n("KendraClient", "UpdateThesaurusCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateThesaurusCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateThesaurusCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateThesaurusCommand = UpdateThesaurusCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,69 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AssociateEntitiesToExperienceCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./AssociatePersonasToEntitiesCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./BatchDeleteDocumentCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./BatchDeleteFeaturedResultsSetCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./BatchGetDocumentStatusCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./BatchPutDocumentCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ClearQuerySuggestionsCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateAccessControlConfigurationCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateDataSourceCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreateExperienceCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreateFaqCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./CreateFeaturedResultsSetCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./CreateIndexCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./CreateQuerySuggestionsBlockListCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./CreateThesaurusCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteAccessControlConfigurationCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteDataSourceCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DeleteExperienceCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DeleteFaqCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DeleteIndexCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DeletePrincipalMappingCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DeleteQuerySuggestionsBlockListCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./DeleteThesaurusCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./DescribeAccessControlConfigurationCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./DescribeDataSourceCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./DescribeExperienceCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./DescribeFaqCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./DescribeFeaturedResultsSetCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./DescribeIndexCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./DescribePrincipalMappingCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./DescribeQuerySuggestionsBlockListCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./DescribeQuerySuggestionsConfigCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./DescribeThesaurusCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./DisassociateEntitiesFromExperienceCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./DisassociatePersonasFromEntitiesCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./GetQuerySuggestionsCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./GetSnapshotsCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ListAccessControlConfigurationsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ListDataSourceSyncJobsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./ListDataSourcesCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./ListEntityPersonasCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./ListExperienceEntitiesCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ListExperiencesCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./ListFaqsCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./ListFeaturedResultsSetsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./ListGroupsOlderThanOrderingIdCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./ListIndicesCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./ListQuerySuggestionsBlockListsCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./ListThesauriCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./PutPrincipalMappingCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./QueryCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./RetrieveCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./StartDataSourceSyncJobCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./StopDataSourceSyncJobCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./SubmitFeedbackCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./UpdateAccessControlConfigurationCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./UpdateDataSourceCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./UpdateExperienceCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./UpdateFeaturedResultsSetCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./UpdateIndexCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./UpdateQuerySuggestionsBlockListCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./UpdateQuerySuggestionsConfigCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./UpdateThesaurusCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "kendra",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|