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,1278 @@
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.iotvideo.v20191126 import models
20
+ from typing import Dict
21
+
22
+
23
+ class IotvideoClient(AbstractClient):
24
+ _apiVersion = '2019-11-26'
25
+ _endpoint = 'iotvideo.tencentcloudapi.com'
26
+ _service = 'iotvideo'
27
+
28
+ async def ClearDeviceActiveCode(
29
+ self,
30
+ request: models.ClearDeviceActiveCodeRequest,
31
+ opts: Dict = None,
32
+ ) -> models.ClearDeviceActiveCodeResponse:
33
+ """
34
+ 清除设备激活码
35
+ """
36
+
37
+ kwargs = {}
38
+ kwargs["action"] = "ClearDeviceActiveCode"
39
+ kwargs["params"] = request._serialize()
40
+ kwargs["resp_cls"] = models.ClearDeviceActiveCodeResponse
41
+ kwargs["headers"] = request.headers
42
+ kwargs["opts"] = opts or {}
43
+
44
+ return await self.call_and_deserialize(**kwargs)
45
+
46
+ async def CreateAnonymousAccessToken(
47
+ self,
48
+ request: models.CreateAnonymousAccessTokenRequest,
49
+ opts: Dict = None,
50
+ ) -> models.CreateAnonymousAccessTokenResponse:
51
+ """
52
+ 创建匿名访问Token
53
+ """
54
+
55
+ kwargs = {}
56
+ kwargs["action"] = "CreateAnonymousAccessToken"
57
+ kwargs["params"] = request._serialize()
58
+ kwargs["resp_cls"] = models.CreateAnonymousAccessTokenResponse
59
+ kwargs["headers"] = request.headers
60
+ kwargs["opts"] = opts or {}
61
+
62
+ return await self.call_and_deserialize(**kwargs)
63
+
64
+ async def CreateAppUsr(
65
+ self,
66
+ request: models.CreateAppUsrRequest,
67
+ opts: Dict = None,
68
+ ) -> models.CreateAppUsrResponse:
69
+ """
70
+ 本接口(CreateAppUsr)用于接收由厂商云发送过来的注册请求,建立厂商云终端用户与IoT Video终端用户的映射关系。
71
+ """
72
+
73
+ kwargs = {}
74
+ kwargs["action"] = "CreateAppUsr"
75
+ kwargs["params"] = request._serialize()
76
+ kwargs["resp_cls"] = models.CreateAppUsrResponse
77
+ kwargs["headers"] = request.headers
78
+ kwargs["opts"] = opts or {}
79
+
80
+ return await self.call_and_deserialize(**kwargs)
81
+
82
+ async def CreateBinding(
83
+ self,
84
+ request: models.CreateBindingRequest,
85
+ opts: Dict = None,
86
+ ) -> models.CreateBindingResponse:
87
+ """
88
+ 本接口(CreateBinding)用于终端用户和设备进行绑定,具体的应用场景如下:
89
+ 终端用户与设备具有“强关联”关系。用户与设备绑定之后,用户终端即具备了该设备的访问权限,访问或操作设备时,无需获取设备访问Token。
90
+ """
91
+
92
+ kwargs = {}
93
+ kwargs["action"] = "CreateBinding"
94
+ kwargs["params"] = request._serialize()
95
+ kwargs["resp_cls"] = models.CreateBindingResponse
96
+ kwargs["headers"] = request.headers
97
+ kwargs["opts"] = opts or {}
98
+
99
+ return await self.call_and_deserialize(**kwargs)
100
+
101
+ async def CreateDevToken(
102
+ self,
103
+ request: models.CreateDevTokenRequest,
104
+ opts: Dict = None,
105
+ ) -> models.CreateDevTokenResponse:
106
+ """
107
+ 本接口(CreateDevToken)用于以下场景:
108
+ 终端用户与设备没有强绑定关联关系;
109
+ 允许终端用户短时或一次性临时访问设备;
110
+ 当终端用户与设备有强绑定关系时,可以不用调用此接口
111
+ """
112
+
113
+ kwargs = {}
114
+ kwargs["action"] = "CreateDevToken"
115
+ kwargs["params"] = request._serialize()
116
+ kwargs["resp_cls"] = models.CreateDevTokenResponse
117
+ kwargs["headers"] = request.headers
118
+ kwargs["opts"] = opts or {}
119
+
120
+ return await self.call_and_deserialize(**kwargs)
121
+
122
+ async def CreateDevices(
123
+ self,
124
+ request: models.CreateDevicesRequest,
125
+ opts: Dict = None,
126
+ ) -> models.CreateDevicesResponse:
127
+ """
128
+ 本接口(CreateDevices)用于批量创建新的物联网视频通信设备。
129
+ 注意:腾讯云不会对设备私钥进行保存,请自行保管好您的设备私钥。
130
+ """
131
+
132
+ kwargs = {}
133
+ kwargs["action"] = "CreateDevices"
134
+ kwargs["params"] = request._serialize()
135
+ kwargs["resp_cls"] = models.CreateDevicesResponse
136
+ kwargs["headers"] = request.headers
137
+ kwargs["opts"] = opts or {}
138
+
139
+ return await self.call_and_deserialize(**kwargs)
140
+
141
+ async def CreateGencode(
142
+ self,
143
+ request: models.CreateGencodeRequest,
144
+ opts: Dict = None,
145
+ ) -> models.CreateGencodeResponse:
146
+ """
147
+ 本接口(CreateGencode)用于生成设备物模型源代码
148
+ """
149
+
150
+ kwargs = {}
151
+ kwargs["action"] = "CreateGencode"
152
+ kwargs["params"] = request._serialize()
153
+ kwargs["resp_cls"] = models.CreateGencodeResponse
154
+ kwargs["headers"] = request.headers
155
+ kwargs["opts"] = opts or {}
156
+
157
+ return await self.call_and_deserialize(**kwargs)
158
+
159
+ async def CreateIotDataType(
160
+ self,
161
+ request: models.CreateIotDataTypeRequest,
162
+ opts: Dict = None,
163
+ ) -> models.CreateIotDataTypeResponse:
164
+ """
165
+ 本接口(CreateIotDataType)用于创建自定义物模型数据类型。
166
+ """
167
+
168
+ kwargs = {}
169
+ kwargs["action"] = "CreateIotDataType"
170
+ kwargs["params"] = request._serialize()
171
+ kwargs["resp_cls"] = models.CreateIotDataTypeResponse
172
+ kwargs["headers"] = request.headers
173
+ kwargs["opts"] = opts or {}
174
+
175
+ return await self.call_and_deserialize(**kwargs)
176
+
177
+ async def CreateIotModel(
178
+ self,
179
+ request: models.CreateIotModelRequest,
180
+ opts: Dict = None,
181
+ ) -> models.CreateIotModelResponse:
182
+ """
183
+ 本接口(CreateIotModel)用于定义的物模型提交。
184
+ 该接口实现了物模型草稿箱的功能,保存用户最后一次编辑的物模型数据。
185
+ """
186
+
187
+ kwargs = {}
188
+ kwargs["action"] = "CreateIotModel"
189
+ kwargs["params"] = request._serialize()
190
+ kwargs["resp_cls"] = models.CreateIotModelResponse
191
+ kwargs["headers"] = request.headers
192
+ kwargs["opts"] = opts or {}
193
+
194
+ return await self.call_and_deserialize(**kwargs)
195
+
196
+ async def CreateProduct(
197
+ self,
198
+ request: models.CreateProductRequest,
199
+ opts: Dict = None,
200
+ ) -> models.CreateProductResponse:
201
+ """
202
+ 本接口(CreateProduct)用于创建一个新的物联网智能视频产品。
203
+ """
204
+
205
+ kwargs = {}
206
+ kwargs["action"] = "CreateProduct"
207
+ kwargs["params"] = request._serialize()
208
+ kwargs["resp_cls"] = models.CreateProductResponse
209
+ kwargs["headers"] = request.headers
210
+ kwargs["opts"] = opts or {}
211
+
212
+ return await self.call_and_deserialize(**kwargs)
213
+
214
+ async def CreateStorage(
215
+ self,
216
+ request: models.CreateStorageRequest,
217
+ opts: Dict = None,
218
+ ) -> models.CreateStorageResponse:
219
+ """
220
+ 该接口已经停止维护,请勿使用
221
+ """
222
+
223
+ kwargs = {}
224
+ kwargs["action"] = "CreateStorage"
225
+ kwargs["params"] = request._serialize()
226
+ kwargs["resp_cls"] = models.CreateStorageResponse
227
+ kwargs["headers"] = request.headers
228
+ kwargs["opts"] = opts or {}
229
+
230
+ return await self.call_and_deserialize(**kwargs)
231
+
232
+ async def CreateStorageService(
233
+ self,
234
+ request: models.CreateStorageServiceRequest,
235
+ opts: Dict = None,
236
+ ) -> models.CreateStorageServiceResponse:
237
+ """
238
+ 购买云存服务
239
+ """
240
+
241
+ kwargs = {}
242
+ kwargs["action"] = "CreateStorageService"
243
+ kwargs["params"] = request._serialize()
244
+ kwargs["resp_cls"] = models.CreateStorageServiceResponse
245
+ kwargs["headers"] = request.headers
246
+ kwargs["opts"] = opts or {}
247
+
248
+ return await self.call_and_deserialize(**kwargs)
249
+
250
+ async def CreateTraceIds(
251
+ self,
252
+ request: models.CreateTraceIdsRequest,
253
+ opts: Dict = None,
254
+ ) -> models.CreateTraceIdsResponse:
255
+ """
256
+ 本接口(CreateTraceIds)用于将设备加到日志跟踪白名单。
257
+ """
258
+
259
+ kwargs = {}
260
+ kwargs["action"] = "CreateTraceIds"
261
+ kwargs["params"] = request._serialize()
262
+ kwargs["resp_cls"] = models.CreateTraceIdsResponse
263
+ kwargs["headers"] = request.headers
264
+ kwargs["opts"] = opts or {}
265
+
266
+ return await self.call_and_deserialize(**kwargs)
267
+
268
+ async def CreateUploadPath(
269
+ self,
270
+ request: models.CreateUploadPathRequest,
271
+ opts: Dict = None,
272
+ ) -> models.CreateUploadPathResponse:
273
+ """
274
+ 本接口(CreateUploadPath)用于获取固件上传路径。
275
+ """
276
+
277
+ kwargs = {}
278
+ kwargs["action"] = "CreateUploadPath"
279
+ kwargs["params"] = request._serialize()
280
+ kwargs["resp_cls"] = models.CreateUploadPathResponse
281
+ kwargs["headers"] = request.headers
282
+ kwargs["opts"] = opts or {}
283
+
284
+ return await self.call_and_deserialize(**kwargs)
285
+
286
+ async def CreateUploadTest(
287
+ self,
288
+ request: models.CreateUploadTestRequest,
289
+ opts: Dict = None,
290
+ ) -> models.CreateUploadTestResponse:
291
+ """
292
+ 设备申请cos上传证书
293
+ """
294
+
295
+ kwargs = {}
296
+ kwargs["action"] = "CreateUploadTest"
297
+ kwargs["params"] = request._serialize()
298
+ kwargs["resp_cls"] = models.CreateUploadTestResponse
299
+ kwargs["headers"] = request.headers
300
+ kwargs["opts"] = opts or {}
301
+
302
+ return await self.call_and_deserialize(**kwargs)
303
+
304
+ async def CreateUsrToken(
305
+ self,
306
+ request: models.CreateUsrTokenRequest,
307
+ opts: Dict = None,
308
+ ) -> models.CreateUsrTokenResponse:
309
+ """
310
+ 本接口(CreateUsrToken)用于终端用户获取IoT Video平台的accessToken,初始化SDK,连接到IoT Video接入服务器。
311
+ """
312
+
313
+ kwargs = {}
314
+ kwargs["action"] = "CreateUsrToken"
315
+ kwargs["params"] = request._serialize()
316
+ kwargs["resp_cls"] = models.CreateUsrTokenResponse
317
+ kwargs["headers"] = request.headers
318
+ kwargs["opts"] = opts or {}
319
+
320
+ return await self.call_and_deserialize(**kwargs)
321
+
322
+ async def DeleteAppUsr(
323
+ self,
324
+ request: models.DeleteAppUsrRequest,
325
+ opts: Dict = None,
326
+ ) -> models.DeleteAppUsrResponse:
327
+ """
328
+ 本接口(DeleteAppUsr)用于删除终端用户。
329
+ """
330
+
331
+ kwargs = {}
332
+ kwargs["action"] = "DeleteAppUsr"
333
+ kwargs["params"] = request._serialize()
334
+ kwargs["resp_cls"] = models.DeleteAppUsrResponse
335
+ kwargs["headers"] = request.headers
336
+ kwargs["opts"] = opts or {}
337
+
338
+ return await self.call_and_deserialize(**kwargs)
339
+
340
+ async def DeleteBinding(
341
+ self,
342
+ request: models.DeleteBindingRequest,
343
+ opts: Dict = None,
344
+ ) -> models.DeleteBindingResponse:
345
+ """
346
+ 本接口(DeleteBinding)用于终端用户和设备进行解绑定。
347
+ """
348
+
349
+ kwargs = {}
350
+ kwargs["action"] = "DeleteBinding"
351
+ kwargs["params"] = request._serialize()
352
+ kwargs["resp_cls"] = models.DeleteBindingResponse
353
+ kwargs["headers"] = request.headers
354
+ kwargs["opts"] = opts or {}
355
+
356
+ return await self.call_and_deserialize(**kwargs)
357
+
358
+ async def DeleteDevice(
359
+ self,
360
+ request: models.DeleteDeviceRequest,
361
+ opts: Dict = None,
362
+ ) -> models.DeleteDeviceResponse:
363
+ """
364
+ 本接口(DeleteDevice)用于删除设备,可进行批量操作,每次操作最多100台设备。
365
+ """
366
+
367
+ kwargs = {}
368
+ kwargs["action"] = "DeleteDevice"
369
+ kwargs["params"] = request._serialize()
370
+ kwargs["resp_cls"] = models.DeleteDeviceResponse
371
+ kwargs["headers"] = request.headers
372
+ kwargs["opts"] = opts or {}
373
+
374
+ return await self.call_and_deserialize(**kwargs)
375
+
376
+ async def DeleteIotDataType(
377
+ self,
378
+ request: models.DeleteIotDataTypeRequest,
379
+ opts: Dict = None,
380
+ ) -> models.DeleteIotDataTypeResponse:
381
+ """
382
+ 本接口(DeleteIotDataType)用于删除自定义物模型数据类型。
383
+ """
384
+
385
+ kwargs = {}
386
+ kwargs["action"] = "DeleteIotDataType"
387
+ kwargs["params"] = request._serialize()
388
+ kwargs["resp_cls"] = models.DeleteIotDataTypeResponse
389
+ kwargs["headers"] = request.headers
390
+ kwargs["opts"] = opts or {}
391
+
392
+ return await self.call_and_deserialize(**kwargs)
393
+
394
+ async def DeleteMessageQueue(
395
+ self,
396
+ request: models.DeleteMessageQueueRequest,
397
+ opts: Dict = None,
398
+ ) -> models.DeleteMessageQueueResponse:
399
+ """
400
+ 本接口(DeleteMessageQueue)用于删除物联网智能视频产品的转发消息配置信息。
401
+ """
402
+
403
+ kwargs = {}
404
+ kwargs["action"] = "DeleteMessageQueue"
405
+ kwargs["params"] = request._serialize()
406
+ kwargs["resp_cls"] = models.DeleteMessageQueueResponse
407
+ kwargs["headers"] = request.headers
408
+ kwargs["opts"] = opts or {}
409
+
410
+ return await self.call_and_deserialize(**kwargs)
411
+
412
+ async def DeleteOtaVersion(
413
+ self,
414
+ request: models.DeleteOtaVersionRequest,
415
+ opts: Dict = None,
416
+ ) -> models.DeleteOtaVersionResponse:
417
+ """
418
+ 本接口(DeleteOtaVersion)用于删除固件版本信息。
419
+ """
420
+
421
+ kwargs = {}
422
+ kwargs["action"] = "DeleteOtaVersion"
423
+ kwargs["params"] = request._serialize()
424
+ kwargs["resp_cls"] = models.DeleteOtaVersionResponse
425
+ kwargs["headers"] = request.headers
426
+ kwargs["opts"] = opts or {}
427
+
428
+ return await self.call_and_deserialize(**kwargs)
429
+
430
+ async def DeleteProduct(
431
+ self,
432
+ request: models.DeleteProductRequest,
433
+ opts: Dict = None,
434
+ ) -> models.DeleteProductResponse:
435
+ """
436
+ 本接口(DeleteProduct)用于删除一个物联网智能视频产品。
437
+ """
438
+
439
+ kwargs = {}
440
+ kwargs["action"] = "DeleteProduct"
441
+ kwargs["params"] = request._serialize()
442
+ kwargs["resp_cls"] = models.DeleteProductResponse
443
+ kwargs["headers"] = request.headers
444
+ kwargs["opts"] = opts or {}
445
+
446
+ return await self.call_and_deserialize(**kwargs)
447
+
448
+ async def DeleteTraceIds(
449
+ self,
450
+ request: models.DeleteTraceIdsRequest,
451
+ opts: Dict = None,
452
+ ) -> models.DeleteTraceIdsResponse:
453
+ """
454
+ 本接口(DeleteTraceIds)用于将设备从日志跟踪白名单中删除,该接口可批量操作,最多支持同时操作100台设备。
455
+ """
456
+
457
+ kwargs = {}
458
+ kwargs["action"] = "DeleteTraceIds"
459
+ kwargs["params"] = request._serialize()
460
+ kwargs["resp_cls"] = models.DeleteTraceIdsResponse
461
+ kwargs["headers"] = request.headers
462
+ kwargs["opts"] = opts or {}
463
+
464
+ return await self.call_and_deserialize(**kwargs)
465
+
466
+ async def DeliverStorageService(
467
+ self,
468
+ request: models.DeliverStorageServiceRequest,
469
+ opts: Dict = None,
470
+ ) -> models.DeliverStorageServiceResponse:
471
+ """
472
+ 将已购买的云存服务转移到另一设备
473
+ """
474
+
475
+ kwargs = {}
476
+ kwargs["action"] = "DeliverStorageService"
477
+ kwargs["params"] = request._serialize()
478
+ kwargs["resp_cls"] = models.DeliverStorageServiceResponse
479
+ kwargs["headers"] = request.headers
480
+ kwargs["opts"] = opts or {}
481
+
482
+ return await self.call_and_deserialize(**kwargs)
483
+
484
+ async def DescribeAccountBalance(
485
+ self,
486
+ request: models.DescribeAccountBalanceRequest,
487
+ opts: Dict = None,
488
+ ) -> models.DescribeAccountBalanceResponse:
489
+ """
490
+ 客户可通过本接口获取账户余额信息, 默认接口请求频率限制:1次/秒
491
+ """
492
+
493
+ kwargs = {}
494
+ kwargs["action"] = "DescribeAccountBalance"
495
+ kwargs["params"] = request._serialize()
496
+ kwargs["resp_cls"] = models.DescribeAccountBalanceResponse
497
+ kwargs["headers"] = request.headers
498
+ kwargs["opts"] = opts or {}
499
+
500
+ return await self.call_and_deserialize(**kwargs)
501
+
502
+ async def DescribeBindDev(
503
+ self,
504
+ request: models.DescribeBindDevRequest,
505
+ opts: Dict = None,
506
+ ) -> models.DescribeBindDevResponse:
507
+ """
508
+ 本接口(DescribeBindDev)用于查询终端用户绑定的设备列表。
509
+ """
510
+
511
+ kwargs = {}
512
+ kwargs["action"] = "DescribeBindDev"
513
+ kwargs["params"] = request._serialize()
514
+ kwargs["resp_cls"] = models.DescribeBindDevResponse
515
+ kwargs["headers"] = request.headers
516
+ kwargs["opts"] = opts or {}
517
+
518
+ return await self.call_and_deserialize(**kwargs)
519
+
520
+ async def DescribeBindUsr(
521
+ self,
522
+ request: models.DescribeBindUsrRequest,
523
+ opts: Dict = None,
524
+ ) -> models.DescribeBindUsrResponse:
525
+ """
526
+ 本接口(DescribeBindUsr)用于查询设备被分享的所有用户列表。
527
+ """
528
+
529
+ kwargs = {}
530
+ kwargs["action"] = "DescribeBindUsr"
531
+ kwargs["params"] = request._serialize()
532
+ kwargs["resp_cls"] = models.DescribeBindUsrResponse
533
+ kwargs["headers"] = request.headers
534
+ kwargs["opts"] = opts or {}
535
+
536
+ return await self.call_and_deserialize(**kwargs)
537
+
538
+ async def DescribeDevice(
539
+ self,
540
+ request: models.DescribeDeviceRequest,
541
+ opts: Dict = None,
542
+ ) -> models.DescribeDeviceResponse:
543
+ """
544
+ 本接口(DescribeDevice)获取设备信息。
545
+ """
546
+
547
+ kwargs = {}
548
+ kwargs["action"] = "DescribeDevice"
549
+ kwargs["params"] = request._serialize()
550
+ kwargs["resp_cls"] = models.DescribeDeviceResponse
551
+ kwargs["headers"] = request.headers
552
+ kwargs["opts"] = opts or {}
553
+
554
+ return await self.call_and_deserialize(**kwargs)
555
+
556
+ async def DescribeDeviceModel(
557
+ self,
558
+ request: models.DescribeDeviceModelRequest,
559
+ opts: Dict = None,
560
+ ) -> models.DescribeDeviceModelResponse:
561
+ """
562
+ 本接口(DescribeDeviceModel)用于获取设备物模型。
563
+ """
564
+
565
+ kwargs = {}
566
+ kwargs["action"] = "DescribeDeviceModel"
567
+ kwargs["params"] = request._serialize()
568
+ kwargs["resp_cls"] = models.DescribeDeviceModelResponse
569
+ kwargs["headers"] = request.headers
570
+ kwargs["opts"] = opts or {}
571
+
572
+ return await self.call_and_deserialize(**kwargs)
573
+
574
+ async def DescribeDevices(
575
+ self,
576
+ request: models.DescribeDevicesRequest,
577
+ opts: Dict = None,
578
+ ) -> models.DescribeDevicesResponse:
579
+ """
580
+ 本接口(DescribeDevices)用于获取设备信息列表。
581
+ """
582
+
583
+ kwargs = {}
584
+ kwargs["action"] = "DescribeDevices"
585
+ kwargs["params"] = request._serialize()
586
+ kwargs["resp_cls"] = models.DescribeDevicesResponse
587
+ kwargs["headers"] = request.headers
588
+ kwargs["opts"] = opts or {}
589
+
590
+ return await self.call_and_deserialize(**kwargs)
591
+
592
+ async def DescribeIotDataType(
593
+ self,
594
+ request: models.DescribeIotDataTypeRequest,
595
+ opts: Dict = None,
596
+ ) -> models.DescribeIotDataTypeResponse:
597
+ """
598
+ 本接口(DescribeIotDataType)用于查询自定义的物模型数据类型。
599
+ """
600
+
601
+ kwargs = {}
602
+ kwargs["action"] = "DescribeIotDataType"
603
+ kwargs["params"] = request._serialize()
604
+ kwargs["resp_cls"] = models.DescribeIotDataTypeResponse
605
+ kwargs["headers"] = request.headers
606
+ kwargs["opts"] = opts or {}
607
+
608
+ return await self.call_and_deserialize(**kwargs)
609
+
610
+ async def DescribeIotModel(
611
+ self,
612
+ request: models.DescribeIotModelRequest,
613
+ opts: Dict = None,
614
+ ) -> models.DescribeIotModelResponse:
615
+ """
616
+ 本接口(DescribeIotModel)用于获取物模型定义详情。
617
+ """
618
+
619
+ kwargs = {}
620
+ kwargs["action"] = "DescribeIotModel"
621
+ kwargs["params"] = request._serialize()
622
+ kwargs["resp_cls"] = models.DescribeIotModelResponse
623
+ kwargs["headers"] = request.headers
624
+ kwargs["opts"] = opts or {}
625
+
626
+ return await self.call_and_deserialize(**kwargs)
627
+
628
+ async def DescribeIotModels(
629
+ self,
630
+ request: models.DescribeIotModelsRequest,
631
+ opts: Dict = None,
632
+ ) -> models.DescribeIotModelsResponse:
633
+ """
634
+ 本接口(DescribeIotModels)用于列出物模型历史版本列表。
635
+ """
636
+
637
+ kwargs = {}
638
+ kwargs["action"] = "DescribeIotModels"
639
+ kwargs["params"] = request._serialize()
640
+ kwargs["resp_cls"] = models.DescribeIotModelsResponse
641
+ kwargs["headers"] = request.headers
642
+ kwargs["opts"] = opts or {}
643
+
644
+ return await self.call_and_deserialize(**kwargs)
645
+
646
+ async def DescribeLogs(
647
+ self,
648
+ request: models.DescribeLogsRequest,
649
+ opts: Dict = None,
650
+ ) -> models.DescribeLogsResponse:
651
+ """
652
+ 本接口(DescribeLogs)用于查询设备日志列表。
653
+ 设备日志最长保留时长为15天,超期自动清除。
654
+ """
655
+
656
+ kwargs = {}
657
+ kwargs["action"] = "DescribeLogs"
658
+ kwargs["params"] = request._serialize()
659
+ kwargs["resp_cls"] = models.DescribeLogsResponse
660
+ kwargs["headers"] = request.headers
661
+ kwargs["opts"] = opts or {}
662
+
663
+ return await self.call_and_deserialize(**kwargs)
664
+
665
+ async def DescribeMessageQueue(
666
+ self,
667
+ request: models.DescribeMessageQueueRequest,
668
+ opts: Dict = None,
669
+ ) -> models.DescribeMessageQueueResponse:
670
+ """
671
+ 本接口(DescribeMessageQueue)用于查询物联网智能视频产品转发消息配置。
672
+ """
673
+
674
+ kwargs = {}
675
+ kwargs["action"] = "DescribeMessageQueue"
676
+ kwargs["params"] = request._serialize()
677
+ kwargs["resp_cls"] = models.DescribeMessageQueueResponse
678
+ kwargs["headers"] = request.headers
679
+ kwargs["opts"] = opts or {}
680
+
681
+ return await self.call_and_deserialize(**kwargs)
682
+
683
+ async def DescribeModelDataRet(
684
+ self,
685
+ request: models.DescribeModelDataRetRequest,
686
+ opts: Dict = None,
687
+ ) -> models.DescribeModelDataRetResponse:
688
+ """
689
+ 本接口(DescribeModelDataRet)用于根据TaskId获取对设备物模型操作最终响应的结果。
690
+ """
691
+
692
+ kwargs = {}
693
+ kwargs["action"] = "DescribeModelDataRet"
694
+ kwargs["params"] = request._serialize()
695
+ kwargs["resp_cls"] = models.DescribeModelDataRetResponse
696
+ kwargs["headers"] = request.headers
697
+ kwargs["opts"] = opts or {}
698
+
699
+ return await self.call_and_deserialize(**kwargs)
700
+
701
+ async def DescribeOsList(
702
+ self,
703
+ request: models.DescribeOsListRequest,
704
+ opts: Dict = None,
705
+ ) -> models.DescribeOsListResponse:
706
+ """
707
+ 查看操作系统支持的芯片列表
708
+ """
709
+
710
+ kwargs = {}
711
+ kwargs["action"] = "DescribeOsList"
712
+ kwargs["params"] = request._serialize()
713
+ kwargs["resp_cls"] = models.DescribeOsListResponse
714
+ kwargs["headers"] = request.headers
715
+ kwargs["opts"] = opts or {}
716
+
717
+ return await self.call_and_deserialize(**kwargs)
718
+
719
+ async def DescribeOtaVersions(
720
+ self,
721
+ request: models.DescribeOtaVersionsRequest,
722
+ opts: Dict = None,
723
+ ) -> models.DescribeOtaVersionsResponse:
724
+ """
725
+ 本接口(DescribeOtaVersions)用于查询固件版本信息列表。
726
+ """
727
+
728
+ kwargs = {}
729
+ kwargs["action"] = "DescribeOtaVersions"
730
+ kwargs["params"] = request._serialize()
731
+ kwargs["resp_cls"] = models.DescribeOtaVersionsResponse
732
+ kwargs["headers"] = request.headers
733
+ kwargs["opts"] = opts or {}
734
+
735
+ return await self.call_and_deserialize(**kwargs)
736
+
737
+ async def DescribeProduct(
738
+ self,
739
+ request: models.DescribeProductRequest,
740
+ opts: Dict = None,
741
+ ) -> models.DescribeProductResponse:
742
+ """
743
+ 本接口(DescribeProduct)用于获取单个产品的详细信息。
744
+ """
745
+
746
+ kwargs = {}
747
+ kwargs["action"] = "DescribeProduct"
748
+ kwargs["params"] = request._serialize()
749
+ kwargs["resp_cls"] = models.DescribeProductResponse
750
+ kwargs["headers"] = request.headers
751
+ kwargs["opts"] = opts or {}
752
+
753
+ return await self.call_and_deserialize(**kwargs)
754
+
755
+ async def DescribeProducts(
756
+ self,
757
+ request: models.DescribeProductsRequest,
758
+ opts: Dict = None,
759
+ ) -> models.DescribeProductsResponse:
760
+ """
761
+ 本接口(DescribeProducts)用于列出用户账号下的物联网智能视频产品列表。
762
+ """
763
+
764
+ kwargs = {}
765
+ kwargs["action"] = "DescribeProducts"
766
+ kwargs["params"] = request._serialize()
767
+ kwargs["resp_cls"] = models.DescribeProductsResponse
768
+ kwargs["headers"] = request.headers
769
+ kwargs["opts"] = opts or {}
770
+
771
+ return await self.call_and_deserialize(**kwargs)
772
+
773
+ async def DescribePubVersions(
774
+ self,
775
+ request: models.DescribePubVersionsRequest,
776
+ opts: Dict = None,
777
+ ) -> models.DescribePubVersionsResponse:
778
+ """
779
+ 本接口(DescribePubVersions)用于获取某一产品发布过的全部固件版本。
780
+ """
781
+
782
+ kwargs = {}
783
+ kwargs["action"] = "DescribePubVersions"
784
+ kwargs["params"] = request._serialize()
785
+ kwargs["resp_cls"] = models.DescribePubVersionsResponse
786
+ kwargs["headers"] = request.headers
787
+ kwargs["opts"] = opts or {}
788
+
789
+ return await self.call_and_deserialize(**kwargs)
790
+
791
+ async def DescribeRechargeRecords(
792
+ self,
793
+ request: models.DescribeRechargeRecordsRequest,
794
+ opts: Dict = None,
795
+ ) -> models.DescribeRechargeRecordsResponse:
796
+ """
797
+ 客户可通过本接口获取充值记录信息, 一次最多返回50条记录。
798
+ """
799
+
800
+ kwargs = {}
801
+ kwargs["action"] = "DescribeRechargeRecords"
802
+ kwargs["params"] = request._serialize()
803
+ kwargs["resp_cls"] = models.DescribeRechargeRecordsResponse
804
+ kwargs["headers"] = request.headers
805
+ kwargs["opts"] = opts or {}
806
+
807
+ return await self.call_and_deserialize(**kwargs)
808
+
809
+ async def DescribeRegistrationStatus(
810
+ self,
811
+ request: models.DescribeRegistrationStatusRequest,
812
+ opts: Dict = None,
813
+ ) -> models.DescribeRegistrationStatusResponse:
814
+ """
815
+ 本接口(DescribeRegistrationStatus)用于查询终端用户的注册状态。
816
+ """
817
+
818
+ kwargs = {}
819
+ kwargs["action"] = "DescribeRegistrationStatus"
820
+ kwargs["params"] = request._serialize()
821
+ kwargs["resp_cls"] = models.DescribeRegistrationStatusResponse
822
+ kwargs["headers"] = request.headers
823
+ kwargs["opts"] = opts or {}
824
+
825
+ return await self.call_and_deserialize(**kwargs)
826
+
827
+ async def DescribeRunLog(
828
+ self,
829
+ request: models.DescribeRunLogRequest,
830
+ opts: Dict = None,
831
+ ) -> models.DescribeRunLogResponse:
832
+ """
833
+ 本接口(DescribeRunLog)用于获取设备运行日志。
834
+ """
835
+
836
+ kwargs = {}
837
+ kwargs["action"] = "DescribeRunLog"
838
+ kwargs["params"] = request._serialize()
839
+ kwargs["resp_cls"] = models.DescribeRunLogResponse
840
+ kwargs["headers"] = request.headers
841
+ kwargs["opts"] = opts or {}
842
+
843
+ return await self.call_and_deserialize(**kwargs)
844
+
845
+ async def DescribeStorageService(
846
+ self,
847
+ request: models.DescribeStorageServiceRequest,
848
+ opts: Dict = None,
849
+ ) -> models.DescribeStorageServiceResponse:
850
+ """
851
+ 查询云存服务
852
+ """
853
+
854
+ kwargs = {}
855
+ kwargs["action"] = "DescribeStorageService"
856
+ kwargs["params"] = request._serialize()
857
+ kwargs["resp_cls"] = models.DescribeStorageServiceResponse
858
+ kwargs["headers"] = request.headers
859
+ kwargs["opts"] = opts or {}
860
+
861
+ return await self.call_and_deserialize(**kwargs)
862
+
863
+ async def DescribeStream(
864
+ self,
865
+ request: models.DescribeStreamRequest,
866
+ opts: Dict = None,
867
+ ) -> models.DescribeStreamResponse:
868
+ """
869
+ 请求设备直播流地址
870
+ """
871
+
872
+ kwargs = {}
873
+ kwargs["action"] = "DescribeStream"
874
+ kwargs["params"] = request._serialize()
875
+ kwargs["resp_cls"] = models.DescribeStreamResponse
876
+ kwargs["headers"] = request.headers
877
+ kwargs["opts"] = opts or {}
878
+
879
+ return await self.call_and_deserialize(**kwargs)
880
+
881
+ async def DescribeTraceIds(
882
+ self,
883
+ request: models.DescribeTraceIdsRequest,
884
+ opts: Dict = None,
885
+ ) -> models.DescribeTraceIdsResponse:
886
+ """
887
+ 本接口(DescribeTraceIds)用于查询设备日志跟踪白名单。
888
+ """
889
+
890
+ kwargs = {}
891
+ kwargs["action"] = "DescribeTraceIds"
892
+ kwargs["params"] = request._serialize()
893
+ kwargs["resp_cls"] = models.DescribeTraceIdsResponse
894
+ kwargs["headers"] = request.headers
895
+ kwargs["opts"] = opts or {}
896
+
897
+ return await self.call_and_deserialize(**kwargs)
898
+
899
+ async def DescribeTraceStatus(
900
+ self,
901
+ request: models.DescribeTraceStatusRequest,
902
+ opts: Dict = None,
903
+ ) -> models.DescribeTraceStatusResponse:
904
+ """
905
+ 本接口(DescribeTraceStatus)用于查询指定设备是否在白名单中。
906
+ """
907
+
908
+ kwargs = {}
909
+ kwargs["action"] = "DescribeTraceStatus"
910
+ kwargs["params"] = request._serialize()
911
+ kwargs["resp_cls"] = models.DescribeTraceStatusResponse
912
+ kwargs["headers"] = request.headers
913
+ kwargs["opts"] = opts or {}
914
+
915
+ return await self.call_and_deserialize(**kwargs)
916
+
917
+ async def DisableDevice(
918
+ self,
919
+ request: models.DisableDeviceRequest,
920
+ opts: Dict = None,
921
+ ) -> models.DisableDeviceResponse:
922
+ """
923
+ 本接口(DisableDevice)用于禁用设备,可进行批量操作,每次操作最多100台设备。
924
+ """
925
+
926
+ kwargs = {}
927
+ kwargs["action"] = "DisableDevice"
928
+ kwargs["params"] = request._serialize()
929
+ kwargs["resp_cls"] = models.DisableDeviceResponse
930
+ kwargs["headers"] = request.headers
931
+ kwargs["opts"] = opts or {}
932
+
933
+ return await self.call_and_deserialize(**kwargs)
934
+
935
+ async def DisableDeviceStream(
936
+ self,
937
+ request: models.DisableDeviceStreamRequest,
938
+ opts: Dict = None,
939
+ ) -> models.DisableDeviceStreamResponse:
940
+ """
941
+ 本接口(DisableDeviceStream)用于停止设备推流,可进行批量操作,每次操作最多100台设备。
942
+ """
943
+
944
+ kwargs = {}
945
+ kwargs["action"] = "DisableDeviceStream"
946
+ kwargs["params"] = request._serialize()
947
+ kwargs["resp_cls"] = models.DisableDeviceStreamResponse
948
+ kwargs["headers"] = request.headers
949
+ kwargs["opts"] = opts or {}
950
+
951
+ return await self.call_and_deserialize(**kwargs)
952
+
953
+ async def DisableOtaVersion(
954
+ self,
955
+ request: models.DisableOtaVersionRequest,
956
+ opts: Dict = None,
957
+ ) -> models.DisableOtaVersionResponse:
958
+ """
959
+ 本接口(DisableOtaVersion)用于禁用固件版本。
960
+ """
961
+
962
+ kwargs = {}
963
+ kwargs["action"] = "DisableOtaVersion"
964
+ kwargs["params"] = request._serialize()
965
+ kwargs["resp_cls"] = models.DisableOtaVersionResponse
966
+ kwargs["headers"] = request.headers
967
+ kwargs["opts"] = opts or {}
968
+
969
+ return await self.call_and_deserialize(**kwargs)
970
+
971
+ async def ModifyDevice(
972
+ self,
973
+ request: models.ModifyDeviceRequest,
974
+ opts: Dict = None,
975
+ ) -> models.ModifyDeviceResponse:
976
+ """
977
+ 修改设备信息
978
+ """
979
+
980
+ kwargs = {}
981
+ kwargs["action"] = "ModifyDevice"
982
+ kwargs["params"] = request._serialize()
983
+ kwargs["resp_cls"] = models.ModifyDeviceResponse
984
+ kwargs["headers"] = request.headers
985
+ kwargs["opts"] = opts or {}
986
+
987
+ return await self.call_and_deserialize(**kwargs)
988
+
989
+ async def ModifyDeviceAction(
990
+ self,
991
+ request: models.ModifyDeviceActionRequest,
992
+ opts: Dict = None,
993
+ ) -> models.ModifyDeviceActionResponse:
994
+ """
995
+ 本接口(ModifyDeviceAction)用于修改设备物模型的行为(Action)。
996
+
997
+ 可对ctlVal数据属性进行写入,如:Action.takePhoto.ctlVal,设备在线且成功发送到设备才返回,物模型写入数据时,不需要传入时标信息,平台以当前时标作为数据的时标更新物模型中的时标信息。
998
+ 注意:
999
+ 1.若设备当前不在线,会直接返回错误
1000
+ 2.若设备网络出现异常时,消息发送可能超时,超时等待最长时间为3秒
1001
+ 3.value的内容必须与实际物模型的定义一致
1002
+ """
1003
+
1004
+ kwargs = {}
1005
+ kwargs["action"] = "ModifyDeviceAction"
1006
+ kwargs["params"] = request._serialize()
1007
+ kwargs["resp_cls"] = models.ModifyDeviceActionResponse
1008
+ kwargs["headers"] = request.headers
1009
+ kwargs["opts"] = opts or {}
1010
+
1011
+ return await self.call_and_deserialize(**kwargs)
1012
+
1013
+ async def ModifyDeviceProperty(
1014
+ self,
1015
+ request: models.ModifyDevicePropertyRequest,
1016
+ opts: Dict = None,
1017
+ ) -> models.ModifyDevicePropertyResponse:
1018
+ """
1019
+ 本接口(ModifyDeviceProperty)用于修改设备物模型的属性(ProWritable)。
1020
+ 可对setVal数据属性进行写入,如:
1021
+ ProWritable.Pos.setVal
1022
+ 对于嵌套类型的可写属性,可以仅对其部分数据内容进行写入,如:
1023
+ ProWritable.Pos.setVal.x;
1024
+ 可写属性云端写入成功即返回;云端向设备端发布属性变更参数;若当前设备不在线,在设备下次上线时会自动更新这些属性参数;
1025
+ 物模型写入数据时,不需要传入时标信息,平台以当前时标作为数据的时标更新物模型中的时标信息。
1026
+ """
1027
+
1028
+ kwargs = {}
1029
+ kwargs["action"] = "ModifyDeviceProperty"
1030
+ kwargs["params"] = request._serialize()
1031
+ kwargs["resp_cls"] = models.ModifyDevicePropertyResponse
1032
+ kwargs["headers"] = request.headers
1033
+ kwargs["opts"] = opts or {}
1034
+
1035
+ return await self.call_and_deserialize(**kwargs)
1036
+
1037
+ async def ModifyProduct(
1038
+ self,
1039
+ request: models.ModifyProductRequest,
1040
+ opts: Dict = None,
1041
+ ) -> models.ModifyProductResponse:
1042
+ """
1043
+ 本接口(ModifyProduct)用于编辑物联网智能视频产品的相关信息。
1044
+ """
1045
+
1046
+ kwargs = {}
1047
+ kwargs["action"] = "ModifyProduct"
1048
+ kwargs["params"] = request._serialize()
1049
+ kwargs["resp_cls"] = models.ModifyProductResponse
1050
+ kwargs["headers"] = request.headers
1051
+ kwargs["opts"] = opts or {}
1052
+
1053
+ return await self.call_and_deserialize(**kwargs)
1054
+
1055
+ async def ModifyVerContent(
1056
+ self,
1057
+ request: models.ModifyVerContentRequest,
1058
+ opts: Dict = None,
1059
+ ) -> models.ModifyVerContentResponse:
1060
+ """
1061
+ 编辑版本描述信息
1062
+ """
1063
+
1064
+ kwargs = {}
1065
+ kwargs["action"] = "ModifyVerContent"
1066
+ kwargs["params"] = request._serialize()
1067
+ kwargs["resp_cls"] = models.ModifyVerContentResponse
1068
+ kwargs["headers"] = request.headers
1069
+ kwargs["opts"] = opts or {}
1070
+
1071
+ return await self.call_and_deserialize(**kwargs)
1072
+
1073
+ async def RefundStorageService(
1074
+ self,
1075
+ request: models.RefundStorageServiceRequest,
1076
+ opts: Dict = None,
1077
+ ) -> models.RefundStorageServiceResponse:
1078
+ """
1079
+ 本接口(RefundStorageService)用于退订已购买的云存服务。
1080
+ 退订时,云存服务对应订单的处理方式 :
1081
+ 1. 未开始的订单自动回到已付费订单池
1082
+ 2. 已开始的订单自动失效
1083
+ 3. 购买云存接口,优先从已付费订单池中分配订单
1084
+ """
1085
+
1086
+ kwargs = {}
1087
+ kwargs["action"] = "RefundStorageService"
1088
+ kwargs["params"] = request._serialize()
1089
+ kwargs["resp_cls"] = models.RefundStorageServiceResponse
1090
+ kwargs["headers"] = request.headers
1091
+ kwargs["opts"] = opts or {}
1092
+
1093
+ return await self.call_and_deserialize(**kwargs)
1094
+
1095
+ async def RenewUploadTest(
1096
+ self,
1097
+ request: models.RenewUploadTestRequest,
1098
+ opts: Dict = None,
1099
+ ) -> models.RenewUploadTestResponse:
1100
+ """
1101
+ 设备刷新cos上传证书
1102
+ """
1103
+
1104
+ kwargs = {}
1105
+ kwargs["action"] = "RenewUploadTest"
1106
+ kwargs["params"] = request._serialize()
1107
+ kwargs["resp_cls"] = models.RenewUploadTestResponse
1108
+ kwargs["headers"] = request.headers
1109
+ kwargs["opts"] = opts or {}
1110
+
1111
+ return await self.call_and_deserialize(**kwargs)
1112
+
1113
+ async def RunDevice(
1114
+ self,
1115
+ request: models.RunDeviceRequest,
1116
+ opts: Dict = None,
1117
+ ) -> models.RunDeviceResponse:
1118
+ """
1119
+ 本接口(RunDevice)用于启用设备,可进行批量操作,每次操作最多100台设备。
1120
+ """
1121
+
1122
+ kwargs = {}
1123
+ kwargs["action"] = "RunDevice"
1124
+ kwargs["params"] = request._serialize()
1125
+ kwargs["resp_cls"] = models.RunDeviceResponse
1126
+ kwargs["headers"] = request.headers
1127
+ kwargs["opts"] = opts or {}
1128
+
1129
+ return await self.call_and_deserialize(**kwargs)
1130
+
1131
+ async def RunDeviceStream(
1132
+ self,
1133
+ request: models.RunDeviceStreamRequest,
1134
+ opts: Dict = None,
1135
+ ) -> models.RunDeviceStreamResponse:
1136
+ """
1137
+ 本接口(RunDeviceStream)用于开启设备推流,可进行批量操作,每次操作最多100台设备。
1138
+ """
1139
+
1140
+ kwargs = {}
1141
+ kwargs["action"] = "RunDeviceStream"
1142
+ kwargs["params"] = request._serialize()
1143
+ kwargs["resp_cls"] = models.RunDeviceStreamResponse
1144
+ kwargs["headers"] = request.headers
1145
+ kwargs["opts"] = opts or {}
1146
+
1147
+ return await self.call_and_deserialize(**kwargs)
1148
+
1149
+ async def RunIotModel(
1150
+ self,
1151
+ request: models.RunIotModelRequest,
1152
+ opts: Dict = None,
1153
+ ) -> models.RunIotModelResponse:
1154
+ """
1155
+ 本接口(RunIotModel)用于对定义的物模型进行发布。
1156
+ """
1157
+
1158
+ kwargs = {}
1159
+ kwargs["action"] = "RunIotModel"
1160
+ kwargs["params"] = request._serialize()
1161
+ kwargs["resp_cls"] = models.RunIotModelResponse
1162
+ kwargs["headers"] = request.headers
1163
+ kwargs["opts"] = opts or {}
1164
+
1165
+ return await self.call_and_deserialize(**kwargs)
1166
+
1167
+ async def RunOtaVersion(
1168
+ self,
1169
+ request: models.RunOtaVersionRequest,
1170
+ opts: Dict = None,
1171
+ ) -> models.RunOtaVersionResponse:
1172
+ """
1173
+ 本接口(RunOtaVersion)用于固件版本正式发布。
1174
+ """
1175
+
1176
+ kwargs = {}
1177
+ kwargs["action"] = "RunOtaVersion"
1178
+ kwargs["params"] = request._serialize()
1179
+ kwargs["resp_cls"] = models.RunOtaVersionResponse
1180
+ kwargs["headers"] = request.headers
1181
+ kwargs["opts"] = opts or {}
1182
+
1183
+ return await self.call_and_deserialize(**kwargs)
1184
+
1185
+ async def RunTestOtaVersion(
1186
+ self,
1187
+ request: models.RunTestOtaVersionRequest,
1188
+ opts: Dict = None,
1189
+ ) -> models.RunTestOtaVersionResponse:
1190
+ """
1191
+ 本接口(RunTestOtaVersion)用于固件版本测试发布。
1192
+ """
1193
+
1194
+ kwargs = {}
1195
+ kwargs["action"] = "RunTestOtaVersion"
1196
+ kwargs["params"] = request._serialize()
1197
+ kwargs["resp_cls"] = models.RunTestOtaVersionResponse
1198
+ kwargs["headers"] = request.headers
1199
+ kwargs["opts"] = opts or {}
1200
+
1201
+ return await self.call_and_deserialize(**kwargs)
1202
+
1203
+ async def SendOnlineMsg(
1204
+ self,
1205
+ request: models.SendOnlineMsgRequest,
1206
+ opts: Dict = None,
1207
+ ) -> models.SendOnlineMsgResponse:
1208
+ """
1209
+ 本接口(SendOnlineMsg)用于向设备发送在线消息。
1210
+ 注意:
1211
+ 若设备当前不在线,会直接返回错误;
1212
+ 若设备网络出现异常时,消息发送可能超时,超时等待最长时间为3秒.waitresp非0情况下,会导致本接口阻塞3秒。
1213
+ """
1214
+
1215
+ kwargs = {}
1216
+ kwargs["action"] = "SendOnlineMsg"
1217
+ kwargs["params"] = request._serialize()
1218
+ kwargs["resp_cls"] = models.SendOnlineMsgResponse
1219
+ kwargs["headers"] = request.headers
1220
+ kwargs["opts"] = opts or {}
1221
+
1222
+ return await self.call_and_deserialize(**kwargs)
1223
+
1224
+ async def SetMessageQueue(
1225
+ self,
1226
+ request: models.SetMessageQueueRequest,
1227
+ opts: Dict = None,
1228
+ ) -> models.SetMessageQueueResponse:
1229
+ """
1230
+ 本接口(SetMessageQueue)用于配置物联网智能视频产品的转发消息队列。
1231
+ """
1232
+
1233
+ kwargs = {}
1234
+ kwargs["action"] = "SetMessageQueue"
1235
+ kwargs["params"] = request._serialize()
1236
+ kwargs["resp_cls"] = models.SetMessageQueueResponse
1237
+ kwargs["headers"] = request.headers
1238
+ kwargs["opts"] = opts or {}
1239
+
1240
+ return await self.call_and_deserialize(**kwargs)
1241
+
1242
+ async def UpgradeDevice(
1243
+ self,
1244
+ request: models.UpgradeDeviceRequest,
1245
+ opts: Dict = None,
1246
+ ) -> models.UpgradeDeviceResponse:
1247
+ """
1248
+ 本接口(UpgradeDevice)用于对设备进行固件升级。
1249
+ 该接口向指定的设备下发固件更新指令,可将固件升级到任意版本(可实现固件降级)。
1250
+ 警告:使能UpgradeNow参数存在一定的风险性!建议仅在debug场景下使用!
1251
+ """
1252
+
1253
+ kwargs = {}
1254
+ kwargs["action"] = "UpgradeDevice"
1255
+ kwargs["params"] = request._serialize()
1256
+ kwargs["resp_cls"] = models.UpgradeDeviceResponse
1257
+ kwargs["headers"] = request.headers
1258
+ kwargs["opts"] = opts or {}
1259
+
1260
+ return await self.call_and_deserialize(**kwargs)
1261
+
1262
+ async def UploadOtaVersion(
1263
+ self,
1264
+ request: models.UploadOtaVersionRequest,
1265
+ opts: Dict = None,
1266
+ ) -> models.UploadOtaVersionResponse:
1267
+ """
1268
+ 本接口(UploadOtaVersion)接收上传到控制台的固件版本信息。
1269
+ """
1270
+
1271
+ kwargs = {}
1272
+ kwargs["action"] = "UploadOtaVersion"
1273
+ kwargs["params"] = request._serialize()
1274
+ kwargs["resp_cls"] = models.UploadOtaVersionResponse
1275
+ kwargs["headers"] = request.headers
1276
+ kwargs["opts"] = opts or {}
1277
+
1278
+ return await self.call_and_deserialize(**kwargs)