tencentcloud-sdk-python 3.0.1338__py2.py3-none-any.whl → 3.0.1372__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 (284) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/advisor/v20200721/models.py +0 -26
  3. tencentcloud/ams/v20201229/ams_client.py +17 -6
  4. tencentcloud/ams/v20201229/models.py +8 -6
  5. tencentcloud/antiddos/v20200309/antiddos_client.py +0 -50
  6. tencentcloud/antiddos/v20200309/models.py +44 -837
  7. tencentcloud/apm/v20210622/models.py +60 -60
  8. tencentcloud/autoscaling/v20180419/autoscaling_client.py +28 -1
  9. tencentcloud/autoscaling/v20180419/models.py +352 -210
  10. tencentcloud/batch/v20170312/batch_client.py +0 -46
  11. tencentcloud/batch/v20170312/errorcodes.py +0 -9
  12. tencentcloud/batch/v20170312/models.py +44 -1179
  13. tencentcloud/bh/v20230418/bh_client.py +253 -0
  14. tencentcloud/bh/v20230418/errorcodes.py +15 -0
  15. tencentcloud/bh/v20230418/models.py +3489 -1335
  16. tencentcloud/bi/v20220105/models.py +242 -2
  17. tencentcloud/billing/v20180709/billing_client.py +0 -23
  18. tencentcloud/billing/v20180709/models.py +34 -926
  19. tencentcloud/bpaas/v20181217/models.py +0 -54
  20. tencentcloud/cam/v20190116/errorcodes.py +3 -0
  21. tencentcloud/cam/v20190116/models.py +2 -86
  22. tencentcloud/captcha/v20190722/models.py +21 -54
  23. tencentcloud/cat/v20180409/cat_client.py +23 -0
  24. tencentcloud/cat/v20180409/models.py +509 -0
  25. tencentcloud/cbs/v20170312/cbs_client.py +1 -1
  26. tencentcloud/cbs/v20170312/models.py +75 -96
  27. tencentcloud/ccc/v20200210/ccc_client.py +184 -0
  28. tencentcloud/ccc/v20200210/errorcodes.py +12 -0
  29. tencentcloud/ccc/v20200210/models.py +2552 -1026
  30. tencentcloud/cdb/v20170320/cdb_client.py +27 -4
  31. tencentcloud/cdb/v20170320/models.py +180 -20
  32. tencentcloud/cdc/v20201214/cdc_client.py +46 -0
  33. tencentcloud/cdc/v20201214/errorcodes.py +18 -0
  34. tencentcloud/cdc/v20201214/models.py +202 -86
  35. tencentcloud/cdn/v20180606/cdn_client.py +70 -24
  36. tencentcloud/cdn/v20180606/models.py +19 -50
  37. tencentcloud/cdwch/v20200915/errorcodes.py +15 -0
  38. tencentcloud/cdwch/v20200915/models.py +242 -260
  39. tencentcloud/cdwdoris/v20211228/models.py +330 -0
  40. tencentcloud/cdwpg/v20201230/models.py +196 -516
  41. tencentcloud/cdz/v20221123/models.py +0 -12
  42. tencentcloud/cfg/v20210820/models.py +30 -198
  43. tencentcloud/cfs/v20190719/errorcodes.py +3 -0
  44. tencentcloud/cfs/v20190719/models.py +15 -0
  45. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  46. tencentcloud/cfw/v20190904/models.py +331 -4
  47. tencentcloud/chc/__init__.py +0 -0
  48. tencentcloud/chc/v20230418/__init__.py +0 -0
  49. tencentcloud/chc/v20230418/chc_client.py +877 -0
  50. tencentcloud/chc/v20230418/errorcodes.py +15 -0
  51. tencentcloud/chc/v20230418/models.py +10146 -0
  52. tencentcloud/chdfs/v20201112/models.py +2 -2
  53. tencentcloud/ckafka/v20190819/ckafka_client.py +46 -0
  54. tencentcloud/ckafka/v20190819/models.py +371 -1230
  55. tencentcloud/clb/v20180317/clb_client.py +3 -3
  56. tencentcloud/clb/v20180317/models.py +395 -406
  57. tencentcloud/cls/v20201016/cls_client.py +41 -18
  58. tencentcloud/cls/v20201016/models.py +256 -606
  59. tencentcloud/cme/v20191029/cme_client.py +0 -1
  60. tencentcloud/cme/v20191029/errorcodes.py +3 -0
  61. tencentcloud/cme/v20191029/models.py +10 -14
  62. tencentcloud/cmq/v20190304/models.py +0 -90
  63. tencentcloud/common/abstract_client.py +29 -24
  64. tencentcloud/common/abstract_model.py +5 -1
  65. tencentcloud/common/common_client.py +14 -15
  66. tencentcloud/common/credential.py +68 -65
  67. tencentcloud/common/exception/tencent_cloud_sdk_exception.py +1 -1
  68. tencentcloud/common/profile/client_profile.py +32 -30
  69. tencentcloud/common/profile/http_profile.py +20 -12
  70. tencentcloud/common/retry.py +18 -0
  71. tencentcloud/controlcenter/v20230110/models.py +0 -58
  72. tencentcloud/cvm/v20170312/cvm_client.py +42 -10
  73. tencentcloud/cvm/v20170312/errorcodes.py +25 -1
  74. tencentcloud/cvm/v20170312/models.py +835 -290
  75. tencentcloud/cwp/v20180228/cwp_client.py +1 -1
  76. tencentcloud/cwp/v20180228/models.py +362 -58
  77. tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
  78. tencentcloud/cynosdb/v20190107/models.py +451 -824
  79. tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
  80. tencentcloud/dbbrain/v20191016/models.py +605 -52
  81. tencentcloud/dbbrain/v20210527/dbbrain_client.py +322 -0
  82. tencentcloud/dbbrain/v20210527/models.py +6071 -2974
  83. tencentcloud/dbdc/v20201029/models.py +0 -16
  84. tencentcloud/dc/v20180410/models.py +25 -12
  85. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  86. tencentcloud/dcdb/v20180411/models.py +175 -114
  87. tencentcloud/dlc/v20210125/dlc_client.py +69 -0
  88. tencentcloud/dlc/v20210125/errorcodes.py +3 -0
  89. tencentcloud/dlc/v20210125/models.py +1217 -592
  90. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  91. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  92. tencentcloud/dnspod/v20210323/models.py +718 -110
  93. tencentcloud/domain/v20180808/domain_client.py +4 -2
  94. tencentcloud/domain/v20180808/errorcodes.py +3 -0
  95. tencentcloud/domain/v20180808/models.py +628 -324
  96. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  97. tencentcloud/dsgc/v20190723/models.py +53 -34
  98. tencentcloud/dts/v20180330/models.py +0 -10
  99. tencentcloud/dts/v20211206/models.py +118 -585
  100. tencentcloud/ecdn/v20191012/ecdn_client.py +24 -225
  101. tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
  102. tencentcloud/ecdn/v20191012/models.py +4 -1047
  103. tencentcloud/emr/v20190103/emr_client.py +47 -1
  104. tencentcloud/emr/v20190103/models.py +1174 -146
  105. tencentcloud/es/v20180416/errorcodes.py +3 -0
  106. tencentcloud/es/v20180416/models.py +74 -6
  107. tencentcloud/es/v20250101/__init__.py +0 -0
  108. tencentcloud/es/v20250101/errorcodes.py +45 -0
  109. tencentcloud/es/v20250101/es_client.py +251 -0
  110. tencentcloud/es/v20250101/models.py +2519 -0
  111. tencentcloud/ess/v20201111/ess_client.py +43 -5
  112. tencentcloud/ess/v20201111/models.py +854 -60
  113. tencentcloud/essbasic/v20210526/essbasic_client.py +35 -2
  114. tencentcloud/essbasic/v20210526/models.py +726 -43
  115. tencentcloud/facefusion/v20220927/models.py +4 -2
  116. tencentcloud/fmu/v20191213/errorcodes.py +3 -21
  117. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  118. tencentcloud/fmu/v20191213/models.py +4 -531
  119. tencentcloud/gaap/v20180529/gaap_client.py +1 -1
  120. tencentcloud/gaap/v20180529/models.py +2 -276
  121. tencentcloud/goosefs/v20220519/models.py +0 -2
  122. tencentcloud/gs/v20191118/errorcodes.py +36 -0
  123. tencentcloud/gs/v20191118/gs_client.py +1074 -12
  124. tencentcloud/gs/v20191118/models.py +6976 -492
  125. tencentcloud/gwlb/v20240906/errorcodes.py +3 -0
  126. tencentcloud/gwlb/v20240906/gwlb_client.py +5 -8
  127. tencentcloud/gwlb/v20240906/models.py +94 -84
  128. tencentcloud/hai/v20230812/errorcodes.py +7 -1
  129. tencentcloud/hai/v20230812/hai_client.py +23 -0
  130. tencentcloud/hai/v20230812/models.py +111 -136
  131. tencentcloud/hunyuan/v20230901/errorcodes.py +27 -0
  132. tencentcloud/hunyuan/v20230901/hunyuan_client.py +71 -0
  133. tencentcloud/hunyuan/v20230901/models.py +1089 -119
  134. tencentcloud/ims/v20201229/models.py +25 -4
  135. tencentcloud/ioa/v20220601/ioa_client.py +92 -0
  136. tencentcloud/ioa/v20220601/models.py +1136 -225
  137. tencentcloud/iotcloud/v20210408/models.py +2 -4
  138. tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
  139. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +234 -52
  140. tencentcloud/iotexplorer/v20190423/models.py +2906 -1063
  141. tencentcloud/iotvideo/v20191126/models.py +0 -4
  142. tencentcloud/iotvideo/v20201215/models.py +17 -0
  143. tencentcloud/iotvideo/v20211125/iotvideo_client.py +69 -0
  144. tencentcloud/iotvideo/v20211125/models.py +476 -0
  145. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +2 -2
  146. tencentcloud/iotvideoindustry/v20201201/models.py +30 -486
  147. tencentcloud/iss/v20230517/errorcodes.py +9 -0
  148. tencentcloud/iss/v20230517/iss_client.py +161 -0
  149. tencentcloud/iss/v20230517/models.py +1716 -743
  150. tencentcloud/kms/v20190118/models.py +101 -0
  151. tencentcloud/lcic/v20220817/errorcodes.py +2 -2
  152. tencentcloud/lcic/v20220817/lcic_client.py +47 -1
  153. tencentcloud/lcic/v20220817/models.py +357 -72
  154. tencentcloud/lighthouse/v20200324/errorcodes.py +12 -15
  155. tencentcloud/lighthouse/v20200324/lighthouse_client.py +39 -76
  156. tencentcloud/lighthouse/v20200324/models.py +237 -259
  157. tencentcloud/live/v20180801/models.py +61 -46
  158. tencentcloud/lke/v20231130/errorcodes.py +3 -0
  159. tencentcloud/lke/v20231130/lke_client.py +8 -29
  160. tencentcloud/lke/v20231130/models.py +561 -115
  161. tencentcloud/lkeap/v20240522/lkeap_client.py +33 -4
  162. tencentcloud/lkeap/v20240522/models.py +290 -18
  163. tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
  164. tencentcloud/lowcode/v20210108/models.py +0 -2
  165. tencentcloud/mariadb/v20170312/models.py +155 -140
  166. tencentcloud/memcached/v20190318/models.py +2 -2
  167. tencentcloud/mmps/v20200710/models.py +0 -66
  168. tencentcloud/mna/v20210119/errorcodes.py +0 -36
  169. tencentcloud/mna/v20210119/mna_client.py +0 -75
  170. tencentcloud/mna/v20210119/models.py +0 -1002
  171. tencentcloud/mongodb/v20190725/models.py +115 -6
  172. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  173. tencentcloud/monitor/v20180724/errorcodes.py +3 -0
  174. tencentcloud/monitor/v20180724/models.py +1055 -74
  175. tencentcloud/monitor/v20180724/monitor_client.py +94 -2
  176. tencentcloud/mps/v20190612/errorcodes.py +36 -0
  177. tencentcloud/mps/v20190612/models.py +4866 -448
  178. tencentcloud/mps/v20190612/mps_client.py +208 -0
  179. tencentcloud/mqtt/v20240516/errorcodes.py +15 -0
  180. tencentcloud/mqtt/v20240516/models.py +705 -372
  181. tencentcloud/mqtt/v20240516/mqtt_client.py +4 -4
  182. tencentcloud/oceanus/v20190422/models.py +14 -2
  183. tencentcloud/ocr/v20181119/errorcodes.py +0 -12
  184. tencentcloud/ocr/v20181119/models.py +311 -1042
  185. tencentcloud/ocr/v20181119/ocr_client.py +5 -102
  186. tencentcloud/organization/v20210331/errorcodes.py +3 -0
  187. tencentcloud/organization/v20210331/models.py +45 -82
  188. tencentcloud/partners/v20180321/models.py +169 -0
  189. tencentcloud/partners/v20180321/partners_client.py +23 -0
  190. tencentcloud/postgres/v20170312/models.py +36 -328
  191. tencentcloud/postgres/v20170312/postgres_client.py +15 -5
  192. tencentcloud/privatedns/v20201028/models.py +36 -28
  193. tencentcloud/rce/v20201103/models.py +0 -15
  194. tencentcloud/redis/v20180412/models.py +233 -18
  195. tencentcloud/redis/v20180412/redis_client.py +23 -0
  196. tencentcloud/rum/v20210622/models.py +0 -2
  197. tencentcloud/ses/v20201002/models.py +32 -4
  198. tencentcloud/smop/v20201203/smop_client.py +3 -1
  199. tencentcloud/soe/v20180724/models.py +4 -2
  200. tencentcloud/sqlserver/v20180328/models.py +75 -0
  201. tencentcloud/ssl/v20191205/models.py +7 -319
  202. tencentcloud/ssm/v20190923/models.py +45 -0
  203. tencentcloud/sts/v20180813/errorcodes.py +9 -0
  204. tencentcloud/sts/v20180813/models.py +171 -0
  205. tencentcloud/sts/v20180813/sts_client.py +23 -0
  206. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  207. tencentcloud/svp/v20240125/models.py +506 -44
  208. tencentcloud/svp/v20240125/svp_client.py +23 -0
  209. tencentcloud/tan/v20220420/tan_client.py +3 -1
  210. tencentcloud/tat/v20201028/errorcodes.py +12 -0
  211. tencentcloud/tat/v20201028/models.py +138 -42
  212. tencentcloud/tbaas/v20180416/models.py +0 -58
  213. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  214. tencentcloud/tcb/v20180608/models.py +189 -582
  215. tencentcloud/tcb/v20180608/tcb_client.py +23 -23
  216. tencentcloud/tcbr/v20220217/models.py +45 -0
  217. tencentcloud/tchd/v20230306/models.py +166 -0
  218. tencentcloud/tchd/v20230306/tchd_client.py +24 -0
  219. tencentcloud/tcr/v20190924/models.py +44 -174
  220. tencentcloud/tcss/v20201101/models.py +1458 -2066
  221. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  222. tencentcloud/tdid/v20210519/models.py +0 -10
  223. tencentcloud/tdmq/v20200217/models.py +405 -575
  224. tencentcloud/tdmq/v20200217/tdmq_client.py +12 -54
  225. tencentcloud/tds/v20220801/models.py +441 -0
  226. tencentcloud/tds/v20220801/tds_client.py +23 -0
  227. tencentcloud/tem/v20210701/models.py +0 -498
  228. tencentcloud/teo/v20220106/teo_client.py +6 -2
  229. tencentcloud/teo/v20220901/errorcodes.py +9 -0
  230. tencentcloud/teo/v20220901/models.py +1828 -472
  231. tencentcloud/teo/v20220901/teo_client.py +54 -4
  232. tencentcloud/thpc/v20211109/models.py +0 -6
  233. tencentcloud/thpc/v20220401/models.py +0 -14
  234. tencentcloud/thpc/v20230321/models.py +64 -52
  235. tencentcloud/tione/v20211111/errorcodes.py +114 -0
  236. tencentcloud/tione/v20211111/models.py +2288 -160
  237. tencentcloud/tione/v20211111/tione_client.py +138 -0
  238. tencentcloud/tiw/v20190919/errorcodes.py +3 -24
  239. tencentcloud/tiw/v20190919/models.py +3657 -8172
  240. tencentcloud/tiw/v20190919/tiw_client.py +1 -580
  241. tencentcloud/tke/v20180525/models.py +705 -721
  242. tencentcloud/tke/v20180525/tke_client.py +23 -0
  243. tencentcloud/tke/v20220501/models.py +0 -34
  244. tencentcloud/trocket/v20230308/models.py +1630 -160
  245. tencentcloud/trocket/v20230308/trocket_client.py +238 -0
  246. tencentcloud/trro/v20220325/models.py +1132 -44
  247. tencentcloud/trro/v20220325/trro_client.py +142 -0
  248. tencentcloud/trtc/v20190722/models.py +94 -90
  249. tencentcloud/trtc/v20190722/trtc_client.py +4 -0
  250. tencentcloud/tse/v20201207/models.py +90 -1010
  251. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  252. tencentcloud/tsf/v20180326/models.py +350 -582
  253. tencentcloud/tsf/v20180326/tsf_client.py +26 -1
  254. tencentcloud/tts/v20190823/models.py +15 -15
  255. tencentcloud/tts/v20190823/tts_client.py +6 -5
  256. tencentcloud/vclm/v20240523/models.py +2 -2
  257. tencentcloud/vcube/v20220410/models.py +66 -158
  258. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  259. tencentcloud/vdb/v20230616/models.py +1487 -29
  260. tencentcloud/vdb/v20230616/vdb_client.py +185 -1
  261. tencentcloud/vm/v20210922/models.py +2 -2
  262. tencentcloud/vm/v20210922/vm_client.py +16 -8
  263. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  264. tencentcloud/vod/v20180717/models.py +106 -417
  265. tencentcloud/vod/v20180717/vod_client.py +2 -1
  266. tencentcloud/vod/v20240718/errorcodes.py +33 -0
  267. tencentcloud/vod/v20240718/models.py +1839 -0
  268. tencentcloud/vod/v20240718/vod_client.py +146 -0
  269. tencentcloud/vpc/v20170312/errorcodes.py +12 -0
  270. tencentcloud/vpc/v20170312/models.py +2052 -519
  271. tencentcloud/vpc/v20170312/vpc_client.py +229 -11
  272. tencentcloud/vrs/v20200824/models.py +49 -0
  273. tencentcloud/waf/v20180125/errorcodes.py +9 -0
  274. tencentcloud/waf/v20180125/models.py +4191 -0
  275. tencentcloud/waf/v20180125/waf_client.py +276 -0
  276. tencentcloud/wedata/v20210820/models.py +5404 -394
  277. tencentcloud/wedata/v20210820/wedata_client.py +161 -0
  278. tencentcloud/weilingwith/v20230427/models.py +0 -964
  279. tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
  280. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/METADATA +1 -1
  281. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/RECORD +284 -275
  282. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/LICENSE +0 -0
  283. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/WHEEL +0 -0
  284. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/top_level.txt +0 -0
