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
@@ -8255,6 +8255,209 @@ class CreateDeliverCloudFunctionResponse(AbstractModel):
8255
8255
  self._RequestId = params.get("RequestId")
8256
8256
 
8257
8257
 
8258
+ class CreateDlcDeliverRequest(AbstractModel):
8259
+ r"""CreateDlcDeliver请求参数结构体
8260
+
8261
+ """
8262
+
8263
+ def __init__(self):
8264
+ r"""
8265
+ :param _TopicId: 日志主题id。
8266
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
8267
+ :type TopicId: str
8268
+ :param _Name: 名称:长度不超过64字符,以字母开头,接受0-9,a-z,A-Z, _,-,中文字符。
8269
+ :type Name: str
8270
+ :param _DeliverType: 投递类型。0:批投递,1:实时投递
8271
+ :type DeliverType: int
8272
+ :param _StartTime: 投递时间范围的开始时间
8273
+ :type StartTime: int
8274
+ :param _DlcInfo: dlc配置信息
8275
+ :type DlcInfo: :class:`tencentcloud.cls.v20201016.models.DlcInfo`
8276
+ :param _MaxSize: 投递文件大小,单位MB。 DeliverType=0时必填,范围 5<= MaxSize <= 256。
8277
+ :type MaxSize: int
8278
+ :param _Interval: 投递间隔,单位秒。 DeliverType=0时必填,范围 300<= Interval <=900。
8279
+ :type Interval: int
8280
+ :param _EndTime: 投递时间范围的结束时间。 如果为空,则表示不限时。EndTime不为空时,需要大于StartTime。
8281
+ :type EndTime: int
8282
+ :param _HasServicesLog: 是否开启投递服务日志。1关闭,2开启。默认开启
8283
+ :type HasServicesLog: int
8284
+ """
8285
+ self._TopicId = None
8286
+ self._Name = None
8287
+ self._DeliverType = None
8288
+ self._StartTime = None
8289
+ self._DlcInfo = None
8290
+ self._MaxSize = None
8291
+ self._Interval = None
8292
+ self._EndTime = None
8293
+ self._HasServicesLog = None
8294
+
8295
+ @property
8296
+ def TopicId(self):
8297
+ r"""日志主题id。
8298
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
8299
+ :rtype: str
8300
+ """
8301
+ return self._TopicId
8302
+
8303
+ @TopicId.setter
8304
+ def TopicId(self, TopicId):
8305
+ self._TopicId = TopicId
8306
+
8307
+ @property
8308
+ def Name(self):
8309
+ r"""名称:长度不超过64字符,以字母开头,接受0-9,a-z,A-Z, _,-,中文字符。
8310
+ :rtype: str
8311
+ """
8312
+ return self._Name
8313
+
8314
+ @Name.setter
8315
+ def Name(self, Name):
8316
+ self._Name = Name
8317
+
8318
+ @property
8319
+ def DeliverType(self):
8320
+ r"""投递类型。0:批投递,1:实时投递
8321
+ :rtype: int
8322
+ """
8323
+ return self._DeliverType
8324
+
8325
+ @DeliverType.setter
8326
+ def DeliverType(self, DeliverType):
8327
+ self._DeliverType = DeliverType
8328
+
8329
+ @property
8330
+ def StartTime(self):
8331
+ r"""投递时间范围的开始时间
8332
+ :rtype: int
8333
+ """
8334
+ return self._StartTime
8335
+
8336
+ @StartTime.setter
8337
+ def StartTime(self, StartTime):
8338
+ self._StartTime = StartTime
8339
+
8340
+ @property
8341
+ def DlcInfo(self):
8342
+ r"""dlc配置信息
8343
+ :rtype: :class:`tencentcloud.cls.v20201016.models.DlcInfo`
8344
+ """
8345
+ return self._DlcInfo
8346
+
8347
+ @DlcInfo.setter
8348
+ def DlcInfo(self, DlcInfo):
8349
+ self._DlcInfo = DlcInfo
8350
+
8351
+ @property
8352
+ def MaxSize(self):
8353
+ r"""投递文件大小,单位MB。 DeliverType=0时必填,范围 5<= MaxSize <= 256。
8354
+ :rtype: int
8355
+ """
8356
+ return self._MaxSize
8357
+
8358
+ @MaxSize.setter
8359
+ def MaxSize(self, MaxSize):
8360
+ self._MaxSize = MaxSize
8361
+
8362
+ @property
8363
+ def Interval(self):
8364
+ r"""投递间隔,单位秒。 DeliverType=0时必填,范围 300<= Interval <=900。
8365
+ :rtype: int
8366
+ """
8367
+ return self._Interval
8368
+
8369
+ @Interval.setter
8370
+ def Interval(self, Interval):
8371
+ self._Interval = Interval
8372
+
8373
+ @property
8374
+ def EndTime(self):
8375
+ r"""投递时间范围的结束时间。 如果为空,则表示不限时。EndTime不为空时,需要大于StartTime。
8376
+ :rtype: int
8377
+ """
8378
+ return self._EndTime
8379
+
8380
+ @EndTime.setter
8381
+ def EndTime(self, EndTime):
8382
+ self._EndTime = EndTime
8383
+
8384
+ @property
8385
+ def HasServicesLog(self):
8386
+ r"""是否开启投递服务日志。1关闭,2开启。默认开启
8387
+ :rtype: int
8388
+ """
8389
+ return self._HasServicesLog
8390
+
8391
+ @HasServicesLog.setter
8392
+ def HasServicesLog(self, HasServicesLog):
8393
+ self._HasServicesLog = HasServicesLog
8394
+
8395
+
8396
+ def _deserialize(self, params):
8397
+ self._TopicId = params.get("TopicId")
8398
+ self._Name = params.get("Name")
8399
+ self._DeliverType = params.get("DeliverType")
8400
+ self._StartTime = params.get("StartTime")
8401
+ if params.get("DlcInfo") is not None:
8402
+ self._DlcInfo = DlcInfo()
8403
+ self._DlcInfo._deserialize(params.get("DlcInfo"))
8404
+ self._MaxSize = params.get("MaxSize")
8405
+ self._Interval = params.get("Interval")
8406
+ self._EndTime = params.get("EndTime")
8407
+ self._HasServicesLog = params.get("HasServicesLog")
8408
+ memeber_set = set(params.keys())
8409
+ for name, value in vars(self).items():
8410
+ property_name = name[1:]
8411
+ if property_name in memeber_set:
8412
+ memeber_set.remove(property_name)
8413
+ if len(memeber_set) > 0:
8414
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
8415
+
8416
+
8417
+
8418
+ class CreateDlcDeliverResponse(AbstractModel):
8419
+ r"""CreateDlcDeliver返回参数结构体
8420
+
8421
+ """
8422
+
8423
+ def __init__(self):
8424
+ r"""
8425
+ :param _TaskId: 配置id
8426
+ :type TaskId: str
8427
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8428
+ :type RequestId: str
8429
+ """
8430
+ self._TaskId = None
8431
+ self._RequestId = None
8432
+
8433
+ @property
8434
+ def TaskId(self):
8435
+ r"""配置id
8436
+ :rtype: str
8437
+ """
8438
+ return self._TaskId
8439
+
8440
+ @TaskId.setter
8441
+ def TaskId(self, TaskId):
8442
+ self._TaskId = TaskId
8443
+
8444
+ @property
8445
+ def RequestId(self):
8446
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8447
+ :rtype: str
8448
+ """
8449
+ return self._RequestId
8450
+
8451
+ @RequestId.setter
8452
+ def RequestId(self, RequestId):
8453
+ self._RequestId = RequestId
8454
+
8455
+
8456
+ def _deserialize(self, params):
8457
+ self._TaskId = params.get("TaskId")
8458
+ self._RequestId = params.get("RequestId")
8459
+
8460
+
8258
8461
  class CreateExportRequest(AbstractModel):
8259
8462
  r"""CreateExport请求参数结构体
