@aws-sdk/client-qbusiness 3.1076.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 (269) hide show
  1. package/dist-cjs/index.js +97 -843
  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-es/runtimeConfig.browser.js +0 -2
  88. package/dist-es/runtimeConfig.js +1 -2
  89. package/dist-es/runtimeConfig.native.js +0 -2
  90. package/dist-es/runtimeConfig.shared.js +2 -0
  91. package/dist-types/commandBuilder.d.ts +22 -0
  92. package/dist-types/commands/AssociatePermissionCommand.d.ts +3 -8
  93. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -8
  94. package/dist-types/commands/BatchPutDocumentCommand.d.ts +3 -8
  95. package/dist-types/commands/CancelSubscriptionCommand.d.ts +3 -8
  96. package/dist-types/commands/ChatCommand.d.ts +3 -8
  97. package/dist-types/commands/ChatSyncCommand.d.ts +3 -8
  98. package/dist-types/commands/CheckDocumentAccessCommand.d.ts +3 -8
  99. package/dist-types/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +3 -8
  100. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  101. package/dist-types/commands/CreateChatResponseConfigurationCommand.d.ts +3 -8
  102. package/dist-types/commands/CreateDataAccessorCommand.d.ts +3 -8
  103. package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -8
  104. package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
  105. package/dist-types/commands/CreatePluginCommand.d.ts +3 -8
  106. package/dist-types/commands/CreateRetrieverCommand.d.ts +3 -8
  107. package/dist-types/commands/CreateSubscriptionCommand.d.ts +3 -8
  108. package/dist-types/commands/CreateUserCommand.d.ts +3 -8
  109. package/dist-types/commands/CreateWebExperienceCommand.d.ts +3 -8
  110. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  111. package/dist-types/commands/DeleteAttachmentCommand.d.ts +3 -8
  112. package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +3 -8
  113. package/dist-types/commands/DeleteChatResponseConfigurationCommand.d.ts +3 -8
  114. package/dist-types/commands/DeleteConversationCommand.d.ts +3 -8
  115. package/dist-types/commands/DeleteDataAccessorCommand.d.ts +3 -8
  116. package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -8
  117. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
  118. package/dist-types/commands/DeleteIndexCommand.d.ts +3 -8
  119. package/dist-types/commands/DeletePluginCommand.d.ts +3 -8
  120. package/dist-types/commands/DeleteRetrieverCommand.d.ts +3 -8
  121. package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
  122. package/dist-types/commands/DeleteWebExperienceCommand.d.ts +3 -8
  123. package/dist-types/commands/DisassociatePermissionCommand.d.ts +3 -8
  124. package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
  125. package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +3 -8
  126. package/dist-types/commands/GetChatResponseConfigurationCommand.d.ts +3 -8
  127. package/dist-types/commands/GetDataAccessorCommand.d.ts +3 -8
  128. package/dist-types/commands/GetDataSourceCommand.d.ts +3 -8
  129. package/dist-types/commands/GetDocumentContentCommand.d.ts +3 -8
  130. package/dist-types/commands/GetGroupCommand.d.ts +3 -8
  131. package/dist-types/commands/GetIndexCommand.d.ts +3 -8
  132. package/dist-types/commands/GetMediaCommand.d.ts +3 -8
  133. package/dist-types/commands/GetPluginCommand.d.ts +3 -8
  134. package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
  135. package/dist-types/commands/GetRetrieverCommand.d.ts +3 -8
  136. package/dist-types/commands/GetUserCommand.d.ts +3 -8
  137. package/dist-types/commands/GetWebExperienceCommand.d.ts +3 -8
  138. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  139. package/dist-types/commands/ListAttachmentsCommand.d.ts +3 -8
  140. package/dist-types/commands/ListChatResponseConfigurationsCommand.d.ts +3 -8
  141. package/dist-types/commands/ListConversationsCommand.d.ts +3 -8
  142. package/dist-types/commands/ListDataAccessorsCommand.d.ts +3 -8
  143. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +3 -8
  144. package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -8
  145. package/dist-types/commands/ListDocumentsCommand.d.ts +3 -8
  146. package/dist-types/commands/ListGroupsCommand.d.ts +3 -8
  147. package/dist-types/commands/ListIndicesCommand.d.ts +3 -8
  148. package/dist-types/commands/ListMessagesCommand.d.ts +3 -8
  149. package/dist-types/commands/ListPluginActionsCommand.d.ts +3 -8
  150. package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +3 -8
  151. package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +3 -8
  152. package/dist-types/commands/ListPluginsCommand.d.ts +3 -8
  153. package/dist-types/commands/ListRetrieversCommand.d.ts +3 -8
  154. package/dist-types/commands/ListSubscriptionsCommand.d.ts +3 -8
  155. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  156. package/dist-types/commands/ListWebExperiencesCommand.d.ts +3 -8
  157. package/dist-types/commands/PutFeedbackCommand.d.ts +3 -8
  158. package/dist-types/commands/PutGroupCommand.d.ts +3 -8
  159. package/dist-types/commands/SearchRelevantContentCommand.d.ts +3 -8
  160. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +3 -8
  161. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -8
  162. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  163. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  164. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  165. package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +3 -8
  166. package/dist-types/commands/UpdateChatResponseConfigurationCommand.d.ts +3 -8
  167. package/dist-types/commands/UpdateDataAccessorCommand.d.ts +3 -8
  168. package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -8
  169. package/dist-types/commands/UpdateIndexCommand.d.ts +3 -8
  170. package/dist-types/commands/UpdatePluginCommand.d.ts +3 -8
  171. package/dist-types/commands/UpdateRetrieverCommand.d.ts +3 -8
  172. package/dist-types/commands/UpdateSubscriptionCommand.d.ts +3 -8
  173. package/dist-types/commands/UpdateUserCommand.d.ts +3 -8
  174. package/dist-types/commands/UpdateWebExperienceCommand.d.ts +3 -8
  175. package/dist-types/index.d.ts +1 -0
  176. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  177. package/dist-types/runtimeConfig.d.ts +1 -1
  178. package/dist-types/runtimeConfig.native.d.ts +1 -1
  179. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  180. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  181. package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ChatCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/CreateChatResponseConfigurationCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/DeleteChatResponseConfigurationCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +7 -16
  233. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +7 -16
  234. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +7 -16
  235. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +7 -16
  236. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +7 -16
  237. package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +7 -16
  238. package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +7 -16
  239. package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +7 -16
  240. package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +7 -16
  241. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +7 -16
  242. package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +7 -16
  243. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +7 -16
  244. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  245. package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +7 -16
  246. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +7 -16
  247. package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +7 -16
  248. package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +7 -16
  249. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +7 -16
  250. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +7 -16
  251. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  252. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  253. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  254. package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +7 -16
  255. package/dist-types/ts3.4/commands/UpdateChatResponseConfigurationCommand.d.ts +7 -16
  256. package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +7 -16
  257. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +7 -16
  258. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +7 -16
  259. package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +7 -16
  260. package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +7 -16
  261. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +7 -16
  262. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +7 -16
  263. package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +7 -16
  264. package/dist-types/ts3.4/index.d.ts +1 -0
  265. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  266. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  267. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  268. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  269. package/package.json +11 -13
