@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.
Files changed (93) hide show
  1. package/dist-cjs/Kendra.js +1 -143
  2. package/dist-cjs/KendraClient.js +1 -43
  3. package/dist-cjs/commands/AssociateEntitiesToExperienceCommand.js +1 -28
  4. package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +1 -28
  5. package/dist-cjs/commands/BatchDeleteDocumentCommand.js +1 -28
  6. package/dist-cjs/commands/BatchDeleteFeaturedResultsSetCommand.js +1 -28
  7. package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +1 -28
  8. package/dist-cjs/commands/BatchPutDocumentCommand.js +1 -28
  9. package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +1 -28
  10. package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +1 -28
  11. package/dist-cjs/commands/CreateDataSourceCommand.js +1 -28
  12. package/dist-cjs/commands/CreateExperienceCommand.js +1 -28
  13. package/dist-cjs/commands/CreateFaqCommand.js +1 -28
  14. package/dist-cjs/commands/CreateFeaturedResultsSetCommand.js +1 -28
  15. package/dist-cjs/commands/CreateIndexCommand.js +1 -29
  16. package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +1 -28
  17. package/dist-cjs/commands/CreateThesaurusCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteExperienceCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteFaqCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteIndexCommand.js +1 -28
  23. package/dist-cjs/commands/DeletePrincipalMappingCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +1 -28
  25. package/dist-cjs/commands/DeleteThesaurusCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeDataSourceCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeExperienceCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeFaqCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeFeaturedResultsSetCommand.js +1 -28
  31. package/dist-cjs/commands/DescribeIndexCommand.js +1 -29
  32. package/dist-cjs/commands/DescribePrincipalMappingCommand.js +1 -28
  33. package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +1 -28
  34. package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +1 -28
  35. package/dist-cjs/commands/DescribeThesaurusCommand.js +1 -28
  36. package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +1 -28
  37. package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +1 -28
  38. package/dist-cjs/commands/GetQuerySuggestionsCommand.js +1 -28
  39. package/dist-cjs/commands/GetSnapshotsCommand.js +1 -28
  40. package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +1 -28
  41. package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +1 -28
  42. package/dist-cjs/commands/ListDataSourcesCommand.js +1 -28
  43. package/dist-cjs/commands/ListEntityPersonasCommand.js +1 -28
  44. package/dist-cjs/commands/ListExperienceEntitiesCommand.js +1 -29
  45. package/dist-cjs/commands/ListExperiencesCommand.js +1 -28
  46. package/dist-cjs/commands/ListFaqsCommand.js +1 -28
  47. package/dist-cjs/commands/ListFeaturedResultsSetsCommand.js +1 -28
  48. package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +1 -28
  49. package/dist-cjs/commands/ListIndicesCommand.js +1 -28
  50. package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +1 -28
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  52. package/dist-cjs/commands/ListThesauriCommand.js +1 -28
  53. package/dist-cjs/commands/PutPrincipalMappingCommand.js +1 -28
  54. package/dist-cjs/commands/QueryCommand.js +1 -28
  55. package/dist-cjs/commands/RetrieveCommand.js +1 -28
  56. package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +1 -28
  57. package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +1 -28
  58. package/dist-cjs/commands/SubmitFeedbackCommand.js +1 -28
  59. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  60. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  61. package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +1 -28
  62. package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -28
  63. package/dist-cjs/commands/UpdateExperienceCommand.js +1 -28
  64. package/dist-cjs/commands/UpdateFeaturedResultsSetCommand.js +1 -28
  65. package/dist-cjs/commands/UpdateIndexCommand.js +1 -28
  66. package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +1 -28
  67. package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +1 -28
  68. package/dist-cjs/commands/UpdateThesaurusCommand.js +1 -28
  69. package/dist-cjs/commands/index.js +1 -69
  70. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  71. package/dist-cjs/extensionConfiguration.js +1 -2
  72. package/dist-cjs/index.js +6893 -11
  73. package/dist-cjs/models/KendraServiceException.js +1 -12
  74. package/dist-cjs/models/index.js +1 -5
  75. package/dist-cjs/models/models_0.js +1 -568
  76. package/dist-cjs/models/models_1.js +1 -32
  77. package/dist-cjs/pagination/GetSnapshotsPaginator.js +1 -7
  78. package/dist-cjs/pagination/Interfaces.js +1 -2
  79. package/dist-cjs/pagination/ListAccessControlConfigurationsPaginator.js +1 -7
  80. package/dist-cjs/pagination/ListDataSourceSyncJobsPaginator.js +1 -7
  81. package/dist-cjs/pagination/ListDataSourcesPaginator.js +1 -7
  82. package/dist-cjs/pagination/ListEntityPersonasPaginator.js +1 -7
  83. package/dist-cjs/pagination/ListExperienceEntitiesPaginator.js +1 -7
  84. package/dist-cjs/pagination/ListExperiencesPaginator.js +1 -7
  85. package/dist-cjs/pagination/ListFaqsPaginator.js +1 -7
  86. package/dist-cjs/pagination/ListGroupsOlderThanOrderingIdPaginator.js +1 -7
  87. package/dist-cjs/pagination/ListIndicesPaginator.js +1 -7
  88. package/dist-cjs/pagination/ListQuerySuggestionsBlockListsPaginator.js +1 -7
  89. package/dist-cjs/pagination/ListThesauriPaginator.js +1 -7
  90. package/dist-cjs/pagination/index.js +1 -16
  91. package/dist-cjs/protocols/Aws_json1_1.js +1 -4736
  92. package/dist-cjs/runtimeExtensions.js +1 -22
  93. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");