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
@@ -2195,7 +2195,6 @@ class DescribeCaptchaMiniResultResponse(AbstractModel):
2195
2195
  100 param err 参数校验错误
2196
2196
  :type CaptchaCode: int
2197
2197
  :param _CaptchaMsg: 状态描述及验证错误信息
2198
- 注意:此字段可能返回 null,表示取不到有效值。
2199
2198
  :type CaptchaMsg: str
2200
2199
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2201
2200
  :type RequestId: str
@@ -2228,7 +2227,6 @@ class DescribeCaptchaMiniResultResponse(AbstractModel):
2228
2227
  @property
2229
2228
  def CaptchaMsg(self):
2230
2229
  """状态描述及验证错误信息
2231
- 注意:此字段可能返回 null,表示取不到有效值。
2232
2230
  :rtype: str
2233
2231
  """
2234
2232
  return self._CaptchaMsg
@@ -2460,11 +2458,9 @@ class DescribeCaptchaMiniRiskResultResponse(AbstractModel):
2460
2458
  100 param err 参数校验错误
2461
2459
  :type CaptchaCode: int
2462
2460
  :param _CaptchaMsg: 状态描述及验证错误信息
2463
- 注意:此字段可能返回 null,表示取不到有效值。
2464
2461
  注意:此字段可能返回 null,表示取不到有效值。
2465
2462
  :type CaptchaMsg: str
2466
2463
  :param _ManageMarketingRiskValue: 拦截策略返回信息
2467
- 注意:此字段可能返回 null,表示取不到有效值。
2468
2464
  注意:此字段可能返回 null,表示取不到有效值。
2469
2465
  :type ManageMarketingRiskValue: :class:`tencentcloud.captcha.v20190722.models.OutputManageMarketingRiskValue`
2470
2466
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -2498,7 +2494,6 @@ class DescribeCaptchaMiniRiskResultResponse(AbstractModel):
2498
2494
  @property
2499
2495
  def CaptchaMsg(self):
2500
2496
  """状态描述及验证错误信息
2501
- 注意:此字段可能返回 null,表示取不到有效值。
2502
2497
  注意:此字段可能返回 null,表示取不到有效值。
2503
2498
  :rtype: str
2504
2499
  """
@@ -2511,7 +2506,6 @@ class DescribeCaptchaMiniRiskResultResponse(AbstractModel):
2511
2506
  @property
2512
2507
  def ManageMarketingRiskValue(self):
2513
2508
  """拦截策略返回信息
2514
- 注意:此字段可能返回 null,表示取不到有效值。
2515
2509
  注意:此字段可能返回 null,表示取不到有效值。
2516
2510
  :rtype: :class:`tencentcloud.captcha.v20190722.models.OutputManageMarketingRiskValue`
2517
2511
  """
@@ -2901,15 +2895,12 @@ class DescribeCaptchaRceResultResponse(AbstractModel):
2901
2895
  100 appid-secretkey-ticket mismatch 参数校验错误,(1)请检查CaptchaAppId与AppSecretKey是否正确,CaptchaAppId、AppSecretKey需要在验证码控制台【验证管理】>【基础配置】中获取(2)请检查传入的Ticket是否由传入的CaptchaAppId生成
2902
2896
  :type CaptchaCode: int
2903
2897
  :param _CaptchaMsg: 状态描述及验证错误信息
2904
- 注意:此字段可能返回 null,表示取不到有效值。
2905
2898
  :type CaptchaMsg: str
2906
2899
  :param _EvilLevel: 无感验证模式下,该参数返回验证结果:
2907
2900
  EvilLevel=0 请求无恶意
2908
2901
  EvilLevel=100 请求有恶意
2909
- 注意:此字段可能返回 null,表示取不到有效值。
2910
2902
  :type EvilLevel: int
2911
2903
  :param _GetCaptchaTime: 前端获取验证码时间,时间戳格式
2912
- 注意:此字段可能返回 null,表示取不到有效值。
2913
2904
  :type GetCaptchaTime: int
2914
2905
  :param _EvilBitmap: 拦截类型
2915
2906
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2917,8 +2908,9 @@ EvilLevel=100 请求有恶意
2917
2908
  :param _SubmitCaptchaTime: 提交验证码时间
2918
2909
  :type SubmitCaptchaTime: int
