@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.GetQuerySuggestionsCommand = 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 GetQuerySuggestionsCommand 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", "GetQuerySuggestions", {})
22
- .n("KendraClient", "GetQuerySuggestionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetQuerySuggestionsCommand)
25
- .de(Aws_json1_1_1.de_GetQuerySuggestionsCommand)
26
- .build() {
27
- }
28
- exports.GetQuerySuggestionsCommand = GetQuerySuggestionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSnapshotsCommand = 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 GetSnapshotsCommand 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", "GetSnapshots", {})
22
- .n("KendraClient", "GetSnapshotsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetSnapshotsCommand)
25
- .de(Aws_json1_1_1.de_GetSnapshotsCommand)
26
- .build() {
27
- }
28
- exports.GetSnapshotsCommand = GetSnapshotsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAccessControlConfigurationsCommand = 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 ListAccessControlConfigurationsCommand 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", "ListAccessControlConfigurations", {})
22
- .n("KendraClient", "ListAccessControlConfigurationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListAccessControlConfigurationsCommand)
25
- .de(Aws_json1_1_1.de_ListAccessControlConfigurationsCommand)
26
- .build() {
27
- }
28
- exports.ListAccessControlConfigurationsCommand = ListAccessControlConfigurationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDataSourceSyncJobsCommand = 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 ListDataSourceSyncJobsCommand 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", "ListDataSourceSyncJobs", {})
22
- .n("KendraClient", "ListDataSourceSyncJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListDataSourceSyncJobsCommand)
25
- .de(Aws_json1_1_1.de_ListDataSourceSyncJobsCommand)
26
- .build() {
27
- }
28
- exports.ListDataSourceSyncJobsCommand = ListDataSourceSyncJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDataSourcesCommand = 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 ListDataSourcesCommand 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", "ListDataSources", {})
22
- .n("KendraClient", "ListDataSourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListDataSourcesCommand)
25
- .de(Aws_json1_1_1.de_ListDataSourcesCommand)
26
- .build() {
27
- }
28
- exports.ListDataSourcesCommand = ListDataSourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEntityPersonasCommand = 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 ListEntityPersonasCommand 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", "ListEntityPersonas", {})
22
- .n("KendraClient", "ListEntityPersonasCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListEntityPersonasCommand)
25
- .de(Aws_json1_1_1.de_ListEntityPersonasCommand)
26
- .build() {
27
- }
28
- exports.ListEntityPersonasCommand = ListEntityPersonasCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListExperienceEntitiesCommand = 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 ListExperienceEntitiesCommand 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", "ListExperienceEntities", {})
23
- .n("KendraClient", "ListExperienceEntitiesCommand")
24
- .f(void 0, models_0_1.ListExperienceEntitiesResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_ListExperienceEntitiesCommand)
26
- .de(Aws_json1_1_1.de_ListExperienceEntitiesCommand)
27
- .build() {
28
- }
29
- exports.ListExperienceEntitiesCommand = ListExperienceEntitiesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListExperiencesCommand = 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 ListExperiencesCommand 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", "ListExperiences", {})
22
- .n("KendraClient", "ListExperiencesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListExperiencesCommand)
25
- .de(Aws_json1_1_1.de_ListExperiencesCommand)
26
- .build() {
27
- }
28
- exports.ListExperiencesCommand = ListExperiencesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFaqsCommand = 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 ListFaqsCommand 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", "ListFaqs", {})
22
- .n("KendraClient", "ListFaqsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListFaqsCommand)
25
- .de(Aws_json1_1_1.de_ListFaqsCommand)
26
- .build() {
27
- }
28
- exports.ListFaqsCommand = ListFaqsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFeaturedResultsSetsCommand = 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 ListFeaturedResultsSetsCommand 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", "ListFeaturedResultsSets", {})
22
- .n("KendraClient", "ListFeaturedResultsSetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListFeaturedResultsSetsCommand)
25
- .de(Aws_json1_1_1.de_ListFeaturedResultsSetsCommand)
26
- .build() {
27
- }
28
- exports.ListFeaturedResultsSetsCommand = ListFeaturedResultsSetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListGroupsOlderThanOrderingIdCommand = 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 ListGroupsOlderThanOrderingIdCommand 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", "ListGroupsOlderThanOrderingId", {})
22
- .n("KendraClient", "ListGroupsOlderThanOrderingIdCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListGroupsOlderThanOrderingIdCommand)
25
- .de(Aws_json1_1_1.de_ListGroupsOlderThanOrderingIdCommand)
26
- .build() {
27
- }
28
- exports.ListGroupsOlderThanOrderingIdCommand = ListGroupsOlderThanOrderingIdCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIndicesCommand = 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 ListIndicesCommand 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", "ListIndices", {})
22
- .n("KendraClient", "ListIndicesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListIndicesCommand)
25
- .de(Aws_json1_1_1.de_ListIndicesCommand)
26
- .build() {
27
- }
28
- exports.ListIndicesCommand = ListIndicesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListQuerySuggestionsBlockListsCommand = 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 ListQuerySuggestionsBlockListsCommand 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", "ListQuerySuggestionsBlockLists", {})
22
- .n("KendraClient", "ListQuerySuggestionsBlockListsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListQuerySuggestionsBlockListsCommand)
25
- .de(Aws_json1_1_1.de_ListQuerySuggestionsBlockListsCommand)
26
- .build() {
27
- }
28
- exports.ListQuerySuggestionsBlockListsCommand = ListQuerySuggestionsBlockListsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
22
- .n("KendraClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_json1_1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListThesauriCommand = 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 ListThesauriCommand 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", "ListThesauri", {})
22
- .n("KendraClient", "ListThesauriCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListThesauriCommand)
25
- .de(Aws_json1_1_1.de_ListThesauriCommand)
26
- .build() {
27
- }
28
- exports.ListThesauriCommand = ListThesauriCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutPrincipalMappingCommand = 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 PutPrincipalMappingCommand 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", "PutPrincipalMapping", {})
22
- .n("KendraClient", "PutPrincipalMappingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_PutPrincipalMappingCommand)
25
- .de(Aws_json1_1_1.de_PutPrincipalMappingCommand)
26
- .build() {
27
- }
28
- exports.PutPrincipalMappingCommand = PutPrincipalMappingCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QueryCommand = 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 QueryCommand 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", "Query", {})
22
- .n("KendraClient", "QueryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_QueryCommand)
25
- .de(Aws_json1_1_1.de_QueryCommand)
26
- .build() {
27
- }
28
- exports.QueryCommand = QueryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RetrieveCommand = 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 RetrieveCommand 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", "Retrieve", {})
22
- .n("KendraClient", "RetrieveCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_RetrieveCommand)
25
- .de(Aws_json1_1_1.de_RetrieveCommand)
26
- .build() {
27
- }
28
- exports.RetrieveCommand = RetrieveCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDataSourceSyncJobCommand = 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 StartDataSourceSyncJobCommand 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", "StartDataSourceSyncJob", {})
22
- .n("KendraClient", "StartDataSourceSyncJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartDataSourceSyncJobCommand)
25
- .de(Aws_json1_1_1.de_StartDataSourceSyncJobCommand)
26
- .build() {
27
- }
28
- exports.StartDataSourceSyncJobCommand = StartDataSourceSyncJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopDataSourceSyncJobCommand = 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 StopDataSourceSyncJobCommand 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", "StopDataSourceSyncJob", {})
22
- .n("KendraClient", "StopDataSourceSyncJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StopDataSourceSyncJobCommand)
25
- .de(Aws_json1_1_1.de_StopDataSourceSyncJobCommand)
26
- .build() {
27
- }
28
- exports.StopDataSourceSyncJobCommand = StopDataSourceSyncJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SubmitFeedbackCommand = 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 SubmitFeedbackCommand 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", "SubmitFeedback", {})
22
- .n("KendraClient", "SubmitFeedbackCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_SubmitFeedbackCommand)
25
- .de(Aws_json1_1_1.de_SubmitFeedbackCommand)
26
- .build() {
27
- }
28
- exports.SubmitFeedbackCommand = SubmitFeedbackCommand;
1
+ module.exports = require("../index.js");