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
@@ -1125,10 +1125,16 @@ class CompareTableItem(AbstractModel):
1125
1125
  :type ColumnMode: str
1126
1126
  :param _Columns: 当 ColumnMode 为 partial 时必填(该参数仅对数据同步任务有效)
1127
1127
  :type Columns: list of CompareColumnItem
1128
+ :param _FilterCondition: 过滤条件
1129
+ :type FilterCondition: str
1130
+ :param _FilterTimeZone: 时区选择。如 "+08:00", "-08:00", "+00:00"(空值等价于"+00:00")
1131
+ :type FilterTimeZone: str
1128
1132
  """
1129
1133
  self._TableName = None
1130
1134
  self._ColumnMode = None
1131
1135
  self._Columns = None
1136
+ self._FilterCondition = None
1137
+ self._FilterTimeZone = None
1132
1138
 
1133
1139
  @property
1134
1140
  def TableName(self):
@@ -1163,6 +1169,28 @@ class CompareTableItem(AbstractModel):
1163
1169
  def Columns(self, Columns):
1164
1170
  self._Columns = Columns
1165
1171
 
1172
+ @property
1173
+ def FilterCondition(self):
1174
+ r"""过滤条件
1175
+ :rtype: str
1176
+ """
1177
+ return self._FilterCondition
1178
+
1179
+ @FilterCondition.setter
1180
+ def FilterCondition(self, FilterCondition):
1181
+ self._FilterCondition = FilterCondition
1182
+
1183
+ @property
1184
+ def FilterTimeZone(self):
1185
+ r"""时区选择。如 "+08:00", "-08:00", "+00:00"(空值等价于"+00:00")
1186
+ :rtype: str
1187
+ """
1188
+ return self._FilterTimeZone
1189
+
1190
+ @FilterTimeZone.setter
1191
+ def FilterTimeZone(self, FilterTimeZone):
1192
+ self._FilterTimeZone = FilterTimeZone
1193
+
1166
1194
 
1167
1195
  def _deserialize(self, params):
1168
1196
  self._TableName = params.get("TableName")
@@ -1173,6 +1201,8 @@ class CompareTableItem(AbstractModel):
1173
1201
  obj = CompareColumnItem()
1174
1202
  obj._deserialize(item)
1175
1203
  self._Columns.append(obj)
1204
+ self._FilterCondition = params.get("FilterCondition")
1205
+ self._FilterTimeZone = params.get("FilterTimeZone")
1176
1206
  memeber_set = set(params.keys())
1177
1207
  for name, value in vars(self).items():
1178
1208
  property_name = name[1:]
@@ -3346,6 +3376,151 @@ class CreateSubscribeResponse(AbstractModel):
3346
3376
  self._RequestId = params.get("RequestId")
3347
3377
 
3348
3378
 
3379
+ class CreateSyncCompareTaskRequest(AbstractModel):
3380
+ r"""CreateSyncCompareTask请求参数结构体
3381
+
3382
+ """
3383
+
3384
+ def __init__(self):
3385
+ r"""
3386
+ :param _JobId: 任务 Id
3387
+ :type JobId: str
3388
+ :param _TaskName: 数据对比任务名称,若为空则默认给CompareTaskId相同值
3389
+ :type TaskName: str
3390
+ :param _ObjectMode: 数据对比对象模式,sameAsMigrate(全部迁移对象, 默认为此项配置),custom(自定义模式)
3391
+ :type ObjectMode: str
3392
+ :param _Objects: 对比对象,当ObjectMode值为custom时,此项需要填写
3393
+ :type Objects: :class:`tencentcloud.dts.v20211206.models.CompareObject`
3394
+ :param _Options: 一致性校验选项
3395
+ :type Options: :class:`tencentcloud.dts.v20211206.models.CompareOptions`
3396
+ """
3397
+ self._JobId = None
3398
+ self._TaskName = None
3399
+ self._ObjectMode = None
3400
+ self._Objects = None
3401
+ self._Options = None
3402
+
3403
+ @property
3404
+ def JobId(self):
3405
+ r"""任务 Id
3406
+ :rtype: str
3407
+ """
3408
+ return self._JobId
3409
+
3410
+ @JobId.setter
3411
+ def JobId(self, JobId):
3412
+ self._JobId = JobId
3413
+
3414
+ @property
3415
+ def TaskName(self):
3416
+ r"""数据对比任务名称,若为空则默认给CompareTaskId相同值
3417
+ :rtype: str
3418
+ """
3419
+ return self._TaskName
3420
+
3421
+ @TaskName.setter
3422
+ def TaskName(self, TaskName):
3423
+ self._TaskName = TaskName
3424
+
3425
+ @property
3426
+ def ObjectMode(self):
3427
+ r"""数据对比对象模式,sameAsMigrate(全部迁移对象, 默认为此项配置),custom(自定义模式)
3428
+ :rtype: str
3429
+ """
3430
+ return self._ObjectMode
3431
+
3432
+ @ObjectMode.setter
3433
+ def ObjectMode(self, ObjectMode):
3434
+ self._ObjectMode = ObjectMode
3435
+
3436
+ @property
3437
+ def Objects(self):
3438
+ r"""对比对象,当ObjectMode值为custom时,此项需要填写
3439
+ :rtype: :class:`tencentcloud.dts.v20211206.models.CompareObject`
3440
+ """
3441
+ return self._Objects
3442
+
3443
+ @Objects.setter
3444
+ def Objects(self, Objects):
3445
+ self._Objects = Objects
3446
+
3447
+ @property
3448
+ def Options(self):
3449
+ r"""一致性校验选项
3450
+ :rtype: :class:`tencentcloud.dts.v20211206.models.CompareOptions`
3451
+ """
3452
+ return self._Options
3453
+
3454
+ @Options.setter
3455
+ def Options(self, Options):
3456
+ self._Options = Options
3457
+
3458
+
3459
+ def _deserialize(self, params):
3460
+ self._JobId = params.get("JobId")
3461
+ self._TaskName = params.get("TaskName")
3462
+ self._ObjectMode = params.get("ObjectMode")
3463
+ if params.get("Objects") is not None:
3464
+ self._Objects = CompareObject()
3465
+ self._Objects._deserialize(params.get("Objects"))
3466
+ if params.get("Options") is not None:
3467
+ self._Options = CompareOptions()
3468
+ self._Options._deserialize(params.get("Options"))
3469
+ memeber_set = set(params.keys())
3470
+ for name, value in vars(self).items():
3471
+ property_name = name[1:]
3472
+ if property_name in memeber_set:
3473
+ memeber_set.remove(property_name)
3474
+ if len(memeber_set) > 0:
3475
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
3476
+
3477
+
3478
+
3479
+ class CreateSyncCompareTaskResponse(AbstractModel):
3480
+ r"""CreateSyncCompareTask返回参数结构体
3481
+
3482
+ """
3483
+
3484
+ def __init__(self):
3485
+ r"""
3486
+ :param _CompareTaskId: 数据对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9
3487
+ 注意:此字段可能返回 null,表示取不到有效值。
3488
+ :type CompareTaskId: str
3489
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3490
+ :type RequestId: str
3491
+ """
3492
+ self._CompareTaskId = None
3493
+ self._RequestId = None
3494
+
3495
+ @property
3496
+ def CompareTaskId(self):
3497
+ r"""数据对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9
3498
+ 注意:此字段可能返回 null,表示取不到有效值。
3499
+ :rtype: str
3500
+ """
3501
+ return self._CompareTaskId
3502
+
3503
+ @CompareTaskId.setter
3504
+ def CompareTaskId(self, CompareTaskId):
3505
+ self._CompareTaskId = CompareTaskId
3506
+
3507
+ @property
3508
+ def RequestId(self):
3509
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3510
+ :rtype: str
3511
+ """
3512
+ return self._RequestId
3513
+
3514
+ @RequestId.setter
3515
+ def RequestId(self, RequestId):
3516
+ self._RequestId = RequestId
3517
+
3518
+
3519
+ def _deserialize(self, params):
3520
+ self._CompareTaskId = params.get("CompareTaskId")
3521
+ self._RequestId = params.get("RequestId")
3522
+
3523
+
3349
3524
  class CreateSyncJobRequest(AbstractModel):
