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
@@ -290,7 +290,7 @@ class InstanceListInfo(AbstractModel):
290
290
  :type Tags: list of TagInfo
291
291
  :param _InstanceId: 实例ID
292
292
  :type InstanceId: str
293
- :param _RegionId: 地域id 1--广州 4--上海 5-- 香港 6--多伦多 7--上海金融 8--北京 9-- 新加坡 11--深圳金融 15--美西(硅谷)16--成都 17--德国 18--韩国 19--重庆 21--印度 22--美东(弗吉尼亚)23--泰国 25--日本
293
+ :param _RegionId: 地域id1--广州 4--上海 5-- 香港 6--多伦多 7--上海金融 8--北京 9-- 新加坡 11--深圳金融 15--美西(硅谷)16--成都 17--德国 18--韩国 19--重庆 22--美东(弗吉尼亚)23--泰国 25--日本
294
294
  :type RegionId: int
295
295
  :param _InstanceDesc: 实例描述信息
296
296
  :type InstanceDesc: str
@@ -438,7 +438,7 @@ class InstanceListInfo(AbstractModel):
438
438
 
439
439
  @property
440
440
  def RegionId(self):
441
- """地域id 1--广州 4--上海 5-- 香港 6--多伦多 7--上海金融 8--北京 9-- 新加坡 11--深圳金融 15--美西(硅谷)16--成都 17--德国 18--韩国 19--重庆 21--印度 22--美东(弗吉尼亚)23--泰国 25--日本
441
+ """地域id1--广州 4--上海 5-- 香港 6--多伦多 7--上海金融 8--北京 9-- 新加坡 11--深圳金融 15--美西(硅谷)16--成都 17--德国 18--韩国 19--重庆 22--美东(弗吉尼亚)23--泰国 25--日本
442
442
  :rtype: int
443
443
  """
444
444
  return self._RegionId
@@ -28,36 +28,26 @@ class AppInfoItem(AbstractModel):
28
28
  :param _AppPackage: 小程序apiiid
29
29
  :type AppPackage: str
30
30
  :param _AppName: 小程序应用名称
31
- 注意:此字段可能返回 null,表示取不到有效值。
32
31
  :type AppName: str
33
32
  :param _AppVersion: 小程序应用版本
34
- 注意:此字段可能返回 null,表示取不到有效值。
35
33
  :type AppVersion: str
36
34
  :param _Platform: 应用平台, 0:android, 1:ios, 2:小程序
37
35
  :type Platform: int
38
36
  :param _ReportUrl: 小程序隐私诊断报告下载链接
39
- 注意:此字段可能返回 null,表示取不到有效值。
40
37
  :type ReportUrl: str
41
38
  :param _ReportTitle: 小程序隐私诊断报告名称
42
- 注意:此字段可能返回 null,表示取不到有效值。
43
39
  :type ReportTitle: str
44
40
  :param _BehaviorUrl: 小程序隐私诊断堆栈报告下载链接
45
- 注意:此字段可能返回 null,表示取不到有效值。
46
41
  :type BehaviorUrl: str
47
42
  :param _BehaviorTitle: 小程序隐私诊断堆栈报告名称
48
- 注意:此字段可能返回 null,表示取不到有效值。
49
43
  :type BehaviorTitle: str
50
44
  :param _HighRiskCount: 诊断风险项数量
51
- 注意:此字段可能返回 null,表示取不到有效值。
52
45
  :type HighRiskCount: int
53
46
  :param _PrivacyTextName: 隐私申明文件名称
54
- 注意:此字段可能返回 null,表示取不到有效值。
55
47
  :type PrivacyTextName: str
56
48
  :param _SoftwareMD5: 软件MD5
57
- 注意:此字段可能返回 null,表示取不到有效值。
58
49
  :type SoftwareMD5: str
59
50
  :param _PrivacyTextMD5: 隐私文本MD5
60
- 注意:此字段可能返回 null,表示取不到有效值。
61
51
  :type PrivacyTextMD5: str
62
52
  """
