@volcengine/rocketmq 1.0.1

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 (593) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +775 -0
  4. package/dist/esm/api.d.ts +815 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +525 -0
  9. package/dist/esm/types/access-keys-info-for-describe-access-keys-output.d.ts +50 -0
  10. package/dist/esm/types/access-keys-info-for-describe-access-keys-output.d.ts.map +1 -0
  11. package/dist/esm/types/access-policy-for-create-topic-async-input.d.ts +30 -0
  12. package/dist/esm/types/access-policy-for-create-topic-async-input.d.ts.map +1 -0
  13. package/dist/esm/types/access-policy-for-create-topic-input.d.ts +30 -0
  14. package/dist/esm/types/access-policy-for-create-topic-input.d.ts.map +1 -0
  15. package/dist/esm/types/access-policy-for-describe-topic-access-policies-output.d.ts +30 -0
  16. package/dist/esm/types/access-policy-for-describe-topic-access-policies-output.d.ts.map +1 -0
  17. package/dist/esm/types/access-policy-for-modify-access-key-authority-input.d.ts +30 -0
  18. package/dist/esm/types/access-policy-for-modify-access-key-authority-input.d.ts.map +1 -0
  19. package/dist/esm/types/access-policy-for-modify-topic-access-policies-input.d.ts +30 -0
  20. package/dist/esm/types/access-policy-for-modify-topic-access-policies-input.d.ts.map +1 -0
  21. package/dist/esm/types/add-plwhitelist-request.d.ts +30 -0
  22. package/dist/esm/types/add-plwhitelist-request.d.ts.map +1 -0
  23. package/dist/esm/types/add-plwhitelist-response.d.ts +20 -0
  24. package/dist/esm/types/add-plwhitelist-response.d.ts.map +1 -0
  25. package/dist/esm/types/add-tags-to-resource-request.d.ts +31 -0
  26. package/dist/esm/types/add-tags-to-resource-request.d.ts.map +1 -0
  27. package/dist/esm/types/add-tags-to-resource-response.d.ts +20 -0
  28. package/dist/esm/types/add-tags-to-resource-response.d.ts.map +1 -0
  29. package/dist/esm/types/allow-list-for-describe-allow-lists-output.d.ts +50 -0
  30. package/dist/esm/types/allow-list-for-describe-allow-lists-output.d.ts.map +1 -0
  31. package/dist/esm/types/associate-allow-list-request.d.ts +30 -0
  32. package/dist/esm/types/associate-allow-list-request.d.ts.map +1 -0
  33. package/dist/esm/types/associate-allow-list-response.d.ts +20 -0
  34. package/dist/esm/types/associate-allow-list-response.d.ts.map +1 -0
  35. package/dist/esm/types/associated-instance-for-describe-allow-list-detail-output.d.ts +35 -0
  36. package/dist/esm/types/associated-instance-for-describe-allow-list-detail-output.d.ts.map +1 -0
  37. package/dist/esm/types/basic-info-for-describe-instance-detail-output.d.ts +152 -0
  38. package/dist/esm/types/basic-info-for-describe-instance-detail-output.d.ts.map +1 -0
  39. package/dist/esm/types/bind-tag-for-create-instance-input.d.ts +30 -0
  40. package/dist/esm/types/bind-tag-for-create-instance-input.d.ts.map +1 -0
  41. package/dist/esm/types/charge-detail-for-describe-instance-detail-output.d.ts +60 -0
  42. package/dist/esm/types/charge-detail-for-describe-instance-detail-output.d.ts.map +1 -0
  43. package/dist/esm/types/charge-detail-for-describe-instances-output.d.ts +60 -0
  44. package/dist/esm/types/charge-detail-for-describe-instances-output.d.ts.map +1 -0
  45. package/dist/esm/types/charge-info-for-create-instance-input.d.ts +40 -0
  46. package/dist/esm/types/charge-info-for-create-instance-input.d.ts.map +1 -0
  47. package/dist/esm/types/charge-info-for-modify-instance-charge-type-input.d.ts +40 -0
  48. package/dist/esm/types/charge-info-for-modify-instance-charge-type-input.d.ts.map +1 -0
  49. package/dist/esm/types/config-for-get-inspect-config-output.d.ts +46 -0
  50. package/dist/esm/types/config-for-get-inspect-config-output.d.ts.map +1 -0
  51. package/dist/esm/types/configurable-for-get-inspect-config-output.d.ts +30 -0
  52. package/dist/esm/types/configurable-for-get-inspect-config-output.d.ts.map +1 -0
  53. package/dist/esm/types/connection-info-for-describe-instance-detail-output.d.ts +45 -0
  54. package/dist/esm/types/connection-info-for-describe-instance-detail-output.d.ts.map +1 -0
  55. package/dist/esm/types/consumed-clients-info-for-describe-consumed-clients-output.d.ts +45 -0
  56. package/dist/esm/types/consumed-clients-info-for-describe-consumed-clients-output.d.ts.map +1 -0
  57. package/dist/esm/types/consumed-queue-info-for-describe-consumed-topic-detail-output.d.ts +45 -0
  58. package/dist/esm/types/consumed-queue-info-for-describe-consumed-topic-detail-output.d.ts.map +1 -0
  59. package/dist/esm/types/consumed-topics-info-for-describe-consumed-topics-output.d.ts +35 -0
  60. package/dist/esm/types/consumed-topics-info-for-describe-consumed-topics-output.d.ts.map +1 -0
  61. package/dist/esm/types/consumer-trace-info-for-query-message-trace-by-message-id-output.d.ts +60 -0
  62. package/dist/esm/types/consumer-trace-info-for-query-message-trace-by-message-id-output.d.ts.map +1 -0
  63. package/dist/esm/types/create-access-key-request.d.ts +35 -0
  64. package/dist/esm/types/create-access-key-request.d.ts.map +1 -0
  65. package/dist/esm/types/create-access-key-response.d.ts +30 -0
  66. package/dist/esm/types/create-access-key-response.d.ts.map +1 -0
  67. package/dist/esm/types/create-allow-list-request.d.ts +40 -0
  68. package/dist/esm/types/create-allow-list-request.d.ts.map +1 -0
  69. package/dist/esm/types/create-allow-list-response.d.ts +25 -0
  70. package/dist/esm/types/create-allow-list-response.d.ts.map +1 -0
  71. package/dist/esm/types/create-group-async-request.d.ts +50 -0
  72. package/dist/esm/types/create-group-async-request.d.ts.map +1 -0
  73. package/dist/esm/types/create-group-async-response.d.ts +20 -0
  74. package/dist/esm/types/create-group-async-response.d.ts.map +1 -0
  75. package/dist/esm/types/create-group-request.d.ts +50 -0
  76. package/dist/esm/types/create-group-request.d.ts.map +1 -0
  77. package/dist/esm/types/create-group-response.d.ts +20 -0
  78. package/dist/esm/types/create-group-response.d.ts.map +1 -0
  79. package/dist/esm/types/create-instance-request.d.ts +117 -0
  80. package/dist/esm/types/create-instance-request.d.ts.map +1 -0
  81. package/dist/esm/types/create-instance-response.d.ts +30 -0
  82. package/dist/esm/types/create-instance-response.d.ts.map +1 -0
  83. package/dist/esm/types/create-private-link-request.d.ts +25 -0
  84. package/dist/esm/types/create-private-link-request.d.ts.map +1 -0
  85. package/dist/esm/types/create-private-link-response.d.ts +30 -0
  86. package/dist/esm/types/create-private-link-response.d.ts.map +1 -0
  87. package/dist/esm/types/create-public-address-request.d.ts +35 -0
  88. package/dist/esm/types/create-public-address-request.d.ts.map +1 -0
  89. package/dist/esm/types/create-public-address-response.d.ts +20 -0
  90. package/dist/esm/types/create-public-address-response.d.ts.map +1 -0
  91. package/dist/esm/types/create-topic-async-request.d.ts +51 -0
  92. package/dist/esm/types/create-topic-async-request.d.ts.map +1 -0
  93. package/dist/esm/types/create-topic-async-response.d.ts +20 -0
  94. package/dist/esm/types/create-topic-async-response.d.ts.map +1 -0
  95. package/dist/esm/types/create-topic-request.d.ts +51 -0
  96. package/dist/esm/types/create-topic-request.d.ts.map +1 -0
  97. package/dist/esm/types/create-topic-response.d.ts +30 -0
  98. package/dist/esm/types/create-topic-response.d.ts.map +1 -0
  99. package/dist/esm/types/delete-access-key-request.d.ts +30 -0
  100. package/dist/esm/types/delete-access-key-request.d.ts.map +1 -0
  101. package/dist/esm/types/delete-access-key-response.d.ts +20 -0
  102. package/dist/esm/types/delete-access-key-response.d.ts.map +1 -0
  103. package/dist/esm/types/delete-allow-list-request.d.ts +25 -0
  104. package/dist/esm/types/delete-allow-list-request.d.ts.map +1 -0
  105. package/dist/esm/types/delete-allow-list-response.d.ts +20 -0
  106. package/dist/esm/types/delete-allow-list-response.d.ts.map +1 -0
  107. package/dist/esm/types/delete-group-async-request.d.ts +30 -0
  108. package/dist/esm/types/delete-group-async-request.d.ts.map +1 -0
  109. package/dist/esm/types/delete-group-async-response.d.ts +20 -0
  110. package/dist/esm/types/delete-group-async-response.d.ts.map +1 -0
  111. package/dist/esm/types/delete-group-request.d.ts +30 -0
  112. package/dist/esm/types/delete-group-request.d.ts.map +1 -0
  113. package/dist/esm/types/delete-group-response.d.ts +20 -0
  114. package/dist/esm/types/delete-group-response.d.ts.map +1 -0
  115. package/dist/esm/types/delete-groups-request.d.ts +30 -0
  116. package/dist/esm/types/delete-groups-request.d.ts.map +1 -0
  117. package/dist/esm/types/delete-groups-response.d.ts +20 -0
  118. package/dist/esm/types/delete-groups-response.d.ts.map +1 -0
  119. package/dist/esm/types/delete-instance-request.d.ts +25 -0
  120. package/dist/esm/types/delete-instance-request.d.ts.map +1 -0
  121. package/dist/esm/types/delete-instance-response.d.ts +20 -0
  122. package/dist/esm/types/delete-instance-response.d.ts.map +1 -0
  123. package/dist/esm/types/delete-private-link-request.d.ts +25 -0
  124. package/dist/esm/types/delete-private-link-request.d.ts.map +1 -0
  125. package/dist/esm/types/delete-private-link-response.d.ts +20 -0
  126. package/dist/esm/types/delete-private-link-response.d.ts.map +1 -0
  127. package/dist/esm/types/delete-public-address-request.d.ts +25 -0
  128. package/dist/esm/types/delete-public-address-request.d.ts.map +1 -0
  129. package/dist/esm/types/delete-public-address-response.d.ts +20 -0
  130. package/dist/esm/types/delete-public-address-response.d.ts.map +1 -0
  131. package/dist/esm/types/delete-topic-async-request.d.ts +30 -0
  132. package/dist/esm/types/delete-topic-async-request.d.ts.map +1 -0
  133. package/dist/esm/types/delete-topic-async-response.d.ts +20 -0
  134. package/dist/esm/types/delete-topic-async-response.d.ts.map +1 -0
  135. package/dist/esm/types/delete-topic-request.d.ts +30 -0
  136. package/dist/esm/types/delete-topic-request.d.ts.map +1 -0
  137. package/dist/esm/types/delete-topic-response.d.ts +20 -0
  138. package/dist/esm/types/delete-topic-response.d.ts.map +1 -0
  139. package/dist/esm/types/describe-access-key-detail-request.d.ts +30 -0
  140. package/dist/esm/types/describe-access-key-detail-request.d.ts.map +1 -0
  141. package/dist/esm/types/describe-access-key-detail-response.d.ts +46 -0
  142. package/dist/esm/types/describe-access-key-detail-response.d.ts.map +1 -0
  143. package/dist/esm/types/describe-access-keys-request.d.ts +40 -0
  144. package/dist/esm/types/describe-access-keys-request.d.ts.map +1 -0
  145. package/dist/esm/types/describe-access-keys-response.d.ts +31 -0
  146. package/dist/esm/types/describe-access-keys-response.d.ts.map +1 -0
  147. package/dist/esm/types/describe-allow-list-detail-request.d.ts +25 -0
  148. package/dist/esm/types/describe-allow-list-detail-request.d.ts.map +1 -0
  149. package/dist/esm/types/describe-allow-list-detail-response.d.ts +51 -0
  150. package/dist/esm/types/describe-allow-list-detail-response.d.ts.map +1 -0
  151. package/dist/esm/types/describe-allow-lists-request.d.ts +86 -0
  152. package/dist/esm/types/describe-allow-lists-request.d.ts.map +1 -0
  153. package/dist/esm/types/describe-allow-lists-response.d.ts +26 -0
  154. package/dist/esm/types/describe-allow-lists-response.d.ts.map +1 -0
  155. package/dist/esm/types/describe-availability-zones-request.d.ts +25 -0
  156. package/dist/esm/types/describe-availability-zones-request.d.ts.map +1 -0
  157. package/dist/esm/types/describe-availability-zones-response.d.ts +31 -0
  158. package/dist/esm/types/describe-availability-zones-response.d.ts.map +1 -0
  159. package/dist/esm/types/describe-consumed-clients-request.d.ts +50 -0
  160. package/dist/esm/types/describe-consumed-clients-request.d.ts.map +1 -0
  161. package/dist/esm/types/describe-consumed-clients-response.d.ts +31 -0
  162. package/dist/esm/types/describe-consumed-clients-response.d.ts.map +1 -0
  163. package/dist/esm/types/describe-consumed-topic-detail-request.d.ts +45 -0
  164. package/dist/esm/types/describe-consumed-topic-detail-request.d.ts.map +1 -0
  165. package/dist/esm/types/describe-consumed-topic-detail-response.d.ts +31 -0
  166. package/dist/esm/types/describe-consumed-topic-detail-response.d.ts.map +1 -0
  167. package/dist/esm/types/describe-consumed-topics-request.d.ts +50 -0
  168. package/dist/esm/types/describe-consumed-topics-request.d.ts.map +1 -0
  169. package/dist/esm/types/describe-consumed-topics-response.d.ts +36 -0
  170. package/dist/esm/types/describe-consumed-topics-response.d.ts.map +1 -0
  171. package/dist/esm/types/describe-groups-detail-request.d.ts +30 -0
  172. package/dist/esm/types/describe-groups-detail-request.d.ts.map +1 -0
  173. package/dist/esm/types/describe-groups-detail-response.d.ts +100 -0
  174. package/dist/esm/types/describe-groups-detail-response.d.ts.map +1 -0
  175. package/dist/esm/types/describe-groups-request.d.ts +45 -0
  176. package/dist/esm/types/describe-groups-request.d.ts.map +1 -0
  177. package/dist/esm/types/describe-groups-response.d.ts +31 -0
  178. package/dist/esm/types/describe-groups-response.d.ts.map +1 -0
  179. package/dist/esm/types/describe-instance-detail-request.d.ts +25 -0
  180. package/dist/esm/types/describe-instance-detail-request.d.ts.map +1 -0
  181. package/dist/esm/types/describe-instance-detail-response.d.ts +43 -0
  182. package/dist/esm/types/describe-instance-detail-response.d.ts.map +1 -0
  183. package/dist/esm/types/describe-instances-request.d.ts +91 -0
  184. package/dist/esm/types/describe-instances-request.d.ts.map +1 -0
  185. package/dist/esm/types/describe-instances-response.d.ts +31 -0
  186. package/dist/esm/types/describe-instances-response.d.ts.map +1 -0
  187. package/dist/esm/types/describe-plwhitelist-request.d.ts +25 -0
  188. package/dist/esm/types/describe-plwhitelist-request.d.ts.map +1 -0
  189. package/dist/esm/types/describe-plwhitelist-response.d.ts +35 -0
  190. package/dist/esm/types/describe-plwhitelist-response.d.ts.map +1 -0
  191. package/dist/esm/types/describe-regions-request.d.ts +20 -0
  192. package/dist/esm/types/describe-regions-request.d.ts.map +1 -0
  193. package/dist/esm/types/describe-regions-response.d.ts +26 -0
  194. package/dist/esm/types/describe-regions-response.d.ts.map +1 -0
  195. package/dist/esm/types/describe-secret-key-request.d.ts +30 -0
  196. package/dist/esm/types/describe-secret-key-request.d.ts.map +1 -0
  197. package/dist/esm/types/describe-secret-key-response.d.ts +30 -0
  198. package/dist/esm/types/describe-secret-key-response.d.ts.map +1 -0
  199. package/dist/esm/types/describe-tags-by-resource-request.d.ts +41 -0
  200. package/dist/esm/types/describe-tags-by-resource-request.d.ts.map +1 -0
  201. package/dist/esm/types/describe-tags-by-resource-response.d.ts +31 -0
  202. package/dist/esm/types/describe-tags-by-resource-response.d.ts.map +1 -0
  203. package/dist/esm/types/describe-topic-access-policies-request.d.ts +45 -0
  204. package/dist/esm/types/describe-topic-access-policies-request.d.ts.map +1 -0
  205. package/dist/esm/types/describe-topic-access-policies-response.d.ts +31 -0
  206. package/dist/esm/types/describe-topic-access-policies-response.d.ts.map +1 -0
  207. package/dist/esm/types/describe-topic-detail-request.d.ts +30 -0
  208. package/dist/esm/types/describe-topic-detail-request.d.ts.map +1 -0
  209. package/dist/esm/types/describe-topic-detail-response.d.ts +65 -0
  210. package/dist/esm/types/describe-topic-detail-response.d.ts.map +1 -0
  211. package/dist/esm/types/describe-topic-groups-request.d.ts +45 -0
  212. package/dist/esm/types/describe-topic-groups-request.d.ts.map +1 -0
  213. package/dist/esm/types/describe-topic-groups-response.d.ts +31 -0
  214. package/dist/esm/types/describe-topic-groups-response.d.ts.map +1 -0
  215. package/dist/esm/types/describe-topic-queue-request.d.ts +45 -0
  216. package/dist/esm/types/describe-topic-queue-request.d.ts.map +1 -0
  217. package/dist/esm/types/describe-topic-queue-response.d.ts +31 -0
  218. package/dist/esm/types/describe-topic-queue-response.d.ts.map +1 -0
  219. package/dist/esm/types/describe-topics-request.d.ts +55 -0
  220. package/dist/esm/types/describe-topics-request.d.ts.map +1 -0
  221. package/dist/esm/types/describe-topics-response.d.ts +36 -0
  222. package/dist/esm/types/describe-topics-response.d.ts.map +1 -0
  223. package/dist/esm/types/disassociate-allow-list-request.d.ts +30 -0
  224. package/dist/esm/types/disassociate-allow-list-request.d.ts.map +1 -0
  225. package/dist/esm/types/disassociate-allow-list-response.d.ts +20 -0
  226. package/dist/esm/types/disassociate-allow-list-response.d.ts.map +1 -0
  227. package/dist/esm/types/dlqmessage-info-for-query-dlqmessage-by-id-output.d.ts +65 -0
  228. package/dist/esm/types/dlqmessage-info-for-query-dlqmessage-by-id-output.d.ts.map +1 -0
  229. package/dist/esm/types/dlqmessage-list-for-query-dlqmessage-by-group-id-output.d.ts +65 -0
  230. package/dist/esm/types/dlqmessage-list-for-query-dlqmessage-by-group-id-output.d.ts.map +1 -0
  231. package/dist/esm/types/enable-auto-create-group-request.d.ts +30 -0
  232. package/dist/esm/types/enable-auto-create-group-request.d.ts.map +1 -0
  233. package/dist/esm/types/enable-auto-create-group-response.d.ts +20 -0
  234. package/dist/esm/types/enable-auto-create-group-response.d.ts.map +1 -0
  235. package/dist/esm/types/enable-instance-burst-tps-request.d.ts +30 -0
  236. package/dist/esm/types/enable-instance-burst-tps-request.d.ts.map +1 -0
  237. package/dist/esm/types/enable-instance-burst-tps-response.d.ts +20 -0
  238. package/dist/esm/types/enable-instance-burst-tps-response.d.ts.map +1 -0
  239. package/dist/esm/types/enable-instance-inspect-request.d.ts +30 -0
  240. package/dist/esm/types/enable-instance-inspect-request.d.ts.map +1 -0
  241. package/dist/esm/types/enable-instance-inspect-response.d.ts +20 -0
  242. package/dist/esm/types/enable-instance-inspect-response.d.ts.map +1 -0
  243. package/dist/esm/types/filter-info-for-describe-allow-lists-input.d.ts +20 -0
  244. package/dist/esm/types/filter-info-for-describe-allow-lists-input.d.ts.map +1 -0
  245. package/dist/esm/types/filters-for-get-inspect-config-input.d.ts +20 -0
  246. package/dist/esm/types/filters-for-get-inspect-config-input.d.ts.map +1 -0
  247. package/dist/esm/types/get-inspect-config-request.d.ts +41 -0
  248. package/dist/esm/types/get-inspect-config-request.d.ts.map +1 -0
  249. package/dist/esm/types/get-inspect-config-response.d.ts +41 -0
  250. package/dist/esm/types/get-inspect-config-response.d.ts.map +1 -0
  251. package/dist/esm/types/get-instance-inspect-result-request.d.ts +45 -0
  252. package/dist/esm/types/get-instance-inspect-result-request.d.ts.map +1 -0
  253. package/dist/esm/types/get-instance-inspect-result-response.d.ts +46 -0
  254. package/dist/esm/types/get-instance-inspect-result-response.d.ts.map +1 -0
  255. package/dist/esm/types/groups-info-for-describe-groups-output.d.ts +35 -0
  256. package/dist/esm/types/groups-info-for-describe-groups-output.d.ts.map +1 -0
  257. package/dist/esm/types/groups-info-for-describe-topic-groups-output.d.ts +35 -0
  258. package/dist/esm/types/groups-info-for-describe-topic-groups-output.d.ts.map +1 -0
  259. package/dist/esm/types/index.d.ts +193 -0
  260. package/dist/esm/types/index.d.ts.map +1 -0
  261. package/dist/esm/types/instance-tag-for-describe-instance-detail-output.d.ts +30 -0
  262. package/dist/esm/types/instance-tag-for-describe-instance-detail-output.d.ts.map +1 -0
  263. package/dist/esm/types/instance-tag-for-describe-instances-output.d.ts +30 -0
  264. package/dist/esm/types/instance-tag-for-describe-instances-output.d.ts.map +1 -0
  265. package/dist/esm/types/instances-info-for-describe-instances-output.d.ts +152 -0
  266. package/dist/esm/types/instances-info-for-describe-instances-output.d.ts.map +1 -0
  267. package/dist/esm/types/manual-process-result-request.d.ts +30 -0
  268. package/dist/esm/types/manual-process-result-request.d.ts.map +1 -0
  269. package/dist/esm/types/manual-process-result-response.d.ts +20 -0
  270. package/dist/esm/types/manual-process-result-response.d.ts.map +1 -0
  271. package/dist/esm/types/manual-trigger-inspect-request.d.ts +35 -0
  272. package/dist/esm/types/manual-trigger-inspect-request.d.ts.map +1 -0
  273. package/dist/esm/types/manual-trigger-inspect-response.d.ts +20 -0
  274. package/dist/esm/types/manual-trigger-inspect-response.d.ts.map +1 -0
  275. package/dist/esm/types/message-info-for-query-message-by-msg-id-output.d.ts +70 -0
  276. package/dist/esm/types/message-info-for-query-message-by-msg-id-output.d.ts.map +1 -0
  277. package/dist/esm/types/message-info-for-query-message-by-offset-output.d.ts +70 -0
  278. package/dist/esm/types/message-info-for-query-message-by-offset-output.d.ts.map +1 -0
  279. package/dist/esm/types/message-list-for-query-message-by-msg-key-output.d.ts +70 -0
  280. package/dist/esm/types/message-list-for-query-message-by-msg-key-output.d.ts.map +1 -0
  281. package/dist/esm/types/message-list-for-query-message-by-timestamp-output.d.ts +70 -0
  282. package/dist/esm/types/message-list-for-query-message-by-timestamp-output.d.ts.map +1 -0
  283. package/dist/esm/types/message-send-request.d.ts +50 -0
  284. package/dist/esm/types/message-send-request.d.ts.map +1 -0
  285. package/dist/esm/types/message-send-response.d.ts +46 -0
  286. package/dist/esm/types/message-send-response.d.ts.map +1 -0
  287. package/dist/esm/types/modify-access-key-all-authority-request.d.ts +35 -0
  288. package/dist/esm/types/modify-access-key-all-authority-request.d.ts.map +1 -0
  289. package/dist/esm/types/modify-access-key-all-authority-response.d.ts +20 -0
  290. package/dist/esm/types/modify-access-key-all-authority-response.d.ts.map +1 -0
  291. package/dist/esm/types/modify-access-key-authority-request.d.ts +36 -0
  292. package/dist/esm/types/modify-access-key-authority-request.d.ts.map +1 -0
  293. package/dist/esm/types/modify-access-key-authority-response.d.ts +20 -0
  294. package/dist/esm/types/modify-access-key-authority-response.d.ts.map +1 -0
  295. package/dist/esm/types/modify-allow-list-request.d.ts +50 -0
  296. package/dist/esm/types/modify-allow-list-request.d.ts.map +1 -0
  297. package/dist/esm/types/modify-allow-list-response.d.ts +20 -0
  298. package/dist/esm/types/modify-allow-list-response.d.ts.map +1 -0
  299. package/dist/esm/types/modify-group-description-request.d.ts +35 -0
  300. package/dist/esm/types/modify-group-description-request.d.ts.map +1 -0
  301. package/dist/esm/types/modify-group-description-response.d.ts +20 -0
  302. package/dist/esm/types/modify-group-description-response.d.ts.map +1 -0
  303. package/dist/esm/types/modify-instance-attributes-request.d.ts +41 -0
  304. package/dist/esm/types/modify-instance-attributes-request.d.ts.map +1 -0
  305. package/dist/esm/types/modify-instance-attributes-response.d.ts +20 -0
  306. package/dist/esm/types/modify-instance-attributes-response.d.ts.map +1 -0
  307. package/dist/esm/types/modify-instance-charge-type-request.d.ts +31 -0
  308. package/dist/esm/types/modify-instance-charge-type-request.d.ts.map +1 -0
  309. package/dist/esm/types/modify-instance-charge-type-response.d.ts +25 -0
  310. package/dist/esm/types/modify-instance-charge-type-response.d.ts.map +1 -0
  311. package/dist/esm/types/modify-instance-spec-request.d.ts +45 -0
  312. package/dist/esm/types/modify-instance-spec-request.d.ts.map +1 -0
  313. package/dist/esm/types/modify-instance-spec-response.d.ts +25 -0
  314. package/dist/esm/types/modify-instance-spec-response.d.ts.map +1 -0
  315. package/dist/esm/types/modify-topic-access-policies-request.d.ts +36 -0
  316. package/dist/esm/types/modify-topic-access-policies-request.d.ts.map +1 -0
  317. package/dist/esm/types/modify-topic-access-policies-response.d.ts +20 -0
  318. package/dist/esm/types/modify-topic-access-policies-response.d.ts.map +1 -0
  319. package/dist/esm/types/modify-topic-description-request.d.ts +35 -0
  320. package/dist/esm/types/modify-topic-description-request.d.ts.map +1 -0
  321. package/dist/esm/types/modify-topic-description-response.d.ts +20 -0
  322. package/dist/esm/types/modify-topic-description-response.d.ts.map +1 -0
  323. package/dist/esm/types/msgqueue-for-message-send-output.d.ts +35 -0
  324. package/dist/esm/types/msgqueue-for-message-send-output.d.ts.map +1 -0
  325. package/dist/esm/types/producer-trace-info-for-query-message-trace-by-message-id-output.d.ts +40 -0
  326. package/dist/esm/types/producer-trace-info-for-query-message-trace-by-message-id-output.d.ts.map +1 -0
  327. package/dist/esm/types/product-info-for-modify-instance-attributes-input.d.ts +25 -0
  328. package/dist/esm/types/product-info-for-modify-instance-attributes-input.d.ts.map +1 -0
  329. package/dist/esm/types/query-dlqmessage-by-group-id-request.d.ts +50 -0
  330. package/dist/esm/types/query-dlqmessage-by-group-id-request.d.ts.map +1 -0
  331. package/dist/esm/types/query-dlqmessage-by-group-id-response.d.ts +31 -0
  332. package/dist/esm/types/query-dlqmessage-by-group-id-response.d.ts.map +1 -0
  333. package/dist/esm/types/query-dlqmessage-by-id-request.d.ts +35 -0
  334. package/dist/esm/types/query-dlqmessage-by-id-request.d.ts.map +1 -0
  335. package/dist/esm/types/query-dlqmessage-by-id-response.d.ts +26 -0
  336. package/dist/esm/types/query-dlqmessage-by-id-response.d.ts.map +1 -0
  337. package/dist/esm/types/query-message-by-msg-id-request.d.ts +35 -0
  338. package/dist/esm/types/query-message-by-msg-id-request.d.ts.map +1 -0
  339. package/dist/esm/types/query-message-by-msg-id-response.d.ts +26 -0
  340. package/dist/esm/types/query-message-by-msg-id-response.d.ts.map +1 -0
  341. package/dist/esm/types/query-message-by-msg-key-request.d.ts +35 -0
  342. package/dist/esm/types/query-message-by-msg-key-request.d.ts.map +1 -0
  343. package/dist/esm/types/query-message-by-msg-key-response.d.ts +31 -0
  344. package/dist/esm/types/query-message-by-msg-key-response.d.ts.map +1 -0
  345. package/dist/esm/types/query-message-by-offset-request.d.ts +50 -0
  346. package/dist/esm/types/query-message-by-offset-request.d.ts.map +1 -0
  347. package/dist/esm/types/query-message-by-offset-response.d.ts +26 -0
  348. package/dist/esm/types/query-message-by-offset-response.d.ts.map +1 -0
  349. package/dist/esm/types/query-message-by-timestamp-request.d.ts +45 -0
  350. package/dist/esm/types/query-message-by-timestamp-request.d.ts.map +1 -0
  351. package/dist/esm/types/query-message-by-timestamp-response.d.ts +31 -0
  352. package/dist/esm/types/query-message-by-timestamp-response.d.ts.map +1 -0
  353. package/dist/esm/types/query-message-trace-by-message-id-request.d.ts +55 -0
  354. package/dist/esm/types/query-message-trace-by-message-id-request.d.ts.map +1 -0
  355. package/dist/esm/types/query-message-trace-by-message-id-response.d.ts +32 -0
  356. package/dist/esm/types/query-message-trace-by-message-id-response.d.ts.map +1 -0
  357. package/dist/esm/types/queues-info-for-describe-topic-queue-output.d.ts +45 -0
  358. package/dist/esm/types/queues-info-for-describe-topic-queue-output.d.ts.map +1 -0
  359. package/dist/esm/types/region-for-describe-regions-output.d.ts +40 -0
  360. package/dist/esm/types/region-for-describe-regions-output.d.ts.map +1 -0
  361. package/dist/esm/types/remove-plwhitelist-request.d.ts +30 -0
  362. package/dist/esm/types/remove-plwhitelist-request.d.ts.map +1 -0
  363. package/dist/esm/types/remove-plwhitelist-response.d.ts +20 -0
  364. package/dist/esm/types/remove-plwhitelist-response.d.ts.map +1 -0
  365. package/dist/esm/types/remove-tags-from-resource-request.d.ts +35 -0
  366. package/dist/esm/types/remove-tags-from-resource-request.d.ts.map +1 -0
  367. package/dist/esm/types/remove-tags-from-resource-response.d.ts +20 -0
  368. package/dist/esm/types/remove-tags-from-resource-response.d.ts.map +1 -0
  369. package/dist/esm/types/resend-dlqmessage-by-id-request.d.ts +35 -0
  370. package/dist/esm/types/resend-dlqmessage-by-id-request.d.ts.map +1 -0
  371. package/dist/esm/types/resend-dlqmessage-by-id-response.d.ts +26 -0
  372. package/dist/esm/types/resend-dlqmessage-by-id-response.d.ts.map +1 -0
  373. package/dist/esm/types/resend-result-for-resend-dlqmessage-by-id-output.d.ts +30 -0
  374. package/dist/esm/types/resend-result-for-resend-dlqmessage-by-id-output.d.ts.map +1 -0
  375. package/dist/esm/types/reset-consumed-offsets-request.d.ts +45 -0
  376. package/dist/esm/types/reset-consumed-offsets-request.d.ts.map +1 -0
  377. package/dist/esm/types/reset-consumed-offsets-response.d.ts +20 -0
  378. package/dist/esm/types/reset-consumed-offsets-response.d.ts.map +1 -0
  379. package/dist/esm/types/result-for-get-instance-inspect-result-output.d.ts +65 -0
  380. package/dist/esm/types/result-for-get-instance-inspect-result-output.d.ts.map +1 -0
  381. package/dist/esm/types/tag-filter-for-describe-instances-input.d.ts +30 -0
  382. package/dist/esm/types/tag-filter-for-describe-instances-input.d.ts.map +1 -0
  383. package/dist/esm/types/tag-filter-for-describe-tags-by-resource-input.d.ts +30 -0
  384. package/dist/esm/types/tag-filter-for-describe-tags-by-resource-input.d.ts.map +1 -0
  385. package/dist/esm/types/tag-for-add-tags-to-resource-input.d.ts +30 -0
  386. package/dist/esm/types/tag-for-add-tags-to-resource-input.d.ts.map +1 -0
  387. package/dist/esm/types/tag-resource-for-describe-tags-by-resource-output.d.ts +35 -0
  388. package/dist/esm/types/tag-resource-for-describe-tags-by-resource-output.d.ts.map +1 -0
  389. package/dist/esm/types/topic-permission-for-describe-access-key-detail-output.d.ts +30 -0
  390. package/dist/esm/types/topic-permission-for-describe-access-key-detail-output.d.ts.map +1 -0
  391. package/dist/esm/types/topics-info-for-describe-topics-output.d.ts +45 -0
  392. package/dist/esm/types/topics-info-for-describe-topics-output.d.ts.map +1 -0
  393. package/dist/esm/types/zone-for-describe-availability-zones-output.d.ts +40 -0
  394. package/dist/esm/types/zone-for-describe-availability-zones-output.d.ts.map +1 -0
  395. package/dist/tsconfig.tsbuildinfo +1 -0
  396. package/package.json +37 -0
  397. package/rslib.config.ts +26 -0
  398. package/src/api.ts +1407 -0
  399. package/src/index.ts +14 -0
  400. package/src/types/access-keys-info-for-describe-access-keys-output.ts +58 -0
  401. package/src/types/access-policy-for-create-topic-async-input.ts +34 -0
  402. package/src/types/access-policy-for-create-topic-input.ts +34 -0
  403. package/src/types/access-policy-for-describe-topic-access-policies-output.ts +34 -0
  404. package/src/types/access-policy-for-modify-access-key-authority-input.ts +34 -0
  405. package/src/types/access-policy-for-modify-topic-access-policies-input.ts +34 -0
  406. package/src/types/add-plwhitelist-request.ts +34 -0
  407. package/src/types/add-plwhitelist-response.ts +22 -0
  408. package/src/types/add-tags-to-resource-request.ts +35 -0
  409. package/src/types/add-tags-to-resource-response.ts +22 -0
  410. package/src/types/allow-list-for-describe-allow-lists-output.ts +58 -0
  411. package/src/types/associate-allow-list-request.ts +34 -0
  412. package/src/types/associate-allow-list-response.ts +22 -0
  413. package/src/types/associated-instance-for-describe-allow-list-detail-output.ts +40 -0
  414. package/src/types/basic-info-for-describe-instance-detail-output.ts +180 -0
  415. package/src/types/bind-tag-for-create-instance-input.ts +34 -0
  416. package/src/types/charge-detail-for-describe-instance-detail-output.ts +70 -0
  417. package/src/types/charge-detail-for-describe-instances-output.ts +70 -0
  418. package/src/types/charge-info-for-create-instance-input.ts +46 -0
  419. package/src/types/charge-info-for-modify-instance-charge-type-input.ts +46 -0
  420. package/src/types/config-for-get-inspect-config-output.ts +53 -0
  421. package/src/types/configurable-for-get-inspect-config-output.ts +34 -0
  422. package/src/types/connection-info-for-describe-instance-detail-output.ts +52 -0
  423. package/src/types/consumed-clients-info-for-describe-consumed-clients-output.ts +52 -0
  424. package/src/types/consumed-queue-info-for-describe-consumed-topic-detail-output.ts +52 -0
  425. package/src/types/consumed-topics-info-for-describe-consumed-topics-output.ts +40 -0
  426. package/src/types/consumer-trace-info-for-query-message-trace-by-message-id-output.ts +70 -0
  427. package/src/types/create-access-key-request.ts +40 -0
  428. package/src/types/create-access-key-response.ts +34 -0
  429. package/src/types/create-allow-list-request.ts +46 -0
  430. package/src/types/create-allow-list-response.ts +28 -0
  431. package/src/types/create-group-async-request.ts +58 -0
  432. package/src/types/create-group-async-response.ts +22 -0
  433. package/src/types/create-group-request.ts +58 -0
  434. package/src/types/create-group-response.ts +22 -0
  435. package/src/types/create-instance-request.ts +138 -0
  436. package/src/types/create-instance-response.ts +34 -0
  437. package/src/types/create-private-link-request.ts +28 -0
  438. package/src/types/create-private-link-response.ts +34 -0
  439. package/src/types/create-public-address-request.ts +40 -0
  440. package/src/types/create-public-address-response.ts +22 -0
  441. package/src/types/create-topic-async-request.ts +59 -0
  442. package/src/types/create-topic-async-response.ts +22 -0
  443. package/src/types/create-topic-request.ts +59 -0
  444. package/src/types/create-topic-response.ts +34 -0
  445. package/src/types/delete-access-key-request.ts +34 -0
  446. package/src/types/delete-access-key-response.ts +22 -0
  447. package/src/types/delete-allow-list-request.ts +28 -0
  448. package/src/types/delete-allow-list-response.ts +22 -0
  449. package/src/types/delete-group-async-request.ts +34 -0
  450. package/src/types/delete-group-async-response.ts +22 -0
  451. package/src/types/delete-group-request.ts +34 -0
  452. package/src/types/delete-group-response.ts +22 -0
  453. package/src/types/delete-groups-request.ts +34 -0
  454. package/src/types/delete-groups-response.ts +22 -0
  455. package/src/types/delete-instance-request.ts +28 -0
  456. package/src/types/delete-instance-response.ts +22 -0
  457. package/src/types/delete-private-link-request.ts +28 -0
  458. package/src/types/delete-private-link-response.ts +22 -0
  459. package/src/types/delete-public-address-request.ts +28 -0
  460. package/src/types/delete-public-address-response.ts +22 -0
  461. package/src/types/delete-topic-async-request.ts +34 -0
  462. package/src/types/delete-topic-async-response.ts +22 -0
  463. package/src/types/delete-topic-request.ts +34 -0
  464. package/src/types/delete-topic-response.ts +22 -0
  465. package/src/types/describe-access-key-detail-request.ts +34 -0
  466. package/src/types/describe-access-key-detail-response.ts +53 -0
  467. package/src/types/describe-access-keys-request.ts +46 -0
  468. package/src/types/describe-access-keys-response.ts +35 -0
  469. package/src/types/describe-allow-list-detail-request.ts +28 -0
  470. package/src/types/describe-allow-list-detail-response.ts +59 -0
  471. package/src/types/describe-allow-lists-request.ts +101 -0
  472. package/src/types/describe-allow-lists-response.ts +29 -0
  473. package/src/types/describe-availability-zones-request.ts +28 -0
  474. package/src/types/describe-availability-zones-response.ts +35 -0
  475. package/src/types/describe-consumed-clients-request.ts +58 -0
  476. package/src/types/describe-consumed-clients-response.ts +35 -0
  477. package/src/types/describe-consumed-topic-detail-request.ts +52 -0
  478. package/src/types/describe-consumed-topic-detail-response.ts +35 -0
  479. package/src/types/describe-consumed-topics-request.ts +58 -0
  480. package/src/types/describe-consumed-topics-response.ts +41 -0
  481. package/src/types/describe-groups-detail-request.ts +34 -0
  482. package/src/types/describe-groups-detail-response.ts +118 -0
  483. package/src/types/describe-groups-request.ts +52 -0
  484. package/src/types/describe-groups-response.ts +35 -0
  485. package/src/types/describe-instance-detail-request.ts +28 -0
  486. package/src/types/describe-instance-detail-response.ts +49 -0
  487. package/src/types/describe-instances-request.ts +107 -0
  488. package/src/types/describe-instances-response.ts +35 -0
  489. package/src/types/describe-plwhitelist-request.ts +28 -0
  490. package/src/types/describe-plwhitelist-response.ts +40 -0
  491. package/src/types/describe-regions-request.ts +22 -0
  492. package/src/types/describe-regions-response.ts +29 -0
  493. package/src/types/describe-secret-key-request.ts +34 -0
  494. package/src/types/describe-secret-key-response.ts +34 -0
  495. package/src/types/describe-tags-by-resource-request.ts +47 -0
  496. package/src/types/describe-tags-by-resource-response.ts +35 -0
  497. package/src/types/describe-topic-access-policies-request.ts +52 -0
  498. package/src/types/describe-topic-access-policies-response.ts +35 -0
  499. package/src/types/describe-topic-detail-request.ts +34 -0
  500. package/src/types/describe-topic-detail-response.ts +76 -0
  501. package/src/types/describe-topic-groups-request.ts +52 -0
  502. package/src/types/describe-topic-groups-response.ts +35 -0
  503. package/src/types/describe-topic-queue-request.ts +52 -0
  504. package/src/types/describe-topic-queue-response.ts +35 -0
  505. package/src/types/describe-topics-request.ts +64 -0
  506. package/src/types/describe-topics-response.ts +41 -0
  507. package/src/types/disassociate-allow-list-request.ts +34 -0
  508. package/src/types/disassociate-allow-list-response.ts +22 -0
  509. package/src/types/dlqmessage-info-for-query-dlqmessage-by-id-output.ts +76 -0
  510. package/src/types/dlqmessage-list-for-query-dlqmessage-by-group-id-output.ts +76 -0
  511. package/src/types/enable-auto-create-group-request.ts +34 -0
  512. package/src/types/enable-auto-create-group-response.ts +22 -0
  513. package/src/types/enable-instance-burst-tps-request.ts +34 -0
  514. package/src/types/enable-instance-burst-tps-response.ts +22 -0
  515. package/src/types/enable-instance-inspect-request.ts +34 -0
  516. package/src/types/enable-instance-inspect-response.ts +22 -0
  517. package/src/types/filter-info-for-describe-allow-lists-input.ts +22 -0
  518. package/src/types/filters-for-get-inspect-config-input.ts +22 -0
  519. package/src/types/get-inspect-config-request.ts +47 -0
  520. package/src/types/get-inspect-config-response.ts +47 -0
  521. package/src/types/get-instance-inspect-result-request.ts +52 -0
  522. package/src/types/get-instance-inspect-result-response.ts +53 -0
  523. package/src/types/groups-info-for-describe-groups-output.ts +40 -0
  524. package/src/types/groups-info-for-describe-topic-groups-output.ts +40 -0
  525. package/src/types/index.ts +192 -0
  526. package/src/types/instance-tag-for-describe-instance-detail-output.ts +34 -0
  527. package/src/types/instance-tag-for-describe-instances-output.ts +34 -0
  528. package/src/types/instances-info-for-describe-instances-output.ts +180 -0
  529. package/src/types/manual-process-result-request.ts +34 -0
  530. package/src/types/manual-process-result-response.ts +22 -0
  531. package/src/types/manual-trigger-inspect-request.ts +40 -0
  532. package/src/types/manual-trigger-inspect-response.ts +22 -0
  533. package/src/types/message-info-for-query-message-by-msg-id-output.ts +82 -0
  534. package/src/types/message-info-for-query-message-by-offset-output.ts +82 -0
  535. package/src/types/message-list-for-query-message-by-msg-key-output.ts +82 -0
  536. package/src/types/message-list-for-query-message-by-timestamp-output.ts +82 -0
  537. package/src/types/message-send-request.ts +58 -0
  538. package/src/types/message-send-response.ts +53 -0
  539. package/src/types/modify-access-key-all-authority-request.ts +40 -0
  540. package/src/types/modify-access-key-all-authority-response.ts +22 -0
  541. package/src/types/modify-access-key-authority-request.ts +41 -0
  542. package/src/types/modify-access-key-authority-response.ts +22 -0
  543. package/src/types/modify-allow-list-request.ts +58 -0
  544. package/src/types/modify-allow-list-response.ts +22 -0
  545. package/src/types/modify-group-description-request.ts +40 -0
  546. package/src/types/modify-group-description-response.ts +22 -0
  547. package/src/types/modify-instance-attributes-request.ts +47 -0
  548. package/src/types/modify-instance-attributes-response.ts +22 -0
  549. package/src/types/modify-instance-charge-type-request.ts +35 -0
  550. package/src/types/modify-instance-charge-type-response.ts +28 -0
  551. package/src/types/modify-instance-spec-request.ts +52 -0
  552. package/src/types/modify-instance-spec-response.ts +28 -0
  553. package/src/types/modify-topic-access-policies-request.ts +41 -0
  554. package/src/types/modify-topic-access-policies-response.ts +22 -0
  555. package/src/types/modify-topic-description-request.ts +40 -0
  556. package/src/types/modify-topic-description-response.ts +22 -0
  557. package/src/types/msgqueue-for-message-send-output.ts +40 -0
  558. package/src/types/producer-trace-info-for-query-message-trace-by-message-id-output.ts +46 -0
  559. package/src/types/product-info-for-modify-instance-attributes-input.ts +28 -0
  560. package/src/types/query-dlqmessage-by-group-id-request.ts +58 -0
  561. package/src/types/query-dlqmessage-by-group-id-response.ts +35 -0
  562. package/src/types/query-dlqmessage-by-id-request.ts +40 -0
  563. package/src/types/query-dlqmessage-by-id-response.ts +29 -0
  564. package/src/types/query-message-by-msg-id-request.ts +40 -0
  565. package/src/types/query-message-by-msg-id-response.ts +29 -0
  566. package/src/types/query-message-by-msg-key-request.ts +40 -0
  567. package/src/types/query-message-by-msg-key-response.ts +35 -0
  568. package/src/types/query-message-by-offset-request.ts +58 -0
  569. package/src/types/query-message-by-offset-response.ts +29 -0
  570. package/src/types/query-message-by-timestamp-request.ts +52 -0
  571. package/src/types/query-message-by-timestamp-response.ts +35 -0
  572. package/src/types/query-message-trace-by-message-id-request.ts +64 -0
  573. package/src/types/query-message-trace-by-message-id-response.ts +36 -0
  574. package/src/types/queues-info-for-describe-topic-queue-output.ts +52 -0
  575. package/src/types/region-for-describe-regions-output.ts +46 -0
  576. package/src/types/remove-plwhitelist-request.ts +34 -0
  577. package/src/types/remove-plwhitelist-response.ts +22 -0
  578. package/src/types/remove-tags-from-resource-request.ts +40 -0
  579. package/src/types/remove-tags-from-resource-response.ts +22 -0
  580. package/src/types/resend-dlqmessage-by-id-request.ts +40 -0
  581. package/src/types/resend-dlqmessage-by-id-response.ts +29 -0
  582. package/src/types/resend-result-for-resend-dlqmessage-by-id-output.ts +34 -0
  583. package/src/types/reset-consumed-offsets-request.ts +52 -0
  584. package/src/types/reset-consumed-offsets-response.ts +22 -0
  585. package/src/types/result-for-get-instance-inspect-result-output.ts +76 -0
  586. package/src/types/tag-filter-for-describe-instances-input.ts +34 -0
  587. package/src/types/tag-filter-for-describe-tags-by-resource-input.ts +34 -0
  588. package/src/types/tag-for-add-tags-to-resource-input.ts +34 -0
  589. package/src/types/tag-resource-for-describe-tags-by-resource-output.ts +40 -0
  590. package/src/types/topic-permission-for-describe-access-key-detail-output.ts +34 -0
  591. package/src/types/topics-info-for-describe-topics-output.ts +52 -0
  592. package/src/types/zone-for-describe-availability-zones-output.ts +46 -0
  593. package/tsconfig.json +12 -0