8260
8463
 
@@ -9960,6 +10163,12 @@ class CreateTopicRequest(AbstractModel):
9960
10163
  非0:日志主题开启日志沉降后标准存储的天数,HotPeriod需要大于等于7,且小于Period。
9961
10164
  仅在StorageType为 hot 时生效,指标主题不支持该配置。
9962
10165
  :type HotPeriod: int
10166
+ :param _Encryption: 加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。
10167
+ 0或者不传: 不加密
10168
+ 1:kms-cls 云产品密钥加密
10169
+
10170
+ 支持地域:ap-beijing,ap-guangzhou,ap-shanghai,ap-singapore,ap-bangkok,ap-jakarta,eu-frankfurt,ap-seoul,ap-tokyo
10171
+ :type Encryption: int
9963
10172
  :param _BizType: 主题类型
9964
10173
  - 0:日志主题,默认值
9965
10174
  - 1:指标主题
@@ -9987,6 +10196,7 @@ class CreateTopicRequest(AbstractModel):
9987
10196
  self._Period = None
9988
10197
  self._Describes = None
9989
10198
  self._HotPeriod = None
10199
+ self._Encryption = None
9990
10200
  self._BizType = None
9991
10201
  self._TopicId = None
9992
10202
  self._IsWebTracking = None
@@ -10114,6 +10324,21 @@ class CreateTopicRequest(AbstractModel):
10114
10324
  def HotPeriod(self, HotPeriod):
10115
10325
  self._HotPeriod = HotPeriod
10116
10326
 
10327
+ @property
10328
+ def Encryption(self):
10329
+ r"""加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。
10330
+ 0或者不传: 不加密
10331
+ 1:kms-cls 云产品密钥加密
10332
+
10333
+ 支持地域:ap-beijing,ap-guangzhou,ap-shanghai,ap-singapore,ap-bangkok,ap-jakarta,eu-frankfurt,ap-seoul,ap-tokyo
10334
+ :rtype: int
10335
+ """
10336
+ return self._Encryption
10337
+
10338
+ @Encryption.setter
10339
+ def Encryption(self, Encryption):
10340
+ self._Encryption = Encryption
10341
+
10117
10342
  @property
10118
10343
  def BizType(self):
10119
10344
  r"""主题类型
@@ -10192,6 +10417,7 @@ class CreateTopicRequest(AbstractModel):
10192
10417
  self._Period = params.get("Period")
10193
10418
  self._Describes = params.get("Describes")
10194
10419
  self._HotPeriod = params.get("HotPeriod")
10420
+ self._Encryption = params.get("Encryption")
10195
10421
  self._BizType = params.get("BizType")
10196
10422
  self._TopicId = params.get("TopicId")
10197
10423
  self._IsWebTracking = params.get("IsWebTracking")
@@ -12785,6 +13011,87 @@ class DeleteDataTransformResponse(AbstractModel):
12785
13011
  self._RequestId = params.get("RequestId")
12786
13012
 
12787
13013
 
13014
+ class DeleteDlcDeliverRequest(AbstractModel):
13015
+ r"""DeleteDlcDeliver请求参数结构体
13016
+
13017
+ """
13018
+
13019
+ def __init__(self):
13020
+ r"""
13021
+ :param _TopicId: 日志主题id。
13022
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
13023
+ :type TopicId: str
13024
+ :param _TaskId: 任务id。
13025
+ :type TaskId: str
13026
+ """
13027
+ self._TopicId = None
13028
+ self._TaskId = None
13029
+
13030
+ @property
13031
+ def TopicId(self):
13032
+ r"""日志主题id。
13033
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
13034
+ :rtype: str
13035
+ """
13036
+ return self._TopicId
13037
+
13038
+ @TopicId.setter
13039
+ def TopicId(self, TopicId):
13040
+ self._TopicId = TopicId
13041
+
13042
+ @property
13043
+ def TaskId(self):
13044
+ r"""任务id。
13045
+ :rtype: str
13046
+ """
13047
+ return self._TaskId
13048
+
13049
+ @TaskId.setter
13050
+ def TaskId(self, TaskId):
13051
+ self._TaskId = TaskId
13052
+
13053
+
13054
+ def _deserialize(self, params):
13055
+ self._TopicId = params.get("TopicId")
13056
+ self._TaskId = params.get("TaskId")
13057
+ memeber_set = set(params.keys())
13058
+ for name, value in vars(self).items():
13059
+ property_name = name[1:]
13060
+ if property_name in memeber_set:
13061
+ memeber_set.remove(property_name)
13062
+ if len(memeber_set) > 0:
13063
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
13064
+
13065
+
13066
+
13067
+ class DeleteDlcDeliverResponse(AbstractModel):
13068
+ r"""DeleteDlcDeliver返回参数结构体
13069
+
13070
+ """
13071
+
13072
+ def __init__(self):
13073
+ r"""
13074
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13075
+ :type RequestId: str
13076
+ """
13077
+ self._RequestId = None
13078
+
13079
+ @property
13080
+ def RequestId(self):
13081
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13082
+ :rtype: str
13083
+ """
13084
+ return self._RequestId
13085
+
13086
+ @RequestId.setter
13087
+ def RequestId(self, RequestId):
13088
+ self._RequestId = RequestId
13089
+
13090
+
13091
+ def _deserialize(self, params):
13092
+ self._RequestId = params.get("RequestId")
13093
+
13094
+
12788
13095
  class DeleteExportRequest(AbstractModel):
12789
13096
  r"""DeleteExport请求参数结构体
12790
13097
 
@@ -15943,22 +16250,213 @@ class DescribeDataTransformInfoResponse(AbstractModel):
15943
16250
  self._RequestId = params.get("RequestId")
15944
16251
 
15945
16252
 
15946
- class DescribeExportsRequest(AbstractModel):
15947
- r"""DescribeExports请求参数结构体
16253
+ class DescribeDlcDeliversRequest(AbstractModel):
16254
+ r"""DescribeDlcDelivers请求参数结构体
15948
16255
 
15949
16256
  """
15950
16257
 
15951
16258
  def __init__(self):