63
53
  self._AppPackage = None
@@ -87,7 +77,6 @@ class AppInfoItem(AbstractModel):
87
77
  @property
88
78
  def AppName(self):
89
79
  """小程序应用名称
90
- 注意:此字段可能返回 null,表示取不到有效值。
91
80
  :rtype: str
92
81
  """
93
82
  return self._AppName
@@ -99,7 +88,6 @@ class AppInfoItem(AbstractModel):
99
88
  @property
100
89
  def AppVersion(self):
101
90
  """小程序应用版本
102
- 注意:此字段可能返回 null,表示取不到有效值。
103
91
  :rtype: str
104
92
  """
105
93
  return self._AppVersion
@@ -122,7 +110,6 @@ class AppInfoItem(AbstractModel):
122
110
  @property
123
111
  def ReportUrl(self):
124
112
  """小程序隐私诊断报告下载链接
125
- 注意:此字段可能返回 null,表示取不到有效值。
126
113
  :rtype: str
127
114
  """
128
115
  return self._ReportUrl
@@ -134,7 +121,6 @@ class AppInfoItem(AbstractModel):
134
121
  @property
135
122
  def ReportTitle(self):
136
123
  """小程序隐私诊断报告名称
137
- 注意:此字段可能返回 null,表示取不到有效值。
138
124
  :rtype: str
139
125
  """
140
126
  return self._ReportTitle
@@ -146,7 +132,6 @@ class AppInfoItem(AbstractModel):
146
132
  @property
147
133
  def BehaviorUrl(self):
148
134
  """小程序隐私诊断堆栈报告下载链接
149
- 注意:此字段可能返回 null,表示取不到有效值。
150
135
  :rtype: str
151
136
  """
152
137
  return self._BehaviorUrl
@@ -158,7 +143,6 @@ class AppInfoItem(AbstractModel):
158
143
  @property
159
144
  def BehaviorTitle(self):
160
145
  """小程序隐私诊断堆栈报告名称
161
- 注意:此字段可能返回 null,表示取不到有效值。
162
146
  :rtype: str
163
147
  """
164
148
  return self._BehaviorTitle
@@ -170,7 +154,6 @@ class AppInfoItem(AbstractModel):
170
154
  @property
171
155
  def HighRiskCount(self):
172
156
  """诊断风险项数量
173
- 注意:此字段可能返回 null,表示取不到有效值。
174
157
  :rtype: int
175
158
  """
176
159
  return self._HighRiskCount
@@ -182,7 +165,6 @@ class AppInfoItem(AbstractModel):
182
165
  @property
183
166
  def PrivacyTextName(self):
184
167
  """隐私申明文件名称
185
- 注意:此字段可能返回 null,表示取不到有效值。
186
168
  :rtype: str
187
169
  """
188
170
  return self._PrivacyTextName
@@ -194,7 +176,6 @@ class AppInfoItem(AbstractModel):
194
176
  @property
195
177
  def SoftwareMD5(self):
196
178
  """软件MD5
197
- 注意:此字段可能返回 null,表示取不到有效值。
198
179
  :rtype: str
199
180
  """
200
181
  return self._SoftwareMD5
@@ -206,7 +187,6 @@ class AppInfoItem(AbstractModel):
206
187
  @property
207
188
  def PrivacyTextMD5(self):
208
189
  """隐私文本MD5
209
- 注意:此字段可能返回 null,表示取不到有效值。
210
190
  :rtype: str
211
191
  """
212
192
  return self._PrivacyTextMD5
@@ -253,7 +233,6 @@ class AppTaskData(AbstractModel):
253
233
  :param _TaskStatus: 0:默认值(待检测/待咨询), 1.检测中, 2:待评估, 3:评估中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
254
234
  :type TaskStatus: int
255
235
  :param _TaskErrMsg: 错误信息
