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,1921 @@
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.iotvideoindustry.v20201201 import models
20
+ from typing import Dict
21
+
22
+
23
+ class IotvideoindustryClient(AbstractClient):
24
+ _apiVersion = '2020-12-01'
25
+ _endpoint = 'iotvideoindustry.tencentcloudapi.com'
26
+ _service = 'iotvideoindustry'
27
+
28
+ async def BindGroupDevices(
29
+ self,
30
+ request: models.BindGroupDevicesRequest,
31
+ opts: Dict = None,
32
+ ) -> models.BindGroupDevicesResponse:
33
+ """
34
+ 本接口(BindGroupDevices) 用于绑定设备到分组。
35
+ """
36
+
37
+ kwargs = {}
38
+ kwargs["action"] = "BindGroupDevices"
39
+ kwargs["params"] = request._serialize()
40
+ kwargs["resp_cls"] = models.BindGroupDevicesResponse
41
+ kwargs["headers"] = request.headers
42
+ kwargs["opts"] = opts or {}
43
+
44
+ return await self.call_and_deserialize(**kwargs)
45
+
46
+ async def ControlChannelLocalRecord(
47
+ self,
48
+ request: models.ControlChannelLocalRecordRequest,
49
+ opts: Dict = None,
50
+ ) -> models.ControlChannelLocalRecordResponse:
51
+ """
52
+ 本接口(ControlChannelLocalRecord)用于对通道本地回放流进行控制,包括暂停、播放、拉动、结束等
53
+ """
54
+
55
+ kwargs = {}
56
+ kwargs["action"] = "ControlChannelLocalRecord"
57
+ kwargs["params"] = request._serialize()
58
+ kwargs["resp_cls"] = models.ControlChannelLocalRecordResponse
59
+ kwargs["headers"] = request.headers
60
+ kwargs["opts"] = opts or {}
61
+
62
+ return await self.call_and_deserialize(**kwargs)
63
+
64
+ async def ControlChannelPTZ(
65
+ self,
66
+ request: models.ControlChannelPTZRequest,
67
+ opts: Dict = None,
68
+ ) -> models.ControlChannelPTZResponse:
69
+ """
70
+ 本接口(ControlChannelPTZ) 用于对支持GB28181 PTZ信令的设备进行指定通道的远程控制。
71
+ """
72
+
73
+ kwargs = {}
74
+ kwargs["action"] = "ControlChannelPTZ"
75
+ kwargs["params"] = request._serialize()
76
+ kwargs["resp_cls"] = models.ControlChannelPTZResponse
77
+ kwargs["headers"] = request.headers
78
+ kwargs["opts"] = opts or {}
79
+
80
+ return await self.call_and_deserialize(**kwargs)
81
+
82
+ async def ControlDevicePTZ(
83
+ self,
84
+ request: models.ControlDevicePTZRequest,
85
+ opts: Dict = None,
86
+ ) -> models.ControlDevicePTZResponse:
87
+ """
88
+ 本接口(ControlDevicePTZ) 用于对支持GB28181 PTZ信令的设备进行远程控制。
89
+ 请使用ControlChannelPTZ接口
90
+ """
91
+
92
+ kwargs = {}
93
+ kwargs["action"] = "ControlDevicePTZ"
94
+ kwargs["params"] = request._serialize()
95
+ kwargs["resp_cls"] = models.ControlDevicePTZResponse
96
+ kwargs["headers"] = request.headers
97
+ kwargs["opts"] = opts or {}
98
+
99
+ return await self.call_and_deserialize(**kwargs)
100
+
101
+ async def ControlHomePosition(
102
+ self,
103
+ request: models.ControlHomePositionRequest,
104
+ opts: Dict = None,
105
+ ) -> models.ControlHomePositionResponse:
106
+ """
107
+ 看守位控制
108
+ """
109
+
110
+ kwargs = {}
111
+ kwargs["action"] = "ControlHomePosition"
112
+ kwargs["params"] = request._serialize()
113
+ kwargs["resp_cls"] = models.ControlHomePositionResponse
114
+ kwargs["headers"] = request.headers
115
+ kwargs["opts"] = opts or {}
116
+
117
+ return await self.call_and_deserialize(**kwargs)
118
+
119
+ async def ControlPreset(
120
+ self,
121
+ request: models.ControlPresetRequest,
122
+ opts: Dict = None,
123
+ ) -> models.ControlPresetResponse:
124
+ """
125
+ 预置位控制
126
+ """
127
+
128
+ kwargs = {}
129
+ kwargs["action"] = "ControlPreset"
130
+ kwargs["params"] = request._serialize()
131
+ kwargs["resp_cls"] = models.ControlPresetResponse
132
+ kwargs["headers"] = request.headers
133
+ kwargs["opts"] = opts or {}
134
+
135
+ return await self.call_and_deserialize(**kwargs)
136
+
137
+ async def ControlRecordStream(
138
+ self,
139
+ request: models.ControlRecordStreamRequest,
140
+ opts: Dict = None,
141
+ ) -> models.ControlRecordStreamResponse:
142
+ """
143
+ 对回放流进行控制,包括暂停、播放、拉动、结束等
144
+ 请使用ControlChannelLocalRecord接口
145
+ """
146
+
147
+ kwargs = {}
148
+ kwargs["action"] = "ControlRecordStream"
149
+ kwargs["params"] = request._serialize()
150
+ kwargs["resp_cls"] = models.ControlRecordStreamResponse
151
+ kwargs["headers"] = request.headers
152
+ kwargs["opts"] = opts or {}
153
+
154
+ return await self.call_and_deserialize(**kwargs)
155
+
156
+ async def CreateDevice(
157
+ self,
158
+ request: models.CreateDeviceRequest,
159
+ opts: Dict = None,
160
+ ) -> models.CreateDeviceResponse:
161
+ """
162
+ 本接口(CreateDevice) 用于创建设备。
163
+ """
164
+
165
+ kwargs = {}
166
+ kwargs["action"] = "CreateDevice"
167
+ kwargs["params"] = request._serialize()
168
+ kwargs["resp_cls"] = models.CreateDeviceResponse
169
+ kwargs["headers"] = request.headers
170
+ kwargs["opts"] = opts or {}
171
+
172
+ return await self.call_and_deserialize(**kwargs)
173
+
174
+ async def CreateDeviceGroup(
175
+ self,
176
+ request: models.CreateDeviceGroupRequest,
177
+ opts: Dict = None,
178
+ ) -> models.CreateDeviceGroupResponse:
179
+ """
180
+ 本接口(CreateDeviceGroup) 用于创建设备管理分组。
181
+ """
182
+
183
+ kwargs = {}
184
+ kwargs["action"] = "CreateDeviceGroup"
185
+ kwargs["params"] = request._serialize()
186
+ kwargs["resp_cls"] = models.CreateDeviceGroupResponse
187
+ kwargs["headers"] = request.headers
188
+ kwargs["opts"] = opts or {}
189
+
190
+ return await self.call_and_deserialize(**kwargs)
191
+
192
+ async def CreateLiveChannel(
193
+ self,
194
+ request: models.CreateLiveChannelRequest,
195
+ opts: Dict = None,
196
+ ) -> models.CreateLiveChannelResponse:
197
+ """
198
+ 创建直播频道
199
+ """
200
+
201
+ kwargs = {}
202
+ kwargs["action"] = "CreateLiveChannel"
203
+ kwargs["params"] = request._serialize()
204
+ kwargs["resp_cls"] = models.CreateLiveChannelResponse
205
+ kwargs["headers"] = request.headers
206
+ kwargs["opts"] = opts or {}
207
+
208
+ return await self.call_and_deserialize(**kwargs)
209
+
210
+ async def CreateLiveRecordPlan(
211
+ self,
212
+ request: models.CreateLiveRecordPlanRequest,
213
+ opts: Dict = None,
214
+ ) -> models.CreateLiveRecordPlanResponse:
215
+ """
216
+ 创建直播录制计划,直播录制接口,暂时下线中,只有国标接口支持云端录制
217
+ """
218
+
219
+ kwargs = {}
220
+ kwargs["action"] = "CreateLiveRecordPlan"
221
+ kwargs["params"] = request._serialize()
222
+ kwargs["resp_cls"] = models.CreateLiveRecordPlanResponse
223
+ kwargs["headers"] = request.headers
224
+ kwargs["opts"] = opts or {}
225
+
226
+ return await self.call_and_deserialize(**kwargs)
227
+
228
+ async def CreateMessageForward(
229
+ self,
230
+ request: models.CreateMessageForwardRequest,
231
+ opts: Dict = None,
232
+ ) -> models.CreateMessageForwardResponse:
233
+ """
234
+ 创建消息转发配置
235
+ """
236
+
237
+ kwargs = {}
238
+ kwargs["action"] = "CreateMessageForward"
239
+ kwargs["params"] = request._serialize()
240
+ kwargs["resp_cls"] = models.CreateMessageForwardResponse
241
+ kwargs["headers"] = request.headers
242
+ kwargs["opts"] = opts or {}
243
+
244
+ return await self.call_and_deserialize(**kwargs)
245
+
246
+ async def CreateRecordPlan(
247
+ self,
248
+ request: models.CreateRecordPlanRequest,
249
+ opts: Dict = None,
250
+ ) -> models.CreateRecordPlanResponse:
251
+ """
252
+ 本接口(CreateRecordPlan) 用于创建录制计划,使设备与时间模板绑定,以便及时启动录制
253
+ 请使用CreateRecordingPlan代替
254
+ """
255
+
256
+ kwargs = {}
257
+ kwargs["action"] = "CreateRecordPlan"
258
+ kwargs["params"] = request._serialize()
259
+ kwargs["resp_cls"] = models.CreateRecordPlanResponse
260
+ kwargs["headers"] = request.headers
261
+ kwargs["opts"] = opts or {}
262
+
263
+ return await self.call_and_deserialize(**kwargs)
264
+
265
+ async def CreateRecordingPlan(
266
+ self,
267
+ request: models.CreateRecordingPlanRequest,
268
+ opts: Dict = None,
269
+ ) -> models.CreateRecordingPlanResponse:
270
+ """
271
+ 本接口(CreateRecordingPlan) 用于创建录制计划,使通道与时间模板绑定,以便及时启动录制
272
+ """
273
+
274
+ kwargs = {}
275
+ kwargs["action"] = "CreateRecordingPlan"
276
+ kwargs["params"] = request._serialize()
277
+ kwargs["resp_cls"] = models.CreateRecordingPlanResponse
278
+ kwargs["headers"] = request.headers
279
+ kwargs["opts"] = opts or {}
280
+
281
+ return await self.call_and_deserialize(**kwargs)
282
+
283
+ async def CreateScene(
284
+ self,
285
+ request: models.CreateSceneRequest,
286
+ opts: Dict = None,
287
+ ) -> models.CreateSceneResponse:
288
+ """
289
+ 创建场景
290
+ """
291
+
292
+ kwargs = {}
293
+ kwargs["action"] = "CreateScene"
294
+ kwargs["params"] = request._serialize()
295
+ kwargs["resp_cls"] = models.CreateSceneResponse
296
+ kwargs["headers"] = request.headers
297
+ kwargs["opts"] = opts or {}
298
+
299
+ return await self.call_and_deserialize(**kwargs)
300
+
301
+ async def CreateTimeTemplate(
302
+ self,
303
+ request: models.CreateTimeTemplateRequest,
304
+ opts: Dict = None,
305
+ ) -> models.CreateTimeTemplateResponse:
306
+ """
307
+ 本接口(CreateTimeTemplate) 用于根据模板描述的具体录制时间片段,创建定制化的时间模板。
308
+ """
309
+
310
+ kwargs = {}
311
+ kwargs["action"] = "CreateTimeTemplate"
312
+ kwargs["params"] = request._serialize()
313
+ kwargs["resp_cls"] = models.CreateTimeTemplateResponse
314
+ kwargs["headers"] = request.headers
315
+ kwargs["opts"] = opts or {}
316
+
317
+ return await self.call_and_deserialize(**kwargs)
318
+
319
+ async def DeleteChannel(
320
+ self,
321
+ request: models.DeleteChannelRequest,
322
+ opts: Dict = None,
323
+ ) -> models.DeleteChannelResponse:
324
+ """
325
+ 本接口用于删除设备下的通道
326
+ 注意: 在线状态的设备不允许删除
327
+ """
328
+
329
+ kwargs = {}
330
+ kwargs["action"] = "DeleteChannel"
331
+ kwargs["params"] = request._serialize()
332
+ kwargs["resp_cls"] = models.DeleteChannelResponse
333
+ kwargs["headers"] = request.headers
334
+ kwargs["opts"] = opts or {}
335
+
336
+ return await self.call_and_deserialize(**kwargs)
337
+
338
+ async def DeleteDevice(
339
+ self,
340
+ request: models.DeleteDeviceRequest,
341
+ opts: Dict = None,
342
+ ) -> models.DeleteDeviceResponse:
343
+ """
344
+ 本接口(DeleteDevice)用于删除设备。
345
+ """
346
+
347
+ kwargs = {}
348
+ kwargs["action"] = "DeleteDevice"
349
+ kwargs["params"] = request._serialize()
350
+ kwargs["resp_cls"] = models.DeleteDeviceResponse
351
+ kwargs["headers"] = request.headers
352
+ kwargs["opts"] = opts or {}
353
+
354
+ return await self.call_and_deserialize(**kwargs)
355
+
356
+ async def DeleteDeviceGroup(
357
+ self,
358
+ request: models.DeleteDeviceGroupRequest,
359
+ opts: Dict = None,
360
+ ) -> models.DeleteDeviceGroupResponse:
361
+ """
362
+ 本接口(DeleteDeviceGroup)用于删除分组。
363
+ """
364
+
365
+ kwargs = {}
366
+ kwargs["action"] = "DeleteDeviceGroup"
367
+ kwargs["params"] = request._serialize()
368
+ kwargs["resp_cls"] = models.DeleteDeviceGroupResponse
369
+ kwargs["headers"] = request.headers
370
+ kwargs["opts"] = opts or {}
371
+
372
+ return await self.call_and_deserialize(**kwargs)
373
+
374
+ async def DeleteLiveChannel(
375
+ self,
376
+ request: models.DeleteLiveChannelRequest,
377
+ opts: Dict = None,
378
+ ) -> models.DeleteLiveChannelResponse:
379
+ """
380
+ 删除直播接口
381
+ """
382
+
383
+ kwargs = {}
384
+ kwargs["action"] = "DeleteLiveChannel"
385
+ kwargs["params"] = request._serialize()
386
+ kwargs["resp_cls"] = models.DeleteLiveChannelResponse
387
+ kwargs["headers"] = request.headers
388
+ kwargs["opts"] = opts or {}
389
+
390
+ return await self.call_and_deserialize(**kwargs)
391
+
392
+ async def DeleteLiveRecordPlan(
393
+ self,
394
+ request: models.DeleteLiveRecordPlanRequest,
395
+ opts: Dict = None,
396
+ ) -> models.DeleteLiveRecordPlanResponse:
397
+ """
398
+ 删除直播录制计划
399
+ """
400
+
401
+ kwargs = {}
402
+ kwargs["action"] = "DeleteLiveRecordPlan"
403
+ kwargs["params"] = request._serialize()
404
+ kwargs["resp_cls"] = models.DeleteLiveRecordPlanResponse
405
+ kwargs["headers"] = request.headers
406
+ kwargs["opts"] = opts or {}
407
+
408
+ return await self.call_and_deserialize(**kwargs)
409
+
410
+ async def DeleteLiveVideoList(
411
+ self,
412
+ request: models.DeleteLiveVideoListRequest,
413
+ opts: Dict = None,
414
+ ) -> models.DeleteLiveVideoListResponse:
415
+ """
416
+ 直播录像删除
417
+ """
418
+
419
+ kwargs = {}
420
+ kwargs["action"] = "DeleteLiveVideoList"
421
+ kwargs["params"] = request._serialize()
422
+ kwargs["resp_cls"] = models.DeleteLiveVideoListResponse
423
+ kwargs["headers"] = request.headers
424
+ kwargs["opts"] = opts or {}
425
+
426
+ return await self.call_and_deserialize(**kwargs)
427
+
428
+ async def DeleteMessageForward(
429
+ self,
430
+ request: models.DeleteMessageForwardRequest,
431
+ opts: Dict = None,
432
+ ) -> models.DeleteMessageForwardResponse:
433
+ """
434
+ 删除消息转发配置
435
+ """
436
+
437
+ kwargs = {}
438
+ kwargs["action"] = "DeleteMessageForward"
439
+ kwargs["params"] = request._serialize()
440
+ kwargs["resp_cls"] = models.DeleteMessageForwardResponse
441
+ kwargs["headers"] = request.headers
442
+ kwargs["opts"] = opts or {}
443
+
444
+ return await self.call_and_deserialize(**kwargs)
445
+
446
+ async def DeleteRecordPlan(
447
+ self,
448
+ request: models.DeleteRecordPlanRequest,
449
+ opts: Dict = None,
450
+ ) -> models.DeleteRecordPlanResponse:
451
+ """
452
+ 本接口(DeleteRecordPlan)用于删除录制计划
453
+ 录制计划删除的同时,会停止该录制计划下的全部录制任务。
454
+ 请使用DeleteRecordingPlan接口
455
+ """
456
+
457
+ kwargs = {}
458
+ kwargs["action"] = "DeleteRecordPlan"
459
+ kwargs["params"] = request._serialize()
460
+ kwargs["resp_cls"] = models.DeleteRecordPlanResponse
461
+ kwargs["headers"] = request.headers
462
+ kwargs["opts"] = opts or {}
463
+
464
+ return await self.call_and_deserialize(**kwargs)
465
+
466
+ async def DeleteRecordingPlan(
467
+ self,
468
+ request: models.DeleteRecordingPlanRequest,
469
+ opts: Dict = None,
470
+ ) -> models.DeleteRecordingPlanResponse:
471
+ """
472
+ 本接口(DeleteRecordingPlan)用于删除录制计划
473
+ 录制计划删除的同时,会停止该录制计划下的全部录制任务。
474
+ """
475
+
476
+ kwargs = {}
477
+ kwargs["action"] = "DeleteRecordingPlan"
478
+ kwargs["params"] = request._serialize()
479
+ kwargs["resp_cls"] = models.DeleteRecordingPlanResponse
480
+ kwargs["headers"] = request.headers
481
+ kwargs["opts"] = opts or {}
482
+
483
+ return await self.call_and_deserialize(**kwargs)
484
+
485
+ async def DeleteScene(
486
+ self,
487
+ request: models.DeleteSceneRequest,
488
+ opts: Dict = None,
489
+ ) -> models.DeleteSceneResponse:
490
+ """
491
+ 删除场景
492
+ """
493
+
494
+ kwargs = {}
495
+ kwargs["action"] = "DeleteScene"
496
+ kwargs["params"] = request._serialize()
497
+ kwargs["resp_cls"] = models.DeleteSceneResponse
498
+ kwargs["headers"] = request.headers
499
+ kwargs["opts"] = opts or {}
500
+
501
+ return await self.call_and_deserialize(**kwargs)
502
+
503
+ async def DeleteTimeTemplate(
504
+ self,
505
+ request: models.DeleteTimeTemplateRequest,
506
+ opts: Dict = None,
507
+ ) -> models.DeleteTimeTemplateResponse:
508
+ """
509
+ 本接口(DeleteTimeTemplate) 用于删除时间模板。
510
+ """
511
+
512
+ kwargs = {}
513
+ kwargs["action"] = "DeleteTimeTemplate"
514
+ kwargs["params"] = request._serialize()
515
+ kwargs["resp_cls"] = models.DeleteTimeTemplateResponse
516
+ kwargs["headers"] = request.headers
517
+ kwargs["opts"] = opts or {}
518
+
519
+ return await self.call_and_deserialize(**kwargs)
520
+
521
+ async def DeleteVideoList(
522
+ self,
523
+ request: models.DeleteVideoListRequest,
524
+ opts: Dict = None,
525
+ ) -> models.DeleteVideoListResponse:
526
+ """
527
+ 删除录像存储列表
528
+ """
529
+
530
+ kwargs = {}
531
+ kwargs["action"] = "DeleteVideoList"
532
+ kwargs["params"] = request._serialize()
533
+ kwargs["resp_cls"] = models.DeleteVideoListResponse
534
+ kwargs["headers"] = request.headers
535
+ kwargs["opts"] = opts or {}
536
+
537
+ return await self.call_and_deserialize(**kwargs)
538
+
539
+ async def DeleteWarning(
540
+ self,
541
+ request: models.DeleteWarningRequest,
542
+ opts: Dict = None,
543
+ ) -> models.DeleteWarningResponse:
544
+ """
545
+ 设备告警-删除告警
546
+ """
547
+
548
+ kwargs = {}
549
+ kwargs["action"] = "DeleteWarning"
550
+ kwargs["params"] = request._serialize()
551
+ kwargs["resp_cls"] = models.DeleteWarningResponse
552
+ kwargs["headers"] = request.headers
553
+ kwargs["opts"] = opts or {}
554
+
555
+ return await self.call_and_deserialize(**kwargs)
556
+
557
+ async def DescribeAbnormalEvents(
558
+ self,
559
+ request: models.DescribeAbnormalEventsRequest,
560
+ opts: Dict = None,
561
+ ) -> models.DescribeAbnormalEventsResponse:
562
+ """
563
+ 获取异常事件统计
564
+ """
565
+
566
+ kwargs = {}
567
+ kwargs["action"] = "DescribeAbnormalEvents"
568
+ kwargs["params"] = request._serialize()
569
+ kwargs["resp_cls"] = models.DescribeAbnormalEventsResponse
570
+ kwargs["headers"] = request.headers
571
+ kwargs["opts"] = opts or {}
572
+
573
+ return await self.call_and_deserialize(**kwargs)
574
+
575
+ async def DescribeAllDeviceList(
576
+ self,
577
+ request: models.DescribeAllDeviceListRequest,
578
+ opts: Dict = None,
579
+ ) -> models.DescribeAllDeviceListResponse:
580
+ """
581
+ 本接口(DescribeAllDeviceList) 用于获取设备列表。
582
+ 请使用DescribeDevicesList接口
583
+ """
584
+
585
+ kwargs = {}
586
+ kwargs["action"] = "DescribeAllDeviceList"
587
+ kwargs["params"] = request._serialize()
588
+ kwargs["resp_cls"] = models.DescribeAllDeviceListResponse
589
+ kwargs["headers"] = request.headers
590
+ kwargs["opts"] = opts or {}
591
+
592
+ return await self.call_and_deserialize(**kwargs)
593
+
594
+ async def DescribeBindSceneChannels(
595
+ self,
596
+ request: models.DescribeBindSceneChannelsRequest,
597
+ opts: Dict = None,
598
+ ) -> models.DescribeBindSceneChannelsResponse:
599
+ """
600
+ 获取场景绑定通道列表
601
+ """
602
+
603
+ kwargs = {}
604
+ kwargs["action"] = "DescribeBindSceneChannels"
605
+ kwargs["params"] = request._serialize()
606
+ kwargs["resp_cls"] = models.DescribeBindSceneChannelsResponse
607
+ kwargs["headers"] = request.headers
608
+ kwargs["opts"] = opts or {}
609
+
610
+ return await self.call_and_deserialize(**kwargs)
611
+
612
+ async def DescribeBindSceneDevices(
613
+ self,
614
+ request: models.DescribeBindSceneDevicesRequest,
615
+ opts: Dict = None,
616
+ ) -> models.DescribeBindSceneDevicesResponse:
617
+ """
618
+ 获取场景绑定设备列表
619
+ """
620
+
621
+ kwargs = {}
622
+ kwargs["action"] = "DescribeBindSceneDevices"
623
+ kwargs["params"] = request._serialize()
624
+ kwargs["resp_cls"] = models.DescribeBindSceneDevicesResponse
625
+ kwargs["headers"] = request.headers
626
+ kwargs["opts"] = opts or {}
627
+
628
+ return await self.call_and_deserialize(**kwargs)
629
+
630
+ async def DescribeChannelLiveStreamURL(
631
+ self,
632
+ request: models.DescribeChannelLiveStreamURLRequest,
633
+ opts: Dict = None,
634
+ ) -> models.DescribeChannelLiveStreamURLResponse:
635
+ """
636
+ 本接口(DescribeChannelLiveStreamURL)用于获取设备指定通道实时流地址,地址是动态生成,如重新播放需要调用此接口重新获取最新播放地址。
637
+ 正常推流,如未设置对应录制计划,且180s无人观看此流,将会被自动掐断。
638
+ """
639
+
640
+ kwargs = {}
641
+ kwargs["action"] = "DescribeChannelLiveStreamURL"
642
+ kwargs["params"] = request._serialize()
643
+ kwargs["resp_cls"] = models.DescribeChannelLiveStreamURLResponse
644
+ kwargs["headers"] = request.headers
645
+ kwargs["opts"] = opts or {}
646
+
647
+ return await self.call_and_deserialize(**kwargs)
648
+
649
+ async def DescribeChannelLocalRecordURL(
650
+ self,
651
+ request: models.DescribeChannelLocalRecordURLRequest,
652
+ opts: Dict = None,
653
+ ) -> models.DescribeChannelLocalRecordURLResponse:
654
+ """
655
+ 本接口(DescribeChannelLocalRecordURL)用于将NVR等设备对应通道本地回放文件,通过GB28181信令推送至云端,并生成对应的实时视频流URL,流地址URL是动态生成,如需重新播放请重新调用此接口获取最新地址。
656
+ 正常推流,如未设置对应录制计划,且180s无人观看此流,将会被自动掐断。
657
+ """
658
+
659
+ kwargs = {}
660
+ kwargs["action"] = "DescribeChannelLocalRecordURL"
661
+ kwargs["params"] = request._serialize()
662
+ kwargs["resp_cls"] = models.DescribeChannelLocalRecordURLResponse
663
+ kwargs["headers"] = request.headers
664
+ kwargs["opts"] = opts or {}
665
+
666
+ return await self.call_and_deserialize(**kwargs)
667
+
668
+ async def DescribeChannelStreamURL(
669
+ self,
670
+ request: models.DescribeChannelStreamURLRequest,
671
+ opts: Dict = None,
672
+ ) -> models.DescribeChannelStreamURLResponse:
673
+ """
674
+ 本接口(DescribeChannelStreamURL)用于获取设备指定通道实时流地址,地址是动态生成,如重新播放需要调用此接口重新获取最新播放地址。
675
+ 正常推流,如未设置对应录制计划,且180s无人观看此流,将会被自动掐断。
676
+ """
677
+
678
+ kwargs = {}
679
+ kwargs["action"] = "DescribeChannelStreamURL"
680
+ kwargs["params"] = request._serialize()
681
+ kwargs["resp_cls"] = models.DescribeChannelStreamURLResponse
682
+ kwargs["headers"] = request.headers
683
+ kwargs["opts"] = opts or {}
684
+
685
+ return await self.call_and_deserialize(**kwargs)
686
+
687
+ async def DescribeChannels(
688
+ self,
689
+ request: models.DescribeChannelsRequest,
690
+ opts: Dict = None,
691
+ ) -> models.DescribeChannelsResponse:
692
+ """
693
+ 本接口(DescribeChannels)用于获取设备下属通道列表
694
+ """
695
+
696
+ kwargs = {}
697
+ kwargs["action"] = "DescribeChannels"
698
+ kwargs["params"] = request._serialize()
699
+ kwargs["resp_cls"] = models.DescribeChannelsResponse
700
+ kwargs["headers"] = request.headers
701
+ kwargs["opts"] = opts or {}
702
+
703
+ return await self.call_and_deserialize(**kwargs)
704
+
705
+ async def DescribeChannelsByLiveRecordPlan(
706
+ self,
707
+ request: models.DescribeChannelsByLiveRecordPlanRequest,
708
+ opts: Dict = None,
709
+ ) -> models.DescribeChannelsByLiveRecordPlanResponse:
710
+ """
711
+ 根据直播录制计划获取频道列表
712
+ """
713
+
714
+ kwargs = {}
715
+ kwargs["action"] = "DescribeChannelsByLiveRecordPlan"
716
+ kwargs["params"] = request._serialize()
717
+ kwargs["resp_cls"] = models.DescribeChannelsByLiveRecordPlanResponse
718
+ kwargs["headers"] = request.headers
719
+ kwargs["opts"] = opts or {}
720
+
721
+ return await self.call_and_deserialize(**kwargs)
722
+
723
+ async def DescribeCurrentDeviceData(
724
+ self,
725
+ request: models.DescribeCurrentDeviceDataRequest,
726
+ opts: Dict = None,
727
+ ) -> models.DescribeCurrentDeviceDataResponse:
728
+ """
729
+ 查询设备统计当前信息
730
+ """
731
+
732
+ kwargs = {}
733
+ kwargs["action"] = "DescribeCurrentDeviceData"
734
+ kwargs["params"] = request._serialize()
735
+ kwargs["resp_cls"] = models.DescribeCurrentDeviceDataResponse
736
+ kwargs["headers"] = request.headers
737
+ kwargs["opts"] = opts or {}
738
+
739
+ return await self.call_and_deserialize(**kwargs)
740
+
741
+ async def DescribeDevice(
742
+ self,
743
+ request: models.DescribeDeviceRequest,
744
+ opts: Dict = None,
745
+ ) -> models.DescribeDeviceResponse:
746
+ """
747
+ 获取指定设备详细信息
748
+ """
749
+
750
+ kwargs = {}
751
+ kwargs["action"] = "DescribeDevice"
752
+ kwargs["params"] = request._serialize()
753
+ kwargs["resp_cls"] = models.DescribeDeviceResponse
754
+ kwargs["headers"] = request.headers
755
+ kwargs["opts"] = opts or {}
756
+
757
+ return await self.call_and_deserialize(**kwargs)
758
+
759
+ async def DescribeDeviceEvent(
760
+ self,
761
+ request: models.DescribeDeviceEventRequest,
762
+ opts: Dict = None,
763
+ ) -> models.DescribeDeviceEventResponse:
764
+ """
765
+ 获取设备事件
766
+ """
767
+
768
+ kwargs = {}
769
+ kwargs["action"] = "DescribeDeviceEvent"
770
+ kwargs["params"] = request._serialize()
771
+ kwargs["resp_cls"] = models.DescribeDeviceEventResponse
772
+ kwargs["headers"] = request.headers
773
+ kwargs["opts"] = opts or {}
774
+
775
+ return await self.call_and_deserialize(**kwargs)
776
+
777
+ async def DescribeDeviceGroup(
778
+ self,
779
+ request: models.DescribeDeviceGroupRequest,
780
+ opts: Dict = None,
781
+ ) -> models.DescribeDeviceGroupResponse:
782
+ """
783
+ 本接口(DescribeDeviceGroup)用于根据设备ID查询设备所在分组信息,可批量查询。
784
+ """
785
+
786
+ kwargs = {}
787
+ kwargs["action"] = "DescribeDeviceGroup"
788
+ kwargs["params"] = request._serialize()
789
+ kwargs["resp_cls"] = models.DescribeDeviceGroupResponse
790
+ kwargs["headers"] = request.headers
791
+ kwargs["opts"] = opts or {}
792
+
793
+ return await self.call_and_deserialize(**kwargs)
794
+
795
+ async def DescribeDeviceList(
796
+ self,
797
+ request: models.DescribeDeviceListRequest,
798
+ opts: Dict = None,
799
+ ) -> models.DescribeDeviceListResponse:
800
+ """
801
+ 本接口(DescribeDeviceList) 用于获取设备列表,支持模糊搜索
802
+ """
803
+
804
+ kwargs = {}
805
+ kwargs["action"] = "DescribeDeviceList"
806
+ kwargs["params"] = request._serialize()
807
+ kwargs["resp_cls"] = models.DescribeDeviceListResponse
808
+ kwargs["headers"] = request.headers
809
+ kwargs["opts"] = opts or {}
810
+
811
+ return await self.call_and_deserialize(**kwargs)
812
+
813
+ async def DescribeDeviceMonitorData(
814
+ self,
815
+ request: models.DescribeDeviceMonitorDataRequest,
816
+ opts: Dict = None,
817
+ ) -> models.DescribeDeviceMonitorDataResponse:
818
+ """
819
+ 查询设备统计monitor信息
820
+ """
821
+
822
+ kwargs = {}
823
+ kwargs["action"] = "DescribeDeviceMonitorData"
824
+ kwargs["params"] = request._serialize()
825
+ kwargs["resp_cls"] = models.DescribeDeviceMonitorDataResponse
826
+ kwargs["headers"] = request.headers
827
+ kwargs["opts"] = opts or {}
828
+
829
+ return await self.call_and_deserialize(**kwargs)
830
+
831
+ async def DescribeDevicePassWord(
832
+ self,
833
+ request: models.DescribeDevicePassWordRequest,
834
+ opts: Dict = None,
835
+ ) -> models.DescribeDevicePassWordResponse:
836
+ """
837
+ 本接口(DescribeDevicePassWord)用于查询设备密码。
838
+ """
839
+
840
+ kwargs = {}
841
+ kwargs["action"] = "DescribeDevicePassWord"
842
+ kwargs["params"] = request._serialize()
843
+ kwargs["resp_cls"] = models.DescribeDevicePassWordResponse
844
+ kwargs["headers"] = request.headers
845
+ kwargs["opts"] = opts or {}
846
+
847
+ return await self.call_and_deserialize(**kwargs)
848
+
849
+ async def DescribeDeviceStreams(
850
+ self,
851
+ request: models.DescribeDeviceStreamsRequest,
852
+ opts: Dict = None,
853
+ ) -> models.DescribeDeviceStreamsResponse:
854
+ """
855
+ 本接口(DescribeDeviceStreams)用于获取设备实时流地址。
856
+ 请使用DescribeChannelStreamURL接口
857
+ """
858
+
859
+ kwargs = {}
860
+ kwargs["action"] = "DescribeDeviceStreams"
861
+ kwargs["params"] = request._serialize()
862
+ kwargs["resp_cls"] = models.DescribeDeviceStreamsResponse
863
+ kwargs["headers"] = request.headers
864
+ kwargs["opts"] = opts or {}
865
+
866
+ return await self.call_and_deserialize(**kwargs)
867
+
868
+ async def DescribeGroupById(
869
+ self,
870
+ request: models.DescribeGroupByIdRequest,
871
+ opts: Dict = None,
872
+ ) -> models.DescribeGroupByIdResponse:
873
+ """
874
+ 本接口(DescribeGroupById)用于根据分组ID查询分组。
875
+ """
876
+
877
+ kwargs = {}
878
+ kwargs["action"] = "DescribeGroupById"
879
+ kwargs["params"] = request._serialize()
880
+ kwargs["resp_cls"] = models.DescribeGroupByIdResponse
881
+ kwargs["headers"] = request.headers
882
+ kwargs["opts"] = opts or {}
883
+
884
+ return await self.call_and_deserialize(**kwargs)
885
+
886
+ async def DescribeGroupByPath(
887
+ self,
888
+ request: models.DescribeGroupByPathRequest,
889
+ opts: Dict = None,
890
+ ) -> models.DescribeGroupByPathResponse:
891
+ """
892
+ 根据分组路径查询分组
893
+ """
894
+
895
+ kwargs = {}
896
+ kwargs["action"] = "DescribeGroupByPath"
897
+ kwargs["params"] = request._serialize()
898
+ kwargs["resp_cls"] = models.DescribeGroupByPathResponse
899
+ kwargs["headers"] = request.headers
900
+ kwargs["opts"] = opts or {}
901
+
902
+ return await self.call_and_deserialize(**kwargs)
903
+
904
+ async def DescribeGroupDevices(
905
+ self,
906
+ request: models.DescribeGroupDevicesRequest,
907
+ opts: Dict = None,
908
+ ) -> models.DescribeGroupDevicesResponse:
909
+ """
910
+ 本接口(DescribeGroupDevices)用于查询分组下的设备列表。
911
+ """
912
+
913
+ kwargs = {}
914
+ kwargs["action"] = "DescribeGroupDevices"
915
+ kwargs["params"] = request._serialize()
916
+ kwargs["resp_cls"] = models.DescribeGroupDevicesResponse
917
+ kwargs["headers"] = request.headers
918
+ kwargs["opts"] = opts or {}
919
+
920
+ return await self.call_and_deserialize(**kwargs)
921
+
922
+ async def DescribeGroups(
923
+ self,
924
+ request: models.DescribeGroupsRequest,
925
+ opts: Dict = None,
926
+ ) -> models.DescribeGroupsResponse:
927
+ """
928
+ 本接口(DescribeGroups)用于批量查询分组信息。
929
+ """
930
+
931
+ kwargs = {}
932
+ kwargs["action"] = "DescribeGroups"
933
+ kwargs["params"] = request._serialize()
934
+ kwargs["resp_cls"] = models.DescribeGroupsResponse
935
+ kwargs["headers"] = request.headers
936
+ kwargs["opts"] = opts or {}
937
+
938
+ return await self.call_and_deserialize(**kwargs)
939
+
940
+ async def DescribeIPCChannels(
941
+ self,
942
+ request: models.DescribeIPCChannelsRequest,
943
+ opts: Dict = None,
944
+ ) -> models.DescribeIPCChannelsResponse:
945
+ """
946
+ 获取IPC设备下属通道
947
+ 请使用DescribeChannels接口
948
+ """
949
+
950
+ kwargs = {}
951
+ kwargs["action"] = "DescribeIPCChannels"
952
+ kwargs["params"] = request._serialize()
953
+ kwargs["resp_cls"] = models.DescribeIPCChannelsResponse
954
+ kwargs["headers"] = request.headers
955
+ kwargs["opts"] = opts or {}
956
+
957
+ return await self.call_and_deserialize(**kwargs)
958
+
959
+ async def DescribeLiveChannel(
960
+ self,
961
+ request: models.DescribeLiveChannelRequest,
962
+ opts: Dict = None,
963
+ ) -> models.DescribeLiveChannelResponse:
964
+ """
965
+ 直播详情接口
966
+ """
967
+
968
+ kwargs = {}
969
+ kwargs["action"] = "DescribeLiveChannel"
970
+ kwargs["params"] = request._serialize()
971
+ kwargs["resp_cls"] = models.DescribeLiveChannelResponse
972
+ kwargs["headers"] = request.headers
973
+ kwargs["opts"] = opts or {}
974
+
975
+ return await self.call_and_deserialize(**kwargs)
976
+
977
+ async def DescribeLiveChannelList(
978
+ self,
979
+ request: models.DescribeLiveChannelListRequest,
980
+ opts: Dict = None,
981
+ ) -> models.DescribeLiveChannelListResponse:
982
+ """
983
+ 直播列表接口
984
+ """
985
+
986
+ kwargs = {}
987
+ kwargs["action"] = "DescribeLiveChannelList"
988
+ kwargs["params"] = request._serialize()
989
+ kwargs["resp_cls"] = models.DescribeLiveChannelListResponse
990
+ kwargs["headers"] = request.headers
991
+ kwargs["opts"] = opts or {}
992
+
993
+ return await self.call_and_deserialize(**kwargs)
994
+
995
+ async def DescribeLiveRecordPlanById(
996
+ self,
997
+ request: models.DescribeLiveRecordPlanByIdRequest,
998
+ opts: Dict = None,
999
+ ) -> models.DescribeLiveRecordPlanByIdResponse:
1000
+ """
1001
+ 获取直播录制计划详情
1002
+ """
1003
+
1004
+ kwargs = {}
1005
+ kwargs["action"] = "DescribeLiveRecordPlanById"
1006
+ kwargs["params"] = request._serialize()
1007
+ kwargs["resp_cls"] = models.DescribeLiveRecordPlanByIdResponse
1008
+ kwargs["headers"] = request.headers
1009
+ kwargs["opts"] = opts or {}
1010
+
1011
+ return await self.call_and_deserialize(**kwargs)
1012
+
1013
+ async def DescribeLiveRecordPlanIds(
1014
+ self,
1015
+ request: models.DescribeLiveRecordPlanIdsRequest,
1016
+ opts: Dict = None,
1017
+ ) -> models.DescribeLiveRecordPlanIdsResponse:
1018
+ """
1019
+ 获取直播录制计划列表
1020
+ """
1021
+
1022
+ kwargs = {}
1023
+ kwargs["action"] = "DescribeLiveRecordPlanIds"
1024
+ kwargs["params"] = request._serialize()
1025
+ kwargs["resp_cls"] = models.DescribeLiveRecordPlanIdsResponse
1026
+ kwargs["headers"] = request.headers
1027
+ kwargs["opts"] = opts or {}
1028
+
1029
+ return await self.call_and_deserialize(**kwargs)
1030
+
1031
+ async def DescribeLiveStream(
1032
+ self,
1033
+ request: models.DescribeLiveStreamRequest,
1034
+ opts: Dict = None,
1035
+ ) -> models.DescribeLiveStreamResponse:
1036
+ """
1037
+ 直播拉流接口
1038
+ """
1039
+
1040
+ kwargs = {}
1041
+ kwargs["action"] = "DescribeLiveStream"
1042
+ kwargs["params"] = request._serialize()
1043
+ kwargs["resp_cls"] = models.DescribeLiveStreamResponse
1044
+ kwargs["headers"] = request.headers
1045
+ kwargs["opts"] = opts or {}
1046
+
1047
+ return await self.call_and_deserialize(**kwargs)
1048
+
1049
+ async def DescribeLiveVideoList(
1050
+ self,
1051
+ request: models.DescribeLiveVideoListRequest,
1052
+ opts: Dict = None,
1053
+ ) -> models.DescribeLiveVideoListResponse:
1054
+ """
1055
+ 直播录像回放列表
1056
+ """
1057
+
1058
+ kwargs = {}
1059
+ kwargs["action"] = "DescribeLiveVideoList"
1060
+ kwargs["params"] = request._serialize()
1061
+ kwargs["resp_cls"] = models.DescribeLiveVideoListResponse
1062
+ kwargs["headers"] = request.headers
1063
+ kwargs["opts"] = opts or {}
1064
+
1065
+ return await self.call_and_deserialize(**kwargs)
1066
+
1067
+ async def DescribeMessageForward(
1068
+ self,
1069
+ request: models.DescribeMessageForwardRequest,
1070
+ opts: Dict = None,
1071
+ ) -> models.DescribeMessageForwardResponse:
1072
+ """
1073
+ 查看消息转发配置详情
1074
+ """
1075
+
1076
+ kwargs = {}
1077
+ kwargs["action"] = "DescribeMessageForward"
1078
+ kwargs["params"] = request._serialize()
1079
+ kwargs["resp_cls"] = models.DescribeMessageForwardResponse
1080
+ kwargs["headers"] = request.headers
1081
+ kwargs["opts"] = opts or {}
1082
+
1083
+ return await self.call_and_deserialize(**kwargs)
1084
+
1085
+ async def DescribeMessageForwards(
1086
+ self,
1087
+ request: models.DescribeMessageForwardsRequest,
1088
+ opts: Dict = None,
1089
+ ) -> models.DescribeMessageForwardsResponse:
1090
+ """
1091
+ 查看消息转发配置列表
1092
+ """
1093
+
1094
+ kwargs = {}
1095
+ kwargs["action"] = "DescribeMessageForwards"
1096
+ kwargs["params"] = request._serialize()
1097
+ kwargs["resp_cls"] = models.DescribeMessageForwardsResponse
1098
+ kwargs["headers"] = request.headers
1099
+ kwargs["opts"] = opts or {}
1100
+
1101
+ return await self.call_and_deserialize(**kwargs)
1102
+
1103
+ async def DescribeMonitorDataByDate(
1104
+ self,
1105
+ request: models.DescribeMonitorDataByDateRequest,
1106
+ opts: Dict = None,
1107
+ ) -> models.DescribeMonitorDataByDateResponse:
1108
+ """
1109
+ 运营中心-设备录像存储统计
1110
+ """
1111
+
1112
+ kwargs = {}
1113
+ kwargs["action"] = "DescribeMonitorDataByDate"
1114
+ kwargs["params"] = request._serialize()
1115
+ kwargs["resp_cls"] = models.DescribeMonitorDataByDateResponse
1116
+ kwargs["headers"] = request.headers
1117
+ kwargs["opts"] = opts or {}
1118
+
1119
+ return await self.call_and_deserialize(**kwargs)
1120
+
1121
+ async def DescribePresetList(
1122
+ self,
1123
+ request: models.DescribePresetListRequest,
1124
+ opts: Dict = None,
1125
+ ) -> models.DescribePresetListResponse:
1126
+ """
1127
+ 获取预置位列表
1128
+ """
1129
+
1130
+ kwargs = {}
1131
+ kwargs["action"] = "DescribePresetList"
1132
+ kwargs["params"] = request._serialize()
1133
+ kwargs["resp_cls"] = models.DescribePresetListResponse
1134
+ kwargs["headers"] = request.headers
1135
+ kwargs["opts"] = opts or {}
1136
+
1137
+ return await self.call_and_deserialize(**kwargs)
1138
+
1139
+ async def DescribeRecordDatesByChannel(
1140
+ self,
1141
+ request: models.DescribeRecordDatesByChannelRequest,
1142
+ opts: Dict = None,
1143
+ ) -> models.DescribeRecordDatesByChannelResponse:
1144
+ """
1145
+ 本接口(DescribeRecordDatesByChannel)用于查询设备含有录像文件的日期列表。
1146
+ """
1147
+
1148
+ kwargs = {}
1149
+ kwargs["action"] = "DescribeRecordDatesByChannel"
1150
+ kwargs["params"] = request._serialize()
1151
+ kwargs["resp_cls"] = models.DescribeRecordDatesByChannelResponse
1152
+ kwargs["headers"] = request.headers
1153
+ kwargs["opts"] = opts or {}
1154
+
1155
+ return await self.call_and_deserialize(**kwargs)
1156
+
1157
+ async def DescribeRecordDatesByLive(
1158
+ self,
1159
+ request: models.DescribeRecordDatesByLiveRequest,
1160
+ opts: Dict = None,
1161
+ ) -> models.DescribeRecordDatesByLiveResponse:
1162
+ """
1163
+ 直播录像存储日期列表
1164
+ """
1165
+
1166
+ kwargs = {}
1167
+ kwargs["action"] = "DescribeRecordDatesByLive"
1168
+ kwargs["params"] = request._serialize()
1169
+ kwargs["resp_cls"] = models.DescribeRecordDatesByLiveResponse
1170
+ kwargs["headers"] = request.headers
1171
+ kwargs["opts"] = opts or {}
1172
+
1173
+ return await self.call_and_deserialize(**kwargs)
1174
+
1175
+ async def DescribeRecordStream(
1176
+ self,
1177
+ request: models.DescribeRecordStreamRequest,
1178
+ opts: Dict = None,
1179
+ ) -> models.DescribeRecordStreamResponse:
1180
+ """
1181
+ 获取回放视频流地址
1182
+ 请使用DescribeChannelLocalRecordURL接口
1183
+
1184
+ RecordId和StartTime/EndTime互斥
1185
+ 当存在RecordId时,StartTime和EndTime无效
1186
+ 当RecordId为空,StartTime和EndTime生效
1187
+ """
1188
+
1189
+ kwargs = {}
1190
+ kwargs["action"] = "DescribeRecordStream"
1191
+ kwargs["params"] = request._serialize()
1192
+ kwargs["resp_cls"] = models.DescribeRecordStreamResponse
1193
+ kwargs["headers"] = request.headers
1194
+ kwargs["opts"] = opts or {}
1195
+
1196
+ return await self.call_and_deserialize(**kwargs)
1197
+
1198
+ async def DescribeRecordingPlanById(
1199
+ self,
1200
+ request: models.DescribeRecordingPlanByIdRequest,
1201
+ opts: Dict = None,
1202
+ ) -> models.DescribeRecordingPlanByIdResponse:
1203
+ """
1204
+ 本接口(DescribeRecordingPlanById)用于根据录制计划ID获取录制计划。
1205
+ """
1206
+
1207
+ kwargs = {}
1208
+ kwargs["action"] = "DescribeRecordingPlanById"
1209
+ kwargs["params"] = request._serialize()
1210
+ kwargs["resp_cls"] = models.DescribeRecordingPlanByIdResponse
1211
+ kwargs["headers"] = request.headers
1212
+ kwargs["opts"] = opts or {}
1213
+
1214
+ return await self.call_and_deserialize(**kwargs)
1215
+
1216
+ async def DescribeRecordingPlans(
1217
+ self,
1218
+ request: models.DescribeRecordingPlansRequest,
1219
+ opts: Dict = None,
1220
+ ) -> models.DescribeRecordingPlansResponse:
1221
+ """
1222
+ 本接口(DescribeRecordingPlans)用于获取用户的全部录制计划。
1223
+ """
1224
+
1225
+ kwargs = {}
1226
+ kwargs["action"] = "DescribeRecordingPlans"
1227
+ kwargs["params"] = request._serialize()
1228
+ kwargs["resp_cls"] = models.DescribeRecordingPlansResponse
1229
+ kwargs["headers"] = request.headers
1230
+ kwargs["opts"] = opts or {}
1231
+
1232
+ return await self.call_and_deserialize(**kwargs)
1233
+
1234
+ async def DescribeSIPServer(
1235
+ self,
1236
+ request: models.DescribeSIPServerRequest,
1237
+ opts: Dict = None,
1238
+ ) -> models.DescribeSIPServerResponse:
1239
+ """
1240
+ 本接口用于获取SIP服务器相关配置,用户可以通过这些配置项,将设备通过GB28181协议注册到本服务。
1241
+ """
1242
+
1243
+ kwargs = {}
1244
+ kwargs["action"] = "DescribeSIPServer"
1245
+ kwargs["params"] = request._serialize()
1246
+ kwargs["resp_cls"] = models.DescribeSIPServerResponse
1247
+ kwargs["headers"] = request.headers
1248
+ kwargs["opts"] = opts or {}
1249
+
1250
+ return await self.call_and_deserialize(**kwargs)
1251
+
1252
+ async def DescribeScene(
1253
+ self,
1254
+ request: models.DescribeSceneRequest,
1255
+ opts: Dict = None,
1256
+ ) -> models.DescribeSceneResponse:
1257
+ """
1258
+ 场景详情
1259
+ """
1260
+
1261
+ kwargs = {}
1262
+ kwargs["action"] = "DescribeScene"
1263
+ kwargs["params"] = request._serialize()
1264
+ kwargs["resp_cls"] = models.DescribeSceneResponse
1265
+ kwargs["headers"] = request.headers
1266
+ kwargs["opts"] = opts or {}
1267
+
1268
+ return await self.call_and_deserialize(**kwargs)
1269
+
1270
+ async def DescribeScenes(
1271
+ self,
1272
+ request: models.DescribeScenesRequest,
1273
+ opts: Dict = None,
1274
+ ) -> models.DescribeScenesResponse:
1275
+ """
1276
+ 获取场景列表
1277
+ """
1278
+
1279
+ kwargs = {}
1280
+ kwargs["action"] = "DescribeScenes"
1281
+ kwargs["params"] = request._serialize()
1282
+ kwargs["resp_cls"] = models.DescribeScenesResponse
1283
+ kwargs["headers"] = request.headers
1284
+ kwargs["opts"] = opts or {}
1285
+
1286
+ return await self.call_and_deserialize(**kwargs)
1287
+
1288
+ async def DescribeStatisticDetails(
1289
+ self,
1290
+ request: models.DescribeStatisticDetailsRequest,
1291
+ opts: Dict = None,
1292
+ ) -> models.DescribeStatisticDetailsResponse:
1293
+ """
1294
+ 本接口(DescribeStatisticDetails)用于查询指定统计项详情,返回结果按天为单位聚合,支持的最大时间查询范围为31天。
1295
+ """
1296
+
1297
+ kwargs = {}
1298
+ kwargs["action"] = "DescribeStatisticDetails"
1299
+ kwargs["params"] = request._serialize()
1300
+ kwargs["resp_cls"] = models.DescribeStatisticDetailsResponse
1301
+ kwargs["headers"] = request.headers
1302
+ kwargs["opts"] = opts or {}
1303
+
1304
+ return await self.call_and_deserialize(**kwargs)
1305
+
1306
+ async def DescribeStatisticSummary(
1307
+ self,
1308
+ request: models.DescribeStatisticSummaryRequest,
1309
+ opts: Dict = None,
1310
+ ) -> models.DescribeStatisticSummaryResponse:
1311
+ """
1312
+ 本接口(DescribeStatisticSummary)用于查询用户昨日的概览数据。
1313
+ """
1314
+
1315
+ kwargs = {}
1316
+ kwargs["action"] = "DescribeStatisticSummary"
1317
+ kwargs["params"] = request._serialize()
1318
+ kwargs["resp_cls"] = models.DescribeStatisticSummaryResponse
1319
+ kwargs["headers"] = request.headers
1320
+ kwargs["opts"] = opts or {}
1321
+
1322
+ return await self.call_and_deserialize(**kwargs)
1323
+
1324
+ async def DescribeSubGroups(
1325
+ self,
1326
+ request: models.DescribeSubGroupsRequest,
1327
+ opts: Dict = None,
1328
+ ) -> models.DescribeSubGroupsResponse:
1329
+ """
1330
+ 本接口(DescribeSubGroups)用于查询分组下的子分组列表。
1331
+ """
1332
+
1333
+ kwargs = {}
1334
+ kwargs["action"] = "DescribeSubGroups"
1335
+ kwargs["params"] = request._serialize()
1336
+ kwargs["resp_cls"] = models.DescribeSubGroupsResponse
1337
+ kwargs["headers"] = request.headers
1338
+ kwargs["opts"] = opts or {}
1339
+
1340
+ return await self.call_and_deserialize(**kwargs)
1341
+
1342
+ async def DescribeSubscriptionStatus(
1343
+ self,
1344
+ request: models.DescribeSubscriptionStatusRequest,
1345
+ opts: Dict = None,
1346
+ ) -> models.DescribeSubscriptionStatusResponse:
1347
+ """
1348
+ 查询主设备订阅状态
1349
+ """
1350
+
1351
+ kwargs = {}
1352
+ kwargs["action"] = "DescribeSubscriptionStatus"
1353
+ kwargs["params"] = request._serialize()
1354
+ kwargs["resp_cls"] = models.DescribeSubscriptionStatusResponse
1355
+ kwargs["headers"] = request.headers
1356
+ kwargs["opts"] = opts or {}
1357
+
1358
+ return await self.call_and_deserialize(**kwargs)
1359
+
1360
+ async def DescribeVideoList(
1361
+ self,
1362
+ request: models.DescribeVideoListRequest,
1363
+ opts: Dict = None,
1364
+ ) -> models.DescribeVideoListResponse:
1365
+ """
1366
+ 根据时间获取云端录制文件列表
1367
+ """
1368
+
1369
+ kwargs = {}
1370
+ kwargs["action"] = "DescribeVideoList"
1371
+ kwargs["params"] = request._serialize()
1372
+ kwargs["resp_cls"] = models.DescribeVideoListResponse
1373
+ kwargs["headers"] = request.headers
1374
+ kwargs["opts"] = opts or {}
1375
+
1376
+ return await self.call_and_deserialize(**kwargs)
1377
+
1378
+ async def DescribeVideoListByChannel(
1379
+ self,
1380
+ request: models.DescribeVideoListByChannelRequest,
1381
+ opts: Dict = None,
1382
+ ) -> models.DescribeVideoListByChannelResponse:
1383
+ """
1384
+ 本接口(DescribeVideoListByChannel)用于查询指定通道的录制文件列表
1385
+ """
1386
+
1387
+ kwargs = {}
1388
+ kwargs["action"] = "DescribeVideoListByChannel"
1389
+ kwargs["params"] = request._serialize()
1390
+ kwargs["resp_cls"] = models.DescribeVideoListByChannelResponse
1391
+ kwargs["headers"] = request.headers
1392
+ kwargs["opts"] = opts or {}
1393
+
1394
+ return await self.call_and_deserialize(**kwargs)
1395
+
1396
+ async def DescribeWarnMod(
1397
+ self,
1398
+ request: models.DescribeWarnModRequest,
1399
+ opts: Dict = None,
1400
+ ) -> models.DescribeWarnModResponse:
1401
+ """
1402
+ 告警等级列表
1403
+ """
1404
+
1405
+ kwargs = {}
1406
+ kwargs["action"] = "DescribeWarnMod"
1407
+ kwargs["params"] = request._serialize()
1408
+ kwargs["resp_cls"] = models.DescribeWarnModResponse
1409
+ kwargs["headers"] = request.headers
1410
+ kwargs["opts"] = opts or {}
1411
+
1412
+ return await self.call_and_deserialize(**kwargs)
1413
+
1414
+ async def DescribeWarnings(
1415
+ self,
1416
+ request: models.DescribeWarningsRequest,
1417
+ opts: Dict = None,
1418
+ ) -> models.DescribeWarningsResponse:
1419
+ """
1420
+ 获取告警列表
1421
+ """
1422
+
1423
+ kwargs = {}
1424
+ kwargs["action"] = "DescribeWarnings"
1425
+ kwargs["params"] = request._serialize()
1426
+ kwargs["resp_cls"] = models.DescribeWarningsResponse
1427
+ kwargs["headers"] = request.headers
1428
+ kwargs["opts"] = opts or {}
1429
+
1430
+ return await self.call_and_deserialize(**kwargs)
1431
+
1432
+ async def DescribeXP2PData(
1433
+ self,
1434
+ request: models.DescribeXP2PDataRequest,
1435
+ opts: Dict = None,
1436
+ ) -> models.DescribeXP2PDataResponse:
1437
+ """
1438
+ 获取X-P2P的统计数据
1439
+ """
1440
+
1441
+ kwargs = {}
1442
+ kwargs["action"] = "DescribeXP2PData"
1443
+ kwargs["params"] = request._serialize()
1444
+ kwargs["resp_cls"] = models.DescribeXP2PDataResponse
1445
+ kwargs["headers"] = request.headers
1446
+ kwargs["opts"] = opts or {}
1447
+
1448
+ return await self.call_and_deserialize(**kwargs)
1449
+
1450
+ async def GetRecordDatesByDev(
1451
+ self,
1452
+ request: models.GetRecordDatesByDevRequest,
1453
+ opts: Dict = None,
1454
+ ) -> models.GetRecordDatesByDevResponse:
1455
+ """
1456
+ 本接口(GetRecordDatesByDev)用于查询设备含有录像文件的日期列表。
1457
+ 请使用DescribeRecordDatesByChannel接口
1458
+ """
1459
+
1460
+ kwargs = {}
1461
+ kwargs["action"] = "GetRecordDatesByDev"
1462
+ kwargs["params"] = request._serialize()
1463
+ kwargs["resp_cls"] = models.GetRecordDatesByDevResponse
1464
+ kwargs["headers"] = request.headers
1465
+ kwargs["opts"] = opts or {}
1466
+
1467
+ return await self.call_and_deserialize(**kwargs)
1468
+
1469
+ async def GetRecordPlanByDev(
1470
+ self,
1471
+ request: models.GetRecordPlanByDevRequest,
1472
+ opts: Dict = None,
1473
+ ) -> models.GetRecordPlanByDevResponse:
1474
+ """
1475
+ 本接口(GetRecordPlanByDev)用于根据设备ID查询其绑定的录制计划. 这个接口没有业务逻辑用到, 已废弃,统一用DescribeDevice
1476
+ """
1477
+
1478
+ kwargs = {}
1479
+ kwargs["action"] = "GetRecordPlanByDev"
1480
+ kwargs["params"] = request._serialize()
1481
+ kwargs["resp_cls"] = models.GetRecordPlanByDevResponse
1482
+ kwargs["headers"] = request.headers
1483
+ kwargs["opts"] = opts or {}
1484
+
1485
+ return await self.call_and_deserialize(**kwargs)
1486
+
1487
+ async def GetRecordPlanById(
1488
+ self,
1489
+ request: models.GetRecordPlanByIdRequest,
1490
+ opts: Dict = None,
1491
+ ) -> models.GetRecordPlanByIdResponse:
1492
+ """
1493
+ 本接口(GetRecordPlanById)用于根据录制计划ID获取录制计划。
1494
+ 请使用DescribeRecordingPlanById接口
1495
+ """
1496
+
1497
+ kwargs = {}
1498
+ kwargs["action"] = "GetRecordPlanById"
1499
+ kwargs["params"] = request._serialize()
1500
+ kwargs["resp_cls"] = models.GetRecordPlanByIdResponse
1501
+ kwargs["headers"] = request.headers
1502
+ kwargs["opts"] = opts or {}
1503
+
1504
+ return await self.call_and_deserialize(**kwargs)
1505
+
1506
+ async def GetRecordPlans(
1507
+ self,
1508
+ request: models.GetRecordPlansRequest,
1509
+ opts: Dict = None,
1510
+ ) -> models.GetRecordPlansResponse:
1511
+ """
1512
+ 本接口(GetRecordPlans)用于获取用户的全部录制计划。
1513
+ 请使用DescribeRecordingPlans接口
1514
+ """
1515
+
1516
+ kwargs = {}
1517
+ kwargs["action"] = "GetRecordPlans"
1518
+ kwargs["params"] = request._serialize()
1519
+ kwargs["resp_cls"] = models.GetRecordPlansResponse
1520
+ kwargs["headers"] = request.headers
1521
+ kwargs["opts"] = opts or {}
1522
+
1523
+ return await self.call_and_deserialize(**kwargs)
1524
+
1525
+ async def GetTimeTemplateById(
1526
+ self,
1527
+ request: models.GetTimeTemplateByIdRequest,
1528
+ opts: Dict = None,
1529
+ ) -> models.GetTimeTemplateByIdResponse:
1530
+ """
1531
+ 本接口(GetTimeTemplateById)用于根据模板ID获取时间模板详情。
1532
+ """
1533
+
1534
+ kwargs = {}
1535
+ kwargs["action"] = "GetTimeTemplateById"
1536
+ kwargs["params"] = request._serialize()
1537
+ kwargs["resp_cls"] = models.GetTimeTemplateByIdResponse
1538
+ kwargs["headers"] = request.headers
1539
+ kwargs["opts"] = opts or {}
1540
+
1541
+ return await self.call_and_deserialize(**kwargs)
1542
+
1543
+ async def GetTimeTemplates(
1544
+ self,
1545
+ request: models.GetTimeTemplatesRequest,
1546
+ opts: Dict = None,
1547
+ ) -> models.GetTimeTemplatesResponse:
1548
+ """
1549
+ 本接口(GetTimeTemplates)用于获取时间模板列表。
1550
+ """
1551
+
1552
+ kwargs = {}
1553
+ kwargs["action"] = "GetTimeTemplates"
1554
+ kwargs["params"] = request._serialize()
1555
+ kwargs["resp_cls"] = models.GetTimeTemplatesResponse
1556
+ kwargs["headers"] = request.headers
1557
+ kwargs["opts"] = opts or {}
1558
+
1559
+ return await self.call_and_deserialize(**kwargs)
1560
+
1561
+ async def GetVideoListByCon(
1562
+ self,
1563
+ request: models.GetVideoListByConRequest,
1564
+ opts: Dict = None,
1565
+ ) -> models.GetVideoListByConResponse:
1566
+ """
1567
+ 本接口(GetVideoListByCon)用于查询设备的录制文件列表
1568
+ 请使用DescribeVideoListByChannel接口
1569
+ """
1570
+
1571
+ kwargs = {}
1572
+ kwargs["action"] = "GetVideoListByCon"
1573
+ kwargs["params"] = request._serialize()
1574
+ kwargs["resp_cls"] = models.GetVideoListByConResponse
1575
+ kwargs["headers"] = request.headers
1576
+ kwargs["opts"] = opts or {}
1577
+
1578
+ return await self.call_and_deserialize(**kwargs)
1579
+
1580
+ async def ModifyBindPlanLiveChannel(
1581
+ self,
1582
+ request: models.ModifyBindPlanLiveChannelRequest,
1583
+ opts: Dict = None,
1584
+ ) -> models.ModifyBindPlanLiveChannelResponse:
1585
+ """
1586
+ 直播录制计划绑定解绑直播频道
1587
+ """
1588
+
1589
+ kwargs = {}
1590
+ kwargs["action"] = "ModifyBindPlanLiveChannel"
1591
+ kwargs["params"] = request._serialize()
1592
+ kwargs["resp_cls"] = models.ModifyBindPlanLiveChannelResponse
1593
+ kwargs["headers"] = request.headers
1594
+ kwargs["opts"] = opts or {}
1595
+
1596
+ return await self.call_and_deserialize(**kwargs)
1597
+
1598
+ async def ModifyBindRecordingPlan(
1599
+ self,
1600
+ request: models.ModifyBindRecordingPlanRequest,
1601
+ opts: Dict = None,
1602
+ ) -> models.ModifyBindRecordingPlanResponse:
1603
+ """
1604
+ 本接口(ModifyBindRecordingPlan)用于更新录制计划绑定的通道
1605
+ """
1606
+
1607
+ kwargs = {}
1608
+ kwargs["action"] = "ModifyBindRecordingPlan"
1609
+ kwargs["params"] = request._serialize()
1610
+ kwargs["resp_cls"] = models.ModifyBindRecordingPlanResponse
1611
+ kwargs["headers"] = request.headers
1612
+ kwargs["opts"] = opts or {}
1613
+
1614
+ return await self.call_and_deserialize(**kwargs)
1615
+
1616
+ async def ModifyBindSceneChannels(
1617
+ self,
1618
+ request: models.ModifyBindSceneChannelsRequest,
1619
+ opts: Dict = None,
1620
+ ) -> models.ModifyBindSceneChannelsResponse:
1621
+ """
1622
+ 场景绑定解绑通道接口
1623
+ """
1624
+
1625
+ kwargs = {}
1626
+ kwargs["action"] = "ModifyBindSceneChannels"
1627
+ kwargs["params"] = request._serialize()
1628
+ kwargs["resp_cls"] = models.ModifyBindSceneChannelsResponse
1629
+ kwargs["headers"] = request.headers
1630
+ kwargs["opts"] = opts or {}
1631
+
1632
+ return await self.call_and_deserialize(**kwargs)
1633
+
1634
+ async def ModifyBindSceneDevice(
1635
+ self,
1636
+ request: models.ModifyBindSceneDeviceRequest,
1637
+ opts: Dict = None,
1638
+ ) -> models.ModifyBindSceneDeviceResponse:
1639
+ """
1640
+ 场景绑定/解绑通道接口
1641
+ """
1642
+
1643
+ kwargs = {}
1644
+ kwargs["action"] = "ModifyBindSceneDevice"
1645
+ kwargs["params"] = request._serialize()
1646
+ kwargs["resp_cls"] = models.ModifyBindSceneDeviceResponse
1647
+ kwargs["headers"] = request.headers
1648
+ kwargs["opts"] = opts or {}
1649
+
1650
+ return await self.call_and_deserialize(**kwargs)
1651
+
1652
+ async def ModifyDeviceData(
1653
+ self,
1654
+ request: models.ModifyDeviceDataRequest,
1655
+ opts: Dict = None,
1656
+ ) -> models.ModifyDeviceDataResponse:
1657
+ """
1658
+ 本接口(ModifyDeviceData)用于编辑设备信息。
1659
+ """
1660
+
1661
+ kwargs = {}
1662
+ kwargs["action"] = "ModifyDeviceData"
1663
+ kwargs["params"] = request._serialize()
1664
+ kwargs["resp_cls"] = models.ModifyDeviceDataResponse
1665
+ kwargs["headers"] = request.headers
1666
+ kwargs["opts"] = opts or {}
1667
+
1668
+ return await self.call_and_deserialize(**kwargs)
1669
+
1670
+ async def ModifyLiveChannel(
1671
+ self,
1672
+ request: models.ModifyLiveChannelRequest,
1673
+ opts: Dict = None,
1674
+ ) -> models.ModifyLiveChannelResponse:
1675
+ """
1676
+ 编辑直播接口
1677
+ """
1678
+
1679
+ kwargs = {}
1680
+ kwargs["action"] = "ModifyLiveChannel"
1681
+ kwargs["params"] = request._serialize()
1682
+ kwargs["resp_cls"] = models.ModifyLiveChannelResponse
1683
+ kwargs["headers"] = request.headers
1684
+ kwargs["opts"] = opts or {}
1685
+
1686
+ return await self.call_and_deserialize(**kwargs)
1687
+
1688
+ async def ModifyLiveRecordPlan(
1689
+ self,
1690
+ request: models.ModifyLiveRecordPlanRequest,
1691
+ opts: Dict = None,
1692
+ ) -> models.ModifyLiveRecordPlanResponse:
1693
+ """
1694
+ 编辑直播录制计划
1695
+ """
1696
+
1697
+ kwargs = {}
1698
+ kwargs["action"] = "ModifyLiveRecordPlan"
1699
+ kwargs["params"] = request._serialize()
1700
+ kwargs["resp_cls"] = models.ModifyLiveRecordPlanResponse
1701
+ kwargs["headers"] = request.headers
1702
+ kwargs["opts"] = opts or {}
1703
+
1704
+ return await self.call_and_deserialize(**kwargs)
1705
+
1706
+ async def ModifyLiveVideo(
1707
+ self,
1708
+ request: models.ModifyLiveVideoRequest,
1709
+ opts: Dict = None,
1710
+ ) -> models.ModifyLiveVideoResponse:
1711
+ """
1712
+ 直播录像编辑
1713
+ """
1714
+
1715
+ kwargs = {}
1716
+ kwargs["action"] = "ModifyLiveVideo"
1717
+ kwargs["params"] = request._serialize()
1718
+ kwargs["resp_cls"] = models.ModifyLiveVideoResponse
1719
+ kwargs["headers"] = request.headers
1720
+ kwargs["opts"] = opts or {}
1721
+
1722
+ return await self.call_and_deserialize(**kwargs)
1723
+
1724
+ async def ModifyMessageForward(
1725
+ self,
1726
+ request: models.ModifyMessageForwardRequest,
1727
+ opts: Dict = None,
1728
+ ) -> models.ModifyMessageForwardResponse:
1729
+ """
1730
+ 修改消息转发配置
1731
+ """
1732
+
1733
+ kwargs = {}
1734
+ kwargs["action"] = "ModifyMessageForward"
1735
+ kwargs["params"] = request._serialize()
1736
+ kwargs["resp_cls"] = models.ModifyMessageForwardResponse
1737
+ kwargs["headers"] = request.headers
1738
+ kwargs["opts"] = opts or {}
1739
+
1740
+ return await self.call_and_deserialize(**kwargs)
1741
+
1742
+ async def ModifyPreset(
1743
+ self,
1744
+ request: models.ModifyPresetRequest,
1745
+ opts: Dict = None,
1746
+ ) -> models.ModifyPresetResponse:
1747
+ """
1748
+ 编辑预置位信息
1749
+ """
1750
+
1751
+ kwargs = {}
1752
+ kwargs["action"] = "ModifyPreset"
1753
+ kwargs["params"] = request._serialize()
1754
+ kwargs["resp_cls"] = models.ModifyPresetResponse
1755
+ kwargs["headers"] = request.headers
1756
+ kwargs["opts"] = opts or {}
1757
+
1758
+ return await self.call_and_deserialize(**kwargs)
1759
+
1760
+ async def ModifyRecordingPlan(
1761
+ self,
1762
+ request: models.ModifyRecordingPlanRequest,
1763
+ opts: Dict = None,
1764
+ ) -> models.ModifyRecordingPlanResponse:
1765
+ """
1766
+ 本接口(ModifyRecordingPlan)用于更新录制计划。
1767
+ """
1768
+
1769
+ kwargs = {}
1770
+ kwargs["action"] = "ModifyRecordingPlan"
1771
+ kwargs["params"] = request._serialize()
1772
+ kwargs["resp_cls"] = models.ModifyRecordingPlanResponse
1773
+ kwargs["headers"] = request.headers
1774
+ kwargs["opts"] = opts or {}
1775
+
1776
+ return await self.call_and_deserialize(**kwargs)
1777
+
1778
+ async def ModifyScene(
1779
+ self,
1780
+ request: models.ModifySceneRequest,
1781
+ opts: Dict = None,
1782
+ ) -> models.ModifySceneResponse:
1783
+ """
1784
+ 修改场景
1785
+ """
1786
+
1787
+ kwargs = {}
1788
+ kwargs["action"] = "ModifyScene"
1789
+ kwargs["params"] = request._serialize()
1790
+ kwargs["resp_cls"] = models.ModifySceneResponse
1791
+ kwargs["headers"] = request.headers
1792
+ kwargs["opts"] = opts or {}
1793
+
1794
+ return await self.call_and_deserialize(**kwargs)
1795
+
1796
+ async def ModifySubscriptionStatus(
1797
+ self,
1798
+ request: models.ModifySubscriptionStatusRequest,
1799
+ opts: Dict = None,
1800
+ ) -> models.ModifySubscriptionStatusResponse:
1801
+ """
1802
+ 编辑设备订阅状态
1803
+ """
1804
+
1805
+ kwargs = {}
1806
+ kwargs["action"] = "ModifySubscriptionStatus"
1807
+ kwargs["params"] = request._serialize()
1808
+ kwargs["resp_cls"] = models.ModifySubscriptionStatusResponse
1809
+ kwargs["headers"] = request.headers
1810
+ kwargs["opts"] = opts or {}
1811
+
1812
+ return await self.call_and_deserialize(**kwargs)
1813
+
1814
+ async def ModifyVideoInfo(
1815
+ self,
1816
+ request: models.ModifyVideoInfoRequest,
1817
+ opts: Dict = None,
1818
+ ) -> models.ModifyVideoInfoResponse:
1819
+ """
1820
+ 修改录像存储列表
1821
+ """
1822
+
1823
+ kwargs = {}
1824
+ kwargs["action"] = "ModifyVideoInfo"
1825
+ kwargs["params"] = request._serialize()
1826
+ kwargs["resp_cls"] = models.ModifyVideoInfoResponse
1827
+ kwargs["headers"] = request.headers
1828
+ kwargs["opts"] = opts or {}
1829
+
1830
+ return await self.call_and_deserialize(**kwargs)
1831
+
1832
+ async def ResetWarning(
1833
+ self,
1834
+ request: models.ResetWarningRequest,
1835
+ opts: Dict = None,
1836
+ ) -> models.ResetWarningResponse:
1837
+ """
1838
+ 重置设备告警
1839
+ """
1840
+
1841
+ kwargs = {}
1842
+ kwargs["action"] = "ResetWarning"
1843
+ kwargs["params"] = request._serialize()
1844
+ kwargs["resp_cls"] = models.ResetWarningResponse
1845
+ kwargs["headers"] = request.headers
1846
+ kwargs["opts"] = opts or {}
1847
+
1848
+ return await self.call_and_deserialize(**kwargs)
1849
+
1850
+ async def UpdateDeviceGroup(
1851
+ self,
1852
+ request: models.UpdateDeviceGroupRequest,
1853
+ opts: Dict = None,
1854
+ ) -> models.UpdateDeviceGroupResponse:
1855
+ """
1856
+ 本接口(UpdateDeviceGroup)用于修改分组信息。
1857
+ """
1858
+
1859
+ kwargs = {}
1860
+ kwargs["action"] = "UpdateDeviceGroup"
1861
+ kwargs["params"] = request._serialize()
1862
+ kwargs["resp_cls"] = models.UpdateDeviceGroupResponse
1863
+ kwargs["headers"] = request.headers
1864
+ kwargs["opts"] = opts or {}
1865
+
1866
+ return await self.call_and_deserialize(**kwargs)
1867
+
1868
+ async def UpdateDevicePassWord(
1869
+ self,
1870
+ request: models.UpdateDevicePassWordRequest,
1871
+ opts: Dict = None,
1872
+ ) -> models.UpdateDevicePassWordResponse:
1873
+ """
1874
+ 本接口(UpdateDevicePassWord)用于修改设备密码。
1875
+ """
1876
+
1877
+ kwargs = {}
1878
+ kwargs["action"] = "UpdateDevicePassWord"
1879
+ kwargs["params"] = request._serialize()
1880
+ kwargs["resp_cls"] = models.UpdateDevicePassWordResponse
1881
+ kwargs["headers"] = request.headers
1882
+ kwargs["opts"] = opts or {}
1883
+
1884
+ return await self.call_and_deserialize(**kwargs)
1885
+
1886
+ async def UpdateRecordPlan(
1887
+ self,
1888
+ request: models.UpdateRecordPlanRequest,
1889
+ opts: Dict = None,
1890
+ ) -> models.UpdateRecordPlanResponse:
1891
+ """
1892
+ 本接口(UpdateRecordPlan)用于更新录制计划。
1893
+ 请使用 ModifyRecordingPlan接口和ModifyBindRecordingPlan接口
1894
+ """
1895
+
1896
+ kwargs = {}
1897
+ kwargs["action"] = "UpdateRecordPlan"
1898
+ kwargs["params"] = request._serialize()
1899
+ kwargs["resp_cls"] = models.UpdateRecordPlanResponse
1900
+ kwargs["headers"] = request.headers
1901
+ kwargs["opts"] = opts or {}
1902
+
1903
+ return await self.call_and_deserialize(**kwargs)
1904
+
1905
+ async def UpdateTimeTemplate(
1906
+ self,
1907
+ request: models.UpdateTimeTemplateRequest,
1908
+ opts: Dict = None,
1909
+ ) -> models.UpdateTimeTemplateResponse:
1910
+ """
1911
+ 本接口(UpdateTimeTemplate)用于更新时间模板。
1912
+ """
1913
+
1914
+ kwargs = {}
1915
+ kwargs["action"] = "UpdateTimeTemplate"
1916
+ kwargs["params"] = request._serialize()
1917
+ kwargs["resp_cls"] = models.UpdateTimeTemplateResponse
1918
+ kwargs["headers"] = request.headers
1919
+ kwargs["opts"] = opts or {}
1920
+
1921
+ return await self.call_and_deserialize(**kwargs)