15952
16259
  r"""
15953
- :param _TopicId: 日志主题Id
16260
+ :param _TopicId: 日志主题id。
15954
16261
  - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
15955
16262
  :type TopicId: str
15956
- :param _Offset: 分页的偏移量,默认值为0
15957
- :type Offset: int
15958
- :param _Limit: 分页单页限制数目,默认值为20,最大值100
15959
- :type Limit: int
15960
- """
15961
- self._TopicId = None
16263
+ :param _Filters: - taskId
16264
+ 按照【任务id】进行过滤。
16265
+ 类型:String
16266
+ 必选:否
16267
+
16268
+ - name
16269
+ 按照【任务名称】进行过滤。
16270
+ 类型:String
16271
+ 必选:否
16272
+
16273
+ - tableName
16274
+ 按照【数据表】进行过滤。
16275
+ 类型:String
16276
+ 必选:否
16277
+
16278
+ - statusFlag
16279
+ 按照【状态】进行过滤。支持:"1","2","3","4"。含义:1:RUNNING,2:STOPPED,3:FINISHED,4:FAILED
16280
+ 类型:String
16281
+ 必选:否
16282
+
16283
+ 每次请求的Filters的上限为10,Filter.Values的上限为10。
16284
+ :type Filters: list of Filter
16285
+ :param _Offset: 分页的偏移量,默认值为0。
16286
+ :type Offset: int
16287
+ :param _Limit: 分页单页限制数目,默认值为20,最大值100。
16288
+ :type Limit: int
16289
+ """
16290
+ self._TopicId = None
16291
+ self._Filters = None
16292
+ self._Offset = None
16293
+ self._Limit = None
16294
+
16295
+ @property
16296
+ def TopicId(self):
16297
+ r"""日志主题id。
16298
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
16299
+ :rtype: str
16300
+ """
16301
+ return self._TopicId
16302
+
16303
+ @TopicId.setter
16304
+ def TopicId(self, TopicId):
16305
+ self._TopicId = TopicId
16306
+
16307
+ @property
16308
+ def Filters(self):
16309
+ r"""- taskId
16310
+ 按照【任务id】进行过滤。
16311
+ 类型:String
16312
+ 必选:否
16313
+
16314
+ - name
16315
+ 按照【任务名称】进行过滤。
16316
+ 类型:String
16317
+ 必选:否
16318
+
16319
+ - tableName
16320
+ 按照【数据表】进行过滤。
16321
+ 类型:String
16322
+ 必选:否
16323
+
16324
+ - statusFlag
16325
+ 按照【状态】进行过滤。支持:"1","2","3","4"。含义:1:RUNNING,2:STOPPED,3:FINISHED,4:FAILED
16326
+ 类型:String
16327
+ 必选:否
16328
+
16329
+ 每次请求的Filters的上限为10,Filter.Values的上限为10。
16330
+ :rtype: list of Filter
16331
+ """
16332
+ return self._Filters
16333
+
16334
+ @Filters.setter
16335
+ def Filters(self, Filters):
16336
+ self._Filters = Filters
16337
+
16338
+ @property
16339
+ def Offset(self):
16340
+ r"""分页的偏移量,默认值为0。
16341
+ :rtype: int
16342
+ """
16343
+ return self._Offset
16344
+
16345
+ @Offset.setter
16346
+ def Offset(self, Offset):
16347
+ self._Offset = Offset
16348
+
16349
+ @property
16350
+ def Limit(self):
16351
+ r"""分页单页限制数目,默认值为20,最大值100。
16352
+ :rtype: int
16353
+ """
16354
+ return self._Limit
16355
+
16356
+ @Limit.setter
16357
+ def Limit(self, Limit):
16358
+ self._Limit = Limit
16359
+
16360
+
16361
+ def _deserialize(self, params):
16362
+ self._TopicId = params.get("TopicId")
16363
+ if params.get("Filters") is not None:
16364
+ self._Filters = []
16365
+ for item in params.get("Filters"):
16366
+ obj = Filter()
16367
+ obj._deserialize(item)
16368
+ self._Filters.append(obj)
16369
+ self._Offset = params.get("Offset")
16370
+ self._Limit = params.get("Limit")
16371
+ memeber_set = set(params.keys())
16372
+ for name, value in vars(self).items():
16373
+ property_name = name[1:]
16374
+ if property_name in memeber_set:
16375
+ memeber_set.remove(property_name)
16376
+ if len(memeber_set) > 0:
16377
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
16378
+
16379
+
16380
+
16381
+ class DescribeDlcDeliversResponse(AbstractModel):
16382
+ r"""DescribeDlcDelivers返回参数结构体
16383
+
16384
+ """
16385
+
16386
+ def __init__(self):
16387
+ r"""
16388
+ :param _Infos: 告警渠道回调配置列表。
16389
+ :type Infos: list of DlcDeliverInfo
16390
+ :param _Total: 符合条件的通知内容配置总数。
16391
+ :type Total: int
16392
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16393
+ :type RequestId: str
16394
+ """
16395
+ self._Infos = None
16396
+ self._Total = None
16397
+ self._RequestId = None
16398
+
16399
+ @property
16400
+ def Infos(self):
16401
+ r"""告警渠道回调配置列表。
16402
+ :rtype: list of DlcDeliverInfo
16403
+ """
16404
+ return self._Infos
16405
+
16406
+ @Infos.setter
16407
+ def Infos(self, Infos):
16408
+ self._Infos = Infos
16409
+
16410
+ @property
16411
+ def Total(self):
16412
+ r"""符合条件的通知内容配置总数。
16413
+ :rtype: int
16414
+ """
16415
+ return self._Total
16416
+
16417
+ @Total.setter
16418
+ def Total(self, Total):
16419
+ self._Total = Total
16420
+
16421
+ @property
16422
+ def RequestId(self):
16423
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16424
+ :rtype: str
16425
+ """
16426
+ return self._RequestId
16427
+
16428
+ @RequestId.setter
16429
+ def RequestId(self, RequestId):
16430
+ self._RequestId = RequestId
16431
+
16432
+
16433
+ def _deserialize(self, params):
16434
+ if params.get("Infos") is not None:
16435
+ self._Infos = []
16436
+ for item in params.get("Infos"):
16437
+ obj = DlcDeliverInfo()
16438
+ obj._deserialize(item)
16439
+ self._Infos.append(obj)
16440
+ self._Total = params.get("Total")
16441
+ self._RequestId = params.get("RequestId")
16442
+
16443
+
16444
+ class DescribeExportsRequest(AbstractModel):
16445
+ r"""DescribeExports请求参数结构体
16446
+
16447
+ """
16448
+
16449
+ def __init__(self):
16450
+ r"""
16451
+ :param _TopicId: 日志主题Id
16452
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
16453
+ :type TopicId: str
16454
+ :param _Offset: 分页的偏移量,默认值为0
16455
+ :type Offset: int
16456
+ :param _Limit: 分页单页限制数目,默认值为20,最大值100
16457
+ :type Limit: int
16458
+ """
16459
+ self._TopicId = None
15962
16460
  self._Offset = None
15963
16461
  self._Limit = None
15964
16462
 
@@ -19005,44 +19503,678 @@ class DescribeWebCallbacksRequest(AbstractModel):
19005
19503
  每次请求的Filters的上限为10,Filter.Values的上限为100。
19006
19504
  :rtype: list of Filter