256
- 注意:此字段可能返回 null,表示取不到有效值。
257
236
  :type TaskErrMsg: str
258
237
  :param _Source: 任务来源,0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);
259
238
  :type Source: int
@@ -264,7 +243,6 @@ class AppTaskData(AbstractModel):
264
243
  :param _EndTime: 任务完成时间(更新时间)
265
244
  :type EndTime: str
266
245
  :param _ContactName: 联系人信息
267
- 注意:此字段可能返回 null,表示取不到有效值。
268
246
  :type ContactName: str
269
247
  """
270
248
  self._TaskID = None
@@ -313,7 +291,6 @@ class AppTaskData(AbstractModel):
313
291
  @property
314
292
  def TaskErrMsg(self):
315
293
  """错误信息
316
- 注意:此字段可能返回 null,表示取不到有效值。
317
294
  :rtype: str
318
295
  """
319
296
  return self._TaskErrMsg
@@ -369,7 +346,6 @@ class AppTaskData(AbstractModel):
369
346
  @property
370
347
  def ContactName(self):
371
348
  """联系人信息
372
- 注意:此字段可能返回 null,表示取不到有效值。
373
349
  :rtype: str
374
350
  """
375
351
  return self._ContactName
@@ -1581,7 +1557,6 @@ class DescribeFlySecMiniAppReportUrlResponse(AbstractModel):
1581
1557
  :param _Ret: 返回值, 0:成功, 其他值请查看“返回值”定义
1582
1558
  :type Ret: int
1583
1559
  :param _Url: 诊断报告下载链接
1584
- 注意:此字段可能返回 null,表示取不到有效值。
1585
1560
  :type Url: str
1586
1561
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1587
1562
  :type RequestId: str
@@ -1604,7 +1579,6 @@ class DescribeFlySecMiniAppReportUrlResponse(AbstractModel):
1604
1579
  @property
1605
1580
  def Url(self):
1606
1581
  """诊断报告下载链接
1607
- 注意:此字段可能返回 null,表示取不到有效值。
1608
1582
  :rtype: str
1609
1583
  """
1610
1584
  return self._Url
@@ -1737,10 +1711,8 @@ class DescribeFlySecMiniAppScanReportListResponse(AbstractModel):
1737
1711
  :param _Ret: 返回值, 0:成功, 其他值请查看“返回值”定义
1738
1712
  :type Ret: int
1739
1713
  :param _Data: 诊断报告数据
1740
- 注意:此字段可能返回 null,表示取不到有效值。
1741
1714
  :type Data: list of FlySecMiniAppReportData
1742
1715
  :param _Total: 诊断任务数
1743
- 注意:此字段可能返回 null,表示取不到有效值。
1744
1716
  :type Total: int
1745
1717
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1746
1718
  :type RequestId: str
@@ -1764,7 +1736,6 @@ class DescribeFlySecMiniAppScanReportListResponse(AbstractModel):
1764
1736
  @property
1765
1737
  def Data(self):
1766
1738
  """诊断报告数据
1767
- 注意:此字段可能返回 null,表示取不到有效值。
1768
1739
  :rtype: list of FlySecMiniAppReportData
1769
1740
  """
1770
1741
  return self._Data
@@ -1776,7 +1747,6 @@ class DescribeFlySecMiniAppScanReportListResponse(AbstractModel):
1776
1747
  @property
1777
1748
  def Total(self):
1778
1749
  """诊断任务数
1779
- 注意:此字段可能返回 null,表示取不到有效值。
1780
1750
  :rtype: int