3350
3525
  r"""CreateSyncJob请求参数结构体
3351
3526
 
@@ -5093,6 +5268,85 @@ class DeleteConsumerGroupResponse(AbstractModel):
5093
5268
  self._RequestId = params.get("RequestId")
5094
5269
 
5095
5270
 
5271
+ class DeleteSyncCompareTaskRequest(AbstractModel):
5272
+ r"""DeleteSyncCompareTask请求参数结构体
5273
+
5274
+ """
5275
+
5276
+ def __init__(self):
5277
+ r"""
5278
+ :param _JobId: 任务 Id
5279
+ :type JobId: str
5280
+ :param _CompareTaskId: 对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9
5281
+ :type CompareTaskId: str
5282
+ """
5283
+ self._JobId = None
5284
+ self._CompareTaskId = None
5285
+
5286
+ @property
5287
+ def JobId(self):
5288
+ r"""任务 Id
5289
+ :rtype: str
5290
+ """
5291
+ return self._JobId
5292
+
5293
+ @JobId.setter
5294
+ def JobId(self, JobId):
5295
+ self._JobId = JobId
5296
+
5297
+ @property
5298
+ def CompareTaskId(self):
5299
+ r"""对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9
5300
+ :rtype: str
5301
+ """
5302
+ return self._CompareTaskId
5303
+
5304
+ @CompareTaskId.setter
5305
+ def CompareTaskId(self, CompareTaskId):
5306
+ self._CompareTaskId = CompareTaskId
5307
+
5308
+
5309
+ def _deserialize(self, params):
5310
+ self._JobId = params.get("JobId")
5311
+ self._CompareTaskId = params.get("CompareTaskId")
5312
+ memeber_set = set(params.keys())
5313
+ for name, value in vars(self).items():
5314
+ property_name = name[1:]
5315
+ if property_name in memeber_set:
5316
+ memeber_set.remove(property_name)
5317
+ if len(memeber_set) > 0:
5318
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
5319
+
5320
+
5321
+
5322
+ class DeleteSyncCompareTaskResponse(AbstractModel):
5323
+ r"""DeleteSyncCompareTask返回参数结构体
5324
+
5325
+ """
5326
+
5327
+ def __init__(self):
5328
+ r"""
5329
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5330
+ :type RequestId: str
5331
+ """
5332
+ self._RequestId = None
5333
+
5334
+ @property
5335
+ def RequestId(self):
5336
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5337
+ :rtype: str
5338
+ """
5339
+ return self._RequestId
5340
+
5341
+ @RequestId.setter
5342
+ def RequestId(self, RequestId):
5343
+ self._RequestId = RequestId
5344
+
5345
+
5346
+ def _deserialize(self, params):
5347
+ self._RequestId = params.get("RequestId")
5348
+
5349
+
5096
5350
  class DescribeCheckSyncJobResultRequest(AbstractModel):
5097
5351
  r"""DescribeCheckSyncJobResult请求参数结构体
5098
5352
 
@@ -8267,42 +8521,459 @@ class DescribeSubscribeReturnableResponse(AbstractModel):
8267
8521
  self._RequestId = params.get("RequestId")
8268
8522
 
8269
8523
 
8270
- class DescribeSyncJobsRequest(AbstractModel):
8271
- r"""DescribeSyncJobs请求参数结构体
8524
+ class DescribeSyncCompareReportRequest(AbstractModel):
8525
+ r"""DescribeSyncCompareReport请求参数结构体
8272
8526
 
8273
8527
  """
8274
8528
 
8275
8529
  def __init__(self):