@@ -1429,7 +1429,6 @@ China-Mainland(中国大陆)
1429
1429
  China-Hong Kong, Macao and Taiwan(港澳台地区)
1430
1430
  America(美国)
1431
1431
  Europe(欧洲)
1432
- India(印度)
1433
1432
  Other-Overseas(其他境外地区)
1434
1433
  :type ProductRegion: str
1435
1434
  :param _ProductCate: 设备类型, 0-普通视频设备,1-NVR设备
@@ -1528,7 +1527,6 @@ China-Mainland(中国大陆)
1528
1527
  China-Hong Kong, Macao and Taiwan(港澳台地区)
1529
1528
  America(美国)
1530
1529
  Europe(欧洲)
1531
- India(印度)
1532
1530
  Other-Overseas(其他境外地区)
1533
1531
  :rtype: str
1534
1532
  """
@@ -7967,7 +7965,6 @@ China-Mainland(中国大陆)
7967
7965
  China-Hong Kong, Macao and Taiwan(港澳台地区)
7968
7966
  America(美国)
7969
7967
  Europe(欧洲)
7970
- India(印度)
7971
7968
  Other-Overseas(其他境外地区)
7972
7969
  注意:此字段可能返回 null,表示取不到有效值。
7973
7970
  :type ProductRegion: str
@@ -8097,7 +8094,6 @@ China-Mainland(中国大陆)
8097
8094
  China-Hong Kong, Macao and Taiwan(港澳台地区)
8098
8095
  America(美国)
8099
8096
  Europe(欧洲)
8100
- India(印度)
8101
8097
  Other-Overseas(其他境外地区)
8102
8098
  注意:此字段可能返回 null,表示取不到有效值。
8103
8099
  :rtype: str
@@ -13230,6 +13230,9 @@ class VideoProduct(AbstractModel):
13230
13230
  :param _NetType: 连接类型,wifi表示WIFI连接,cellular表示4G连接
13231
13231
  注意:此字段可能返回 null,表示取不到有效值。
13232
13232
  :type NetType: str
13233
+ :param _CategoryId: 产品品类id,113:摄像头
13234
+ 注意:此字段可能返回 null,表示取不到有效值。
13235
+ :type CategoryId: int
13233
13236
  """
