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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (391) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aai/v20180522/aai_client_async.py +100 -0
  3. tencentcloud/aca/v20210323/aca_client_async.py +170 -0
  4. tencentcloud/acp/v20220105/acp_client_async.py +170 -0
  5. tencentcloud/advisor/v20200721/advisor_client_async.py +62 -0
  6. tencentcloud/af/v20200226/af_client_async.py +86 -0
  7. tencentcloud/afc/v20200226/afc_client_async.py +82 -0
  8. tencentcloud/ags/v20250920/ags_client_async.py +243 -0
  9. tencentcloud/ai3d/v20250513/ai3d_client_async.py +102 -0
  10. tencentcloud/aiart/v20221229/aiart_client_async.py +513 -0
  11. tencentcloud/ame/v20190916/ame_client_async.py +586 -0
  12. tencentcloud/ams/v20200608/ams_client_async.py +179 -0
  13. tencentcloud/ams/v20201229/ams_client_async.py +169 -0
  14. tencentcloud/anicloud/v20220923/anicloud_client_async.py +80 -0
  15. tencentcloud/antiddos/v20200309/antiddos_client_async.py +1718 -0
  16. tencentcloud/ape/v20200513/ape_client_async.py +170 -0
  17. tencentcloud/api/v20201106/api_client_async.py +80 -0
  18. tencentcloud/apigateway/v20180808/apigateway_client_async.py +1830 -0
  19. tencentcloud/apm/v20210622/apm_client_async.py +495 -0
  20. tencentcloud/asr/v20190614/asr_client_async.py +647 -0
  21. tencentcloud/asw/v20200722/asw_client_async.py +188 -0
  22. tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -0
  23. tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1230 -0
  24. tencentcloud/autoscaling/v20180419/models.py +36 -0
  25. tencentcloud/ba/v20200720/ba_client_async.py +81 -0
  26. tencentcloud/batch/v20170312/batch_client_async.py +582 -0
  27. tencentcloud/bda/v20200324/bda_client_async.py +116 -0
  28. tencentcloud/bh/v20230418/bh_client.py +230 -0
  29. tencentcloud/bh/v20230418/bh_client_async.py +1844 -0
  30. tencentcloud/bh/v20230418/models.py +1677 -216
  31. tencentcloud/bi/v20220105/bi_client_async.py +548 -0
  32. tencentcloud/billing/v20180709/billing_client_async.py +1149 -0
  33. tencentcloud/bizlive/v20190313/bizlive_client_async.py +134 -0
  34. tencentcloud/bm/v20180423/bm_client_async.py +1012 -0
  35. tencentcloud/bma/v20210624/bma_client_async.py +530 -0
  36. tencentcloud/bma/v20221115/bma_client_async.py +224 -0
  37. tencentcloud/bmeip/v20180625/bmeip_client_async.py +386 -0
  38. tencentcloud/bmlb/v20180625/bmlb_client_async.py +908 -0
  39. tencentcloud/bmvpc/v20180625/bmvpc_client_async.py +1171 -0
  40. tencentcloud/bpaas/v20181217/bpaas_client_async.py +62 -0
  41. tencentcloud/bri/v20190328/bri_client_async.py +58 -0
  42. tencentcloud/bsca/v20210811/bsca_client_async.py +152 -0
  43. tencentcloud/btoe/v20210303/btoe_client_async.py +267 -0
  44. tencentcloud/btoe/v20210514/btoe_client_async.py +287 -0
  45. tencentcloud/ca/v20230228/ca_client_async.py +80 -0
  46. tencentcloud/cam/v20190116/cam_client_async.py +1684 -0
  47. tencentcloud/captcha/v20190722/captcha_client_async.py +350 -0
  48. tencentcloud/car/v20220110/car_client_async.py +134 -0
  49. tencentcloud/cat/v20180409/cat_client_async.py +279 -0
  50. tencentcloud/cbs/v20170312/cbs_client_async.py +959 -0
  51. tencentcloud/ccc/v20200210/ccc_client_async.py +1494 -0
  52. tencentcloud/ccc/v20200210/models.py +15 -0
  53. tencentcloud/cdb/v20170320/cdb_client_async.py +3254 -0
  54. tencentcloud/cdb/v20170320/models.py +74 -44
  55. tencentcloud/cdc/v20201214/cdc_client_async.py +440 -0
  56. tencentcloud/cdn/v20180606/cdn_client_async.py +1090 -0
  57. tencentcloud/cds/v20180420/cds_client_async.py +116 -0
  58. tencentcloud/cdwch/v20200915/cdwch_client_async.py +548 -0
  59. tencentcloud/cdwch/v20200915/models.py +34 -4
  60. tencentcloud/cdwdoris/v20211228/cdwdoris_client_async.py +1106 -0
  61. tencentcloud/cdwpg/v20201230/cdwpg_client_async.py +458 -0
  62. tencentcloud/cdz/v20221123/cdz_client_async.py +62 -0
  63. tencentcloud/cfg/v20210820/cfg_client_async.py +332 -0
  64. tencentcloud/cfs/v20190719/cfs_client_async.py +1054 -0
  65. tencentcloud/cfs/v20190719/models.py +40 -0
  66. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  67. tencentcloud/cfw/v20190904/cfw_client_async.py +2067 -0
  68. tencentcloud/cfw/v20190904/models.py +784 -8
  69. tencentcloud/chc/v20230418/chc_client_async.py +710 -0
  70. tencentcloud/chdfs/v20190718/chdfs_client_async.py +546 -0
  71. tencentcloud/chdfs/v20201112/chdfs_client_async.py +548 -0
  72. tencentcloud/ciam/v20220331/ciam_client_async.py +440 -0
  73. tencentcloud/cii/v20201210/cii_client_async.py +80 -0
  74. tencentcloud/cii/v20210408/cii_client_async.py +262 -0
  75. tencentcloud/cim/v20190318/cim_client_async.py +44 -0
  76. tencentcloud/ckafka/v20190819/ckafka_client.py +92 -0
  77. tencentcloud/ckafka/v20190819/ckafka_client_async.py +1701 -0
  78. tencentcloud/ckafka/v20190819/errorcodes.py +3 -0
  79. tencentcloud/ckafka/v20190819/models.py +741 -62
  80. tencentcloud/clb/v20180317/clb_client_async.py +1683 -0
  81. tencentcloud/cloudapp/v20220530/cloudapp_client_async.py +175 -0
  82. tencentcloud/cloudaudit/v20190319/cloudaudit_client_async.py +372 -0
  83. tencentcloud/cloudhsm/v20191112/cloudhsm_client_async.py +278 -0
  84. tencentcloud/cloudhsm/v20191112/models.py +49 -0
  85. tencentcloud/cloudstudio/v20230508/cloudstudio_client_async.py +188 -0
  86. tencentcloud/cls/v20201016/cls_client.py +92 -0
  87. tencentcloud/cls/v20201016/cls_client_async.py +2362 -0
  88. tencentcloud/cls/v20201016/models.py +1427 -74
  89. tencentcloud/cme/v20191029/cme_client_async.py +983 -0
  90. tencentcloud/cmq/v20190304/cmq_client_async.py +62 -0
  91. tencentcloud/cms/v20190321/cms_client_async.py +134 -0
  92. tencentcloud/common/abstract_client_async.py +654 -0
  93. tencentcloud/common/common_client_async.py +45 -0
  94. tencentcloud/common/http/request_async.py +62 -0
  95. tencentcloud/common/retry_async.py +87 -0
  96. tencentcloud/config/v20220802/config_client_async.py +152 -0
  97. tencentcloud/controlcenter/v20230110/controlcenter_client_async.py +116 -0
  98. tencentcloud/cpdp/v20190820/cpdp_client_async.py +3979 -0
  99. tencentcloud/csip/v20221121/csip_client.py +1 -1
  100. tencentcloud/csip/v20221121/csip_client_async.py +1502 -0
  101. tencentcloud/csip/v20221121/models.py +105 -0
  102. tencentcloud/csxg/v20230303/csxg_client_async.py +116 -0
  103. tencentcloud/ctem/v20231128/ctem_client.py +644 -0
  104. tencentcloud/ctem/v20231128/ctem_client_async.py +1124 -0
  105. tencentcloud/ctem/v20231128/models.py +4999 -711
  106. tencentcloud/ctsdb/v20230202/ctsdb_client_async.py +69 -0
  107. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  108. tencentcloud/cvm/v20170312/cvm_client_async.py +2025 -0
  109. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  110. tencentcloud/cvm/v20170312/models.py +14 -14
  111. tencentcloud/cwp/v20180228/cwp_client_async.py +9288 -0
  112. tencentcloud/cws/v20180312/cws_client_async.py +368 -0
  113. tencentcloud/cynosdb/v20190107/cynosdb_client_async.py +3068 -0
  114. tencentcloud/cynosdb/v20190107/models.py +99 -2
  115. tencentcloud/dasb/v20191018/dasb_client_async.py +1160 -0
  116. tencentcloud/dataagent/v20250513/dataagent_client_async.py +224 -0
  117. tencentcloud/dataagent/v20250513/models.py +15 -0
  118. tencentcloud/dayu/v20180709/dayu_client_async.py +2042 -0
  119. tencentcloud/dbbrain/v20191016/dbbrain_client_async.py +530 -0
  120. tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  121. tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +1538 -0
  122. tencentcloud/dbbrain/v20210527/models.py +463 -12
  123. tencentcloud/dbdc/v20201029/dbdc_client_async.py +134 -0
  124. tencentcloud/dc/v20180410/dc_client_async.py +425 -0
  125. tencentcloud/dcdb/v20180411/dcdb_client_async.py +1541 -0
  126. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  127. tencentcloud/dlc/v20210125/dlc_client_async.py +3322 -0
  128. tencentcloud/dlc/v20210125/errorcodes.py +9 -0
  129. tencentcloud/dlc/v20210125/models.py +1424 -17
  130. tencentcloud/dnspod/v20210323/dnspod_client_async.py +1710 -0
  131. tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
  132. tencentcloud/dnspod/v20210323/models.py +2 -2
  133. tencentcloud/domain/v20180808/domain_client_async.py +1022 -0
  134. tencentcloud/drm/v20181115/drm_client_async.py +231 -0
  135. tencentcloud/ds/v20180523/ds_client_async.py +244 -0
  136. tencentcloud/dsgc/v20190723/dsgc_client_async.py +2452 -0
  137. tencentcloud/dsgc/v20190723/models.py +36 -36
  138. tencentcloud/dts/v20180330/dts_client_async.py +438 -0
  139. tencentcloud/dts/v20211206/dts_client.py +184 -0
  140. tencentcloud/dts/v20211206/dts_client_async.py +1480 -0
  141. tencentcloud/dts/v20211206/models.py +1275 -98
  142. tencentcloud/eb/v20210416/eb_client_async.py +602 -0
  143. tencentcloud/ecc/v20181213/ecc_client_async.py +100 -0
  144. tencentcloud/ecdn/v20191012/ecdn_client_async.py +162 -0
  145. tencentcloud/ecm/v20190719/ecm_client_async.py +2602 -0
  146. tencentcloud/eiam/v20210420/eiam_client_async.py +782 -0
  147. tencentcloud/eis/v20200715/eis_client_async.py +80 -0
  148. tencentcloud/eis/v20210601/eis_client_async.py +116 -0
  149. tencentcloud/emr/v20190103/emr_client.py +23 -0
  150. tencentcloud/emr/v20190103/emr_client_async.py +1659 -0
  151. tencentcloud/emr/v20190103/models.py +395 -0
  152. tencentcloud/es/v20180416/es_client_async.py +1209 -0
  153. tencentcloud/es/v20250101/es_client.py +6 -5
  154. tencentcloud/es/v20250101/es_client_async.py +216 -0
  155. tencentcloud/es/v20250101/models.py +6 -6
  156. tencentcloud/ess/v20201111/ess_client.py +6 -2
  157. tencentcloud/ess/v20201111/ess_client_async.py +3406 -0
  158. tencentcloud/ess/v20201111/models.py +468 -19
  159. tencentcloud/essbasic/v20201222/essbasic_client_async.py +1029 -0
  160. tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
  161. tencentcloud/essbasic/v20210526/essbasic_client_async.py +2757 -0
  162. tencentcloud/essbasic/v20210526/models.py +320 -6
  163. tencentcloud/evt/__init__.py +0 -0
  164. tencentcloud/evt/v20250217/__init__.py +0 -0
  165. tencentcloud/evt/v20250217/errorcodes.py +15 -0
  166. tencentcloud/evt/v20250217/evt_client.py +49 -0
  167. tencentcloud/evt/v20250217/evt_client_async.py +44 -0
  168. tencentcloud/evt/v20250217/models.py +228 -0
  169. tencentcloud/facefusion/v20181201/facefusion_client_async.py +86 -0
  170. tencentcloud/facefusion/v20220927/facefusion_client_async.py +83 -0
  171. tencentcloud/faceid/v20180301/errorcodes.py +0 -6
  172. tencentcloud/faceid/v20180301/faceid_client.py +0 -23
  173. tencentcloud/faceid/v20180301/faceid_client_async.py +674 -0
  174. tencentcloud/faceid/v20180301/models.py +45 -195
  175. tencentcloud/fmu/v20191213/fmu_client_async.py +161 -0
  176. tencentcloud/ft/v20200304/ft_client_async.py +134 -0
  177. tencentcloud/gaap/v20180529/gaap_client_async.py +1865 -0
  178. tencentcloud/gme/v20180711/gme_client_async.py +865 -0
  179. tencentcloud/goosefs/v20220519/goosefs_client_async.py +514 -0
  180. tencentcloud/gs/v20191118/gs_client.py +46 -0
  181. tencentcloud/gs/v20191118/gs_client_async.py +1527 -0
  182. tencentcloud/gs/v20191118/models.py +227 -0
  183. tencentcloud/gwlb/v20240906/gwlb_client_async.py +373 -0
  184. tencentcloud/habo/v20181203/habo_client_async.py +62 -0
  185. tencentcloud/hai/v20230812/hai_client_async.py +316 -0
  186. tencentcloud/hasim/v20210716/hasim_client_async.py +422 -0
  187. tencentcloud/hcm/v20181106/hcm_client_async.py +44 -0
  188. tencentcloud/hunyuan/v20230901/hunyuan_client_async.py +469 -0
  189. tencentcloud/iai/v20180301/iai_client.py +0 -44
  190. tencentcloud/iai/v20180301/iai_client_async.py +728 -0
  191. tencentcloud/iai/v20180301/models.py +0 -171
  192. tencentcloud/iai/v20200303/iai_client.py +1 -35
  193. tencentcloud/iai/v20200303/iai_client_async.py +802 -0
  194. tencentcloud/iai/v20200303/models.py +0 -175
  195. tencentcloud/iap/v20240713/iap_client_async.py +134 -0
  196. tencentcloud/ic/v20190307/ic_client_async.py +193 -0
  197. tencentcloud/icr/v20211014/icr_client_async.py +44 -0
  198. tencentcloud/ie/v20200304/ie_client_async.py +206 -0
  199. tencentcloud/ig/v20210518/ig_client_async.py +44 -0
  200. tencentcloud/igtm/v20231024/igtm_client_async.py +494 -0
  201. tencentcloud/igtm/v20231024/models.py +110 -0
  202. tencentcloud/ims/v20200713/ims_client_async.py +60 -0
  203. tencentcloud/ims/v20201229/ims_client_async.py +132 -0
  204. tencentcloud/ioa/v20220601/ioa_client_async.py +512 -0
  205. tencentcloud/iot/v20180123/iot_client_async.py +838 -0
  206. tencentcloud/iotcloud/v20180614/iotcloud_client_async.py +1268 -0
  207. tencentcloud/iotcloud/v20210408/iotcloud_client_async.py +1340 -0
  208. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +161 -0
  209. tencentcloud/iotexplorer/v20190423/iotexplorer_client_async.py +3632 -0
  210. tencentcloud/iotexplorer/v20190423/models.py +1669 -337
  211. tencentcloud/iotvideo/v20191126/iotvideo_client_async.py +1278 -0
  212. tencentcloud/iotvideo/v20201215/iotvideo_client_async.py +1448 -0
  213. tencentcloud/iotvideo/v20211125/iotvideo_client_async.py +1970 -0
  214. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client_async.py +1921 -0
  215. tencentcloud/irp/v20220324/irp_client_async.py +98 -0
  216. tencentcloud/irp/v20220805/irp_client_async.py +152 -0
  217. tencentcloud/iss/v20230517/iss_client_async.py +1686 -0
  218. tencentcloud/iss/v20230517/models.py +2 -2
  219. tencentcloud/ivld/v20210903/ivld_client_async.py +636 -0
  220. tencentcloud/keewidb/v20220308/keewidb_client_async.py +711 -0
  221. tencentcloud/kms/v20190118/kms_client_async.py +1252 -0
  222. tencentcloud/lcic/v20220817/lcic_client_async.py +1331 -0
  223. tencentcloud/lighthouse/v20200324/lighthouse_client_async.py +2331 -0
  224. tencentcloud/live/v20180801/live_client.py +0 -25
  225. tencentcloud/live/v20180801/live_client_async.py +3758 -0
  226. tencentcloud/live/v20180801/models.py +0 -282
  227. tencentcloud/lke/v20231130/lke_client_async.py +1923 -0
  228. tencentcloud/lke/v20231130/models.py +82 -0
  229. tencentcloud/lkeap/v20240522/lkeap_client.py +3 -13
  230. tencentcloud/lkeap/v20240522/lkeap_client_async.py +618 -0
  231. tencentcloud/lowcode/v20210108/lowcode_client_async.py +332 -0
  232. tencentcloud/mall/v20230518/mall_client_async.py +44 -0
  233. tencentcloud/mariadb/v20170312/mariadb_client_async.py +1505 -0
  234. tencentcloud/market/v20191010/market_client_async.py +62 -0
  235. tencentcloud/memcached/v20190318/memcached_client_async.py +44 -0
  236. tencentcloud/mmps/v20200710/mmps_client_async.py +296 -0
  237. tencentcloud/mna/v20210119/mna_client_async.py +764 -0
  238. tencentcloud/mongodb/v20180408/mongodb_client_async.py +260 -0
  239. tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
  240. tencentcloud/mongodb/v20190725/models.py +390 -2
  241. tencentcloud/mongodb/v20190725/mongodb_client.py +46 -0
  242. tencentcloud/mongodb/v20190725/mongodb_client_async.py +1220 -0
  243. tencentcloud/monitor/v20180724/monitor_client_async.py +3099 -0
  244. tencentcloud/monitor/v20230616/monitor_client_async.py +44 -0
  245. tencentcloud/mps/v20190612/errorcodes.py +9 -0
  246. tencentcloud/mps/v20190612/models.py +2329 -290
  247. tencentcloud/mps/v20190612/mps_client.py +232 -0
  248. tencentcloud/mps/v20190612/mps_client_async.py +2729 -0
  249. tencentcloud/mqtt/v20240516/mqtt_client_async.py +1153 -0
  250. tencentcloud/mrs/v20200910/mrs_client_async.py +231 -0
  251. tencentcloud/ms/v20180408/ms_client_async.py +450 -0
  252. tencentcloud/msp/v20180319/msp_client_async.py +154 -0
  253. tencentcloud/nlp/v20190408/nlp_client_async.py +140 -0
  254. tencentcloud/npp/v20190823/npp_client_async.py +170 -0
  255. tencentcloud/oceanus/v20190422/oceanus_client_async.py +844 -0
  256. tencentcloud/ocr/v20181119/models.py +232 -0
  257. tencentcloud/ocr/v20181119/ocr_client_async.py +2228 -0
  258. tencentcloud/omics/v20221128/omics_client_async.py +386 -0
  259. tencentcloud/organization/v20181225/organization_client_async.py +386 -0
  260. tencentcloud/organization/v20210331/organization_client_async.py +2348 -0
  261. tencentcloud/partners/v20180321/partners_client_async.py +444 -0
  262. tencentcloud/postgres/v20170312/errorcodes.py +6 -0
  263. tencentcloud/postgres/v20170312/postgres_client_async.py +1908 -0
  264. tencentcloud/privatedns/v20201028/errorcodes.py +9 -0
  265. tencentcloud/privatedns/v20201028/models.py +783 -17
  266. tencentcloud/privatedns/v20201028/privatedns_client.py +93 -1
  267. tencentcloud/privatedns/v20201028/privatedns_client_async.py +746 -0
  268. tencentcloud/pts/v20210728/pts_client_async.py +890 -0
  269. tencentcloud/rce/v20201103/rce_client_async.py +224 -0
  270. tencentcloud/redis/v20180412/redis_client_async.py +2008 -0
  271. tencentcloud/region/v20220627/region_client_async.py +80 -0
  272. tencentcloud/rum/v20210622/rum_client_async.py +999 -0
  273. tencentcloud/scf/v20180416/errorcodes.py +6 -0
  274. tencentcloud/scf/v20180416/models.py +263 -0
  275. tencentcloud/scf/v20180416/scf_client_async.py +984 -0
  276. tencentcloud/securitylake/v20240117/securitylake_client_async.py +44 -0
  277. tencentcloud/ses/v20201002/ses_client_async.py +657 -0
  278. tencentcloud/smh/v20210712/smh_client_async.py +296 -0
  279. tencentcloud/smop/v20201203/smop_client_async.py +46 -0
  280. tencentcloud/sms/v20190711/sms_client_async.py +326 -0
  281. tencentcloud/sms/v20210111/sms_client_async.py +365 -0
  282. tencentcloud/soe/v20180724/soe_client_async.py +98 -0
  283. tencentcloud/sqlserver/v20180328/sqlserver_client_async.py +2693 -0
  284. tencentcloud/ssa/v20180608/ssa_client_async.py +440 -0
  285. tencentcloud/ssl/v20191205/ssl_client_async.py +1257 -0
  286. tencentcloud/sslpod/v20190605/sslpod_client_async.py +206 -0
  287. tencentcloud/ssm/v20190923/ssm_client_async.py +468 -0
  288. tencentcloud/sts/v20180813/sts_client_async.py +205 -0
  289. tencentcloud/svp/v20240125/svp_client_async.py +116 -0
  290. tencentcloud/taf/v20200210/taf_client_async.py +44 -0
  291. tencentcloud/tag/v20180813/tag_client_async.py +584 -0
  292. tencentcloud/tat/v20201028/tat_client_async.py +565 -0
  293. tencentcloud/tbaas/v20180416/tbaas_client_async.py +458 -0
  294. tencentcloud/tbp/v20190311/tbp_client_async.py +98 -0
  295. tencentcloud/tbp/v20190627/tbp_client_async.py +62 -0
  296. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +986 -0
  297. tencentcloud/tcb/v20180608/tcb_client_async.py +1632 -0
  298. tencentcloud/tcbr/v20220217/models.py +15 -0
  299. tencentcloud/tcbr/v20220217/tcbr_client_async.py +206 -0
  300. tencentcloud/tccatalog/v20241024/tccatalog_client_async.py +98 -0
  301. tencentcloud/tchd/v20230306/tchd_client_async.py +65 -0
  302. tencentcloud/tcm/v20210413/tcm_client_async.py +242 -0
  303. tencentcloud/tcr/v20190924/tcr_client_async.py +2008 -0
  304. tencentcloud/tcss/v20201101/tcss_client_async.py +6169 -0
  305. tencentcloud/tdai/v20250717/models.py +55 -10
  306. tencentcloud/tdai/v20250717/tdai_client.py +1 -1
  307. tencentcloud/tdai/v20250717/tdai_client_async.py +350 -0
  308. tencentcloud/tdcpg/v20211118/tdcpg_client_async.py +482 -0
  309. tencentcloud/tdid/v20210519/tdid_client_async.py +353 -0
  310. tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
  311. tencentcloud/tdmq/v20200217/models.py +636 -904
  312. tencentcloud/tdmq/v20200217/tdmq_client.py +44 -73
  313. tencentcloud/tdmq/v20200217/tdmq_client_async.py +2732 -0
  314. tencentcloud/tds/v20220801/tds_client_async.py +116 -0
  315. tencentcloud/tem/v20201221/tem_client_async.py +332 -0
  316. tencentcloud/tem/v20210701/tem_client_async.py +949 -0
  317. tencentcloud/teo/v20220106/teo_client_async.py +120 -0
  318. tencentcloud/teo/v20220901/models.py +267 -4
  319. tencentcloud/teo/v20220901/teo_client_async.py +3609 -0
  320. tencentcloud/thpc/v20211109/thpc_client_async.py +98 -0
  321. tencentcloud/thpc/v20220401/thpc_client_async.py +321 -0
  322. tencentcloud/thpc/v20230321/models.py +30 -0
  323. tencentcloud/thpc/v20230321/thpc_client_async.py +591 -0
  324. tencentcloud/tia/v20180226/tia_client_async.py +206 -0
  325. tencentcloud/tiia/v20190529/tiia_client_async.py +536 -0
  326. tencentcloud/tione/v20191022/tione_client_async.py +422 -0
  327. tencentcloud/tione/v20211111/tione_client_async.py +1003 -0
  328. tencentcloud/tiw/v20190919/tiw_client_async.py +656 -0
  329. tencentcloud/tke/v20180525/errorcodes.py +3 -0
  330. tencentcloud/tke/v20180525/models.py +3129 -288
  331. tencentcloud/tke/v20180525/tke_client.py +414 -0
  332. tencentcloud/tke/v20180525/tke_client_async.py +4562 -0
  333. tencentcloud/tke/v20220501/tke_client_async.py +343 -0
  334. tencentcloud/tkgdq/v20190411/tkgdq_client_async.py +80 -0
  335. tencentcloud/tms/v20200713/tms_client_async.py +98 -0
  336. tencentcloud/tms/v20201229/tms_client_async.py +97 -0
  337. tencentcloud/tmt/v20180321/tmt_client_async.py +183 -0
  338. tencentcloud/tourism/v20230215/tourism_client_async.py +44 -0
  339. tencentcloud/trabbit/v20230418/trabbit_client_async.py +548 -0
  340. tencentcloud/trocket/v20230308/trocket_client_async.py +1390 -0
  341. tencentcloud/trp/v20210515/trp_client_async.py +1002 -0
  342. tencentcloud/trro/v20220325/trro_client_async.py +588 -0
  343. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  344. tencentcloud/trtc/v20190722/models.py +21 -6
  345. tencentcloud/trtc/v20190722/trtc_client.py +1 -0
  346. tencentcloud/trtc/v20190722/trtc_client_async.py +1516 -0
  347. tencentcloud/tse/v20201207/tse_client_async.py +2240 -0
  348. tencentcloud/tsf/v20180326/models.py +4 -4
  349. tencentcloud/tsf/v20180326/tsf_client_async.py +4143 -0
  350. tencentcloud/tsi/v20210325/tsi_client_async.py +104 -0
  351. tencentcloud/tsw/v20200924/tsw_client_async.py +44 -0
  352. tencentcloud/tsw/v20210412/tsw_client_async.py +80 -0
  353. tencentcloud/tts/v20190823/tts_client_async.py +107 -0
  354. tencentcloud/vcg/v20240404/vcg_client_async.py +62 -0
  355. tencentcloud/vclm/v20240523/errorcodes.py +27 -0
  356. tencentcloud/vclm/v20240523/models.py +415 -16
  357. tencentcloud/vclm/v20240523/vclm_client.py +47 -0
  358. tencentcloud/vclm/v20240523/vclm_client_async.py +263 -0
  359. tencentcloud/vcube/v20220410/models.py +98 -0
  360. tencentcloud/vcube/v20220410/vcube_client.py +46 -0
  361. tencentcloud/vcube/v20220410/vcube_client_async.py +674 -0
  362. tencentcloud/vdb/v20230616/vdb_client_async.py +278 -0
  363. tencentcloud/vm/v20200709/vm_client_async.py +120 -0
  364. tencentcloud/vm/v20201229/vm_client_async.py +139 -0
  365. tencentcloud/vm/v20210922/models.py +2 -2
  366. tencentcloud/vm/v20210922/vm_client_async.py +148 -0
  367. tencentcloud/vms/v20200902/vms_client_async.py +62 -0
  368. tencentcloud/vod/v20180717/models.py +6 -2
  369. tencentcloud/vod/v20180717/vod_client_async.py +3712 -0
  370. tencentcloud/vod/v20240718/vod_client_async.py +160 -0
  371. tencentcloud/vpc/v20170312/vpc_client_async.py +8139 -0
  372. tencentcloud/vrs/v20200824/vrs_client_async.py +182 -0
  373. tencentcloud/vtc/v20240223/vtc_client_async.py +132 -0
  374. tencentcloud/waf/v20180125/models.py +3924 -0
  375. tencentcloud/waf/v20180125/waf_client.py +230 -0
  376. tencentcloud/waf/v20180125/waf_client_async.py +3542 -0
  377. tencentcloud/wav/v20210129/wav_client_async.py +494 -0
  378. tencentcloud/wedata/v20210820/wedata_client_async.py +5384 -0
  379. tencentcloud/wedata/v20250806/wedata_client_async.py +2168 -0
  380. tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +1180 -0
  381. tencentcloud/wsa/v20250508/wsa_client_async.py +44 -0
  382. tencentcloud/wss/v20180426/wss_client_async.py +80 -0
  383. tencentcloud/yinsuda/v20220527/yinsuda_client_async.py +386 -0
  384. tencentcloud/yunjing/v20180228/yunjing_client_async.py +1826 -0
  385. tencentcloud/yunsou/v20180504/yunsou_client_async.py +62 -0
  386. tencentcloud/yunsou/v20191115/yunsou_client_async.py +62 -0
  387. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/METADATA +3 -1
  388. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/RECORD +391 -103
  389. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/LICENSE +0 -0
  390. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/WHEEL +0 -0
  391. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,983 @@
