tencentcloud-sdk-python 3.0.1491__py2.py3-none-any.whl → 3.1.6__py2.py3-none-any.whl

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 (391) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aai/v20180522/aai_client_async.py +100 -0
  3. tencentcloud/aca/v20210323/aca_client_async.py +170 -0
  4. tencentcloud/acp/v20220105/acp_client_async.py +170 -0
  5. tencentcloud/advisor/v20200721/advisor_client_async.py +62 -0
  6. tencentcloud/af/v20200226/af_client_async.py +86 -0
  7. tencentcloud/afc/v20200226/afc_client_async.py +82 -0
  8. tencentcloud/ags/v20250920/ags_client_async.py +243 -0
  9. tencentcloud/ai3d/v20250513/ai3d_client_async.py +102 -0
  10. tencentcloud/aiart/v20221229/aiart_client_async.py +513 -0
  11. tencentcloud/ame/v20190916/ame_client_async.py +586 -0
  12. tencentcloud/ams/v20200608/ams_client_async.py +179 -0
  13. tencentcloud/ams/v20201229/ams_client_async.py +169 -0
  14. tencentcloud/anicloud/v20220923/anicloud_client_async.py +80 -0
  15. tencentcloud/antiddos/v20200309/antiddos_client_async.py +1718 -0
  16. tencentcloud/ape/v20200513/ape_client_async.py +170 -0
  17. tencentcloud/api/v20201106/api_client_async.py +80 -0
  18. tencentcloud/apigateway/v20180808/apigateway_client_async.py +1830 -0
  19. tencentcloud/apm/v20210622/apm_client_async.py +495 -0
  20. tencentcloud/asr/v20190614/asr_client_async.py +647 -0
  21. tencentcloud/asw/v20200722/asw_client_async.py +188 -0
  22. tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -0
  23. tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1230 -0
  24. tencentcloud/autoscaling/v20180419/models.py +36 -0
  25. tencentcloud/ba/v20200720/ba_client_async.py +81 -0
  26. tencentcloud/batch/v20170312/batch_client_async.py +582 -0
  27. tencentcloud/bda/v20200324/bda_client_async.py +116 -0
  28. tencentcloud/bh/v20230418/bh_client.py +230 -0
  29. tencentcloud/bh/v20230418/bh_client_async.py +1844 -0
  30. tencentcloud/bh/v20230418/models.py +1677 -216
  31. tencentcloud/bi/v20220105/bi_client_async.py +548 -0
  32. tencentcloud/billing/v20180709/billing_client_async.py +1149 -0
  33. tencentcloud/bizlive/v20190313/bizlive_client_async.py +134 -0
  34. tencentcloud/bm/v20180423/bm_client_async.py +1012 -0
  35. tencentcloud/bma/v20210624/bma_client_async.py +530 -0
  36. tencentcloud/bma/v20221115/bma_client_async.py +224 -0
  37. tencentcloud/bmeip/v20180625/bmeip_client_async.py +386 -0
  38. tencentcloud/bmlb/v20180625/bmlb_client_async.py +908 -0
  39. tencentcloud/bmvpc/v20180625/bmvpc_client_async.py +1171 -0
  40. tencentcloud/bpaas/v20181217/bpaas_client_async.py +62 -0
  41. tencentcloud/bri/v20190328/bri_client_async.py +58 -0
  42. tencentcloud/bsca/v20210811/bsca_client_async.py +152 -0
  43. tencentcloud/btoe/v20210303/btoe_client_async.py +267 -0
  44. tencentcloud/btoe/v20210514/btoe_client_async.py +287 -0
  45. tencentcloud/ca/v20230228/ca_client_async.py +80 -0
  46. tencentcloud/cam/v20190116/cam_client_async.py +1684 -0
  47. tencentcloud/captcha/v20190722/captcha_client_async.py +350 -0
  48. tencentcloud/car/v20220110/car_client_async.py +134 -0
  49. tencentcloud/cat/v20180409/cat_client_async.py +279 -0
  50. tencentcloud/cbs/v20170312/cbs_client_async.py +959 -0
  51. tencentcloud/ccc/v20200210/ccc_client_async.py +1494 -0
  52. tencentcloud/ccc/v20200210/models.py +15 -0
  53. tencentcloud/cdb/v20170320/cdb_client_async.py +3254 -0
  54. tencentcloud/cdb/v20170320/models.py +74 -44
  55. tencentcloud/cdc/v20201214/cdc_client_async.py +440 -0
  56. tencentcloud/cdn/v20180606/cdn_client_async.py +1090 -0
  57. tencentcloud/cds/v20180420/cds_client_async.py +116 -0
  58. tencentcloud/cdwch/v20200915/cdwch_client_async.py +548 -0
  59. tencentcloud/cdwch/v20200915/models.py +34 -4
  60. tencentcloud/cdwdoris/v20211228/cdwdoris_client_async.py +1106 -0
  61. tencentcloud/cdwpg/v20201230/cdwpg_client_async.py +458 -0
  62. tencentcloud/cdz/v20221123/cdz_client_async.py +62 -0
  63. tencentcloud/cfg/v20210820/cfg_client_async.py +332 -0
  64. tencentcloud/cfs/v20190719/cfs_client_async.py +1054 -0
  65. tencentcloud/cfs/v20190719/models.py +40 -0
  66. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  67. tencentcloud/cfw/v20190904/cfw_client_async.py +2067 -0
  68. tencentcloud/cfw/v20190904/models.py +784 -8
  69. tencentcloud/chc/v20230418/chc_client_async.py +710 -0
  70. tencentcloud/chdfs/v20190718/chdfs_client_async.py +546 -0
  71. tencentcloud/chdfs/v20201112/chdfs_client_async.py +548 -0
  72. tencentcloud/ciam/v20220331/ciam_client_async.py +440 -0
  73. tencentcloud/cii/v20201210/cii_client_async.py +80 -0
  74. tencentcloud/cii/v20210408/cii_client_async.py +262 -0
  75. tencentcloud/cim/v20190318/cim_client_async.py +44 -0
  76. tencentcloud/ckafka/v20190819/ckafka_client.py +92 -0
  77. tencentcloud/ckafka/v20190819/ckafka_client_async.py +1701 -0
  78. tencentcloud/ckafka/v20190819/errorcodes.py +3 -0
  79. tencentcloud/ckafka/v20190819/models.py +741 -62
  80. tencentcloud/clb/v20180317/clb_client_async.py +1683 -0
  81. tencentcloud/cloudapp/v20220530/cloudapp_client_async.py +175 -0
  82. tencentcloud/cloudaudit/v20190319/cloudaudit_client_async.py +372 -0
  83. tencentcloud/cloudhsm/v20191112/cloudhsm_client_async.py +278 -0
  84. tencentcloud/cloudhsm/v20191112/models.py +49 -0
  85. tencentcloud/cloudstudio/v20230508/cloudstudio_client_async.py +188 -0
  86. tencentcloud/cls/v20201016/cls_client.py +92 -0
  87. tencentcloud/cls/v20201016/cls_client_async.py +2362 -0
  88. tencentcloud/cls/v20201016/models.py +1427 -74
  89. tencentcloud/cme/v20191029/cme_client_async.py +983 -0
  90. tencentcloud/cmq/v20190304/cmq_client_async.py +62 -0
  91. tencentcloud/cms/v20190321/cms_client_async.py +134 -0
  92. tencentcloud/common/abstract_client_async.py +654 -0
  93. tencentcloud/common/common_client_async.py +45 -0
  94. tencentcloud/common/http/request_async.py +62 -0
  95. tencentcloud/common/retry_async.py +87 -0
  96. tencentcloud/config/v20220802/config_client_async.py +152 -0
  97. tencentcloud/controlcenter/v20230110/controlcenter_client_async.py +116 -0
  98. tencentcloud/cpdp/v20190820/cpdp_client_async.py +3979 -0
  99. tencentcloud/csip/v20221121/csip_client.py +1 -1
  100. tencentcloud/csip/v20221121/csip_client_async.py +1502 -0
  101. tencentcloud/csip/v20221121/models.py +105 -0
  102. tencentcloud/csxg/v20230303/csxg_client_async.py +116 -0
  103. tencentcloud/ctem/v20231128/ctem_client.py +644 -0
  104. tencentcloud/ctem/v20231128/ctem_client_async.py +1124 -0
  105. tencentcloud/ctem/v20231128/models.py +4999 -711
  106. tencentcloud/ctsdb/v20230202/ctsdb_client_async.py +69 -0
  107. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  108. tencentcloud/cvm/v20170312/cvm_client_async.py +2025 -0
  109. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  110. tencentcloud/cvm/v20170312/models.py +14 -14
  111. tencentcloud/cwp/v20180228/cwp_client_async.py +9288 -0
  112. tencentcloud/cws/v20180312/cws_client_async.py +368 -0
  113. tencentcloud/cynosdb/v20190107/cynosdb_client_async.py +3068 -0
  114. tencentcloud/cynosdb/v20190107/models.py +99 -2
  115. tencentcloud/dasb/v20191018/dasb_client_async.py +1160 -0
  116. tencentcloud/dataagent/v20250513/dataagent_client_async.py +224 -0
  117. tencentcloud/dataagent/v20250513/models.py +15 -0
  118. tencentcloud/dayu/v20180709/dayu_client_async.py +2042 -0
  119. tencentcloud/dbbrain/v20191016/dbbrain_client_async.py +530 -0
  120. tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  121. tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +1538 -0
  122. tencentcloud/dbbrain/v20210527/models.py +463 -12
  123. tencentcloud/dbdc/v20201029/dbdc_client_async.py +134 -0
  124. tencentcloud/dc/v20180410/dc_client_async.py +425 -0
  125. tencentcloud/dcdb/v20180411/dcdb_client_async.py +1541 -0
  126. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  127. tencentcloud/dlc/v20210125/dlc_client_async.py +3322 -0
  128. tencentcloud/dlc/v20210125/errorcodes.py +9 -0
  129. tencentcloud/dlc/v20210125/models.py +1424 -17
  130. tencentcloud/dnspod/v20210323/dnspod_client_async.py +1710 -0
  131. tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
  132. tencentcloud/dnspod/v20210323/models.py +2 -2
  133. tencentcloud/domain/v20180808/domain_client_async.py +1022 -0
  134. tencentcloud/drm/v20181115/drm_client_async.py +231 -0
  135. tencentcloud/ds/v20180523/ds_client_async.py +244 -0
  136. tencentcloud/dsgc/v20190723/dsgc_client_async.py +2452 -0
  137. tencentcloud/dsgc/v20190723/models.py +36 -36
  138. tencentcloud/dts/v20180330/dts_client_async.py +438 -0
  139. tencentcloud/dts/v20211206/dts_client.py +184 -0
  140. tencentcloud/dts/v20211206/dts_client_async.py +1480 -0
  141. tencentcloud/dts/v20211206/models.py +1275 -98
  142. tencentcloud/eb/v20210416/eb_client_async.py +602 -0
  143. tencentcloud/ecc/v20181213/ecc_client_async.py +100 -0
  144. tencentcloud/ecdn/v20191012/ecdn_client_async.py +162 -0
  145. tencentcloud/ecm/v20190719/ecm_client_async.py +2602 -0
  146. tencentcloud/eiam/v20210420/eiam_client_async.py +782 -0
  147. tencentcloud/eis/v20200715/eis_client_async.py +80 -0
  148. tencentcloud/eis/v20210601/eis_client_async.py +116 -0
  149. tencentcloud/emr/v20190103/emr_client.py +23 -0
  150. tencentcloud/emr/v20190103/emr_client_async.py +1659 -0
  151. tencentcloud/emr/v20190103/models.py +395 -0
  152. tencentcloud/es/v20180416/es_client_async.py +1209 -0
  153. tencentcloud/es/v20250101/es_client.py +6 -5
  154. tencentcloud/es/v20250101/es_client_async.py +216 -0
  155. tencentcloud/es/v20250101/models.py +6 -6
  156. tencentcloud/ess/v20201111/ess_client.py +6 -2
  157. tencentcloud/ess/v20201111/ess_client_async.py +3406 -0
  158. tencentcloud/ess/v20201111/models.py +468 -19
  159. tencentcloud/essbasic/v20201222/essbasic_client_async.py +1029 -0
  160. tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
  161. tencentcloud/essbasic/v20210526/essbasic_client_async.py +2757 -0
  162. tencentcloud/essbasic/v20210526/models.py +320 -6
  163. tencentcloud/evt/__init__.py +0 -0
  164. tencentcloud/evt/v20250217/__init__.py +0 -0
  165. tencentcloud/evt/v20250217/errorcodes.py +15 -0
  166. tencentcloud/evt/v20250217/evt_client.py +49 -0
  167. tencentcloud/evt/v20250217/evt_client_async.py +44 -0
  168. tencentcloud/evt/v20250217/models.py +228 -0
  169. tencentcloud/facefusion/v20181201/facefusion_client_async.py +86 -0
  170. tencentcloud/facefusion/v20220927/facefusion_client_async.py +83 -0
  171. tencentcloud/faceid/v20180301/errorcodes.py +0 -6
  172. tencentcloud/faceid/v20180301/faceid_client.py +0 -23
  173. tencentcloud/faceid/v20180301/faceid_client_async.py +674 -0
  174. tencentcloud/faceid/v20180301/models.py +45 -195
  175. tencentcloud/fmu/v20191213/fmu_client_async.py +161 -0
  176. tencentcloud/ft/v20200304/ft_client_async.py +134 -0
  177. tencentcloud/gaap/v20180529/gaap_client_async.py +1865 -0
  178. tencentcloud/gme/v20180711/gme_client_async.py +865 -0
  179. tencentcloud/goosefs/v20220519/goosefs_client_async.py +514 -0
  180. tencentcloud/gs/v20191118/gs_client.py +46 -0
  181. tencentcloud/gs/v20191118/gs_client_async.py +1527 -0
  182. tencentcloud/gs/v20191118/models.py +227 -0
  183. tencentcloud/gwlb/v20240906/gwlb_client_async.py +373 -0
  184. tencentcloud/habo/v20181203/habo_client_async.py +62 -0
  185. tencentcloud/hai/v20230812/hai_client_async.py +316 -0
  186. tencentcloud/hasim/v20210716/hasim_client_async.py +422 -0
  187. tencentcloud/hcm/v20181106/hcm_client_async.py +44 -0
  188. tencentcloud/hunyuan/v20230901/hunyuan_client_async.py +469 -0
  189. tencentcloud/iai/v20180301/iai_client.py +0 -44
  190. tencentcloud/iai/v20180301/iai_client_async.py +728 -0
  191. tencentcloud/iai/v20180301/models.py +0 -171
  192. tencentcloud/iai/v20200303/iai_client.py +1 -35
  193. tencentcloud/iai/v20200303/iai_client_async.py +802 -0
  194. tencentcloud/iai/v20200303/models.py +0 -175
  195. tencentcloud/iap/v20240713/iap_client_async.py +134 -0
  196. tencentcloud/ic/v20190307/ic_client_async.py +193 -0
  197. tencentcloud/icr/v20211014/icr_client_async.py +44 -0
  198. tencentcloud/ie/v20200304/ie_client_async.py +206 -0
  199. tencentcloud/ig/v20210518/ig_client_async.py +44 -0
  200. tencentcloud/igtm/v20231024/igtm_client_async.py +494 -0
  201. tencentcloud/igtm/v20231024/models.py +110 -0
  202. tencentcloud/ims/v20200713/ims_client_async.py +60 -0
  203. tencentcloud/ims/v20201229/ims_client_async.py +132 -0
  204. tencentcloud/ioa/v20220601/ioa_client_async.py +512 -0
  205. tencentcloud/iot/v20180123/iot_client_async.py +838 -0
  206. tencentcloud/iotcloud/v20180614/iotcloud_client_async.py +1268 -0
  207. tencentcloud/iotcloud/v20210408/iotcloud_client_async.py +1340 -0
  208. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +161 -0
  209. tencentcloud/iotexplorer/v20190423/iotexplorer_client_async.py +3632 -0
  210. tencentcloud/iotexplorer/v20190423/models.py +1669 -337
  211. tencentcloud/iotvideo/v20191126/iotvideo_client_async.py +1278 -0
  212. tencentcloud/iotvideo/v20201215/iotvideo_client_async.py +1448 -0
  213. tencentcloud/iotvideo/v20211125/iotvideo_client_async.py +1970 -0
  214. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client_async.py +1921 -0
  215. tencentcloud/irp/v20220324/irp_client_async.py +98 -0
  216. tencentcloud/irp/v20220805/irp_client_async.py +152 -0
  217. tencentcloud/iss/v20230517/iss_client_async.py +1686 -0
  218. tencentcloud/iss/v20230517/models.py +2 -2
  219. tencentcloud/ivld/v20210903/ivld_client_async.py +636 -0
  220. tencentcloud/keewidb/v20220308/keewidb_client_async.py +711 -0
  221. tencentcloud/kms/v20190118/kms_client_async.py +1252 -0
  222. tencentcloud/lcic/v20220817/lcic_client_async.py +1331 -0
  223. tencentcloud/lighthouse/v20200324/lighthouse_client_async.py +2331 -0
  224. tencentcloud/live/v20180801/live_client.py +0 -25
  225. tencentcloud/live/v20180801/live_client_async.py +3758 -0
  226. tencentcloud/live/v20180801/models.py +0 -282
  227. tencentcloud/lke/v20231130/lke_client_async.py +1923 -0
  228. tencentcloud/lke/v20231130/models.py +82 -0
  229. tencentcloud/lkeap/v20240522/lkeap_client.py +3 -13
  230. tencentcloud/lkeap/v20240522/lkeap_client_async.py +618 -0
  231. tencentcloud/lowcode/v20210108/lowcode_client_async.py +332 -0
  232. tencentcloud/mall/v20230518/mall_client_async.py +44 -0
  233. tencentcloud/mariadb/v20170312/mariadb_client_async.py +1505 -0
  234. tencentcloud/market/v20191010/market_client_async.py +62 -0
  235. tencentcloud/memcached/v20190318/memcached_client_async.py +44 -0
  236. tencentcloud/mmps/v20200710/mmps_client_async.py +296 -0
  237. tencentcloud/mna/v20210119/mna_client_async.py +764 -0
  238. tencentcloud/mongodb/v20180408/mongodb_client_async.py +260 -0
  239. tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
  240. tencentcloud/mongodb/v20190725/models.py +390 -2
  241. tencentcloud/mongodb/v20190725/mongodb_client.py +46 -0
  242. tencentcloud/mongodb/v20190725/mongodb_client_async.py +1220 -0
  243. tencentcloud/monitor/v20180724/monitor_client_async.py +3099 -0
  244. tencentcloud/monitor/v20230616/monitor_client_async.py +44 -0
  245. tencentcloud/mps/v20190612/errorcodes.py +9 -0
  246. tencentcloud/mps/v20190612/models.py +2329 -290
  247. tencentcloud/mps/v20190612/mps_client.py +232 -0
  248. tencentcloud/mps/v20190612/mps_client_async.py +2729 -0
  249. tencentcloud/mqtt/v20240516/mqtt_client_async.py +1153 -0
  250. tencentcloud/mrs/v20200910/mrs_client_async.py +231 -0
  251. tencentcloud/ms/v20180408/ms_client_async.py +450 -0
  252. tencentcloud/msp/v20180319/msp_client_async.py +154 -0
  253. tencentcloud/nlp/v20190408/nlp_client_async.py +140 -0
  254. tencentcloud/npp/v20190823/npp_client_async.py +170 -0
  255. tencentcloud/oceanus/v20190422/oceanus_client_async.py +844 -0
  256. tencentcloud/ocr/v20181119/models.py +232 -0
  257. tencentcloud/ocr/v20181119/ocr_client_async.py +2228 -0
  258. tencentcloud/omics/v20221128/omics_client_async.py +386 -0
  259. tencentcloud/organization/v20181225/organization_client_async.py +386 -0
  260. tencentcloud/organization/v20210331/organization_client_async.py +2348 -0
  261. tencentcloud/partners/v20180321/partners_client_async.py +444 -0
  262. tencentcloud/postgres/v20170312/errorcodes.py +6 -0
  263. tencentcloud/postgres/v20170312/postgres_client_async.py +1908 -0
  264. tencentcloud/privatedns/v20201028/errorcodes.py +9 -0
  265. tencentcloud/privatedns/v20201028/models.py +783 -17
  266. tencentcloud/privatedns/v20201028/privatedns_client.py +93 -1
  267. tencentcloud/privatedns/v20201028/privatedns_client_async.py +746 -0
  268. tencentcloud/pts/v20210728/pts_client_async.py +890 -0
  269. tencentcloud/rce/v20201103/rce_client_async.py +224 -0
  270. tencentcloud/redis/v20180412/redis_client_async.py +2008 -0
  271. tencentcloud/region/v20220627/region_client_async.py +80 -0
  272. tencentcloud/rum/v20210622/rum_client_async.py +999 -0
  273. tencentcloud/scf/v20180416/errorcodes.py +6 -0
  274. tencentcloud/scf/v20180416/models.py +263 -0
  275. tencentcloud/scf/v20180416/scf_client_async.py +984 -0
  276. tencentcloud/securitylake/v20240117/securitylake_client_async.py +44 -0
  277. tencentcloud/ses/v20201002/ses_client_async.py +657 -0
  278. tencentcloud/smh/v20210712/smh_client_async.py +296 -0
  279. tencentcloud/smop/v20201203/smop_client_async.py +46 -0
  280. tencentcloud/sms/v20190711/sms_client_async.py +326 -0
  281. tencentcloud/sms/v20210111/sms_client_async.py +365 -0
  282. tencentcloud/soe/v20180724/soe_client_async.py +98 -0
  283. tencentcloud/sqlserver/v20180328/sqlserver_client_async.py +2693 -0
  284. tencentcloud/ssa/v20180608/ssa_client_async.py +440 -0
  285. tencentcloud/ssl/v20191205/ssl_client_async.py +1257 -0
  286. tencentcloud/sslpod/v20190605/sslpod_client_async.py +206 -0
  287. tencentcloud/ssm/v20190923/ssm_client_async.py +468 -0
  288. tencentcloud/sts/v20180813/sts_client_async.py +205 -0
  289. tencentcloud/svp/v20240125/svp_client_async.py +116 -0
  290. tencentcloud/taf/v20200210/taf_client_async.py +44 -0
  291. tencentcloud/tag/v20180813/tag_client_async.py +584 -0
  292. tencentcloud/tat/v20201028/tat_client_async.py +565 -0
  293. tencentcloud/tbaas/v20180416/tbaas_client_async.py +458 -0
  294. tencentcloud/tbp/v20190311/tbp_client_async.py +98 -0
  295. tencentcloud/tbp/v20190627/tbp_client_async.py +62 -0
  296. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +986 -0
  297. tencentcloud/tcb/v20180608/tcb_client_async.py +1632 -0
  298. tencentcloud/tcbr/v20220217/models.py +15 -0
  299. tencentcloud/tcbr/v20220217/tcbr_client_async.py +206 -0
  300. tencentcloud/tccatalog/v20241024/tccatalog_client_async.py +98 -0
  301. tencentcloud/tchd/v20230306/tchd_client_async.py +65 -0
  302. tencentcloud/tcm/v20210413/tcm_client_async.py +242 -0
  303. tencentcloud/tcr/v20190924/tcr_client_async.py +2008 -0
  304. tencentcloud/tcss/v20201101/tcss_client_async.py +6169 -0
  305. tencentcloud/tdai/v20250717/models.py +55 -10
  306. tencentcloud/tdai/v20250717/tdai_client.py +1 -1
  307. tencentcloud/tdai/v20250717/tdai_client_async.py +350 -0
  308. tencentcloud/tdcpg/v20211118/tdcpg_client_async.py +482 -0
  309. tencentcloud/tdid/v20210519/tdid_client_async.py +353 -0
  310. tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
  311. tencentcloud/tdmq/v20200217/models.py +636 -904
  312. tencentcloud/tdmq/v20200217/tdmq_client.py +44 -73
  313. tencentcloud/tdmq/v20200217/tdmq_client_async.py +2732 -0
  314. tencentcloud/tds/v20220801/tds_client_async.py +116 -0
  315. tencentcloud/tem/v20201221/tem_client_async.py +332 -0
  316. tencentcloud/tem/v20210701/tem_client_async.py +949 -0
  317. tencentcloud/teo/v20220106/teo_client_async.py +120 -0
  318. tencentcloud/teo/v20220901/models.py +267 -4
  319. tencentcloud/teo/v20220901/teo_client_async.py +3609 -0
  320. tencentcloud/thpc/v20211109/thpc_client_async.py +98 -0
  321. tencentcloud/thpc/v20220401/thpc_client_async.py +321 -0
  322. tencentcloud/thpc/v20230321/models.py +30 -0
  323. tencentcloud/thpc/v20230321/thpc_client_async.py +591 -0
  324. tencentcloud/tia/v20180226/tia_client_async.py +206 -0
  325. tencentcloud/tiia/v20190529/tiia_client_async.py +536 -0
  326. tencentcloud/tione/v20191022/tione_client_async.py +422 -0
  327. tencentcloud/tione/v20211111/tione_client_async.py +1003 -0
  328. tencentcloud/tiw/v20190919/tiw_client_async.py +656 -0
  329. tencentcloud/tke/v20180525/errorcodes.py +3 -0
  330. tencentcloud/tke/v20180525/models.py +3129 -288
  331. tencentcloud/tke/v20180525/tke_client.py +414 -0
  332. tencentcloud/tke/v20180525/tke_client_async.py +4562 -0
  333. tencentcloud/tke/v20220501/tke_client_async.py +343 -0
  334. tencentcloud/tkgdq/v20190411/tkgdq_client_async.py +80 -0
  335. tencentcloud/tms/v20200713/tms_client_async.py +98 -0
  336. tencentcloud/tms/v20201229/tms_client_async.py +97 -0
  337. tencentcloud/tmt/v20180321/tmt_client_async.py +183 -0
  338. tencentcloud/tourism/v20230215/tourism_client_async.py +44 -0
  339. tencentcloud/trabbit/v20230418/trabbit_client_async.py +548 -0
  340. tencentcloud/trocket/v20230308/trocket_client_async.py +1390 -0
  341. tencentcloud/trp/v20210515/trp_client_async.py +1002 -0
  342. tencentcloud/trro/v20220325/trro_client_async.py +588 -0
  343. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  344. tencentcloud/trtc/v20190722/models.py +21 -6
  345. tencentcloud/trtc/v20190722/trtc_client.py +1 -0
  346. tencentcloud/trtc/v20190722/trtc_client_async.py +1516 -0
  347. tencentcloud/tse/v20201207/tse_client_async.py +2240 -0
  348. tencentcloud/tsf/v20180326/models.py +4 -4
  349. tencentcloud/tsf/v20180326/tsf_client_async.py +4143 -0
  350. tencentcloud/tsi/v20210325/tsi_client_async.py +104 -0
  351. tencentcloud/tsw/v20200924/tsw_client_async.py +44 -0
  352. tencentcloud/tsw/v20210412/tsw_client_async.py +80 -0
  353. tencentcloud/tts/v20190823/tts_client_async.py +107 -0
  354. tencentcloud/vcg/v20240404/vcg_client_async.py +62 -0
  355. tencentcloud/vclm/v20240523/errorcodes.py +27 -0
  356. tencentcloud/vclm/v20240523/models.py +415 -16
  357. tencentcloud/vclm/v20240523/vclm_client.py +47 -0
  358. tencentcloud/vclm/v20240523/vclm_client_async.py +263 -0
  359. tencentcloud/vcube/v20220410/models.py +98 -0
  360. tencentcloud/vcube/v20220410/vcube_client.py +46 -0
  361. tencentcloud/vcube/v20220410/vcube_client_async.py +674 -0
  362. tencentcloud/vdb/v20230616/vdb_client_async.py +278 -0
  363. tencentcloud/vm/v20200709/vm_client_async.py +120 -0
  364. tencentcloud/vm/v20201229/vm_client_async.py +139 -0
  365. tencentcloud/vm/v20210922/models.py +2 -2
  366. tencentcloud/vm/v20210922/vm_client_async.py +148 -0
  367. tencentcloud/vms/v20200902/vms_client_async.py +62 -0
  368. tencentcloud/vod/v20180717/models.py +6 -2
  369. tencentcloud/vod/v20180717/vod_client_async.py +3712 -0
  370. tencentcloud/vod/v20240718/vod_client_async.py +160 -0
  371. tencentcloud/vpc/v20170312/vpc_client_async.py +8139 -0
  372. tencentcloud/vrs/v20200824/vrs_client_async.py +182 -0
  373. tencentcloud/vtc/v20240223/vtc_client_async.py +132 -0
  374. tencentcloud/waf/v20180125/models.py +3924 -0
  375. tencentcloud/waf/v20180125/waf_client.py +230 -0
  376. tencentcloud/waf/v20180125/waf_client_async.py +3542 -0
  377. tencentcloud/wav/v20210129/wav_client_async.py +494 -0
  378. tencentcloud/wedata/v20210820/wedata_client_async.py +5384 -0
  379. tencentcloud/wedata/v20250806/wedata_client_async.py +2168 -0
  380. tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +1180 -0
  381. tencentcloud/wsa/v20250508/wsa_client_async.py +44 -0
  382. tencentcloud/wss/v20180426/wss_client_async.py +80 -0
  383. tencentcloud/yinsuda/v20220527/yinsuda_client_async.py +386 -0
  384. tencentcloud/yunjing/v20180228/yunjing_client_async.py +1826 -0
  385. tencentcloud/yunsou/v20180504/yunsou_client_async.py +62 -0
  386. tencentcloud/yunsou/v20191115/yunsou_client_async.py +62 -0
  387. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/METADATA +3 -1
  388. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/RECORD +391 -103
  389. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/LICENSE +0 -0
  390. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/WHEEL +0 -0
  391. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1390 @@