8276
8530
  r"""
8277
- :param _JobId: 同步任务id,如sync-werwfs23,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
8278
-
8531
+ :param _JobId: 任务 Id
8279
8532
  :type JobId: str
8280
- :param _JobIds: 同步任务id列表,如["sync-n3gh7md9"]
8281
- :type JobIds: list of str
8282
- :param _JobName: 同步任务名
8283
- :type JobName: str
8284
- :param _Order: 排序字段,目前仅支持CreateTime字段排序
8285
- :type Order: str
8286
- :param _OrderSeq: 排序方式,升序为ASC,降序为DESC,默认为CreateTime降序
8287
- :type OrderSeq: str
8288
- :param _Offset: 偏移量,默认为0
8289
- :type Offset: int
8290
- :param _Limit: 返回同步任务实例数量,默认20,有效区间[1,100]
8291
- :type Limit: int
8292
- :param _Status: 状态集合,如Initialized(初始化),CheckPass(校验通过),Running(运行中),ResumableErr(恢复中),Stopped(已结束)
8293
- :type Status: list of str
8294
- :param _RunMode: 运行模式,如Immediate:立即运行,Timed:定时运行
8295
- :type RunMode: str
8296
- :param _JobType: 任务类型,如mysql2mysql:msyql同步到mysql;可取值有mysql2mysql、mysql2kafka、tdsqlmysql2kafka、tdsqlmysql2tdsqlmysql、tdsqlmysql2mysql、mysql2tdsqlmysql、mysql2mariadb、mariadb2mariadb、mariadb2kafka、cynosdbmysql2kafka、cynosdbmysql2cynosdbmysql、cynosdbmysql2mysql、mysql2cynosdbmysql、mariadb2tdsqlmysql、tdsqlmysql2cynosdbmysql、cynosdbmysql2tdsqlmysql、tdstore2mysql、tdstore2percona、tdstore2mariadb、tdstore2cynosdbmysql、cynosdbmysql2mariadb、mariadb2cynosdbmysql、tdsqlmysql2mariadb、mariadb2mysql、percona2mariadb、postgresql2postgresql、tdstore2tdsqlmysql、mongodb2mongodb
8297
- :type JobType: str
8298
- :param _PayMode: 付费类型,PrePay:预付费,PostPay:后付费
8299
- :type PayMode: str
8300
- :param _TagFilters: tag
8301
- :type TagFilters: list of TagFilter
8302
- :param _SrcInfoPattern: 源端数据库连接信息,可以输入实例ID或者IP等
8303
- :type SrcInfoPattern: str
8304
- :param _DstInfoPattern: 目标端数据库连接信息,可以输入实例ID或者IP等
8305
- :type DstInfoPattern: str
8533
+ :param _CompareTaskId: 校验任务 Id
8534
+ :type CompareTaskId: str
8535
+ :param _DifferenceLimit: 校验不一致结果的 limit
8536
+ :type DifferenceLimit: int
8537
+ :param _DifferenceOffset: 不一致的 Offset
8538
+ :type DifferenceOffset: int
8539
+ :param _DifferenceDB: 搜索条件,不一致的库名
8540
+ :type DifferenceDB: str
8541
+ :param _DifferenceTable: 搜索条件,不一致的表名
8542
+ :type DifferenceTable: str
8543
+ :param _SkippedLimit: 未校验的 Limit
8544
+ :type SkippedLimit: int
8545
+ :param _SkippedOffset: 未校验的 Offset
8546
+ :type SkippedOffset: int
8547
+ :param _SkippedDB: 搜索条件,未校验的库名
8548
+ :type SkippedDB: str
8549
+ :param _SkippedTable: 搜索条件,未校验的表名
8550
+ :type SkippedTable: str
8551
+ """
8552
+ self._JobId = None
8553
+ self._CompareTaskId = None
8554
+ self._DifferenceLimit = None
8555
+ self._DifferenceOffset = None
8556
+ self._DifferenceDB = None
8557
+ self._DifferenceTable = None
8558
+ self._SkippedLimit = None
8559
+ self._SkippedOffset = None
8560
+ self._SkippedDB = None
8561
+ self._SkippedTable = None
8562
+
8563
+ @property
8564
+ def JobId(self):
8565
+ r"""任务 Id
8566
+ :rtype: str
8567
+ """
8568
+ return self._JobId
8569
+
8570
+ @JobId.setter
8571
+ def JobId(self, JobId):
8572
+ self._JobId = JobId
8573
+
8574
+ @property
8575
+ def CompareTaskId(self):
8576
+ r"""校验任务 Id
8577
+ :rtype: str
8578
+ """
8579
+ return self._CompareTaskId
8580
+
8581
+ @CompareTaskId.setter
8582
+ def CompareTaskId(self, CompareTaskId):
8583
+ self._CompareTaskId = CompareTaskId
8584
+
8585
+ @property
8586
+ def DifferenceLimit(self):
8587
+ r"""校验不一致结果的 limit
8588
+ :rtype: int
8589
+ """
8590
+ return self._DifferenceLimit
8591
+
8592
+ @DifferenceLimit.setter
8593
+ def DifferenceLimit(self, DifferenceLimit):
8594
+ self._DifferenceLimit = DifferenceLimit
8595
+
8596
+ @property
8597
+ def DifferenceOffset(self):
8598
+ r"""不一致的 Offset
8599
+ :rtype: int
8600
+ """
8601
+ return self._DifferenceOffset
8602
+
8603
+ @DifferenceOffset.setter
8604
+ def DifferenceOffset(self, DifferenceOffset):
8605
+ self._DifferenceOffset = DifferenceOffset
8606
+
8607
+ @property
8608
+ def DifferenceDB(self):
8609
+ r"""搜索条件,不一致的库名
8610
+ :rtype: str
8611
+ """
8612
+ return self._DifferenceDB
8613
+
8614
+ @DifferenceDB.setter
8615
+ def DifferenceDB(self, DifferenceDB):
8616
+ self._DifferenceDB = DifferenceDB
8617
+
8618
+ @property
8619
+ def DifferenceTable(self):
8620
+ r"""搜索条件,不一致的表名
8621
+ :rtype: str
8622
+ """
8623
+ return self._DifferenceTable
8624
+
8625
+ @DifferenceTable.setter
8626
+ def DifferenceTable(self, DifferenceTable):
8627
+ self._DifferenceTable = DifferenceTable
8628
+
8629
+ @property
8630
+ def SkippedLimit(self):
8631
+ r"""未校验的 Limit
8632
+ :rtype: int
8633
+ """
8634
+ return self._SkippedLimit
8635
+
8636
+ @SkippedLimit.setter
8637
+ def SkippedLimit(self, SkippedLimit):
8638
+ self._SkippedLimit = SkippedLimit
8639
+
8640
+ @property
8641
+ def SkippedOffset(self):
8642
+ r"""未校验的 Offset
8643
+ :rtype: int
8644
+ """
8645
+ return self._SkippedOffset
8646
+
8647
+ @SkippedOffset.setter
8648
+ def SkippedOffset(self, SkippedOffset):
8649
+ self._SkippedOffset = SkippedOffset
8650
+
8651
+ @property
8652
+ def SkippedDB(self):
8653
+ r"""搜索条件,未校验的库名
8654
+ :rtype: str
8655
+ """
8656
+ return self._SkippedDB
8657
+
8658
+ @SkippedDB.setter
8659
+ def SkippedDB(self, SkippedDB):
8660
+ self._SkippedDB = SkippedDB
8661
+
8662
+ @property
8663
+ def SkippedTable(self):
8664
+ r"""搜索条件,未校验的表名
8665
+ :rtype: str
8666
+ """
8667
+ return self._SkippedTable
8668
+
8669
+ @SkippedTable.setter
8670
+ def SkippedTable(self, SkippedTable):
8671
+ self._SkippedTable = SkippedTable
8672
+
8673
+
8674
+ def _deserialize(self, params):
8675
+ self._JobId = params.get("JobId")
8676
+ self._CompareTaskId = params.get("CompareTaskId")
8677
+ self._DifferenceLimit = params.get("DifferenceLimit")
8678
+ self._DifferenceOffset = params.get("DifferenceOffset")
8679
+ self._DifferenceDB = params.get("DifferenceDB")
8680
+ self._DifferenceTable = params.get("DifferenceTable")
8681
+ self._SkippedLimit = params.get("SkippedLimit")
8682
+ self._SkippedOffset = params.get("SkippedOffset")
8683
+ self._SkippedDB = params.get("SkippedDB")
8684
+ self._SkippedTable = params.get("SkippedTable")
8685
+ memeber_set = set(params.keys())
8686
+ for name, value in vars(self).items():
8687
+ property_name = name[1:]
8688
+ if property_name in memeber_set:
8689
+ memeber_set.remove(property_name)
8690
+ if len(memeber_set) > 0:
8691
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
8692
+
8693
+
8694
+
8695
+ class DescribeSyncCompareReportResponse(AbstractModel):
8696
+ r"""DescribeSyncCompareReport返回参数结构体
8697
+
8698
+ """
8699
+
8700
+ def __init__(self):
8701
+ r"""
8702
+ :param _Abstract: 一致性校验摘要信息
8703
+ 注意:此字段可能返回 null,表示取不到有效值。
8704
+ :type Abstract: :class:`tencentcloud.dts.v20211206.models.CompareAbstractInfo`
8705
+ :param _Detail: 一致性校验详细信息
8706
+ 注意:此字段可能返回 null,表示取不到有效值。
8707
+ :type Detail: :class:`tencentcloud.dts.v20211206.models.CompareDetailInfo`
8708
+ :param _IncAbstract: 增量校验阶段的摘要
8709
+ :type IncAbstract: :class:`tencentcloud.dts.v20211206.models.IncCompareAbstractInfo`
8710
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8711
+ :type RequestId: str
8712
+ """
8713
+ self._Abstract = None
8714
+ self._Detail = None
8715
+ self._IncAbstract = None
8716
+ self._RequestId = None
8717
+
8718
+ @property
8719
+ def Abstract(self):
8720
+ r"""一致性校验摘要信息
8721
+ 注意:此字段可能返回 null,表示取不到有效值。
8722
+ :rtype: :class:`tencentcloud.dts.v20211206.models.CompareAbstractInfo`
8723
+ """
8724
+ return self._Abstract
8725
+
8726
+ @Abstract.setter
8727
+ def Abstract(self, Abstract):
8728
+ self._Abstract = Abstract
8729
+
8730
+ @property
8731
+ def Detail(self):
8732
+ r"""一致性校验详细信息
8733
+ 注意:此字段可能返回 null,表示取不到有效值。
8734
+ :rtype: :class:`tencentcloud.dts.v20211206.models.CompareDetailInfo`
8735
+ """
8736
+ return self._Detail
8737
+
8738
+ @Detail.setter
8739
+ def Detail(self, Detail):
8740
+ self._Detail = Detail
8741
+
8742
+ @property
8743
+ def IncAbstract(self):
8744
+ r"""增量校验阶段的摘要
8745
+ :rtype: :class:`tencentcloud.dts.v20211206.models.IncCompareAbstractInfo`
8746
+ """
8747
+ return self._IncAbstract
8748
+
8749
+ @IncAbstract.setter
8750
+ def IncAbstract(self, IncAbstract):
8751
+ self._IncAbstract = IncAbstract
8752
+
8753
+ @property
8754
+ def RequestId(self):
8755
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8756
+ :rtype: str
8757
+ """
8758
+ return self._RequestId
8759
+
8760
+ @RequestId.setter
8761
+ def RequestId(self, RequestId):
8762
+ self._RequestId = RequestId
8763
+
8764
+
8765
+ def _deserialize(self, params):
8766
+ if params.get("Abstract") is not None:
8767
+ self._Abstract = CompareAbstractInfo()
8768
+ self._Abstract._deserialize(params.get("Abstract"))
8769
+ if params.get("Detail") is not None:
8770
+ self._Detail = CompareDetailInfo()
8771
+ self._Detail._deserialize(params.get("Detail"))
8772
+ if params.get("IncAbstract") is not None:
8773
+ self._IncAbstract = IncCompareAbstractInfo()
8774
+ self._IncAbstract._deserialize(params.get("IncAbstract"))
8775
+ self._RequestId = params.get("RequestId")
8776
+
8777
+
8778
+ class DescribeSyncCompareTasksRequest(AbstractModel):
8779
+ r"""DescribeSyncCompareTasks请求参数结构体
8780
+
8781
+ """
8782
+
8783
+ def __init__(self):
8784
+ r"""
8785
+ :param _JobId: 任务 Id
8786
+ :type JobId: str
8787
+ :param _Limit: 分页设置,表示每页显示多少条任务,默认为 20
8788
+ :type Limit: int
8789
+ :param _Offset: 分页偏移量
8790
+ :type Offset: int
8791
+ :param _CompareTaskId: 校验任务 ID
8792
+ :type CompareTaskId: str
8793
+ :param _Status: 任务状态过滤,可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止
8794
+ :type Status: list of str
8795
+ """
8796
+ self._JobId = None
8797
+ self._Limit = None
8798
+ self._Offset = None
8799
+ self._CompareTaskId = None
8800
+ self._Status = None
8801
+
8802
+ @property
8803
+ def JobId(self):
8804
+ r"""任务 Id
8805
+ :rtype: str
8806
+ """
8807
+ return self._JobId
8808
+
8809
+ @JobId.setter
8810
+ def JobId(self, JobId):
8811
+ self._JobId = JobId
8812
+
8813
+ @property
8814
+ def Limit(self):
8815
+ r"""分页设置,表示每页显示多少条任务,默认为 20
8816
+ :rtype: int
8817
+ """
8818
+ return self._Limit
8819
+
8820
+ @Limit.setter
8821
+ def Limit(self, Limit):
8822
+ self._Limit = Limit
8823
+
8824
+ @property
8825
+ def Offset(self):
8826
+ r"""分页偏移量
8827
+ :rtype: int
8828
+ """
8829
+ return self._Offset
8830
+
8831
+ @Offset.setter
8832
+ def Offset(self, Offset):
8833
+ self._Offset = Offset
8834
+
8835
+ @property
8836
+ def CompareTaskId(self):
8837
+ r"""校验任务 ID
8838
+ :rtype: str
8839
+ """
8840
+ return self._CompareTaskId
8841
+
8842
+ @CompareTaskId.setter
8843
+ def CompareTaskId(self, CompareTaskId):
8844
+ self._CompareTaskId = CompareTaskId
8845
+
8846
+ @property
8847
+ def Status(self):
8848
+ r"""任务状态过滤,可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止
8849
+ :rtype: list of str
8850
+ """
8851
+ return self._Status
8852
+
8853
+ @Status.setter
8854
+ def Status(self, Status):
8855
+ self._Status = Status
8856
+
8857
+
8858
+ def _deserialize(self, params):
8859
+ self._JobId = params.get("JobId")
8860
+ self._Limit = params.get("Limit")
8861
+ self._Offset = params.get("Offset")
8862
+ self._CompareTaskId = params.get("CompareTaskId")
8863
+ self._Status = params.get("Status")
8864
+ memeber_set = set(params.keys())
8865
+ for name, value in vars(self).items():
8866
+ property_name = name[1:]
8867
+ if property_name in memeber_set:
8868
+ memeber_set.remove(property_name)
8869
+ if len(memeber_set) > 0:
8870
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
8871
+
8872
+
8873
+
8874
+ class DescribeSyncCompareTasksResponse(AbstractModel):
8875
+ r"""DescribeSyncCompareTasks返回参数结构体
8876
+
8877
+ """
8878
+
8879
+ def __init__(self):
8880
+ r"""
8881
+ :param _TotalCount: 数量
8882
+ 注意:此字段可能返回 null,表示取不到有效值。
8883
+ :type TotalCount: int
8884
+ :param _Items: 一致性校验任务列表
8885
+ 注意:此字段可能返回 null,表示取不到有效值。
8886
+ :type Items: list of CompareTaskItem
8887
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8888
+ :type RequestId: str
8889
+ """
8890
+ self._TotalCount = None
8891
+ self._Items = None
8892
+ self._RequestId = None
8893
+
8894
+ @property
8895
+ def TotalCount(self):
8896
+ r"""数量
8897
+ 注意:此字段可能返回 null,表示取不到有效值。
8898
+ :rtype: int
8899
+ """
8900
+ return self._TotalCount
8901
+
8902
+ @TotalCount.setter
8903
+ def TotalCount(self, TotalCount):
8904
+ self._TotalCount = TotalCount
8905
+
8906
+ @property
8907
+ def Items(self):
8908
+ r"""一致性校验任务列表
8909
+ 注意:此字段可能返回 null,表示取不到有效值。
8910
+ :rtype: list of CompareTaskItem
8911
+ """
8912
+ return self._Items
8913
+
8914
+ @Items.setter
8915
+ def Items(self, Items):
8916
+ self._Items = Items
8917
+
8918
+ @property
8919
+ def RequestId(self):
8920
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8921
+ :rtype: str
8922
+ """
8923
+ return self._RequestId
8924
+
8925
+ @RequestId.setter
8926
+ def RequestId(self, RequestId):
8927
+ self._RequestId = RequestId
8928
+
8929
+
8930
+ def _deserialize(self, params):
8931
+ self._TotalCount = params.get("TotalCount")
8932
+ if params.get("Items") is not None:
8933
+ self._Items = []
8934
+ for item in params.get("Items"):
8935
+ obj = CompareTaskItem()
8936
+ obj._deserialize(item)
8937
+ self._Items.append(obj)
8938
+ self._RequestId = params.get("RequestId")
8939
+
8940
+
8941
+ class DescribeSyncJobsRequest(AbstractModel):
8942
+ r"""DescribeSyncJobs请求参数结构体
8943
+
8944
+ """
8945
+
8946
+ def __init__(self):
8947
+ r"""
8948
+ :param _JobId: 同步任务id,如sync-werwfs23,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。
8949
+
8950
+ :type JobId: str
8951
+ :param _JobIds: 同步任务id列表,如["sync-n3gh7md9"]
8952
+ :type JobIds: list of str
8953
+ :param _JobName: 同步任务名
8954
+ :type JobName: str
8955
+ :param _Order: 排序字段,目前仅支持CreateTime字段排序
8956
+ :type Order: str
8957
+ :param _OrderSeq: 排序方式,升序为ASC,降序为DESC,默认为CreateTime降序
8958
+ :type OrderSeq: str
8959
+ :param _Offset: 偏移量,默认为0
8960
+ :type Offset: int
8961
+ :param _Limit: 返回同步任务实例数量,默认20,有效区间[1,100]
8962
+ :type Limit: int
8963
+ :param _Status: 状态集合,如Initialized(初始化),CheckPass(校验通过),Running(运行中),ResumableErr(恢复中),Stopped(已结束)
8964
+ :type Status: list of str
8965
+ :param _RunMode: 运行模式,如Immediate:立即运行,Timed:定时运行
8966
+ :type RunMode: str
8967
+ :param _JobType: 任务类型,如mysql2mysql:msyql同步到mysql;可取值有mysql2mysql、mysql2kafka、tdsqlmysql2kafka、tdsqlmysql2tdsqlmysql、tdsqlmysql2mysql、mysql2tdsqlmysql、mysql2mariadb、mariadb2mariadb、mariadb2kafka、cynosdbmysql2kafka、cynosdbmysql2cynosdbmysql、cynosdbmysql2mysql、mysql2cynosdbmysql、mariadb2tdsqlmysql、tdsqlmysql2cynosdbmysql、cynosdbmysql2tdsqlmysql、tdstore2mysql、tdstore2percona、tdstore2mariadb、tdstore2cynosdbmysql、cynosdbmysql2mariadb、mariadb2cynosdbmysql、tdsqlmysql2mariadb、mariadb2mysql、percona2mariadb、postgresql2postgresql、tdstore2tdsqlmysql、mongodb2mongodb
8968
+ :type JobType: str
8969
+ :param _PayMode: 付费类型,PrePay:预付费,PostPay:后付费
8970
+ :type PayMode: str
8971
+ :param _TagFilters: tag
8972
+ :type TagFilters: list of TagFilter
8973
+ :param _SrcInfoPattern: 源端数据库连接信息,可以输入实例ID或者IP等
8974
+ :type SrcInfoPattern: str
8975
+ :param _DstInfoPattern: 目标端数据库连接信息,可以输入实例ID或者IP等
8976
+ :type DstInfoPattern: str
8306
8977
  """