1781
1751
  """
1782
1752
  return self._Total
@@ -1900,10 +1870,8 @@ class DescribeFlySecMiniAppScanTaskListResponse(AbstractModel):
1900
1870
  :param _Ret: 返回值, 0:成功, 其他值请查看“返回值”定义
1901
1871
  :type Ret: int
1902
1872
  :param _Data: 诊断任务数据列表
1903
- 注意:此字段可能返回 null,表示取不到有效值。
1904
1873
  :type Data: list of FlySecMiniAppTaskData
1905
1874
  :param _Total: 诊断任务数
1906
- 注意:此字段可能返回 null,表示取不到有效值。
1907
1875
  :type Total: int
1908
1876
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1909
1877
  :type RequestId: str
@@ -1927,7 +1895,6 @@ class DescribeFlySecMiniAppScanTaskListResponse(AbstractModel):
1927
1895
  @property
1928
1896
  def Data(self):
1929
1897
  """诊断任务数据列表
1930
- 注意:此字段可能返回 null,表示取不到有效值。
1931
1898
  :rtype: list of FlySecMiniAppTaskData
1932
1899
  """
1933
1900
  return self._Data
@@ -1939,7 +1906,6 @@ class DescribeFlySecMiniAppScanTaskListResponse(AbstractModel):
1939
1906
  @property
1940
1907
  def Total(self):
1941
1908
  """诊断任务数
1942
- 注意:此字段可能返回 null,表示取不到有效值。
1943
1909
  :rtype: int
1944
1910
  """
1945
1911
  return self._Total
@@ -2022,13 +1988,10 @@ class DescribeFlySecMiniAppScanTaskParamResponse(AbstractModel):
2022
1988
  :param _Mode: 诊断模式 1:基础诊断,2:深度诊断
2023
1989
  :type Mode: int
2024
1990
  :param _MiniAppTestAccount: 小程序测试账号(自有账号体系需提供,其他情况不需要)
2025
- 注意:此字段可能返回 null,表示取不到有效值。
2026
1991
  :type MiniAppTestAccount: str
2027
1992
  :param _MiniAppTestPwd: 小程序测试密码(自有账号体系需提供,其他情况不需要)
2028
- 注意:此字段可能返回 null,表示取不到有效值。
2029
1993
  :type MiniAppTestPwd: str
2030
1994
  :param _ScanVersion: 诊断扫描版本 0:正式版 1:体验版
2031
- 注意:此字段可能返回 null,表示取不到有效值。
2032
1995
  :type ScanVersion: int
2033
1996
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2034
1997
  :type RequestId: str
@@ -2077,7 +2040,6 @@ class DescribeFlySecMiniAppScanTaskParamResponse(AbstractModel):
2077
2040
  @property
2078
2041
  def MiniAppTestAccount(self):
2079
2042
  """小程序测试账号(自有账号体系需提供,其他情况不需要)
2080
- 注意:此字段可能返回 null,表示取不到有效值。
2081
2043
  :rtype: str
2082
2044
  """
2083
2045
  return self._MiniAppTestAccount
@@ -2089,7 +2051,6 @@ class DescribeFlySecMiniAppScanTaskParamResponse(AbstractModel):
2089
2051
  @property
2090
2052
  def MiniAppTestPwd(self):
2091
2053
  """小程序测试密码(自有账号体系需提供,其他情况不需要)
2092
- 注意:此字段可能返回 null,表示取不到有效值。
2093
2054
  :rtype: str
2094
2055
  """
2095
2056
  return self._MiniAppTestPwd
@@ -2101,7 +2062,6 @@ class DescribeFlySecMiniAppScanTaskParamResponse(AbstractModel):
2101
2062
  @property
2102
2063
  def ScanVersion(self):
2103
2064
  """诊断扫描版本 0:正式版 1:体验版
2104
- 注意:此字段可能返回 null,表示取不到有效值。
2105
2065
  :rtype: int