package/dist-cjs/index.js CHANGED
@@ -1,8 +1,9 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { resolveEventStreamConfig, getEventStreamPlugin } = require("@aws-sdk/middleware-eventstream");
3
3
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
- exports.$Command = Command;
4
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
5
+ const { Command: $Command } = require("@smithy/core/client");
6
+ exports.$Command = $Command;
6
7
  exports.__Client = Client;
7
8
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
8
9
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -13,9 +14,10 @@ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
13
14
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
14
15
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
15
16
  const { eventStreamPayloadHandlerProvider } = require("@aws-sdk/eventstream-handler-node");
16
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
17
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
17
18
  const { streamCollector, NodeHttp2Handler } = require("@smithy/node-http-handler");
18
19
  const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
20
+ const { Sha256 } = require("@smithy/core/checksum");
19
21
 
20
22
  const defaultQBusinessHttpAuthSchemeParametersProvider = async (config, context, input) => {
21
23
  return {
@@ -68,7 +70,7 @@ const commonParams = {
68
70
  Region: { type: "builtInParams", name: "region" },
69
71
  };
70
72
 
71
- var version = "3.1075.0";
73
+ var version = "3.1077.0";
72
74
  var packageInfo = {
73
75
  version: version};
74
76
 
@@ -3210,6 +3212,7 @@ const getRuntimeConfig$1 = (config) => {
3210
3212
  serviceTarget: "ExpertQ",
3211
3213
  },
3212
3214
  serviceId: config?.serviceId ?? "QBusiness",
3215
+ sha256: config?.sha256 ?? Sha256,
3213
3216
  urlParser: config?.urlParser ?? parseUrl,
3214
3217
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
3215
3218
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -3248,7 +3251,6 @@ const getRuntimeConfig = (config) => {
3248
3251
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
3249
3252
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
3250
3253
  }, config),
3251
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
3252
3254
  streamCollector: config?.streamCollector ?? streamCollector,
3253
3255
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3254
3256
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -3338,1008 +3340,260 @@ class QBusinessClient extends Client {
3338
3340
  }
3339
3341
  }
3340
3342
 
