@aws-sdk/client-qbusiness 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 (257) hide show
  1. package/dist-cjs/index.js +94 -841
  2. package/dist-es/commandBuilder.js +10 -0
  3. package/dist-es/commands/AssociatePermissionCommand.js +2 -14
  4. package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -14
  5. package/dist-es/commands/BatchPutDocumentCommand.js +2 -14
  6. package/dist-es/commands/CancelSubscriptionCommand.js +2 -14
  7. package/dist-es/commands/ChatCommand.js +2 -23
  8. package/dist-es/commands/ChatSyncCommand.js +2 -14
  9. package/dist-es/commands/CheckDocumentAccessCommand.js +2 -14
  10. package/dist-es/commands/CreateAnonymousWebExperienceUrlCommand.js +2 -14
  11. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  12. package/dist-es/commands/CreateChatResponseConfigurationCommand.js +2 -14
  13. package/dist-es/commands/CreateDataAccessorCommand.js +2 -14
  14. package/dist-es/commands/CreateDataSourceCommand.js +2 -14
  15. package/dist-es/commands/CreateIndexCommand.js +2 -14
  16. package/dist-es/commands/CreatePluginCommand.js +2 -14
  17. package/dist-es/commands/CreateRetrieverCommand.js +2 -14
  18. package/dist-es/commands/CreateSubscriptionCommand.js +2 -14
  19. package/dist-es/commands/CreateUserCommand.js +2 -14
  20. package/dist-es/commands/CreateWebExperienceCommand.js +2 -14
  21. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  22. package/dist-es/commands/DeleteAttachmentCommand.js +2 -14
  23. package/dist-es/commands/DeleteChatControlsConfigurationCommand.js +2 -14
  24. package/dist-es/commands/DeleteChatResponseConfigurationCommand.js +2 -14
  25. package/dist-es/commands/DeleteConversationCommand.js +2 -14
  26. package/dist-es/commands/DeleteDataAccessorCommand.js +2 -14
  27. package/dist-es/commands/DeleteDataSourceCommand.js +2 -14
  28. package/dist-es/commands/DeleteGroupCommand.js +2 -14
  29. package/dist-es/commands/DeleteIndexCommand.js +2 -14
  30. package/dist-es/commands/DeletePluginCommand.js +2 -14
  31. package/dist-es/commands/DeleteRetrieverCommand.js +2 -14
  32. package/dist-es/commands/DeleteUserCommand.js +2 -14
  33. package/dist-es/commands/DeleteWebExperienceCommand.js +2 -14
  34. package/dist-es/commands/DisassociatePermissionCommand.js +2 -14
  35. package/dist-es/commands/GetApplicationCommand.js +2 -14
  36. package/dist-es/commands/GetChatControlsConfigurationCommand.js +2 -14
  37. package/dist-es/commands/GetChatResponseConfigurationCommand.js +2 -14
  38. package/dist-es/commands/GetDataAccessorCommand.js +2 -14
  39. package/dist-es/commands/GetDataSourceCommand.js +2 -14
  40. package/dist-es/commands/GetDocumentContentCommand.js +2 -14
  41. package/dist-es/commands/GetGroupCommand.js +2 -14
  42. package/dist-es/commands/GetIndexCommand.js +2 -14
  43. package/dist-es/commands/GetMediaCommand.js +2 -14
  44. package/dist-es/commands/GetPluginCommand.js +2 -14
  45. package/dist-es/commands/GetPolicyCommand.js +2 -14
  46. package/dist-es/commands/GetRetrieverCommand.js +2 -14
  47. package/dist-es/commands/GetUserCommand.js +2 -14
  48. package/dist-es/commands/GetWebExperienceCommand.js +2 -14
  49. package/dist-es/commands/ListApplicationsCommand.js +2 -14
  50. package/dist-es/commands/ListAttachmentsCommand.js +2 -14
  51. package/dist-es/commands/ListChatResponseConfigurationsCommand.js +2 -14
  52. package/dist-es/commands/ListConversationsCommand.js +2 -14
  53. package/dist-es/commands/ListDataAccessorsCommand.js +2 -14
  54. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -14
  55. package/dist-es/commands/ListDataSourcesCommand.js +2 -14
  56. package/dist-es/commands/ListDocumentsCommand.js +2 -14
  57. package/dist-es/commands/ListGroupsCommand.js +2 -14
  58. package/dist-es/commands/ListIndicesCommand.js +2 -14
  59. package/dist-es/commands/ListMessagesCommand.js +2 -14
  60. package/dist-es/commands/ListPluginActionsCommand.js +2 -14
  61. package/dist-es/commands/ListPluginTypeActionsCommand.js +2 -14
  62. package/dist-es/commands/ListPluginTypeMetadataCommand.js +2 -14
  63. package/dist-es/commands/ListPluginsCommand.js +2 -14
  64. package/dist-es/commands/ListRetrieversCommand.js +2 -14
  65. package/dist-es/commands/ListSubscriptionsCommand.js +2 -14
  66. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  67. package/dist-es/commands/ListWebExperiencesCommand.js +2 -14
  68. package/dist-es/commands/PutFeedbackCommand.js +2 -14
  69. package/dist-es/commands/PutGroupCommand.js +2 -14
  70. package/dist-es/commands/SearchRelevantContentCommand.js +2 -14
  71. package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -14
  72. package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -14
  73. package/dist-es/commands/TagResourceCommand.js +2 -14
  74. package/dist-es/commands/UntagResourceCommand.js +2 -14
  75. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  76. package/dist-es/commands/UpdateChatControlsConfigurationCommand.js +2 -14
  77. package/dist-es/commands/UpdateChatResponseConfigurationCommand.js +2 -14
  78. package/dist-es/commands/UpdateDataAccessorCommand.js +2 -14
  79. package/dist-es/commands/UpdateDataSourceCommand.js +2 -14
  80. package/dist-es/commands/UpdateIndexCommand.js +2 -14
  81. package/dist-es/commands/UpdatePluginCommand.js +2 -14
  82. package/dist-es/commands/UpdateRetrieverCommand.js +2 -14
  83. package/dist-es/commands/UpdateSubscriptionCommand.js +2 -14
  84. package/dist-es/commands/UpdateUserCommand.js +2 -14
  85. package/dist-es/commands/UpdateWebExperienceCommand.js +2 -14
  86. package/dist-es/index.js +1 -0
  87. package/dist-types/commandBuilder.d.ts +22 -0
  88. package/dist-types/commands/AssociatePermissionCommand.d.ts +3 -8
  89. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -8
  90. package/dist-types/commands/BatchPutDocumentCommand.d.ts +3 -8
  91. package/dist-types/commands/CancelSubscriptionCommand.d.ts +3 -8
  92. package/dist-types/commands/ChatCommand.d.ts +3 -8
  93. package/dist-types/commands/ChatSyncCommand.d.ts +3 -8
  94. package/dist-types/commands/CheckDocumentAccessCommand.d.ts +3 -8
  95. package/dist-types/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +3 -8
  96. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  97. package/dist-types/commands/CreateChatResponseConfigurationCommand.d.ts +3 -8
  98. package/dist-types/commands/CreateDataAccessorCommand.d.ts +3 -8
  99. package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -8
  100. package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
  101. package/dist-types/commands/CreatePluginCommand.d.ts +3 -8
  102. package/dist-types/commands/CreateRetrieverCommand.d.ts +3 -8
  103. package/dist-types/commands/CreateSubscriptionCommand.d.ts +3 -8
  104. package/dist-types/commands/CreateUserCommand.d.ts +3 -8
  105. package/dist-types/commands/CreateWebExperienceCommand.d.ts +3 -8
  106. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  107. package/dist-types/commands/DeleteAttachmentCommand.d.ts +3 -8
  108. package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +3 -8
  109. package/dist-types/commands/DeleteChatResponseConfigurationCommand.d.ts +3 -8
  110. package/dist-types/commands/DeleteConversationCommand.d.ts +3 -8
  111. package/dist-types/commands/DeleteDataAccessorCommand.d.ts +3 -8
  112. package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -8
  113. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
  114. package/dist-types/commands/DeleteIndexCommand.d.ts +3 -8
  115. package/dist-types/commands/DeletePluginCommand.d.ts +3 -8
  116. package/dist-types/commands/DeleteRetrieverCommand.d.ts +3 -8
  117. package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
  118. package/dist-types/commands/DeleteWebExperienceCommand.d.ts +3 -8
  119. package/dist-types/commands/DisassociatePermissionCommand.d.ts +3 -8
  120. package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
  121. package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +3 -8
  122. package/dist-types/commands/GetChatResponseConfigurationCommand.d.ts +3 -8
  123. package/dist-types/commands/GetDataAccessorCommand.d.ts +3 -8
  124. package/dist-types/commands/GetDataSourceCommand.d.ts +3 -8
  125. package/dist-types/commands/GetDocumentContentCommand.d.ts +3 -8
  126. package/dist-types/commands/GetGroupCommand.d.ts +3 -8
  127. package/dist-types/commands/GetIndexCommand.d.ts +3 -8
  128. package/dist-types/commands/GetMediaCommand.d.ts +3 -8
  129. package/dist-types/commands/GetPluginCommand.d.ts +3 -8
  130. package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
  131. package/dist-types/commands/GetRetrieverCommand.d.ts +3 -8
  132. package/dist-types/commands/GetUserCommand.d.ts +3 -8
  133. package/dist-types/commands/GetWebExperienceCommand.d.ts +3 -8
  134. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  135. package/dist-types/commands/ListAttachmentsCommand.d.ts +3 -8
  136. package/dist-types/commands/ListChatResponseConfigurationsCommand.d.ts +3 -8
  137. package/dist-types/commands/ListConversationsCommand.d.ts +3 -8
  138. package/dist-types/commands/ListDataAccessorsCommand.d.ts +3 -8
  139. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +3 -8
  140. package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -8
  141. package/dist-types/commands/ListDocumentsCommand.d.ts +3 -8
  142. package/dist-types/commands/ListGroupsCommand.d.ts +3 -8
  143. package/dist-types/commands/ListIndicesCommand.d.ts +3 -8
  144. package/dist-types/commands/ListMessagesCommand.d.ts +3 -8
  145. package/dist-types/commands/ListPluginActionsCommand.d.ts +3 -8
  146. package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +3 -8
  147. package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +3 -8
  148. package/dist-types/commands/ListPluginsCommand.d.ts +3 -8
  149. package/dist-types/commands/ListRetrieversCommand.d.ts +3 -8
  150. package/dist-types/commands/ListSubscriptionsCommand.d.ts +3 -8
  151. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  152. package/dist-types/commands/ListWebExperiencesCommand.d.ts +3 -8
  153. package/dist-types/commands/PutFeedbackCommand.d.ts +3 -8
  154. package/dist-types/commands/PutGroupCommand.d.ts +3 -8
  155. package/dist-types/commands/SearchRelevantContentCommand.d.ts +3 -8
  156. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +3 -8
  157. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -8
  158. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  159. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  160. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  161. package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +3 -8
  162. package/dist-types/commands/UpdateChatResponseConfigurationCommand.d.ts +3 -8
  163. package/dist-types/commands/UpdateDataAccessorCommand.d.ts +3 -8
  164. package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -8
  165. package/dist-types/commands/UpdateIndexCommand.d.ts +3 -8
  166. package/dist-types/commands/UpdatePluginCommand.d.ts +3 -8
  167. package/dist-types/commands/UpdateRetrieverCommand.d.ts +3 -8
  168. package/dist-types/commands/UpdateSubscriptionCommand.d.ts +3 -8
  169. package/dist-types/commands/UpdateUserCommand.d.ts +3 -8
  170. package/dist-types/commands/UpdateWebExperienceCommand.d.ts +3 -8
  171. package/dist-types/index.d.ts +1 -0
  172. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  173. package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ChatCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/CreateChatResponseConfigurationCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/DeleteChatResponseConfigurationCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +7 -16
  233. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +7 -16
  234. package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +7 -16
  235. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +7 -16
  236. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  237. package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +7 -16
  238. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +7 -16
  239. package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +7 -16
  240. package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +7 -16
  241. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +7 -16
  242. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +7 -16
  243. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  244. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  245. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  246. package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +7 -16
  247. package/dist-types/ts3.4/commands/UpdateChatResponseConfigurationCommand.d.ts +7 -16
  248. package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +7 -16
  249. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +7 -16
  250. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +7 -16
  251. package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +7 -16
  252. package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +7 -16
  253. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +7 -16
  254. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +7 -16
  255. package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +7 -16
  256. package/dist-types/ts3.4/index.d.ts +1 -0
  257. package/package.json +11 -11
