@aws-sdk/client-wisdom 3.1077.0 → 3.1078.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 (131) hide show
  1. package/dist-cjs/index.js +49 -413
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAssistantAssociationCommand.js +2 -14
  4. package/dist-es/commands/CreateAssistantCommand.js +2 -14
  5. package/dist-es/commands/CreateContentCommand.js +2 -14
  6. package/dist-es/commands/CreateKnowledgeBaseCommand.js +2 -14
  7. package/dist-es/commands/CreateQuickResponseCommand.js +2 -14
  8. package/dist-es/commands/CreateSessionCommand.js +2 -14
  9. package/dist-es/commands/DeleteAssistantAssociationCommand.js +2 -14
  10. package/dist-es/commands/DeleteAssistantCommand.js +2 -14
  11. package/dist-es/commands/DeleteContentCommand.js +2 -14
  12. package/dist-es/commands/DeleteImportJobCommand.js +2 -14
  13. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +2 -14
  14. package/dist-es/commands/DeleteQuickResponseCommand.js +2 -14
  15. package/dist-es/commands/GetAssistantAssociationCommand.js +2 -14
  16. package/dist-es/commands/GetAssistantCommand.js +2 -14
  17. package/dist-es/commands/GetContentCommand.js +2 -14
  18. package/dist-es/commands/GetContentSummaryCommand.js +2 -14
  19. package/dist-es/commands/GetImportJobCommand.js +2 -14
  20. package/dist-es/commands/GetKnowledgeBaseCommand.js +2 -14
  21. package/dist-es/commands/GetQuickResponseCommand.js +2 -14
  22. package/dist-es/commands/GetRecommendationsCommand.js +2 -14
  23. package/dist-es/commands/GetSessionCommand.js +2 -14
  24. package/dist-es/commands/ListAssistantAssociationsCommand.js +2 -14
  25. package/dist-es/commands/ListAssistantsCommand.js +2 -14
  26. package/dist-es/commands/ListContentsCommand.js +2 -14
  27. package/dist-es/commands/ListImportJobsCommand.js +2 -14
  28. package/dist-es/commands/ListKnowledgeBasesCommand.js +2 -14
  29. package/dist-es/commands/ListQuickResponsesCommand.js +2 -14
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  31. package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +2 -14
  32. package/dist-es/commands/QueryAssistantCommand.js +2 -14
  33. package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +2 -14
  34. package/dist-es/commands/SearchContentCommand.js +2 -14
  35. package/dist-es/commands/SearchQuickResponsesCommand.js +2 -14
  36. package/dist-es/commands/SearchSessionsCommand.js +2 -14
  37. package/dist-es/commands/StartContentUploadCommand.js +2 -14
  38. package/dist-es/commands/StartImportJobCommand.js +2 -14
  39. package/dist-es/commands/TagResourceCommand.js +2 -14
  40. package/dist-es/commands/UntagResourceCommand.js +2 -14
  41. package/dist-es/commands/UpdateContentCommand.js +2 -14
  42. package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +2 -14
  43. package/dist-es/commands/UpdateQuickResponseCommand.js +2 -14
  44. package/dist-es/index.js +1 -0
  45. package/dist-types/commandBuilder.d.ts +18 -0
  46. package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateAssistantCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateContentCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateQuickResponseCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateSessionCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteAssistantCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteContentCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteImportJobCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteQuickResponseCommand.d.ts +3 -8
  58. package/dist-types/commands/GetAssistantAssociationCommand.d.ts +3 -8
  59. package/dist-types/commands/GetAssistantCommand.d.ts +3 -8
  60. package/dist-types/commands/GetContentCommand.d.ts +3 -8
  61. package/dist-types/commands/GetContentSummaryCommand.d.ts +3 -8
  62. package/dist-types/commands/GetImportJobCommand.d.ts +3 -8
  63. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +3 -8
  64. package/dist-types/commands/GetQuickResponseCommand.d.ts +3 -8
  65. package/dist-types/commands/GetRecommendationsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetSessionCommand.d.ts +3 -8
  67. package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListAssistantsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListContentsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListImportJobsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +3 -8
  72. package/dist-types/commands/ListQuickResponsesCommand.d.ts +3 -8
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +3 -8
  75. package/dist-types/commands/QueryAssistantCommand.d.ts +3 -8
  76. package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +3 -8
  77. package/dist-types/commands/SearchContentCommand.d.ts +3 -8
  78. package/dist-types/commands/SearchQuickResponsesCommand.d.ts +3 -8
  79. package/dist-types/commands/SearchSessionsCommand.d.ts +3 -8
  80. package/dist-types/commands/StartContentUploadCommand.d.ts +3 -8
  81. package/dist-types/commands/StartImportJobCommand.d.ts +3 -8
  82. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  83. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  84. package/dist-types/commands/UpdateContentCommand.d.ts +3 -8
  85. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateQuickResponseCommand.d.ts +3 -8
  87. package/dist-types/index.d.ts +1 -0
  88. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  89. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/index.d.ts +1 -0
  131. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateSession$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateSessionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "CreateSession", {})