19007
19505
  """
19008
- return self._Filters
19506
+ return self._Filters
19507
+
19508
+ @Filters.setter
19509
+ def Filters(self, Filters):
19510
+ self._Filters = Filters
19511
+
19512
+ @property
19513
+ def Offset(self):
19514
+ r"""分页的偏移量,默认值为0。
19515
+ :rtype: int
19516
+ """
19517
+ return self._Offset
19518
+
19519
+ @Offset.setter
19520
+ def Offset(self, Offset):
19521
+ self._Offset = Offset
19522
+
19523
+ @property
19524
+ def Limit(self):
19525
+ r"""分页单页限制数目,默认值为20,最大值100。
19526
+ :rtype: int
19527
+ """
19528
+ return self._Limit
19529
+
19530
+ @Limit.setter
19531
+ def Limit(self, Limit):
19532
+ self._Limit = Limit
19533
+
19534
+
19535
+ def _deserialize(self, params):
19536
+ if params.get("Filters") is not None:
19537
+ self._Filters = []
19538
+ for item in params.get("Filters"):
19539
+ obj = Filter()
19540
+ obj._deserialize(item)
19541
+ self._Filters.append(obj)
19542
+ self._Offset = params.get("Offset")
19543
+ self._Limit = params.get("Limit")
19544
+ memeber_set = set(params.keys())
19545
+ for name, value in vars(self).items():
19546
+ property_name = name[1:]
19547
+ if property_name in memeber_set:
19548
+ memeber_set.remove(property_name)
19549
+ if len(memeber_set) > 0:
19550
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
19551
+
19552
+
19553
+
19554
+ class DescribeWebCallbacksResponse(AbstractModel):
19555
+ r"""DescribeWebCallbacks返回参数结构体
19556
+
19557
+ """
19558
+
19559
+ def __init__(self):
19560
+ r"""
19561
+ :param _WebCallbacks: 告警渠道回调配置列表。
19562
+ :type WebCallbacks: list of WebCallbackInfo
19563
+ :param _TotalCount: 符合条件的通知内容配置总数。
19564
+ :type TotalCount: int
19565
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19566
+ :type RequestId: str
19567
+ """
19568
+ self._WebCallbacks = None
19569
+ self._TotalCount = None
19570
+ self._RequestId = None
19571
+
19572
+ @property
19573
+ def WebCallbacks(self):
19574
+ r"""告警渠道回调配置列表。
19575
+ :rtype: list of WebCallbackInfo
19576
+ """
19577
+ return self._WebCallbacks
19578
+
19579
+ @WebCallbacks.setter
19580
+ def WebCallbacks(self, WebCallbacks):
19581
+ self._WebCallbacks = WebCallbacks
19582
+
19583
+ @property
19584
+ def TotalCount(self):
19585
+ r"""符合条件的通知内容配置总数。
19586
+ :rtype: int
19587
+ """
19588
+ return self._TotalCount
19589
+
19590
+ @TotalCount.setter
19591
+ def TotalCount(self, TotalCount):
19592
+ self._TotalCount = TotalCount
19593
+
19594
+ @property
19595
+ def RequestId(self):
19596
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19597
+ :rtype: str
19598
+ """
19599
+ return self._RequestId
19600
+
19601
+ @RequestId.setter
19602
+ def RequestId(self, RequestId):
19603
+ self._RequestId = RequestId
19604
+
19605
+
19606
+ def _deserialize(self, params):
19607
+ if params.get("WebCallbacks") is not None:
19608
+ self._WebCallbacks = []
19609
+ for item in params.get("WebCallbacks"):
19610
+ obj = WebCallbackInfo()
19611
+ obj._deserialize(item)
19612
+ self._WebCallbacks.append(obj)
19613
+ self._TotalCount = params.get("TotalCount")
19614
+ self._RequestId = params.get("RequestId")
19615
+
19616
+
19617
+ class DlcDeliverInfo(AbstractModel):
19618
+ r"""投递DLC任务配置信息
19619
+
19620
+ """
19621
+
19622
+ def __init__(self):
19623
+ r"""
19624
+ :param _TaskId: 任务id。
19625
+ :type TaskId: str
19626
+ :param _Uin: 账号id。
19627
+ :type Uin: int
19628
+ :param _TopicId: 日志主题id。
19629
+ :type TopicId: str
19630
+ :param _Name: 任务名称。
19631
+ :type Name: str
19632
+ :param _DeliverType: 投递类型,0:实时投递,1:历史投递
19633
+ :type DeliverType: int
19634
+ :param _MaxSize: 投递文件大小,单位MB
19635
+ :type MaxSize: int
19636
+ :param _Interval: 投递间隔 单位秒
19637
+ :type Interval: int
19638
+ :param _StartTime: 投递时间范围的开始时间
19639
+ :type StartTime: int
19640
+ :param _EndTime: 投递时间范围的结束时间
19641
+ :type EndTime: int
19642
+ :param _DlcInfo: dlc配置信息
19643
+ :type DlcInfo: :class:`tencentcloud.cls.v20201016.models.DlcInfo`
19644
+ :param _HasServicesLog: 是否开启投递服务日志。1关闭,2开启
19645
+ :type HasServicesLog: int
19646
+ :param _Status: 任务状态。
19647
+ :type Status: int
19648
+ :param _Progress: 任务进度。历史投递任务生效。
19649
+ :type Progress: int
19650
+ :param _BizType: 日志主题类型。0:标准主题,1:指标主题
19651
+ :type BizType: int
19652
+ :param _CreateTime: 任务创建时间。
19653
+ :type CreateTime: int
19654
+ :param _UpdateTime: 任务修改时间。
19655
+ :type UpdateTime: int
19656
+ """
19657
+ self._TaskId = None
19658
+ self._Uin = None
19659
+ self._TopicId = None
19660
+ self._Name = None
19661
+ self._DeliverType = None
19662
+ self._MaxSize = None
19663
+ self._Interval = None
19664
+ self._StartTime = None
19665
+ self._EndTime = None
19666
+ self._DlcInfo = None
19667
+ self._HasServicesLog = None
19668
+ self._Status = None
19669
+ self._Progress = None
19670
+ self._BizType = None
19671
+ self._CreateTime = None
19672
+ self._UpdateTime = None
19673
+
19674
+ @property
19675
+ def TaskId(self):
19676
+ r"""任务id。
19677
+ :rtype: str
19678
+ """
19679
+ return self._TaskId
19680
+
19681
+ @TaskId.setter
19682
+ def TaskId(self, TaskId):
19683
+ self._TaskId = TaskId
19684
+
19685
+ @property
19686
+ def Uin(self):
19687
+ r"""账号id。
19688
+ :rtype: int
19689
+ """
19690
+ return self._Uin
19691
+
19692
+ @Uin.setter
19693
+ def Uin(self, Uin):
19694
+ self._Uin = Uin
19695
+
19696
+ @property
19697
+ def TopicId(self):
19698
+ r"""日志主题id。
19699
+ :rtype: str
19700
+ """
19701
+ return self._TopicId
19702
+
19703
+ @TopicId.setter
19704
+ def TopicId(self, TopicId):
19705
+ self._TopicId = TopicId
19706
+
19707
+ @property
19708
+ def Name(self):
19709
+ r"""任务名称。
19710
+ :rtype: str
19711
+ """
19712
+ return self._Name
19713
+
19714
+ @Name.setter
19715
+ def Name(self, Name):
19716
+ self._Name = Name
19717
+
19718
+ @property
19719
+ def DeliverType(self):
19720
+ r"""投递类型,0:实时投递,1:历史投递
19721
+ :rtype: int
19722
+ """
19723
+ return self._DeliverType
19724
+
19725
+ @DeliverType.setter
19726
+ def DeliverType(self, DeliverType):
19727
+ self._DeliverType = DeliverType
19728
+
19729
+ @property
19730
+ def MaxSize(self):
19731
+ r"""投递文件大小,单位MB
19732
+ :rtype: int
19733
+ """
19734
+ return self._MaxSize
19735
+
19736
+ @MaxSize.setter
19737
+ def MaxSize(self, MaxSize):
19738
+ self._MaxSize = MaxSize
19739
+
19740
+ @property
19741
+ def Interval(self):
19742
+ r"""投递间隔 单位秒
19743
+ :rtype: int
19744
+ """
19745
+ return self._Interval
19746
+
19747
+ @Interval.setter
19748
+ def Interval(self, Interval):
19749
+ self._Interval = Interval
19750
+
19751
+ @property
19752
+ def StartTime(self):
19753
+ r"""投递时间范围的开始时间
19754
+ :rtype: int
19755
+ """
19756
+ return self._StartTime
19757
+
19758
+ @StartTime.setter
19759
+ def StartTime(self, StartTime):
19760
+ self._StartTime = StartTime
19761
+
19762
+ @property
19763
+ def EndTime(self):
19764
+ r"""投递时间范围的结束时间
19765
+ :rtype: int
19766
+ """
19767
+ return self._EndTime
19768
+
19769
+ @EndTime.setter
19770
+ def EndTime(self, EndTime):
19771
+ self._EndTime = EndTime
19772
+
19773
+ @property
19774
+ def DlcInfo(self):
19775
+ r"""dlc配置信息
19776
+ :rtype: :class:`tencentcloud.cls.v20201016.models.DlcInfo`
19777
+ """
19778
+ return self._DlcInfo
19779
+
19780
+ @DlcInfo.setter
19781
+ def DlcInfo(self, DlcInfo):
19782
+ self._DlcInfo = DlcInfo
19783
+
19784
+ @property
19785
+ def HasServicesLog(self):
19786
+ r"""是否开启投递服务日志。1关闭,2开启
19787
+ :rtype: int
19788
+ """
19789
+ return self._HasServicesLog
19790
+
19791
+ @HasServicesLog.setter
19792
+ def HasServicesLog(self, HasServicesLog):
19793
+ self._HasServicesLog = HasServicesLog
19794
+
19795
+ @property
19796
+ def Status(self):
19797
+ r"""任务状态。
19798
+ :rtype: int
19799
+ """
19800
+ return self._Status
19801
+
19802
+ @Status.setter
19803
+ def Status(self, Status):
19804
+ self._Status = Status
19805
+
19806
+ @property
19807
+ def Progress(self):
19808
+ r"""任务进度。历史投递任务生效。
19809
+ :rtype: int
19810
+ """
19811
+ return self._Progress
19812
+
19813
+ @Progress.setter
19814
+ def Progress(self, Progress):
19815
+ self._Progress = Progress
19816
+
19817
+ @property
19818
+ def BizType(self):
19819
+ r"""日志主题类型。0:标准主题,1:指标主题
19820
+ :rtype: int
19821
+ """
19822
+ return self._BizType
19823
+
19824
+ @BizType.setter
19825
+ def BizType(self, BizType):
19826
+ self._BizType = BizType
19827
+
19828
+ @property
19829
+ def CreateTime(self):
19830
+ r"""任务创建时间。
19831
+ :rtype: int
19832
+ """
19833
+ return self._CreateTime
19834
+
19835
+ @CreateTime.setter
19836
+ def CreateTime(self, CreateTime):
19837
+ self._CreateTime = CreateTime
19838
+
19839
+ @property
19840
+ def UpdateTime(self):
19841
+ r"""任务修改时间。
19842
+ :rtype: int
19843
+ """
19844
+ return self._UpdateTime
19845
+
19846
+ @UpdateTime.setter
19847
+ def UpdateTime(self, UpdateTime):
19848
+ self._UpdateTime = UpdateTime
19849
+
19850
+
19851
+ def _deserialize(self, params):
19852
+ self._TaskId = params.get("TaskId")
19853
+ self._Uin = params.get("Uin")
19854
+ self._TopicId = params.get("TopicId")
19855
+ self._Name = params.get("Name")
19856
+ self._DeliverType = params.get("DeliverType")
19857
+ self._MaxSize = params.get("MaxSize")
19858
+ self._Interval = params.get("Interval")
19859
+ self._StartTime = params.get("StartTime")
19860
+ self._EndTime = params.get("EndTime")
19861
+ if params.get("DlcInfo") is not None:
19862
+ self._DlcInfo = DlcInfo()
19863
+ self._DlcInfo._deserialize(params.get("DlcInfo"))
19864
+ self._HasServicesLog = params.get("HasServicesLog")
19865
+ self._Status = params.get("Status")
19866
+ self._Progress = params.get("Progress")
19867
+ self._BizType = params.get("BizType")
19868
+ self._CreateTime = params.get("CreateTime")
19869
+ self._UpdateTime = params.get("UpdateTime")
19870
+ memeber_set = set(params.keys())
19871
+ for name, value in vars(self).items():
19872
+ property_name = name[1:]
19873
+ if property_name in memeber_set:
19874
+ memeber_set.remove(property_name)
19875
+ if len(memeber_set) > 0:
19876
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
19877
+
19878
+
19879
+
19880
+ class DlcFiledInfo(AbstractModel):
19881
+ r"""数据湖计算服务(Data Lake Compute,简称DLC)数据字段配置信息
19882
+
19883
+ """
19884
+
19885
+ def __init__(self):
19886
+ r"""
19887
+ :param _ClsField: cls日志中的字段名
19888
+ :type ClsField: str
19889
+ :param _DlcField: 数据湖计算服务表的列名
19890
+ :type DlcField: str
19891
+ :param _DlcFieldType: 数据湖计算服务字段类型
19892
+ :type DlcFieldType: str
19893
+ :param _FillField: 解析失败填充字段
19894
+ :type FillField: str
19895
+ :param _Disable: 是否禁用
19896
+ :type Disable: bool
19897
+ """
19898
+ self._ClsField = None
19899
+ self._DlcField = None
19900
+ self._DlcFieldType = None
19901
+ self._FillField = None
19902
+ self._Disable = None
19903
+
19904
+ @property
19905
+ def ClsField(self):
19906
+ r"""cls日志中的字段名
19907
+ :rtype: str
19908
+ """
19909
+ return self._ClsField
19910
+
19911
+ @ClsField.setter
19912
+ def ClsField(self, ClsField):
19913
+ self._ClsField = ClsField
19914
+
19915
+ @property
19916
+ def DlcField(self):
19917
+ r"""数据湖计算服务表的列名
19918
+ :rtype: str
19919
+ """
19920
+ return self._DlcField
19921
+
19922
+ @DlcField.setter
19923
+ def DlcField(self, DlcField):
19924
+ self._DlcField = DlcField
19925
+
19926
+ @property
19927
+ def DlcFieldType(self):
19928
+ r"""数据湖计算服务字段类型
19929
+ :rtype: str
19930
+ """
19931
+ return self._DlcFieldType
19932
+
19933
+ @DlcFieldType.setter
19934
+ def DlcFieldType(self, DlcFieldType):
19935
+ self._DlcFieldType = DlcFieldType
19936
+
19937
+ @property
19938
+ def FillField(self):
19939
+ r"""解析失败填充字段
19940
+ :rtype: str
19941
+ """
19942
+ return self._FillField
19943
+
19944
+ @FillField.setter
19945
+ def FillField(self, FillField):
19946
+ self._FillField = FillField
19947
+
19948
+ @property
19949
+ def Disable(self):
19950
+ r"""是否禁用
19951
+ :rtype: bool
19952
+ """
19953
+ return self._Disable
19954
+
19955
+ @Disable.setter
19956
+ def Disable(self, Disable):
19957
+ self._Disable = Disable
19958
+
19959
+
19960
+ def _deserialize(self, params):
19961
+ self._ClsField = params.get("ClsField")
19962
+ self._DlcField = params.get("DlcField")
19963
+ self._DlcFieldType = params.get("DlcFieldType")
19964
+ self._FillField = params.get("FillField")
19965
+ self._Disable = params.get("Disable")
19966
+ memeber_set = set(params.keys())
19967
+ for name, value in vars(self).items():
19968
+ property_name = name[1:]
19969
+ if property_name in memeber_set:
19970
+ memeber_set.remove(property_name)
19971
+ if len(memeber_set) > 0:
19972
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
19973
+
19974
+
19975
+
19976
+ class DlcInfo(AbstractModel):
19977
+ r"""数据湖计算服务(Data Lake Compute,简称DLC)导入配置信息
19978
+
19979
+ """
19980
+
19981
+ def __init__(self):
19982
+ r"""
19983
+ :param _TableInfo: dlc表信息
19984
+ :type TableInfo: :class:`tencentcloud.cls.v20201016.models.DlcTableInfo`
19985
+ :param _FieldInfos: dlc数据字段信息
19986
+ :type FieldInfos: list of DlcFiledInfo
19987
+ :param _PartitionInfos: dlc分区信息
19988
+ :type PartitionInfos: list of DlcPartitionInfo
19989
+ :param _PartitionExtra: dlc分区额外信息
19990
+ :type PartitionExtra: :class:`tencentcloud.cls.v20201016.models.DlcPartitionExtra`
19991
+ """
19992
+ self._TableInfo = None
19993
+ self._FieldInfos = None
19994
+ self._PartitionInfos = None
19995
+ self._PartitionExtra = None
19996
+
19997
+ @property
19998
+ def TableInfo(self):
19999
+ r"""dlc表信息
20000
+ :rtype: :class:`tencentcloud.cls.v20201016.models.DlcTableInfo`
20001
+ """
20002
+ return self._TableInfo
20003
+
20004
+ @TableInfo.setter
20005
+ def TableInfo(self, TableInfo):
20006
+ self._TableInfo = TableInfo
20007
+
20008
+ @property
20009
+ def FieldInfos(self):
20010
+ r"""dlc数据字段信息
20011
+ :rtype: list of DlcFiledInfo
20012
+ """
20013
+ return self._FieldInfos
20014
+
20015
+ @FieldInfos.setter
20016
+ def FieldInfos(self, FieldInfos):
20017
+ self._FieldInfos = FieldInfos
20018
+
20019
+ @property
20020
+ def PartitionInfos(self):
20021
+ r"""dlc分区信息
20022
+ :rtype: list of DlcPartitionInfo
20023
+ """
20024
+ return self._PartitionInfos
20025
+
20026
+ @PartitionInfos.setter
20027
+ def PartitionInfos(self, PartitionInfos):
20028
+ self._PartitionInfos = PartitionInfos
20029
+
20030
+ @property
20031
+ def PartitionExtra(self):
20032
+ r"""dlc分区额外信息
20033
+ :rtype: :class:`tencentcloud.cls.v20201016.models.DlcPartitionExtra`
20034
+ """
20035
+ return self._PartitionExtra
20036
+
20037
+ @PartitionExtra.setter
20038
+ def PartitionExtra(self, PartitionExtra):
20039
+ self._PartitionExtra = PartitionExtra
20040
+
20041
+
20042
+ def _deserialize(self, params):
20043
+ if params.get("TableInfo") is not None:
20044
+ self._TableInfo = DlcTableInfo()
20045
+ self._TableInfo._deserialize(params.get("TableInfo"))
20046
+ if params.get("FieldInfos") is not None:
20047
+ self._FieldInfos = []
20048
+ for item in params.get("FieldInfos"):
20049
+ obj = DlcFiledInfo()
20050
+ obj._deserialize(item)
20051
+ self._FieldInfos.append(obj)
20052
+ if params.get("PartitionInfos") is not None:
20053
+ self._PartitionInfos = []
20054
+ for item in params.get("PartitionInfos"):
20055
+ obj = DlcPartitionInfo()
20056
+ obj._deserialize(item)
20057
+ self._PartitionInfos.append(obj)
20058
+ if params.get("PartitionExtra") is not None:
20059
+ self._PartitionExtra = DlcPartitionExtra()
20060
+ self._PartitionExtra._deserialize(params.get("PartitionExtra"))
20061
+ memeber_set = set(params.keys())
20062
+ for name, value in vars(self).items():
20063
+ property_name = name[1:]
20064
+ if property_name in memeber_set:
20065
+ memeber_set.remove(property_name)
20066
+ if len(memeber_set) > 0:
20067
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
20068
+
20069
+
20070
+
20071
+ class DlcPartitionExtra(AbstractModel):
20072
+ r"""数据湖计算服务(Data Lake Compute,简称DLC)数据分区额外信息
20073
+
20074
+ """
20075
+
20076
+ def __init__(self):
20077
+ r"""
20078
+ :param _TimeFormat: 时间格式 eg: %Y-%m-%d %H:%M:%S.%f
20079
+ :type TimeFormat: str
20080
+ :param _TimeZone: 时间时区
20081
+ :type TimeZone: str
20082
+ """
20083
+ self._TimeFormat = None
20084
+ self._TimeZone = None
20085
+
20086
+ @property
20087
+ def TimeFormat(self):
20088
+ r"""时间格式 eg: %Y-%m-%d %H:%M:%S.%f
20089
+ :rtype: str
20090
+ """
20091
+ return self._TimeFormat
20092
+
20093
+ @TimeFormat.setter
20094
+ def TimeFormat(self, TimeFormat):
20095
+ self._TimeFormat = TimeFormat
20096
+
20097
+ @property
20098
+ def TimeZone(self):
20099
+ r"""时间时区
20100
+ :rtype: str
20101
+ """
20102
+ return self._TimeZone
20103
+
20104
+ @TimeZone.setter
20105
+ def TimeZone(self, TimeZone):
20106
+ self._TimeZone = TimeZone
20107
+
20108
+
20109
+ def _deserialize(self, params):
20110
+ self._TimeFormat = params.get("TimeFormat")
20111
+ self._TimeZone = params.get("TimeZone")
20112
+ memeber_set = set(params.keys())
20113
+ for name, value in vars(self).items():
20114
+ property_name = name[1:]
20115
+ if property_name in memeber_set:
20116
+ memeber_set.remove(property_name)
20117
+ if len(memeber_set) > 0:
20118
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
20119
+
20120
+
20121
+
20122
+ class DlcPartitionInfo(AbstractModel):
20123
+ r"""数据湖计算服务(Data Lake Compute,简称DLC)数据分区配置
20124
+
20125
+ """
20126
+
20127
+ def __init__(self):
20128
+ r"""
20129
+ :param _ClsField: cls日志中的字段名
20130
+ :type ClsField: str
20131
+ :param _DlcField: dlc表的列名
20132
+ :type DlcField: str
20133
+ :param _DlcFieldType: dlc字段类型
20134
+ :type DlcFieldType: str
20135
+ """
20136
+ self._ClsField = None
20137
+ self._DlcField = None
20138
+ self._DlcFieldType = None
20139
+
20140
+ @property
20141
+ def ClsField(self):
20142
+ r"""cls日志中的字段名
20143
+ :rtype: str
20144
+ """
20145
+ return self._ClsField
19009
20146
 