13234
13237
  self._ProductId = None
13235
13238
  self._ProductName = None
@@ -13243,6 +13246,7 @@ class VideoProduct(AbstractModel):
13243
13246
  self._CreateTime = None
13244
13247
  self._UpdateTime = None
13245
13248
  self._NetType = None
13249
+ self._CategoryId = None
13246
13250
 
13247
13251
  @property
13248
13252
  def ProductId(self):
@@ -13377,6 +13381,18 @@ class VideoProduct(AbstractModel):
13377
13381
  def NetType(self, NetType):
13378
13382
  self._NetType = NetType
13379
13383
 
13384
+ @property
13385
+ def CategoryId(self):
13386
+ """产品品类id,113:摄像头
13387
+ 注意:此字段可能返回 null,表示取不到有效值。
13388
+ :rtype: int
13389
+ """
13390
+ return self._CategoryId
13391
+
13392
+ @CategoryId.setter
13393
+ def CategoryId(self, CategoryId):
13394
+ self._CategoryId = CategoryId
13395
+
13380
13396
 
13381
13397
  def _deserialize(self, params):
13382
13398
  self._ProductId = params.get("ProductId")
@@ -13391,6 +13407,7 @@ class VideoProduct(AbstractModel):
13391
13407
  self._CreateTime = params.get("CreateTime")