2106
2066
  """
2107
2067
  return self._ScanVersion
@@ -2180,13 +2140,10 @@ class DescribeFlySecMiniAppScanTaskStatusResponse(AbstractModel):
2180
2140
  :param _Status: 诊断状态, 0:排队中, 1:成功, 2:失败, 3:进行中
2181
2141
  :type Status: int
2182
2142
  :param _Errno: 诊断失败错误码
2183
- 注意:此字段可能返回 null,表示取不到有效值。
2184
2143
  :type Errno: int
2185
2144
  :param _MiniAppName: 小程序名称
2186
- 注意:此字段可能返回 null,表示取不到有效值。
2187
2145
  :type MiniAppName: str
2188
2146
  :param _MiniAppVersion: 小程序版本
2189
- 注意:此字段可能返回 null,表示取不到有效值。
2190
2147
  :type MiniAppVersion: str
2191
2148
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2192
2149
  :type RequestId: str
@@ -2223,7 +2180,6 @@ class DescribeFlySecMiniAppScanTaskStatusResponse(AbstractModel):
2223
2180
  @property
2224
2181
  def Errno(self):
2225
2182
  """诊断失败错误码
2226
- 注意:此字段可能返回 null,表示取不到有效值。
2227
2183
  :rtype: int
2228
2184
  """
2229
2185
  return self._Errno
@@ -2235,7 +2191,6 @@ class DescribeFlySecMiniAppScanTaskStatusResponse(AbstractModel):
2235
2191
  @property
2236
2192
  def MiniAppName(self):
2237
2193
  """小程序名称
2238
- 注意:此字段可能返回 null,表示取不到有效值。
2239
2194
  :rtype: str
2240
2195
  """
2241
2196
  return self._MiniAppName
@@ -2247,7 +2202,6 @@ class DescribeFlySecMiniAppScanTaskStatusResponse(AbstractModel):
2247
2202
  @property
2248
2203
  def MiniAppVersion(self):
2249
2204
  """小程序版本
2250
- 注意:此字段可能返回 null,表示取不到有效值。
2251
2205
  :rtype: str
2252
2206
  """
2253
2207
  return self._MiniAppVersion
@@ -2527,10 +2481,8 @@ class DescribeScanTaskListResponse(AbstractModel):
2527
2481
  :param _Result: 返回值, 0:成功, 其他值请查看“返回值”定义
2528
2482
  :type Result: int
2529
2483
  :param _Data: 诊断任务数据列表
2530
- 注意:此字段可能返回 null,表示取不到有效值。
2531
2484
  :type Data: list of AppTaskData
2532
2485
  :param _Total: 任务总数量
2533
- 注意:此字段可能返回 null,表示取不到有效值。
2534
2486
  :type Total: int
2535
2487
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2536
2488
  :type RequestId: str
@@ -2554,7 +2506,6 @@ class DescribeScanTaskListResponse(AbstractModel):
2554
2506
  @property
2555
2507
  def Data(self):
2556
2508
  """诊断任务数据列表
2557
- 注意:此字段可能返回 null,表示取不到有效值。
2558
2509
  :rtype: list of AppTaskData
2559
2510
  """
2560
2511
  return self._Data
@@ -2566,7 +2517,6 @@ class DescribeScanTaskListResponse(AbstractModel):
2566
2517
  @property
2567
2518
  def Total(self):
2568
2519
  """任务总数量
2569
- 注意:此字段可能返回 null,表示取不到有效值。
2570
2520
  :rtype: int
2571
2521
  """
2572
2522
  return self._Total
@@ -2707,10 +2657,8 @@ class DescribeScanTaskReportUrlResponse(AbstractModel):
2707
2657
  :param _ReportUrl: 诊断报告/堆栈信息下载链接
2708
2658
  :type ReportUrl: str
2709
2659
  :param _ReportTitle: 诊断报告/堆栈名称
2710
- 注意:此字段可能返回 null,表示取不到有效值。
2711
2660
  :type ReportTitle: str
2712
2661
  :param _ReportResult: 诊断json结果内容
2713
- 注意:此字段可能返回 null,表示取不到有效值。
2714
2662
  :type ReportResult: str
2715
2663
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2716
2664
  :type RequestId: str
@@ -2746,7 +2694,6 @@ class DescribeScanTaskReportUrlResponse(AbstractModel):
2746
2694
  @property
2747
2695
  def ReportTitle(self):
2748
2696
  """诊断报告/堆栈名称