19010
- @Filters.setter
19011
- def Filters(self, Filters):
19012
- self._Filters = Filters
20147
+ @ClsField.setter
20148
+ def ClsField(self, ClsField):
20149
+ self._ClsField = ClsField
19013
20150
 
19014
20151
  @property
19015
- def Offset(self):
19016
- r"""分页的偏移量,默认值为0。
19017
- :rtype: int
20152
+ def DlcField(self):
20153
+ r"""dlc表的列名
20154
+ :rtype: str
19018
20155
  """
19019
- return self._Offset
20156
+ return self._DlcField
19020
20157
 
19021
- @Offset.setter
19022
- def Offset(self, Offset):
19023
- self._Offset = Offset
20158
+ @DlcField.setter
20159
+ def DlcField(self, DlcField):
20160
+ self._DlcField = DlcField
19024
20161
 
19025
20162
  @property
19026
- def Limit(self):
19027
- r"""分页单页限制数目,默认值为20,最大值100。
19028
- :rtype: int
20163
+ def DlcFieldType(self):
20164
+ r"""dlc字段类型
20165
+ :rtype: str
19029
20166
  """
19030
- return self._Limit
20167
+ return self._DlcFieldType
19031
20168
 
19032
- @Limit.setter
19033
- def Limit(self, Limit):
19034
- self._Limit = Limit
20169
+ @DlcFieldType.setter
20170
+ def DlcFieldType(self, DlcFieldType):
20171
+ self._DlcFieldType = DlcFieldType
19035
20172
 