13392
13408
  self._UpdateTime = params.get("UpdateTime")
13393
13409
  self._NetType = params.get("NetType")
13410
+ self._CategoryId = params.get("CategoryId")
13394
13411
  memeber_set = set(params.keys())
13395
13412
  for name, value in vars(self).items():
13396
13413
  property_name = name[1:]
@@ -210,6 +210,29 @@ class IotvideoClient(AbstractClient):
210
210
  raise TencentCloudSDKException(type(e).__name__, str(e))
211
211
 
212
212
 
213
+ def ChangeP2PRoute(self, request):
214
+ """p2p路线切换(此接口目前处于内测接口,可以联系申请加白 )
215
+
216
+ :param request: Request instance for ChangeP2PRoute.
217
+ :type request: :class:`tencentcloud.iotvideo.v20211125.models.ChangeP2PRouteRequest`
218
+ :rtype: :class:`tencentcloud.iotvideo.v20211125.models.ChangeP2PRouteResponse`
219
+
220
+ """
221
+ try:
222
+ params = request._serialize()
223
+ headers = request.headers
224
+ body = self.call("ChangeP2PRoute", params, headers=headers)
225
+ response = json.loads(body)
226
+ model = models.ChangeP2PRouteResponse()
227
+ model._deserialize(response["Response"])
228
+ return model
229
+ except Exception as e:
230
+ if isinstance(e, TencentCloudSDKException):
231
+ raise
232
+ else:
233
+ raise TencentCloudSDKException(type(e).__name__, str(e))
234
+
235
+
213
236
  def CheckForwardAuth(self, request):