1
+ # -*- coding: utf8 -*-
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+
17
+
18
+ from tencentcloud.common.abstract_client_async import AbstractClient
19
+ from tencentcloud.cme.v20191029 import models
20
+ from typing import Dict
21
+
22
+
23
+ class CmeClient(AbstractClient):
24
+ _apiVersion = '2019-10-29'
25
+ _endpoint = 'cme.tencentcloudapi.com'
26
+ _service = 'cme'
27
+
28
+ async def AddTeamMember(
29
+ self,
30
+ request: models.AddTeamMemberRequest,
31
+ opts: Dict = None,
32
+ ) -> models.AddTeamMemberResponse:
33
+ """
34
+ 向一个团队中添加团队成员,并且指定成员的角色。
35
+ """
36
+
37
+ kwargs = {}
38
+ kwargs["action"] = "AddTeamMember"
39
+ kwargs["params"] = request._serialize()
40
+ kwargs["resp_cls"] = models.AddTeamMemberResponse
41
+ kwargs["headers"] = request.headers
42
+ kwargs["opts"] = opts or {}
43
+
44
+ return await self.call_and_deserialize(**kwargs)
45
+
46
+ async def CopyProject(
47
+ self,
48
+ request: models.CopyProjectRequest,
49
+ opts: Dict = None,
50
+ ) -> models.CopyProjectResponse:
51
+ """
52
+ 复制一个项目,包括项目素材及轨道数据。目前仅普通剪辑及模板制作项目可复制,其它类型的项目不支持复制。
53
+ """
54
+
55
+ kwargs = {}
56
+ kwargs["action"] = "CopyProject"
57
+ kwargs["params"] = request._serialize()
58
+ kwargs["resp_cls"] = models.CopyProjectResponse
59
+ kwargs["headers"] = request.headers
60
+ kwargs["opts"] = opts or {}
61
+
62
+ return await self.call_and_deserialize(**kwargs)
63
+
64
+ async def CreateClass(
65
+ self,
66
+ request: models.CreateClassRequest,
67
+ opts: Dict = None,
68
+ ) -> models.CreateClassResponse:
69
+ """
70
+ 新增分类,用于管理素材。分类层数不能超过20。
71
+ """
72
+
73
+ kwargs = {}
74
+ kwargs["action"] = "CreateClass"
75
+ kwargs["params"] = request._serialize()
76
+ kwargs["resp_cls"] = models.CreateClassResponse
77
+ kwargs["headers"] = request.headers
78
+ kwargs["opts"] = opts or {}
79
+
80
+ return await self.call_and_deserialize(**kwargs)
81
+
82
+ async def CreateLink(
83
+ self,
84
+ request: models.CreateLinkRequest,
85
+ opts: Dict = None,
86
+ ) -> models.CreateLinkResponse:
87
+ """
88
+ 创建媒体链接或分类路径链接,将资源信息链接到目标。
89
+ """
90
+
91
+ kwargs = {}
92
+ kwargs["action"] = "CreateLink"
93
+ kwargs["params"] = request._serialize()
94
+ kwargs["resp_cls"] = models.CreateLinkResponse
95
+ kwargs["headers"] = request.headers
96
+ kwargs["opts"] = opts or {}
97
+
98
+ return await self.call_and_deserialize(**kwargs)
99
+
100
+ async def CreateProject(
101
+ self,
102
+ request: models.CreateProjectRequest,
103
+ opts: Dict = None,
104
+ ) -> models.CreateProjectResponse:
105
+ """
106
+ 创建多媒体创作引擎项目,目前支持的项目类型有:
107
+ <li>视频剪辑项目:用于普通视频剪辑;</li>
108
+ <li>直播剪辑项目:用于直播流剪辑;</li>
109
+ <li>导播台项目:用于云导播台;</li>
110
+ <li>视频拆条:用于视频拆条;</li>
111
+ <li>录制回放项目:用于直播录制回放;</li>
112
+ <li>媒体转推项目:用于媒体文件转直播输出。</li>
113
+ """
114
+
115
+ kwargs = {}
116
+ kwargs["action"] = "CreateProject"
117
+ kwargs["params"] = request._serialize()
118
+ kwargs["resp_cls"] = models.CreateProjectResponse
119
+ kwargs["headers"] = request.headers
120
+ kwargs["opts"] = opts or {}
121
+
122
+ return await self.call_and_deserialize(**kwargs)
123
+
124
+ async def CreateTeam(
125
+ self,
126
+ request: models.CreateTeamRequest,
127
+ opts: Dict = None,
128
+ ) -> models.CreateTeamResponse:
129
+ """
130
+ 创建一个团队。
131
+ """
132
+
133
+ kwargs = {}
134
+ kwargs["action"] = "CreateTeam"
135
+ kwargs["params"] = request._serialize()
136
+ kwargs["resp_cls"] = models.CreateTeamResponse
137
+ kwargs["headers"] = request.headers
138
+ kwargs["opts"] = opts or {}
139
+
140
+ return await self.call_and_deserialize(**kwargs)
141
+
142
+ async def CreateVideoEncodingPreset(
143
+ self,
144
+ request: models.CreateVideoEncodingPresetRequest,
145
+ opts: Dict = None,
146
+ ) -> models.CreateVideoEncodingPresetResponse:
147
+ """
148
+ 指定导出的参数,创建一个视频编码配置
149
+ """
150
+
151
+ kwargs = {}
152
+ kwargs["action"] = "CreateVideoEncodingPreset"
153
+ kwargs["params"] = request._serialize()
154
+ kwargs["resp_cls"] = models.CreateVideoEncodingPresetResponse
155
+ kwargs["headers"] = request.headers
156
+ kwargs["opts"] = opts or {}
157
+
158
+ return await self.call_and_deserialize(**kwargs)
159
+
160
+ async def DeleteClass(
161
+ self,
162
+ request: models.DeleteClassRequest,
163
+ opts: Dict = None,
164
+ ) -> models.DeleteClassResponse:
165
+ """
166
+ 删除分类信息,删除时检验下述限制:
167
+ <li>分类路径必须存在;</li>
168
+ <li>分类下没有绑定素材。</li>
169
+ """
170
+
171
+ kwargs = {}
172
+ kwargs["action"] = "DeleteClass"
173
+ kwargs["params"] = request._serialize()
174
+ kwargs["resp_cls"] = models.DeleteClassResponse
175
+ kwargs["headers"] = request.headers
176
+ kwargs["opts"] = opts or {}
177
+
178
+ return await self.call_and_deserialize(**kwargs)
179
+
180
+ async def DeleteLoginStatus(
181
+ self,
182
+ request: models.DeleteLoginStatusRequest,
183
+ opts: Dict = None,
184
+ ) -> models.DeleteLoginStatusResponse:
185
+ """
186
+ 删除用户登录态,使用户登出多媒体创作引擎平台。
187
+ """
188
+
189
+ kwargs = {}
190
+ kwargs["action"] = "DeleteLoginStatus"
191
+ kwargs["params"] = request._serialize()
192
+ kwargs["resp_cls"] = models.DeleteLoginStatusResponse
193
+ kwargs["headers"] = request.headers
194
+ kwargs["opts"] = opts or {}
195
+
196
+ return await self.call_and_deserialize(**kwargs)
197
+
198
+ async def DeleteMaterial(
199
+ self,
200
+ request: models.DeleteMaterialRequest,
201
+ opts: Dict = None,
202
+ ) -> models.DeleteMaterialResponse:
203
+ """
204
+ 根据媒体 Id 删除媒体。
205
+ """
206
+
207
+ kwargs = {}
208
+ kwargs["action"] = "DeleteMaterial"
209
+ kwargs["params"] = request._serialize()
210
+ kwargs["resp_cls"] = models.DeleteMaterialResponse
211
+ kwargs["headers"] = request.headers
212
+ kwargs["opts"] = opts or {}
213
+
214
+ return await self.call_and_deserialize(**kwargs)
215
+
216
+ async def DeleteProject(
217
+ self,
218
+ request: models.DeleteProjectRequest,
219
+ opts: Dict = None,
220
+ ) -> models.DeleteProjectResponse:
221
+ """
222
+ 删除项目。处于推流状态的云转推和点播转直播项目不允许删除,若强行调用删除项目接口会返回失败。
223
+ """
224
+
225
+ kwargs = {}
226
+ kwargs["action"] = "DeleteProject"
227
+ kwargs["params"] = request._serialize()
228
+ kwargs["resp_cls"] = models.DeleteProjectResponse
229
+ kwargs["headers"] = request.headers
230
+ kwargs["opts"] = opts or {}
231
+
232
+ return await self.call_and_deserialize(**kwargs)
233
+
234
+ async def DeleteTeam(
235
+ self,
236
+ request: models.DeleteTeamRequest,
237
+ opts: Dict = None,
238
+ ) -> models.DeleteTeamResponse:
239
+ """
240
+ 删除一个团队。要删除团队,必须满足以下条件:
241
+ <li>要删除的团队必须没有归属的素材;</li>
242
+ <li>要删除的团队必须没有归属的分类。</li>
243
+ """
244
+
245
+ kwargs = {}
246
+ kwargs["action"] = "DeleteTeam"
247
+ kwargs["params"] = request._serialize()
248
+ kwargs["resp_cls"] = models.DeleteTeamResponse
249
+ kwargs["headers"] = request.headers
250
+ kwargs["opts"] = opts or {}
251
+
252
+ return await self.call_and_deserialize(**kwargs)
253
+
254
+ async def DeleteTeamMembers(
255
+ self,
256
+ request: models.DeleteTeamMembersRequest,
257
+ opts: Dict = None,
258
+ ) -> models.DeleteTeamMembersResponse:
259
+ """
260
+ 将团队成员从团队中删除。
261
+ """
262
+
263
+ kwargs = {}
264
+ kwargs["action"] = "DeleteTeamMembers"
265
+ kwargs["params"] = request._serialize()
266
+ kwargs["resp_cls"] = models.DeleteTeamMembersResponse
267
+ kwargs["headers"] = request.headers
268
+ kwargs["opts"] = opts or {}
269
+
270
+ return await self.call_and_deserialize(**kwargs)
271
+
272
+ async def DeleteVideoEncodingPreset(
273
+ self,
274
+ request: models.DeleteVideoEncodingPresetRequest,
275
+ opts: Dict = None,
276
+ ) -> models.DeleteVideoEncodingPresetResponse:
277
+ """
278
+ 删除指定 ID 的视频编码配置
279
+ """
280
+
281
+ kwargs = {}
282
+ kwargs["action"] = "DeleteVideoEncodingPreset"
283
+ kwargs["params"] = request._serialize()
284
+ kwargs["resp_cls"] = models.DeleteVideoEncodingPresetResponse
285
+ kwargs["headers"] = request.headers
286
+ kwargs["opts"] = opts or {}
287
+
288
+ return await self.call_and_deserialize(**kwargs)
289
+
290
+ async def DescribeAccounts(
291
+ self,
292
+ request: models.DescribeAccountsRequest,
293
+ opts: Dict = None,
294
+ ) -> models.DescribeAccountsResponse:
295
+ """
296
+ 获取平台中所有的已注册账号。
297
+ """
298
+
299
+ kwargs = {}
300
+ kwargs["action"] = "DescribeAccounts"
301
+ kwargs["params"] = request._serialize()
302
+ kwargs["resp_cls"] = models.DescribeAccountsResponse
303
+ kwargs["headers"] = request.headers
304
+ kwargs["opts"] = opts or {}
305
+
306
+ return await self.call_and_deserialize(**kwargs)
307
+
308
+ async def DescribeClass(
309
+ self,
310
+ request: models.DescribeClassRequest,
311
+ opts: Dict = None,
312
+ ) -> models.DescribeClassResponse:
313
+ """
314
+ 获取指定归属者下所有的分类信息。
315
+ """
316
+
317
+ kwargs = {}
318
+ kwargs["action"] = "DescribeClass"
319
+ kwargs["params"] = request._serialize()
320
+ kwargs["resp_cls"] = models.DescribeClassResponse
321
+ kwargs["headers"] = request.headers
322
+ kwargs["opts"] = opts or {}
323
+
324
+ return await self.call_and_deserialize(**kwargs)
325
+
326
+ async def DescribeJoinTeams(
327
+ self,
328
+ request: models.DescribeJoinTeamsRequest,
329
+ opts: Dict = None,
330
+ ) -> models.DescribeJoinTeamsResponse:
331
+ """
332
+ 获取用户所加入的团队列表
333
+ """
334
+
335
+ kwargs = {}
336
+ kwargs["action"] = "DescribeJoinTeams"
337
+ kwargs["params"] = request._serialize()
338
+ kwargs["resp_cls"] = models.DescribeJoinTeamsResponse
339
+ kwargs["headers"] = request.headers
340
+ kwargs["opts"] = opts or {}
341
+
342
+ return await self.call_and_deserialize(**kwargs)
343
+
344
+ async def DescribeLoginStatus(
345
+ self,
346
+ request: models.DescribeLoginStatusRequest,
347
+ opts: Dict = None,
348
+ ) -> models.DescribeLoginStatusResponse:
349
+ """
350
+ 查询指定用户的登录态。
351
+ """
352
+
353
+ kwargs = {}
354
+ kwargs["action"] = "DescribeLoginStatus"
355
+ kwargs["params"] = request._serialize()
356
+ kwargs["resp_cls"] = models.DescribeLoginStatusResponse
357
+ kwargs["headers"] = request.headers
358
+ kwargs["opts"] = opts or {}
359
+
360
+ return await self.call_and_deserialize(**kwargs)
361
+
362
+ async def DescribeMaterials(
363
+ self,
364
+ request: models.DescribeMaterialsRequest,
365
+ opts: Dict = None,
366
+ ) -> models.DescribeMaterialsResponse:
367
+ """
368
+ 根据媒体 Id 批量获取媒体详情。
369
+ """
370
+
371
+ kwargs = {}
372
+ kwargs["action"] = "DescribeMaterials"
373
+ kwargs["params"] = request._serialize()
374
+ kwargs["resp_cls"] = models.DescribeMaterialsResponse
375
+ kwargs["headers"] = request.headers
376
+ kwargs["opts"] = opts or {}
377
+
378
+ return await self.call_and_deserialize(**kwargs)
379
+
380
+ async def DescribePlatforms(
381
+ self,
382
+ request: models.DescribePlatformsRequest,
383
+ opts: Dict = None,
384
+ ) -> models.DescribePlatformsResponse:
385
+ """
386
+ <li>支持获取所创建的所有平台列表信息;</li>
387
+ <li>支持获取指定的平台列表信息。</li>
388
+
389
+ 关于平台概念,请参见文档 [平台](https://cloud.tencent.com/document/product/1156/43767)。
390
+ """
391
+
392
+ kwargs = {}
393
+ kwargs["action"] = "DescribePlatforms"
394
+ kwargs["params"] = request._serialize()
395
+ kwargs["resp_cls"] = models.DescribePlatformsResponse
396
+ kwargs["headers"] = request.headers
397
+ kwargs["opts"] = opts or {}
398
+
399
+ return await self.call_and_deserialize(**kwargs)
400
+
401
+ async def DescribeProjects(
402
+ self,
403
+ request: models.DescribeProjectsRequest,
404
+ opts: Dict = None,
405
+ ) -> models.DescribeProjectsResponse:
406
+ """
407
+ 支持根据多种条件过滤出项目列表。
408
+ """
409
+
410
+ kwargs = {}
411
+ kwargs["action"] = "DescribeProjects"
412
+ kwargs["params"] = request._serialize()
413
+ kwargs["resp_cls"] = models.DescribeProjectsResponse
414
+ kwargs["headers"] = request.headers
415
+ kwargs["opts"] = opts or {}
416
+
417
+ return await self.call_and_deserialize(**kwargs)
418
+
419
+ async def DescribeResourceAuthorization(
420
+ self,
421
+ request: models.DescribeResourceAuthorizationRequest,
422
+ opts: Dict = None,
423
+ ) -> models.DescribeResourceAuthorizationResponse:
424
+ """
425
+ 查询资源被授权的情况。
426
+ """
427
+
428
+ kwargs = {}
429
+ kwargs["action"] = "DescribeResourceAuthorization"
430
+ kwargs["params"] = request._serialize()
431
+ kwargs["resp_cls"] = models.DescribeResourceAuthorizationResponse
432
+ kwargs["headers"] = request.headers
433
+ kwargs["opts"] = opts or {}
434
+
435
+ return await self.call_and_deserialize(**kwargs)
436
+
437
+ async def DescribeSharedSpace(
438
+ self,
439
+ request: models.DescribeSharedSpaceRequest,
440
+ opts: Dict = None,
441
+ ) -> models.DescribeSharedSpaceResponse:
442
+ """
443
+ 获取共享空间。当个人或团队A对个人或团队B授权某资源以后,个人或团队B的共享空间就会增加个人或团队A。
444
+ """
445
+
446
+ kwargs = {}
447
+ kwargs["action"] = "DescribeSharedSpace"
448
+ kwargs["params"] = request._serialize()
449
+ kwargs["resp_cls"] = models.DescribeSharedSpaceResponse
450
+ kwargs["headers"] = request.headers
451
+ kwargs["opts"] = opts or {}
452
+
453
+ return await self.call_and_deserialize(**kwargs)
454
+
455
+ async def DescribeTaskDetail(
456
+ self,
457
+ request: models.DescribeTaskDetailRequest,
458
+ opts: Dict = None,
459
+ ) -> models.DescribeTaskDetailResponse:
460
+ """
461
+ 获取任务详情信息,包含下面几个部分:
462
+ <li>任务基础信息:包括任务状态、错误信息、创建时间等;</li>
463
+ <li>导出项目输出信息:包括输出的素材 Id 等。</li>
464
+ """
465
+
466
+ kwargs = {}
467
+ kwargs["action"] = "DescribeTaskDetail"
468
+ kwargs["params"] = request._serialize()
469
+ kwargs["resp_cls"] = models.DescribeTaskDetailResponse
470
+ kwargs["headers"] = request.headers
471
+ kwargs["opts"] = opts or {}
472
+
473
+ return await self.call_and_deserialize(**kwargs)
474
+
475
+ async def DescribeTasks(
476
+ self,
477
+ request: models.DescribeTasksRequest,
478
+ opts: Dict = None,
479
+ ) -> models.DescribeTasksResponse:
480
+ """
481
+ 获取任务列表,支持条件筛选,返回对应的任务基础信息列表。
482
+ """
483
+
484
+ kwargs = {}
485
+ kwargs["action"] = "DescribeTasks"
486
+ kwargs["params"] = request._serialize()
487
+ kwargs["resp_cls"] = models.DescribeTasksResponse
488
+ kwargs["headers"] = request.headers
489
+ kwargs["opts"] = opts or {}
490
+
491
+ return await self.call_and_deserialize(**kwargs)
492
+
493
+ async def DescribeTeamMembers(
494
+ self,
495
+ request: models.DescribeTeamMembersRequest,
496
+ opts: Dict = None,
497
+ ) -> models.DescribeTeamMembersResponse:
498
+ """
499
+ 获取指定团队的成员信息。支持获取指定成员的信息,同时也支持分页拉取指定团队的所有成员信息。
500
+ """
501
+
502
+ kwargs = {}
503
+ kwargs["action"] = "DescribeTeamMembers"
504
+ kwargs["params"] = request._serialize()
505
+ kwargs["resp_cls"] = models.DescribeTeamMembersResponse
506
+ kwargs["headers"] = request.headers
507
+ kwargs["opts"] = opts or {}
508
+
509
+ return await self.call_and_deserialize(**kwargs)
510
+
511
+ async def DescribeTeams(
512
+ self,
513
+ request: models.DescribeTeamsRequest,
514
+ opts: Dict = None,
515
+ ) -> models.DescribeTeamsResponse:
516
+ """
517
+ 获取指定团队的信息,拉取团队信息列表。
518
+ """
519
+
520
+ kwargs = {}
521
+ kwargs["action"] = "DescribeTeams"
522
+ kwargs["params"] = request._serialize()
523
+ kwargs["resp_cls"] = models.DescribeTeamsResponse
524
+ kwargs["headers"] = request.headers
525
+ kwargs["opts"] = opts or {}
526
+
527
+ return await self.call_and_deserialize(**kwargs)
528
+
529
+ async def DescribeVideoEncodingPresets(
530
+ self,
531
+ request: models.DescribeVideoEncodingPresetsRequest,
532
+ opts: Dict = None,
533
+ ) -> models.DescribeVideoEncodingPresetsResponse:
534
+ """
535
+ 查询视频编码配置信息。
536
+ """
537
+
538
+ kwargs = {}
539
+ kwargs["action"] = "DescribeVideoEncodingPresets"
540
+ kwargs["params"] = request._serialize()
541
+ kwargs["resp_cls"] = models.DescribeVideoEncodingPresetsResponse
542
+ kwargs["headers"] = request.headers
543
+ kwargs["opts"] = opts or {}
544
+
545
+ return await self.call_and_deserialize(**kwargs)
546
+
547
+ async def ExportVideoByEditorTrackData(
548
+ self,
549
+ request: models.ExportVideoByEditorTrackDataRequest,
550
+ opts: Dict = None,
551
+ ) -> models.ExportVideoByEditorTrackDataResponse:
552
+ """
553
+ 使用 [视频合成协议](https://cloud.tencent.com/document/product/1156/51225) 合成视频,支持导出视频到 CME 云媒资或者云点播媒资。
554
+ """
555
+
556
+ kwargs = {}
557
+ kwargs["action"] = "ExportVideoByEditorTrackData"
558
+ kwargs["params"] = request._serialize()
559
+ kwargs["resp_cls"] = models.ExportVideoByEditorTrackDataResponse
560
+ kwargs["headers"] = request.headers
561
+ kwargs["opts"] = opts or {}
562
+
563
+ return await self.call_and_deserialize(**kwargs)
564
+
565
+ async def ExportVideoByTemplate(
566
+ self,
567
+ request: models.ExportVideoByTemplateRequest,
568
+ opts: Dict = None,
569
+ ) -> models.ExportVideoByTemplateResponse:
570
+ """
571
+ 使用视频剪辑模板直接导出视频。
572
+ """
573
+
574
+ kwargs = {}
575
+ kwargs["action"] = "ExportVideoByTemplate"
576
+ kwargs["params"] = request._serialize()
577
+ kwargs["resp_cls"] = models.ExportVideoByTemplateResponse
578
+ kwargs["headers"] = request.headers
579
+ kwargs["opts"] = opts or {}
580
+
581
+ return await self.call_and_deserialize(**kwargs)
582
+
583
+ async def ExportVideoByVideoSegmentationData(
584
+ self,
585
+ request: models.ExportVideoByVideoSegmentationDataRequest,
586
+ opts: Dict = None,
587
+ ) -> models.ExportVideoByVideoSegmentationDataResponse:
588
+ """
589
+ 使用视频智能拆条数据导出视频,将指定的视频拆条片段导出为一个视频(内测中,请勿使用)。
590
+ """
591
+
592
+ kwargs = {}
593
+ kwargs["action"] = "ExportVideoByVideoSegmentationData"
594
+ kwargs["params"] = request._serialize()
595
+ kwargs["resp_cls"] = models.ExportVideoByVideoSegmentationDataResponse
596
+ kwargs["headers"] = request.headers
597
+ kwargs["opts"] = opts or {}
598
+
599
+ return await self.call_and_deserialize(**kwargs)
600
+
601
+ async def ExportVideoEditProject(
602
+ self,
603
+ request: models.ExportVideoEditProjectRequest,
604
+ opts: Dict = None,
605
+ ) -> models.ExportVideoEditProjectResponse:
606
+ """
607
+ 导出视频编辑项目,支持指定输出的模板。
608
+ """
609
+
610
+ kwargs = {}
611
+ kwargs["action"] = "ExportVideoEditProject"
612
+ kwargs["params"] = request._serialize()
613
+ kwargs["resp_cls"] = models.ExportVideoEditProjectResponse
614
+ kwargs["headers"] = request.headers
615
+ kwargs["opts"] = opts or {}
616
+
617
+ return await self.call_and_deserialize(**kwargs)
618
+
619
+ async def FlattenListMedia(
620
+ self,
621
+ request: models.FlattenListMediaRequest,
622
+ opts: Dict = None,
623
+ ) -> models.FlattenListMediaResponse:
624
+ """
625
+ 平铺分类路径下及其子分类下的所有媒体基础信息,返回当前分类及子分类中的所有媒体的基础信息。
626
+ """
627
+
628
+ kwargs = {}
629
+ kwargs["action"] = "FlattenListMedia"
630
+ kwargs["params"] = request._serialize()
631
+ kwargs["resp_cls"] = models.FlattenListMediaResponse
632
+ kwargs["headers"] = request.headers
633
+ kwargs["opts"] = opts or {}
634
+
635
+ return await self.call_and_deserialize(**kwargs)
636
+
637
+ async def GenerateVideoSegmentationSchemeByAi(
638
+ self,
639
+ request: models.GenerateVideoSegmentationSchemeByAiRequest,
640
+ opts: Dict = None,
641
+ ) -> models.GenerateVideoSegmentationSchemeByAiResponse:
642
+ """
643
+ <li>发起视频智能拆条任务,支持智能生成和平精英集锦、王者荣耀集锦、足球集锦、篮球集锦 、人物集锦、新闻拆条等任务。</li>
644
+ <li>和平精英集锦和王者荣耀集锦根据击杀场景进行拆条,足球集锦和篮球集锦根据进球场景进行拆条,人物集锦根据人物人脸特征进行拆条,新闻拆条根据导播进行拆条。</li>
645
+ <li>【本接口内测中,暂不建议使用】</li>
646
+ """
647
+
648
+ kwargs = {}
649
+ kwargs["action"] = "GenerateVideoSegmentationSchemeByAi"
650
+ kwargs["params"] = request._serialize()
651
+ kwargs["resp_cls"] = models.GenerateVideoSegmentationSchemeByAiResponse
652
+ kwargs["headers"] = request.headers
653
+ kwargs["opts"] = opts or {}
654
+
655
+ return await self.call_and_deserialize(**kwargs)
656
+
657
+ async def GrantResourceAuthorization(
658
+ self,
659
+ request: models.GrantResourceAuthorizationRequest,
660
+ opts: Dict = None,
661
+ ) -> models.GrantResourceAuthorizationResponse:
662
+ """
663
+ 资源归属者对个人或团队授予目标资源的相应权限。
664
+ """
665
+
666
+ kwargs = {}
667
+ kwargs["action"] = "GrantResourceAuthorization"
668
+ kwargs["params"] = request._serialize()
669
+ kwargs["resp_cls"] = models.GrantResourceAuthorizationResponse
670
+ kwargs["headers"] = request.headers
671
+ kwargs["opts"] = opts or {}
672
+
673
+ return await self.call_and_deserialize(**kwargs)
674
+
675
+ async def HandleMediaCastProject(
676
+ self,
677
+ request: models.HandleMediaCastProjectRequest,
678
+ opts: Dict = None,
679
+ ) -> models.HandleMediaCastProjectResponse:
680
+ """
681
+ 对媒体转推项目进行操作。
682
+ ### 操作类型<a id="Operation"></a>
683
+ - `AddSource`(添加输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B6-.E6.B7.BB.E5.8A.A0.E8.BE.93.E5.85.A5.E6.BA.90);
684
+ - `DeleteSource`(删除输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B3-.E5.88.A0.E9.99.A4.E8.BE.93.E5.85.A5.E6.BA.90);
685
+ - `SwitchSource`(切换当前播放的输入源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B13-.E5.88.87.E6.8D.A2.E5.BD.93.E5.89.8D.E6.92.AD.E6.94.BE.E7.9A.84.E8.BE.93.E5.85.A5.E6.BA.90)
686
+ - `AddDestination`( 添加输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B7-.E6.B7.BB.E5.8A.A0.E8.BE.93.E5.87.BA.E6.BA.90);
687
+ - `DeleteDestination`(删除输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B4-.E5.88.A0.E9.99.A4.E8.BE.93.E5.87.BA.E6.BA.90);
688
+ - `EnableDestination`(启动输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B5-.E5.90.AF.E5.8A.A8.E8.BE.93.E5.87.BA.E6.BA.90);
689
+ - `DisableDestination`(停止输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B2-.E5.81.9C.E6.AD.A2.E8.BE.93.E5.87.BA.E6.BA.90);
690
+ - `ModifyDestination`(修改输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B1-.E4.BF.AE.E6.94.B9.E8.BE.93.E5.87.BA.E6.BA.90);
691
+ - `Start`(启动媒体转推),项目状态为 Idle 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B10-.E5.90.AF.E5.8A.A8.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8)。发起 Start 请求成功后,媒体转推项目开始启动,30秒内还需要再进行一次 Confirm操作进行确认;
692
+ - `Confirm`(确认媒体转推项目启动),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B14-.E7.A1.AE.E8.AE.A4.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8.E9.A1.B9.E7.9B.AE.E5.90.AF.E5.8A.A8);
693
+ - `Stop`(停止媒体转推),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B9-.E5.81.9C.E6.AD.A2.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8);
694
+ - `ModifyOutputMediaSetting`(修改媒体输出配置),项目状态为 Idle 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B12-.E4.BF.AE.E6.94.B9.E8.BE.93.E5.87.BA.E7.9A.84.E5.AA.92.E4.BD.93.E9.85.8D.E7.BD.AE);
695
+ - `ModifyPlaySetting`(修改播放结束时间),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B8-.E4.BF.AE.E6.94.B9.E7.BB.93.E6.9D.9F.E6.97.B6.E9.97.B4);
696
+ - `DescribePlayInfo`(查询播放信息),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B15-.E6.9F.A5.E8.AF.A2.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8.E9.A1.B9.E7.9B.AE.E7.9A.84.E6.92.AD.E6.94.BE.E4.BF.A1.E6.81.AF)。
697
+ """
698
+
699
+ kwargs = {}
700
+ kwargs["action"] = "HandleMediaCastProject"
701
+ kwargs["params"] = request._serialize()
702
+ kwargs["resp_cls"] = models.HandleMediaCastProjectResponse
703
+ kwargs["headers"] = request.headers
704
+ kwargs["opts"] = opts or {}
705
+
706
+ return await self.call_and_deserialize(**kwargs)
707
+
708
+ async def HandleStreamConnectProject(
709
+ self,
710
+ request: models.HandleStreamConnectProjectRequest,
711
+ opts: Dict = None,
712
+ ) -> models.HandleStreamConnectProjectResponse:
713
+ """
714
+ <font color=red>本接口废弃,可创建媒体转推项目替代,操作媒体转推项目可使用 <b>[HandleMediaCastProject 接口](/document/product/1156/87841) </b>实现。</font>
715
+
716
+ ### 操作类型<a id="Operation"></a>
717
+ - `AddInput`(添加输入源),包括:
718
+ - 添加直播拉流输入源,参见 [示例1](#.E7.A4.BA.E4.BE.8B1-.E6.B7.BB.E5.8A.A0.E7.9B.B4.E6.92.AD.E6.8B.89.E6.B5.81.E8.BE.93.E5.85.A5.E6.BA.90);
719
+ - 添加直播推流输入源,参见 [示例2](#.E7.A4.BA.E4.BE.8B2-.E6.B7.BB.E5.8A.A0.E7.9B.B4.E6.92.AD.E6.8E.A8.E6.B5.81.E8.BE.93.E5.85.A5.E6.BA.90);
720
+ - 添加点播拉流输入源,参见 [示例3](#.E7.A4.BA.E4.BE.8B3-.E6.B7.BB.E5.8A.A0.E7.82.B9.E6.92.AD.E6.8B.89.E6.B5.81.E8.BE.93.E5.85.A5.E6.BA.90.E4.B8.94.E5.BE.AA.E7.8E.AF.E6.92.AD.E6.94.BE)、[示例4](#.E7.A4.BA.E4.BE.8B4-.E6.B7.BB.E5.8A.A0.E7.82.B9.E6.92.AD.E6.8B.89.E6.B5.81.E8.BE.93.E5.85.A5.E6.BA.90.E4.B8.94.E5.8D.95.E6.AC.A1.E6.92.AD.E6.94.BE);
721
+ - `DeleteInput`(删除输入源),参见 [示例5](#.E7.A4.BA.E4.BE.8B5-.E5.88.A0.E9.99.A4.E8.BE.93.E5.85.A5.E6.BA.90);
722
+ - `ModifyInput`(修改输入源),参见 [示例6](#.E7.A4.BA.E4.BE.8B6-.E4.BF.AE.E6.94.B9.E8.BE.93.E5.85.A5.E6.BA.90);
723
+ - `AddOutput`( 添加输出源),参见 [示例7](#.E7.A4.BA.E4.BE.8B7-.E6.B7.BB.E5.8A.A0.E8.BE.93.E5.87.BA.E6.BA.90);
724
+ - `DeleteOutput`(删除输出源),参见 [示例8](#.E7.A4.BA.E4.BE.8B8-.E5.88.A0.E9.99.A4.E8.BE.93.E5.87.BA.E6.BA.90);
725
+ - `ModifyOutput`(修改输出源),参见 [示例9](#.E7.A4.BA.E4.BE.8B9-.E4.BF.AE.E6.94.B9.E8.BE.93.E5.87.BA.E6.BA.90);
726
+ - `Start`(开启转推),参见 [示例10](#.E7.A4.BA.E4.BE.8B10-.E5.BC.80.E5.90.AF.E4.BA.91.E8.BD.AC.E6.8E.A8);
727
+ - `Stop`(停止转推),参见 [示例11](#.E7.A4.BA.E4.BE.8B11-.E5.81.9C.E6.AD.A2.E4.BA.91.E8.BD.AC.E6.8E.A8);
728
+ - `SwitchInput`(切换输入源),参见 [示例12](#.E7.A4.BA.E4.BE.8B12-.E5.88.87.E6.8D.A2.E8.BE.93.E5.85.A5.E6.BA.90);
729
+ - `ModifyCurrentStopTime`(修改当前计划结束时间),参见 [示例13](#.E7.A4.BA.E4.BE.8B13-.E4.BF.AE.E6.94.B9.E8.BD.AC.E6.8E.A8.E7.BB.93.E6.9D.9F.E6.97.B6.E9.97.B4);
730
+ - `DescribeInputPlayInfo`(查询播放进度),参见 [示例14](#.E7.A4.BA.E4.BE.8B14-.E6.9F.A5.E8.AF.A2.E7.82.B9.E6.92.AD.E8.BE.93.E5.85.A5.E6.BA.90.E6.92.AD.E6.94.BE.E8.BF.9B.E5.BA.A6)。
731
+ """
732
+
733
+ kwargs = {}
734
+ kwargs["action"] = "HandleStreamConnectProject"
735
+ kwargs["params"] = request._serialize()
736
+ kwargs["resp_cls"] = models.HandleStreamConnectProjectResponse
737
+ kwargs["headers"] = request.headers
738
+ kwargs["opts"] = opts or {}
739
+
740
+ return await self.call_and_deserialize(**kwargs)
741
+
742
+ async def ImportMaterial(
743
+ self,
744
+ request: models.ImportMaterialRequest,
745
+ opts: Dict = None,
746
+ ) -> models.ImportMaterialResponse:
747
+ """
748
+ 将云点播媒资文件导入到多媒体创作引擎媒体资源库。支持导入媒体归属团队或者个人。
749
+ """
750
+
751
+ kwargs = {}
752
+ kwargs["action"] = "ImportMaterial"
753
+ kwargs["params"] = request._serialize()
754
+ kwargs["resp_cls"] = models.ImportMaterialResponse
755
+ kwargs["headers"] = request.headers
756
+ kwargs["opts"] = opts or {}
757
+
758
+ return await self.call_and_deserialize(**kwargs)
759
+
760
+ async def ImportMediaToProject(
761
+ self,
762
+ request: models.ImportMediaToProjectRequest,
763
+ opts: Dict = None,
764
+ ) -> models.ImportMediaToProjectResponse:
765
+ """
766
+ 将云点播中的媒资或者用户自有媒资文件添加到项目中与项目关联,供后续视频编辑使用。目前仅视频编辑项目和智能视频拆条项目有效。
767
+ """
768
+
769
+ kwargs = {}
770
+ kwargs["action"] = "ImportMediaToProject"
771
+ kwargs["params"] = request._serialize()
772
+ kwargs["resp_cls"] = models.ImportMediaToProjectResponse
773
+ kwargs["headers"] = request.headers
774
+ kwargs["opts"] = opts or {}
775
+
776
+ return await self.call_and_deserialize(**kwargs)
777
+
778
+ async def ListMedia(
779
+ self,
780
+ request: models.ListMediaRequest,
781
+ opts: Dict = None,
782
+ ) -> models.ListMediaResponse:
783
+ """
784
+ 浏览当前分类路径下的资源,包括媒体文件和子分类,返回媒资基础信息和分类信息。
785
+ """
786
+
787
+ kwargs = {}
788
+ kwargs["action"] = "ListMedia"
789
+ kwargs["params"] = request._serialize()
790
+ kwargs["resp_cls"] = models.ListMediaResponse
791
+ kwargs["headers"] = request.headers
792
+ kwargs["opts"] = opts or {}
793
+
794
+ return await self.call_and_deserialize(**kwargs)
795
+
796
+ async def ModifyMaterial(
797
+ self,
798
+ request: models.ModifyMaterialRequest,
799
+ opts: Dict = None,
800
+ ) -> models.ModifyMaterialResponse:
801
+ """
802
+ 修改媒体信息,支持修改媒体名称、分类路径、标签等信息。
803
+ """
804
+
805
+ kwargs = {}
806
+ kwargs["action"] = "ModifyMaterial"
807
+ kwargs["params"] = request._serialize()
808
+ kwargs["resp_cls"] = models.ModifyMaterialResponse
809
+ kwargs["headers"] = request.headers
810
+ kwargs["opts"] = opts or {}
811
+
812
+ return await self.call_and_deserialize(**kwargs)
813
+
814
+ async def ModifyProject(
815
+ self,
816
+ request: models.ModifyProjectRequest,
817
+ opts: Dict = None,
818
+ ) -> models.ModifyProjectResponse:
819
+ """
820
+ 修改项目信息。
821
+ """
822
+
823
+ kwargs = {}
824
+ kwargs["action"] = "ModifyProject"
825
+ kwargs["params"] = request._serialize()
826
+ kwargs["resp_cls"] = models.ModifyProjectResponse
827
+ kwargs["headers"] = request.headers
828
+ kwargs["opts"] = opts or {}
829
+
830
+ return await self.call_and_deserialize(**kwargs)
831
+
832
+ async def ModifyTeam(
833
+ self,
834
+ request: models.ModifyTeamRequest,
835
+ opts: Dict = None,
836
+ ) -> models.ModifyTeamResponse:
837
+ """
838
+ 修改团队信息,目前支持修改的操作有:
839
+ <li>修改团队名称。</li>
840
+ """
841
+
842
+ kwargs = {}
843
+ kwargs["action"] = "ModifyTeam"
844
+ kwargs["params"] = request._serialize()
845
+ kwargs["resp_cls"] = models.ModifyTeamResponse
846
+ kwargs["headers"] = request.headers
847
+ kwargs["opts"] = opts or {}
848
+
849
+ return await self.call_and_deserialize(**kwargs)
850
+
851
+ async def ModifyTeamMember(
852
+ self,
853
+ request: models.ModifyTeamMemberRequest,
854
+ opts: Dict = None,
855
+ ) -> models.ModifyTeamMemberResponse:
856
+ """
857
+ 修改团队成员信息,包括成员备注、角色等。
858
+ """
859
+
860
+ kwargs = {}
861
+ kwargs["action"] = "ModifyTeamMember"
862
+ kwargs["params"] = request._serialize()
863
+ kwargs["resp_cls"] = models.ModifyTeamMemberResponse
864
+ kwargs["headers"] = request.headers
865
+ kwargs["opts"] = opts or {}
866
+
867
+ return await self.call_and_deserialize(**kwargs)
868
+
869
+ async def ModifyVideoEncodingPreset(
870
+ self,
871
+ request: models.ModifyVideoEncodingPresetRequest,
872
+ opts: Dict = None,
873
+ ) -> models.ModifyVideoEncodingPresetResponse:
874
+ """
875
+ 修改视频编码配置信息。
876
+ """
877
+
878
+ kwargs = {}
879
+ kwargs["action"] = "ModifyVideoEncodingPreset"
880
+ kwargs["params"] = request._serialize()
881
+ kwargs["resp_cls"] = models.ModifyVideoEncodingPresetResponse
882
+ kwargs["headers"] = request.headers
883
+ kwargs["opts"] = opts or {}
884
+
885
+ return await self.call_and_deserialize(**kwargs)
886
+
887
+ async def MoveClass(
888
+ self,
889
+ request: models.MoveClassRequest,
890
+ opts: Dict = None,
891
+ ) -> models.MoveClassResponse:
892
+ """
893
+ 移动某一个分类到另外一个分类下,也可用于分类重命名。
894
+ 如果 SourceClassPath = /素材/视频/NBA,DestinationClassPath = /素材/视频/篮球
895
+ <li>当 DestinationClassPath 不存在时候,操作结果为重命名 ClassPath;</li>
896
+ <li>当 DestinationClassPath 存在时候,操作结果为产生新目录 /素材/视频/篮球/NBA</li>
897
+ """
898
+
899
+ kwargs = {}
900
+ kwargs["action"] = "MoveClass"
901
+ kwargs["params"] = request._serialize()
902
+ kwargs["resp_cls"] = models.MoveClassResponse
903
+ kwargs["headers"] = request.headers
904
+ kwargs["opts"] = opts or {}
905
+
906
+ return await self.call_and_deserialize(**kwargs)
907
+
908
+ async def MoveResource(
909
+ self,
910
+ request: models.MoveResourceRequest,
911
+ opts: Dict = None,
912
+ ) -> models.MoveResourceResponse:
913
+ """
914
+ 移动资源,支持跨个人或团队移动媒体以及分类。如果填写了Operator,则需要校验用户对媒体和分类资源的访问以及写权限。
915
+ <li>当原始资源为媒体时,该接口效果为将该媒体移动到目标分类下面;</li>
916
+ <li>当原始资源为分类时,该接口效果为将原始分类移动到目标分类或者是重命名。</li>
917
+ 如果 SourceResource.Resource.Id = /素材/视频/NBA,DestinationResource.Resource.Id= /素材/视频/篮球
918
+ <li>当 DestinationResource.Resource.Id 不存在时候且原始资源与目标资源归属相同,操作结果为重命名原始分类;</li>
919
+ <li>当 DestinationResource.Resource.Id 存在时候,操作结果为产生新目录 /素材/视频/篮球/NBA</li>
920
+ """
921
+
922
+ kwargs = {}
923
+ kwargs["action"] = "MoveResource"
924
+ kwargs["params"] = request._serialize()
925
+ kwargs["resp_cls"] = models.MoveResourceResponse
926
+ kwargs["headers"] = request.headers
927
+ kwargs["opts"] = opts or {}
928
+
929
+ return await self.call_and_deserialize(**kwargs)
930
+
931
+ async def ParseEvent(
932
+ self,
933
+ request: models.ParseEventRequest,
934
+ opts: Dict = None,
935
+ ) -> models.ParseEventResponse:
936
+ """
937
+ 该接口接受多媒体创作引擎回调给业务的事件内容,将其转化为对应的 EventContent 结构。请不要实际调用该接口,只需要将接收到的事件内容直接使用 JSON 解析到 EventContent 结构即可使用。
938
+ """
939
+
940
+ kwargs = {}
941
+ kwargs["action"] = "ParseEvent"
942
+ kwargs["params"] = request._serialize()
943
+ kwargs["resp_cls"] = models.ParseEventResponse
944
+ kwargs["headers"] = request.headers
945
+ kwargs["opts"] = opts or {}
946
+
947
+ return await self.call_and_deserialize(**kwargs)
948
+
949
+ async def RevokeResourceAuthorization(
950
+ self,
951
+ request: models.RevokeResourceAuthorizationRequest,
952
+ opts: Dict = None,
953
+ ) -> models.RevokeResourceAuthorizationResponse:
954
+ """
955
+ 资源所属实体对目标实体撤销目标资源的相应权限,若原本没有相应权限则不产生变更。
956
+ """
957
+
958
+ kwargs = {}
959
+ kwargs["action"] = "RevokeResourceAuthorization"
960
+ kwargs["params"] = request._serialize()
961
+ kwargs["resp_cls"] = models.RevokeResourceAuthorizationResponse
962
+ kwargs["headers"] = request.headers
963
+ kwargs["opts"] = opts or {}
964
+
965
+ return await self.call_and_deserialize(**kwargs)
966
+
967
+ async def SearchMaterial(
968
+ self,
969
+ request: models.SearchMaterialRequest,
970
+ opts: Dict = None,
971
+ ) -> models.SearchMaterialResponse:
972
+ """
973
+ 根据检索条件搜索媒体,返回媒体的基本信息。
974
+ """
975
+
976
+ kwargs = {}
977
+ kwargs["action"] = "SearchMaterial"
978
+ kwargs["params"] = request._serialize()
979
+ kwargs["resp_cls"] = models.SearchMaterialResponse
980
+ kwargs["headers"] = request.headers
981
+ kwargs["opts"] = opts or {}
982
+
983
+ return await self.call_and_deserialize(**kwargs)