19036
20173
 
19037
20174
  def _deserialize(self, params):
19038
- if params.get("Filters") is not None:
19039
- self._Filters = []
19040
- for item in params.get("Filters"):
19041
- obj = Filter()
19042
- obj._deserialize(item)
19043
- self._Filters.append(obj)
19044
- self._Offset = params.get("Offset")
19045
- self._Limit = params.get("Limit")
20175
+ self._ClsField = params.get("ClsField")
20176
+ self._DlcField = params.get("DlcField")
20177
+ self._DlcFieldType = params.get("DlcFieldType")
19046
20178
  memeber_set = set(params.keys())
19047
20179
  for name, value in vars(self).items():
19048
20180
  property_name = name[1:]
@@ -19053,67 +20185,70 @@ class DescribeWebCallbacksRequest(AbstractModel):
19053
20185
 
19054
20186
 
19055
20187
 
19056
- class DescribeWebCallbacksResponse(AbstractModel):
19057
- r"""DescribeWebCallbacks返回参数结构体
20188
+ class DlcTableInfo(AbstractModel):
20189
+ r"""数据湖计算服务(Data Lake Compute,简称DLC)数据表配置信息
19058
20190
 
19059
20191
  """
19060
20192
 
19061
20193
  def __init__(self):
19062
20194
  r"""