1
+ # -*- coding: utf8 -*-
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+
17
+
18
+ from tencentcloud.common.abstract_client_async import AbstractClient
19
+ from tencentcloud.trocket.v20230308 import models
20
+ from typing import Dict
21
+
22
+
23
+ class TrocketClient(AbstractClient):
24
+ _apiVersion = '2023-03-08'
25
+ _endpoint = 'trocket.tencentcloudapi.com'
26
+ _service = 'trocket'
27
+
28
+ async def ChangeMigratingTopicToNextStage(
29
+ self,
30
+ request: models.ChangeMigratingTopicToNextStageRequest,
31
+ opts: Dict = None,
32
+ ) -> models.ChangeMigratingTopicToNextStageResponse:
33
+ """
34
+ 修改迁移中的Topic状态进入下一步
35
+ """
36
+
37
+ kwargs = {}
38
+ kwargs["action"] = "ChangeMigratingTopicToNextStage"
39
+ kwargs["params"] = request._serialize()
40
+ kwargs["resp_cls"] = models.ChangeMigratingTopicToNextStageResponse
41
+ kwargs["headers"] = request.headers
42
+ kwargs["opts"] = opts or {}
43
+
44
+ return await self.call_and_deserialize(**kwargs)
45
+
46
+ async def CreateConsumerGroup(
47
+ self,
48
+ request: models.CreateConsumerGroupRequest,
49
+ opts: Dict = None,
50
+ ) -> models.CreateConsumerGroupResponse:
51
+ """
52
+ 创建消费组
53
+ """
54
+
55
+ kwargs = {}
56
+ kwargs["action"] = "CreateConsumerGroup"
57
+ kwargs["params"] = request._serialize()
58
+ kwargs["resp_cls"] = models.CreateConsumerGroupResponse
59
+ kwargs["headers"] = request.headers
60
+ kwargs["opts"] = opts or {}
61
+
62
+ return await self.call_and_deserialize(**kwargs)
63
+
64
+ async def CreateInstance(
65
+ self,
66
+ request: models.CreateInstanceRequest,
67
+ opts: Dict = None,
68
+ ) -> models.CreateInstanceResponse:
69
+ """
70
+ 创建 RocketMQ 5.x 集群
71
+ """
72
+
73
+ kwargs = {}
74
+ kwargs["action"] = "CreateInstance"
75
+ kwargs["params"] = request._serialize()
76
+ kwargs["resp_cls"] = models.CreateInstanceResponse
77
+ kwargs["headers"] = request.headers
78
+ kwargs["opts"] = opts or {}
79
+
80
+ return await self.call_and_deserialize(**kwargs)
81
+
82
+ async def CreateMQTTInsPublicEndpoint(
83
+ self,
84
+ request: models.CreateMQTTInsPublicEndpointRequest,
85
+ opts: Dict = None,
86
+ ) -> models.CreateMQTTInsPublicEndpointResponse:
87
+ """
88
+ 为MQTT实例创建公网接入点
89
+ """
90
+
91
+ kwargs = {}
92
+ kwargs["action"] = "CreateMQTTInsPublicEndpoint"
93
+ kwargs["params"] = request._serialize()
94
+ kwargs["resp_cls"] = models.CreateMQTTInsPublicEndpointResponse
95
+ kwargs["headers"] = request.headers
96
+ kwargs["opts"] = opts or {}
97
+
98
+ return await self.call_and_deserialize(**kwargs)
99
+
100
+ async def CreateMQTTInstance(
101
+ self,
102
+ request: models.CreateMQTTInstanceRequest,
103
+ opts: Dict = None,
104
+ ) -> models.CreateMQTTInstanceResponse:
105
+ """
106
+ 购买新的MQTT实例
107
+ """
108
+
109
+ kwargs = {}
110
+ kwargs["action"] = "CreateMQTTInstance"
111
+ kwargs["params"] = request._serialize()
112
+ kwargs["resp_cls"] = models.CreateMQTTInstanceResponse
113
+ kwargs["headers"] = request.headers
114
+ kwargs["opts"] = opts or {}
115
+
116
+ return await self.call_and_deserialize(**kwargs)
117
+
118
+ async def CreateMQTTTopic(
119
+ self,
120
+ request: models.CreateMQTTTopicRequest,
121
+ opts: Dict = None,
122
+ ) -> models.CreateMQTTTopicResponse:
123
+ """
124
+ 创建主题
125
+ """
126
+
127
+ kwargs = {}
128
+ kwargs["action"] = "CreateMQTTTopic"
129
+ kwargs["params"] = request._serialize()
130
+ kwargs["resp_cls"] = models.CreateMQTTTopicResponse
131
+ kwargs["headers"] = request.headers
132
+ kwargs["opts"] = opts or {}
133
+
134
+ return await self.call_and_deserialize(**kwargs)
135
+
136
+ async def CreateMQTTUser(
137
+ self,
138
+ request: models.CreateMQTTUserRequest,
139
+ opts: Dict = None,
140
+ ) -> models.CreateMQTTUserResponse:
141
+ """
142
+ 添加mqtt角色
143
+ """
144
+
145
+ kwargs = {}
146
+ kwargs["action"] = "CreateMQTTUser"
147
+ kwargs["params"] = request._serialize()
148
+ kwargs["resp_cls"] = models.CreateMQTTUserResponse
149
+ kwargs["headers"] = request.headers
150
+ kwargs["opts"] = opts or {}
151
+
152
+ return await self.call_and_deserialize(**kwargs)
153
+
154
+ async def CreateRole(
155
+ self,
156
+ request: models.CreateRoleRequest,
157
+ opts: Dict = None,
158
+ ) -> models.CreateRoleResponse:
159
+ """
160
+ 添加角色
161
+ """
162
+
163
+ kwargs = {}
164
+ kwargs["action"] = "CreateRole"
165
+ kwargs["params"] = request._serialize()
166
+ kwargs["resp_cls"] = models.CreateRoleResponse
167
+ kwargs["headers"] = request.headers
168
+ kwargs["opts"] = opts or {}
169
+
170
+ return await self.call_and_deserialize(**kwargs)
171
+
172
+ async def CreateTopic(
173
+ self,
174
+ request: models.CreateTopicRequest,
175
+ opts: Dict = None,
176
+ ) -> models.CreateTopicResponse:
177
+ """
178
+ 创建主题
179
+ """
180
+
181
+ kwargs = {}
182
+ kwargs["action"] = "CreateTopic"
183
+ kwargs["params"] = request._serialize()
184
+ kwargs["resp_cls"] = models.CreateTopicResponse
185
+ kwargs["headers"] = request.headers
186
+ kwargs["opts"] = opts or {}
187
+
188
+ return await self.call_and_deserialize(**kwargs)
189
+
190
+ async def DeleteConsumerGroup(
191
+ self,
192
+ request: models.DeleteConsumerGroupRequest,
193
+ opts: Dict = None,
194
+ ) -> models.DeleteConsumerGroupResponse:
195
+ """
196
+ 删除消费组。消费者组删除后,消费者组的所有配置和相关数据都会被清空,且无法找回。删除后,在线的消费者客户端会出现报错,建议您提前下线客户端。
197
+ """
198
+
199
+ kwargs = {}
200
+ kwargs["action"] = "DeleteConsumerGroup"
201
+ kwargs["params"] = request._serialize()
202
+ kwargs["resp_cls"] = models.DeleteConsumerGroupResponse
203
+ kwargs["headers"] = request.headers
204
+ kwargs["opts"] = opts or {}
205
+
206
+ return await self.call_and_deserialize(**kwargs)
207
+
208
+ async def DeleteInstance(
209
+ self,
210
+ request: models.DeleteInstanceRequest,
211
+ opts: Dict = None,
212
+ ) -> models.DeleteInstanceResponse:
213
+ """
214
+ 删除 RocketMQ 5.x 集群,删除前请先删除正在使用的主题、消费组和角色信息。
215
+ """
216
+
217
+ kwargs = {}
218
+ kwargs["action"] = "DeleteInstance"
219
+ kwargs["params"] = request._serialize()
220
+ kwargs["resp_cls"] = models.DeleteInstanceResponse
221
+ kwargs["headers"] = request.headers
222
+ kwargs["opts"] = opts or {}
223
+
224
+ return await self.call_and_deserialize(**kwargs)
225
+
226
+ async def DeleteMQTTInsPublicEndpoint(
227
+ self,
228
+ request: models.DeleteMQTTInsPublicEndpointRequest,
229
+ opts: Dict = None,
230
+ ) -> models.DeleteMQTTInsPublicEndpointResponse:
231
+ """
232
+ 删除MQTT实例的公网接入点
233
+ """
234
+
235
+ kwargs = {}
236
+ kwargs["action"] = "DeleteMQTTInsPublicEndpoint"
237
+ kwargs["params"] = request._serialize()
238
+ kwargs["resp_cls"] = models.DeleteMQTTInsPublicEndpointResponse
239
+ kwargs["headers"] = request.headers
240
+ kwargs["opts"] = opts or {}
241
+
242
+ return await self.call_and_deserialize(**kwargs)
243
+
244
+ async def DeleteMQTTInstance(
245
+ self,
246
+ request: models.DeleteMQTTInstanceRequest,
247
+ opts: Dict = None,
248
+ ) -> models.DeleteMQTTInstanceResponse:
249
+ """
250
+ 删除MQTT实例
251
+ """
252
+
253
+ kwargs = {}
254
+ kwargs["action"] = "DeleteMQTTInstance"
255
+ kwargs["params"] = request._serialize()
256
+ kwargs["resp_cls"] = models.DeleteMQTTInstanceResponse
257
+ kwargs["headers"] = request.headers
258
+ kwargs["opts"] = opts or {}
259
+
260
+ return await self.call_and_deserialize(**kwargs)
261
+
262
+ async def DeleteMQTTTopic(
263
+ self,
264
+ request: models.DeleteMQTTTopicRequest,
265
+ opts: Dict = None,
266
+ ) -> models.DeleteMQTTTopicResponse:
267
+ """
268
+ 删除MQTT主题
269
+ """
270
+
271
+ kwargs = {}
272
+ kwargs["action"] = "DeleteMQTTTopic"
273
+ kwargs["params"] = request._serialize()
274
+ kwargs["resp_cls"] = models.DeleteMQTTTopicResponse
275
+ kwargs["headers"] = request.headers
276
+ kwargs["opts"] = opts or {}
277
+
278
+ return await self.call_and_deserialize(**kwargs)
279
+
280
+ async def DeleteMQTTUser(
281
+ self,
282
+ request: models.DeleteMQTTUserRequest,
283
+ opts: Dict = None,
284
+ ) -> models.DeleteMQTTUserResponse:
285
+ """
286
+ 删除MQTT访问用户
287
+ """
288
+
289
+ kwargs = {}
290
+ kwargs["action"] = "DeleteMQTTUser"
291
+ kwargs["params"] = request._serialize()
292
+ kwargs["resp_cls"] = models.DeleteMQTTUserResponse
293
+ kwargs["headers"] = request.headers
294
+ kwargs["opts"] = opts or {}
295
+
296
+ return await self.call_and_deserialize(**kwargs)
297
+
298
+ async def DeleteRole(
299
+ self,
300
+ request: models.DeleteRoleRequest,
301
+ opts: Dict = None,
302
+ ) -> models.DeleteRoleResponse:
303
+ """
304
+ 删除角色。请确保该角色相关信息不在当前代码中被使用。删除角色后,原先使用该角色进行生产或消费消息的密钥(AccessKey 和 SecretKey)将立即失效。
305
+ """
306
+
307
+ kwargs = {}
308
+ kwargs["action"] = "DeleteRole"
309
+ kwargs["params"] = request._serialize()
310
+ kwargs["resp_cls"] = models.DeleteRoleResponse
311
+ kwargs["headers"] = request.headers
312
+ kwargs["opts"] = opts or {}
313
+
314
+ return await self.call_and_deserialize(**kwargs)
315
+
316
+ async def DeleteSmoothMigrationTask(
317
+ self,
318
+ request: models.DeleteSmoothMigrationTaskRequest,
319
+ opts: Dict = None,
320
+ ) -> models.DeleteSmoothMigrationTaskResponse:
321
+ """
322
+ 删除平滑迁移任务,只有被取消的任务才可删除
323
+ """
324
+
325
+ kwargs = {}
326
+ kwargs["action"] = "DeleteSmoothMigrationTask"
327
+ kwargs["params"] = request._serialize()
328
+ kwargs["resp_cls"] = models.DeleteSmoothMigrationTaskResponse
329
+ kwargs["headers"] = request.headers
330
+ kwargs["opts"] = opts or {}
331
+
332
+ return await self.call_and_deserialize(**kwargs)
333
+
334
+ async def DeleteTopic(
335
+ self,
336
+ request: models.DeleteTopicRequest,
337
+ opts: Dict = None,
338
+ ) -> models.DeleteTopicResponse:
339
+ """
340
+ 删除主题。主题删除后,主题的所有配置和相关数据都会被清空,且无法找回。
341
+ """
342
+
343
+ kwargs = {}
344
+ kwargs["action"] = "DeleteTopic"
345
+ kwargs["params"] = request._serialize()
346
+ kwargs["resp_cls"] = models.DeleteTopicResponse
347
+ kwargs["headers"] = request.headers
348
+ kwargs["opts"] = opts or {}
349
+
350
+ return await self.call_and_deserialize(**kwargs)
351
+
352
+ async def DescribeConsumerClient(
353
+ self,
354
+ request: models.DescribeConsumerClientRequest,
355
+ opts: Dict = None,
356
+ ) -> models.DescribeConsumerClientResponse:
357
+ """
358
+ 查询消费者客户端详情
359
+ """
360
+
361
+ kwargs = {}
362
+ kwargs["action"] = "DescribeConsumerClient"
363
+ kwargs["params"] = request._serialize()
364
+ kwargs["resp_cls"] = models.DescribeConsumerClientResponse
365
+ kwargs["headers"] = request.headers
366
+ kwargs["opts"] = opts or {}
367
+
368
+ return await self.call_and_deserialize(**kwargs)
369
+
370
+ async def DescribeConsumerClientList(
371
+ self,
372
+ request: models.DescribeConsumerClientListRequest,
373
+ opts: Dict = None,
374
+ ) -> models.DescribeConsumerClientListResponse:
375
+ """
376
+ 查询消费组下的客户端连接列表。
377
+ """
378
+
379
+ kwargs = {}
380
+ kwargs["action"] = "DescribeConsumerClientList"
381
+ kwargs["params"] = request._serialize()
382
+ kwargs["resp_cls"] = models.DescribeConsumerClientListResponse
383
+ kwargs["headers"] = request.headers
384
+ kwargs["opts"] = opts or {}
385
+
386
+ return await self.call_and_deserialize(**kwargs)
387
+
388
+ async def DescribeConsumerGroup(
389
+ self,
390
+ request: models.DescribeConsumerGroupRequest,
391
+ opts: Dict = None,
392
+ ) -> models.DescribeConsumerGroupResponse:
393
+ """
394
+ 查询消费组详情
395
+ """
396
+
397
+ kwargs = {}
398
+ kwargs["action"] = "DescribeConsumerGroup"
399
+ kwargs["params"] = request._serialize()
400
+ kwargs["resp_cls"] = models.DescribeConsumerGroupResponse
401
+ kwargs["headers"] = request.headers
402
+ kwargs["opts"] = opts or {}
403
+
404
+ return await self.call_and_deserialize(**kwargs)
405
+
406
+ async def DescribeConsumerGroupList(
407
+ self,
408
+ request: models.DescribeConsumerGroupListRequest,
409
+ opts: Dict = None,
410
+ ) -> models.DescribeConsumerGroupListResponse:
411
+ """
412
+ 获取消费组列表,Filter参数使用说明如下:
413
+
414
+ - ConsumerGroupName 消费组名称,支持模糊查询,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。
415
+ - ConsumeMessageOrderly,投递顺序性,枚举值如下:
416
+ - true 顺序投递
417
+ - false 并发投递
418
+
419
+ Filters示例:
420
+ [{ "Name": "ConsumeMessageOrderly", "Values": ["true"] }]
421
+ """
422
+
423
+ kwargs = {}
424
+ kwargs["action"] = "DescribeConsumerGroupList"
425
+ kwargs["params"] = request._serialize()
426
+ kwargs["resp_cls"] = models.DescribeConsumerGroupListResponse
427
+ kwargs["headers"] = request.headers
428
+ kwargs["opts"] = opts or {}
429
+
430
+ return await self.call_and_deserialize(**kwargs)
431
+
432
+ async def DescribeConsumerLag(
433
+ self,
434
+ request: models.DescribeConsumerLagRequest,
435
+ opts: Dict = None,
436
+ ) -> models.DescribeConsumerLagResponse:
437
+ """
438
+ 查询指定消费组堆积数。
439
+ """
440
+
441
+ kwargs = {}
442
+ kwargs["action"] = "DescribeConsumerLag"
443
+ kwargs["params"] = request._serialize()
444
+ kwargs["resp_cls"] = models.DescribeConsumerLagResponse
445
+ kwargs["headers"] = request.headers
446
+ kwargs["opts"] = opts or {}
447
+
448
+ return await self.call_and_deserialize(**kwargs)
449
+
450
+ async def DescribeFusionInstanceList(
451
+ self,
452
+ request: models.DescribeFusionInstanceListRequest,
453
+ opts: Dict = None,
454
+ ) -> models.DescribeFusionInstanceListResponse:
455
+ """
456
+ 查询集群列表,支持 4.x 和 5.x 集群,其中 Filters 参数使用说明如下:
457
+
458
+ - InstanceName 集群名称,支持模糊查询,从本接口返回值或控制台获得
459
+ - InstanceId 集群ID,精确查询,从当前接口或控制台获得
460
+ - InstanceType 集群类型,可参考 [InstanceItem](https://cloud.tencent.com/document/api/1493/96031#InstanceItem) 数据结构,支持多选
461
+ - Version 集群版本,枚举值如下:
462
+ - 4 RocketMQ 4.x 集群
463
+ - 5 RocketMQ 5.x 集群
464
+
465
+ Filters示例:
466
+ [{ "Name": "InstanceId", "Values": ["rmq-72mo3a9o"] }]
467
+ """
468
+
469
+ kwargs = {}
470
+ kwargs["action"] = "DescribeFusionInstanceList"
471
+ kwargs["params"] = request._serialize()
472
+ kwargs["resp_cls"] = models.DescribeFusionInstanceListResponse
473
+ kwargs["headers"] = request.headers
474
+ kwargs["opts"] = opts or {}
475
+
476
+ return await self.call_and_deserialize(**kwargs)
477
+
478
+ async def DescribeInstance(
479
+ self,
480
+ request: models.DescribeInstanceRequest,
481
+ opts: Dict = None,
482
+ ) -> models.DescribeInstanceResponse:
483
+ """
484
+ 查询 RocketMQ 5.x 集群信息。
485
+ """
486
+
487
+ kwargs = {}
488
+ kwargs["action"] = "DescribeInstance"
489
+ kwargs["params"] = request._serialize()
490
+ kwargs["resp_cls"] = models.DescribeInstanceResponse
491
+ kwargs["headers"] = request.headers
492
+ kwargs["opts"] = opts or {}
493
+
494
+ return await self.call_and_deserialize(**kwargs)
495
+
496
+ async def DescribeInstanceList(
497
+ self,
498
+ request: models.DescribeInstanceListRequest,
499
+ opts: Dict = None,
500
+ ) -> models.DescribeInstanceListResponse:
501
+ """
502
+ 查询集群列表,仅支持 5.x 集群。Filters参数使用说明如下:
503
+
504
+ - InstanceName 集群名称,支持模糊搜索
505
+ - InstanceId 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得
506
+ - InstanceType 集群类型,可参考 [InstanceItem](https://cloud.tencent.com/document/api/1493/96031#InstanceItem) 数据结构,支持多选
507
+ - InstanceStatus 集群状态,可参考 [InstanceItem](https://cloud.tencent.com/document/api/1493/96031#InstanceItem) 数据结构,支持多选
508
+
509
+ Filters示例:
510
+ [{
511
+ "Name": "InstanceId",
512
+ "Values": ["rmq-72mo3a9o"]
513
+ }]
514
+ """
515
+
516
+ kwargs = {}
517
+ kwargs["action"] = "DescribeInstanceList"
518
+ kwargs["params"] = request._serialize()
519
+ kwargs["resp_cls"] = models.DescribeInstanceListResponse
520
+ kwargs["headers"] = request.headers
521
+ kwargs["opts"] = opts or {}
522
+
523
+ return await self.call_and_deserialize(**kwargs)
524
+
525
+ async def DescribeMQTTClient(
526
+ self,
527
+ request: models.DescribeMQTTClientRequest,
528
+ opts: Dict = None,
529
+ ) -> models.DescribeMQTTClientResponse:
530
+ """
531
+ 查询 MQTT 客户端详情
532
+ """
533
+
534
+ kwargs = {}
535
+ kwargs["action"] = "DescribeMQTTClient"
536
+ kwargs["params"] = request._serialize()
537
+ kwargs["resp_cls"] = models.DescribeMQTTClientResponse
538
+ kwargs["headers"] = request.headers
539
+ kwargs["opts"] = opts or {}
540
+
541
+ return await self.call_and_deserialize(**kwargs)
542
+
543
+ async def DescribeMQTTInsPublicEndpoints(
544
+ self,
545
+ request: models.DescribeMQTTInsPublicEndpointsRequest,
546
+ opts: Dict = None,
547
+ ) -> models.DescribeMQTTInsPublicEndpointsResponse:
548
+ """
549
+ 查询MQTT实例公网接入点
550
+ """
551
+
552
+ kwargs = {}
553
+ kwargs["action"] = "DescribeMQTTInsPublicEndpoints"
554
+ kwargs["params"] = request._serialize()
555
+ kwargs["resp_cls"] = models.DescribeMQTTInsPublicEndpointsResponse
556
+ kwargs["headers"] = request.headers
557
+ kwargs["opts"] = opts or {}
558
+
559
+ return await self.call_and_deserialize(**kwargs)
560
+
561
+ async def DescribeMQTTInsVPCEndpoints(
562
+ self,
563
+ request: models.DescribeMQTTInsVPCEndpointsRequest,
564
+ opts: Dict = None,
565
+ ) -> models.DescribeMQTTInsVPCEndpointsResponse:
566
+ """
567
+ 查询MQTT实例公网接入点
568
+ """
569
+
570
+ kwargs = {}
571
+ kwargs["action"] = "DescribeMQTTInsVPCEndpoints"
572
+ kwargs["params"] = request._serialize()
573
+ kwargs["resp_cls"] = models.DescribeMQTTInsVPCEndpointsResponse
574
+ kwargs["headers"] = request.headers
575
+ kwargs["opts"] = opts or {}
576
+
577
+ return await self.call_and_deserialize(**kwargs)
578
+
579
+ async def DescribeMQTTInstance(
580
+ self,
581
+ request: models.DescribeMQTTInstanceRequest,
582
+ opts: Dict = None,
583
+ ) -> models.DescribeMQTTInstanceResponse:
584
+ """
585
+ 查询实例信息
586
+ """
587
+
588
+ kwargs = {}
589
+ kwargs["action"] = "DescribeMQTTInstance"
590
+ kwargs["params"] = request._serialize()
591
+ kwargs["resp_cls"] = models.DescribeMQTTInstanceResponse
592
+ kwargs["headers"] = request.headers
593
+ kwargs["opts"] = opts or {}
594
+
595
+ return await self.call_and_deserialize(**kwargs)
596
+
597
+ async def DescribeMQTTInstanceCert(
598
+ self,
599
+ request: models.DescribeMQTTInstanceCertRequest,
600
+ opts: Dict = None,
601
+ ) -> models.DescribeMQTTInstanceCertResponse:
602
+ """
603
+ 查询MQTT集群证书列表
604
+ """
605
+
606
+ kwargs = {}
607
+ kwargs["action"] = "DescribeMQTTInstanceCert"
608
+ kwargs["params"] = request._serialize()
609
+ kwargs["resp_cls"] = models.DescribeMQTTInstanceCertResponse
610
+ kwargs["headers"] = request.headers
611
+ kwargs["opts"] = opts or {}
612
+
613
+ return await self.call_and_deserialize(**kwargs)
614
+
615
+ async def DescribeMQTTInstanceList(
616
+ self,
617
+ request: models.DescribeMQTTInstanceListRequest,
618
+ opts: Dict = None,
619
+ ) -> models.DescribeMQTTInstanceListResponse:
620
+ """
621
+ 获取实例列表,Filters参数使用说明如下:
622
+ 1. InstanceName, 名称模糊查询
623
+ 2. InstanceId,实例ID查询
624
+ 3. InstanceType, 实例类型查询,支持多选
625
+ 3. InstanceStatus,实例状态查询,支持多选
626
+
627
+ 当使用TagFilters查询时,Filters参数失效。
628
+ """
629
+
630
+ kwargs = {}
631
+ kwargs["action"] = "DescribeMQTTInstanceList"
632
+ kwargs["params"] = request._serialize()
633
+ kwargs["resp_cls"] = models.DescribeMQTTInstanceListResponse
634
+ kwargs["headers"] = request.headers
635
+ kwargs["opts"] = opts or {}
636
+
637
+ return await self.call_and_deserialize(**kwargs)
638
+
639
+ async def DescribeMQTTMessage(
640
+ self,
641
+ request: models.DescribeMQTTMessageRequest,
642
+ opts: Dict = None,
643
+ ) -> models.DescribeMQTTMessageResponse:
644
+ """
645
+ 查询MQTT消息详情
646
+ """
647
+
648
+ kwargs = {}
649
+ kwargs["action"] = "DescribeMQTTMessage"
650
+ kwargs["params"] = request._serialize()
651
+ kwargs["resp_cls"] = models.DescribeMQTTMessageResponse
652
+ kwargs["headers"] = request.headers
653
+ kwargs["opts"] = opts or {}
654
+
655
+ return await self.call_and_deserialize(**kwargs)
656
+
657
+ async def DescribeMQTTMessageList(
658
+ self,
659
+ request: models.DescribeMQTTMessageListRequest,
660
+ opts: Dict = None,
661
+ ) -> models.DescribeMQTTMessageListResponse:
662
+ """
663
+ 查询消息列表,如查询死信,请设置ConsumerGroup参数
664
+ """
665
+
666
+ kwargs = {}
667
+ kwargs["action"] = "DescribeMQTTMessageList"
668
+ kwargs["params"] = request._serialize()
669
+ kwargs["resp_cls"] = models.DescribeMQTTMessageListResponse
670
+ kwargs["headers"] = request.headers
671
+ kwargs["opts"] = opts or {}
672
+
673
+ return await self.call_and_deserialize(**kwargs)
674
+
675
+ async def DescribeMQTTProductSKUList(
676
+ self,
677
+ request: models.DescribeMQTTProductSKUListRequest,
678
+ opts: Dict = None,
679
+ ) -> models.DescribeMQTTProductSKUListResponse:
680
+ """
681
+ 获取产品售卖规格
682
+ """
683
+
684
+ kwargs = {}
685
+ kwargs["action"] = "DescribeMQTTProductSKUList"
686
+ kwargs["params"] = request._serialize()
687
+ kwargs["resp_cls"] = models.DescribeMQTTProductSKUListResponse
688
+ kwargs["headers"] = request.headers
689
+ kwargs["opts"] = opts or {}
690
+
691
+ return await self.call_and_deserialize(**kwargs)
692
+
693
+ async def DescribeMQTTTopic(
694
+ self,
695
+ request: models.DescribeMQTTTopicRequest,
696
+ opts: Dict = None,
697
+ ) -> models.DescribeMQTTTopicResponse:
698
+ """
699
+ 查询mqtt主题详情
700
+ """
701
+
702
+ kwargs = {}
703
+ kwargs["action"] = "DescribeMQTTTopic"
704
+ kwargs["params"] = request._serialize()
705
+ kwargs["resp_cls"] = models.DescribeMQTTTopicResponse
706
+ kwargs["headers"] = request.headers
707
+ kwargs["opts"] = opts or {}
708
+
709
+ return await self.call_and_deserialize(**kwargs)
710
+
711
+ async def DescribeMQTTTopicList(
712
+ self,
713
+ request: models.DescribeMQTTTopicListRequest,
714
+ opts: Dict = None,
715
+ ) -> models.DescribeMQTTTopicListResponse:
716
+ """
717
+ 获取主题列表,Filter参数使用说明如下:
718
+
719
+ 1. TopicName,主题名称模糊搜索
720
+ 2. TopicType,主题类型查询,支持多选,可选值:Normal,Order,Transaction,DelayScheduled
721
+ """
722
+
723
+ kwargs = {}
724
+ kwargs["action"] = "DescribeMQTTTopicList"
725
+ kwargs["params"] = request._serialize()
726
+ kwargs["resp_cls"] = models.DescribeMQTTTopicListResponse
727
+ kwargs["headers"] = request.headers
728
+ kwargs["opts"] = opts or {}
729
+
730
+ return await self.call_and_deserialize(**kwargs)
731
+
732
+ async def DescribeMQTTUserList(
733
+ self,
734
+ request: models.DescribeMQTTUserListRequest,
735
+ opts: Dict = None,
736
+ ) -> models.DescribeMQTTUserListResponse:
737
+ """
738
+ 查询用户列表,Filter参数使用说明如下:
739
+
740
+ 1. Username,用户名称模糊搜索
741
+ """
742
+
743
+ kwargs = {}
744
+ kwargs["action"] = "DescribeMQTTUserList"
745
+ kwargs["params"] = request._serialize()
746
+ kwargs["resp_cls"] = models.DescribeMQTTUserListResponse
747
+ kwargs["headers"] = request.headers
748
+ kwargs["opts"] = opts or {}
749
+
750
+ return await self.call_and_deserialize(**kwargs)
751
+
752
+ async def DescribeMessage(
753
+ self,
754
+ request: models.DescribeMessageRequest,
755
+ opts: Dict = None,
756
+ ) -> models.DescribeMessageResponse:
757
+ """
758
+ 查询消息详情
759
+ """
760
+
761
+ kwargs = {}
762
+ kwargs["action"] = "DescribeMessage"
763
+ kwargs["params"] = request._serialize()
764
+ kwargs["resp_cls"] = models.DescribeMessageResponse
765
+ kwargs["headers"] = request.headers
766
+ kwargs["opts"] = opts or {}
767
+
768
+ return await self.call_and_deserialize(**kwargs)
769
+
770
+ async def DescribeMessageList(
771
+ self,
772
+ request: models.DescribeMessageListRequest,
773
+ opts: Dict = None,
774
+ ) -> models.DescribeMessageListResponse:
775
+ """
776
+ 查询消息列表。如果查询死信消息,请设置ConsumerGroup参数。
777
+ """
778
+
779
+ kwargs = {}
780
+ kwargs["action"] = "DescribeMessageList"
781
+ kwargs["params"] = request._serialize()
782
+ kwargs["resp_cls"] = models.DescribeMessageListResponse
783
+ kwargs["headers"] = request.headers
784
+ kwargs["opts"] = opts or {}
785
+
786
+ return await self.call_and_deserialize(**kwargs)
787
+
788
+ async def DescribeMessageTrace(
789
+ self,
790
+ request: models.DescribeMessageTraceRequest,
791
+ opts: Dict = None,
792
+ ) -> models.DescribeMessageTraceResponse:
793
+ """
794
+ 根据消息 ID 查询消息轨迹。
795
+ """
796
+
797
+ kwargs = {}
798
+ kwargs["action"] = "DescribeMessageTrace"
799
+ kwargs["params"] = request._serialize()
800
+ kwargs["resp_cls"] = models.DescribeMessageTraceResponse
801
+ kwargs["headers"] = request.headers
802
+ kwargs["opts"] = opts or {}
803
+
804
+ return await self.call_and_deserialize(**kwargs)
805
+
806
+ async def DescribeMigratingGroupStats(
807
+ self,
808
+ request: models.DescribeMigratingGroupStatsRequest,
809
+ opts: Dict = None,
810
+ ) -> models.DescribeMigratingGroupStatsResponse:
811
+ """
812
+ 查看迁移消费组的实时信息
813
+ """
814
+
815
+ kwargs = {}
816
+ kwargs["action"] = "DescribeMigratingGroupStats"
817
+ kwargs["params"] = request._serialize()
818
+ kwargs["resp_cls"] = models.DescribeMigratingGroupStatsResponse
819
+ kwargs["headers"] = request.headers
820
+ kwargs["opts"] = opts or {}
821
+
822
+ return await self.call_and_deserialize(**kwargs)
823
+
824
+ async def DescribeMigratingTopicList(
825
+ self,
826
+ request: models.DescribeMigratingTopicListRequest,
827
+ opts: Dict = None,
828
+ ) -> models.DescribeMigratingTopicListResponse:
829
+ """
830
+ 查询Topic迁移状态列表。
831
+
832
+ Filters字段为查询过滤器,支持以下条件:
833
+ * TopicName 主题名称,支持模糊查询
834
+ * MigrationStatus 迁移状态,可参考[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构
835
+ * Namespace 命名空间,仅4.x集群有效
836
+
837
+ Filters示例:
838
+ [{
839
+ "Name": "TopicName",
840
+ "Values": ["topic-a"]
841
+ }]
842
+ """
843
+
844
+ kwargs = {}
845
+ kwargs["action"] = "DescribeMigratingTopicList"
846
+ kwargs["params"] = request._serialize()
847
+ kwargs["resp_cls"] = models.DescribeMigratingTopicListResponse
848
+ kwargs["headers"] = request.headers
849
+ kwargs["opts"] = opts or {}
850
+
851
+ return await self.call_and_deserialize(**kwargs)
852
+
853
+ async def DescribeMigratingTopicStats(
854
+ self,
855
+ request: models.DescribeMigratingTopicStatsRequest,
856
+ opts: Dict = None,
857
+ ) -> models.DescribeMigratingTopicStatsResponse:
858
+ """
859
+ 用于查询迁移主题的实时数据
860
+ """
861
+
862
+ kwargs = {}
863
+ kwargs["action"] = "DescribeMigratingTopicStats"
864
+ kwargs["params"] = request._serialize()
865
+ kwargs["resp_cls"] = models.DescribeMigratingTopicStatsResponse
866
+ kwargs["headers"] = request.headers
867
+ kwargs["opts"] = opts or {}
868
+
869
+ return await self.call_and_deserialize(**kwargs)
870
+
871
+ async def DescribeMigrationTaskList(
872
+ self,
873
+ request: models.DescribeMigrationTaskListRequest,
874
+ opts: Dict = None,
875
+ ) -> models.DescribeMigrationTaskListResponse:
876
+ """
877
+ 获取数据迁移任务列表,Filter参数使用说明如下:
878
+
879
+ TaskId,根据任务ID精确查找
880
+ InstanceId,根据实例ID精确查找
881
+ Type,根据任务类型精确查找
882
+ """
883
+
884
+ kwargs = {}
885
+ kwargs["action"] = "DescribeMigrationTaskList"
886
+ kwargs["params"] = request._serialize()
887
+ kwargs["resp_cls"] = models.DescribeMigrationTaskListResponse
888
+ kwargs["headers"] = request.headers
889
+ kwargs["opts"] = opts or {}
890
+
891
+ return await self.call_and_deserialize(**kwargs)
892
+
893
+ async def DescribeProducerList(
894
+ self,
895
+ request: models.DescribeProducerListRequest,
896
+ opts: Dict = None,
897
+ ) -> models.DescribeProducerListResponse:
898
+ """
899
+ 查询主题关联的生产者列表信息,Filters支持以下筛选条件:
900
+ - ClientIP,客户端IP
901
+ - ClientID,客户端ID
902
+ """
903
+
904
+ kwargs = {}
905
+ kwargs["action"] = "DescribeProducerList"
906
+ kwargs["params"] = request._serialize()
907
+ kwargs["resp_cls"] = models.DescribeProducerListResponse
908
+ kwargs["headers"] = request.headers
909
+ kwargs["opts"] = opts or {}
910
+
911
+ return await self.call_and_deserialize(**kwargs)
912
+
913
+ async def DescribeProductSKUs(
914
+ self,
915
+ request: models.DescribeProductSKUsRequest,
916
+ opts: Dict = None,
917
+ ) -> models.DescribeProductSKUsResponse:
918
+ """
919
+ 查询产品售卖规格,针对 RocketMQ 5.x 集群。
920
+ """
921
+
922
+ kwargs = {}
923
+ kwargs["action"] = "DescribeProductSKUs"
924
+ kwargs["params"] = request._serialize()
925
+ kwargs["resp_cls"] = models.DescribeProductSKUsResponse
926
+ kwargs["headers"] = request.headers
927
+ kwargs["opts"] = opts or {}
928
+
929
+ return await self.call_and_deserialize(**kwargs)
930
+
931
+ async def DescribeRoleList(
932
+ self,
933
+ request: models.DescribeRoleListRequest,
934
+ opts: Dict = None,
935
+ ) -> models.DescribeRoleListResponse:
936
+ """
937
+ 查询角色列表,Filter参数使用说明如下:
938
+
939
+ - RoleName 角色名称,支持模糊搜索,从本接口返回值或控制台获得
940
+ - AccessKey AccessKey,支持模糊搜索,从本接口返回值或控制台获得
941
+
942
+ Filters示例:
943
+ [{ "Name": "RoleName", "Values": ["test_role"] }]
944
+ """
945
+
946
+ kwargs = {}
947
+ kwargs["action"] = "DescribeRoleList"
948
+ kwargs["params"] = request._serialize()
949
+ kwargs["resp_cls"] = models.DescribeRoleListResponse
950
+ kwargs["headers"] = request.headers
951
+ kwargs["opts"] = opts or {}
952
+
953
+ return await self.call_and_deserialize(**kwargs)
954
+
955
+ async def DescribeSmoothMigrationTaskList(
956
+ self,
957
+ request: models.DescribeSmoothMigrationTaskListRequest,
958
+ opts: Dict = None,
959
+ ) -> models.DescribeSmoothMigrationTaskListResponse:
960
+ """
961
+ 用于查询平滑迁移任务列表。
962
+
963
+ 查询参数Filters, 支持的字段如下:
964
+ * TaskStatus, 任务状态,支持多选
965
+ * ConnectionType,网络连接类型,支持多选,参考[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)的说明
966
+ * InstanceId,实例ID,精确搜索
967
+ * TaskName,任务名称,支持模糊搜索
968
+
969
+ Filters示例:
970
+ [{
971
+ "Name": "InstanceId",
972
+ "Values": ["rmq-1gzecldfg"]
973
+ }]
974
+ """
975
+
976
+ kwargs = {}
977
+ kwargs["action"] = "DescribeSmoothMigrationTaskList"
978
+ kwargs["params"] = request._serialize()
979
+ kwargs["resp_cls"] = models.DescribeSmoothMigrationTaskListResponse
980
+ kwargs["headers"] = request.headers
981
+ kwargs["opts"] = opts or {}
982
+
983
+ return await self.call_and_deserialize(**kwargs)
984
+
985
+ async def DescribeSourceClusterGroupList(
986
+ self,
987
+ request: models.DescribeSourceClusterGroupListRequest,
988
+ opts: Dict = None,
989
+ ) -> models.DescribeSourceClusterGroupListResponse:
990
+ """
991
+ 平滑迁移过程获取源集群group列表接口。
992
+
993
+ Filters字段为查询过滤器,支持以下字段:
994
+ * GroupName,消费组名称,支持模糊搜索
995
+ * Imported,是否已导入
996
+ * ImportStatus,导入状态,参考[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)的说明
997
+ * Namespace,命名空间,仅4.x集群有效
998
+
999
+ Filters示例:
1000
+ [{
1001
+ "Name": "GroupName",
1002
+ "Values": ["group-a"]
1003
+ }]
1004
+ """
1005
+
1006
+ kwargs = {}
1007
+ kwargs["action"] = "DescribeSourceClusterGroupList"
1008
+ kwargs["params"] = request._serialize()
1009
+ kwargs["resp_cls"] = models.DescribeSourceClusterGroupListResponse
1010
+ kwargs["headers"] = request.headers
1011
+ kwargs["opts"] = opts or {}
1012
+
1013
+ return await self.call_and_deserialize(**kwargs)
1014
+
1015
+ async def DescribeTopic(
1016
+ self,
1017
+ request: models.DescribeTopicRequest,
1018
+ opts: Dict = None,
1019
+ ) -> models.DescribeTopicResponse:
1020
+ """
1021
+ 查询主题详情,Offset和Limit参数是指订阅该主题的消费组查询分页参数,Filter参数使用说明如下:
1022
+
1023
+ - ConsumerGroup 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。
1024
+
1025
+ Filters示例:
1026
+ [{ "Name": "ConsumerGroup", "Values": ["test_group"] }]
1027
+ """
1028
+
1029
+ kwargs = {}
1030
+ kwargs["action"] = "DescribeTopic"
1031
+ kwargs["params"] = request._serialize()
1032
+ kwargs["resp_cls"] = models.DescribeTopicResponse
1033
+ kwargs["headers"] = request.headers
1034
+ kwargs["opts"] = opts or {}
1035
+
1036
+ return await self.call_and_deserialize(**kwargs)
1037
+
1038
+ async def DescribeTopicList(
1039
+ self,
1040
+ request: models.DescribeTopicListRequest,
1041
+ opts: Dict = None,
1042
+ ) -> models.DescribeTopicListResponse:
1043
+ """
1044
+ 获取主题列表,Filter参数使用说明如下:
1045
+
1046
+ - TopicName 主题名称,支持模糊搜索,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得
1047
+ - TopicType 主题类型查询,支持多选,参考 [DescribeTopic](https://cloud.tencent.com/document/api/1493/97945) 接口 TopicType 字段
1048
+
1049
+ Filters示例:
1050
+ [{ "Name": "TopicName", "Values": ["test_topic"] }]
1051
+ """
1052
+
1053
+ kwargs = {}
1054
+ kwargs["action"] = "DescribeTopicList"
1055
+ kwargs["params"] = request._serialize()
1056
+ kwargs["resp_cls"] = models.DescribeTopicListResponse
1057
+ kwargs["headers"] = request.headers
1058
+ kwargs["opts"] = opts or {}
1059
+
1060
+ return await self.call_and_deserialize(**kwargs)
1061
+
1062
+ async def DescribeTopicListByGroup(
1063
+ self,
1064
+ request: models.DescribeTopicListByGroupRequest,
1065
+ opts: Dict = None,
1066
+ ) -> models.DescribeTopicListByGroupResponse:
1067
+ """
1068
+ 根据消费组获取主题列表,Filter参数使用说明如下:
1069
+
1070
+ - TopicName 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。
1071
+
1072
+ Filters示例:
1073
+ [{ "Name": "TopicName", "Values": ["test_topic"] }]
1074
+ """
1075
+
1076
+ kwargs = {}
1077
+ kwargs["action"] = "DescribeTopicListByGroup"
1078
+ kwargs["params"] = request._serialize()
1079
+ kwargs["resp_cls"] = models.DescribeTopicListByGroupResponse
1080
+ kwargs["headers"] = request.headers
1081
+ kwargs["opts"] = opts or {}
1082
+
1083
+ return await self.call_and_deserialize(**kwargs)
1084
+
1085
+ async def DoHealthCheckOnMigratingTopic(
1086
+ self,
1087
+ request: models.DoHealthCheckOnMigratingTopicRequest,
1088
+ opts: Dict = None,
1089
+ ) -> models.DoHealthCheckOnMigratingTopicResponse:
1090
+ """
1091
+ 检查迁移中的主题是否处于正常状态,只有处于正常状态的主题,才可以进入下一个迁移阶段
1092
+ """
1093
+
1094
+ kwargs = {}
1095
+ kwargs["action"] = "DoHealthCheckOnMigratingTopic"
1096
+ kwargs["params"] = request._serialize()
1097
+ kwargs["resp_cls"] = models.DoHealthCheckOnMigratingTopicResponse
1098
+ kwargs["headers"] = request.headers
1099
+ kwargs["opts"] = opts or {}
1100
+
1101
+ return await self.call_and_deserialize(**kwargs)
1102
+
1103
+ async def ImportSourceClusterConsumerGroups(
1104
+ self,
1105
+ request: models.ImportSourceClusterConsumerGroupsRequest,
1106
+ opts: Dict = None,
1107
+ ) -> models.ImportSourceClusterConsumerGroupsResponse:
1108
+ """
1109
+ 导入消费者组列表
1110
+ """
1111
+
1112
+ kwargs = {}
1113
+ kwargs["action"] = "ImportSourceClusterConsumerGroups"
1114
+ kwargs["params"] = request._serialize()
1115
+ kwargs["resp_cls"] = models.ImportSourceClusterConsumerGroupsResponse
1116
+ kwargs["headers"] = request.headers
1117
+ kwargs["opts"] = opts or {}
1118
+
1119
+ return await self.call_and_deserialize(**kwargs)
1120
+
1121
+ async def ImportSourceClusterTopics(
1122
+ self,
1123
+ request: models.ImportSourceClusterTopicsRequest,
1124
+ opts: Dict = None,
1125
+ ) -> models.ImportSourceClusterTopicsResponse:
1126
+ """
1127
+ 导入topic列表
1128
+ """
1129
+
1130
+ kwargs = {}
1131
+ kwargs["action"] = "ImportSourceClusterTopics"
1132
+ kwargs["params"] = request._serialize()
1133
+ kwargs["resp_cls"] = models.ImportSourceClusterTopicsResponse
1134
+ kwargs["headers"] = request.headers
1135
+ kwargs["opts"] = opts or {}
1136
+
1137
+ return await self.call_and_deserialize(**kwargs)
1138
+
1139
+ async def ModifyConsumerGroup(
1140
+ self,
1141
+ request: models.ModifyConsumerGroupRequest,
1142
+ opts: Dict = None,
1143
+ ) -> models.ModifyConsumerGroupResponse:
1144
+ """
1145
+ 修改消费组属性
1146
+ """
1147
+
1148
+ kwargs = {}
1149
+ kwargs["action"] = "ModifyConsumerGroup"
1150
+ kwargs["params"] = request._serialize()
1151
+ kwargs["resp_cls"] = models.ModifyConsumerGroupResponse
1152
+ kwargs["headers"] = request.headers
1153
+ kwargs["opts"] = opts or {}
1154
+
1155
+ return await self.call_and_deserialize(**kwargs)
1156
+
1157
+ async def ModifyInstance(
1158
+ self,
1159
+ request: models.ModifyInstanceRequest,
1160
+ opts: Dict = None,
1161
+ ) -> models.ModifyInstanceResponse:
1162
+ """
1163
+ 修改 RocketMQ 5.x 集群属性,仅支持修改运行中的集群。
1164
+ """
1165
+
1166
+ kwargs = {}
1167
+ kwargs["action"] = "ModifyInstance"
1168
+ kwargs["params"] = request._serialize()
1169
+ kwargs["resp_cls"] = models.ModifyInstanceResponse
1170
+ kwargs["headers"] = request.headers
1171
+ kwargs["opts"] = opts or {}
1172
+
1173
+ return await self.call_and_deserialize(**kwargs)
1174
+
1175
+ async def ModifyInstanceEndpoint(
1176
+ self,
1177
+ request: models.ModifyInstanceEndpointRequest,
1178
+ opts: Dict = None,
1179
+ ) -> models.ModifyInstanceEndpointResponse:
1180
+ """
1181
+ 修改 RocketMQ 5.x 集群接入点,操作前请先确认接入点已存在。
1182
+ """
1183
+
1184
+ kwargs = {}
1185
+ kwargs["action"] = "ModifyInstanceEndpoint"
1186
+ kwargs["params"] = request._serialize()
1187
+ kwargs["resp_cls"] = models.ModifyInstanceEndpointResponse
1188
+ kwargs["headers"] = request.headers
1189
+ kwargs["opts"] = opts or {}
1190
+
1191
+ return await self.call_and_deserialize(**kwargs)
1192
+
1193
+ async def ModifyMQTTInsPublicEndpoint(
1194
+ self,
1195
+ request: models.ModifyMQTTInsPublicEndpointRequest,
1196
+ opts: Dict = None,
1197
+ ) -> models.ModifyMQTTInsPublicEndpointResponse:
1198
+ """
1199
+ 更新MQTT实例公网接入点
1200
+ """
1201
+
1202
+ kwargs = {}
1203
+ kwargs["action"] = "ModifyMQTTInsPublicEndpoint"
1204
+ kwargs["params"] = request._serialize()
1205
+ kwargs["resp_cls"] = models.ModifyMQTTInsPublicEndpointResponse
1206
+ kwargs["headers"] = request.headers
1207
+ kwargs["opts"] = opts or {}
1208
+
1209
+ return await self.call_and_deserialize(**kwargs)
1210
+
1211
+ async def ModifyMQTTInstance(
1212
+ self,
1213
+ request: models.ModifyMQTTInstanceRequest,
1214
+ opts: Dict = None,
1215
+ ) -> models.ModifyMQTTInstanceResponse:
1216
+ """
1217
+ 修改实例属性
1218
+ """
1219
+
1220
+ kwargs = {}
1221
+ kwargs["action"] = "ModifyMQTTInstance"
1222
+ kwargs["params"] = request._serialize()
1223
+ kwargs["resp_cls"] = models.ModifyMQTTInstanceResponse
1224
+ kwargs["headers"] = request.headers
1225
+ kwargs["opts"] = opts or {}
1226
+
1227
+ return await self.call_and_deserialize(**kwargs)
1228
+
1229
+ async def ModifyMQTTInstanceCertBinding(
1230
+ self,
1231
+ request: models.ModifyMQTTInstanceCertBindingRequest,
1232
+ opts: Dict = None,
1233
+ ) -> models.ModifyMQTTInstanceCertBindingResponse:
1234
+ """
1235
+ 更新MQTT集群绑定证书
1236
+ 参数传空,则为删除证书
1237
+ """
1238
+
1239
+ kwargs = {}
1240
+ kwargs["action"] = "ModifyMQTTInstanceCertBinding"
1241
+ kwargs["params"] = request._serialize()
1242
+ kwargs["resp_cls"] = models.ModifyMQTTInstanceCertBindingResponse
1243
+ kwargs["headers"] = request.headers
1244
+ kwargs["opts"] = opts or {}
1245
+
1246
+ return await self.call_and_deserialize(**kwargs)
1247
+
1248
+ async def ModifyMQTTTopic(
1249
+ self,
1250
+ request: models.ModifyMQTTTopicRequest,
1251
+ opts: Dict = None,
1252
+ ) -> models.ModifyMQTTTopicResponse:
1253
+ """
1254
+ 修改主题属性
1255
+ """
1256
+
1257
+ kwargs = {}
1258
+ kwargs["action"] = "ModifyMQTTTopic"
1259
+ kwargs["params"] = request._serialize()
1260
+ kwargs["resp_cls"] = models.ModifyMQTTTopicResponse
1261
+ kwargs["headers"] = request.headers
1262
+ kwargs["opts"] = opts or {}
1263
+
1264
+ return await self.call_and_deserialize(**kwargs)
1265
+
1266
+ async def ModifyMQTTUser(
1267
+ self,
1268
+ request: models.ModifyMQTTUserRequest,
1269
+ opts: Dict = None,
1270
+ ) -> models.ModifyMQTTUserResponse:
1271
+ """
1272
+ 修改MQTT角色
1273
+ """
1274
+
1275
+ kwargs = {}
1276
+ kwargs["action"] = "ModifyMQTTUser"
1277
+ kwargs["params"] = request._serialize()
1278
+ kwargs["resp_cls"] = models.ModifyMQTTUserResponse
1279
+ kwargs["headers"] = request.headers
1280
+ kwargs["opts"] = opts or {}
1281
+
1282
+ return await self.call_and_deserialize(**kwargs)
1283
+
1284
+ async def ModifyRole(
1285
+ self,
1286
+ request: models.ModifyRoleRequest,
1287
+ opts: Dict = None,
1288
+ ) -> models.ModifyRoleResponse:
1289
+ """
1290
+ 修改角色
1291
+ """
1292
+
1293
+ kwargs = {}
1294
+ kwargs["action"] = "ModifyRole"
1295
+ kwargs["params"] = request._serialize()
1296
+ kwargs["resp_cls"] = models.ModifyRoleResponse
1297
+ kwargs["headers"] = request.headers
1298
+ kwargs["opts"] = opts or {}
1299
+
1300
+ return await self.call_and_deserialize(**kwargs)
1301
+
1302
+ async def ModifyTopic(
1303
+ self,
1304
+ request: models.ModifyTopicRequest,
1305
+ opts: Dict = None,
1306
+ ) -> models.ModifyTopicResponse:
1307
+ """
1308
+ 修改主题属性
1309
+ """
1310
+
1311
+ kwargs = {}
1312
+ kwargs["action"] = "ModifyTopic"
1313
+ kwargs["params"] = request._serialize()
1314
+ kwargs["resp_cls"] = models.ModifyTopicResponse
1315
+ kwargs["headers"] = request.headers
1316
+ kwargs["opts"] = opts or {}
1317
+
1318
+ return await self.call_and_deserialize(**kwargs)
1319
+
1320
+ async def RemoveMigratingTopic(
1321
+ self,
1322
+ request: models.RemoveMigratingTopicRequest,
1323
+ opts: Dict = None,
1324
+ ) -> models.RemoveMigratingTopicResponse:
1325
+ """
1326
+ 从迁移列表中移除主题,仅当主题处于初始状态时有效
1327
+ """
1328
+
1329
+ kwargs = {}
1330
+ kwargs["action"] = "RemoveMigratingTopic"
1331
+ kwargs["params"] = request._serialize()
1332
+ kwargs["resp_cls"] = models.RemoveMigratingTopicResponse
1333
+ kwargs["headers"] = request.headers
1334
+ kwargs["opts"] = opts or {}
1335
+
1336
+ return await self.call_and_deserialize(**kwargs)
1337
+
1338
+ async def ResendDeadLetterMessage(
1339
+ self,
1340
+ request: models.ResendDeadLetterMessageRequest,
1341
+ opts: Dict = None,
1342
+ ) -> models.ResendDeadLetterMessageResponse:
1343
+ """
1344
+ 重新发送死信消息
1345
+ """
1346
+
1347
+ kwargs = {}
1348
+ kwargs["action"] = "ResendDeadLetterMessage"
1349
+ kwargs["params"] = request._serialize()
1350
+ kwargs["resp_cls"] = models.ResendDeadLetterMessageResponse
1351
+ kwargs["headers"] = request.headers
1352
+ kwargs["opts"] = opts or {}
1353
+
1354
+ return await self.call_and_deserialize(**kwargs)
1355
+
1356
+ async def ResetConsumerGroupOffset(
1357
+ self,
1358
+ request: models.ResetConsumerGroupOffsetRequest,
1359
+ opts: Dict = None,
1360
+ ) -> models.ResetConsumerGroupOffsetResponse:
1361
+ """
1362
+ 重置消费位点
1363
+ """
1364
+
1365
+ kwargs = {}
1366
+ kwargs["action"] = "ResetConsumerGroupOffset"
1367
+ kwargs["params"] = request._serialize()
1368
+ kwargs["resp_cls"] = models.ResetConsumerGroupOffsetResponse
1369
+ kwargs["headers"] = request.headers
1370
+ kwargs["opts"] = opts or {}
1371
+
1372
+ return await self.call_and_deserialize(**kwargs)
1373
+
1374
+ async def RollbackMigratingTopicStage(
1375
+ self,
1376
+ request: models.RollbackMigratingTopicStageRequest,
1377
+ opts: Dict = None,
1378
+ ) -> models.RollbackMigratingTopicStageResponse:
1379
+ """
1380
+ 回滚正在迁移的主题至前一个阶段
1381
+ """
1382
+
1383
+ kwargs = {}
1384
+ kwargs["action"] = "RollbackMigratingTopicStage"
1385
+ kwargs["params"] = request._serialize()
1386
+ kwargs["resp_cls"] = models.RollbackMigratingTopicStageResponse
1387
+ kwargs["headers"] = request.headers
1388
+ kwargs["opts"] = opts or {}
1389
+
1390
+ return await self.call_and_deserialize(**kwargs)