@@ -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 { DeleteWebExperience$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteWebExperienceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "DeleteWebExperience", {})
13
- .n("QBusinessClient", "DeleteWebExperienceCommand")
14
- .sc(DeleteWebExperience$)
15
- .build() {
3
+ export class DeleteWebExperienceCommand extends command(_ep0, _mw0, "DeleteWebExperience", DeleteWebExperience$) {
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 { DisassociatePermission$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisassociatePermissionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "DisassociatePermission", {})
13
- .n("QBusinessClient", "DisassociatePermissionCommand")
14
- .sc(DisassociatePermission$)
15
- .build() {
3
+ export class DisassociatePermissionCommand extends command(_ep0, _mw0, "DisassociatePermission", DisassociatePermission$) {
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 { GetApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetApplication", {})
13
- .n("QBusinessClient", "GetApplicationCommand")
14
- .sc(GetApplication$)
15
- .build() {
3
+ export class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
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 { GetChatControlsConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetChatControlsConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetChatControlsConfiguration", {})
13
- .n("QBusinessClient", "GetChatControlsConfigurationCommand")
14
- .sc(GetChatControlsConfiguration$)
15
- .build() {
3
+ export class GetChatControlsConfigurationCommand extends command(_ep0, _mw0, "GetChatControlsConfiguration", GetChatControlsConfiguration$) {
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 { GetChatResponseConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetChatResponseConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetChatResponseConfiguration", {})
13
- .n("QBusinessClient", "GetChatResponseConfigurationCommand")
14
- .sc(GetChatResponseConfiguration$)
15
- .build() {
3
+ export class GetChatResponseConfigurationCommand extends command(_ep0, _mw0, "GetChatResponseConfiguration", GetChatResponseConfiguration$) {
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 { GetDataAccessor$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDataAccessorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetDataAccessor", {})
13
- .n("QBusinessClient", "GetDataAccessorCommand")
14
- .sc(GetDataAccessor$)
15
- .build() {
3
+ export class GetDataAccessorCommand extends command(_ep0, _mw0, "GetDataAccessor", GetDataAccessor$) {
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 { GetDataSource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDataSourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetDataSource", {})
13
- .n("QBusinessClient", "GetDataSourceCommand")
14
- .sc(GetDataSource$)
15
- .build() {
3
+ export class GetDataSourceCommand extends command(_ep0, _mw0, "GetDataSource", GetDataSource$) {
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 { GetDocumentContent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDocumentContentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetDocumentContent", {})
13
- .n("QBusinessClient", "GetDocumentContentCommand")
14
- .sc(GetDocumentContent$)
15
- .build() {
3
+ export class GetDocumentContentCommand extends command(_ep0, _mw0, "GetDocumentContent", GetDocumentContent$) {
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 { GetGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetGroup", {})
13
- .n("QBusinessClient", "GetGroupCommand")
14
- .sc(GetGroup$)
15
- .build() {
3
+ export class GetGroupCommand extends command(_ep0, _mw0, "GetGroup", GetGroup$) {
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 { GetIndex$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetIndexCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetIndex", {})
13
- .n("QBusinessClient", "GetIndexCommand")
14
- .sc(GetIndex$)
15
- .build() {
3
+ export class GetIndexCommand extends command(_ep0, _mw0, "GetIndex", GetIndex$) {
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 { GetMedia$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetMediaCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetMedia", {})
13
- .n("QBusinessClient", "GetMediaCommand")
14
- .sc(GetMedia$)
15
- .build() {
3
+ export class GetMediaCommand extends command(_ep0, _mw0, "GetMedia", GetMedia$) {
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 { GetPlugin$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetPluginCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetPlugin", {})
13
- .n("QBusinessClient", "GetPluginCommand")
14
- .sc(GetPlugin$)
15
- .build() {
3
+ export class GetPluginCommand extends command(_ep0, _mw0, "GetPlugin", GetPlugin$) {
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 { GetPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetPolicy", {})
13
- .n("QBusinessClient", "GetPolicyCommand")
14
- .sc(GetPolicy$)
15
- .build() {
3
+ export class GetPolicyCommand extends command(_ep0, _mw0, "GetPolicy", GetPolicy$) {
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 { GetRetriever$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetRetrieverCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetRetriever", {})
13
- .n("QBusinessClient", "GetRetrieverCommand")
14
- .sc(GetRetriever$)
15
- .build() {
3
+ export class GetRetrieverCommand extends command(_ep0, _mw0, "GetRetriever", GetRetriever$) {
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 { GetUser$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetUserCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetUser", {})
13
- .n("QBusinessClient", "GetUserCommand")
14
- .sc(GetUser$)
15
- .build() {
3
+ export class GetUserCommand extends command(_ep0, _mw0, "GetUser", GetUser$) {
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 { GetWebExperience$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetWebExperienceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "GetWebExperience", {})
13
- .n("QBusinessClient", "GetWebExperienceCommand")
14
- .sc(GetWebExperience$)
15
- .build() {
3
+ export class GetWebExperienceCommand extends command(_ep0, _mw0, "GetWebExperience", GetWebExperience$) {
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 { ListApplications$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListApplicationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListApplications", {})
13
- .n("QBusinessClient", "ListApplicationsCommand")
14
- .sc(ListApplications$)
15
- .build() {
3
+ export class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
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 { ListAttachments$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAttachmentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListAttachments", {})
13
- .n("QBusinessClient", "ListAttachmentsCommand")
14
- .sc(ListAttachments$)
15
- .build() {
3
+ export class ListAttachmentsCommand extends command(_ep0, _mw0, "ListAttachments", ListAttachments$) {
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 { ListChatResponseConfigurations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListChatResponseConfigurationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListChatResponseConfigurations", {})
13
- .n("QBusinessClient", "ListChatResponseConfigurationsCommand")
14
- .sc(ListChatResponseConfigurations$)
15
- .build() {
3
+ export class ListChatResponseConfigurationsCommand extends command(_ep0, _mw0, "ListChatResponseConfigurations", ListChatResponseConfigurations$) {
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 { ListConversations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListConversationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListConversations", {})
13
- .n("QBusinessClient", "ListConversationsCommand")
14
- .sc(ListConversations$)
15
- .build() {
3
+ export class ListConversationsCommand extends command(_ep0, _mw0, "ListConversations", ListConversations$) {
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 { ListDataAccessors$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDataAccessorsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListDataAccessors", {})
13
- .n("QBusinessClient", "ListDataAccessorsCommand")
14
- .sc(ListDataAccessors$)
15
- .build() {
3
+ export class ListDataAccessorsCommand extends command(_ep0, _mw0, "ListDataAccessors", ListDataAccessors$) {
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 { ListDataSourceSyncJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDataSourceSyncJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListDataSourceSyncJobs", {})
13
- .n("QBusinessClient", "ListDataSourceSyncJobsCommand")
14
- .sc(ListDataSourceSyncJobs$)
15
- .build() {
3
+ export class ListDataSourceSyncJobsCommand extends command(_ep0, _mw0, "ListDataSourceSyncJobs", ListDataSourceSyncJobs$) {
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 { ListDataSources$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDataSourcesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListDataSources", {})
13
- .n("QBusinessClient", "ListDataSourcesCommand")
14
- .sc(ListDataSources$)
15
- .build() {
3
+ export class ListDataSourcesCommand extends command(_ep0, _mw0, "ListDataSources", ListDataSources$) {
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 { ListDocuments$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDocumentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListDocuments", {})
13
- .n("QBusinessClient", "ListDocumentsCommand")
14
- .sc(ListDocuments$)
15
- .build() {
3
+ export class ListDocumentsCommand extends command(_ep0, _mw0, "ListDocuments", ListDocuments$) {
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 { ListGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListGroups", {})
13
- .n("QBusinessClient", "ListGroupsCommand")
14
- .sc(ListGroups$)
15
- .build() {
3
+ export class ListGroupsCommand extends command(_ep0, _mw0, "ListGroups", ListGroups$) {
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 { ListIndices$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListIndicesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListIndices", {})
13
- .n("QBusinessClient", "ListIndicesCommand")
14
- .sc(ListIndices$)
15
- .build() {
3
+ export class ListIndicesCommand extends command(_ep0, _mw0, "ListIndices", ListIndices$) {
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 { ListMessages$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListMessagesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListMessages", {})
13
- .n("QBusinessClient", "ListMessagesCommand")
14
- .sc(ListMessages$)
15
- .build() {
3
+ export class ListMessagesCommand extends command(_ep0, _mw0, "ListMessages", ListMessages$) {
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 { ListPluginActions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPluginActionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListPluginActions", {})
13
- .n("QBusinessClient", "ListPluginActionsCommand")
14
- .sc(ListPluginActions$)
15
- .build() {
3
+ export class ListPluginActionsCommand extends command(_ep0, _mw0, "ListPluginActions", ListPluginActions$) {
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 { ListPluginTypeActions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPluginTypeActionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListPluginTypeActions", {})
13
- .n("QBusinessClient", "ListPluginTypeActionsCommand")
14
- .sc(ListPluginTypeActions$)
15
- .build() {
3
+ export class ListPluginTypeActionsCommand extends command(_ep0, _mw0, "ListPluginTypeActions", ListPluginTypeActions$) {
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 { ListPluginTypeMetadata$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPluginTypeMetadataCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListPluginTypeMetadata", {})
13
- .n("QBusinessClient", "ListPluginTypeMetadataCommand")
14
- .sc(ListPluginTypeMetadata$)
15
- .build() {
3
+ export class ListPluginTypeMetadataCommand extends command(_ep0, _mw0, "ListPluginTypeMetadata", ListPluginTypeMetadata$) {
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 { ListPlugins$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPluginsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ExpertQ", "ListPlugins", {})
13
- .n("QBusinessClient", "ListPluginsCommand")
14
- .sc(ListPlugins$)
15
- .build() {
3
+ export class ListPluginsCommand extends command(_ep0, _mw0, "ListPlugins", ListPlugins$) {
16
4
  }