2749
- 注意:此字段可能返回 null,表示取不到有效值。
2750
2697
  :rtype: str
2751
2698
  """
2752
2699
  return self._ReportTitle
@@ -2758,7 +2705,6 @@ class DescribeScanTaskReportUrlResponse(AbstractModel):
2758
2705
  @property
2759
2706
  def ReportResult(self):
2760
2707
  """诊断json结果内容
2761
- 注意:此字段可能返回 null,表示取不到有效值。
2762
2708
  :rtype: str
2763
2709
  """
2764
2710
  return self._ReportResult
@@ -2880,10 +2826,8 @@ class DescribeScanTaskStatusResponse(AbstractModel):
2880
2826
  :param _Status: 0:默认值(待检测/待咨询), 1.检测中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
2881
2827
  :type Status: int
2882
2828
  :param _ErrMsg: 诊断失败的错误信息
2883
- 注意:此字段可能返回 null,表示取不到有效值。
2884
2829
  :type ErrMsg: str
2885
2830
  :param _FlowSteps: 任务流详情
2886
- 注意:此字段可能返回 null,表示取不到有效值。
2887
2831
  :type FlowSteps: list of TaskFlowStepsInfo
2888
2832
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2889
2833
  :type RequestId: str
@@ -2919,7 +2863,6 @@ class DescribeScanTaskStatusResponse(AbstractModel):
2919
2863
  @property
2920
2864
  def ErrMsg(self):
2921
2865
  """诊断失败的错误信息
2922
- 注意:此字段可能返回 null,表示取不到有效值。
2923
2866
  :rtype: str
2924
2867
  """
2925
2868
  return self._ErrMsg
@@ -2931,7 +2874,6 @@ class DescribeScanTaskStatusResponse(AbstractModel):
2931
2874
  @property
2932
2875
  def FlowSteps(self):
2933
2876
  """任务流详情
2934
- 注意:此字段可能返回 null,表示取不到有效值。
2935
2877
  :rtype: list of TaskFlowStepsInfo
2936
2878
  """
2937
2879
  return self._FlowSteps
@@ -3494,20 +3436,16 @@ class TaskFlowStepsInfo(AbstractModel):
3494
3436
  def __init__(self):
3495
3437
  r"""
3496
3438
  :param _FlowNo: 流程编号
3497
- 注意:此字段可能返回 null,表示取不到有效值。
3498
3439
  :type FlowNo: str
3499
3440
  :param _FlowName: 流程名称
3500
3441
  :type FlowName: str
3501
3442
  :param _FlowStatus: 流程状态, 其他值:进行中, 2:成功, 3:失败
3502
3443
  :type FlowStatus: int
3503
3444
  :param _FlowStateDesc: 流程状态描述
3504
- 注意:此字段可能返回 null,表示取不到有效值。
3505
3445
  :type FlowStateDesc: str
3506
3446
  :param _StartTime: 流程启动时间
3507
- 注意:此字段可能返回 null,表示取不到有效值。
3508
3447
  :type StartTime: str
3509
3448
  :param _EndTime: 流程完成时间
3510
- 注意:此字段可能返回 null,表示取不到有效值。
3511
3449
  :type EndTime: str
3512
3450
  """
3513
3451
  self._FlowNo = None
@@ -3520,7 +3458,6 @@ class TaskFlowStepsInfo(AbstractModel):
3520
3458
  @property
3521
3459
  def FlowNo(self):
3522
3460
  """流程编号
3523
- 注意:此字段可能返回 null,表示取不到有效值。
3524
3461
  :rtype: str
3525
3462
  """
3526
3463
  return self._FlowNo
@@ -3554,7 +3491,6 @@ class TaskFlowStepsInfo(AbstractModel):
3554
3491
  @property
3555
3492
  def FlowStateDesc(self):
3556
3493
  """流程状态描述
3557
- 注意:此字段可能返回 null,表示取不到有效值。
3558
3494
  :rtype: str