2919
2910
  :param _RceResult: rce检测结果
2920
- 注意:此字段可能返回 null,表示取不到有效值。
2921
2911
  :type RceResult: :class:`tencentcloud.captcha.v20190722.models.RceResult`
2912
+ :param _DeviceRiskCategory: 设备风险大类
2913
+ :type DeviceRiskCategory: str
2922
2914
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2923
2915
  :type RequestId: str
2924
2916
  """
@@ -2929,6 +2921,7 @@ EvilLevel=100 请求有恶意
2929
2921
  self._EvilBitmap = None
2930
2922
  self._SubmitCaptchaTime = None
2931
2923
  self._RceResult = None
2924
+ self._DeviceRiskCategory = None
2932
2925
  self._RequestId = None
2933
2926
 
2934
2927
  @property
@@ -2952,7 +2945,6 @@ EvilLevel=100 请求有恶意
2952
2945
  @property
2953
2946
  def CaptchaMsg(self):
2954
2947
  """状态描述及验证错误信息
2955
- 注意:此字段可能返回 null,表示取不到有效值。
2956
2948
  :rtype: str
2957
2949
  """
2958
2950
  return self._CaptchaMsg
@@ -2966,7 +2958,6 @@ EvilLevel=100 请求有恶意
2966
2958
  """无感验证模式下,该参数返回验证结果:
2967
2959
  EvilLevel=0 请求无恶意
2968
2960
  EvilLevel=100 请求有恶意
2969
- 注意:此字段可能返回 null,表示取不到有效值。
2970
2961
  :rtype: int
2971
2962
  """
2972
2963
  return self._EvilLevel
@@ -2978,7 +2969,6 @@ EvilLevel=100 请求有恶意
2978
2969
  @property
2979
2970
  def GetCaptchaTime(self):
2980
2971
  """前端获取验证码时间,时间戳格式
2981
- 注意:此字段可能返回 null,表示取不到有效值。
2982
2972
  :rtype: int
2983
2973
  """
2984
2974
  return self._GetCaptchaTime
@@ -3013,7 +3003,6 @@ EvilLevel=100 请求有恶意
3013
3003
  @property
3014
3004
  def RceResult(self):
3015
3005
  """rce检测结果
3016
- 注意:此字段可能返回 null,表示取不到有效值。
3017
3006
  :rtype: :class:`tencentcloud.captcha.v20190722.models.RceResult`
3018
3007
  """
3019
3008
  return self._RceResult
@@ -3022,6 +3011,17 @@ EvilLevel=100 请求有恶意
3022
3011
  def RceResult(self, RceResult):
3023
3012
  self._RceResult = RceResult
3024
3013
 
3014
+ @property
3015
+ def DeviceRiskCategory(self):
3016
+ """设备风险大类
3017
+ :rtype: str
3018
+ """
3019
+ return self._DeviceRiskCategory
3020
+
3021
+ @DeviceRiskCategory.setter
3022
+ def DeviceRiskCategory(self, DeviceRiskCategory):
3023
+ self._DeviceRiskCategory = DeviceRiskCategory
3024
+
3025
3025
  @property
3026
3026
  def RequestId(self):
3027
3027
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -3044,6 +3044,7 @@ EvilLevel=100 请求有恶意
3044
3044
  if params.get("RceResult") is not None:
3045
3045
  self._RceResult = RceResult()
3046
3046
  self._RceResult._deserialize(params.get("RceResult"))
3047
+ self._DeviceRiskCategory = params.get("DeviceRiskCategory")
3047
3048
  self._RequestId = params.get("RequestId")
3048
3049
 
3049
3050
 
@@ -3250,15 +3251,12 @@ class DescribeCaptchaResultResponse(AbstractModel):
3250
3251
  100 appid-secretkey-ticket mismatch 参数校验错误,(1)请检查CaptchaAppId与AppSecretKey是否正确,CaptchaAppId、AppSecretKey需要在验证码控制台【验证管理】>【基础配置】中获取(2)请检查传入的Ticket是否由传入的CaptchaAppId生成
3251
3252
  :type CaptchaCode: int
3252
3253
  :param _CaptchaMsg: 状态描述及验证错误信息
3253
- 注意:此字段可能返回 null,表示取不到有效值。
3254
3254
  :type CaptchaMsg: str
3255
3255
  :param _EvilLevel: 无感验证模式下,该参数返回验证结果:
3256
3256
  EvilLevel=0 请求无恶意
3257
3257
  EvilLevel=100 请求有恶意
3258
- 注意:此字段可能返回 null,表示取不到有效值。
3259
3258
  :type EvilLevel: int
3260
3259
  :param _GetCaptchaTime: 前端获取验证码时间,时间戳格式
3261
- 注意:此字段可能返回 null,表示取不到有效值。
3262
3260
  :type GetCaptchaTime: int
3263
3261
  :param _EvilBitmap: 拦截类型
3264
3262
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3301,7 +3299,6 @@ EvilLevel=100 请求有恶意
3301
3299
  @property
3302
3300
  def CaptchaMsg(self):
3303
3301
  """状态描述及验证错误信息