13
- .n("WisdomClient", "CreateSessionCommand")
14
- .sc(CreateSession$)
15
- .build() {
3
+ export class CreateSessionCommand extends command(_ep0, _mw0, "CreateSession", CreateSession$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteAssistantAssociation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAssistantAssociationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "DeleteAssistantAssociation", {})
13
- .n("WisdomClient", "DeleteAssistantAssociationCommand")
14
- .sc(DeleteAssistantAssociation$)
15
- .build() {
3
+ export class DeleteAssistantAssociationCommand extends command(_ep0, _mw0, "DeleteAssistantAssociation", DeleteAssistantAssociation$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteAssistant$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAssistantCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "DeleteAssistant", {})
13
- .n("WisdomClient", "DeleteAssistantCommand")
14
- .sc(DeleteAssistant$)
15
- .build() {
3
+ export class DeleteAssistantCommand extends command(_ep0, _mw0, "DeleteAssistant", DeleteAssistant$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteContent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteContentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "DeleteContent", {})
13
- .n("WisdomClient", "DeleteContentCommand")
14
- .sc(DeleteContent$)
15
- .build() {
3
+ export class DeleteContentCommand extends command(_ep0, _mw0, "DeleteContent", DeleteContent$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteImportJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteImportJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "DeleteImportJob", {})
13
- .n("WisdomClient", "DeleteImportJobCommand")
14
- .sc(DeleteImportJob$)
15
- .build() {
3
+ export class DeleteImportJobCommand extends command(_ep0, _mw0, "DeleteImportJob", DeleteImportJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteKnowledgeBase$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteKnowledgeBaseCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "DeleteKnowledgeBase", {})
13
- .n("WisdomClient", "DeleteKnowledgeBaseCommand")
14
- .sc(DeleteKnowledgeBase$)
15
- .build() {
3
+ export class DeleteKnowledgeBaseCommand extends command(_ep0, _mw0, "DeleteKnowledgeBase", DeleteKnowledgeBase$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteQuickResponse$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteQuickResponseCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "DeleteQuickResponse", {})
13
- .n("WisdomClient", "DeleteQuickResponseCommand")
14
- .sc(DeleteQuickResponse$)
15
- .build() {
3
+ export class DeleteQuickResponseCommand extends command(_ep0, _mw0, "DeleteQuickResponse", DeleteQuickResponse$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetAssistantAssociation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAssistantAssociationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "GetAssistantAssociation", {})
13
- .n("WisdomClient", "GetAssistantAssociationCommand")
14
- .sc(GetAssistantAssociation$)
15
- .build() {
3
+ export class GetAssistantAssociationCommand extends command(_ep0, _mw0, "GetAssistantAssociation", GetAssistantAssociation$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetAssistant$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAssistantCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "GetAssistant", {})
13
- .n("WisdomClient", "GetAssistantCommand")
14
- .sc(GetAssistant$)
15
- .build() {
3
+ export class GetAssistantCommand extends command(_ep0, _mw0, "GetAssistant", GetAssistant$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetContent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetContentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "GetContent", {})
13
- .n("WisdomClient", "GetContentCommand")
14
- .sc(GetContent$)
15
- .build() {
3
+ export class GetContentCommand extends command(_ep0, _mw0, "GetContent", GetContent$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetContentSummary$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetContentSummaryCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "GetContentSummary", {})
13
- .n("WisdomClient", "GetContentSummaryCommand")
14
- .sc(GetContentSummary$)
15
- .build() {
3
+ export class GetContentSummaryCommand extends command(_ep0, _mw0, "GetContentSummary", GetContentSummary$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetImportJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetImportJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "GetImportJob", {})
13
- .n("WisdomClient", "GetImportJobCommand")
14
- .sc(GetImportJob$)
15
- .build() {
3
+ export class GetImportJobCommand extends command(_ep0, _mw0, "GetImportJob", GetImportJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetKnowledgeBase$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetKnowledgeBaseCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "GetKnowledgeBase", {})
13
- .n("WisdomClient", "GetKnowledgeBaseCommand")
14
- .sc(GetKnowledgeBase$)
15
- .build() {
3
+ export class GetKnowledgeBaseCommand extends command(_ep0, _mw0, "GetKnowledgeBase", GetKnowledgeBase$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetQuickResponse$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetQuickResponseCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "GetQuickResponse", {})
13
- .n("WisdomClient", "GetQuickResponseCommand")
14
- .sc(GetQuickResponse$)
15
- .build() {
3
+ export class GetQuickResponseCommand extends command(_ep0, _mw0, "GetQuickResponse", GetQuickResponse$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetRecommendations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetRecommendationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "GetRecommendations", {})
13
- .n("WisdomClient", "GetRecommendationsCommand")
14
- .sc(GetRecommendations$)
15
- .build() {
3
+ export class GetRecommendationsCommand extends command(_ep0, _mw0, "GetRecommendations", GetRecommendations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetSession$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSessionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "GetSession", {})
13
- .n("WisdomClient", "GetSessionCommand")
14
- .sc(GetSession$)
15
- .build() {
3
+ export class GetSessionCommand extends command(_ep0, _mw0, "GetSession", GetSession$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAssistantAssociations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAssistantAssociationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "ListAssistantAssociations", {})
13
- .n("WisdomClient", "ListAssistantAssociationsCommand")
14
- .sc(ListAssistantAssociations$)
15
- .build() {
3
+ export class ListAssistantAssociationsCommand extends command(_ep0, _mw0, "ListAssistantAssociations", ListAssistantAssociations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAssistants$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAssistantsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "ListAssistants", {})
13
- .n("WisdomClient", "ListAssistantsCommand")
14
- .sc(ListAssistants$)
15
- .build() {
3
+ export class ListAssistantsCommand extends command(_ep0, _mw0, "ListAssistants", ListAssistants$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListContents$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListContentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "ListContents", {})
13
- .n("WisdomClient", "ListContentsCommand")
14
- .sc(ListContents$)
15
- .build() {
3
+ export class ListContentsCommand extends command(_ep0, _mw0, "ListContents", ListContents$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListImportJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListImportJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "ListImportJobs", {})
13
- .n("WisdomClient", "ListImportJobsCommand")
14
- .sc(ListImportJobs$)
15
- .build() {
3
+ export class ListImportJobsCommand extends command(_ep0, _mw0, "ListImportJobs", ListImportJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListKnowledgeBases$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListKnowledgeBasesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "ListKnowledgeBases", {})
13
- .n("WisdomClient", "ListKnowledgeBasesCommand")
14
- .sc(ListKnowledgeBases$)
15
- .build() {
3
+ export class ListKnowledgeBasesCommand extends command(_ep0, _mw0, "ListKnowledgeBases", ListKnowledgeBases$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListQuickResponses$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListQuickResponsesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "ListQuickResponses", {})
13
- .n("WisdomClient", "ListQuickResponsesCommand")
14
- .sc(ListQuickResponses$)
15
- .build() {
3
+ export class ListQuickResponsesCommand extends command(_ep0, _mw0, "ListQuickResponses", ListQuickResponses$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "ListTagsForResource", {})
13
- .n("WisdomClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { NotifyRecommendationsReceived$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class NotifyRecommendationsReceivedCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "NotifyRecommendationsReceived", {})
13
- .n("WisdomClient", "NotifyRecommendationsReceivedCommand")
14
- .sc(NotifyRecommendationsReceived$)
15
- .build() {
3
+ export class NotifyRecommendationsReceivedCommand extends command(_ep0, _mw0, "NotifyRecommendationsReceived", NotifyRecommendationsReceived$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { QueryAssistant$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class QueryAssistantCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "QueryAssistant", {})
13
- .n("WisdomClient", "QueryAssistantCommand")
14
- .sc(QueryAssistant$)
15
- .build() {
3
+ export class QueryAssistantCommand extends command(_ep0, _mw0, "QueryAssistant", QueryAssistant$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RemoveKnowledgeBaseTemplateUri$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RemoveKnowledgeBaseTemplateUriCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "RemoveKnowledgeBaseTemplateUri", {})
13
- .n("WisdomClient", "RemoveKnowledgeBaseTemplateUriCommand")
14
- .sc(RemoveKnowledgeBaseTemplateUri$)
15
- .build() {
3
+ export class RemoveKnowledgeBaseTemplateUriCommand extends command(_ep0, _mw0, "RemoveKnowledgeBaseTemplateUri", RemoveKnowledgeBaseTemplateUri$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SearchContent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SearchContentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "SearchContent", {})
13
- .n("WisdomClient", "SearchContentCommand")
14
- .sc(SearchContent$)
15
- .build() {
3
+ export class SearchContentCommand extends command(_ep0, _mw0, "SearchContent", SearchContent$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SearchQuickResponses$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SearchQuickResponsesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "SearchQuickResponses", {})
13
- .n("WisdomClient", "SearchQuickResponsesCommand")
14
- .sc(SearchQuickResponses$)
15
- .build() {
3
+ export class SearchQuickResponsesCommand extends command(_ep0, _mw0, "SearchQuickResponses", SearchQuickResponses$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SearchSessions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SearchSessionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "SearchSessions", {})
13
- .n("WisdomClient", "SearchSessionsCommand")
14
- .sc(SearchSessions$)
15
- .build() {
3
+ export class SearchSessionsCommand extends command(_ep0, _mw0, "SearchSessions", SearchSessions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartContentUpload$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartContentUploadCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "StartContentUpload", {})
13
- .n("WisdomClient", "StartContentUploadCommand")
14
- .sc(StartContentUpload$)
15
- .build() {
3
+ export class StartContentUploadCommand extends command(_ep0, _mw0, "StartContentUpload", StartContentUpload$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartImportJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartImportJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("WisdomService", "StartImportJob", {})
13
- .n("WisdomClient", "StartImportJobCommand")
14
- .sc(StartImportJob$)
15
- .build() {
3
+ export class StartImportJobCommand extends command(_ep0, _mw0, "StartImportJob", StartImportJob$) {
16
4
  }