@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
@@ -0,0 +1,775 @@
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ ModifyTopicAccessPoliciesCommand: ()=>ModifyTopicAccessPoliciesCommand,
28
+ CreateAllowListCommand: ()=>CreateAllowListCommand,
29
+ DescribeRegionsCommand: ()=>DescribeRegionsCommand,
30
+ RemoveTagsFromResourceCommand: ()=>RemoveTagsFromResourceCommand,
31
+ EnableInstanceInspectCommand: ()=>EnableInstanceInspectCommand,
32
+ AddTagsToResourceCommand: ()=>AddTagsToResourceCommand,
33
+ DeleteTopicCommand: ()=>DeleteTopicCommand,
34
+ ROCKETMQClient: ()=>ROCKETMQClient,
35
+ DeleteGroupAsyncCommand: ()=>DeleteGroupAsyncCommand,
36
+ ModifyInstanceAttributesCommand: ()=>ModifyInstanceAttributesCommand,
37
+ DescribeAccessKeysCommand: ()=>DescribeAccessKeysCommand,
38
+ DescribeGroupsDetailCommand: ()=>DescribeGroupsDetailCommand,
39
+ EnableAutoCreateGroupCommand: ()=>EnableAutoCreateGroupCommand,
40
+ EnableInstanceBurstTpsCommand: ()=>EnableInstanceBurstTpsCommand,
41
+ DeleteInstanceCommand: ()=>DeleteInstanceCommand,
42
+ DescribeTopicQueueCommand: ()=>DescribeTopicQueueCommand,
43
+ AddPLWhitelistCommand: ()=>AddPLWhitelistCommand,
44
+ DescribeTopicsCommand: ()=>DescribeTopicsCommand,
45
+ ResetConsumedOffsetsCommand: ()=>ResetConsumedOffsetsCommand,
46
+ DeleteTopicAsyncCommand: ()=>DeleteTopicAsyncCommand,
47
+ AssociateAllowListCommand: ()=>AssociateAllowListCommand,
48
+ ManualTriggerInspectCommand: ()=>ManualTriggerInspectCommand,
49
+ RemovePLWhitelistCommand: ()=>RemovePLWhitelistCommand,
50
+ DeleteGroupCommand: ()=>DeleteGroupCommand,
51
+ DescribeTagsByResourceCommand: ()=>DescribeTagsByResourceCommand,
52
+ DescribeTopicGroupsCommand: ()=>DescribeTopicGroupsCommand,
53
+ CreatePrivateLinkCommand: ()=>CreatePrivateLinkCommand,
54
+ DeletePublicAddressCommand: ()=>DeletePublicAddressCommand,
55
+ ModifyInstanceSpecCommand: ()=>ModifyInstanceSpecCommand,
56
+ QueryMessageByMsgKeyCommand: ()=>QueryMessageByMsgKeyCommand,
57
+ DeleteAccessKeyCommand: ()=>DeleteAccessKeyCommand,
58
+ DescribeInstanceDetailCommand: ()=>DescribeInstanceDetailCommand,
59
+ DescribeAllowListsCommand: ()=>DescribeAllowListsCommand,
60
+ DescribeConsumedClientsCommand: ()=>DescribeConsumedClientsCommand,
61
+ DescribeTopicAccessPoliciesCommand: ()=>DescribeTopicAccessPoliciesCommand,
62
+ ManualProcessResultCommand: ()=>ManualProcessResultCommand,
63
+ GetInspectConfigCommand: ()=>GetInspectConfigCommand,
64
+ DescribeSecretKeyCommand: ()=>DescribeSecretKeyCommand,
65
+ ModifyAllowListCommand: ()=>ModifyAllowListCommand,
66
+ QueryDLQMessageByIdCommand: ()=>QueryDLQMessageByIdCommand,
67
+ QueryMessageTraceByMessageIdCommand: ()=>QueryMessageTraceByMessageIdCommand,
68
+ DescribeTopicDetailCommand: ()=>DescribeTopicDetailCommand,
69
+ MessageSendCommand: ()=>MessageSendCommand,
70
+ DeletePrivateLinkCommand: ()=>DeletePrivateLinkCommand,
71
+ ModifyAccessKeyAuthorityCommand: ()=>ModifyAccessKeyAuthorityCommand,
72
+ CreateTopicCommand: ()=>CreateTopicCommand,
73
+ QueryMessageByMsgIdCommand: ()=>QueryMessageByMsgIdCommand,
74
+ GetInstanceInspectResultCommand: ()=>GetInstanceInspectResultCommand,
75
+ QueryMessageByOffsetCommand: ()=>QueryMessageByOffsetCommand,
76
+ DescribeAllowListDetailCommand: ()=>DescribeAllowListDetailCommand,
77
+ DeleteGroupsCommand: ()=>DeleteGroupsCommand,
78
+ DescribeAccessKeyDetailCommand: ()=>DescribeAccessKeyDetailCommand,
79
+ DescribeInstancesCommand: ()=>DescribeInstancesCommand,
80
+ QueryDLQMessageByGroupIdCommand: ()=>QueryDLQMessageByGroupIdCommand,
81
+ CreateGroupCommand: ()=>CreateGroupCommand,
82
+ ModifyTopicDescriptionCommand: ()=>ModifyTopicDescriptionCommand,
83
+ DescribeConsumedTopicDetailCommand: ()=>DescribeConsumedTopicDetailCommand,
84
+ ModifyInstanceChargeTypeCommand: ()=>ModifyInstanceChargeTypeCommand,
85
+ CreateInstanceCommand: ()=>CreateInstanceCommand,
86
+ DeleteAllowListCommand: ()=>DeleteAllowListCommand,
87
+ DescribePLWhitelistCommand: ()=>DescribePLWhitelistCommand,
88
+ ModifyGroupDescriptionCommand: ()=>ModifyGroupDescriptionCommand,
89
+ CreatePublicAddressCommand: ()=>CreatePublicAddressCommand,
90
+ ModifyAccessKeyAllAuthorityCommand: ()=>ModifyAccessKeyAllAuthorityCommand,
91
+ DescribeAvailabilityZonesCommand: ()=>DescribeAvailabilityZonesCommand,
92
+ CreateGroupAsyncCommand: ()=>CreateGroupAsyncCommand,
93
+ DisassociateAllowListCommand: ()=>DisassociateAllowListCommand,
94
+ DescribeConsumedTopicsCommand: ()=>DescribeConsumedTopicsCommand,
95
+ ResendDLQMessageByIdCommand: ()=>ResendDLQMessageByIdCommand,
96
+ CreateAccessKeyCommand: ()=>CreateAccessKeyCommand,
97
+ QueryMessageByTimestampCommand: ()=>QueryMessageByTimestampCommand,
98
+ CreateTopicAsyncCommand: ()=>CreateTopicAsyncCommand,
99
+ DescribeGroupsCommand: ()=>DescribeGroupsCommand
100
+ });
101
+ const sdk_core_namespaceObject = require("@volcengine/sdk-core");
102
+ function _define_property(obj, key, value) {
103
+ if (key in obj) Object.defineProperty(obj, key, {
104
+ value: value,
105
+ enumerable: true,
106
+ configurable: true,
107
+ writable: true
108
+ });
109
+ else obj[key] = value;
110
+ return obj;
111
+ }
112
+ class ROCKETMQClient extends sdk_core_namespaceObject.Client {
113
+ constructor(config = {}){
114
+ super({
115
+ protocol: 'https',
116
+ region: 'cn-beijing',
117
+ ...config
118
+ });
119
+ }
120
+ }
121
+ class AddPLWhitelistCommand extends sdk_core_namespaceObject.Command {
122
+ constructor(input){
123
+ super(input);
124
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AddPLWhitelistCommand.metaPath);
125
+ }
126
+ }
127
+ _define_property(AddPLWhitelistCommand, "metaPath", '/AddPLWhitelist/2023-01-01/rocketmq/post/application_json/');
128
+ class AddTagsToResourceCommand extends sdk_core_namespaceObject.Command {
129
+ constructor(input){
130
+ super(input);
131
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AddTagsToResourceCommand.metaPath);
132
+ }
133
+ }
134
+ _define_property(AddTagsToResourceCommand, "metaPath", '/AddTagsToResource/2023-01-01/rocketmq/post/application_json/');
135
+ class AssociateAllowListCommand extends sdk_core_namespaceObject.Command {
136
+ constructor(input){
137
+ super(input);
138
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AssociateAllowListCommand.metaPath);
139
+ }
140
+ }
141
+ _define_property(AssociateAllowListCommand, "metaPath", '/AssociateAllowList/2023-01-01/rocketmq/post/application_json/');
142
+ class CreateAccessKeyCommand extends sdk_core_namespaceObject.Command {
143
+ constructor(input){
144
+ super(input);
145
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateAccessKeyCommand.metaPath);
146
+ }
147
+ }
148
+ _define_property(CreateAccessKeyCommand, "metaPath", '/CreateAccessKey/2023-01-01/rocketmq/post/application_json/');
149
+ class CreateAllowListCommand extends sdk_core_namespaceObject.Command {
150
+ constructor(input){
151
+ super(input);
152
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateAllowListCommand.metaPath);
153
+ }
154
+ }
155
+ _define_property(CreateAllowListCommand, "metaPath", '/CreateAllowList/2023-01-01/rocketmq/post/application_json/');
156
+ class CreateGroupCommand extends sdk_core_namespaceObject.Command {
157
+ constructor(input){
158
+ super(input);
159
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateGroupCommand.metaPath);
160
+ }
161
+ }
162
+ _define_property(CreateGroupCommand, "metaPath", '/CreateGroup/2023-01-01/rocketmq/post/application_json/');
163
+ class CreateGroupAsyncCommand extends sdk_core_namespaceObject.Command {
164
+ constructor(input){
165
+ super(input);
166
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateGroupAsyncCommand.metaPath);
167
+ }
168
+ }
169
+ _define_property(CreateGroupAsyncCommand, "metaPath", '/CreateGroupAsync/2023-01-01/rocketmq/post/application_json/');
170
+ class CreateInstanceCommand extends sdk_core_namespaceObject.Command {
171
+ constructor(input){
172
+ super(input);
173
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateInstanceCommand.metaPath);
174
+ }
175
+ }
176
+ _define_property(CreateInstanceCommand, "metaPath", '/CreateInstance/2023-01-01/rocketmq/post/application_json/');
177
+ class CreatePrivateLinkCommand extends sdk_core_namespaceObject.Command {
178
+ constructor(input){
179
+ super(input);
180
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreatePrivateLinkCommand.metaPath);
181
+ }
182
+ }
183
+ _define_property(CreatePrivateLinkCommand, "metaPath", '/CreatePrivateLink/2023-01-01/rocketmq/post/application_json/');
184
+ class CreatePublicAddressCommand extends sdk_core_namespaceObject.Command {
185
+ constructor(input){
186
+ super(input);
187
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreatePublicAddressCommand.metaPath);
188
+ }
189
+ }
190
+ _define_property(CreatePublicAddressCommand, "metaPath", '/CreatePublicAddress/2023-01-01/rocketmq/post/application_json/');
191
+ class CreateTopicCommand extends sdk_core_namespaceObject.Command {
192
+ constructor(input){
193
+ super(input);
194
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateTopicCommand.metaPath);
195
+ }
196
+ }
197
+ _define_property(CreateTopicCommand, "metaPath", '/CreateTopic/2023-01-01/rocketmq/post/application_json/');
198
+ class CreateTopicAsyncCommand extends sdk_core_namespaceObject.Command {
199
+ constructor(input){
200
+ super(input);
201
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateTopicAsyncCommand.metaPath);
202
+ }
203
+ }
204
+ _define_property(CreateTopicAsyncCommand, "metaPath", '/CreateTopicAsync/2023-01-01/rocketmq/post/application_json/');
205
+ class DeleteAccessKeyCommand extends sdk_core_namespaceObject.Command {
206
+ constructor(input){
207
+ super(input);
208
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAccessKeyCommand.metaPath);
209
+ }
210
+ }
211
+ _define_property(DeleteAccessKeyCommand, "metaPath", '/DeleteAccessKey/2023-01-01/rocketmq/post/application_json/');
212
+ class DeleteAllowListCommand extends sdk_core_namespaceObject.Command {
213
+ constructor(input){
214
+ super(input);
215
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAllowListCommand.metaPath);
216
+ }
217
+ }
218
+ _define_property(DeleteAllowListCommand, "metaPath", '/DeleteAllowList/2023-01-01/rocketmq/post/application_json/');
219
+ class DeleteGroupCommand extends sdk_core_namespaceObject.Command {
220
+ constructor(input){
221
+ super(input);
222
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteGroupCommand.metaPath);
223
+ }
224
+ }
225
+ _define_property(DeleteGroupCommand, "metaPath", '/DeleteGroup/2023-01-01/rocketmq/post/application_json/');
226
+ class DeleteGroupAsyncCommand extends sdk_core_namespaceObject.Command {
227
+ constructor(input){
228
+ super(input);
229
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteGroupAsyncCommand.metaPath);
230
+ }
231
+ }
232
+ _define_property(DeleteGroupAsyncCommand, "metaPath", '/DeleteGroupAsync/2023-01-01/rocketmq/post/application_json/');
233
+ class DeleteGroupsCommand extends sdk_core_namespaceObject.Command {
234
+ constructor(input){
235
+ super(input);
236
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteGroupsCommand.metaPath);
237
+ }
238
+ }
239
+ _define_property(DeleteGroupsCommand, "metaPath", '/DeleteGroups/2023-01-01/rocketmq/post/application_json/');
240
+ class DeleteInstanceCommand extends sdk_core_namespaceObject.Command {
241
+ constructor(input){
242
+ super(input);
243
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteInstanceCommand.metaPath);
244
+ }
245
+ }
246
+ _define_property(DeleteInstanceCommand, "metaPath", '/DeleteInstance/2023-01-01/rocketmq/post/application_json/');
247
+ class DeletePrivateLinkCommand extends sdk_core_namespaceObject.Command {
248
+ constructor(input){
249
+ super(input);
250
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeletePrivateLinkCommand.metaPath);
251
+ }
252
+ }
253
+ _define_property(DeletePrivateLinkCommand, "metaPath", '/DeletePrivateLink/2023-01-01/rocketmq/post/application_json/');
254
+ class DeletePublicAddressCommand extends sdk_core_namespaceObject.Command {
255
+ constructor(input){
256
+ super(input);
257
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeletePublicAddressCommand.metaPath);
258
+ }
259
+ }
260
+ _define_property(DeletePublicAddressCommand, "metaPath", '/DeletePublicAddress/2023-01-01/rocketmq/post/application_json/');
261
+ class DeleteTopicCommand extends sdk_core_namespaceObject.Command {
262
+ constructor(input){
263
+ super(input);
264
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteTopicCommand.metaPath);
265
+ }
266
+ }
267
+ _define_property(DeleteTopicCommand, "metaPath", '/DeleteTopic/2023-01-01/rocketmq/post/application_json/');
268
+ class DeleteTopicAsyncCommand extends sdk_core_namespaceObject.Command {
269
+ constructor(input){
270
+ super(input);
271
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteTopicAsyncCommand.metaPath);
272
+ }
273
+ }
274
+ _define_property(DeleteTopicAsyncCommand, "metaPath", '/DeleteTopicAsync/2023-01-01/rocketmq/post/application_json/');
275
+ class DescribeAccessKeyDetailCommand extends sdk_core_namespaceObject.Command {
276
+ constructor(input){
277
+ super(input);
278
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAccessKeyDetailCommand.metaPath);
279
+ }
280
+ }
281
+ _define_property(DescribeAccessKeyDetailCommand, "metaPath", '/DescribeAccessKeyDetail/2023-01-01/rocketmq/post/application_json/');
282
+ class DescribeAccessKeysCommand extends sdk_core_namespaceObject.Command {
283
+ constructor(input){
284
+ super(input);
285
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAccessKeysCommand.metaPath);
286
+ }
287
+ }
288
+ _define_property(DescribeAccessKeysCommand, "metaPath", '/DescribeAccessKeys/2023-01-01/rocketmq/post/application_json/');
289
+ class DescribeAllowListDetailCommand extends sdk_core_namespaceObject.Command {
290
+ constructor(input){
291
+ super(input);
292
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAllowListDetailCommand.metaPath);
293
+ }
294
+ }
295
+ _define_property(DescribeAllowListDetailCommand, "metaPath", '/DescribeAllowListDetail/2023-01-01/rocketmq/post/application_json/');
296
+ class DescribeAllowListsCommand extends sdk_core_namespaceObject.Command {
297
+ constructor(input){
298
+ super(input);
299
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAllowListsCommand.metaPath);
300
+ }
301
+ }
302
+ _define_property(DescribeAllowListsCommand, "metaPath", '/DescribeAllowLists/2023-01-01/rocketmq/post/application_json/');
303
+ class DescribeAvailabilityZonesCommand extends sdk_core_namespaceObject.Command {
304
+ constructor(input){
305
+ super(input);
306
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAvailabilityZonesCommand.metaPath);
307
+ }
308
+ }
309
+ _define_property(DescribeAvailabilityZonesCommand, "metaPath", '/DescribeAvailabilityZones/2023-01-01/rocketmq/post/application_json/');
310
+ class DescribeConsumedClientsCommand extends sdk_core_namespaceObject.Command {
311
+ constructor(input){
312
+ super(input);
313
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeConsumedClientsCommand.metaPath);
314
+ }
315
+ }
316
+ _define_property(DescribeConsumedClientsCommand, "metaPath", '/DescribeConsumedClients/2023-01-01/rocketmq/post/application_json/');
317
+ class DescribeConsumedTopicDetailCommand extends sdk_core_namespaceObject.Command {
318
+ constructor(input){
319
+ super(input);
320
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeConsumedTopicDetailCommand.metaPath);
321
+ }
322
+ }
323
+ _define_property(DescribeConsumedTopicDetailCommand, "metaPath", '/DescribeConsumedTopicDetail/2023-01-01/rocketmq/post/application_json/');
324
+ class DescribeConsumedTopicsCommand extends sdk_core_namespaceObject.Command {
325
+ constructor(input){
326
+ super(input);
327
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeConsumedTopicsCommand.metaPath);
328
+ }
329
+ }
330
+ _define_property(DescribeConsumedTopicsCommand, "metaPath", '/DescribeConsumedTopics/2023-01-01/rocketmq/post/application_json/');
331
+ class DescribeGroupsCommand extends sdk_core_namespaceObject.Command {
332
+ constructor(input){
333
+ super(input);
334
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeGroupsCommand.metaPath);
335
+ }
336
+ }
337
+ _define_property(DescribeGroupsCommand, "metaPath", '/DescribeGroups/2023-01-01/rocketmq/post/application_json/');
338
+ class DescribeGroupsDetailCommand extends sdk_core_namespaceObject.Command {
339
+ constructor(input){
340
+ super(input);
341
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeGroupsDetailCommand.metaPath);
342
+ }
343
+ }
344
+ _define_property(DescribeGroupsDetailCommand, "metaPath", '/DescribeGroupsDetail/2023-01-01/rocketmq/post/application_json/');
345
+ class DescribeInstanceDetailCommand extends sdk_core_namespaceObject.Command {
346
+ constructor(input){
347
+ super(input);
348
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeInstanceDetailCommand.metaPath);
349
+ }
350
+ }
351
+ _define_property(DescribeInstanceDetailCommand, "metaPath", '/DescribeInstanceDetail/2023-01-01/rocketmq/post/application_json/');
352
+ class DescribeInstancesCommand extends sdk_core_namespaceObject.Command {
353
+ constructor(input){
354
+ super(input);
355
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeInstancesCommand.metaPath);
356
+ }
357
+ }
358
+ _define_property(DescribeInstancesCommand, "metaPath", '/DescribeInstances/2023-01-01/rocketmq/post/application_json/');
359
+ class DescribePLWhitelistCommand extends sdk_core_namespaceObject.Command {
360
+ constructor(input){
361
+ super(input);
362
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribePLWhitelistCommand.metaPath);
363
+ }
364
+ }
365
+ _define_property(DescribePLWhitelistCommand, "metaPath", '/DescribePLWhitelist/2023-01-01/rocketmq/post/application_json/');
366
+ class DescribeRegionsCommand extends sdk_core_namespaceObject.Command {
367
+ constructor(input){
368
+ super(input);
369
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeRegionsCommand.metaPath);
370
+ }
371
+ }
372
+ _define_property(DescribeRegionsCommand, "metaPath", '/DescribeRegions/2023-01-01/rocketmq/post/application_json/');
373
+ class DescribeSecretKeyCommand extends sdk_core_namespaceObject.Command {
374
+ constructor(input){
375
+ super(input);
376
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeSecretKeyCommand.metaPath);
377
+ }
378
+ }
379
+ _define_property(DescribeSecretKeyCommand, "metaPath", '/DescribeSecretKey/2023-01-01/rocketmq/post/application_json/');
380
+ class DescribeTagsByResourceCommand extends sdk_core_namespaceObject.Command {
381
+ constructor(input){
382
+ super(input);
383
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTagsByResourceCommand.metaPath);
384
+ }
385
+ }
386
+ _define_property(DescribeTagsByResourceCommand, "metaPath", '/DescribeTagsByResource/2023-01-01/rocketmq/post/application_json/');
387
+ class DescribeTopicAccessPoliciesCommand extends sdk_core_namespaceObject.Command {
388
+ constructor(input){
389
+ super(input);
390
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTopicAccessPoliciesCommand.metaPath);
391
+ }
392
+ }
393
+ _define_property(DescribeTopicAccessPoliciesCommand, "metaPath", '/DescribeTopicAccessPolicies/2023-01-01/rocketmq/post/application_json/');
394
+ class DescribeTopicDetailCommand extends sdk_core_namespaceObject.Command {
395
+ constructor(input){
396
+ super(input);
397
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTopicDetailCommand.metaPath);
398
+ }
399
+ }
400
+ _define_property(DescribeTopicDetailCommand, "metaPath", '/DescribeTopicDetail/2023-01-01/rocketmq/post/application_json/');
401
+ class DescribeTopicGroupsCommand extends sdk_core_namespaceObject.Command {
402
+ constructor(input){
403
+ super(input);
404
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTopicGroupsCommand.metaPath);
405
+ }
406
+ }
407
+ _define_property(DescribeTopicGroupsCommand, "metaPath", '/DescribeTopicGroups/2023-01-01/rocketmq/post/application_json/');
408
+ class DescribeTopicQueueCommand extends sdk_core_namespaceObject.Command {
409
+ constructor(input){
410
+ super(input);
411
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTopicQueueCommand.metaPath);
412
+ }
413
+ }
414
+ _define_property(DescribeTopicQueueCommand, "metaPath", '/DescribeTopicQueue/2023-01-01/rocketmq/post/application_json/');
415
+ class DescribeTopicsCommand extends sdk_core_namespaceObject.Command {
416
+ constructor(input){
417
+ super(input);
418
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTopicsCommand.metaPath);
419
+ }
420
+ }
421
+ _define_property(DescribeTopicsCommand, "metaPath", '/DescribeTopics/2023-01-01/rocketmq/post/application_json/');
422
+ class DisassociateAllowListCommand extends sdk_core_namespaceObject.Command {
423
+ constructor(input){
424
+ super(input);
425
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisassociateAllowListCommand.metaPath);
426
+ }
427
+ }
428
+ _define_property(DisassociateAllowListCommand, "metaPath", '/DisassociateAllowList/2023-01-01/rocketmq/post/application_json/');
429
+ class EnableAutoCreateGroupCommand extends sdk_core_namespaceObject.Command {
430
+ constructor(input){
431
+ super(input);
432
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableAutoCreateGroupCommand.metaPath);
433
+ }
434
+ }
435
+ _define_property(EnableAutoCreateGroupCommand, "metaPath", '/EnableAutoCreateGroup/2023-01-01/rocketmq/post/application_json/');
436
+ class EnableInstanceBurstTpsCommand extends sdk_core_namespaceObject.Command {
437
+ constructor(input){
438
+ super(input);
439
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableInstanceBurstTpsCommand.metaPath);
440
+ }
441
+ }
442
+ _define_property(EnableInstanceBurstTpsCommand, "metaPath", '/EnableInstanceBurstTps/2023-01-01/rocketmq/post/application_json/');
443
+ class EnableInstanceInspectCommand extends sdk_core_namespaceObject.Command {
444
+ constructor(input){
445
+ super(input);
446
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableInstanceInspectCommand.metaPath);
447
+ }
448
+ }
449
+ _define_property(EnableInstanceInspectCommand, "metaPath", '/EnableInstanceInspect/2023-01-01/rocketmq/post/application_json/');
450
+ class GetInspectConfigCommand extends sdk_core_namespaceObject.Command {
451
+ constructor(input){
452
+ super(input);
453
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetInspectConfigCommand.metaPath);
454
+ }
455
+ }
456
+ _define_property(GetInspectConfigCommand, "metaPath", '/GetInspectConfig/2023-01-01/rocketmq/post/application_json/');
457
+ class GetInstanceInspectResultCommand extends sdk_core_namespaceObject.Command {
458
+ constructor(input){
459
+ super(input);
460
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetInstanceInspectResultCommand.metaPath);
461
+ }
462
+ }
463
+ _define_property(GetInstanceInspectResultCommand, "metaPath", '/GetInstanceInspectResult/2023-01-01/rocketmq/post/application_json/');
464
+ class ManualProcessResultCommand extends sdk_core_namespaceObject.Command {
465
+ constructor(input){
466
+ super(input);
467
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ManualProcessResultCommand.metaPath);
468
+ }
469
+ }
470
+ _define_property(ManualProcessResultCommand, "metaPath", '/ManualProcessResult/2023-01-01/rocketmq/post/application_json/');
471
+ class ManualTriggerInspectCommand extends sdk_core_namespaceObject.Command {
472
+ constructor(input){
473
+ super(input);
474
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ManualTriggerInspectCommand.metaPath);
475
+ }
476
+ }
477
+ _define_property(ManualTriggerInspectCommand, "metaPath", '/ManualTriggerInspect/2023-01-01/rocketmq/post/application_json/');
478
+ class MessageSendCommand extends sdk_core_namespaceObject.Command {
479
+ constructor(input){
480
+ super(input);
481
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(MessageSendCommand.metaPath);
482
+ }
483
+ }
484
+ _define_property(MessageSendCommand, "metaPath", '/MessageSend/2023-01-01/rocketmq/post/application_json/');
485
+ class ModifyAccessKeyAllAuthorityCommand extends sdk_core_namespaceObject.Command {
486
+ constructor(input){
487
+ super(input);
488
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyAccessKeyAllAuthorityCommand.metaPath);
489
+ }
490
+ }
491
+ _define_property(ModifyAccessKeyAllAuthorityCommand, "metaPath", '/ModifyAccessKeyAllAuthority/2023-01-01/rocketmq/post/application_json/');
492
+ class ModifyAccessKeyAuthorityCommand extends sdk_core_namespaceObject.Command {
493
+ constructor(input){
494
+ super(input);
495
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyAccessKeyAuthorityCommand.metaPath);
496
+ }
497
+ }
498
+ _define_property(ModifyAccessKeyAuthorityCommand, "metaPath", '/ModifyAccessKeyAuthority/2023-01-01/rocketmq/post/application_json/');
499
+ class ModifyAllowListCommand extends sdk_core_namespaceObject.Command {
500
+ constructor(input){
501
+ super(input);
502
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyAllowListCommand.metaPath);
503
+ }
504
+ }
505
+ _define_property(ModifyAllowListCommand, "metaPath", '/ModifyAllowList/2023-01-01/rocketmq/post/application_json/');
506
+ class ModifyGroupDescriptionCommand extends sdk_core_namespaceObject.Command {
507
+ constructor(input){
508
+ super(input);
509
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyGroupDescriptionCommand.metaPath);
510
+ }
511
+ }
512
+ _define_property(ModifyGroupDescriptionCommand, "metaPath", "/ModifyGroupDescription/2023-01-01/rocketmq/post/application_json/");
513
+ class ModifyInstanceAttributesCommand extends sdk_core_namespaceObject.Command {
514
+ constructor(input){
515
+ super(input);
516
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyInstanceAttributesCommand.metaPath);
517
+ }
518
+ }
519
+ _define_property(ModifyInstanceAttributesCommand, "metaPath", '/ModifyInstanceAttributes/2023-01-01/rocketmq/post/application_json/');
520
+ class ModifyInstanceChargeTypeCommand extends sdk_core_namespaceObject.Command {
521
+ constructor(input){
522
+ super(input);
523
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyInstanceChargeTypeCommand.metaPath);
524
+ }
525
+ }
526
+ _define_property(ModifyInstanceChargeTypeCommand, "metaPath", '/ModifyInstanceChargeType/2023-01-01/rocketmq/post/application_json/');
527
+ class ModifyInstanceSpecCommand extends sdk_core_namespaceObject.Command {
528
+ constructor(input){
529
+ super(input);
530
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyInstanceSpecCommand.metaPath);
531
+ }
532
+ }
533
+ _define_property(ModifyInstanceSpecCommand, "metaPath", '/ModifyInstanceSpec/2023-01-01/rocketmq/post/application_json/');
534
+ class ModifyTopicAccessPoliciesCommand extends sdk_core_namespaceObject.Command {
535
+ constructor(input){
536
+ super(input);
537
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyTopicAccessPoliciesCommand.metaPath);
538
+ }
539
+ }
540
+ _define_property(ModifyTopicAccessPoliciesCommand, "metaPath", '/ModifyTopicAccessPolicies/2023-01-01/rocketmq/post/application_json/');
541
+ class ModifyTopicDescriptionCommand extends sdk_core_namespaceObject.Command {
542
+ constructor(input){
543
+ super(input);
544
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyTopicDescriptionCommand.metaPath);
545
+ }
546
+ }
547
+ _define_property(ModifyTopicDescriptionCommand, "metaPath", "/ModifyTopicDescription/2023-01-01/rocketmq/post/application_json/");
548
+ class QueryDLQMessageByGroupIdCommand extends sdk_core_namespaceObject.Command {
549
+ constructor(input){
550
+ super(input);
551
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryDLQMessageByGroupIdCommand.metaPath);
552
+ }
553
+ }
554
+ _define_property(QueryDLQMessageByGroupIdCommand, "metaPath", '/QueryDLQMessageByGroupId/2023-01-01/rocketmq/post/application_json/');
555
+ class QueryDLQMessageByIdCommand extends sdk_core_namespaceObject.Command {
556
+ constructor(input){
557
+ super(input);
558
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryDLQMessageByIdCommand.metaPath);
559
+ }
560
+ }
561
+ _define_property(QueryDLQMessageByIdCommand, "metaPath", '/QueryDLQMessageById/2023-01-01/rocketmq/post/application_json/');
562
+ class QueryMessageByMsgIdCommand extends sdk_core_namespaceObject.Command {
563
+ constructor(input){
564
+ super(input);
565
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryMessageByMsgIdCommand.metaPath);
566
+ }
567
+ }
568
+ _define_property(QueryMessageByMsgIdCommand, "metaPath", '/QueryMessageByMsgId/2023-01-01/rocketmq/post/application_json/');
569
+ class QueryMessageByMsgKeyCommand extends sdk_core_namespaceObject.Command {
570
+ constructor(input){
571
+ super(input);
572
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryMessageByMsgKeyCommand.metaPath);
573
+ }
574
+ }
575
+ _define_property(QueryMessageByMsgKeyCommand, "metaPath", '/QueryMessageByMsgKey/2023-01-01/rocketmq/post/application_json/');
576
+ class QueryMessageByOffsetCommand extends sdk_core_namespaceObject.Command {
577
+ constructor(input){
578
+ super(input);
579
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryMessageByOffsetCommand.metaPath);
580
+ }
581
+ }
582
+ _define_property(QueryMessageByOffsetCommand, "metaPath", '/QueryMessageByOffset/2023-01-01/rocketmq/post/application_json/');
583
+ class QueryMessageByTimestampCommand extends sdk_core_namespaceObject.Command {
584
+ constructor(input){
585
+ super(input);
586
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryMessageByTimestampCommand.metaPath);
587
+ }
588
+ }
589
+ _define_property(QueryMessageByTimestampCommand, "metaPath", '/QueryMessageByTimestamp/2023-01-01/rocketmq/post/application_json/');
590
+ class QueryMessageTraceByMessageIdCommand extends sdk_core_namespaceObject.Command {
591
+ constructor(input){
592
+ super(input);
593
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryMessageTraceByMessageIdCommand.metaPath);
594
+ }
595
+ }
596
+ _define_property(QueryMessageTraceByMessageIdCommand, "metaPath", '/QueryMessageTraceByMessageId/2023-01-01/rocketmq/post/application_json/');
597
+ class RemovePLWhitelistCommand extends sdk_core_namespaceObject.Command {
598
+ constructor(input){
599
+ super(input);
600
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RemovePLWhitelistCommand.metaPath);
601
+ }
602
+ }
603
+ _define_property(RemovePLWhitelistCommand, "metaPath", '/RemovePLWhitelist/2023-01-01/rocketmq/post/application_json/');
604
+ class RemoveTagsFromResourceCommand extends sdk_core_namespaceObject.Command {
605
+ constructor(input){
606
+ super(input);
607
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RemoveTagsFromResourceCommand.metaPath);
608
+ }
609
+ }
610
+ _define_property(RemoveTagsFromResourceCommand, "metaPath", '/RemoveTagsFromResource/2023-01-01/rocketmq/post/application_json/');
611
+ class ResendDLQMessageByIdCommand extends sdk_core_namespaceObject.Command {
612
+ constructor(input){
613
+ super(input);
614
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ResendDLQMessageByIdCommand.metaPath);
615
+ }
616
+ }
617
+ _define_property(ResendDLQMessageByIdCommand, "metaPath", '/ResendDLQMessageById/2023-01-01/rocketmq/post/application_json/');
618
+ class ResetConsumedOffsetsCommand extends sdk_core_namespaceObject.Command {
619
+ constructor(input){
620
+ super(input);
621
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ResetConsumedOffsetsCommand.metaPath);
622
+ }
623
+ }
624
+ _define_property(ResetConsumedOffsetsCommand, "metaPath", '/ResetConsumedOffsets/2023-01-01/rocketmq/post/application_json/');
625
+ exports.AddPLWhitelistCommand = __webpack_exports__.AddPLWhitelistCommand;
626
+ exports.AddTagsToResourceCommand = __webpack_exports__.AddTagsToResourceCommand;
627
+ exports.AssociateAllowListCommand = __webpack_exports__.AssociateAllowListCommand;
628
+ exports.CreateAccessKeyCommand = __webpack_exports__.CreateAccessKeyCommand;
629
+ exports.CreateAllowListCommand = __webpack_exports__.CreateAllowListCommand;
630
+ exports.CreateGroupAsyncCommand = __webpack_exports__.CreateGroupAsyncCommand;
631
+ exports.CreateGroupCommand = __webpack_exports__.CreateGroupCommand;
632
+ exports.CreateInstanceCommand = __webpack_exports__.CreateInstanceCommand;
633
+ exports.CreatePrivateLinkCommand = __webpack_exports__.CreatePrivateLinkCommand;
634
+ exports.CreatePublicAddressCommand = __webpack_exports__.CreatePublicAddressCommand;
635
+ exports.CreateTopicAsyncCommand = __webpack_exports__.CreateTopicAsyncCommand;
636
+ exports.CreateTopicCommand = __webpack_exports__.CreateTopicCommand;
637
+ exports.DeleteAccessKeyCommand = __webpack_exports__.DeleteAccessKeyCommand;
638
+ exports.DeleteAllowListCommand = __webpack_exports__.DeleteAllowListCommand;
639
+ exports.DeleteGroupAsyncCommand = __webpack_exports__.DeleteGroupAsyncCommand;
640
+ exports.DeleteGroupCommand = __webpack_exports__.DeleteGroupCommand;
641
+ exports.DeleteGroupsCommand = __webpack_exports__.DeleteGroupsCommand;
642
+ exports.DeleteInstanceCommand = __webpack_exports__.DeleteInstanceCommand;
643
+ exports.DeletePrivateLinkCommand = __webpack_exports__.DeletePrivateLinkCommand;
644
+ exports.DeletePublicAddressCommand = __webpack_exports__.DeletePublicAddressCommand;
645
+ exports.DeleteTopicAsyncCommand = __webpack_exports__.DeleteTopicAsyncCommand;
646
+ exports.DeleteTopicCommand = __webpack_exports__.DeleteTopicCommand;
647
+ exports.DescribeAccessKeyDetailCommand = __webpack_exports__.DescribeAccessKeyDetailCommand;
648
+ exports.DescribeAccessKeysCommand = __webpack_exports__.DescribeAccessKeysCommand;
649
+ exports.DescribeAllowListDetailCommand = __webpack_exports__.DescribeAllowListDetailCommand;
650
+ exports.DescribeAllowListsCommand = __webpack_exports__.DescribeAllowListsCommand;
651
+ exports.DescribeAvailabilityZonesCommand = __webpack_exports__.DescribeAvailabilityZonesCommand;
652
+ exports.DescribeConsumedClientsCommand = __webpack_exports__.DescribeConsumedClientsCommand;
653
+ exports.DescribeConsumedTopicDetailCommand = __webpack_exports__.DescribeConsumedTopicDetailCommand;
654
+ exports.DescribeConsumedTopicsCommand = __webpack_exports__.DescribeConsumedTopicsCommand;
655
+ exports.DescribeGroupsCommand = __webpack_exports__.DescribeGroupsCommand;
656
+ exports.DescribeGroupsDetailCommand = __webpack_exports__.DescribeGroupsDetailCommand;
657
+ exports.DescribeInstanceDetailCommand = __webpack_exports__.DescribeInstanceDetailCommand;
658
+ exports.DescribeInstancesCommand = __webpack_exports__.DescribeInstancesCommand;
659
+ exports.DescribePLWhitelistCommand = __webpack_exports__.DescribePLWhitelistCommand;
660
+ exports.DescribeRegionsCommand = __webpack_exports__.DescribeRegionsCommand;
661
+ exports.DescribeSecretKeyCommand = __webpack_exports__.DescribeSecretKeyCommand;
662
+ exports.DescribeTagsByResourceCommand = __webpack_exports__.DescribeTagsByResourceCommand;
663
+ exports.DescribeTopicAccessPoliciesCommand = __webpack_exports__.DescribeTopicAccessPoliciesCommand;
664
+ exports.DescribeTopicDetailCommand = __webpack_exports__.DescribeTopicDetailCommand;
665
+ exports.DescribeTopicGroupsCommand = __webpack_exports__.DescribeTopicGroupsCommand;
666
+ exports.DescribeTopicQueueCommand = __webpack_exports__.DescribeTopicQueueCommand;
667
+ exports.DescribeTopicsCommand = __webpack_exports__.DescribeTopicsCommand;
668
+ exports.DisassociateAllowListCommand = __webpack_exports__.DisassociateAllowListCommand;
669
+ exports.EnableAutoCreateGroupCommand = __webpack_exports__.EnableAutoCreateGroupCommand;
670
+ exports.EnableInstanceBurstTpsCommand = __webpack_exports__.EnableInstanceBurstTpsCommand;
671
+ exports.EnableInstanceInspectCommand = __webpack_exports__.EnableInstanceInspectCommand;
672
+ exports.GetInspectConfigCommand = __webpack_exports__.GetInspectConfigCommand;
673
+ exports.GetInstanceInspectResultCommand = __webpack_exports__.GetInstanceInspectResultCommand;
674
+ exports.ManualProcessResultCommand = __webpack_exports__.ManualProcessResultCommand;
675
+ exports.ManualTriggerInspectCommand = __webpack_exports__.ManualTriggerInspectCommand;
676
+ exports.MessageSendCommand = __webpack_exports__.MessageSendCommand;
677
+ exports.ModifyAccessKeyAllAuthorityCommand = __webpack_exports__.ModifyAccessKeyAllAuthorityCommand;
678
+ exports.ModifyAccessKeyAuthorityCommand = __webpack_exports__.ModifyAccessKeyAuthorityCommand;
679
+ exports.ModifyAllowListCommand = __webpack_exports__.ModifyAllowListCommand;
680
+ exports.ModifyGroupDescriptionCommand = __webpack_exports__.ModifyGroupDescriptionCommand;
681
+ exports.ModifyInstanceAttributesCommand = __webpack_exports__.ModifyInstanceAttributesCommand;
682
+ exports.ModifyInstanceChargeTypeCommand = __webpack_exports__.ModifyInstanceChargeTypeCommand;
683
+ exports.ModifyInstanceSpecCommand = __webpack_exports__.ModifyInstanceSpecCommand;
684
+ exports.ModifyTopicAccessPoliciesCommand = __webpack_exports__.ModifyTopicAccessPoliciesCommand;
685
+ exports.ModifyTopicDescriptionCommand = __webpack_exports__.ModifyTopicDescriptionCommand;
686
+ exports.QueryDLQMessageByGroupIdCommand = __webpack_exports__.QueryDLQMessageByGroupIdCommand;
687
+ exports.QueryDLQMessageByIdCommand = __webpack_exports__.QueryDLQMessageByIdCommand;
688
+ exports.QueryMessageByMsgIdCommand = __webpack_exports__.QueryMessageByMsgIdCommand;
689
+ exports.QueryMessageByMsgKeyCommand = __webpack_exports__.QueryMessageByMsgKeyCommand;
690
+ exports.QueryMessageByOffsetCommand = __webpack_exports__.QueryMessageByOffsetCommand;
691
+ exports.QueryMessageByTimestampCommand = __webpack_exports__.QueryMessageByTimestampCommand;
692
+ exports.QueryMessageTraceByMessageIdCommand = __webpack_exports__.QueryMessageTraceByMessageIdCommand;
693
+ exports.ROCKETMQClient = __webpack_exports__.ROCKETMQClient;
694
+ exports.RemovePLWhitelistCommand = __webpack_exports__.RemovePLWhitelistCommand;
695
+ exports.RemoveTagsFromResourceCommand = __webpack_exports__.RemoveTagsFromResourceCommand;
696
+ exports.ResendDLQMessageByIdCommand = __webpack_exports__.ResendDLQMessageByIdCommand;
697
+ exports.ResetConsumedOffsetsCommand = __webpack_exports__.ResetConsumedOffsetsCommand;
698
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
699
+ "AddPLWhitelistCommand",
700
+ "AddTagsToResourceCommand",
701
+ "AssociateAllowListCommand",
702
+ "CreateAccessKeyCommand",
703
+ "CreateAllowListCommand",
704
+ "CreateGroupAsyncCommand",
705
+ "CreateGroupCommand",
706
+ "CreateInstanceCommand",
707
+ "CreatePrivateLinkCommand",
708
+ "CreatePublicAddressCommand",
709
+ "CreateTopicAsyncCommand",
710
+ "CreateTopicCommand",
711
+ "DeleteAccessKeyCommand",
712
+ "DeleteAllowListCommand",
713
+ "DeleteGroupAsyncCommand",
714
+ "DeleteGroupCommand",
715
+ "DeleteGroupsCommand",
716
+ "DeleteInstanceCommand",
717
+ "DeletePrivateLinkCommand",
718
+ "DeletePublicAddressCommand",
719
+ "DeleteTopicAsyncCommand",
720
+ "DeleteTopicCommand",
721
+ "DescribeAccessKeyDetailCommand",
722
+ "DescribeAccessKeysCommand",
723
+ "DescribeAllowListDetailCommand",
724
+ "DescribeAllowListsCommand",
725
+ "DescribeAvailabilityZonesCommand",
726
+ "DescribeConsumedClientsCommand",
727
+ "DescribeConsumedTopicDetailCommand",
728
+ "DescribeConsumedTopicsCommand",
729
+ "DescribeGroupsCommand",
730
+ "DescribeGroupsDetailCommand",
731
+ "DescribeInstanceDetailCommand",
732
+ "DescribeInstancesCommand",
733
+ "DescribePLWhitelistCommand",
734
+ "DescribeRegionsCommand",
735
+ "DescribeSecretKeyCommand",
736
+ "DescribeTagsByResourceCommand",
737
+ "DescribeTopicAccessPoliciesCommand",
738
+ "DescribeTopicDetailCommand",
739
+ "DescribeTopicGroupsCommand",
740
+ "DescribeTopicQueueCommand",
741
+ "DescribeTopicsCommand",
742
+ "DisassociateAllowListCommand",
743
+ "EnableAutoCreateGroupCommand",
744
+ "EnableInstanceBurstTpsCommand",
745
+ "EnableInstanceInspectCommand",
746
+ "GetInspectConfigCommand",
747
+ "GetInstanceInspectResultCommand",
748
+ "ManualProcessResultCommand",
749
+ "ManualTriggerInspectCommand",
750
+ "MessageSendCommand",
751
+ "ModifyAccessKeyAllAuthorityCommand",
752
+ "ModifyAccessKeyAuthorityCommand",
753
+ "ModifyAllowListCommand",
754
+ "ModifyGroupDescriptionCommand",
755
+ "ModifyInstanceAttributesCommand",
756
+ "ModifyInstanceChargeTypeCommand",
757
+ "ModifyInstanceSpecCommand",
758
+ "ModifyTopicAccessPoliciesCommand",
759
+ "ModifyTopicDescriptionCommand",
760
+ "QueryDLQMessageByGroupIdCommand",
761
+ "QueryDLQMessageByIdCommand",
762
+ "QueryMessageByMsgIdCommand",
763
+ "QueryMessageByMsgKeyCommand",
764
+ "QueryMessageByOffsetCommand",
765
+ "QueryMessageByTimestampCommand",
766
+ "QueryMessageTraceByMessageIdCommand",
767
+ "ROCKETMQClient",
768
+ "RemovePLWhitelistCommand",
769
+ "RemoveTagsFromResourceCommand",
770
+ "ResendDLQMessageByIdCommand",
771
+ "ResetConsumedOffsetsCommand"
772
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
773
+ Object.defineProperty(exports, '__esModule', {
774
+ value: true
775
+ });