8307
8978
  self._JobId = None
8308
8979
  self._JobIds = None
@@ -10942,6 +11613,102 @@ class GroupInfo(AbstractModel):
10942
11613
 
10943
11614
 
10944
11615
 
11616
+ class IncCompareAbstractInfo(AbstractModel):
11617
+ r"""增量校验阶段的摘要信息
11618
+
11619
+ """
11620
+
11621
+ def __init__(self):
11622
+ r"""
11623
+ :param _StartPosition: 增量起始位点
11624
+ :type StartPosition: str
11625
+ :param _CurrentPosition: 增量当前位点
11626
+ :type CurrentPosition: str
11627
+ :param _CheckedRecord: 已校验行数
11628
+ :type CheckedRecord: int
11629
+ :param _DiffRecord: 不一致行数
11630
+ :type DiffRecord: int
11631
+ :param _DiffTable: 不一致表的数量
11632
+ :type DiffTable: int
11633
+ """
11634
+ self._StartPosition = None
11635
+ self._CurrentPosition = None
11636
+ self._CheckedRecord = None
11637
+ self._DiffRecord = None
11638
+ self._DiffTable = None
11639
+
11640
+ @property
11641
+ def StartPosition(self):
11642
+ r"""增量起始位点
11643
+ :rtype: str
11644
+ """
11645
+ return self._StartPosition
11646
+
11647
+ @StartPosition.setter
11648
+ def StartPosition(self, StartPosition):
11649
+ self._StartPosition = StartPosition
11650
+
11651
+ @property
11652
+ def CurrentPosition(self):
11653
+ r"""增量当前位点
11654
+ :rtype: str
11655
+ """
11656
+ return self._CurrentPosition
11657
+
11658
+ @CurrentPosition.setter
11659
+ def CurrentPosition(self, CurrentPosition):
11660
+ self._CurrentPosition = CurrentPosition
11661
+
11662
+ @property
11663
+ def CheckedRecord(self):
11664
+ r"""已校验行数
11665
+ :rtype: int
11666
+ """
11667
+ return self._CheckedRecord
11668
+
11669
+ @CheckedRecord.setter
11670
+ def CheckedRecord(self, CheckedRecord):
11671
+ self._CheckedRecord = CheckedRecord
11672
+
11673
+ @property
11674
+ def DiffRecord(self):
11675
+ r"""不一致行数
11676
+ :rtype: int
11677
+ """
11678
+ return self._DiffRecord
11679
+
11680
+ @DiffRecord.setter
11681
+ def DiffRecord(self, DiffRecord):
11682
+ self._DiffRecord = DiffRecord
11683
+
11684
+ @property
11685
+ def DiffTable(self):
11686
+ r"""不一致表的数量
11687
+ :rtype: int
11688
+ """
11689
+ return self._DiffTable
11690
+
11691
+ @DiffTable.setter
11692
+ def DiffTable(self, DiffTable):
11693
+ self._DiffTable = DiffTable
11694
+
11695
+
11696
+ def _deserialize(self, params):
11697
+ self._StartPosition = params.get("StartPosition")
11698
+ self._CurrentPosition = params.get("CurrentPosition")
11699
+ self._CheckedRecord = params.get("CheckedRecord")
11700
+ self._DiffRecord = params.get("DiffRecord")
11701
+ self._DiffTable = params.get("DiffTable")
11702
+ memeber_set = set(params.keys())
11703
+ for name, value in vars(self).items():
11704
+ property_name = name[1:]
11705
+ if property_name in memeber_set:
11706
+ memeber_set.remove(property_name)
11707
+ if len(memeber_set) > 0:
11708
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
11709
+
11710
+
11711
+
10945
11712
  class IsolateMigrateJobRequest(AbstractModel):