3304
- 注意:此字段可能返回 null,表示取不到有效值。
3305
3302
  :rtype: str
3306
3303
  """
3307
3304
  return self._CaptchaMsg
@@ -3315,7 +3312,6 @@ EvilLevel=100 请求有恶意
3315
3312
  """无感验证模式下,该参数返回验证结果:
3316
3313
  EvilLevel=0 请求无恶意
3317
3314
  EvilLevel=100 请求有恶意
3318
- 注意:此字段可能返回 null,表示取不到有效值。
3319
3315
  :rtype: int
3320
3316
  """
3321
3317
  return self._EvilLevel
@@ -3327,7 +3323,6 @@ EvilLevel=100 请求有恶意
3327
3323
  @property
3328
3324
  def GetCaptchaTime(self):
3329
3325
  """前端获取验证码时间,时间戳格式
3330
- 注意:此字段可能返回 null,表示取不到有效值。
3331
3326
  :rtype: int
3332
3327
  """
3333
3328
  return self._GetCaptchaTime
@@ -4321,27 +4316,21 @@ AccountType 是 4 时,对应手机号。
4321
4316
  AccountType 是 8 时,对应 imei、idfa、imeiMD5 或者 idfaMD5。
4322
4317
  AccountType 是 0 时,对应账号信息。
4323
4318
  AccountType 是 10004 时,对应手机号的 MD5。
4324
- 注意:此字段可能返回 null,表示取不到有效值。
4325
4319
  注意:此字段可能返回 null,表示取不到有效值。
4326
4320
  :type UserId: str
4327
4321
  :param _PostTime: 操作时间戳,单位秒(对应输入参数)。
4328
- 注意:此字段可能返回 null,表示取不到有效值。
4329
- 注意:此字段可能返回 null,表示取不到有效值。
4322
+
4330
4323
  :type PostTime: int
4331
4324
  :param _AssociateAccount: 对应输入参数,AccountType 是 QQ 或微信开放账号时,用于标识 QQ 或微信用户登录 后关联业务自身的账号 ID。
4332
- 注意:此字段可能返回 null,表示取不到有效值。
4333
4325
  注意:此字段可能返回 null,表示取不到有效值。
4334
4326
  :type AssociateAccount: str
4335
- :param _UserIp: 业务详情。 注意:此字段可能返回 null,表示取不到有效值。
4336
- 注意:此字段可能返回 null,表示取不到有效值。
4327
+ :param _UserIp: 业务详情
4337
4328
  :type UserIp: str
4338
4329
  :param _RiskLevel: 风险值 pass : 无恶意
4339
4330
  review:需要人工审核
4340
4331
  reject:拒绝,高风险恶意
4341
- 注意:此字段可能返回 null,表示取不到有效值。
4342
- 注意:此字段可能返回 null,表示取不到有效值。
4343
4332
  :type RiskLevel: str
4344
- :param _RiskType: 风险类型,请查看下面详细说明 注意:此字段可能返回 null,表示取不到有效值。
4333
+ :param _RiskType: 风险类型,请查看下面详细说明
4345
4334
  账号风险
4346
4335
  账号信用低 1 账号近期存在因恶意被处罚历史,网络低活跃,被举报等因素
4347
4336
  疑似 低活跃账号 11 账号活跃度与正常用户有差异
@@ -4380,7 +4369,6 @@ AccountType 是 4 时,对应手机号。
4380
4369
  AccountType 是 8 时,对应 imei、idfa、imeiMD5 或者 idfaMD5。
4381
4370
  AccountType 是 0 时,对应账号信息。
4382
4371
  AccountType 是 10004 时,对应手机号的 MD5。
4383
- 注意:此字段可能返回 null,表示取不到有效值。
4384
4372
  注意:此字段可能返回 null,表示取不到有效值。
4385
4373
  :rtype: str
4386
4374
  """