19063
- :param _WebCallbacks: 告警渠道回调配置列表。
19064
- :type WebCallbacks: list of WebCallbackInfo
19065
- :param _TotalCount: 符合条件的通知内容配置总数。
19066
- :type TotalCount: int
19067
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19068
- :type RequestId: str
20195
+ :param _DataDirectory: 数据目录
20196
+ :type DataDirectory: str
20197
+ :param _DatabaseName: 数据库
20198
+ :type DatabaseName: str
20199
+ :param _TableName: 数据表
20200
+ :type TableName: str
19069
20201
  """
19070
- self._WebCallbacks = None
19071
- self._TotalCount = None
19072
- self._RequestId = None
20202
+ self._DataDirectory = None
20203
+ self._DatabaseName = None
20204
+ self._TableName = None
19073
20205
 
19074
20206
  @property
19075
- def WebCallbacks(self):
19076
- r"""告警渠道回调配置列表。
19077
- :rtype: list of WebCallbackInfo
20207
+ def DataDirectory(self):
20208
+ r"""数据目录
20209
+ :rtype: str
19078
20210
  """
19079
- return self._WebCallbacks
20211
+ return self._DataDirectory
19080
20212
 
19081
- @WebCallbacks.setter
19082
- def WebCallbacks(self, WebCallbacks):
19083
- self._WebCallbacks = WebCallbacks
20213
+ @DataDirectory.setter
20214
+ def DataDirectory(self, DataDirectory):
20215
+ self._DataDirectory = DataDirectory
19084
20216
 
19085
20217
  @property
19086
- def TotalCount(self):
19087
- r"""符合条件的通知内容配置总数。
19088
- :rtype: int
20218
+ def DatabaseName(self):
20219
+ r"""数据库
20220
+ :rtype: str
19089
20221
  """
19090
- return self._TotalCount
20222
+ return self._DatabaseName
19091
20223
 
19092
- @TotalCount.setter
19093
- def TotalCount(self, TotalCount):
19094
- self._TotalCount = TotalCount
20224
+ @DatabaseName.setter
20225
+ def DatabaseName(self, DatabaseName):
20226
+ self._DatabaseName = DatabaseName
19095
20227
 
19096
20228
  @property
19097
- def RequestId(self):
19098
- r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20229
+ def TableName(self):
20230
+ r"""数据表
19099
20231
  :rtype: str