10946
11713
  r"""IsolateMigrateJob请求参数结构体
10947
11714
 
@@ -13346,31 +14113,303 @@ class ModifySubscribeObjectsRequest(AbstractModel):
13346
14113
  self._PipelineInfo = None
13347
14114
 
13348
14115
  @property
13349
- def SubscribeId(self):
13350
- r"""数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
14116
+ def SubscribeId(self):
14117
+ r"""数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。
14118
+ :rtype: str
14119
+ """
14120
+ return self._SubscribeId
14121
+
14122
+ @SubscribeId.setter
14123
+ def SubscribeId(self, SubscribeId):
14124
+ self._SubscribeId = SubscribeId
14125
+
14126
+ @property
14127
+ def SubscribeObjectType(self):
14128
+ r"""数据订阅的类型,非mongo任务的枚举值:0-全实例更新;1-数据更新;2-结构更新;3-数据更新+结构更新。mongo任务的枚举值:0-全实例更新;4-订阅单库;5-订阅单集合
14129
+ :rtype: int
14130
+ """
14131
+ return self._SubscribeObjectType
14132
+
14133
+ @SubscribeObjectType.setter
14134
+ def SubscribeObjectType(self, SubscribeObjectType):
14135
+ self._SubscribeObjectType = SubscribeObjectType
14136
+
14137
+ @property
14138
+ def Objects(self):
14139
+ r"""修改后的订阅数据库表信息。会覆盖原来的订阅对象,所以除非 SubscribeObjectType = 0或2,否则该字段必填。
14140
+ :rtype: list of ModifiedSubscribeObject
14141
+ """
14142
+ return self._Objects
14143
+
14144
+ @Objects.setter
14145
+ def Objects(self, Objects):
14146
+ self._Objects = Objects
14147
+
14148
+ @property
14149
+ def DistributeRules(self):
14150
+ r"""kafka分区策略。如果不填,默认不修改。如果填了,会覆盖原来的策略。
14151
+ :rtype: list of DistributeRule
14152
+ """
14153
+ return self._DistributeRules
14154
+
14155
+ @DistributeRules.setter
14156
+ def DistributeRules(self, DistributeRules):
14157
+ self._DistributeRules = DistributeRules
14158
+
14159
+ @property
14160
+ def DefaultRuleType(self):
14161
+ r"""默认分区策略。不满足DistributeRules中正则表达式的数据,将按照默认分区策略计算分区。
14162
+ 非mongo产品支持的默认策略: table-按表名分区,pk-按表名+主键分区。mongo的默认策略仅支持:collection-按集合名分区。
14163
+ 该字段与DistributeRules搭配使用。如果配置了DistributeRules,该字段也必填。如果配置了该字段,视为配置了一条DistributeRules,原来的分区策略也会被覆盖。
14164
+ :rtype: str
14165
+ """
14166
+ return self._DefaultRuleType
14167
+
14168
+ @DefaultRuleType.setter
14169
+ def DefaultRuleType(self, DefaultRuleType):
14170
+ self._DefaultRuleType = DefaultRuleType
14171
+
14172
+ @property
14173
+ def PipelineInfo(self):
14174
+ r"""mongo输出聚合设置,mongo任务可选。如果不填,默认不修改。
14175
+ :rtype: list of PipelineInfo
14176
+ """
14177
+ return self._PipelineInfo
14178
+
14179
+ @PipelineInfo.setter
14180
+ def PipelineInfo(self, PipelineInfo):
14181
+ self._PipelineInfo = PipelineInfo
14182
+
14183
+
14184
+ def _deserialize(self, params):
14185
+ self._SubscribeId = params.get("SubscribeId")
14186
+ self._SubscribeObjectType = params.get("SubscribeObjectType")
14187
+ if params.get("Objects") is not None:
14188
+ self._Objects = []
14189
+ for item in params.get("Objects"):
14190
+ obj = ModifiedSubscribeObject()
14191
+ obj._deserialize(item)
14192
+ self._Objects.append(obj)
14193
+ if params.get("DistributeRules") is not None:
14194
+ self._DistributeRules = []
14195
+ for item in params.get("DistributeRules"):
14196
+ obj = DistributeRule()
14197
+ obj._deserialize(item)
14198
+ self._DistributeRules.append(obj)
14199
+ self._DefaultRuleType = params.get("DefaultRuleType")
14200
+ if params.get("PipelineInfo") is not None:
14201
+ self._PipelineInfo = []
14202
+ for item in params.get("PipelineInfo"):
14203
+ obj = PipelineInfo()
14204
+ obj._deserialize(item)
14205
+ self._PipelineInfo.append(obj)
14206
+ memeber_set = set(params.keys())
14207
+ for name, value in vars(self).items():
14208
+ property_name = name[1:]
14209
+ if property_name in memeber_set:
14210
+ memeber_set.remove(property_name)
14211
+ if len(memeber_set) > 0:
14212
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
14213
+
14214
+
14215
+
14216
+ class ModifySubscribeObjectsResponse(AbstractModel):
14217
+ r"""ModifySubscribeObjects返回参数结构体
14218
+
14219
+ """
14220
+
14221
+ def __init__(self):
14222
+ r"""
14223
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14224
+ :type RequestId: str
14225
+ """
14226
+ self._RequestId = None
14227
+
14228
+ @property
14229
+ def RequestId(self):
14230
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14231
+ :rtype: str
14232
+ """
14233
+ return self._RequestId
14234
+
14235
+ @RequestId.setter
14236
+ def RequestId(self, RequestId):
14237
+ self._RequestId = RequestId
14238
+
14239
+
14240
+ def _deserialize(self, params):
14241
+ self._RequestId = params.get("RequestId")
14242
+
14243
+
14244
+ class ModifySyncCompareTaskNameRequest(AbstractModel):
14245
+ r"""ModifySyncCompareTaskName请求参数结构体
14246
+
14247
+ """
14248
+
14249
+ def __init__(self):
14250
+ r"""
14251
+ :param _JobId: 任务 Id
14252
+ :type JobId: str
14253
+ :param _CompareTaskId: 对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9
14254
+ :type CompareTaskId: str
14255
+ :param _TaskName: 一致性校验任务名称
14256
+ :type TaskName: str
14257
+ """
14258
+ self._JobId = None
14259
+ self._CompareTaskId = None
14260
+ self._TaskName = None
14261
+
14262
+ @property
14263
+ def JobId(self):
14264
+ r"""任务 Id
14265
+ :rtype: str
14266
+ """
14267
+ return self._JobId
14268
+
14269
+ @JobId.setter
14270
+ def JobId(self, JobId):
14271
+ self._JobId = JobId
14272
+
14273
+ @property
14274
+ def CompareTaskId(self):
14275
+ r"""对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9
14276
+ :rtype: str
14277
+ """
14278
+ return self._CompareTaskId
14279
+
14280
+ @CompareTaskId.setter
14281
+ def CompareTaskId(self, CompareTaskId):
14282
+ self._CompareTaskId = CompareTaskId
14283
+
14284
+ @property
14285
+ def TaskName(self):
14286
+ r"""一致性校验任务名称
14287
+ :rtype: str
14288
+ """
14289
+ return self._TaskName
14290
+
14291
+ @TaskName.setter
14292
+ def TaskName(self, TaskName):
14293
+ self._TaskName = TaskName
14294
+
14295
+
14296
+ def _deserialize(self, params):
14297
+ self._JobId = params.get("JobId")
14298
+ self._CompareTaskId = params.get("CompareTaskId")
14299
+ self._TaskName = params.get("TaskName")
14300
+ memeber_set = set(params.keys())
14301
+ for name, value in vars(self).items():
14302
+ property_name = name[1:]
14303
+ if property_name in memeber_set:
14304
+ memeber_set.remove(property_name)
14305
+ if len(memeber_set) > 0:
14306
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
14307
+
14308
+
14309
+
14310
+ class ModifySyncCompareTaskNameResponse(AbstractModel):
14311
+ r"""ModifySyncCompareTaskName返回参数结构体
14312
+
14313
+ """
14314
+
14315
+ def __init__(self):
14316
+ r"""
14317
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14318
+ :type RequestId: str
14319
+ """
14320
+ self._RequestId = None
14321
+
14322
+ @property
14323
+ def RequestId(self):
14324
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14325
+ :rtype: str
14326
+ """
14327
+ return self._RequestId
14328
+
14329
+ @RequestId.setter
14330
+ def RequestId(self, RequestId):
14331
+ self._RequestId = RequestId
14332
+
14333
+
14334
+ def _deserialize(self, params):
14335
+ self._RequestId = params.get("RequestId")
14336
+
14337
+
14338
+ class ModifySyncCompareTaskRequest(AbstractModel):
14339
+ r"""ModifySyncCompareTask请求参数结构体
14340
+
14341
+ """
14342
+
14343
+ def __init__(self):
14344
+ r"""
14345
+ :param _JobId: 任务 Id
14346
+ :type JobId: str
14347
+ :param _CompareTaskId: 对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9
14348
+ :type CompareTaskId: str
14349
+ :param _TaskName: 任务名称
14350
+ :type TaskName: str
14351
+ :param _ObjectMode: 数据对比对象模式,sameAsMigrate(全部迁移对象, 默认为此项配置)、custom(自定义),注意自定义对比对象必须是迁移对象的子集
14352
+ :type ObjectMode: str
14353
+ :param _Objects: 对比对象,若CompareObjectMode取值为custom,则此项必填
14354
+ :type Objects: :class:`tencentcloud.dts.v20211206.models.CompareObject`
14355
+ :param _Options: 一致性校验选项
14356
+ :type Options: :class:`tencentcloud.dts.v20211206.models.CompareOptions`
14357
+ """
14358
+ self._JobId = None
14359
+ self._CompareTaskId = None
14360
+ self._TaskName = None
14361
+ self._ObjectMode = None
14362
+ self._Objects = None
14363
+ self._Options = None
14364
+
14365
+ @property
14366
+ def JobId(self):
14367
+ r"""任务 Id
14368
+ :rtype: str
14369
+ """
14370
+ return self._JobId
14371
+
14372
+ @JobId.setter
14373
+ def JobId(self, JobId):
14374
+ self._JobId = JobId
14375
+
14376
+ @property
14377
+ def CompareTaskId(self):
14378
+ r"""对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9
14379
+ :rtype: str
14380
+ """
14381
+ return self._CompareTaskId
14382
+
14383
+ @CompareTaskId.setter
14384
+ def CompareTaskId(self, CompareTaskId):
14385
+ self._CompareTaskId = CompareTaskId
14386
+
14387
+ @property
14388
+ def TaskName(self):
14389
+ r"""任务名称
13351
14390
  :rtype: str
13352
14391
  """