@@ -4393,8 +4381,7 @@ AccountType 是 10004 时,对应手机号的 MD5。
4393
4381
  @property
4394
4382
  def PostTime(self):
4395
4383
  """操作时间戳,单位秒(对应输入参数)。
4396
- 注意:此字段可能返回 null,表示取不到有效值。
4397
- 注意:此字段可能返回 null,表示取不到有效值。
4384
+
4398
4385
  :rtype: int
4399
4386
  """
4400
4387
  return self._PostTime
@@ -4406,7 +4393,6 @@ AccountType 是 10004 时,对应手机号的 MD5。
4406
4393
  @property
4407
4394
  def AssociateAccount(self):
4408
4395
  """对应输入参数,AccountType 是 QQ 或微信开放账号时,用于标识 QQ 或微信用户登录 后关联业务自身的账号 ID。
4409
- 注意:此字段可能返回 null,表示取不到有效值。
4410
4396
  注意:此字段可能返回 null,表示取不到有效值。
4411
4397
  :rtype: str
4412
4398
  """
@@ -4418,8 +4404,7 @@ AccountType 是 10004 时,对应手机号的 MD5。
4418
4404
 
4419
4405
  @property
4420
4406
  def UserIp(self):
4421
- """业务详情。 注意:此字段可能返回 null,表示取不到有效值。
4422
- 注意:此字段可能返回 null,表示取不到有效值。
4407
+ """业务详情
4423
4408
  :rtype: str
4424
4409
  """
4425
4410
  return self._UserIp
@@ -4433,8 +4418,6 @@ AccountType 是 10004 时,对应手机号的 MD5。
4433
4418
  """风险值 pass : 无恶意
4434
4419
  review:需要人工审核
4435
4420
  reject:拒绝,高风险恶意
4436
- 注意:此字段可能返回 null,表示取不到有效值。
4437
- 注意:此字段可能返回 null,表示取不到有效值。
4438
4421
  :rtype: str
4439
4422
  """
4440
4423
  return self._RiskLevel
@@ -4445,7 +4428,7 @@ reject:拒绝,高风险恶意
4445
4428
 
4446
4429
  @property
4447
4430
  def RiskType(self):
4448
- """风险类型,请查看下面详细说明 注意:此字段可能返回 null,表示取不到有效值。
4431
+ """风险类型,请查看下面详细说明
4449
4432
  账号风险
4450
4433
  账号信用低 1 账号近期存在因恶意被处罚历史,网络低活跃,被举报等因素
4451
4434
  疑似 低活跃账号 11 账号活跃度与正常用户有差异
@@ -4501,28 +4484,20 @@ class RceResult(AbstractModel):
4501
4484
  def __init__(self):
4502
4485
  r"""
4503
4486
  :param _UserId: 用户ID
4504
- 注意:此字段可能返回 null,表示取不到有效值。
4505
4487
  :type UserId: str
4506
4488
  :param _PostTime: 操作时间戳
4507
- 注意:此字段可能返回 null,表示取不到有效值。
4508
4489
  :type PostTime: int
4509
4490
  :param _AssociateAccount: 业务参数
4510
- 注意:此字段可能返回 null,表示取不到有效值。
4511
4491
  :type AssociateAccount: str
4512
4492
  :param _UserIp: 用户Ip
4513
- 注意:此字段可能返回 null,表示取不到有效值。
4514
4493
  :type UserIp: str
4515
4494
  :param _RiskLevel: 风险等级
4516
- 注意:此字段可能返回 null,表示取不到有效值。
4517
4495
  :type RiskLevel: str
4518
4496
  :param _RiskType: 风险类型
4519
- 注意:此字段可能返回 null,表示取不到有效值。
4520
4497
  :type RiskType: list of int
4521
4498
  :param _ConstId: 设备唯一ID
4522
- 注意:此字段可能返回 null,表示取不到有效值。
4523
4499
  :type ConstId: str
4524
4500
  :param _RiskInformation: 风险扩展参数
