@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.CreateThesaurusCommand = 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 CreateThesaurusCommand 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", "CreateThesaurus", {})
22
- .n("KendraClient", "CreateThesaurusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateThesaurusCommand)
25
- .de(Aws_json1_1_1.de_CreateThesaurusCommand)
26
- .build() {
27
- }
28
- exports.CreateThesaurusCommand = CreateThesaurusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAccessControlConfigurationCommand = 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 DeleteAccessControlConfigurationCommand 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", "DeleteAccessControlConfiguration", {})
22
- .n("KendraClient", "DeleteAccessControlConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteAccessControlConfigurationCommand)
25
- .de(Aws_json1_1_1.de_DeleteAccessControlConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DeleteAccessControlConfigurationCommand = DeleteAccessControlConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDataSourceCommand = 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 DeleteDataSourceCommand 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", "DeleteDataSource", {})
22
- .n("KendraClient", "DeleteDataSourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteDataSourceCommand)
25
- .de(Aws_json1_1_1.de_DeleteDataSourceCommand)
26
- .build() {
27
- }
28
- exports.DeleteDataSourceCommand = DeleteDataSourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteExperienceCommand = 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 DeleteExperienceCommand 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", "DeleteExperience", {})
22
- .n("KendraClient", "DeleteExperienceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteExperienceCommand)
25
- .de(Aws_json1_1_1.de_DeleteExperienceCommand)
26
- .build() {
27
- }
28
- exports.DeleteExperienceCommand = DeleteExperienceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFaqCommand = 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 DeleteFaqCommand 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", "DeleteFaq", {})
22
- .n("KendraClient", "DeleteFaqCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteFaqCommand)
25
- .de(Aws_json1_1_1.de_DeleteFaqCommand)
26
- .build() {
27
- }
28
- exports.DeleteFaqCommand = DeleteFaqCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteIndexCommand = 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 DeleteIndexCommand 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", "DeleteIndex", {})
22
- .n("KendraClient", "DeleteIndexCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteIndexCommand)
25
- .de(Aws_json1_1_1.de_DeleteIndexCommand)
26
- .build() {
27
- }
28
- exports.DeleteIndexCommand = DeleteIndexCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePrincipalMappingCommand = 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 DeletePrincipalMappingCommand 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", "DeletePrincipalMapping", {})
22
- .n("KendraClient", "DeletePrincipalMappingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeletePrincipalMappingCommand)
25
- .de(Aws_json1_1_1.de_DeletePrincipalMappingCommand)
26
- .build() {
27
- }
28
- exports.DeletePrincipalMappingCommand = DeletePrincipalMappingCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteQuerySuggestionsBlockListCommand = 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 DeleteQuerySuggestionsBlockListCommand 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", "DeleteQuerySuggestionsBlockList", {})
22
- .n("KendraClient", "DeleteQuerySuggestionsBlockListCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteQuerySuggestionsBlockListCommand)
25
- .de(Aws_json1_1_1.de_DeleteQuerySuggestionsBlockListCommand)
26
- .build() {
27
- }
28
- exports.DeleteQuerySuggestionsBlockListCommand = DeleteQuerySuggestionsBlockListCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteThesaurusCommand = 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 DeleteThesaurusCommand 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", "DeleteThesaurus", {})
22
- .n("KendraClient", "DeleteThesaurusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteThesaurusCommand)
25
- .de(Aws_json1_1_1.de_DeleteThesaurusCommand)
26
- .build() {
27
- }
28
- exports.DeleteThesaurusCommand = DeleteThesaurusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccessControlConfigurationCommand = 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 DescribeAccessControlConfigurationCommand 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", "DescribeAccessControlConfiguration", {})
22
- .n("KendraClient", "DescribeAccessControlConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeAccessControlConfigurationCommand)
25
- .de(Aws_json1_1_1.de_DescribeAccessControlConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DescribeAccessControlConfigurationCommand = DescribeAccessControlConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDataSourceCommand = 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 DescribeDataSourceCommand 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", "DescribeDataSource", {})
22
- .n("KendraClient", "DescribeDataSourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeDataSourceCommand)
25
- .de(Aws_json1_1_1.de_DescribeDataSourceCommand)
26
- .build() {
27
- }
28
- exports.DescribeDataSourceCommand = DescribeDataSourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeExperienceCommand = 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 DescribeExperienceCommand 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", "DescribeExperience", {})
22
- .n("KendraClient", "DescribeExperienceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeExperienceCommand)
25
- .de(Aws_json1_1_1.de_DescribeExperienceCommand)
26
- .build() {
27
- }
28
- exports.DescribeExperienceCommand = DescribeExperienceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFaqCommand = 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 DescribeFaqCommand 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", "DescribeFaq", {})
22
- .n("KendraClient", "DescribeFaqCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeFaqCommand)
25
- .de(Aws_json1_1_1.de_DescribeFaqCommand)
26
- .build() {
27
- }
28
- exports.DescribeFaqCommand = DescribeFaqCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFeaturedResultsSetCommand = 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 DescribeFeaturedResultsSetCommand 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", "DescribeFeaturedResultsSet", {})
22
- .n("KendraClient", "DescribeFeaturedResultsSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeFeaturedResultsSetCommand)
25
- .de(Aws_json1_1_1.de_DescribeFeaturedResultsSetCommand)
26
- .build() {
27
- }
28
- exports.DescribeFeaturedResultsSetCommand = DescribeFeaturedResultsSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeIndexCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DescribeIndexCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSKendraFrontendService", "DescribeIndex", {})
23
- .n("KendraClient", "DescribeIndexCommand")
24
- .f(void 0, models_0_1.DescribeIndexResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_DescribeIndexCommand)
26
- .de(Aws_json1_1_1.de_DescribeIndexCommand)
27
- .build() {
28
- }
29
- exports.DescribeIndexCommand = DescribeIndexCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribePrincipalMappingCommand = 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 DescribePrincipalMappingCommand 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", "DescribePrincipalMapping", {})
22
- .n("KendraClient", "DescribePrincipalMappingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribePrincipalMappingCommand)
25
- .de(Aws_json1_1_1.de_DescribePrincipalMappingCommand)
26
- .build() {
27
- }
28
- exports.DescribePrincipalMappingCommand = DescribePrincipalMappingCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeQuerySuggestionsBlockListCommand = 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 DescribeQuerySuggestionsBlockListCommand 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", "DescribeQuerySuggestionsBlockList", {})
22
- .n("KendraClient", "DescribeQuerySuggestionsBlockListCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeQuerySuggestionsBlockListCommand)
25
- .de(Aws_json1_1_1.de_DescribeQuerySuggestionsBlockListCommand)
26
- .build() {
27
- }
28
- exports.DescribeQuerySuggestionsBlockListCommand = DescribeQuerySuggestionsBlockListCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeQuerySuggestionsConfigCommand = 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 DescribeQuerySuggestionsConfigCommand 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", "DescribeQuerySuggestionsConfig", {})
22
- .n("KendraClient", "DescribeQuerySuggestionsConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeQuerySuggestionsConfigCommand)
25
- .de(Aws_json1_1_1.de_DescribeQuerySuggestionsConfigCommand)
26
- .build() {
27
- }
28
- exports.DescribeQuerySuggestionsConfigCommand = DescribeQuerySuggestionsConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeThesaurusCommand = 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 DescribeThesaurusCommand 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", "DescribeThesaurus", {})
22
- .n("KendraClient", "DescribeThesaurusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeThesaurusCommand)
25
- .de(Aws_json1_1_1.de_DescribeThesaurusCommand)
26
- .build() {
27
- }
28
- exports.DescribeThesaurusCommand = DescribeThesaurusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateEntitiesFromExperienceCommand = 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 DisassociateEntitiesFromExperienceCommand 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", "DisassociateEntitiesFromExperience", {})
22
- .n("KendraClient", "DisassociateEntitiesFromExperienceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DisassociateEntitiesFromExperienceCommand)
25
- .de(Aws_json1_1_1.de_DisassociateEntitiesFromExperienceCommand)
26
- .build() {
27
- }
28
- exports.DisassociateEntitiesFromExperienceCommand = DisassociateEntitiesFromExperienceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociatePersonasFromEntitiesCommand = 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 DisassociatePersonasFromEntitiesCommand 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", "DisassociatePersonasFromEntities", {})
22
- .n("KendraClient", "DisassociatePersonasFromEntitiesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DisassociatePersonasFromEntitiesCommand)
25
- .de(Aws_json1_1_1.de_DisassociatePersonasFromEntitiesCommand)
26
- .build() {
27
- }
28
- exports.DisassociatePersonasFromEntitiesCommand = DisassociatePersonasFromEntitiesCommand;
1
+ module.exports = require("../index.js");