13353
- return self._SubscribeId
14392
+ return self._TaskName
13354
14393
 
13355
- @SubscribeId.setter
13356
- def SubscribeId(self, SubscribeId):
13357
- self._SubscribeId = SubscribeId
14394
+ @TaskName.setter
14395
+ def TaskName(self, TaskName):
14396
+ self._TaskName = TaskName
13358
14397
 
13359
14398
  @property
13360
- def SubscribeObjectType(self):
13361
- r"""数据订阅的类型,非mongo任务的枚举值:0-全实例更新;1-数据更新;2-结构更新;3-数据更新+结构更新。mongo任务的枚举值:0-全实例更新;4-订阅单库;5-订阅单集合
13362
- :rtype: int
14399
+ def ObjectMode(self):
14400
+ r"""数据对比对象模式,sameAsMigrate(全部迁移对象, 默认为此项配置)、custom(自定义),注意自定义对比对象必须是迁移对象的子集
14401
+ :rtype: str
13363
14402
  """
13364
- return self._SubscribeObjectType
14403
+ return self._ObjectMode
13365
14404
 
13366
- @SubscribeObjectType.setter
13367
- def SubscribeObjectType(self, SubscribeObjectType):
13368
- self._SubscribeObjectType = SubscribeObjectType
14405
+ @ObjectMode.setter
14406
+ def ObjectMode(self, ObjectMode):
14407
+ self._ObjectMode = ObjectMode
13369
14408
 
13370
14409
  @property
13371
14410
  def Objects(self):
13372
- r"""修改后的订阅数据库表信息。会覆盖原来的订阅对象,所以除非 SubscribeObjectType = 0或2,否则该字段必填。
13373
- :rtype: list of ModifiedSubscribeObject
14411
+ r"""对比对象,若CompareObjectMode取值为custom,则此项必填
14412
+ :rtype: :class:`tencentcloud.dts.v20211206.models.CompareObject`
13374
14413
  """