214
237
  """判断是否开启转发的权限
215
238
 
@@ -1130,6 +1153,29 @@ class IotvideoClient(AbstractClient):
1130
1153
  raise TencentCloudSDKException(type(e).__name__, str(e))
1131
1154
 
1132
1155
 
1156
+ def DescribeCsReportCountDataInfo(self, request):
1157
+ """获取云存上报统计信息
1158
+
1159
+ :param request: Request instance for DescribeCsReportCountDataInfo.
1160
+ :type request: :class:`tencentcloud.iotvideo.v20211125.models.DescribeCsReportCountDataInfoRequest`
1161
+ :rtype: :class:`tencentcloud.iotvideo.v20211125.models.DescribeCsReportCountDataInfoResponse`
1162
+
1163
+ """
1164
+ try:
1165
+ params = request._serialize()
1166
+ headers = request.headers
1167
+ body = self.call("DescribeCsReportCountDataInfo", params, headers=headers)
1168
+ response = json.loads(body)
1169
+ model = models.DescribeCsReportCountDataInfoResponse()
1170
+ model._deserialize(response["Response"])
1171
+ return model
1172
+ except Exception as e:
1173
+ if isinstance(e, TencentCloudSDKException):
1174
+ raise
1175
+ else:
1176
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1177
+
1178
+
1133
1179
  def DescribeDataForwardList(self, request):
1134
1180
  """获取数据转发列表
1135
1181
 
@@ -1636,6 +1682,29 @@ class IotvideoClient(AbstractClient):
1636
1682
  raise TencentCloudSDKException(type(e).__name__, str(e))
1637
1683
 
1638
1684
 
1685
+ def DescribeP2PRoute(self, request):
1686
+ """当前p2p线路
1687
+
1688
+ :param request: Request instance for DescribeP2PRoute.
1689
+ :type request: :class:`tencentcloud.iotvideo.v20211125.models.DescribeP2PRouteRequest`
1690
+ :rtype: :class:`tencentcloud.iotvideo.v20211125.models.DescribeP2PRouteResponse`
1691
+
1692
+ """
1693
+ try:
1694
+ params = request._serialize()
1695
+ headers = request.headers
1696
+ body = self.call("DescribeP2PRoute", params, headers=headers)
1697
+ response = json.loads(body)
1698
+ model = models.DescribeP2PRouteResponse()
1699
+ model._deserialize(response["Response"])
1700
+ return model
1701
+ except Exception as e:
1702
+ if isinstance(e, TencentCloudSDKException):
1703
+ raise
1704
+ else:
1705
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1706
+
1707
+
1639
1708
  def DescribePackageConsumeTask(self, request):
