@aws-sdk/client-wisdom 3.490.0 → 3.496.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 (65) hide show
  1. package/dist-cjs/Wisdom.js +1 -93
  2. package/dist-cjs/WisdomClient.js +1 -43
  3. package/dist-cjs/commands/CreateAssistantAssociationCommand.js +1 -28
  4. package/dist-cjs/commands/CreateAssistantCommand.js +1 -28
  5. package/dist-cjs/commands/CreateContentCommand.js +1 -29
  6. package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +1 -28
  7. package/dist-cjs/commands/CreateQuickResponseCommand.js +1 -29
  8. package/dist-cjs/commands/CreateSessionCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteAssistantCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteContentCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteImportJobCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteQuickResponseCommand.js +1 -28
  15. package/dist-cjs/commands/GetAssistantAssociationCommand.js +1 -28
  16. package/dist-cjs/commands/GetAssistantCommand.js +1 -28
  17. package/dist-cjs/commands/GetContentCommand.js +1 -29
  18. package/dist-cjs/commands/GetContentSummaryCommand.js +1 -28
  19. package/dist-cjs/commands/GetImportJobCommand.js +1 -29
  20. package/dist-cjs/commands/GetKnowledgeBaseCommand.js +1 -28
  21. package/dist-cjs/commands/GetQuickResponseCommand.js +1 -29
  22. package/dist-cjs/commands/GetRecommendationsCommand.js +1 -29
  23. package/dist-cjs/commands/GetSessionCommand.js +1 -28
  24. package/dist-cjs/commands/ListAssistantAssociationsCommand.js +1 -28
  25. package/dist-cjs/commands/ListAssistantsCommand.js +1 -28
  26. package/dist-cjs/commands/ListContentsCommand.js +1 -28
  27. package/dist-cjs/commands/ListImportJobsCommand.js +1 -28
  28. package/dist-cjs/commands/ListKnowledgeBasesCommand.js +1 -28
  29. package/dist-cjs/commands/ListQuickResponsesCommand.js +1 -29
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  31. package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +1 -28
  32. package/dist-cjs/commands/QueryAssistantCommand.js +1 -29
  33. package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +1 -28
  34. package/dist-cjs/commands/SearchContentCommand.js +1 -28
  35. package/dist-cjs/commands/SearchQuickResponsesCommand.js +1 -29
  36. package/dist-cjs/commands/SearchSessionsCommand.js +1 -28
  37. package/dist-cjs/commands/StartContentUploadCommand.js +1 -29
  38. package/dist-cjs/commands/StartImportJobCommand.js +1 -29
  39. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  40. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  41. package/dist-cjs/commands/UpdateContentCommand.js +1 -29
  42. package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +1 -28
  43. package/dist-cjs/commands/UpdateQuickResponseCommand.js +1 -29
  44. package/dist-cjs/commands/index.js +1 -44
  45. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  46. package/dist-cjs/extensionConfiguration.js +1 -2
  47. package/dist-cjs/index.js +4181 -11
  48. package/dist-cjs/models/WisdomServiceException.js +1 -12
  49. package/dist-cjs/models/index.js +1 -4
  50. package/dist-cjs/models/models_0.js +1 -467
  51. package/dist-cjs/pagination/Interfaces.js +1 -2
  52. package/dist-cjs/pagination/ListAssistantAssociationsPaginator.js +1 -7
  53. package/dist-cjs/pagination/ListAssistantsPaginator.js +1 -7
  54. package/dist-cjs/pagination/ListContentsPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListImportJobsPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListKnowledgeBasesPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListQuickResponsesPaginator.js +1 -7
  58. package/dist-cjs/pagination/QueryAssistantPaginator.js +1 -7
  59. package/dist-cjs/pagination/SearchContentPaginator.js +1 -7
  60. package/dist-cjs/pagination/SearchQuickResponsesPaginator.js +1 -7
  61. package/dist-cjs/pagination/SearchSessionsPaginator.js +1 -7
  62. package/dist-cjs/pagination/index.js +1 -14
  63. package/dist-cjs/protocols/Aws_restJson1.js +1 -2612
  64. package/dist-cjs/runtimeExtensions.js +1 -22
  65. package/package.json +40 -40