13375
14414
  return self._Objects
13376
14415
 
@@ -13379,63 +14418,28 @@ class ModifySubscribeObjectsRequest(AbstractModel):
13379
14418
  self._Objects = Objects
13380
14419
 
13381
14420
  @property
13382
- def DistributeRules(self):
13383
- r"""kafka分区策略。如果不填,默认不修改。如果填了,会覆盖原来的策略。
13384
- :rtype: list of DistributeRule
13385
- """
13386
- return self._DistributeRules
13387
-
13388
- @DistributeRules.setter
13389
- def DistributeRules(self, DistributeRules):
13390
- self._DistributeRules = DistributeRules
13391
-
13392
- @property
13393
- def DefaultRuleType(self):
13394
- r"""默认分区策略。不满足DistributeRules中正则表达式的数据,将按照默认分区策略计算分区。
13395
- 非mongo产品支持的默认策略: table-按表名分区,pk-按表名+主键分区。mongo的默认策略仅支持:collection-按集合名分区。
13396
- 该字段与DistributeRules搭配使用。如果配置了DistributeRules,该字段也必填。如果配置了该字段,视为配置了一条DistributeRules,原来的分区策略也会被覆盖。
13397
- :rtype: str
13398
- """
13399
- return self._DefaultRuleType
13400
-
13401
- @DefaultRuleType.setter
13402
- def DefaultRuleType(self, DefaultRuleType):
13403
- self._DefaultRuleType = DefaultRuleType
13404
-
13405
- @property
13406
- def PipelineInfo(self):
13407
- r"""mongo输出聚合设置,mongo任务可选。如果不填,默认不修改。
13408
- :rtype: list of PipelineInfo
14421
+ def Options(self):
14422
+ r"""一致性校验选项
14423
+ :rtype: :class:`tencentcloud.dts.v20211206.models.CompareOptions`
13409
14424
  """
13410
- return self._PipelineInfo
14425
+ return self._Options
13411
14426
 
13412
- @PipelineInfo.setter
13413
- def PipelineInfo(self, PipelineInfo):
13414
- self._PipelineInfo = PipelineInfo
14427
+ @Options.setter
14428
+ def Options(self, Options):
14429
+ self._Options = Options
13415
14430
 
13416
14431
 
13417
14432
  def _deserialize(self, params):
13418
- self._SubscribeId = params.get("SubscribeId")
13419
- self._SubscribeObjectType = params.get("SubscribeObjectType")
14433
+ self._JobId = params.get("JobId")
14434
+ self._CompareTaskId = params.get("CompareTaskId")
14435
+ self._TaskName = params.get("TaskName")
14436
+ self._ObjectMode = params.get("ObjectMode")
13420
14437
  if params.get("Objects") is not None:
13421
- self._Objects = []
13422
- for item in params.get("Objects"):
13423
- obj = ModifiedSubscribeObject()
13424
- obj._deserialize(item)
13425
- self._Objects.append(obj)
13426
- if params.get("DistributeRules") is not None:
13427
- self._DistributeRules = []
13428
- for item in params.get("DistributeRules"):
13429
- obj = DistributeRule()
13430
- obj._deserialize(item)
13431
- self._DistributeRules.append(obj)
13432
- self._DefaultRuleType = params.get("DefaultRuleType")
13433
- if params.get("PipelineInfo") is not None:
13434
- self._PipelineInfo = []
13435
- for item in params.get("PipelineInfo"):
13436
- obj = PipelineInfo()
13437
- obj._deserialize(item)
13438
- self._PipelineInfo.append(obj)
14438
+ self._Objects = CompareObject()
14439
+ self._Objects._deserialize(params.get("Objects"))
14440
+ if params.get("Options") is not None:
14441
+ self._Options = CompareOptions()
14442
+ self._Options._deserialize(params.get("Options"))
13439
14443
  memeber_set = set(params.keys())
13440
14444
  for name, value in vars(self).items():
13441
14445
  property_name = name[1:]
@@ -13446,8 +14450,8 @@ class ModifySubscribeObjectsRequest(AbstractModel):
13446
14450
 
13447
14451
 
13448
14452
 
13449
- class ModifySubscribeObjectsResponse(AbstractModel):
13450
- r"""ModifySubscribeObjects返回参数结构体
14453
+ class ModifySyncCompareTaskResponse(AbstractModel):
14454
+ r"""ModifySyncCompareTask返回参数结构体
13451
14455
 
13452
14456
  """