1640
1709
  """查询套餐消耗记录详情
1641
1710
 
@@ -1664,6 +1664,100 @@ class CancelDeviceFirmwareTaskResponse(AbstractModel):
1664
1664
  self._RequestId = params.get("RequestId")
1665
1665
 
1666
1666
 
1667
+ class ChangeP2PRouteRequest(AbstractModel):
1668
+ """ChangeP2PRoute请求参数结构体
1669
+
1670
+ """
1671
+
1672
+ def __init__(self):
1673
+ r"""
1674
+ :param _ProductId: 产品ID
1675
+ :type ProductId: str
1676
+ :param _DeviceName: 设备名称
1677
+ :type DeviceName: str
1678
+ :param _RouteId: P2P线路
1679
+ :type RouteId: int
1680
+ """
1681
+ self._ProductId = None
1682
+ self._DeviceName = None
1683
+ self._RouteId = None
1684
+
1685
+ @property
1686
+ def ProductId(self):
1687
+ """产品ID
1688
+ :rtype: str
1689
+ """
1690
+ return self._ProductId
1691
+
1692
+ @ProductId.setter
1693
+ def ProductId(self, ProductId):
1694
+ self._ProductId = ProductId
1695
+
1696
+ @property
1697
+ def DeviceName(self):
1698
+ """设备名称
1699
+ :rtype: str
1700
+ """
1701
+ return self._DeviceName
1702
+
1703
+ @DeviceName.setter
1704
+ def DeviceName(self, DeviceName):
1705
+ self._DeviceName = DeviceName
1706
+
1707
+ @property
1708
+ def RouteId(self):
1709
+ """P2P线路
1710
+ :rtype: int
1711
+ """
1712
+ return self._RouteId
1713
+
1714
+ @RouteId.setter
1715
+ def RouteId(self, RouteId):
1716
+ self._RouteId = RouteId
1717
+
1718
+
1719
+ def _deserialize(self, params):
1720
+ self._ProductId = params.get("ProductId")
1721
+ self._DeviceName = params.get("DeviceName")
1722
+ self._RouteId = params.get("RouteId")
1723
+ memeber_set = set(params.keys())
1724
+ for name, value in vars(self).items():
1725
+ property_name = name[1:]
1726
+ if property_name in memeber_set:
1727
+ memeber_set.remove(property_name)
1728
+ if len(memeber_set) > 0:
1729
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
1730
+
1731
+
1732
+
1733
+ class ChangeP2PRouteResponse(AbstractModel):
1734
+ """ChangeP2PRoute返回参数结构体
1735
+
1736
+ """
1737
+
1738
+ def __init__(self):
1739
+ r"""
1740
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1741
+ :type RequestId: str
1742
+ """
1743
+ self._RequestId = None
1744
+
1745
+ @property
1746
+ def RequestId(self):
1747
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1748
+ :rtype: str
1749
+ """
1750
+ return self._RequestId
1751
+
1752
+ @RequestId.setter
1753
+ def RequestId(self, RequestId):
1754
+ self._RequestId = RequestId
1755
+
1756
+
1757
+ def _deserialize(self, params):
1758
+ self._RequestId = params.get("RequestId")
1759
+
1760
+
1667
1761
  class CheckForwardAuthRequest(AbstractModel):
1668
1762
  """CheckForwardAuth请求参数结构体
1669
1763
 
@@ -2315,6 +2409,119 @@ Sent = 1 表示设备已经在线并且订阅了控制下发的mqtt topic
2315
2409
  self._RequestId = params.get("RequestId")
2316
2410
 
2317
2411
 
2412
+ class CountDataInfo(AbstractModel):
2413
+ """云存上报统计信息
2414
+
2415
+ """
2416
+
2417
+ def __init__(self):
2418
+ r"""
2419
+ :param _VideoExceptionNum: 视频上报异常次数
2420
+ :type VideoExceptionNum: int
2421
+ :param _VideoSuccessNum: 视频上报成功次数
2422
+ :type VideoSuccessNum: int
2423
+ :param _VideoSuccessRate: 视频上报成功率
2424
+
2425
+ :type VideoSuccessRate: str
2426
+ :param _EventExceptionNum: 事件上报异常次数
2427
+ :type EventExceptionNum: int
2428
+ :param _EventSuccessNum: 事件上报成功次数
2429
+ :type EventSuccessNum: int
2430
+ :param _EventSuccessRate: 事件上报成功率
2431
+ :type EventSuccessRate: str
2432
+ """
2433
+ self._VideoExceptionNum = None
2434
+ self._VideoSuccessNum = None
2435
+ self._VideoSuccessRate = None
2436
+ self._EventExceptionNum = None
2437
+ self._EventSuccessNum = None
2438
+ self._EventSuccessRate = None
2439
+
2440
+ @property
2441
+ def VideoExceptionNum(self):
2442
+ """视频上报异常次数
2443
+ :rtype: int
2444
+ """
2445
+ return self._VideoExceptionNum
2446
+
2447
+ @VideoExceptionNum.setter
2448
+ def VideoExceptionNum(self, VideoExceptionNum):
2449
+ self._VideoExceptionNum = VideoExceptionNum
2450
+
2451
+ @property
2452
+ def VideoSuccessNum(self):
2453
+ """视频上报成功次数
2454
+ :rtype: int
2455
+ """
2456
+ return self._VideoSuccessNum
2457
+
2458
+ @VideoSuccessNum.setter
2459
+ def VideoSuccessNum(self, VideoSuccessNum):
2460
+ self._VideoSuccessNum = VideoSuccessNum
2461
+
2462
+ @property
2463
+ def VideoSuccessRate(self):
2464
+ """视频上报成功率
2465
+
2466
+ :rtype: str
2467
+ """
2468
+ return self._VideoSuccessRate
2469
+
2470
+ @VideoSuccessRate.setter
2471
+ def VideoSuccessRate(self, VideoSuccessRate):
2472
+ self._VideoSuccessRate = VideoSuccessRate
2473
+
2474
+ @property
2475
+ def EventExceptionNum(self):
2476
+ """事件上报异常次数
2477
+ :rtype: int
2478
+ """
2479
+ return self._EventExceptionNum
2480
+
2481
+ @EventExceptionNum.setter
2482
+ def EventExceptionNum(self, EventExceptionNum):
2483
+ self._EventExceptionNum = EventExceptionNum
2484
+
2485
+ @property
2486
+ def EventSuccessNum(self):
2487
+ """事件上报成功次数
2488
+ :rtype: int
2489
+ """
2490
+ return self._EventSuccessNum
2491
+
2492
+ @EventSuccessNum.setter
2493
+ def EventSuccessNum(self, EventSuccessNum):
2494
+ self._EventSuccessNum = EventSuccessNum
2495
+
2496
+ @property
2497
+ def EventSuccessRate(self):
2498
+ """事件上报成功率
2499
+ :rtype: str
2500
+ """
2501
+ return self._EventSuccessRate
2502
+
2503
+ @EventSuccessRate.setter
2504
+ def EventSuccessRate(self, EventSuccessRate):
2505
+ self._EventSuccessRate = EventSuccessRate
2506
+
2507
+
2508
+ def _deserialize(self, params):
2509
+ self._VideoExceptionNum = params.get("VideoExceptionNum")
2510
+ self._VideoSuccessNum = params.get("VideoSuccessNum")
2511
+ self._VideoSuccessRate = params.get("VideoSuccessRate")
2512
+ self._EventExceptionNum = params.get("EventExceptionNum")
2513
+ self._EventSuccessNum = params.get("EventSuccessNum")
2514
+ self._EventSuccessRate = params.get("EventSuccessRate")
2515
+ memeber_set = set(params.keys())
2516
+ for name, value in vars(self).items():
2517
+ property_name = name[1:]
2518
+ if property_name in memeber_set:
2519
+ memeber_set.remove(property_name)
2520
+ if len(memeber_set) > 0:
2521
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
2522
+
2523
+
2524
+
2318
2525
  class CreateAIDetectionRequest(AbstractModel):
2319
2526
  """CreateAIDetection请求参数结构体