3559
3495
  """
3560
3496
  return self._FlowStateDesc
@@ -3566,7 +3502,6 @@ class TaskFlowStepsInfo(AbstractModel):
3566
3502
  @property
3567
3503
  def StartTime(self):
3568
3504
  """流程启动时间
3569
- 注意:此字段可能返回 null,表示取不到有效值。
3570
3505
  :rtype: str
3571
3506
  """
3572
3507
  return self._StartTime
@@ -3578,7 +3513,6 @@ class TaskFlowStepsInfo(AbstractModel):
3578
3513
  @property
3579
3514
  def EndTime(self):
3580
3515
  """流程完成时间
3581
- 注意:此字段可能返回 null,表示取不到有效值。
3582
3516
  :rtype: str
3583
3517
  """
3584
3518
  return self._EndTime
@@ -14,9 +14,6 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- # CAM签名/鉴权错误。
18
- AUTHFAILURE = 'AuthFailure'
19
-
20
17
  # 交易流程异常
21
18
  FAILEDOPERATION_TRANSACTIONEXCEPTION = 'FailedOperation.TransactionException'
22
19
 
@@ -50,27 +47,12 @@ INVALIDPARAMETER = 'InvalidParameter'
50
47
  # 参数取值错误。
51
48
  INVALIDPARAMETERVALUE = 'InvalidParameterValue'
52
49
 
53
- # 无法获取到可加速的运营商信息
54
- INVALIDPARAMETERVALUE_VENDORNOTFOUND = 'InvalidParameterValue.VendorNotFound'
55
-
56
50
  # 超过配额限制。
57
51
  LIMITEXCEEDED = 'LimitExceeded'
58
52
 
59
- # 缺少参数错误。
60
- MISSINGPARAMETER = 'MissingParameter'
61
-
62
53
  # 操作被拒绝。
63
54
  OPERATIONDENIED = 'OperationDenied'
64
55
 
65
- # 不建议加速。
66
- OPERATIONDENIED_ACCELERATIONNOTSUGGEST = 'OperationDenied.AccelerationNotSuggest'
67
-
68
- # 中国电信加速token过期。
69
- OPERATIONDENIED_CTCCTOKENEXPIRED = 'OperationDenied.CTCCTokenExpired'
70
-
71
- # 相同加速间隔时间过短。
72
- OPERATIONDENIED_CREATEQOSEXCEEDLIMIT = 'OperationDenied.CreateQosExceedLimit'
73
-
74
56
  # 该设备未开启永久授权
75
57
  OPERATIONDENIED_DEVICENOTFOUND = 'OperationDenied.DeviceNotFound'
76
58
 
@@ -104,33 +86,15 @@ OPERATIONDENIED_NOTALLOWEDTOPAY = 'OperationDenied.NotAllowedToPay'
104
86
  # 重复购买
105
87
  OPERATIONDENIED_REPEATPURCHASE = 'OperationDenied.RepeatPurchase'
106
88
 
107
- # 请求运营商加速超时。
108
- OPERATIONDENIED_REQUESTQOSTIMEOUT = 'OperationDenied.RequestQosTimeout'
109
-
110
89
  # 截断开关已经被开启
111
90
  OPERATIONDENIED_TRUNCFLAGON = 'OperationDenied.TruncFlagOn'
112
91
 
113
92
  # 未实名认证
114
93
  OPERATIONDENIED_UNAUTHORIZEDUSER = 'OperationDenied.UnauthorizedUser'
115
94
 
116
- # 该用户加速已取消,不处于加速状态。
117
- OPERATIONDENIED_USERNONACCELERATED = 'OperationDenied.UserNonAccelerated'
118
-
119
- # 该用户不在运营商网络可加速范围内
120
- OPERATIONDENIED_USEROUTOFCOVERAGE = 'OperationDenied.UserOutOfCoverage'
121
-
122
95
  # 当前账号尚未注册为厂商。
123
96
  OPERATIONDENIED_VENDORNOTREGISTER = 'OperationDenied.VendorNotRegister'
124
97
 
125
- # 运营商返回结果错误。
126
- OPERATIONDENIED_VENDORRETURNERROR = 'OperationDenied.VendorReturnError'
127
-
128
- # 运营商服务器临时错误。
129
- OPERATIONDENIED_VENDORSERVERERROR = 'OperationDenied.VendorServerError'
130
-
131
- # 请求的次数超过了频率限制。
132
- REQUESTLIMITEXCEEDED = 'RequestLimitExceeded'
133
-
134
98
  # 资源被占用。
135
99
  RESOURCEINUSE = 'ResourceInUse'
136
100
 
@@ -164,31 +164,6 @@ class MnaClient(AbstractClient):
164
164
  raise TencentCloudSDKException(type(e).__name__, str(e))
165
165
 
166
166
 
167
- def CreateQos(self, request):
168
- """产品下线
169
-
170
- 移动网络发起Qos加速过程
171
-
172
- :param request: Request instance for CreateQos.
173
- :type request: :class:`tencentcloud.mna.v20210119.models.CreateQosRequest`
174
- :rtype: :class:`tencentcloud.mna.v20210119.models.CreateQosResponse`
175
-
176
- """
177
- try:
178
- params = request._serialize()
179
- headers = request.headers
180
- body = self.call("CreateQos", params, headers=headers)
181
- response = json.loads(body)
182
- model = models.CreateQosResponse()
183
- model._deserialize(response["Response"])
184
- return model
185
- except Exception as e:
186
- if isinstance(e, TencentCloudSDKException):
187
- raise
188
- else:
189
- raise TencentCloudSDKException(type(e).__name__, str(e))
190
-
191
-
192
167
  def DeleteDevice(self, request):
193
168
  """删除设备信息