13453
14457
 
@@ -16444,6 +17448,85 @@ class StartSubscribeResponse(AbstractModel):
16444
17448
  self._RequestId = params.get("RequestId")
16445
17449
 
16446
17450
 
17451
+ class StartSyncCompareRequest(AbstractModel):
17452
+ r"""StartSyncCompare请求参数结构体
17453
+
17454
+ """
17455
+
17456
+ def __init__(self):
17457
+ r"""
17458
+ :param _JobId: 任务 Id
17459
+ :type JobId: str
17460
+ :param _CompareTaskId: 对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9
17461
+ :type CompareTaskId: str
17462
+ """
17463
+ self._JobId = None
17464
+ self._CompareTaskId = None
17465
+
17466
+ @property
17467
+ def JobId(self):
17468
+ r"""任务 Id
17469
+ :rtype: str
17470
+ """
17471
+ return self._JobId
17472
+
17473
+ @JobId.setter
17474
+ def JobId(self, JobId):
17475
+ self._JobId = JobId
17476
+
17477
+ @property
17478
+ def CompareTaskId(self):
17479
+ r"""对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9
17480
+ :rtype: str
17481
+ """
17482
+ return self._CompareTaskId
17483
+
17484
+ @CompareTaskId.setter
17485
+ def CompareTaskId(self, CompareTaskId):
17486
+ self._CompareTaskId = CompareTaskId
17487
+
17488
+
17489
+ def _deserialize(self, params):
17490
+ self._JobId = params.get("JobId")
17491
+ self._CompareTaskId = params.get("CompareTaskId")
17492
+ memeber_set = set(params.keys())
17493
+ for name, value in vars(self).items():
17494
+ property_name = name[1:]
17495
+ if property_name in memeber_set:
17496
+ memeber_set.remove(property_name)
17497
+ if len(memeber_set) > 0:
17498
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
17499
+
17500
+
17501
+
17502
+ class StartSyncCompareResponse(AbstractModel):
17503
+ r"""StartSyncCompare返回参数结构体
17504
+
17505
+ """
17506
+
17507
+ def __init__(self):
17508
+ r"""
17509
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17510
+ :type RequestId: str
17511
+ """
17512
+ self._RequestId = None
17513
+
17514
+ @property
17515
+ def RequestId(self):
17516
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17517
+ :rtype: str
17518
+ """
17519
+ return self._RequestId
17520
+
17521
+ @RequestId.setter
17522
+ def RequestId(self, RequestId):
17523
+ self._RequestId = RequestId
17524
+
17525
+
17526
+ def _deserialize(self, params):
17527
+ self._RequestId = params.get("RequestId")
17528
+
17529
+
16447
17530
  class StartSyncJobRequest(AbstractModel):
16448
17531
  r"""StartSyncJob请求参数结构体
16449
17532
 
@@ -17089,6 +18172,100 @@ class StopMigrateJobResponse(AbstractModel):
17089
18172
  self._RequestId = params.get("RequestId")
17090
18173
 
17091
18174
 
18175
+ class StopSyncCompareRequest(AbstractModel):
18176
+ r"""StopSyncCompare请求参数结构体
18177
+
18178
+ """
18179
+
18180
+ def __init__(self):
18181
+ r"""
18182
+ :param _JobId: 任务 Id
18183
+ :type JobId: str
18184
+ :param _CompareTaskId: 对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9
18185
+ :type CompareTaskId: str
18186
+ :param _ForceStop: 是否强制停止。如果填true,迁移任务增量阶段会跳过一致性校验产生的binlog,达到快速恢复任务的效果
18187
+ :type ForceStop: bool
18188
+ """
18189
+ self._JobId = None
18190
+ self._CompareTaskId = None
18191
+ self._ForceStop = None
18192
+
18193
+ @property
18194
+ def JobId(self):
18195
+ r"""任务 Id
18196
+ :rtype: str
18197
+ """
18198
+ return self._JobId
18199
+
18200
+ @JobId.setter
18201
+ def JobId(self, JobId):
18202
+ self._JobId = JobId
18203
+
18204
+ @property
18205
+ def CompareTaskId(self):
18206
+ r"""对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9
18207
+ :rtype: str
18208
+ """
18209
+ return self._CompareTaskId
18210
+
18211
+ @CompareTaskId.setter
18212
+ def CompareTaskId(self, CompareTaskId):
18213
+ self._CompareTaskId = CompareTaskId
18214
+
18215
+ @property
18216
+ def ForceStop(self):
18217
+ r"""是否强制停止。如果填true,迁移任务增量阶段会跳过一致性校验产生的binlog,达到快速恢复任务的效果
18218
+ :rtype: bool
18219
+ """
18220
+ return self._ForceStop
18221
+
18222
+ @ForceStop.setter
18223
+ def ForceStop(self, ForceStop):
18224
+ self._ForceStop = ForceStop
18225
+
18226
+
18227
+ def _deserialize(self, params):
18228
+ self._JobId = params.get("JobId")
18229
+ self._CompareTaskId = params.get("CompareTaskId")
18230
+ self._ForceStop = params.get("ForceStop")
18231
+ memeber_set = set(params.keys())
18232
+ for name, value in vars(self).items():
18233
+ property_name = name[1:]
18234
+ if property_name in memeber_set:
18235
+ memeber_set.remove(property_name)
18236
+ if len(memeber_set) > 0:
18237
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
18238
+
18239
+
18240
+
18241
+ class StopSyncCompareResponse(AbstractModel):
18242
+ r"""StopSyncCompare返回参数结构体
18243
+
18244
+ """
18245
+
18246
+ def __init__(self):
18247
+ r"""
18248
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18249
+ :type RequestId: str
18250
+ """
18251
+ self._RequestId = None
18252
+
18253
+ @property
18254
+ def RequestId(self):
18255
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18256
+ :rtype: str
18257
+ """
18258
+ return self._RequestId
18259
+
18260
+ @RequestId.setter
18261
+ def RequestId(self, RequestId):
18262
+ self._RequestId = RequestId
18263
+
18264
+
18265
+ def _deserialize(self, params):
18266
+ self._RequestId = params.get("RequestId")
18267
+
18268
+
17092
18269
  class StopSyncJobRequest(AbstractModel):
17093
18270
  r"""StopSyncJob请求参数结构体
17094
18271