19100
20232
  """
19101
- return self._RequestId
20233
+ return self._TableName
19102
20234
 
19103
- @RequestId.setter
19104
- def RequestId(self, RequestId):
19105
- self._RequestId = RequestId
20235
+ @TableName.setter
20236
+ def TableName(self, TableName):
20237
+ self._TableName = TableName
19106
20238
 
19107
20239
 
19108
20240
  def _deserialize(self, params):
19109
- if params.get("WebCallbacks") is not None:
19110
- self._WebCallbacks = []
19111
- for item in params.get("WebCallbacks"):
19112
- obj = WebCallbackInfo()
19113
- obj._deserialize(item)
19114
- self._WebCallbacks.append(obj)
19115
- self._TotalCount = params.get("TotalCount")
19116
- self._RequestId = params.get("RequestId")
20241
+ self._DataDirectory = params.get("DataDirectory")
20242
+ self._DatabaseName = params.get("DatabaseName")
20243
+ self._TableName = params.get("TableName")
20244
+ memeber_set = set(params.keys())
20245
+ for name, value in vars(self).items():
20246
+ property_name = name[1:]
20247
+ if property_name in memeber_set:
20248
+ memeber_set.remove(property_name)
20249
+ if len(memeber_set) > 0:
20250
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
20251
+
19117
20252
 
19118
20253
 
19119
20254
  class DynamicIndex(AbstractModel):
@@ -25941,6 +27076,224 @@ class ModifyDataTransformResponse(AbstractModel):
25941
27076
  self._RequestId = params.get("RequestId")
25942
27077
 
25943
27078
 
27079
+ class ModifyDlcDeliverRequest(AbstractModel):
27080
+ r"""ModifyDlcDeliver请求参数结构体
27081
+
27082
+ """
27083
+
27084
+ def __init__(self):
27085
+ r"""
27086
+ :param _TopicId: 日志主题id。
27087
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
27088
+ :type TopicId: str
27089
+ :param _TaskId: 任务id。
27090
+ :type TaskId: str
27091
+ :param _Name: 名称:长度不超过64字符,以字母开头,接受0-9,a-z,A-Z, _,-,中文字符。
27092
+ :type Name: str
27093
+ :param _DeliverType: 投递类型。0:批投递,1:实时投递
27094
+ :type DeliverType: int
27095
+ :param _StartTime: 投递时间范围的开始时间
27096
+ :type StartTime: int
27097
+ :param _EndTime: 投递时间范围的结束时间。 如果为空,则表示不限时
27098
+ :type EndTime: int
27099
+ :param _MaxSize: 投递文件大小,单位MB。 DeliverType=0时必填,范围 5<= MaxSize <= 256。
27100
+ :type MaxSize: int
27101
+ :param _Interval: 投递间隔,单位秒。 DeliverType=0时必填,范围 300<= Interval <=900。
27102
+ :type Interval: int
27103
+ :param _DlcInfo: dlc配置信息
27104
+ :type DlcInfo: :class:`tencentcloud.cls.v20201016.models.DlcInfo`
27105
+ :param _HasServicesLog: 是否开启投递服务日志。1关闭,2开启。默认开启
27106
+ :type HasServicesLog: int
27107
+ :param _Status: 任务状态。
27108
+ :type Status: int
27109
+ """
27110
+ self._TopicId = None
27111
+ self._TaskId = None
27112
+ self._Name = None
27113
+ self._DeliverType = None
27114
+ self._StartTime = None
27115
+ self._EndTime = None
27116
+ self._MaxSize = None
27117
+ self._Interval = None
27118
+ self._DlcInfo = None
27119
+ self._HasServicesLog = None
27120
+ self._Status = None
27121
+
27122
+ @property
27123
+ def TopicId(self):
27124
+ r"""日志主题id。
27125
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
27126
+ :rtype: str
27127
+ """
27128
+ return self._TopicId
27129
+
27130
+ @TopicId.setter
27131
+ def TopicId(self, TopicId):
27132
+ self._TopicId = TopicId
27133
+
27134
+ @property
27135
+ def TaskId(self):
27136
+ r"""任务id。
27137
+ :rtype: str
27138
+ """
27139
+ return self._TaskId
27140
+
27141
+ @TaskId.setter
27142
+ def TaskId(self, TaskId):
27143
+ self._TaskId = TaskId
27144
+
27145
+ @property
27146
+ def Name(self):
27147
+ r"""名称:长度不超过64字符,以字母开头,接受0-9,a-z,A-Z, _,-,中文字符。
27148
+ :rtype: str
27149
+ """
27150
+ return self._Name
27151
+
27152
+ @Name.setter
27153
+ def Name(self, Name):
27154
+ self._Name = Name
27155
+
27156
+ @property
27157
+ def DeliverType(self):
27158
+ r"""投递类型。0:批投递,1:实时投递
27159
+ :rtype: int
27160
+ """
27161
+ return self._DeliverType
27162
+
27163
+ @DeliverType.setter
27164
+ def DeliverType(self, DeliverType):
27165
+ self._DeliverType = DeliverType
27166
+
27167
+ @property
27168
+ def StartTime(self):
27169
+ r"""投递时间范围的开始时间
27170
+ :rtype: int
27171
+ """
27172
+ return self._StartTime
27173
+
27174
+ @StartTime.setter
27175
+ def StartTime(self, StartTime):
27176
+ self._StartTime = StartTime
27177
+
27178
+ @property
27179
+ def EndTime(self):
27180
+ r"""投递时间范围的结束时间。 如果为空,则表示不限时
27181
+ :rtype: int
27182
+ """
27183
+ return self._EndTime
27184
+
27185
+ @EndTime.setter
27186
+ def EndTime(self, EndTime):
27187
+ self._EndTime = EndTime
27188
+
27189
+ @property
27190
+ def MaxSize(self):
27191
+ r"""投递文件大小,单位MB。 DeliverType=0时必填,范围 5<= MaxSize <= 256。
27192
+ :rtype: int
27193
+ """
27194
+ return self._MaxSize
27195
+
27196
+ @MaxSize.setter
27197
+ def MaxSize(self, MaxSize):
27198
+ self._MaxSize = MaxSize
27199
+
27200
+ @property
27201
+ def Interval(self):
27202
+ r"""投递间隔,单位秒。 DeliverType=0时必填,范围 300<= Interval <=900。
27203
+ :rtype: int
27204
+ """
27205
+ return self._Interval
27206
+
27207
+ @Interval.setter
27208
+ def Interval(self, Interval):
27209
+ self._Interval = Interval
27210
+
27211
+ @property
27212
+ def DlcInfo(self):
27213
+ r"""dlc配置信息
27214
+ :rtype: :class:`tencentcloud.cls.v20201016.models.DlcInfo`
27215
+ """
27216
+ return self._DlcInfo
27217
+
27218
+ @DlcInfo.setter
27219
+ def DlcInfo(self, DlcInfo):
27220
+ self._DlcInfo = DlcInfo
27221
+
27222
+ @property
27223
+ def HasServicesLog(self):
27224
+ r"""是否开启投递服务日志。1关闭,2开启。默认开启
27225
+ :rtype: int
27226
+ """
27227
+ return self._HasServicesLog
27228
+
27229
+ @HasServicesLog.setter
27230
+ def HasServicesLog(self, HasServicesLog):
27231
+ self._HasServicesLog = HasServicesLog
27232
+
27233
+ @property
27234
+ def Status(self):
27235
+ r"""任务状态。
27236
+ :rtype: int
27237
+ """
27238
+ return self._Status
27239
+
27240
+ @Status.setter
27241
+ def Status(self, Status):
27242
+ self._Status = Status
27243
+
27244
+
27245
+ def _deserialize(self, params):
27246
+ self._TopicId = params.get("TopicId")
27247
+ self._TaskId = params.get("TaskId")
27248
+ self._Name = params.get("Name")
27249
+ self._DeliverType = params.get("DeliverType")
27250
+ self._StartTime = params.get("StartTime")
27251
+ self._EndTime = params.get("EndTime")
27252
+ self._MaxSize = params.get("MaxSize")
27253
+ self._Interval = params.get("Interval")
27254
+ if params.get("DlcInfo") is not None:
27255
+ self._DlcInfo = DlcInfo()
27256
+ self._DlcInfo._deserialize(params.get("DlcInfo"))
27257
+ self._HasServicesLog = params.get("HasServicesLog")
27258
+ self._Status = params.get("Status")
27259
+ memeber_set = set(params.keys())
27260
+ for name, value in vars(self).items():
27261
+ property_name = name[1:]
27262
+ if property_name in memeber_set:
27263
+ memeber_set.remove(property_name)
27264
+ if len(memeber_set) > 0:
27265
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
27266
+
27267
+
27268
+
27269
+ class ModifyDlcDeliverResponse(AbstractModel):
27270
+ r"""ModifyDlcDeliver返回参数结构体
27271
+
27272
+ """
27273
+
27274
+ def __init__(self):
27275
+ r"""
27276
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
27277
+ :type RequestId: str
27278
+ """
27279
+ self._RequestId = None
27280
+
27281
+ @property
27282
+ def RequestId(self):
27283
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
27284
+ :rtype: str
27285
+ """
27286
+ return self._RequestId
27287
+
27288
+ @RequestId.setter
27289
+ def RequestId(self, RequestId):
27290
+ self._RequestId = RequestId
27291
+
27292
+
27293
+ def _deserialize(self, params):
27294
+ self._RequestId = params.get("RequestId")
27295
+
27296
+
25944
27297
  class ModifyIndexRequest(AbstractModel):
25945
27298
  r"""ModifyIndex请求参数结构体
25946
27299