3341
- class AssociatePermissionCommand extends Command
3342
- .classBuilder()
3343
- .ep(commonParams)
3344
- .m(function (Command, cs, config, o) {
3345
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3346
- })
3347
- .s("ExpertQ", "AssociatePermission", {})
3348
- .n("QBusinessClient", "AssociatePermissionCommand")
3349
- .sc(AssociatePermission$)
3350
- .build() {
3343
+ const command = makeBuilder(commonParams, "ExpertQ", "QBusinessClient", getEndpointPlugin);
3344
+ const _ep0 = {};
3345
+ const _mw0 = (Command, cs, config, o) => [];
3346
+ const _mw1 = (Command, cs, config, o) => [
3347
+ getEventStreamPlugin(config),
3348
+ ];
3349
+
3350
+ class AssociatePermissionCommand extends command(_ep0, _mw0, "AssociatePermission", AssociatePermission$) {
3351
3351
  }
3352
3352
 
3353
- class BatchDeleteDocumentCommand extends Command
3354
- .classBuilder()
3355
- .ep(commonParams)
3356
- .m(function (Command, cs, config, o) {
3357
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3358
- })
3359
- .s("ExpertQ", "BatchDeleteDocument", {})
3360
- .n("QBusinessClient", "BatchDeleteDocumentCommand")
3361
- .sc(BatchDeleteDocument$)
3362
- .build() {
3353
+ class BatchDeleteDocumentCommand extends command(_ep0, _mw0, "BatchDeleteDocument", BatchDeleteDocument$) {
3363
3354
  }
3364
3355
 
3365
- class BatchPutDocumentCommand extends Command
3366
- .classBuilder()
3367
- .ep(commonParams)
3368
- .m(function (Command, cs, config, o) {
3369
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3370
- })
3371
- .s("ExpertQ", "BatchPutDocument", {})
3372
- .n("QBusinessClient", "BatchPutDocumentCommand")
3373
- .sc(BatchPutDocument$)
3374
- .build() {
3356
+ class BatchPutDocumentCommand extends command(_ep0, _mw0, "BatchPutDocument", BatchPutDocument$) {
3375
3357
  }
3376
3358
 
3377
- class CancelSubscriptionCommand extends Command
3378
- .classBuilder()
3379
- .ep(commonParams)
3380
- .m(function (Command, cs, config, o) {
3381
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3382
- })
3383
- .s("ExpertQ", "CancelSubscription", {})
3384
- .n("QBusinessClient", "CancelSubscriptionCommand")
3385
- .sc(CancelSubscription$)
3386
- .build() {
3359
+ class CancelSubscriptionCommand extends command(_ep0, _mw0, "CancelSubscription", CancelSubscription$) {
3387
3360
  }
3388
3361
 
3389
- class ChatCommand extends Command
3390
- .classBuilder()
3391
- .ep(commonParams)
3392
- .m(function (Command, cs, config, o) {
3393
- return [
3394
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3395
- getEventStreamPlugin(config),
3396
- ];
3397
- })
3398
- .s("ExpertQ", "Chat", {
3399
- eventStream: {
3400
- input: true,
3401
- output: true,
3402
- },
3403
- })
3404
- .n("QBusinessClient", "ChatCommand")
3405
- .sc(Chat$)
3406
- .build() {
3362
+ class ChatCommand extends command(_ep0, _mw1, "Chat", Chat$) {
3407
3363
  }
3408
3364
 
3409
- class ChatSyncCommand extends Command
3410
- .classBuilder()
3411
- .ep(commonParams)
3412
- .m(function (Command, cs, config, o) {
3413
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3414
- })
3415
- .s("ExpertQ", "ChatSync", {})
3416
- .n("QBusinessClient", "ChatSyncCommand")
3417
- .sc(ChatSync$)
3418
- .build() {
3365
+ class ChatSyncCommand extends command(_ep0, _mw0, "ChatSync", ChatSync$) {
3419
3366
  }
3420
3367
 
3421
- class CheckDocumentAccessCommand extends Command
3422
- .classBuilder()
3423
- .ep(commonParams)
3424
- .m(function (Command, cs, config, o) {
3425
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3426
- })
3427
- .s("ExpertQ", "CheckDocumentAccess", {})
3428
- .n("QBusinessClient", "CheckDocumentAccessCommand")
3429
- .sc(CheckDocumentAccess$)
3430
- .build() {
3368
+ class CheckDocumentAccessCommand extends command(_ep0, _mw0, "CheckDocumentAccess", CheckDocumentAccess$) {
3431
3369
  }
3432
3370
 
3433
- class CreateAnonymousWebExperienceUrlCommand extends Command
3434
- .classBuilder()
3435
- .ep(commonParams)
3436
- .m(function (Command, cs, config, o) {
3437
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3438
- })
3439
- .s("ExpertQ", "CreateAnonymousWebExperienceUrl", {})
3440
- .n("QBusinessClient", "CreateAnonymousWebExperienceUrlCommand")
3441
- .sc(CreateAnonymousWebExperienceUrl$)
3442
- .build() {
3371
+ class CreateAnonymousWebExperienceUrlCommand extends command(_ep0, _mw0, "CreateAnonymousWebExperienceUrl", CreateAnonymousWebExperienceUrl$) {
3443
3372
  }
3444
3373
 
3445
- class CreateApplicationCommand extends Command
3446
- .classBuilder()
3447
- .ep(commonParams)
3448
- .m(function (Command, cs, config, o) {
3449
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3450
- })
3451
- .s("ExpertQ", "CreateApplication", {})
3452
- .n("QBusinessClient", "CreateApplicationCommand")
3453
- .sc(CreateApplication$)
3454
- .build() {
3374
+ class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
3455
3375
  }
3456
3376
 
3457
- class CreateChatResponseConfigurationCommand extends Command
3458
- .classBuilder()
3459
- .ep(commonParams)
3460
- .m(function (Command, cs, config, o) {
3461
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3462
- })
3463
- .s("ExpertQ", "CreateChatResponseConfiguration", {})
3464
- .n("QBusinessClient", "CreateChatResponseConfigurationCommand")
3465
- .sc(CreateChatResponseConfiguration$)
3466
- .build() {
3377
+ class CreateChatResponseConfigurationCommand extends command(_ep0, _mw0, "CreateChatResponseConfiguration", CreateChatResponseConfiguration$) {
3467
3378
  }
3468
3379
 
3469
- class CreateDataAccessorCommand extends Command
3470
- .classBuilder()
3471
- .ep(commonParams)
3472
- .m(function (Command, cs, config, o) {
3473
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3474
- })
3475
- .s("ExpertQ", "CreateDataAccessor", {})
3476
- .n("QBusinessClient", "CreateDataAccessorCommand")
3477
- .sc(CreateDataAccessor$)
3478
- .build() {
3380
+ class CreateDataAccessorCommand extends command(_ep0, _mw0, "CreateDataAccessor", CreateDataAccessor$) {
3479
3381
  }
3480
3382
 
3481
- class CreateDataSourceCommand extends Command
3482
- .classBuilder()
3483
- .ep(commonParams)
3484
- .m(function (Command, cs, config, o) {
3485
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3486
- })
3487
- .s("ExpertQ", "CreateDataSource", {})
3488
- .n("QBusinessClient", "CreateDataSourceCommand")
3489
- .sc(CreateDataSource$)
3490
- .build() {
3383
+ class CreateDataSourceCommand extends command(_ep0, _mw0, "CreateDataSource", CreateDataSource$) {
3491
3384
  }
3492
3385
 
3493
- class CreateIndexCommand extends Command
3494
- .classBuilder()
3495
- .ep(commonParams)
3496
- .m(function (Command, cs, config, o) {
3497
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3498
- })
3499
- .s("ExpertQ", "CreateIndex", {})
3500
- .n("QBusinessClient", "CreateIndexCommand")
3501
- .sc(CreateIndex$)
3502
- .build() {
3386
+ class CreateIndexCommand extends command(_ep0, _mw0, "CreateIndex", CreateIndex$) {
3503
3387
  }
3504
3388
 
3505
- class CreatePluginCommand extends Command
3506
- .classBuilder()
3507
- .ep(commonParams)
3508
- .m(function (Command, cs, config, o) {
3509
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3510
- })
3511
- .s("ExpertQ", "CreatePlugin", {})
3512
- .n("QBusinessClient", "CreatePluginCommand")
3513
- .sc(CreatePlugin$)
3514
- .build() {
3389
+ class CreatePluginCommand extends command(_ep0, _mw0, "CreatePlugin", CreatePlugin$) {
3515
3390
  }
3516
3391
 
3517
- class CreateRetrieverCommand extends Command
3518
- .classBuilder()
3519
- .ep(commonParams)
3520
- .m(function (Command, cs, config, o) {
3521
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3522
- })
3523
- .s("ExpertQ", "CreateRetriever", {})
3524
- .n("QBusinessClient", "CreateRetrieverCommand")
3525
- .sc(CreateRetriever$)
3526
- .build() {
3392
+ class CreateRetrieverCommand extends command(_ep0, _mw0, "CreateRetriever", CreateRetriever$) {
3527
3393
  }
3528
3394
 
3529
- class CreateSubscriptionCommand extends Command
3530
- .classBuilder()
3531
- .ep(commonParams)
3532
- .m(function (Command, cs, config, o) {
3533
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3534
- })
3535
- .s("ExpertQ", "CreateSubscription", {})
3536
- .n("QBusinessClient", "CreateSubscriptionCommand")
3537
- .sc(CreateSubscription$)
3538
- .build() {
3395
+ class CreateSubscriptionCommand extends command(_ep0, _mw0, "CreateSubscription", CreateSubscription$) {
3539
3396
  }
3540
3397
 
3541
- class CreateUserCommand extends Command
3542
- .classBuilder()
3543
- .ep(commonParams)
3544
- .m(function (Command, cs, config, o) {
3545
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3546
- })
3547
- .s("ExpertQ", "CreateUser", {})
3548
- .n("QBusinessClient", "CreateUserCommand")
3549
- .sc(CreateUser$)
3550
- .build() {
3398
+ class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
3551
3399
  }
3552
3400
 
3553
- class CreateWebExperienceCommand extends Command
3554
- .classBuilder()
3555
- .ep(commonParams)
3556
- .m(function (Command, cs, config, o) {
3557
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3558
- })
3559
- .s("ExpertQ", "CreateWebExperience", {})
3560
- .n("QBusinessClient", "CreateWebExperienceCommand")
3561
- .sc(CreateWebExperience$)
3562
- .build() {
3401
+ class CreateWebExperienceCommand extends command(_ep0, _mw0, "CreateWebExperience", CreateWebExperience$) {
3563
3402
  }
3564
3403
 
3565
- class DeleteApplicationCommand extends Command
3566
- .classBuilder()
3567
- .ep(commonParams)
3568
- .m(function (Command, cs, config, o) {
3569
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3570
- })
3571
- .s("ExpertQ", "DeleteApplication", {})
3572
- .n("QBusinessClient", "DeleteApplicationCommand")
3573
- .sc(DeleteApplication$)
3574
- .build() {
3404
+ class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
3575
3405
  }
3576
3406
 
3577
- class DeleteAttachmentCommand extends Command
3578
- .classBuilder()
3579
- .ep(commonParams)
3580
- .m(function (Command, cs, config, o) {
3581
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3582
- })
3583
- .s("ExpertQ", "DeleteAttachment", {})
3584
- .n("QBusinessClient", "DeleteAttachmentCommand")
3585
- .sc(DeleteAttachment$)
3586
- .build() {
3407
+ class DeleteAttachmentCommand extends command(_ep0, _mw0, "DeleteAttachment", DeleteAttachment$) {
3587
3408
  }
3588
3409
 
3589
- class DeleteChatControlsConfigurationCommand extends Command
3590
- .classBuilder()
3591
- .ep(commonParams)
3592
- .m(function (Command, cs, config, o) {
3593
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3594
- })
3595
- .s("ExpertQ", "DeleteChatControlsConfiguration", {})
3596
- .n("QBusinessClient", "DeleteChatControlsConfigurationCommand")
3597
- .sc(DeleteChatControlsConfiguration$)
3598
- .build() {
3410
+ class DeleteChatControlsConfigurationCommand extends command(_ep0, _mw0, "DeleteChatControlsConfiguration", DeleteChatControlsConfiguration$) {
3599
3411
  }
3600
3412
 
3601
- class DeleteChatResponseConfigurationCommand extends Command
3602
- .classBuilder()
3603
- .ep(commonParams)
3604
- .m(function (Command, cs, config, o) {
3605
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3606
- })
3607
- .s("ExpertQ", "DeleteChatResponseConfiguration", {})
3608
- .n("QBusinessClient", "DeleteChatResponseConfigurationCommand")
3609
- .sc(DeleteChatResponseConfiguration$)
3610
- .build() {
3413
+ class DeleteChatResponseConfigurationCommand extends command(_ep0, _mw0, "DeleteChatResponseConfiguration", DeleteChatResponseConfiguration$) {
3611
3414
  }
3612
3415
 
3613
- class DeleteConversationCommand extends Command
3614
- .classBuilder()
3615
- .ep(commonParams)
3616
- .m(function (Command, cs, config, o) {
3617
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3618
- })
3619
- .s("ExpertQ", "DeleteConversation", {})
3620
- .n("QBusinessClient", "DeleteConversationCommand")
3621
- .sc(DeleteConversation$)
3622
- .build() {
3416
+ class DeleteConversationCommand extends command(_ep0, _mw0, "DeleteConversation", DeleteConversation$) {
3623
3417
  }
3624
3418
 
3625
- class DeleteDataAccessorCommand extends Command
3626
- .classBuilder()
3627
- .ep(commonParams)
3628
- .m(function (Command, cs, config, o) {
3629
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3630
- })
3631
- .s("ExpertQ", "DeleteDataAccessor", {})
3632
- .n("QBusinessClient", "DeleteDataAccessorCommand")
3633
- .sc(DeleteDataAccessor$)
3634
- .build() {
3419
+ class DeleteDataAccessorCommand extends command(_ep0, _mw0, "DeleteDataAccessor", DeleteDataAccessor$) {
3635
3420
  }
3636
3421
 
3637
- class DeleteDataSourceCommand extends Command
3638
- .classBuilder()
3639
- .ep(commonParams)
3640
- .m(function (Command, cs, config, o) {
3641
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3642
- })
3643
- .s("ExpertQ", "DeleteDataSource", {})
3644
- .n("QBusinessClient", "DeleteDataSourceCommand")
3645
- .sc(DeleteDataSource$)
3646
- .build() {
3422
+ class DeleteDataSourceCommand extends command(_ep0, _mw0, "DeleteDataSource", DeleteDataSource$) {
3647
3423
  }
3648
3424
 
3649
- class DeleteGroupCommand extends Command
3650
- .classBuilder()
3651
- .ep(commonParams)
3652
- .m(function (Command, cs, config, o) {
3653
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3654
- })
3655
- .s("ExpertQ", "DeleteGroup", {})
3656
- .n("QBusinessClient", "DeleteGroupCommand")
3657
- .sc(DeleteGroup$)
3658
- .build() {
3425
+ class DeleteGroupCommand extends command(_ep0, _mw0, "DeleteGroup", DeleteGroup$) {
3659
3426
  }
3660
3427
 
3661
- class DeleteIndexCommand extends Command
3662
- .classBuilder()
3663
- .ep(commonParams)
3664
- .m(function (Command, cs, config, o) {
3665
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3666
- })
3667
- .s("ExpertQ", "DeleteIndex", {})
3668
- .n("QBusinessClient", "DeleteIndexCommand")
3669
- .sc(DeleteIndex$)
3670
- .build() {
3428
+ class DeleteIndexCommand extends command(_ep0, _mw0, "DeleteIndex", DeleteIndex$) {
3671
3429
  }
3672
3430
 
3673
- class DeletePluginCommand extends Command
3674
- .classBuilder()
3675
- .ep(commonParams)
3676
- .m(function (Command, cs, config, o) {
3677
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3678
- })
3679
- .s("ExpertQ", "DeletePlugin", {})
3680
- .n("QBusinessClient", "DeletePluginCommand")
3681
- .sc(DeletePlugin$)
3682
- .build() {
3431
+ class DeletePluginCommand extends command(_ep0, _mw0, "DeletePlugin", DeletePlugin$) {
3683
3432
  }
3684
3433
 
3685
- class DeleteRetrieverCommand extends Command
3686
- .classBuilder()
3687
- .ep(commonParams)
3688
- .m(function (Command, cs, config, o) {
3689
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3690
- })
3691
- .s("ExpertQ", "DeleteRetriever", {})
3692
- .n("QBusinessClient", "DeleteRetrieverCommand")
3693
- .sc(DeleteRetriever$)
3694
- .build() {
3434
+ class DeleteRetrieverCommand extends command(_ep0, _mw0, "DeleteRetriever", DeleteRetriever$) {
3695
3435
  }
3696
3436
 
3697
- class DeleteUserCommand extends Command
3698
- .classBuilder()
3699
- .ep(commonParams)
3700
- .m(function (Command, cs, config, o) {
3701
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3702
- })
3703
- .s("ExpertQ", "DeleteUser", {})
3704
- .n("QBusinessClient", "DeleteUserCommand")
3705
- .sc(DeleteUser$)
3706
- .build() {
3437
+ class DeleteUserCommand extends command(_ep0, _mw0, "DeleteUser", DeleteUser$) {
3707
3438
  }
3708
3439
 
3709
- class DeleteWebExperienceCommand extends Command
3710
- .classBuilder()
3711
- .ep(commonParams)
3712
- .m(function (Command, cs, config, o) {
3713
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3714
- })
3715
- .s("ExpertQ", "DeleteWebExperience", {})
3716
- .n("QBusinessClient", "DeleteWebExperienceCommand")
3717
- .sc(DeleteWebExperience$)
3718
- .build() {
3440
+ class DeleteWebExperienceCommand extends command(_ep0, _mw0, "DeleteWebExperience", DeleteWebExperience$) {
3719
3441
  }
3720
3442
 
3721
- class DisassociatePermissionCommand extends Command
3722
- .classBuilder()
3723
- .ep(commonParams)
3724
- .m(function (Command, cs, config, o) {
3725
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3726
- })
3727
- .s("ExpertQ", "DisassociatePermission", {})
3728
- .n("QBusinessClient", "DisassociatePermissionCommand")
3729
- .sc(DisassociatePermission$)
3730
- .build() {
3443
+ class DisassociatePermissionCommand extends command(_ep0, _mw0, "DisassociatePermission", DisassociatePermission$) {
3731
3444
  }
3732
3445
 
3733
- class GetApplicationCommand extends Command
3734
- .classBuilder()
3735
- .ep(commonParams)
3736
- .m(function (Command, cs, config, o) {
3737
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3738
- })
3739
- .s("ExpertQ", "GetApplication", {})
3740
- .n("QBusinessClient", "GetApplicationCommand")
3741
- .sc(GetApplication$)
3742
- .build() {
3446
+ class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
3743
3447
  }
3744
3448
 
3745
- class GetChatControlsConfigurationCommand extends Command
3746
- .classBuilder()
3747
- .ep(commonParams)
3748
- .m(function (Command, cs, config, o) {
3749
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3750
- })
3751
- .s("ExpertQ", "GetChatControlsConfiguration", {})
3752
- .n("QBusinessClient", "GetChatControlsConfigurationCommand")
3753
- .sc(GetChatControlsConfiguration$)
3754
- .build() {
3449
+ class GetChatControlsConfigurationCommand extends command(_ep0, _mw0, "GetChatControlsConfiguration", GetChatControlsConfiguration$) {
3755
3450
  }
3756
3451
 
3757
- class GetChatResponseConfigurationCommand extends Command
3758
- .classBuilder()
3759
- .ep(commonParams)
3760
- .m(function (Command, cs, config, o) {
3761
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3762
- })
3763
- .s("ExpertQ", "GetChatResponseConfiguration", {})
3764
- .n("QBusinessClient", "GetChatResponseConfigurationCommand")
3765
- .sc(GetChatResponseConfiguration$)
3766
- .build() {
3452
+ class GetChatResponseConfigurationCommand extends command(_ep0, _mw0, "GetChatResponseConfiguration", GetChatResponseConfiguration$) {
3767
3453
  }
3768
3454
 
3769
- class GetDataAccessorCommand extends Command
3770
- .classBuilder()
3771
- .ep(commonParams)
3772
- .m(function (Command, cs, config, o) {
3773
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3774
- })
3775
- .s("ExpertQ", "GetDataAccessor", {})
3776
- .n("QBusinessClient", "GetDataAccessorCommand")
3777
- .sc(GetDataAccessor$)
3778
- .build() {
3455
+ class GetDataAccessorCommand extends command(_ep0, _mw0, "GetDataAccessor", GetDataAccessor$) {
3779
3456
  }
3780
3457
 
3781
- class GetDataSourceCommand extends Command
3782
- .classBuilder()
3783
- .ep(commonParams)
3784
- .m(function (Command, cs, config, o) {
3785
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3786
- })
3787
- .s("ExpertQ", "GetDataSource", {})
3788
- .n("QBusinessClient", "GetDataSourceCommand")
3789
- .sc(GetDataSource$)
3790
- .build() {
3458
+ class GetDataSourceCommand extends command(_ep0, _mw0, "GetDataSource", GetDataSource$) {
3791
3459
  }
3792
3460
 
3793
- class GetDocumentContentCommand extends Command
3794
- .classBuilder()
3795
- .ep(commonParams)
3796
- .m(function (Command, cs, config, o) {
3797
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3798
- })
3799
- .s("ExpertQ", "GetDocumentContent", {})
3800
- .n("QBusinessClient", "GetDocumentContentCommand")
3801
- .sc(GetDocumentContent$)
3802
- .build() {
3461
+ class GetDocumentContentCommand extends command(_ep0, _mw0, "GetDocumentContent", GetDocumentContent$) {
3803
3462
  }
3804
3463
 
3805
- class GetGroupCommand extends Command
3806
- .classBuilder()
3807
- .ep(commonParams)
3808
- .m(function (Command, cs, config, o) {
3809
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3810
- })
3811
- .s("ExpertQ", "GetGroup", {})
3812
- .n("QBusinessClient", "GetGroupCommand")
3813
- .sc(GetGroup$)
3814
- .build() {
3464
+ class GetGroupCommand extends command(_ep0, _mw0, "GetGroup", GetGroup$) {
3815
3465
  }
3816
3466
 
3817
- class GetIndexCommand extends Command
3818
- .classBuilder()
3819
- .ep(commonParams)
3820
- .m(function (Command, cs, config, o) {
3821
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3822
- })
3823
- .s("ExpertQ", "GetIndex", {})
3824
- .n("QBusinessClient", "GetIndexCommand")
3825
- .sc(GetIndex$)
3826
- .build() {
3467
+ class GetIndexCommand extends command(_ep0, _mw0, "GetIndex", GetIndex$) {
3827
3468
  }
3828
3469
 
3829
- class GetMediaCommand extends Command
3830
- .classBuilder()
3831
- .ep(commonParams)
3832
- .m(function (Command, cs, config, o) {
3833
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3834
- })
3835
- .s("ExpertQ", "GetMedia", {})
3836
- .n("QBusinessClient", "GetMediaCommand")
3837
- .sc(GetMedia$)
3838
- .build() {
3470
+ class GetMediaCommand extends command(_ep0, _mw0, "GetMedia", GetMedia$) {
3839
3471
  }
3840
3472
 
3841
- class GetPluginCommand extends Command
3842
- .classBuilder()
3843
- .ep(commonParams)
3844
- .m(function (Command, cs, config, o) {
3845
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3846
- })
3847
- .s("ExpertQ", "GetPlugin", {})
3848
- .n("QBusinessClient", "GetPluginCommand")
3849
- .sc(GetPlugin$)
3850
- .build() {
3473
+ class GetPluginCommand extends command(_ep0, _mw0, "GetPlugin", GetPlugin$) {
3851
3474
  }
3852
3475
 
3853
- class GetPolicyCommand extends Command
3854
- .classBuilder()
3855
- .ep(commonParams)
3856
- .m(function (Command, cs, config, o) {
3857
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3858
- })
3859
- .s("ExpertQ", "GetPolicy", {})
3860
- .n("QBusinessClient", "GetPolicyCommand")
3861
- .sc(GetPolicy$)
3862
- .build() {
3476
+ class GetPolicyCommand extends command(_ep0, _mw0, "GetPolicy", GetPolicy$) {
3863
3477
  }
3864
3478
 
3865
- class GetRetrieverCommand extends Command
3866
- .classBuilder()
3867
- .ep(commonParams)
3868
- .m(function (Command, cs, config, o) {
3869
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3870
- })
3871
- .s("ExpertQ", "GetRetriever", {})
3872
- .n("QBusinessClient", "GetRetrieverCommand")
3873
- .sc(GetRetriever$)
3874
- .build() {
3479
+ class GetRetrieverCommand extends command(_ep0, _mw0, "GetRetriever", GetRetriever$) {
3875
3480
  }
3876
3481
 
3877
- class GetUserCommand extends Command
3878
- .classBuilder()
3879
- .ep(commonParams)
3880
- .m(function (Command, cs, config, o) {
3881
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3882
- })
3883
- .s("ExpertQ", "GetUser", {})
3884
- .n("QBusinessClient", "GetUserCommand")
3885
- .sc(GetUser$)
3886
- .build() {
3482
+ class GetUserCommand extends command(_ep0, _mw0, "GetUser", GetUser$) {
3887
3483
  }
3888
3484
 
3889
- class GetWebExperienceCommand extends Command
3890
- .classBuilder()
3891
- .ep(commonParams)
3892
- .m(function (Command, cs, config, o) {
3893
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3894
- })
3895
- .s("ExpertQ", "GetWebExperience", {})
3896
- .n("QBusinessClient", "GetWebExperienceCommand")
3897
- .sc(GetWebExperience$)
3898
- .build() {
3485
+ class GetWebExperienceCommand extends command(_ep0, _mw0, "GetWebExperience", GetWebExperience$) {
3899
3486
  }
3900
3487
 
3901
- class ListApplicationsCommand extends Command
3902
- .classBuilder()
3903
- .ep(commonParams)
3904
- .m(function (Command, cs, config, o) {
3905
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3906
- })
3907
- .s("ExpertQ", "ListApplications", {})
3908
- .n("QBusinessClient", "ListApplicationsCommand")
3909
- .sc(ListApplications$)
3910
- .build() {
3488
+ class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
3911
3489
  }
3912
3490
 
3913
- class ListAttachmentsCommand extends Command
3914
- .classBuilder()
3915
- .ep(commonParams)
3916
- .m(function (Command, cs, config, o) {
3917
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3918
- })
3919
- .s("ExpertQ", "ListAttachments", {})
3920
- .n("QBusinessClient", "ListAttachmentsCommand")
3921
- .sc(ListAttachments$)
3922
- .build() {
3491
+ class ListAttachmentsCommand extends command(_ep0, _mw0, "ListAttachments", ListAttachments$) {
3923
3492
  }
3924
3493
 
3925
- class ListChatResponseConfigurationsCommand extends Command
3926
- .classBuilder()
3927
- .ep(commonParams)
3928
- .m(function (Command, cs, config, o) {
3929
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3930
- })
3931
- .s("ExpertQ", "ListChatResponseConfigurations", {})
3932
- .n("QBusinessClient", "ListChatResponseConfigurationsCommand")
3933
- .sc(ListChatResponseConfigurations$)
3934
- .build() {
3494
+ class ListChatResponseConfigurationsCommand extends command(_ep0, _mw0, "ListChatResponseConfigurations", ListChatResponseConfigurations$) {
3935
3495
  }
3936
3496
 
3937
- class ListConversationsCommand extends Command
3938
- .classBuilder()
3939
- .ep(commonParams)
3940
- .m(function (Command, cs, config, o) {
3941
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3942
- })
3943
- .s("ExpertQ", "ListConversations", {})
3944
- .n("QBusinessClient", "ListConversationsCommand")
3945
- .sc(ListConversations$)
3946
- .build() {
3497
+ class ListConversationsCommand extends command(_ep0, _mw0, "ListConversations", ListConversations$) {
3947
3498
  }
3948
3499
 
3949
- class ListDataAccessorsCommand extends Command
3950
- .classBuilder()
3951
- .ep(commonParams)
3952
- .m(function (Command, cs, config, o) {
3953
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3954
- })
3955
- .s("ExpertQ", "ListDataAccessors", {})
3956
- .n("QBusinessClient", "ListDataAccessorsCommand")
3957
- .sc(ListDataAccessors$)
3958
- .build() {
3500
+ class ListDataAccessorsCommand extends command(_ep0, _mw0, "ListDataAccessors", ListDataAccessors$) {
3959
3501
  }
3960
3502
 
3961
- class ListDataSourcesCommand extends Command
3962
- .classBuilder()
3963
- .ep(commonParams)
3964
- .m(function (Command, cs, config, o) {
3965
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3966
- })
3967
- .s("ExpertQ", "ListDataSources", {})
3968
- .n("QBusinessClient", "ListDataSourcesCommand")
3969
- .sc(ListDataSources$)
3970
- .build() {
3503
+ class ListDataSourcesCommand extends command(_ep0, _mw0, "ListDataSources", ListDataSources$) {
3971
3504
  }
3972
3505
 
3973
- class ListDataSourceSyncJobsCommand extends Command
3974
- .classBuilder()
3975
- .ep(commonParams)
3976
- .m(function (Command, cs, config, o) {
3977
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3978
- })
3979
- .s("ExpertQ", "ListDataSourceSyncJobs", {})
3980
- .n("QBusinessClient", "ListDataSourceSyncJobsCommand")
3981
- .sc(ListDataSourceSyncJobs$)
3982
- .build() {
3506
+ class ListDataSourceSyncJobsCommand extends command(_ep0, _mw0, "ListDataSourceSyncJobs", ListDataSourceSyncJobs$) {
3983
3507
  }
3984
3508
 
3985
- class ListDocumentsCommand extends Command
3986
- .classBuilder()
3987
- .ep(commonParams)
3988
- .m(function (Command, cs, config, o) {
3989
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3990
- })
3991
- .s("ExpertQ", "ListDocuments", {})
3992
- .n("QBusinessClient", "ListDocumentsCommand")
3993
- .sc(ListDocuments$)
3994
- .build() {
3509
+ class ListDocumentsCommand extends command(_ep0, _mw0, "ListDocuments", ListDocuments$) {
3995
3510
  }
3996
3511
 
3997
- class ListGroupsCommand extends Command
3998
- .classBuilder()
3999
- .ep(commonParams)
4000
- .m(function (Command, cs, config, o) {
4001
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4002
- })
4003
- .s("ExpertQ", "ListGroups", {})
4004
- .n("QBusinessClient", "ListGroupsCommand")
4005
- .sc(ListGroups$)
4006
- .build() {
3512
+ class ListGroupsCommand extends command(_ep0, _mw0, "ListGroups", ListGroups$) {
4007
3513
  }
4008
3514
 
4009
- class ListIndicesCommand extends Command
4010
- .classBuilder()
4011
- .ep(commonParams)
4012
- .m(function (Command, cs, config, o) {
4013
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4014
- })
4015
- .s("ExpertQ", "ListIndices", {})
4016
- .n("QBusinessClient", "ListIndicesCommand")
4017
- .sc(ListIndices$)
4018
- .build() {
3515
+ class ListIndicesCommand extends command(_ep0, _mw0, "ListIndices", ListIndices$) {
4019
3516
  }
4020
3517
 
4021
- class ListMessagesCommand extends Command
4022
- .classBuilder()
4023
- .ep(commonParams)
4024
- .m(function (Command, cs, config, o) {
4025
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4026
- })
4027
- .s("ExpertQ", "ListMessages", {})
4028
- .n("QBusinessClient", "ListMessagesCommand")
4029
- .sc(ListMessages$)
4030
- .build() {
3518
+ class ListMessagesCommand extends command(_ep0, _mw0, "ListMessages", ListMessages$) {
4031
3519
  }
4032
3520
 
4033
- class ListPluginActionsCommand extends Command
4034
- .classBuilder()
4035
- .ep(commonParams)
4036
- .m(function (Command, cs, config, o) {
4037
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4038
- })
4039
- .s("ExpertQ", "ListPluginActions", {})
4040
- .n("QBusinessClient", "ListPluginActionsCommand")
4041
- .sc(ListPluginActions$)
4042
- .build() {
3521
+ class ListPluginActionsCommand extends command(_ep0, _mw0, "ListPluginActions", ListPluginActions$) {
4043
3522
  }
4044
3523
 
4045
- class ListPluginsCommand extends Command
4046
- .classBuilder()
4047
- .ep(commonParams)
4048
- .m(function (Command, cs, config, o) {
4049
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4050
- })
4051
- .s("ExpertQ", "ListPlugins", {})
4052
- .n("QBusinessClient", "ListPluginsCommand")
4053
- .sc(ListPlugins$)
4054
- .build() {
3524
+ class ListPluginsCommand extends command(_ep0, _mw0, "ListPlugins", ListPlugins$) {
4055
3525
  }
4056
3526
 
4057
- class ListPluginTypeActionsCommand extends Command
4058
- .classBuilder()
4059
- .ep(commonParams)
4060
- .m(function (Command, cs, config, o) {
4061
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4062
- })
4063
- .s("ExpertQ", "ListPluginTypeActions", {})
4064
- .n("QBusinessClient", "ListPluginTypeActionsCommand")
4065
- .sc(ListPluginTypeActions$)
4066
- .build() {
3527
+ class ListPluginTypeActionsCommand extends command(_ep0, _mw0, "ListPluginTypeActions", ListPluginTypeActions$) {
4067
3528
  }
4068
3529
 
4069
- class ListPluginTypeMetadataCommand extends Command
4070
- .classBuilder()
4071
- .ep(commonParams)
4072
- .m(function (Command, cs, config, o) {
4073
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4074
- })
4075
- .s("ExpertQ", "ListPluginTypeMetadata", {})
4076
- .n("QBusinessClient", "ListPluginTypeMetadataCommand")
4077
- .sc(ListPluginTypeMetadata$)
4078
- .build() {
3530
+ class ListPluginTypeMetadataCommand extends command(_ep0, _mw0, "ListPluginTypeMetadata", ListPluginTypeMetadata$) {
4079
3531
  }
4080
3532
 
4081
- class ListRetrieversCommand extends Command
4082
- .classBuilder()
4083
- .ep(commonParams)
4084
- .m(function (Command, cs, config, o) {
4085
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4086
- })
4087
- .s("ExpertQ", "ListRetrievers", {})
4088
- .n("QBusinessClient", "ListRetrieversCommand")
4089
- .sc(ListRetrievers$)
4090
- .build() {
3533
+ class ListRetrieversCommand extends command(_ep0, _mw0, "ListRetrievers", ListRetrievers$) {
4091
3534
  }
4092
3535
 
4093
- class ListSubscriptionsCommand extends Command
4094
- .classBuilder()
4095
- .ep(commonParams)
4096
- .m(function (Command, cs, config, o) {
4097
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4098
- })
4099
- .s("ExpertQ", "ListSubscriptions", {})
4100
- .n("QBusinessClient", "ListSubscriptionsCommand")
4101
- .sc(ListSubscriptions$)
4102
- .build() {
3536
+ class ListSubscriptionsCommand extends command(_ep0, _mw0, "ListSubscriptions", ListSubscriptions$) {
4103
3537
  }
4104
3538
 
4105
- class ListTagsForResourceCommand extends Command
4106
- .classBuilder()
4107
- .ep(commonParams)
4108
- .m(function (Command, cs, config, o) {
4109
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4110
- })
4111
- .s("ExpertQ", "ListTagsForResource", {})
4112
- .n("QBusinessClient", "ListTagsForResourceCommand")
4113
- .sc(ListTagsForResource$)
4114
- .build() {
3539
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
4115
3540
  }
4116
3541
 
4117
- class ListWebExperiencesCommand extends Command
4118
- .classBuilder()
4119
- .ep(commonParams)
4120
- .m(function (Command, cs, config, o) {
4121
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4122
- })
4123
- .s("ExpertQ", "ListWebExperiences", {})
4124
- .n("QBusinessClient", "ListWebExperiencesCommand")
4125
- .sc(ListWebExperiences$)
4126
- .build() {
3542
+ class ListWebExperiencesCommand extends command(_ep0, _mw0, "ListWebExperiences", ListWebExperiences$) {
4127
3543
  }
4128
3544
 
4129
- class PutFeedbackCommand extends Command
4130
- .classBuilder()
4131
- .ep(commonParams)
4132
- .m(function (Command, cs, config, o) {
4133
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4134
- })
4135
- .s("ExpertQ", "PutFeedback", {})
4136
- .n("QBusinessClient", "PutFeedbackCommand")
4137
- .sc(PutFeedback$)
4138
- .build() {
3545
+ class PutFeedbackCommand extends command(_ep0, _mw0, "PutFeedback", PutFeedback$) {
4139
3546
  }
4140
3547
 
4141
- class PutGroupCommand extends Command
4142
- .classBuilder()
4143
- .ep(commonParams)
4144
- .m(function (Command, cs, config, o) {
4145
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4146
- })
4147
- .s("ExpertQ", "PutGroup", {})
4148
- .n("QBusinessClient", "PutGroupCommand")
4149
- .sc(PutGroup$)
4150
- .build() {
3548
+ class PutGroupCommand extends command(_ep0, _mw0, "PutGroup", PutGroup$) {
4151
3549
  }
4152
3550
 
4153
- class SearchRelevantContentCommand extends Command
4154
- .classBuilder()
4155
- .ep(commonParams)
4156
- .m(function (Command, cs, config, o) {
4157
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4158
- })
4159
- .s("ExpertQ", "SearchRelevantContent", {})
4160
- .n("QBusinessClient", "SearchRelevantContentCommand")
4161
- .sc(SearchRelevantContent$)
4162
- .build() {
3551
+ class SearchRelevantContentCommand extends command(_ep0, _mw0, "SearchRelevantContent", SearchRelevantContent$) {
4163
3552
  }
4164
3553
 
4165
- class StartDataSourceSyncJobCommand extends Command
4166
- .classBuilder()
4167
- .ep(commonParams)
4168
- .m(function (Command, cs, config, o) {
4169
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4170
- })
4171
- .s("ExpertQ", "StartDataSourceSyncJob", {})
4172
- .n("QBusinessClient", "StartDataSourceSyncJobCommand")
4173
- .sc(StartDataSourceSyncJob$)
4174
- .build() {
3554
+ class StartDataSourceSyncJobCommand extends command(_ep0, _mw0, "StartDataSourceSyncJob", StartDataSourceSyncJob$) {
4175
3555
  }
4176
3556
 
4177
- class StopDataSourceSyncJobCommand extends Command
4178
- .classBuilder()
4179
- .ep(commonParams)
4180
- .m(function (Command, cs, config, o) {
4181
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4182
- })
4183
- .s("ExpertQ", "StopDataSourceSyncJob", {})
4184
- .n("QBusinessClient", "StopDataSourceSyncJobCommand")
4185
- .sc(StopDataSourceSyncJob$)
4186
- .build() {
3557
+ class StopDataSourceSyncJobCommand extends command(_ep0, _mw0, "StopDataSourceSyncJob", StopDataSourceSyncJob$) {
4187
3558
  }
4188
3559
 
4189
- class TagResourceCommand extends Command
4190
- .classBuilder()
4191
- .ep(commonParams)
4192
- .m(function (Command, cs, config, o) {
4193
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4194
- })
4195
- .s("ExpertQ", "TagResource", {})
4196
- .n("QBusinessClient", "TagResourceCommand")
4197
- .sc(TagResource$)
4198
- .build() {
3560
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
4199
3561
  }
4200
3562
 
4201
- class UntagResourceCommand extends Command
4202
- .classBuilder()
4203
- .ep(commonParams)
4204
- .m(function (Command, cs, config, o) {
4205
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4206
- })
4207
- .s("ExpertQ", "UntagResource", {})
4208
- .n("QBusinessClient", "UntagResourceCommand")
4209
- .sc(UntagResource$)
4210
- .build() {
3563
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
4211
3564
  }
4212
3565
 
4213
- class UpdateApplicationCommand extends Command
4214
- .classBuilder()
4215
- .ep(commonParams)
4216
- .m(function (Command, cs, config, o) {
4217
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4218
- })
4219
- .s("ExpertQ", "UpdateApplication", {})
4220
- .n("QBusinessClient", "UpdateApplicationCommand")
4221
- .sc(UpdateApplication$)
4222
- .build() {
3566
+ class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
4223
3567
  }
4224
3568
 
4225
- class UpdateChatControlsConfigurationCommand extends Command
4226
- .classBuilder()
4227
- .ep(commonParams)
4228
- .m(function (Command, cs, config, o) {
4229
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4230
- })
4231
- .s("ExpertQ", "UpdateChatControlsConfiguration", {})
4232
- .n("QBusinessClient", "UpdateChatControlsConfigurationCommand")
4233
- .sc(UpdateChatControlsConfiguration$)
4234
- .build() {
3569
+ class UpdateChatControlsConfigurationCommand extends command(_ep0, _mw0, "UpdateChatControlsConfiguration", UpdateChatControlsConfiguration$) {
4235
3570
  }
4236
3571
 
4237
- class UpdateChatResponseConfigurationCommand extends Command
4238
- .classBuilder()
4239
- .ep(commonParams)
4240
- .m(function (Command, cs, config, o) {
4241
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4242
- })
4243
- .s("ExpertQ", "UpdateChatResponseConfiguration", {})
4244
- .n("QBusinessClient", "UpdateChatResponseConfigurationCommand")
4245
- .sc(UpdateChatResponseConfiguration$)
4246
- .build() {
3572
+ class UpdateChatResponseConfigurationCommand extends command(_ep0, _mw0, "UpdateChatResponseConfiguration", UpdateChatResponseConfiguration$) {
4247
3573
  }
4248
3574
 
4249
- class UpdateDataAccessorCommand extends Command
4250
- .classBuilder()
4251
- .ep(commonParams)
4252
- .m(function (Command, cs, config, o) {
4253
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4254
- })
4255
- .s("ExpertQ", "UpdateDataAccessor", {})
4256
- .n("QBusinessClient", "UpdateDataAccessorCommand")
4257
- .sc(UpdateDataAccessor$)
4258
- .build() {
3575
+ class UpdateDataAccessorCommand extends command(_ep0, _mw0, "UpdateDataAccessor", UpdateDataAccessor$) {
4259
3576
  }
4260
3577
 
4261
- class UpdateDataSourceCommand extends Command
4262
- .classBuilder()
4263
- .ep(commonParams)
4264
- .m(function (Command, cs, config, o) {
4265
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4266
- })
4267
- .s("ExpertQ", "UpdateDataSource", {})
4268
- .n("QBusinessClient", "UpdateDataSourceCommand")
4269
- .sc(UpdateDataSource$)
4270
- .build() {
3578
+ class UpdateDataSourceCommand extends command(_ep0, _mw0, "UpdateDataSource", UpdateDataSource$) {
4271
3579
  }
4272
3580
 
4273
- class UpdateIndexCommand extends Command
4274
- .classBuilder()
4275
- .ep(commonParams)
4276
- .m(function (Command, cs, config, o) {
4277
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4278
- })
4279
- .s("ExpertQ", "UpdateIndex", {})
4280
- .n("QBusinessClient", "UpdateIndexCommand")
4281
- .sc(UpdateIndex$)
4282
- .build() {
3581
+ class UpdateIndexCommand extends command(_ep0, _mw0, "UpdateIndex", UpdateIndex$) {
4283
3582
  }
4284
3583
 
4285
- class UpdatePluginCommand extends Command
4286
- .classBuilder()
4287
- .ep(commonParams)
4288
- .m(function (Command, cs, config, o) {
4289
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4290
- })
4291
- .s("ExpertQ", "UpdatePlugin", {})
4292
- .n("QBusinessClient", "UpdatePluginCommand")
4293
- .sc(UpdatePlugin$)
4294
- .build() {
3584
+ class UpdatePluginCommand extends command(_ep0, _mw0, "UpdatePlugin", UpdatePlugin$) {
4295
3585
  }
4296
3586
 
4297
- class UpdateRetrieverCommand extends Command
4298
- .classBuilder()
4299
- .ep(commonParams)
4300
- .m(function (Command, cs, config, o) {
4301
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4302
- })
4303
- .s("ExpertQ", "UpdateRetriever", {})
4304
- .n("QBusinessClient", "UpdateRetrieverCommand")
4305
- .sc(UpdateRetriever$)
4306
- .build() {
3587
+ class UpdateRetrieverCommand extends command(_ep0, _mw0, "UpdateRetriever", UpdateRetriever$) {
4307
3588
  }
4308
3589
 
4309
- class UpdateSubscriptionCommand extends Command
4310
- .classBuilder()
4311
- .ep(commonParams)
4312
- .m(function (Command, cs, config, o) {
4313
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4314
- })
4315
- .s("ExpertQ", "UpdateSubscription", {})
4316
- .n("QBusinessClient", "UpdateSubscriptionCommand")
4317
- .sc(UpdateSubscription$)
4318
- .build() {
3590
+ class UpdateSubscriptionCommand extends command(_ep0, _mw0, "UpdateSubscription", UpdateSubscription$) {
4319
3591
  }
4320
3592
 
4321
- class UpdateUserCommand extends Command
4322
- .classBuilder()
4323
- .ep(commonParams)
4324
- .m(function (Command, cs, config, o) {
4325
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4326
- })
4327
- .s("ExpertQ", "UpdateUser", {})
4328
- .n("QBusinessClient", "UpdateUserCommand")
4329
- .sc(UpdateUser$)
4330
- .build() {
3593
+ class UpdateUserCommand extends command(_ep0, _mw0, "UpdateUser", UpdateUser$) {
4331
3594
  }
4332
3595
 
4333
- class UpdateWebExperienceCommand extends Command
4334
- .classBuilder()
4335
- .ep(commonParams)
4336
- .m(function (Command, cs, config, o) {
4337
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4338
- })
4339
- .s("ExpertQ", "UpdateWebExperience", {})
4340
- .n("QBusinessClient", "UpdateWebExperienceCommand")
4341
- .sc(UpdateWebExperience$)
4342
- .build() {
3596
+ class UpdateWebExperienceCommand extends command(_ep0, _mw0, "UpdateWebExperience", UpdateWebExperience$) {
4343
3597
  }
4344
3598
 
4345
3599
  const paginateGetChatControlsConfiguration = createPaginator(QBusinessClient, GetChatControlsConfigurationCommand, "nextToken", "nextToken", "maxResults");