2320
2527
 
@@ -6626,6 +6833,12 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
6626
6833
  :type Status: int
6627
6834
  :param _ChannelId: 通道id
6628
6835
  :type ChannelId: int
6836
+ :param _Price: 订单金额,单位为分
6837
+ 注意:此字段可能返回 null,表示取不到有效值。
6838
+ :type Price: int
6839
+ :param _Amount: 支付金额,单位为分
6840
+ 注意:此字段可能返回 null,表示取不到有效值。
6841
+ :type Amount: int
6629
6842
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6630
6843
  :type RequestId: str
6631
6844
  """
@@ -6634,6 +6847,8 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
6634
6847
  self._PackageId = None
6635
6848
  self._Status = None
6636
6849
  self._ChannelId = None
6850
+ self._Price = None
6851
+ self._Amount = None
6637
6852
  self._RequestId = None
6638
6853
 
6639
6854
  @property
@@ -6697,6 +6912,30 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
6697
6912
  def ChannelId(self, ChannelId):
6698
6913
  self._ChannelId = ChannelId
6699
6914
 
6915
+ @property
6916
+ def Price(self):
6917
+ """订单金额,单位为分
6918
+ 注意:此字段可能返回 null,表示取不到有效值。
6919
+ :rtype: int
6920
+ """
6921
+ return self._Price
6922
+
6923
+ @Price.setter
6924
+ def Price(self, Price):
6925
+ self._Price = Price
6926
+
6927
+ @property
6928
+ def Amount(self):
6929
+ """支付金额,单位为分
6930
+ 注意:此字段可能返回 null,表示取不到有效值。
6931
+ :rtype: int
6932
+ """
6933
+ return self._Amount
6934
+
6935
+ @Amount.setter
6936
+ def Amount(self, Amount):
6937
+ self._Amount = Amount
6938
+
6700
6939
  @property
6701
6940
  def RequestId(self):
6702
6941
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -6715,6 +6954,8 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
6715
6954
  self._PackageId = params.get("PackageId")
6716
6955
  self._Status = params.get("Status")
6717
6956
  self._ChannelId = params.get("ChannelId")
6957
+ self._Price = params.get("Price")
6958
+ self._Amount = params.get("Amount")
6718
6959
  self._RequestId = params.get("RequestId")
6719
6960
 
6720
6961
 
@@ -7759,6 +8000,147 @@ class DescribeCloudStorageUsersResponse(AbstractModel):
7759
8000
  self._RequestId = params.get("RequestId")
7760
8001
 
7761
8002
 
8003
+ class DescribeCsReportCountDataInfoRequest(AbstractModel):
8004
+ """DescribeCsReportCountDataInfo请求参数结构体
8005
+
8006
+ """
8007
+
8008
+ def __init__(self):
8009
+ r"""
8010
+ :param _ProductId: 产品id
8011
+ :type ProductId: str
8012
+ :param _DeviceName: 设备名
8013
+ :type DeviceName: str
8014
+ :param _StartTime: 统计开始时间戳
8015
+ :type StartTime: int
8016
+ :param _EndTime: 统计结束时间戳
8017
+ :type EndTime: int
8018
+ :param _ChannelId: 设备通道
8019
+ :type ChannelId: int
8020
+ """
8021
+ self._ProductId = None
8022
+ self._DeviceName = None
8023
+ self._StartTime = None
8024
+ self._EndTime = None
8025
+ self._ChannelId = None
8026
+
8027
+ @property
8028
+ def ProductId(self):
8029
+ """产品id
8030
+ :rtype: str
8031
+ """
8032
+ return self._ProductId
8033
+
8034
+ @ProductId.setter
8035
+ def ProductId(self, ProductId):
8036
+ self._ProductId = ProductId
8037
+
8038
+ @property
8039
+ def DeviceName(self):
8040
+ """设备名
8041
+ :rtype: str
8042
+ """
8043
+ return self._DeviceName
8044
+
8045
+ @DeviceName.setter
8046
+ def DeviceName(self, DeviceName):
8047
+ self._DeviceName = DeviceName
8048
+
8049
+ @property
8050
+ def StartTime(self):
8051
+ """统计开始时间戳
8052
+ :rtype: int
8053
+ """
8054
+ return self._StartTime
8055
+
8056
+ @StartTime.setter
8057
+ def StartTime(self, StartTime):
8058
+ self._StartTime = StartTime
8059
+
8060
+ @property
8061
+ def EndTime(self):
8062
+ """统计结束时间戳
8063
+ :rtype: int
8064
+ """
8065
+ return self._EndTime
8066
+
8067
+ @EndTime.setter
8068
+ def EndTime(self, EndTime):
8069
+ self._EndTime = EndTime
8070
+
8071
+ @property
8072
+ def ChannelId(self):
8073
+ """设备通道
8074
+ :rtype: int
8075
+ """
8076
+ return self._ChannelId
8077
+
8078
+ @ChannelId.setter
8079
+ def ChannelId(self, ChannelId):
8080
+ self._ChannelId = ChannelId
8081
+
8082
+
8083
+ def _deserialize(self, params):
8084
+ self._ProductId = params.get("ProductId")
8085
+ self._DeviceName = params.get("DeviceName")
8086
+ self._StartTime = params.get("StartTime")
8087
+ self._EndTime = params.get("EndTime")
8088
+ self._ChannelId = params.get("ChannelId")
8089
+ memeber_set = set(params.keys())
8090
+ for name, value in vars(self).items():
8091
+ property_name = name[1:]
8092
+ if property_name in memeber_set:
8093
+ memeber_set.remove(property_name)
8094
+ if len(memeber_set) > 0:
8095
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
8096
+
8097
+
8098
+
8099
+ class DescribeCsReportCountDataInfoResponse(AbstractModel):
8100
+ """DescribeCsReportCountDataInfo返回参数结构体
8101
+
8102
+ """
8103
+
8104
+ def __init__(self):
8105
+ r"""
8106
+ :param _Data: 云存上报统计信息
8107
+ :type Data: :class:`tencentcloud.iotvideo.v20211125.models.CountDataInfo`
8108
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8109
+ :type RequestId: str
8110
+ """
8111
+ self._Data = None
8112
+ self._RequestId = None
8113
+
8114
+ @property
8115
+ def Data(self):
8116
+ """云存上报统计信息
8117
+ :rtype: :class:`tencentcloud.iotvideo.v20211125.models.CountDataInfo`
8118
+ """
8119
+ return self._Data
8120
+
8121
+ @Data.setter
8122
+ def Data(self, Data):
8123
+ self._Data = Data
8124
+
8125
+ @property
8126
+ def RequestId(self):
8127
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8128
+ :rtype: str
8129
+ """
8130
+ return self._RequestId
8131
+
8132
+ @RequestId.setter
8133
+ def RequestId(self, RequestId):
8134
+ self._RequestId = RequestId
8135
+
8136
+
8137
+ def _deserialize(self, params):
8138
+ if params.get("Data") is not None:
8139
+ self._Data = CountDataInfo()
8140
+ self._Data._deserialize(params.get("Data"))
8141
+ self._RequestId = params.get("RequestId")
8142
+
8143
+
7762
8144
  class DescribeDataForwardListRequest(AbstractModel):