package/src/api.ts ADDED
@@ -0,0 +1,1407 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * rocketmq
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { Client, ClientConfig, Command, buildRequestConfigFromMetaPath, CommandOutput } from '@volcengine/sdk-core';
16
+
17
+ import { AddPLWhitelistRequest } from './types/index';
18
+ import { AddPLWhitelistResponse } from './types/index';
19
+ import { AddTagsToResourceRequest } from './types/index';
20
+ import { AddTagsToResourceResponse } from './types/index';
21
+ import { AssociateAllowListRequest } from './types/index';
22
+ import { AssociateAllowListResponse } from './types/index';
23
+ import { CreateAccessKeyRequest } from './types/index';
24
+ import { CreateAccessKeyResponse } from './types/index';
25
+ import { CreateAllowListRequest } from './types/index';
26
+ import { CreateAllowListResponse } from './types/index';
27
+ import { CreateGroupAsyncRequest } from './types/index';
28
+ import { CreateGroupAsyncResponse } from './types/index';
29
+ import { CreateGroupRequest } from './types/index';
30
+ import { CreateGroupResponse } from './types/index';
31
+ import { CreateInstanceRequest } from './types/index';
32
+ import { CreateInstanceResponse } from './types/index';
33
+ import { CreatePrivateLinkRequest } from './types/index';
34
+ import { CreatePrivateLinkResponse } from './types/index';
35
+ import { CreatePublicAddressRequest } from './types/index';
36
+ import { CreatePublicAddressResponse } from './types/index';
37
+ import { CreateTopicAsyncRequest } from './types/index';
38
+ import { CreateTopicAsyncResponse } from './types/index';
39
+ import { CreateTopicRequest } from './types/index';
40
+ import { CreateTopicResponse } from './types/index';
41
+ import { DeleteAccessKeyRequest } from './types/index';
42
+ import { DeleteAccessKeyResponse } from './types/index';
43
+ import { DeleteAllowListRequest } from './types/index';
44
+ import { DeleteAllowListResponse } from './types/index';
45
+ import { DeleteGroupAsyncRequest } from './types/index';
46
+ import { DeleteGroupAsyncResponse } from './types/index';
47
+ import { DeleteGroupRequest } from './types/index';
48
+ import { DeleteGroupResponse } from './types/index';
49
+ import { DeleteGroupsRequest } from './types/index';
50
+ import { DeleteGroupsResponse } from './types/index';
51
+ import { DeleteInstanceRequest } from './types/index';
52
+ import { DeleteInstanceResponse } from './types/index';
53
+ import { DeletePrivateLinkRequest } from './types/index';
54
+ import { DeletePrivateLinkResponse } from './types/index';
55
+ import { DeletePublicAddressRequest } from './types/index';
56
+ import { DeletePublicAddressResponse } from './types/index';
57
+ import { DeleteTopicAsyncRequest } from './types/index';
58
+ import { DeleteTopicAsyncResponse } from './types/index';
59
+ import { DeleteTopicRequest } from './types/index';
60
+ import { DeleteTopicResponse } from './types/index';
61
+ import { DescribeAccessKeyDetailRequest } from './types/index';
62
+ import { DescribeAccessKeyDetailResponse } from './types/index';
63
+ import { DescribeAccessKeysRequest } from './types/index';
64
+ import { DescribeAccessKeysResponse } from './types/index';
65
+ import { DescribeAllowListDetailRequest } from './types/index';
66
+ import { DescribeAllowListDetailResponse } from './types/index';
67
+ import { DescribeAllowListsRequest } from './types/index';
68
+ import { DescribeAllowListsResponse } from './types/index';
69
+ import { DescribeAvailabilityZonesRequest } from './types/index';
70
+ import { DescribeAvailabilityZonesResponse } from './types/index';
71
+ import { DescribeConsumedClientsRequest } from './types/index';
72
+ import { DescribeConsumedClientsResponse } from './types/index';
73
+ import { DescribeConsumedTopicDetailRequest } from './types/index';
74
+ import { DescribeConsumedTopicDetailResponse } from './types/index';
75
+ import { DescribeConsumedTopicsRequest } from './types/index';
76
+ import { DescribeConsumedTopicsResponse } from './types/index';
77
+ import { DescribeGroupsDetailRequest } from './types/index';
78
+ import { DescribeGroupsDetailResponse } from './types/index';
79
+ import { DescribeGroupsRequest } from './types/index';
80
+ import { DescribeGroupsResponse } from './types/index';
81
+ import { DescribeInstanceDetailRequest } from './types/index';
82
+ import { DescribeInstanceDetailResponse } from './types/index';
83
+ import { DescribeInstancesRequest } from './types/index';
84
+ import { DescribeInstancesResponse } from './types/index';
85
+ import { DescribePLWhitelistRequest } from './types/index';
86
+ import { DescribePLWhitelistResponse } from './types/index';
87
+ import { DescribeRegionsRequest } from './types/index';
88
+ import { DescribeRegionsResponse } from './types/index';
89
+ import { DescribeSecretKeyRequest } from './types/index';
90
+ import { DescribeSecretKeyResponse } from './types/index';
91
+ import { DescribeTagsByResourceRequest } from './types/index';
92
+ import { DescribeTagsByResourceResponse } from './types/index';
93
+ import { DescribeTopicAccessPoliciesRequest } from './types/index';
94
+ import { DescribeTopicAccessPoliciesResponse } from './types/index';
95
+ import { DescribeTopicDetailRequest } from './types/index';
96
+ import { DescribeTopicDetailResponse } from './types/index';
97
+ import { DescribeTopicGroupsRequest } from './types/index';
98
+ import { DescribeTopicGroupsResponse } from './types/index';
99
+ import { DescribeTopicQueueRequest } from './types/index';
100
+ import { DescribeTopicQueueResponse } from './types/index';
101
+ import { DescribeTopicsRequest } from './types/index';
102
+ import { DescribeTopicsResponse } from './types/index';
103
+ import { DisassociateAllowListRequest } from './types/index';
104
+ import { DisassociateAllowListResponse } from './types/index';
105
+ import { EnableAutoCreateGroupRequest } from './types/index';
106
+ import { EnableAutoCreateGroupResponse } from './types/index';
107
+ import { EnableInstanceBurstTpsRequest } from './types/index';
108
+ import { EnableInstanceBurstTpsResponse } from './types/index';
109
+ import { EnableInstanceInspectRequest } from './types/index';
110
+ import { EnableInstanceInspectResponse } from './types/index';
111
+ import { GetInspectConfigRequest } from './types/index';
112
+ import { GetInspectConfigResponse } from './types/index';
113
+ import { GetInstanceInspectResultRequest } from './types/index';
114
+ import { GetInstanceInspectResultResponse } from './types/index';
115
+ import { ManualProcessResultRequest } from './types/index';
116
+ import { ManualProcessResultResponse } from './types/index';
117
+ import { ManualTriggerInspectRequest } from './types/index';
118
+ import { ManualTriggerInspectResponse } from './types/index';
119
+ import { MessageSendRequest } from './types/index';
120
+ import { MessageSendResponse } from './types/index';
121
+ import { ModifyAccessKeyAllAuthorityRequest } from './types/index';
122
+ import { ModifyAccessKeyAllAuthorityResponse } from './types/index';
123
+ import { ModifyAccessKeyAuthorityRequest } from './types/index';
124
+ import { ModifyAccessKeyAuthorityResponse } from './types/index';
125
+ import { ModifyAllowListRequest } from './types/index';
126
+ import { ModifyAllowListResponse } from './types/index';
127
+ import { ModifyGroupDescriptionRequest } from './types/index';
128
+ import { ModifyGroupDescriptionResponse } from './types/index';
129
+ import { ModifyInstanceAttributesRequest } from './types/index';
130
+ import { ModifyInstanceAttributesResponse } from './types/index';
131
+ import { ModifyInstanceChargeTypeRequest } from './types/index';
132
+ import { ModifyInstanceChargeTypeResponse } from './types/index';
133
+ import { ModifyInstanceSpecRequest } from './types/index';
134
+ import { ModifyInstanceSpecResponse } from './types/index';
135
+ import { ModifyTopicAccessPoliciesRequest } from './types/index';
136
+ import { ModifyTopicAccessPoliciesResponse } from './types/index';
137
+ import { ModifyTopicDescriptionRequest } from './types/index';
138
+ import { ModifyTopicDescriptionResponse } from './types/index';
139
+ import { QueryDLQMessageByGroupIdRequest } from './types/index';
140
+ import { QueryDLQMessageByGroupIdResponse } from './types/index';
141
+ import { QueryDLQMessageByIdRequest } from './types/index';
142
+ import { QueryDLQMessageByIdResponse } from './types/index';
143
+ import { QueryMessageByMsgIdRequest } from './types/index';
144
+ import { QueryMessageByMsgIdResponse } from './types/index';
145
+ import { QueryMessageByMsgKeyRequest } from './types/index';
146
+ import { QueryMessageByMsgKeyResponse } from './types/index';
147
+ import { QueryMessageByOffsetRequest } from './types/index';
148
+ import { QueryMessageByOffsetResponse } from './types/index';
149
+ import { QueryMessageByTimestampRequest } from './types/index';
150
+ import { QueryMessageByTimestampResponse } from './types/index';
151
+ import { QueryMessageTraceByMessageIdRequest } from './types/index';
152
+ import { QueryMessageTraceByMessageIdResponse } from './types/index';
153
+ import { RemovePLWhitelistRequest } from './types/index';
154
+ import { RemovePLWhitelistResponse } from './types/index';
155
+ import { RemoveTagsFromResourceRequest } from './types/index';
156
+ import { RemoveTagsFromResourceResponse } from './types/index';
157
+ import { ResendDLQMessageByIdRequest } from './types/index';
158
+ import { ResendDLQMessageByIdResponse } from './types/index';
159
+ import { ResetConsumedOffsetsRequest } from './types/index';
160
+ import { ResetConsumedOffsetsResponse } from './types/index';
161
+
162
+ // ============================================================================
163
+ // Output Type Definitions
164
+ // ============================================================================
165
+ export type AddPLWhitelistCommandOutput = CommandOutput<AddPLWhitelistResponse>;
166
+ export type AddTagsToResourceCommandOutput = CommandOutput<AddTagsToResourceResponse>;
167
+ export type AssociateAllowListCommandOutput = CommandOutput<AssociateAllowListResponse>;
168
+ export type CreateAccessKeyCommandOutput = CommandOutput<CreateAccessKeyResponse>;
169
+ export type CreateAllowListCommandOutput = CommandOutput<CreateAllowListResponse>;
170
+ export type CreateGroupCommandOutput = CommandOutput<CreateGroupResponse>;
171
+ export type CreateGroupAsyncCommandOutput = CommandOutput<CreateGroupAsyncResponse>;
172
+ export type CreateInstanceCommandOutput = CommandOutput<CreateInstanceResponse>;
173
+ export type CreatePrivateLinkCommandOutput = CommandOutput<CreatePrivateLinkResponse>;
174
+ export type CreatePublicAddressCommandOutput = CommandOutput<CreatePublicAddressResponse>;
175
+ export type CreateTopicCommandOutput = CommandOutput<CreateTopicResponse>;
176
+ export type CreateTopicAsyncCommandOutput = CommandOutput<CreateTopicAsyncResponse>;
177
+ export type DeleteAccessKeyCommandOutput = CommandOutput<DeleteAccessKeyResponse>;
178
+ export type DeleteAllowListCommandOutput = CommandOutput<DeleteAllowListResponse>;
179
+ export type DeleteGroupCommandOutput = CommandOutput<DeleteGroupResponse>;
180
+ export type DeleteGroupAsyncCommandOutput = CommandOutput<DeleteGroupAsyncResponse>;
181
+ export type DeleteGroupsCommandOutput = CommandOutput<DeleteGroupsResponse>;
182
+ export type DeleteInstanceCommandOutput = CommandOutput<DeleteInstanceResponse>;
183
+ export type DeletePrivateLinkCommandOutput = CommandOutput<DeletePrivateLinkResponse>;
184
+ export type DeletePublicAddressCommandOutput = CommandOutput<DeletePublicAddressResponse>;
185
+ export type DeleteTopicCommandOutput = CommandOutput<DeleteTopicResponse>;
186
+ export type DeleteTopicAsyncCommandOutput = CommandOutput<DeleteTopicAsyncResponse>;
187
+ export type DescribeAccessKeyDetailCommandOutput = CommandOutput<DescribeAccessKeyDetailResponse>;
188
+ export type DescribeAccessKeysCommandOutput = CommandOutput<DescribeAccessKeysResponse>;
189
+ export type DescribeAllowListDetailCommandOutput = CommandOutput<DescribeAllowListDetailResponse>;
190
+ export type DescribeAllowListsCommandOutput = CommandOutput<DescribeAllowListsResponse>;
191
+ export type DescribeAvailabilityZonesCommandOutput = CommandOutput<DescribeAvailabilityZonesResponse>;
192
+ export type DescribeConsumedClientsCommandOutput = CommandOutput<DescribeConsumedClientsResponse>;
193
+ export type DescribeConsumedTopicDetailCommandOutput = CommandOutput<DescribeConsumedTopicDetailResponse>;
194
+ export type DescribeConsumedTopicsCommandOutput = CommandOutput<DescribeConsumedTopicsResponse>;
195
+ export type DescribeGroupsCommandOutput = CommandOutput<DescribeGroupsResponse>;
196
+ export type DescribeGroupsDetailCommandOutput = CommandOutput<DescribeGroupsDetailResponse>;
197
+ export type DescribeInstanceDetailCommandOutput = CommandOutput<DescribeInstanceDetailResponse>;
198
+ export type DescribeInstancesCommandOutput = CommandOutput<DescribeInstancesResponse>;
199
+ export type DescribePLWhitelistCommandOutput = CommandOutput<DescribePLWhitelistResponse>;
200
+ export type DescribeRegionsCommandOutput = CommandOutput<DescribeRegionsResponse>;
201
+ export type DescribeSecretKeyCommandOutput = CommandOutput<DescribeSecretKeyResponse>;
202
+ export type DescribeTagsByResourceCommandOutput = CommandOutput<DescribeTagsByResourceResponse>;
203
+ export type DescribeTopicAccessPoliciesCommandOutput = CommandOutput<DescribeTopicAccessPoliciesResponse>;
204
+ export type DescribeTopicDetailCommandOutput = CommandOutput<DescribeTopicDetailResponse>;
205
+ export type DescribeTopicGroupsCommandOutput = CommandOutput<DescribeTopicGroupsResponse>;
206
+ export type DescribeTopicQueueCommandOutput = CommandOutput<DescribeTopicQueueResponse>;
207
+ export type DescribeTopicsCommandOutput = CommandOutput<DescribeTopicsResponse>;
208
+ export type DisassociateAllowListCommandOutput = CommandOutput<DisassociateAllowListResponse>;
209
+ export type EnableAutoCreateGroupCommandOutput = CommandOutput<EnableAutoCreateGroupResponse>;
210
+ export type EnableInstanceBurstTpsCommandOutput = CommandOutput<EnableInstanceBurstTpsResponse>;
211
+ export type EnableInstanceInspectCommandOutput = CommandOutput<EnableInstanceInspectResponse>;
212
+ export type GetInspectConfigCommandOutput = CommandOutput<GetInspectConfigResponse>;
213
+ export type GetInstanceInspectResultCommandOutput = CommandOutput<GetInstanceInspectResultResponse>;
214
+ export type ManualProcessResultCommandOutput = CommandOutput<ManualProcessResultResponse>;
215
+ export type ManualTriggerInspectCommandOutput = CommandOutput<ManualTriggerInspectResponse>;
216
+ export type MessageSendCommandOutput = CommandOutput<MessageSendResponse>;
217
+ export type ModifyAccessKeyAllAuthorityCommandOutput = CommandOutput<ModifyAccessKeyAllAuthorityResponse>;
218
+ export type ModifyAccessKeyAuthorityCommandOutput = CommandOutput<ModifyAccessKeyAuthorityResponse>;
219
+ export type ModifyAllowListCommandOutput = CommandOutput<ModifyAllowListResponse>;
220
+ export type ModifyGroupDescriptionCommandOutput = CommandOutput<ModifyGroupDescriptionResponse>;
221
+ export type ModifyInstanceAttributesCommandOutput = CommandOutput<ModifyInstanceAttributesResponse>;
222
+ export type ModifyInstanceChargeTypeCommandOutput = CommandOutput<ModifyInstanceChargeTypeResponse>;
223
+ export type ModifyInstanceSpecCommandOutput = CommandOutput<ModifyInstanceSpecResponse>;
224
+ export type ModifyTopicAccessPoliciesCommandOutput = CommandOutput<ModifyTopicAccessPoliciesResponse>;
225
+ export type ModifyTopicDescriptionCommandOutput = CommandOutput<ModifyTopicDescriptionResponse>;
226
+ export type QueryDLQMessageByGroupIdCommandOutput = CommandOutput<QueryDLQMessageByGroupIdResponse>;
227
+ export type QueryDLQMessageByIdCommandOutput = CommandOutput<QueryDLQMessageByIdResponse>;
228
+ export type QueryMessageByMsgIdCommandOutput = CommandOutput<QueryMessageByMsgIdResponse>;
229
+ export type QueryMessageByMsgKeyCommandOutput = CommandOutput<QueryMessageByMsgKeyResponse>;
230
+ export type QueryMessageByOffsetCommandOutput = CommandOutput<QueryMessageByOffsetResponse>;
231
+ export type QueryMessageByTimestampCommandOutput = CommandOutput<QueryMessageByTimestampResponse>;
232
+ export type QueryMessageTraceByMessageIdCommandOutput = CommandOutput<QueryMessageTraceByMessageIdResponse>;
233
+ export type RemovePLWhitelistCommandOutput = CommandOutput<RemovePLWhitelistResponse>;
234
+ export type RemoveTagsFromResourceCommandOutput = CommandOutput<RemoveTagsFromResourceResponse>;
235
+ export type ResendDLQMessageByIdCommandOutput = CommandOutput<ResendDLQMessageByIdResponse>;
236
+ export type ResetConsumedOffsetsCommandOutput = CommandOutput<ResetConsumedOffsetsResponse>;
237
+
238
+
239
+ /**
240
+ * ROCKETMQClient Service Client
241
+ */
242
+ export class ROCKETMQClient extends Client {
243
+ constructor(config: ClientConfig = {}) {
244
+ super({
245
+ protocol: 'https',
246
+ region: 'cn-beijing',
247
+ ...config,
248
+ });
249
+ }
250
+ }
251
+
252
+ /**
253
+ * Command to AddPLWhitelist
254
+ */
255
+ export class AddPLWhitelistCommand extends Command<
256
+ AddPLWhitelistRequest,
257
+ AddPLWhitelistCommandOutput,
258
+ 'AddPLWhitelistCommand'
259
+ > {
260
+ static readonly metaPath = '/AddPLWhitelist/2023-01-01/rocketmq/post/application_json/';
261
+
262
+ constructor(input: AddPLWhitelistRequest) {
263
+ super(input);
264
+ this.requestConfig = buildRequestConfigFromMetaPath(AddPLWhitelistCommand.metaPath);
265
+ }
266
+ }
267
+ /**
268
+ * Command to AddTagsToResource
269
+ */
270
+ export class AddTagsToResourceCommand extends Command<
271
+ AddTagsToResourceRequest,
272
+ AddTagsToResourceCommandOutput,
273
+ 'AddTagsToResourceCommand'
274
+ > {
275
+ static readonly metaPath = '/AddTagsToResource/2023-01-01/rocketmq/post/application_json/';
276
+
277
+ constructor(input: AddTagsToResourceRequest) {
278
+ super(input);
279
+ this.requestConfig = buildRequestConfigFromMetaPath(AddTagsToResourceCommand.metaPath);
280
+ }
281
+ }
282
+ /**
283
+ * Command to AssociateAllowList
284
+ */
285
+ export class AssociateAllowListCommand extends Command<
286
+ AssociateAllowListRequest,
287
+ AssociateAllowListCommandOutput,
288
+ 'AssociateAllowListCommand'
289
+ > {
290
+ static readonly metaPath = '/AssociateAllowList/2023-01-01/rocketmq/post/application_json/';
291
+
292
+ constructor(input: AssociateAllowListRequest) {
293
+ super(input);
294
+ this.requestConfig = buildRequestConfigFromMetaPath(AssociateAllowListCommand.metaPath);
295
+ }
296
+ }
297
+ /**
298
+ * Command to CreateAccessKey
299
+ */
300
+ export class CreateAccessKeyCommand extends Command<
301
+ CreateAccessKeyRequest,
302
+ CreateAccessKeyCommandOutput,
303
+ 'CreateAccessKeyCommand'
304
+ > {
305
+ static readonly metaPath = '/CreateAccessKey/2023-01-01/rocketmq/post/application_json/';
306
+
307
+ constructor(input: CreateAccessKeyRequest) {
308
+ super(input);
309
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateAccessKeyCommand.metaPath);
310
+ }
311
+ }
312
+ /**
313
+ * Command to CreateAllowList
314
+ */
315
+ export class CreateAllowListCommand extends Command<
316
+ CreateAllowListRequest,
317
+ CreateAllowListCommandOutput,
318
+ 'CreateAllowListCommand'
319
+ > {
320
+ static readonly metaPath = '/CreateAllowList/2023-01-01/rocketmq/post/application_json/';
321
+
322
+ constructor(input: CreateAllowListRequest) {
323
+ super(input);
324
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateAllowListCommand.metaPath);
325
+ }
326
+ }
327
+ /**
328
+ * Command to CreateGroup
329
+ */
330
+ export class CreateGroupCommand extends Command<
331
+ CreateGroupRequest,
332
+ CreateGroupCommandOutput,
333
+ 'CreateGroupCommand'
334
+ > {
335
+ static readonly metaPath = '/CreateGroup/2023-01-01/rocketmq/post/application_json/';
336
+
337
+ constructor(input: CreateGroupRequest) {
338
+ super(input);
339
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateGroupCommand.metaPath);
340
+ }
341
+ }
342
+ /**
343
+ * Command to CreateGroupAsync
344
+ */
345
+ export class CreateGroupAsyncCommand extends Command<
346
+ CreateGroupAsyncRequest,
347
+ CreateGroupAsyncCommandOutput,
348
+ 'CreateGroupAsyncCommand'
349
+ > {
350
+ static readonly metaPath = '/CreateGroupAsync/2023-01-01/rocketmq/post/application_json/';
351
+
352
+ constructor(input: CreateGroupAsyncRequest) {
353
+ super(input);
354
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateGroupAsyncCommand.metaPath);
355
+ }
356
+ }
357
+ /**
358
+ * Command to CreateInstance
359
+ */
360
+ export class CreateInstanceCommand extends Command<
361
+ CreateInstanceRequest,
362
+ CreateInstanceCommandOutput,
363
+ 'CreateInstanceCommand'
364
+ > {
365
+ static readonly metaPath = '/CreateInstance/2023-01-01/rocketmq/post/application_json/';
366
+
367
+ constructor(input: CreateInstanceRequest) {
368
+ super(input);
369
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateInstanceCommand.metaPath);
370
+ }
371
+ }
372
+ /**
373
+ * Command to CreatePrivateLink
374
+ */
375
+ export class CreatePrivateLinkCommand extends Command<
376
+ CreatePrivateLinkRequest,
377
+ CreatePrivateLinkCommandOutput,
378
+ 'CreatePrivateLinkCommand'
379
+ > {
380
+ static readonly metaPath = '/CreatePrivateLink/2023-01-01/rocketmq/post/application_json/';
381
+
382
+ constructor(input: CreatePrivateLinkRequest) {
383
+ super(input);
384
+ this.requestConfig = buildRequestConfigFromMetaPath(CreatePrivateLinkCommand.metaPath);
385
+ }
386
+ }
387
+ /**
388
+ * Command to CreatePublicAddress
389
+ */
390
+ export class CreatePublicAddressCommand extends Command<
391
+ CreatePublicAddressRequest,
392
+ CreatePublicAddressCommandOutput,
393
+ 'CreatePublicAddressCommand'
394
+ > {
395
+ static readonly metaPath = '/CreatePublicAddress/2023-01-01/rocketmq/post/application_json/';
396
+
397
+ constructor(input: CreatePublicAddressRequest) {
398
+ super(input);
399
+ this.requestConfig = buildRequestConfigFromMetaPath(CreatePublicAddressCommand.metaPath);
400
+ }
401
+ }
402
+ /**
403
+ * Command to CreateTopic
404
+ */
405
+ export class CreateTopicCommand extends Command<
406
+ CreateTopicRequest,
407
+ CreateTopicCommandOutput,
408
+ 'CreateTopicCommand'
409
+ > {
410
+ static readonly metaPath = '/CreateTopic/2023-01-01/rocketmq/post/application_json/';
411
+
412
+ constructor(input: CreateTopicRequest) {
413
+ super(input);
414
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateTopicCommand.metaPath);
415
+ }
416
+ }
417
+ /**
418
+ * Command to CreateTopicAsync
419
+ */
420
+ export class CreateTopicAsyncCommand extends Command<
421
+ CreateTopicAsyncRequest,
422
+ CreateTopicAsyncCommandOutput,
423
+ 'CreateTopicAsyncCommand'
424
+ > {
425
+ static readonly metaPath = '/CreateTopicAsync/2023-01-01/rocketmq/post/application_json/';
426
+
427
+ constructor(input: CreateTopicAsyncRequest) {
428
+ super(input);
429
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateTopicAsyncCommand.metaPath);
430
+ }
431
+ }
432
+ /**
433
+ * Command to DeleteAccessKey
434
+ */
435
+ export class DeleteAccessKeyCommand extends Command<
436
+ DeleteAccessKeyRequest,
437
+ DeleteAccessKeyCommandOutput,
438
+ 'DeleteAccessKeyCommand'
439
+ > {
440
+ static readonly metaPath = '/DeleteAccessKey/2023-01-01/rocketmq/post/application_json/';
441
+
442
+ constructor(input: DeleteAccessKeyRequest) {
443
+ super(input);
444
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteAccessKeyCommand.metaPath);
445
+ }
446
+ }
447
+ /**
448
+ * Command to DeleteAllowList
449
+ */
450
+ export class DeleteAllowListCommand extends Command<
451
+ DeleteAllowListRequest,
452
+ DeleteAllowListCommandOutput,
453
+ 'DeleteAllowListCommand'
454
+ > {
455
+ static readonly metaPath = '/DeleteAllowList/2023-01-01/rocketmq/post/application_json/';
456
+
457
+ constructor(input: DeleteAllowListRequest) {
458
+ super(input);
459
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteAllowListCommand.metaPath);
460
+ }
461
+ }
462
+ /**
463
+ * Command to DeleteGroup
464
+ */
465
+ export class DeleteGroupCommand extends Command<
466
+ DeleteGroupRequest,
467
+ DeleteGroupCommandOutput,
468
+ 'DeleteGroupCommand'
469
+ > {
470
+ static readonly metaPath = '/DeleteGroup/2023-01-01/rocketmq/post/application_json/';
471
+
472
+ constructor(input: DeleteGroupRequest) {
473
+ super(input);
474
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteGroupCommand.metaPath);
475
+ }
476
+ }
477
+ /**
478
+ * Command to DeleteGroupAsync
479
+ */
480
+ export class DeleteGroupAsyncCommand extends Command<
481
+ DeleteGroupAsyncRequest,
482
+ DeleteGroupAsyncCommandOutput,
483
+ 'DeleteGroupAsyncCommand'
484
+ > {
485
+ static readonly metaPath = '/DeleteGroupAsync/2023-01-01/rocketmq/post/application_json/';
486
+
487
+ constructor(input: DeleteGroupAsyncRequest) {
488
+ super(input);
489
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteGroupAsyncCommand.metaPath);
490
+ }
491
+ }
492
+ /**
493
+ * Command to DeleteGroups
494
+ */
495
+ export class DeleteGroupsCommand extends Command<
496
+ DeleteGroupsRequest,
497
+ DeleteGroupsCommandOutput,
498
+ 'DeleteGroupsCommand'
499
+ > {
500
+ static readonly metaPath = '/DeleteGroups/2023-01-01/rocketmq/post/application_json/';
501
+
502
+ constructor(input: DeleteGroupsRequest) {
503
+ super(input);
504
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteGroupsCommand.metaPath);
505
+ }
506
+ }
507
+ /**
508
+ * Command to DeleteInstance
509
+ */
510
+ export class DeleteInstanceCommand extends Command<
511
+ DeleteInstanceRequest,
512
+ DeleteInstanceCommandOutput,
513
+ 'DeleteInstanceCommand'
514
+ > {
515
+ static readonly metaPath = '/DeleteInstance/2023-01-01/rocketmq/post/application_json/';
516
+
517
+ constructor(input: DeleteInstanceRequest) {
518
+ super(input);
519
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteInstanceCommand.metaPath);
520
+ }
521
+ }
522
+ /**
523
+ * Command to DeletePrivateLink
524
+ */
525
+ export class DeletePrivateLinkCommand extends Command<
526
+ DeletePrivateLinkRequest,
527
+ DeletePrivateLinkCommandOutput,
528
+ 'DeletePrivateLinkCommand'
529
+ > {
530
+ static readonly metaPath = '/DeletePrivateLink/2023-01-01/rocketmq/post/application_json/';
531
+
532
+ constructor(input: DeletePrivateLinkRequest) {
533
+ super(input);
534
+ this.requestConfig = buildRequestConfigFromMetaPath(DeletePrivateLinkCommand.metaPath);
535
+ }
536
+ }
537
+ /**
538
+ * Command to DeletePublicAddress
539
+ */
540
+ export class DeletePublicAddressCommand extends Command<
541
+ DeletePublicAddressRequest,
542
+ DeletePublicAddressCommandOutput,
543
+ 'DeletePublicAddressCommand'
544
+ > {
545
+ static readonly metaPath = '/DeletePublicAddress/2023-01-01/rocketmq/post/application_json/';
546
+
547
+ constructor(input: DeletePublicAddressRequest) {
548
+ super(input);
549
+ this.requestConfig = buildRequestConfigFromMetaPath(DeletePublicAddressCommand.metaPath);
550
+ }
551
+ }
552
+ /**
553
+ * Command to DeleteTopic
554
+ */
555
+ export class DeleteTopicCommand extends Command<
556
+ DeleteTopicRequest,
557
+ DeleteTopicCommandOutput,
558
+ 'DeleteTopicCommand'
559
+ > {
560
+ static readonly metaPath = '/DeleteTopic/2023-01-01/rocketmq/post/application_json/';
561
+
562
+ constructor(input: DeleteTopicRequest) {
563
+ super(input);
564
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteTopicCommand.metaPath);
565
+ }
566
+ }
567
+ /**
568
+ * Command to DeleteTopicAsync
569
+ */
570
+ export class DeleteTopicAsyncCommand extends Command<
571
+ DeleteTopicAsyncRequest,
572
+ DeleteTopicAsyncCommandOutput,
573
+ 'DeleteTopicAsyncCommand'
574
+ > {
575
+ static readonly metaPath = '/DeleteTopicAsync/2023-01-01/rocketmq/post/application_json/';
576
+
577
+ constructor(input: DeleteTopicAsyncRequest) {
578
+ super(input);
579
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteTopicAsyncCommand.metaPath);
580
+ }
581
+ }
582
+ /**
583
+ * Command to DescribeAccessKeyDetail
584
+ */
585
+ export class DescribeAccessKeyDetailCommand extends Command<
586
+ DescribeAccessKeyDetailRequest,
587
+ DescribeAccessKeyDetailCommandOutput,
588
+ 'DescribeAccessKeyDetailCommand'
589
+ > {
590
+ static readonly metaPath = '/DescribeAccessKeyDetail/2023-01-01/rocketmq/post/application_json/';
591
+
592
+ constructor(input: DescribeAccessKeyDetailRequest) {
593
+ super(input);
594
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeAccessKeyDetailCommand.metaPath);
595
+ }
596
+ }
597
+ /**
598
+ * Command to DescribeAccessKeys
599
+ */
600
+ export class DescribeAccessKeysCommand extends Command<
601
+ DescribeAccessKeysRequest,
602
+ DescribeAccessKeysCommandOutput,
603
+ 'DescribeAccessKeysCommand'
604
+ > {
605
+ static readonly metaPath = '/DescribeAccessKeys/2023-01-01/rocketmq/post/application_json/';
606
+
607
+ constructor(input: DescribeAccessKeysRequest) {
608
+ super(input);
609
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeAccessKeysCommand.metaPath);
610
+ }
611
+ }
612
+ /**
613
+ * Command to DescribeAllowListDetail
614
+ */
615
+ export class DescribeAllowListDetailCommand extends Command<
616
+ DescribeAllowListDetailRequest,
617
+ DescribeAllowListDetailCommandOutput,
618
+ 'DescribeAllowListDetailCommand'
619
+ > {
620
+ static readonly metaPath = '/DescribeAllowListDetail/2023-01-01/rocketmq/post/application_json/';
621
+
622
+ constructor(input: DescribeAllowListDetailRequest) {
623
+ super(input);
624
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeAllowListDetailCommand.metaPath);
625
+ }
626
+ }
627
+ /**
628
+ * Command to DescribeAllowLists
629
+ */
630
+ export class DescribeAllowListsCommand extends Command<
631
+ DescribeAllowListsRequest,
632
+ DescribeAllowListsCommandOutput,
633
+ 'DescribeAllowListsCommand'
634
+ > {
635
+ static readonly metaPath = '/DescribeAllowLists/2023-01-01/rocketmq/post/application_json/';
636
+
637
+ constructor(input: DescribeAllowListsRequest) {
638
+ super(input);
639
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeAllowListsCommand.metaPath);
640
+ }
641
+ }
642
+ /**
643
+ * Command to DescribeAvailabilityZones
644
+ */
645
+ export class DescribeAvailabilityZonesCommand extends Command<
646
+ DescribeAvailabilityZonesRequest,
647
+ DescribeAvailabilityZonesCommandOutput,
648
+ 'DescribeAvailabilityZonesCommand'
649
+ > {
650
+ static readonly metaPath = '/DescribeAvailabilityZones/2023-01-01/rocketmq/post/application_json/';
651
+
652
+ constructor(input: DescribeAvailabilityZonesRequest) {
653
+ super(input);
654
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeAvailabilityZonesCommand.metaPath);
655
+ }
656
+ }
657
+ /**
658
+ * Command to DescribeConsumedClients
659
+ */
660
+ export class DescribeConsumedClientsCommand extends Command<
661
+ DescribeConsumedClientsRequest,
662
+ DescribeConsumedClientsCommandOutput,
663
+ 'DescribeConsumedClientsCommand'
664
+ > {
665
+ static readonly metaPath = '/DescribeConsumedClients/2023-01-01/rocketmq/post/application_json/';
666
+
667
+ constructor(input: DescribeConsumedClientsRequest) {
668
+ super(input);
669
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeConsumedClientsCommand.metaPath);
670
+ }
671
+ }
672
+ /**
673
+ * Command to DescribeConsumedTopicDetail
674
+ */
675
+ export class DescribeConsumedTopicDetailCommand extends Command<
676
+ DescribeConsumedTopicDetailRequest,
677
+ DescribeConsumedTopicDetailCommandOutput,
678
+ 'DescribeConsumedTopicDetailCommand'
679
+ > {
680
+ static readonly metaPath = '/DescribeConsumedTopicDetail/2023-01-01/rocketmq/post/application_json/';
681
+
682
+ constructor(input: DescribeConsumedTopicDetailRequest) {
683
+ super(input);
684
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeConsumedTopicDetailCommand.metaPath);
685
+ }
686
+ }
687
+ /**
688
+ * Command to DescribeConsumedTopics
689
+ */
690
+ export class DescribeConsumedTopicsCommand extends Command<
691
+ DescribeConsumedTopicsRequest,
692
+ DescribeConsumedTopicsCommandOutput,
693
+ 'DescribeConsumedTopicsCommand'
694
+ > {
695
+ static readonly metaPath = '/DescribeConsumedTopics/2023-01-01/rocketmq/post/application_json/';
696
+
697
+ constructor(input: DescribeConsumedTopicsRequest) {
698
+ super(input);
699
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeConsumedTopicsCommand.metaPath);
700
+ }
701
+ }
702
+ /**
703
+ * Command to DescribeGroups
704
+ */
705
+ export class DescribeGroupsCommand extends Command<
706
+ DescribeGroupsRequest,
707
+ DescribeGroupsCommandOutput,
708
+ 'DescribeGroupsCommand'
709
+ > {
710
+ static readonly metaPath = '/DescribeGroups/2023-01-01/rocketmq/post/application_json/';
711
+
712
+ constructor(input: DescribeGroupsRequest) {
713
+ super(input);
714
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeGroupsCommand.metaPath);
715
+ }
716
+ }
717
+ /**
718
+ * Command to DescribeGroupsDetail
719
+ */
720
+ export class DescribeGroupsDetailCommand extends Command<
721
+ DescribeGroupsDetailRequest,
722
+ DescribeGroupsDetailCommandOutput,
723
+ 'DescribeGroupsDetailCommand'
724
+ > {
725
+ static readonly metaPath = '/DescribeGroupsDetail/2023-01-01/rocketmq/post/application_json/';
726
+
727
+ constructor(input: DescribeGroupsDetailRequest) {
728
+ super(input);
729
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeGroupsDetailCommand.metaPath);
730
+ }
731
+ }
732
+ /**
733
+ * Command to DescribeInstanceDetail
734
+ */
735
+ export class DescribeInstanceDetailCommand extends Command<
736
+ DescribeInstanceDetailRequest,
737
+ DescribeInstanceDetailCommandOutput,
738
+ 'DescribeInstanceDetailCommand'
739
+ > {
740
+ static readonly metaPath = '/DescribeInstanceDetail/2023-01-01/rocketmq/post/application_json/';
741
+
742
+ constructor(input: DescribeInstanceDetailRequest) {
743
+ super(input);
744
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeInstanceDetailCommand.metaPath);
745
+ }
746
+ }
747
+ /**
748
+ * Command to DescribeInstances
749
+ */
750
+ export class DescribeInstancesCommand extends Command<
751
+ DescribeInstancesRequest,
752
+ DescribeInstancesCommandOutput,
753
+ 'DescribeInstancesCommand'
754
+ > {
755
+ static readonly metaPath = '/DescribeInstances/2023-01-01/rocketmq/post/application_json/';
756
+
757
+ constructor(input: DescribeInstancesRequest) {
758
+ super(input);
759
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeInstancesCommand.metaPath);
760
+ }
761
+ }
762
+ /**
763
+ * Command to DescribePLWhitelist
764
+ */
765
+ export class DescribePLWhitelistCommand extends Command<
766
+ DescribePLWhitelistRequest,
767
+ DescribePLWhitelistCommandOutput,
768
+ 'DescribePLWhitelistCommand'
769
+ > {
770
+ static readonly metaPath = '/DescribePLWhitelist/2023-01-01/rocketmq/post/application_json/';
771
+
772
+ constructor(input: DescribePLWhitelistRequest) {
773
+ super(input);
774
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribePLWhitelistCommand.metaPath);
775
+ }
776
+ }
777
+ /**
778
+ * Command to DescribeRegions
779
+ */
780
+ export class DescribeRegionsCommand extends Command<
781
+ DescribeRegionsRequest,
782
+ DescribeRegionsCommandOutput,
783
+ 'DescribeRegionsCommand'
784
+ > {
785
+ static readonly metaPath = '/DescribeRegions/2023-01-01/rocketmq/post/application_json/';
786
+
787
+ constructor(input: DescribeRegionsRequest) {
788
+ super(input);
789
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeRegionsCommand.metaPath);
790
+ }
791
+ }
792
+ /**
793
+ * Command to DescribeSecretKey
794
+ */
795
+ export class DescribeSecretKeyCommand extends Command<
796
+ DescribeSecretKeyRequest,
797
+ DescribeSecretKeyCommandOutput,
798
+ 'DescribeSecretKeyCommand'
799
+ > {
800
+ static readonly metaPath = '/DescribeSecretKey/2023-01-01/rocketmq/post/application_json/';
801
+
802
+ constructor(input: DescribeSecretKeyRequest) {
803
+ super(input);
804
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeSecretKeyCommand.metaPath);
805
+ }
806
+ }
807
+ /**
808
+ * Command to DescribeTagsByResource
809
+ */
810
+ export class DescribeTagsByResourceCommand extends Command<
811
+ DescribeTagsByResourceRequest,
812
+ DescribeTagsByResourceCommandOutput,
813
+ 'DescribeTagsByResourceCommand'
814
+ > {
815
+ static readonly metaPath = '/DescribeTagsByResource/2023-01-01/rocketmq/post/application_json/';
816
+
817
+ constructor(input: DescribeTagsByResourceRequest) {
818
+ super(input);
819
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeTagsByResourceCommand.metaPath);
820
+ }
821
+ }
822
+ /**
823
+ * Command to DescribeTopicAccessPolicies
824
+ */
825
+ export class DescribeTopicAccessPoliciesCommand extends Command<
826
+ DescribeTopicAccessPoliciesRequest,
827
+ DescribeTopicAccessPoliciesCommandOutput,
828
+ 'DescribeTopicAccessPoliciesCommand'
829
+ > {
830
+ static readonly metaPath = '/DescribeTopicAccessPolicies/2023-01-01/rocketmq/post/application_json/';
831
+
832
+ constructor(input: DescribeTopicAccessPoliciesRequest) {
833
+ super(input);
834
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeTopicAccessPoliciesCommand.metaPath);
835
+ }
836
+ }
837
+ /**
838
+ * Command to DescribeTopicDetail
839
+ */
840
+ export class DescribeTopicDetailCommand extends Command<
841
+ DescribeTopicDetailRequest,
842
+ DescribeTopicDetailCommandOutput,
843
+ 'DescribeTopicDetailCommand'
844
+ > {
845
+ static readonly metaPath = '/DescribeTopicDetail/2023-01-01/rocketmq/post/application_json/';
846
+
847
+ constructor(input: DescribeTopicDetailRequest) {
848
+ super(input);
849
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeTopicDetailCommand.metaPath);
850
+ }
851
+ }
852
+ /**
853
+ * Command to DescribeTopicGroups
854
+ */
855
+ export class DescribeTopicGroupsCommand extends Command<
856
+ DescribeTopicGroupsRequest,
857
+ DescribeTopicGroupsCommandOutput,
858
+ 'DescribeTopicGroupsCommand'
859
+ > {
860
+ static readonly metaPath = '/DescribeTopicGroups/2023-01-01/rocketmq/post/application_json/';
861
+
862
+ constructor(input: DescribeTopicGroupsRequest) {
863
+ super(input);
864
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeTopicGroupsCommand.metaPath);
865
+ }
866
+ }
867
+ /**
868
+ * Command to DescribeTopicQueue
869
+ */
870
+ export class DescribeTopicQueueCommand extends Command<
871
+ DescribeTopicQueueRequest,
872
+ DescribeTopicQueueCommandOutput,
873
+ 'DescribeTopicQueueCommand'
874
+ > {
875
+ static readonly metaPath = '/DescribeTopicQueue/2023-01-01/rocketmq/post/application_json/';
876
+
877
+ constructor(input: DescribeTopicQueueRequest) {
878
+ super(input);
879
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeTopicQueueCommand.metaPath);
880
+ }
881
+ }
882
+ /**
883
+ * Command to DescribeTopics
884
+ */
885
+ export class DescribeTopicsCommand extends Command<
886
+ DescribeTopicsRequest,
887
+ DescribeTopicsCommandOutput,
888
+ 'DescribeTopicsCommand'
889
+ > {
890
+ static readonly metaPath = '/DescribeTopics/2023-01-01/rocketmq/post/application_json/';
891
+
892
+ constructor(input: DescribeTopicsRequest) {
893
+ super(input);
894
+ this.requestConfig = buildRequestConfigFromMetaPath(DescribeTopicsCommand.metaPath);
895
+ }
896
+ }
897
+ /**
898
+ * Command to DisassociateAllowList
899
+ */
900
+ export class DisassociateAllowListCommand extends Command<
901
+ DisassociateAllowListRequest,
902
+ DisassociateAllowListCommandOutput,
903
+ 'DisassociateAllowListCommand'
904
+ > {
905
+ static readonly metaPath = '/DisassociateAllowList/2023-01-01/rocketmq/post/application_json/';
906
+
907
+ constructor(input: DisassociateAllowListRequest) {
908
+ super(input);
909
+ this.requestConfig = buildRequestConfigFromMetaPath(DisassociateAllowListCommand.metaPath);
910
+ }
911
+ }
912
+ /**
913
+ * Command to EnableAutoCreateGroup
914
+ */
915
+ export class EnableAutoCreateGroupCommand extends Command<
916
+ EnableAutoCreateGroupRequest,
917
+ EnableAutoCreateGroupCommandOutput,
918
+ 'EnableAutoCreateGroupCommand'
919
+ > {
920
+ static readonly metaPath = '/EnableAutoCreateGroup/2023-01-01/rocketmq/post/application_json/';
921
+
922
+ constructor(input: EnableAutoCreateGroupRequest) {
923
+ super(input);
924
+ this.requestConfig = buildRequestConfigFromMetaPath(EnableAutoCreateGroupCommand.metaPath);
925
+ }
926
+ }
927
+ /**
928
+ * Command to EnableInstanceBurstTps
929
+ */
930
+ export class EnableInstanceBurstTpsCommand extends Command<
931
+ EnableInstanceBurstTpsRequest,
932
+ EnableInstanceBurstTpsCommandOutput,
933
+ 'EnableInstanceBurstTpsCommand'
934
+ > {
935
+ static readonly metaPath = '/EnableInstanceBurstTps/2023-01-01/rocketmq/post/application_json/';
936
+
937
+ constructor(input: EnableInstanceBurstTpsRequest) {
938
+ super(input);
939
+ this.requestConfig = buildRequestConfigFromMetaPath(EnableInstanceBurstTpsCommand.metaPath);
940
+ }
941
+ }
942
+ /**
943
+ * Command to EnableInstanceInspect
944
+ */
945
+ export class EnableInstanceInspectCommand extends Command<
946
+ EnableInstanceInspectRequest,
947
+ EnableInstanceInspectCommandOutput,
948
+ 'EnableInstanceInspectCommand'
949
+ > {
950
+ static readonly metaPath = '/EnableInstanceInspect/2023-01-01/rocketmq/post/application_json/';
951
+
952
+ constructor(input: EnableInstanceInspectRequest) {
953
+ super(input);
954
+ this.requestConfig = buildRequestConfigFromMetaPath(EnableInstanceInspectCommand.metaPath);
955
+ }
956
+ }
957
+ /**
958
+ * Command to GetInspectConfig
959
+ */
960
+ export class GetInspectConfigCommand extends Command<
961
+ GetInspectConfigRequest,
962
+ GetInspectConfigCommandOutput,
963
+ 'GetInspectConfigCommand'
964
+ > {
965
+ static readonly metaPath = '/GetInspectConfig/2023-01-01/rocketmq/post/application_json/';
966
+
967
+ constructor(input: GetInspectConfigRequest) {
968
+ super(input);
969
+ this.requestConfig = buildRequestConfigFromMetaPath(GetInspectConfigCommand.metaPath);
970
+ }
971
+ }
972
+ /**
973
+ * Command to GetInstanceInspectResult
974
+ */
975
+ export class GetInstanceInspectResultCommand extends Command<
976
+ GetInstanceInspectResultRequest,
977
+ GetInstanceInspectResultCommandOutput,
978
+ 'GetInstanceInspectResultCommand'
979
+ > {
980
+ static readonly metaPath = '/GetInstanceInspectResult/2023-01-01/rocketmq/post/application_json/';
981
+
982
+ constructor(input: GetInstanceInspectResultRequest) {
983
+ super(input);
984
+ this.requestConfig = buildRequestConfigFromMetaPath(GetInstanceInspectResultCommand.metaPath);
985
+ }
986
+ }
987
+ /**
988
+ * Command to ManualProcessResult
989
+ */
990
+ export class ManualProcessResultCommand extends Command<
991
+ ManualProcessResultRequest,
992
+ ManualProcessResultCommandOutput,
993
+ 'ManualProcessResultCommand'
994
+ > {
995
+ static readonly metaPath = '/ManualProcessResult/2023-01-01/rocketmq/post/application_json/';
996
+
997
+ constructor(input: ManualProcessResultRequest) {
998
+ super(input);
999
+ this.requestConfig = buildRequestConfigFromMetaPath(ManualProcessResultCommand.metaPath);
1000
+ }
1001
+ }
1002
+ /**
1003
+ * Command to ManualTriggerInspect
1004
+ */
1005
+ export class ManualTriggerInspectCommand extends Command<
1006
+ ManualTriggerInspectRequest,
1007
+ ManualTriggerInspectCommandOutput,
1008
+ 'ManualTriggerInspectCommand'
1009
+ > {
1010
+ static readonly metaPath = '/ManualTriggerInspect/2023-01-01/rocketmq/post/application_json/';
1011
+
1012
+ constructor(input: ManualTriggerInspectRequest) {
1013
+ super(input);
1014
+ this.requestConfig = buildRequestConfigFromMetaPath(ManualTriggerInspectCommand.metaPath);
1015
+ }
1016
+ }
1017
+ /**
1018
+ * Command to MessageSend
1019
+ */
1020
+ export class MessageSendCommand extends Command<
1021
+ MessageSendRequest,
1022
+ MessageSendCommandOutput,
1023
+ 'MessageSendCommand'
1024
+ > {
1025
+ static readonly metaPath = '/MessageSend/2023-01-01/rocketmq/post/application_json/';
1026
+
1027
+ constructor(input: MessageSendRequest) {
1028
+ super(input);
1029
+ this.requestConfig = buildRequestConfigFromMetaPath(MessageSendCommand.metaPath);
1030
+ }
1031
+ }
1032
+ /**
1033
+ * Command to ModifyAccessKeyAllAuthority
1034
+ */
1035
+ export class ModifyAccessKeyAllAuthorityCommand extends Command<
1036
+ ModifyAccessKeyAllAuthorityRequest,
1037
+ ModifyAccessKeyAllAuthorityCommandOutput,
1038
+ 'ModifyAccessKeyAllAuthorityCommand'
1039
+ > {
1040
+ static readonly metaPath = '/ModifyAccessKeyAllAuthority/2023-01-01/rocketmq/post/application_json/';
1041
+
1042
+ constructor(input: ModifyAccessKeyAllAuthorityRequest) {
1043
+ super(input);
1044
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyAccessKeyAllAuthorityCommand.metaPath);
1045
+ }
1046
+ }
1047
+ /**
1048
+ * Command to ModifyAccessKeyAuthority
1049
+ */
1050
+ export class ModifyAccessKeyAuthorityCommand extends Command<
1051
+ ModifyAccessKeyAuthorityRequest,
1052
+ ModifyAccessKeyAuthorityCommandOutput,
1053
+ 'ModifyAccessKeyAuthorityCommand'
1054
+ > {
1055
+ static readonly metaPath = '/ModifyAccessKeyAuthority/2023-01-01/rocketmq/post/application_json/';
1056
+
1057
+ constructor(input: ModifyAccessKeyAuthorityRequest) {
1058
+ super(input);
1059
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyAccessKeyAuthorityCommand.metaPath);
1060
+ }
1061
+ }
1062
+ /**
1063
+ * Command to ModifyAllowList
1064
+ */
1065
+ export class ModifyAllowListCommand extends Command<
1066
+ ModifyAllowListRequest,
1067
+ ModifyAllowListCommandOutput,
1068
+ 'ModifyAllowListCommand'
1069
+ > {
1070
+ static readonly metaPath = '/ModifyAllowList/2023-01-01/rocketmq/post/application_json/';
1071
+
1072
+ constructor(input: ModifyAllowListRequest) {
1073
+ super(input);
1074
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyAllowListCommand.metaPath);
1075
+ }
1076
+ }
1077
+ /**
1078
+ * Command to ModifyGroupDescription
1079
+ */
1080
+ export class ModifyGroupDescriptionCommand extends Command<
1081
+ ModifyGroupDescriptionRequest,
1082
+ ModifyGroupDescriptionCommandOutput,
1083
+ 'ModifyGroupDescriptionCommand'
1084
+ > {
1085
+ static readonly metaPath = '/ModifyGroupDescription/2023-01-01/rocketmq/post/application_json/';
1086
+
1087
+ constructor(input: ModifyGroupDescriptionRequest) {
1088
+ super(input);
1089
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyGroupDescriptionCommand.metaPath);
1090
+ }
1091
+ }
1092
+ /**
1093
+ * Command to ModifyInstanceAttributes
1094
+ */
1095
+ export class ModifyInstanceAttributesCommand extends Command<
1096
+ ModifyInstanceAttributesRequest,
1097
+ ModifyInstanceAttributesCommandOutput,
1098
+ 'ModifyInstanceAttributesCommand'
1099
+ > {
1100
+ static readonly metaPath = '/ModifyInstanceAttributes/2023-01-01/rocketmq/post/application_json/';
1101
+
1102
+ constructor(input: ModifyInstanceAttributesRequest) {
1103
+ super(input);
1104
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyInstanceAttributesCommand.metaPath);
1105
+ }
1106
+ }
1107
+ /**
1108
+ * Command to ModifyInstanceChargeType
1109
+ */
1110
+ export class ModifyInstanceChargeTypeCommand extends Command<
1111
+ ModifyInstanceChargeTypeRequest,
1112
+ ModifyInstanceChargeTypeCommandOutput,
1113
+ 'ModifyInstanceChargeTypeCommand'
1114
+ > {
1115
+ static readonly metaPath = '/ModifyInstanceChargeType/2023-01-01/rocketmq/post/application_json/';
1116
+
1117
+ constructor(input: ModifyInstanceChargeTypeRequest) {
1118
+ super(input);
1119
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyInstanceChargeTypeCommand.metaPath);
1120
+ }
1121
+ }
1122
+ /**
1123
+ * Command to ModifyInstanceSpec
1124
+ */
1125
+ export class ModifyInstanceSpecCommand extends Command<
1126
+ ModifyInstanceSpecRequest,
1127
+ ModifyInstanceSpecCommandOutput,
1128
+ 'ModifyInstanceSpecCommand'
1129
+ > {
1130
+ static readonly metaPath = '/ModifyInstanceSpec/2023-01-01/rocketmq/post/application_json/';
1131
+
1132
+ constructor(input: ModifyInstanceSpecRequest) {
1133
+ super(input);
1134
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyInstanceSpecCommand.metaPath);
1135
+ }
1136
+ }
1137
+ /**
1138
+ * Command to ModifyTopicAccessPolicies
1139
+ */
1140
+ export class ModifyTopicAccessPoliciesCommand extends Command<
1141
+ ModifyTopicAccessPoliciesRequest,
1142
+ ModifyTopicAccessPoliciesCommandOutput,
1143
+ 'ModifyTopicAccessPoliciesCommand'
1144
+ > {
1145
+ static readonly metaPath = '/ModifyTopicAccessPolicies/2023-01-01/rocketmq/post/application_json/';
1146
+
1147
+ constructor(input: ModifyTopicAccessPoliciesRequest) {
1148
+ super(input);
1149
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyTopicAccessPoliciesCommand.metaPath);
1150
+ }
1151
+ }
1152
+ /**
1153
+ * Command to ModifyTopicDescription
1154
+ */
1155
+ export class ModifyTopicDescriptionCommand extends Command<
1156
+ ModifyTopicDescriptionRequest,
1157
+ ModifyTopicDescriptionCommandOutput,
1158
+ 'ModifyTopicDescriptionCommand'
1159
+ > {
1160
+ static readonly metaPath = '/ModifyTopicDescription/2023-01-01/rocketmq/post/application_json/';
1161
+
1162
+ constructor(input: ModifyTopicDescriptionRequest) {
1163
+ super(input);
1164
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyTopicDescriptionCommand.metaPath);
1165
+ }
1166
+ }
1167
+ /**
1168
+ * Command to QueryDLQMessageByGroupId
1169
+ */
1170
+ export class QueryDLQMessageByGroupIdCommand extends Command<
1171
+ QueryDLQMessageByGroupIdRequest,
1172
+ QueryDLQMessageByGroupIdCommandOutput,
1173
+ 'QueryDLQMessageByGroupIdCommand'
1174
+ > {
1175
+ static readonly metaPath = '/QueryDLQMessageByGroupId/2023-01-01/rocketmq/post/application_json/';
1176
+
1177
+ constructor(input: QueryDLQMessageByGroupIdRequest) {
1178
+ super(input);
1179
+ this.requestConfig = buildRequestConfigFromMetaPath(QueryDLQMessageByGroupIdCommand.metaPath);
1180
+ }
1181
+ }
1182
+ /**
1183
+ * Command to QueryDLQMessageById
1184
+ */
1185
+ export class QueryDLQMessageByIdCommand extends Command<
1186
+ QueryDLQMessageByIdRequest,
1187
+ QueryDLQMessageByIdCommandOutput,
1188
+ 'QueryDLQMessageByIdCommand'
1189
+ > {
1190
+ static readonly metaPath = '/QueryDLQMessageById/2023-01-01/rocketmq/post/application_json/';
1191
+
1192
+ constructor(input: QueryDLQMessageByIdRequest) {
1193
+ super(input);
1194
+ this.requestConfig = buildRequestConfigFromMetaPath(QueryDLQMessageByIdCommand.metaPath);
1195
+ }
1196
+ }
1197
+ /**
1198
+ * Command to QueryMessageByMsgId
1199
+ */
1200
+ export class QueryMessageByMsgIdCommand extends Command<
1201
+ QueryMessageByMsgIdRequest,
1202
+ QueryMessageByMsgIdCommandOutput,
1203
+ 'QueryMessageByMsgIdCommand'
1204
+ > {
1205
+ static readonly metaPath = '/QueryMessageByMsgId/2023-01-01/rocketmq/post/application_json/';
1206
+
1207
+ constructor(input: QueryMessageByMsgIdRequest) {
1208
+ super(input);
1209
+ this.requestConfig = buildRequestConfigFromMetaPath(QueryMessageByMsgIdCommand.metaPath);
1210
+ }
1211
+ }
1212
+ /**
1213
+ * Command to QueryMessageByMsgKey
1214
+ */
1215
+ export class QueryMessageByMsgKeyCommand extends Command<
1216
+ QueryMessageByMsgKeyRequest,
1217
+ QueryMessageByMsgKeyCommandOutput,
1218
+ 'QueryMessageByMsgKeyCommand'
1219
+ > {
1220
+ static readonly metaPath = '/QueryMessageByMsgKey/2023-01-01/rocketmq/post/application_json/';
1221
+
1222
+ constructor(input: QueryMessageByMsgKeyRequest) {
1223
+ super(input);
1224
+ this.requestConfig = buildRequestConfigFromMetaPath(QueryMessageByMsgKeyCommand.metaPath);
1225
+ }
1226
+ }
1227
+ /**
1228
+ * Command to QueryMessageByOffset
1229
+ */
1230
+ export class QueryMessageByOffsetCommand extends Command<
1231
+ QueryMessageByOffsetRequest,
1232
+ QueryMessageByOffsetCommandOutput,
1233
+ 'QueryMessageByOffsetCommand'
1234
+ > {
1235
+ static readonly metaPath = '/QueryMessageByOffset/2023-01-01/rocketmq/post/application_json/';
1236
+
1237
+ constructor(input: QueryMessageByOffsetRequest) {
1238
+ super(input);
1239
+ this.requestConfig = buildRequestConfigFromMetaPath(QueryMessageByOffsetCommand.metaPath);
1240
+ }
1241
+ }
1242
+ /**
1243
+ * Command to QueryMessageByTimestamp
1244
+ */
1245
+ export class QueryMessageByTimestampCommand extends Command<
1246
+ QueryMessageByTimestampRequest,
1247
+ QueryMessageByTimestampCommandOutput,
1248
+ 'QueryMessageByTimestampCommand'
1249
+ > {
1250
+ static readonly metaPath = '/QueryMessageByTimestamp/2023-01-01/rocketmq/post/application_json/';
1251
+
1252
+ constructor(input: QueryMessageByTimestampRequest) {
1253
+ super(input);
1254
+ this.requestConfig = buildRequestConfigFromMetaPath(QueryMessageByTimestampCommand.metaPath);
1255
+ }
1256
+ }
1257
+ /**
1258
+ * Command to QueryMessageTraceByMessageId
1259
+ */
1260
+ export class QueryMessageTraceByMessageIdCommand extends Command<
1261
+ QueryMessageTraceByMessageIdRequest,
1262
+ QueryMessageTraceByMessageIdCommandOutput,
1263
+ 'QueryMessageTraceByMessageIdCommand'
1264
+ > {
1265
+ static readonly metaPath = '/QueryMessageTraceByMessageId/2023-01-01/rocketmq/post/application_json/';
1266
+
1267
+ constructor(input: QueryMessageTraceByMessageIdRequest) {
1268
+ super(input);
1269
+ this.requestConfig = buildRequestConfigFromMetaPath(QueryMessageTraceByMessageIdCommand.metaPath);
1270
+ }
1271
+ }
1272
+ /**
1273
+ * Command to RemovePLWhitelist
1274
+ */
1275
+ export class RemovePLWhitelistCommand extends Command<
1276
+ RemovePLWhitelistRequest,
1277
+ RemovePLWhitelistCommandOutput,
1278
+ 'RemovePLWhitelistCommand'
1279
+ > {
1280
+ static readonly metaPath = '/RemovePLWhitelist/2023-01-01/rocketmq/post/application_json/';
1281
+
1282
+ constructor(input: RemovePLWhitelistRequest) {
1283
+ super(input);
1284
+ this.requestConfig = buildRequestConfigFromMetaPath(RemovePLWhitelistCommand.metaPath);
1285
+ }
1286
+ }
1287
+ /**
1288
+ * Command to RemoveTagsFromResource
1289
+ */
1290
+ export class RemoveTagsFromResourceCommand extends Command<
1291
+ RemoveTagsFromResourceRequest,
1292
+ RemoveTagsFromResourceCommandOutput,
1293
+ 'RemoveTagsFromResourceCommand'
1294
+ > {
1295
+ static readonly metaPath = '/RemoveTagsFromResource/2023-01-01/rocketmq/post/application_json/';
1296
+
1297
+ constructor(input: RemoveTagsFromResourceRequest) {
1298
+ super(input);
1299
+ this.requestConfig = buildRequestConfigFromMetaPath(RemoveTagsFromResourceCommand.metaPath);
1300
+ }
1301
+ }
1302
+ /**
1303
+ * Command to ResendDLQMessageById
1304
+ */
1305
+ export class ResendDLQMessageByIdCommand extends Command<
1306
+ ResendDLQMessageByIdRequest,
1307
+ ResendDLQMessageByIdCommandOutput,
1308
+ 'ResendDLQMessageByIdCommand'
1309
+ > {
1310
+ static readonly metaPath = '/ResendDLQMessageById/2023-01-01/rocketmq/post/application_json/';
1311
+
1312
+ constructor(input: ResendDLQMessageByIdRequest) {
1313
+ super(input);
1314
+ this.requestConfig = buildRequestConfigFromMetaPath(ResendDLQMessageByIdCommand.metaPath);
1315
+ }
1316
+ }
1317
+ /**
1318
+ * Command to ResetConsumedOffsets
1319
+ */
1320
+ export class ResetConsumedOffsetsCommand extends Command<
1321
+ ResetConsumedOffsetsRequest,
1322
+ ResetConsumedOffsetsCommandOutput,
1323
+ 'ResetConsumedOffsetsCommand'
1324
+ > {
1325
+ static readonly metaPath = '/ResetConsumedOffsets/2023-01-01/rocketmq/post/application_json/';
1326
+
1327
+ constructor(input: ResetConsumedOffsetsRequest) {
1328
+ super(input);
1329
+ this.requestConfig = buildRequestConfigFromMetaPath(ResetConsumedOffsetsCommand.metaPath);
1330
+ }
1331
+ }
1332
+
1333
+ export default {
1334
+ ROCKETMQClient,
1335
+ AddPLWhitelistCommand,
1336
+ AddTagsToResourceCommand,
1337
+ AssociateAllowListCommand,
1338
+ CreateAccessKeyCommand,
1339
+ CreateAllowListCommand,
1340
+ CreateGroupCommand,
1341
+ CreateGroupAsyncCommand,
1342
+ CreateInstanceCommand,
1343
+ CreatePrivateLinkCommand,
1344
+ CreatePublicAddressCommand,
1345
+ CreateTopicCommand,
1346
+ CreateTopicAsyncCommand,
1347
+ DeleteAccessKeyCommand,
1348
+ DeleteAllowListCommand,
1349
+ DeleteGroupCommand,
1350
+ DeleteGroupAsyncCommand,
1351
+ DeleteGroupsCommand,
1352
+ DeleteInstanceCommand,
1353
+ DeletePrivateLinkCommand,
1354
+ DeletePublicAddressCommand,
1355
+ DeleteTopicCommand,
1356
+ DeleteTopicAsyncCommand,
1357
+ DescribeAccessKeyDetailCommand,
1358
+ DescribeAccessKeysCommand,
1359
+ DescribeAllowListDetailCommand,
1360
+ DescribeAllowListsCommand,
1361
+ DescribeAvailabilityZonesCommand,
1362
+ DescribeConsumedClientsCommand,
1363
+ DescribeConsumedTopicDetailCommand,
1364
+ DescribeConsumedTopicsCommand,
1365
+ DescribeGroupsCommand,
1366
+ DescribeGroupsDetailCommand,
1367
+ DescribeInstanceDetailCommand,
1368
+ DescribeInstancesCommand,
1369
+ DescribePLWhitelistCommand,
1370
+ DescribeRegionsCommand,
1371
+ DescribeSecretKeyCommand,
1372
+ DescribeTagsByResourceCommand,
1373
+ DescribeTopicAccessPoliciesCommand,
1374
+ DescribeTopicDetailCommand,
1375
+ DescribeTopicGroupsCommand,
1376
+ DescribeTopicQueueCommand,
1377
+ DescribeTopicsCommand,
1378
+ DisassociateAllowListCommand,
1379
+ EnableAutoCreateGroupCommand,
1380
+ EnableInstanceBurstTpsCommand,
1381
+ EnableInstanceInspectCommand,
1382
+ GetInspectConfigCommand,
1383
+ GetInstanceInspectResultCommand,
1384
+ ManualProcessResultCommand,
1385
+ ManualTriggerInspectCommand,
1386
+ MessageSendCommand,
1387
+ ModifyAccessKeyAllAuthorityCommand,
1388
+ ModifyAccessKeyAuthorityCommand,
1389
+ ModifyAllowListCommand,
1390
+ ModifyGroupDescriptionCommand,
1391
+ ModifyInstanceAttributesCommand,
1392
+ ModifyInstanceChargeTypeCommand,
1393
+ ModifyInstanceSpecCommand,
1394
+ ModifyTopicAccessPoliciesCommand,
1395
+ ModifyTopicDescriptionCommand,
1396
+ QueryDLQMessageByGroupIdCommand,
1397
+ QueryDLQMessageByIdCommand,
1398
+ QueryMessageByMsgIdCommand,
1399
+ QueryMessageByMsgKeyCommand,
1400
+ QueryMessageByOffsetCommand,
1401
+ QueryMessageByTimestampCommand,
1402
+ QueryMessageTraceByMessageIdCommand,
1403
+ RemovePLWhitelistCommand,
1404
+ RemoveTagsFromResourceCommand,
1405
+ ResendDLQMessageByIdCommand,
1406
+ ResetConsumedOffsetsCommand,
1407
+ };