@@ -1,93 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Wisdom = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateAssistantAssociationCommand_1 = require("./commands/CreateAssistantAssociationCommand");
6
- const CreateAssistantCommand_1 = require("./commands/CreateAssistantCommand");
7
- const CreateContentCommand_1 = require("./commands/CreateContentCommand");
8
- const CreateKnowledgeBaseCommand_1 = require("./commands/CreateKnowledgeBaseCommand");
9
- const CreateQuickResponseCommand_1 = require("./commands/CreateQuickResponseCommand");
10
- const CreateSessionCommand_1 = require("./commands/CreateSessionCommand");
11
- const DeleteAssistantAssociationCommand_1 = require("./commands/DeleteAssistantAssociationCommand");
12
- const DeleteAssistantCommand_1 = require("./commands/DeleteAssistantCommand");
13
- const DeleteContentCommand_1 = require("./commands/DeleteContentCommand");
14
- const DeleteImportJobCommand_1 = require("./commands/DeleteImportJobCommand");
15
- const DeleteKnowledgeBaseCommand_1 = require("./commands/DeleteKnowledgeBaseCommand");
16
- const DeleteQuickResponseCommand_1 = require("./commands/DeleteQuickResponseCommand");
17
- const GetAssistantAssociationCommand_1 = require("./commands/GetAssistantAssociationCommand");
18
- const GetAssistantCommand_1 = require("./commands/GetAssistantCommand");
19
- const GetContentCommand_1 = require("./commands/GetContentCommand");
20
- const GetContentSummaryCommand_1 = require("./commands/GetContentSummaryCommand");
21
- const GetImportJobCommand_1 = require("./commands/GetImportJobCommand");
22
- const GetKnowledgeBaseCommand_1 = require("./commands/GetKnowledgeBaseCommand");
23
- const GetQuickResponseCommand_1 = require("./commands/GetQuickResponseCommand");
24
- const GetRecommendationsCommand_1 = require("./commands/GetRecommendationsCommand");
25
- const GetSessionCommand_1 = require("./commands/GetSessionCommand");
26
- const ListAssistantAssociationsCommand_1 = require("./commands/ListAssistantAssociationsCommand");
27
- const ListAssistantsCommand_1 = require("./commands/ListAssistantsCommand");
28
- const ListContentsCommand_1 = require("./commands/ListContentsCommand");
29
- const ListImportJobsCommand_1 = require("./commands/ListImportJobsCommand");
30
- const ListKnowledgeBasesCommand_1 = require("./commands/ListKnowledgeBasesCommand");
31
- const ListQuickResponsesCommand_1 = require("./commands/ListQuickResponsesCommand");
32
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
33
- const NotifyRecommendationsReceivedCommand_1 = require("./commands/NotifyRecommendationsReceivedCommand");
34
- const QueryAssistantCommand_1 = require("./commands/QueryAssistantCommand");
35
- const RemoveKnowledgeBaseTemplateUriCommand_1 = require("./commands/RemoveKnowledgeBaseTemplateUriCommand");
36
- const SearchContentCommand_1 = require("./commands/SearchContentCommand");
37
- const SearchQuickResponsesCommand_1 = require("./commands/SearchQuickResponsesCommand");
38
- const SearchSessionsCommand_1 = require("./commands/SearchSessionsCommand");
39
- const StartContentUploadCommand_1 = require("./commands/StartContentUploadCommand");
40
- const StartImportJobCommand_1 = require("./commands/StartImportJobCommand");
41
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
42
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
43
- const UpdateContentCommand_1 = require("./commands/UpdateContentCommand");
44
- const UpdateKnowledgeBaseTemplateUriCommand_1 = require("./commands/UpdateKnowledgeBaseTemplateUriCommand");
45
- const UpdateQuickResponseCommand_1 = require("./commands/UpdateQuickResponseCommand");
46
- const WisdomClient_1 = require("./WisdomClient");
47
- const commands = {
48
- CreateAssistantCommand: CreateAssistantCommand_1.CreateAssistantCommand,
49
- CreateAssistantAssociationCommand: CreateAssistantAssociationCommand_1.CreateAssistantAssociationCommand,
50
- CreateContentCommand: CreateContentCommand_1.CreateContentCommand,
51
- CreateKnowledgeBaseCommand: CreateKnowledgeBaseCommand_1.CreateKnowledgeBaseCommand,
52
- CreateQuickResponseCommand: CreateQuickResponseCommand_1.CreateQuickResponseCommand,
53
- CreateSessionCommand: CreateSessionCommand_1.CreateSessionCommand,
54
- DeleteAssistantCommand: DeleteAssistantCommand_1.DeleteAssistantCommand,
55
- DeleteAssistantAssociationCommand: DeleteAssistantAssociationCommand_1.DeleteAssistantAssociationCommand,
56
- DeleteContentCommand: DeleteContentCommand_1.DeleteContentCommand,
57
- DeleteImportJobCommand: DeleteImportJobCommand_1.DeleteImportJobCommand,
58
- DeleteKnowledgeBaseCommand: DeleteKnowledgeBaseCommand_1.DeleteKnowledgeBaseCommand,
59
- DeleteQuickResponseCommand: DeleteQuickResponseCommand_1.DeleteQuickResponseCommand,
60
- GetAssistantCommand: GetAssistantCommand_1.GetAssistantCommand,
61
- GetAssistantAssociationCommand: GetAssistantAssociationCommand_1.GetAssistantAssociationCommand,
62
- GetContentCommand: GetContentCommand_1.GetContentCommand,
63
- GetContentSummaryCommand: GetContentSummaryCommand_1.GetContentSummaryCommand,
64
- GetImportJobCommand: GetImportJobCommand_1.GetImportJobCommand,
65
- GetKnowledgeBaseCommand: GetKnowledgeBaseCommand_1.GetKnowledgeBaseCommand,
66
- GetQuickResponseCommand: GetQuickResponseCommand_1.GetQuickResponseCommand,
67
- GetRecommendationsCommand: GetRecommendationsCommand_1.GetRecommendationsCommand,
68
- GetSessionCommand: GetSessionCommand_1.GetSessionCommand,
69
- ListAssistantAssociationsCommand: ListAssistantAssociationsCommand_1.ListAssistantAssociationsCommand,
70
- ListAssistantsCommand: ListAssistantsCommand_1.ListAssistantsCommand,
71
- ListContentsCommand: ListContentsCommand_1.ListContentsCommand,
72
- ListImportJobsCommand: ListImportJobsCommand_1.ListImportJobsCommand,
73
- ListKnowledgeBasesCommand: ListKnowledgeBasesCommand_1.ListKnowledgeBasesCommand,
74
- ListQuickResponsesCommand: ListQuickResponsesCommand_1.ListQuickResponsesCommand,
75
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
76
- NotifyRecommendationsReceivedCommand: NotifyRecommendationsReceivedCommand_1.NotifyRecommendationsReceivedCommand,
77
- QueryAssistantCommand: QueryAssistantCommand_1.QueryAssistantCommand,
78
- RemoveKnowledgeBaseTemplateUriCommand: RemoveKnowledgeBaseTemplateUriCommand_1.RemoveKnowledgeBaseTemplateUriCommand,
79
- SearchContentCommand: SearchContentCommand_1.SearchContentCommand,
80
- SearchQuickResponsesCommand: SearchQuickResponsesCommand_1.SearchQuickResponsesCommand,
81
- SearchSessionsCommand: SearchSessionsCommand_1.SearchSessionsCommand,
82
- StartContentUploadCommand: StartContentUploadCommand_1.StartContentUploadCommand,
83
- StartImportJobCommand: StartImportJobCommand_1.StartImportJobCommand,
84
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
85
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
86
- UpdateContentCommand: UpdateContentCommand_1.UpdateContentCommand,
87
- UpdateKnowledgeBaseTemplateUriCommand: UpdateKnowledgeBaseTemplateUriCommand_1.UpdateKnowledgeBaseTemplateUriCommand,
88
- UpdateQuickResponseCommand: UpdateQuickResponseCommand_1.UpdateQuickResponseCommand,
89
- };
90
- class Wisdom extends WisdomClient_1.WisdomClient {
91
- }
92
- exports.Wisdom = Wisdom;
93
- (0, smithy_client_1.createAggregatedClient)(commands, Wisdom);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WisdomClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class WisdomClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.WisdomClient = WisdomClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAssistantAssociationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateAssistantAssociationCommand 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("WisdomService", "CreateAssistantAssociation", {})
22
- .n("WisdomClient", "CreateAssistantAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateAssistantAssociationCommand)
25
- .de(Aws_restJson1_1.de_CreateAssistantAssociationCommand)
26
- .build() {
27
- }
28
- exports.CreateAssistantAssociationCommand = CreateAssistantAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAssistantCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateAssistantCommand 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("WisdomService", "CreateAssistant", {})
22
- .n("WisdomClient", "CreateAssistantCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateAssistantCommand)
25
- .de(Aws_restJson1_1.de_CreateAssistantCommand)
26
- .build() {
27
- }
28
- exports.CreateAssistantCommand = CreateAssistantCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateContentCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateContentCommand 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("WisdomService", "CreateContent", {})
23
- .n("WisdomClient", "CreateContentCommand")
24
- .f(void 0, models_0_1.CreateContentResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateContentCommand)
26
- .de(Aws_restJson1_1.de_CreateContentCommand)
27
- .build() {
28
- }
29
- exports.CreateContentCommand = CreateContentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateKnowledgeBaseCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateKnowledgeBaseCommand 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("WisdomService", "CreateKnowledgeBase", {})
22
- .n("WisdomClient", "CreateKnowledgeBaseCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateKnowledgeBaseCommand)
25
- .de(Aws_restJson1_1.de_CreateKnowledgeBaseCommand)
26
- .build() {
27
- }
28
- exports.CreateKnowledgeBaseCommand = CreateKnowledgeBaseCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateQuickResponseCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateQuickResponseCommand 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("WisdomService", "CreateQuickResponse", {})
23
- .n("WisdomClient", "CreateQuickResponseCommand")
24
- .f(models_0_1.CreateQuickResponseRequestFilterSensitiveLog, models_0_1.CreateQuickResponseResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateQuickResponseCommand)
26
- .de(Aws_restJson1_1.de_CreateQuickResponseCommand)
27
- .build() {
28
- }
29
- exports.CreateQuickResponseCommand = CreateQuickResponseCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSessionCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateSessionCommand 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("WisdomService", "CreateSession", {})
22
- .n("WisdomClient", "CreateSessionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateSessionCommand)
25
- .de(Aws_restJson1_1.de_CreateSessionCommand)
26
- .build() {
27
- }
28
- exports.CreateSessionCommand = CreateSessionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAssistantAssociationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteAssistantAssociationCommand 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("WisdomService", "DeleteAssistantAssociation", {})
22
- .n("WisdomClient", "DeleteAssistantAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteAssistantAssociationCommand)
25
- .de(Aws_restJson1_1.de_DeleteAssistantAssociationCommand)
26
- .build() {
27
- }
28
- exports.DeleteAssistantAssociationCommand = DeleteAssistantAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAssistantCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteAssistantCommand 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("WisdomService", "DeleteAssistant", {})
22
- .n("WisdomClient", "DeleteAssistantCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteAssistantCommand)
25
- .de(Aws_restJson1_1.de_DeleteAssistantCommand)
26
- .build() {
27
- }
28
- exports.DeleteAssistantCommand = DeleteAssistantCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteContentCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteContentCommand 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("WisdomService", "DeleteContent", {})
22
- .n("WisdomClient", "DeleteContentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteContentCommand)
25
- .de(Aws_restJson1_1.de_DeleteContentCommand)
26
- .build() {
27
- }
28
- exports.DeleteContentCommand = DeleteContentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteImportJobCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteImportJobCommand 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("WisdomService", "DeleteImportJob", {})
22
- .n("WisdomClient", "DeleteImportJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteImportJobCommand)
25
- .de(Aws_restJson1_1.de_DeleteImportJobCommand)
26
- .build() {
27
- }
28
- exports.DeleteImportJobCommand = DeleteImportJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteKnowledgeBaseCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteKnowledgeBaseCommand 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("WisdomService", "DeleteKnowledgeBase", {})
22
- .n("WisdomClient", "DeleteKnowledgeBaseCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteKnowledgeBaseCommand)
25
- .de(Aws_restJson1_1.de_DeleteKnowledgeBaseCommand)
26
- .build() {
27
- }
28
- exports.DeleteKnowledgeBaseCommand = DeleteKnowledgeBaseCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteQuickResponseCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteQuickResponseCommand 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("WisdomService", "DeleteQuickResponse", {})
22
- .n("WisdomClient", "DeleteQuickResponseCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteQuickResponseCommand)
25
- .de(Aws_restJson1_1.de_DeleteQuickResponseCommand)
26
- .build() {
27
- }
28
- exports.DeleteQuickResponseCommand = DeleteQuickResponseCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAssistantAssociationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetAssistantAssociationCommand 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("WisdomService", "GetAssistantAssociation", {})
22
- .n("WisdomClient", "GetAssistantAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetAssistantAssociationCommand)
25
- .de(Aws_restJson1_1.de_GetAssistantAssociationCommand)
26
- .build() {
27
- }
28
- exports.GetAssistantAssociationCommand = GetAssistantAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAssistantCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetAssistantCommand 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("WisdomService", "GetAssistant", {})
22
- .n("WisdomClient", "GetAssistantCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetAssistantCommand)
25
- .de(Aws_restJson1_1.de_GetAssistantCommand)
26
- .build() {
27
- }
28
- exports.GetAssistantCommand = GetAssistantCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetContentCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetContentCommand 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("WisdomService", "GetContent", {})
23
- .n("WisdomClient", "GetContentCommand")
24
- .f(void 0, models_0_1.GetContentResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetContentCommand)
26
- .de(Aws_restJson1_1.de_GetContentCommand)
27
- .build() {
28
- }
29
- exports.GetContentCommand = GetContentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetContentSummaryCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetContentSummaryCommand 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("WisdomService", "GetContentSummary", {})
22
- .n("WisdomClient", "GetContentSummaryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetContentSummaryCommand)
25
- .de(Aws_restJson1_1.de_GetContentSummaryCommand)
26
- .build() {
27
- }
28
- exports.GetContentSummaryCommand = GetContentSummaryCommand;
1
+ module.exports = require("../index.js");