7763
8145
  """DescribeDataForwardList请求参数结构体
7764
8146
 
@@ -11388,6 +11770,100 @@ class DescribeP2PInfoResponse(AbstractModel):
11388
11770
  self._RequestId = params.get("RequestId")
11389
11771
 
11390
11772
 
11773
+ class DescribeP2PRouteRequest(AbstractModel):
11774
+ """DescribeP2PRoute请求参数结构体
11775
+
11776
+ """
11777
+
11778
+ def __init__(self):
11779
+ r"""
11780
+ :param _ProductId: 产品ID
11781
+ :type ProductId: str
11782
+ :param _DeviceName: 设备名称
11783
+ :type DeviceName: str
11784
+ """
11785
+ self._ProductId = None
11786
+ self._DeviceName = None
11787
+
11788
+ @property
11789
+ def ProductId(self):
11790
+ """产品ID
11791
+ :rtype: str
11792
+ """
11793
+ return self._ProductId
11794
+
11795
+ @ProductId.setter
11796
+ def ProductId(self, ProductId):
11797
+ self._ProductId = ProductId
11798
+
11799
+ @property
11800
+ def DeviceName(self):
11801
+ """设备名称
11802
+ :rtype: str
11803
+ """
11804
+ return self._DeviceName
11805
+
11806
+ @DeviceName.setter
11807
+ def DeviceName(self, DeviceName):
11808
+ self._DeviceName = DeviceName
11809
+
11810
+
11811
+ def _deserialize(self, params):
11812
+ self._ProductId = params.get("ProductId")
11813
+ self._DeviceName = params.get("DeviceName")
11814
+ memeber_set = set(params.keys())
11815
+ for name, value in vars(self).items():
11816
+ property_name = name[1:]
11817
+ if property_name in memeber_set:
11818
+ memeber_set.remove(property_name)
11819
+ if len(memeber_set) > 0:
11820
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
11821
+
11822
+
11823
+
11824
+ class DescribeP2PRouteResponse(AbstractModel):
11825
+ """DescribeP2PRoute返回参数结构体
11826
+
11827
+ """
11828
+
11829
+ def __init__(self):
11830
+ r"""
11831
+ :param _RouteId: 当前p2p线路
11832
+ :type RouteId: int
11833
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11834
+ :type RequestId: str
11835
+ """
11836
+ self._RouteId = None
11837
+ self._RequestId = None
11838
+
11839
+ @property
11840
+ def RouteId(self):
11841
+ """当前p2p线路
11842
+ :rtype: int
11843
+ """
11844
+ return self._RouteId
11845
+
11846
+ @RouteId.setter
11847
+ def RouteId(self, RouteId):
11848
+ self._RouteId = RouteId
11849
+
11850
+ @property
11851
+ def RequestId(self):
11852
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11853
+ :rtype: str
11854
+ """
11855
+ return self._RequestId
11856
+
11857
+ @RequestId.setter
11858
+ def RequestId(self, RequestId):
11859
+ self._RequestId = RequestId
11860
+
11861
+
11862
+ def _deserialize(self, params):
11863
+ self._RouteId = params.get("RouteId")
11864
+ self._RequestId = params.get("RequestId")
11865
+
11866
+
11391
11867
  class DescribePackageConsumeTaskRequest(AbstractModel):
11392
11868
  """DescribePackageConsumeTask请求参数结构体
11393
11869