4525
- 注意:此字段可能返回 null,表示取不到有效值。
4526
4501
  :type RiskInformation: str
4527
4502
  """
4528
4503
  self._UserId = None
@@ -4537,7 +4512,6 @@ class RceResult(AbstractModel):
4537
4512
  @property
4538
4513
  def UserId(self):
4539
4514
  """用户ID
4540
- 注意:此字段可能返回 null,表示取不到有效值。
4541
4515
  :rtype: str
4542
4516
  """
4543
4517
  return self._UserId
@@ -4549,7 +4523,6 @@ class RceResult(AbstractModel):
4549
4523
  @property
4550
4524
  def PostTime(self):
4551
4525
  """操作时间戳
4552
- 注意:此字段可能返回 null,表示取不到有效值。
4553
4526
  :rtype: int
4554
4527
  """
4555
4528
  return self._PostTime
@@ -4561,7 +4534,6 @@ class RceResult(AbstractModel):
4561
4534
  @property
4562
4535
  def AssociateAccount(self):
4563
4536
  """业务参数
4564
- 注意:此字段可能返回 null,表示取不到有效值。
4565
4537
  :rtype: str
4566
4538
  """
4567
4539
  return self._AssociateAccount
@@ -4573,7 +4545,6 @@ class RceResult(AbstractModel):
4573
4545
  @property
4574
4546
  def UserIp(self):
4575
4547
  """用户Ip
4576
- 注意:此字段可能返回 null,表示取不到有效值。
4577
4548
  :rtype: str
4578
4549
  """
4579
4550
  return self._UserIp
@@ -4585,7 +4556,6 @@ class RceResult(AbstractModel):
4585
4556
  @property
4586
4557
  def RiskLevel(self):
4587
4558
  """风险等级
4588
- 注意:此字段可能返回 null,表示取不到有效值。
4589
4559
  :rtype: str
4590
4560
  """
4591
4561
  return self._RiskLevel
@@ -4597,7 +4567,6 @@ class RceResult(AbstractModel):
4597
4567
  @property
4598
4568
  def RiskType(self):
4599
4569
  """风险类型
4600
- 注意:此字段可能返回 null,表示取不到有效值。
4601
4570
  :rtype: list of int
4602
4571
  """
4603
4572
  return self._RiskType
@@ -4609,7 +4578,6 @@ class RceResult(AbstractModel):
4609
4578
  @property
4610
4579
  def ConstId(self):
4611
4580
  """设备唯一ID
4612
- 注意:此字段可能返回 null,表示取不到有效值。
4613
4581
  :rtype: str
4614
4582
  """
4615
4583
  return self._ConstId
@@ -4621,7 +4589,6 @@ class RceResult(AbstractModel):
4621
4589
  @property
4622
4590
  def RiskInformation(self):
4623
4591
  """风险扩展参数
4624
- 注意:此字段可能返回 null,表示取不到有效值。
4625
4592
  :rtype: str
4626
4593
  """
4627
4594
  return self._RiskInformation
@@ -118,6 +118,29 @@ class CatClient(AbstractClient):
118
118
  raise TencentCloudSDKException(type(e).__name__, str(e))
119
119
 
120
120
 
121
+ def DescribeNodeGroups(self, request):
122
+ """获取拨测点组(可用性拨测点组、高级拨测点组、我的拨测点组)
123
+
124
+ :param request: Request instance for DescribeNodeGroups.
125
+ :type request: :class:`tencentcloud.cat.v20180409.models.DescribeNodeGroupsRequest`
126
+ :rtype: :class:`tencentcloud.cat.v20180409.models.DescribeNodeGroupsResponse`
127
+
128
+ """
129
+ try:
130
+ params = request._serialize()
131
+ headers = request.headers
132
+ body = self.call("DescribeNodeGroups", params, headers=headers)
133
+ response = json.loads(body)
134
+ model = models.DescribeNodeGroupsResponse()
135
+ model._deserialize(response["Response"])
136
+ return model
137
+ except Exception as e:
138
+ if isinstance(e, TencentCloudSDKException):
139
+ raise
140
+ else:
141
+ raise TencentCloudSDKException(type(e).__name__, str(e))
142
+
143
+
121
144
  def DescribeNodes(self, request):
122
145
  """获取拨测节点
123
146