194
169
 
@@ -258,56 +233,6 @@ class MnaClient(AbstractClient):
258
233
  raise TencentCloudSDKException(type(e).__name__, str(e))
259
234
 
260
235
 
261
- def DeleteQos(self, request):
262
- """产品下线
263
-
264
- 移动网络停止Qos加速过程
265
-
266
- :param request: Request instance for DeleteQos.
267
- :type request: :class:`tencentcloud.mna.v20210119.models.DeleteQosRequest`
268
- :rtype: :class:`tencentcloud.mna.v20210119.models.DeleteQosResponse`
269
-
270
- """
271
- try:
272
- params = request._serialize()
273
- headers = request.headers
274
- body = self.call("DeleteQos", params, headers=headers)
275
- response = json.loads(body)
276
- model = models.DeleteQosResponse()
277
- model._deserialize(response["Response"])
278
- return model
279
- except Exception as e:
280
- if isinstance(e, TencentCloudSDKException):
281
- raise
282
- else:
283
- raise TencentCloudSDKException(type(e).__name__, str(e))
284
-
285
-
286
- def DescribeQos(self, request):
287
- """产品下线
288
-
289
- 获取Qos加速状态
290
-
291
- :param request: Request instance for DescribeQos.
292
- :type request: :class:`tencentcloud.mna.v20210119.models.DescribeQosRequest`
293
- :rtype: :class:`tencentcloud.mna.v20210119.models.DescribeQosResponse`
294
-
295
- """
296
- try:
297
- params = request._serialize()
298
- headers = request.headers
299
- body = self.call("DescribeQos", params, headers=headers)
300
- response = json.loads(body)
301
- model = models.DescribeQosResponse()
302
- model._deserialize(response["Response"])
303
- return model
304
- except Exception as e:
305
- if isinstance(e, TencentCloudSDKException):
306
- raise
307
- else:
308
- raise TencentCloudSDKException(type(e).__name__, str(e))
309
-
310
-
311
236
  def DownloadActiveDeviceCount(self, request):
312
237
  """下载活跃设备数量统计
313
238