tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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.

Potentially problematic release.


This version of tencentcloud-sdk-python might be problematic. Click here for more details.

Files changed (260) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/ags/v20250920/ags_client.py +46 -0
  3. tencentcloud/ags/v20250920/ags_client_async.py +36 -0
  4. tencentcloud/ags/v20250920/errorcodes.py +45 -0
  5. tencentcloud/ags/v20250920/models.py +1704 -110
  6. tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
  7. tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
  8. tencentcloud/ai3d/v20250513/models.py +78 -36
  9. tencentcloud/aiart/v20221229/aiart_client.py +46 -0
  10. tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
  11. tencentcloud/aiart/v20221229/models.py +289 -0
  12. tencentcloud/ams/v20201229/models.py +101 -0
  13. tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
  14. tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
  15. tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
  16. tencentcloud/antiddos/v20200309/models.py +1671 -97
  17. tencentcloud/apm/v20210622/apm_client.py +23 -0
  18. tencentcloud/apm/v20210622/apm_client_async.py +18 -0
  19. tencentcloud/apm/v20210622/errorcodes.py +3 -0
  20. tencentcloud/apm/v20210622/models.py +1678 -78
  21. tencentcloud/asr/v20190614/models.py +100 -2
  22. tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
  23. tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
  24. tencentcloud/autoscaling/v20180419/models.py +475 -338
  25. tencentcloud/bh/v20230418/models.py +179 -6
  26. tencentcloud/billing/v20180709/billing_client.py +23 -0
  27. tencentcloud/billing/v20180709/billing_client_async.py +18 -0
  28. tencentcloud/billing/v20180709/models.py +328 -6
  29. tencentcloud/cam/v20190116/models.py +111 -2
  30. tencentcloud/car/v20220110/car_client.py +23 -0
  31. tencentcloud/car/v20220110/car_client_async.py +18 -0
  32. tencentcloud/car/v20220110/models.py +109 -0
  33. tencentcloud/cbs/v20170312/models.py +14 -14
  34. tencentcloud/ccc/v20200210/ccc_client.py +42 -13
  35. tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
  36. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  37. tencentcloud/ccc/v20200210/models.py +256 -4
  38. tencentcloud/cdb/v20170320/models.py +37 -16
  39. tencentcloud/cdc/v20201214/models.py +92 -124
  40. tencentcloud/cdn/v20180606/cdn_client.py +0 -78
  41. tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
  42. tencentcloud/cdn/v20180606/errorcodes.py +3 -0
  43. tencentcloud/cdn/v20180606/models.py +464 -1028
  44. tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
  45. tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
  46. tencentcloud/cdwch/v20200915/models.py +555 -0
  47. tencentcloud/cdwdoris/v20211228/models.py +505 -0
  48. tencentcloud/cfs/v20190719/errorcodes.py +1 -1
  49. tencentcloud/cfs/v20190719/models.py +2 -2
  50. tencentcloud/cfw/v20190904/cfw_client.py +278 -23
  51. tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
  52. tencentcloud/cfw/v20190904/models.py +3319 -1154
  53. tencentcloud/chdfs/v20201112/models.py +150 -0
  54. tencentcloud/ckafka/v20190819/models.py +458 -282
  55. tencentcloud/clb/v20180317/clb_client.py +23 -0
  56. tencentcloud/clb/v20180317/clb_client_async.py +18 -0
  57. tencentcloud/clb/v20180317/models.py +230 -130
  58. tencentcloud/cloudapp/v20220530/models.py +190 -36
  59. tencentcloud/cloudaudit/v20190319/models.py +32 -4
  60. tencentcloud/cloudmate/__init__.py +0 -0
  61. tencentcloud/cloudmate/v20251030/__init__.py +0 -0
  62. tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
  63. tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
  64. tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
  65. tencentcloud/cloudmate/v20251030/models.py +387 -0
  66. tencentcloud/cls/v20201016/cls_client.py +1064 -0
  67. tencentcloud/cls/v20201016/cls_client_async.py +860 -26
  68. tencentcloud/cls/v20201016/models.py +10246 -384
  69. tencentcloud/cme/v20191029/models.py +23 -0
  70. tencentcloud/csip/v20221121/models.py +317 -0
  71. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  72. tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
  73. tencentcloud/cvm/v20170312/errorcodes.py +9 -0
  74. tencentcloud/cvm/v20170312/models.py +28 -8
  75. tencentcloud/cwp/v20180228/cwp_client.py +0 -188
  76. tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
  77. tencentcloud/cwp/v20180228/models.py +1097 -1814
  78. tencentcloud/cynosdb/v20190107/models.py +181 -48
  79. tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
  80. tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
  81. tencentcloud/dataagent/v20250513/models.py +1477 -52
  82. tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  83. tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
  84. tencentcloud/dbbrain/v20210527/models.py +261 -15
  85. tencentcloud/dbs/v20211108/dbs_client.py +69 -0
  86. tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
  87. tencentcloud/dbs/v20211108/errorcodes.py +15 -0
  88. tencentcloud/dbs/v20211108/models.py +1173 -27
  89. tencentcloud/dlc/v20210125/dlc_client.py +69 -0
  90. tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
  91. tencentcloud/dlc/v20210125/errorcodes.py +15 -0
  92. tencentcloud/dlc/v20210125/models.py +1016 -0
  93. tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
  94. tencentcloud/dnspod/v20210323/models.py +4 -4
  95. tencentcloud/emr/v20190103/emr_client.py +46 -0
  96. tencentcloud/emr/v20190103/emr_client_async.py +36 -0
  97. tencentcloud/emr/v20190103/models.py +625 -2
  98. tencentcloud/es/v20180416/errorcodes.py +15 -0
  99. tencentcloud/es/v20180416/es_client.py +115 -0
  100. tencentcloud/es/v20180416/es_client_async.py +90 -0
  101. tencentcloud/es/v20180416/models.py +498 -4
  102. tencentcloud/ess/v20201111/ess_client.py +153 -6
  103. tencentcloud/ess/v20201111/ess_client_async.py +128 -6
  104. tencentcloud/ess/v20201111/models.py +1496 -58
  105. tencentcloud/essbasic/v20210526/models.py +129 -23
  106. tencentcloud/evt/v20250217/evt_client.py +46 -0
  107. tencentcloud/evt/v20250217/evt_client_async.py +36 -0
  108. tencentcloud/evt/v20250217/models.py +188 -0
  109. tencentcloud/faceid/v20180301/models.py +10 -4
  110. tencentcloud/gaap/v20180529/models.py +260 -352
  111. tencentcloud/gs/v20191118/models.py +150 -4
  112. tencentcloud/gwlb/v20240906/models.py +48 -70
  113. tencentcloud/iai/v20180301/models.py +4 -4
  114. tencentcloud/iai/v20200303/models.py +4 -4
  115. tencentcloud/igtm/v20231024/errorcodes.py +1 -1
  116. tencentcloud/ims/v20201229/ims_client.py +1 -1
  117. tencentcloud/ims/v20201229/ims_client_async.py +1 -1
  118. tencentcloud/ioa/v20220601/models.py +60 -0
  119. tencentcloud/keewidb/v20220308/models.py +52 -68
  120. tencentcloud/lcic/v20220817/models.py +15 -0
  121. tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
  122. tencentcloud/lighthouse/v20200324/models.py +8 -0
  123. tencentcloud/live/v20180801/errorcodes.py +6 -0
  124. tencentcloud/live/v20180801/live_client.py +143 -0
  125. tencentcloud/live/v20180801/live_client_async.py +113 -0
  126. tencentcloud/live/v20180801/models.py +914 -311
  127. tencentcloud/lke/v20231130/lke_client.py +48 -1
  128. tencentcloud/lke/v20231130/lke_client_async.py +43 -1
  129. tencentcloud/lke/v20231130/models.py +2940 -459
  130. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  131. tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
  132. tencentcloud/lkeap/v20240522/models.py +2 -6
  133. tencentcloud/lowcode/v20210108/models.py +30 -0
  134. tencentcloud/mna/v20210119/models.py +18 -2
  135. tencentcloud/mongodb/v20190725/models.py +2 -2
  136. tencentcloud/monitor/v20180724/models.py +258 -0
  137. tencentcloud/mps/v20190612/errorcodes.py +9 -0
  138. tencentcloud/mps/v20190612/models.py +3007 -140
  139. tencentcloud/mps/v20190612/mps_client.py +115 -0
  140. tencentcloud/mps/v20190612/mps_client_async.py +90 -0
  141. tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
  142. tencentcloud/oceanus/v20190422/models.py +210 -4
  143. tencentcloud/ocr/v20181119/models.py +72 -4
  144. tencentcloud/ocr/v20181119/ocr_client.py +12 -8
  145. tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
  146. tencentcloud/partners/v20180321/models.py +88 -92
  147. tencentcloud/pts/v20210728/models.py +206 -0
  148. tencentcloud/rce/v20250425/__init__.py +0 -0
  149. tencentcloud/rce/v20250425/errorcodes.py +15 -0
  150. tencentcloud/rce/v20250425/models.py +301 -0
  151. tencentcloud/rce/v20250425/rce_client.py +49 -0
  152. tencentcloud/rce/v20250425/rce_client_async.py +44 -0
  153. tencentcloud/redis/v20180412/models.py +65 -70
  154. tencentcloud/rum/v20210622/models.py +548 -0
  155. tencentcloud/rum/v20210622/rum_client.py +23 -0
  156. tencentcloud/rum/v20210622/rum_client_async.py +18 -0
  157. tencentcloud/scf/v20180416/models.py +28 -2
  158. tencentcloud/ses/v20201002/errorcodes.py +3 -0
  159. tencentcloud/ssl/v20191205/models.py +991 -70
  160. tencentcloud/ssl/v20191205/ssl_client.py +2 -2
  161. tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
  162. tencentcloud/ssm/v20190923/models.py +134 -0
  163. tencentcloud/svp/v20240125/models.py +35 -20
  164. tencentcloud/tag/v20180813/models.py +34 -54
  165. tencentcloud/tat/v20201028/models.py +2 -0
  166. tencentcloud/tcaplusdb/v20190823/models.py +0 -337
  167. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
  168. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
  169. tencentcloud/tcb/v20180608/errorcodes.py +15 -12
  170. tencentcloud/tcb/v20180608/models.py +5761 -8383
  171. tencentcloud/tcb/v20180608/tcb_client.py +0 -276
  172. tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
  173. tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
  174. tencentcloud/tcbr/v20220217/models.py +4193 -1389
  175. tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
  176. tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
  177. tencentcloud/tcr/v20190924/models.py +727 -61
  178. tencentcloud/tcr/v20190924/tcr_client.py +92 -0
  179. tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
  180. tencentcloud/tcss/v20201101/models.py +30 -0
  181. tencentcloud/tdai/v20250717/models.py +440 -2
  182. tencentcloud/tdai/v20250717/tdai_client.py +23 -0
  183. tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
  184. tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
  185. tencentcloud/tdmq/v20200217/models.py +432 -4
  186. tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
  187. tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
  188. tencentcloud/teo/v20220901/errorcodes.py +39 -0
  189. tencentcloud/teo/v20220901/models.py +596 -79
  190. tencentcloud/teo/v20220901/teo_client.py +107 -1
  191. tencentcloud/teo/v20220901/teo_client_async.py +97 -1
  192. tencentcloud/thpc/v20211109/models.py +14 -14
  193. tencentcloud/thpc/v20220401/models.py +14 -14
  194. tencentcloud/thpc/v20230321/models.py +20 -54
  195. tencentcloud/tione/v20211111/errorcodes.py +9 -0
  196. tencentcloud/tione/v20211111/models.py +910 -73
  197. tencentcloud/tione/v20211111/tione_client.py +69 -0
  198. tencentcloud/tione/v20211111/tione_client_async.py +54 -0
  199. tencentcloud/tke/v20180525/models.py +468 -18
  200. tencentcloud/tke/v20180525/tke_client.py +69 -0
  201. tencentcloud/tke/v20180525/tke_client_async.py +54 -0
  202. tencentcloud/tke/v20220501/models.py +539 -0
  203. tencentcloud/tke/v20220501/tke_client.py +23 -0
  204. tencentcloud/tke/v20220501/tke_client_async.py +18 -0
  205. tencentcloud/trocket/v20230308/models.py +42 -21
  206. tencentcloud/trocket/v20230308/trocket_client.py +2 -1
  207. tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
  208. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  209. tencentcloud/trtc/v20190722/models.py +173 -30
  210. tencentcloud/tse/v20201207/models.py +42 -0
  211. tencentcloud/tsf/v20180326/errorcodes.py +4 -4
  212. tencentcloud/tsf/v20180326/models.py +15 -510
  213. tencentcloud/tsf/v20180326/tsf_client.py +66 -47
  214. tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
  215. tencentcloud/tts/v20190823/tts_client.py +1 -1
  216. tencentcloud/tts/v20190823/tts_client_async.py +1 -1
  217. tencentcloud/vclm/v20240523/models.py +383 -0
  218. tencentcloud/vclm/v20240523/vclm_client.py +46 -0
  219. tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
  220. tencentcloud/vcube/v20220410/models.py +30 -0
  221. tencentcloud/vdb/v20230616/models.py +567 -0
  222. tencentcloud/vdb/v20230616/vdb_client.py +69 -0
  223. tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
  224. tencentcloud/vm/v20210922/models.py +116 -0
  225. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  226. tencentcloud/vod/v20180717/models.py +4107 -622
  227. tencentcloud/vod/v20180717/vod_client.py +72 -3
  228. tencentcloud/vod/v20180717/vod_client_async.py +57 -3
  229. tencentcloud/vpc/v20170312/errorcodes.py +15 -0
  230. tencentcloud/vpc/v20170312/models.py +387 -2
  231. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  232. tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
  233. tencentcloud/waf/v20180125/errorcodes.py +3 -0
  234. tencentcloud/waf/v20180125/models.py +970 -0
  235. tencentcloud/waf/v20180125/waf_client.py +46 -0
  236. tencentcloud/waf/v20180125/waf_client_async.py +36 -0
  237. tencentcloud/wedata/v20210820/models.py +2851 -29
  238. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  239. tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
  240. tencentcloud/wedata/v20250806/errorcodes.py +21 -0
  241. tencentcloud/wedata/v20250806/models.py +40999 -15704
  242. tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
  243. tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
  244. tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
  245. tencentcloud/weilingwith/v20230427/models.py +17 -336
  246. tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
  247. tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
  248. tencentcloud/wimgs/__init__.py +0 -0
  249. tencentcloud/wimgs/v20251106/__init__.py +0 -0
  250. tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
  251. tencentcloud/wimgs/v20251106/models.py +132 -0
  252. tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
  253. tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
  254. tencentcloud/wsa/v20250508/errorcodes.py +6 -0
  255. tencentcloud/wsa/v20250508/models.py +17 -2
  256. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
  257. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
  258. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
  259. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
  260. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
@@ -5903,6 +5903,539 @@ class DescribeDataPvUrlStatisticsResponse(AbstractModel):
5903
5903
  self._RequestId = params.get("RequestId")
5904
5904
 
5905
5905
 
5906
+ class DescribeDataPvUrlStatisticsV2Request(AbstractModel):
5907
+ r"""DescribeDataPvUrlStatisticsV2请求参数结构体
5908
+
5909
+ """
5910
+
5911
+ def __init__(self):
5912
+ r"""
5913
+ :param _StartTime: 开始时间
5914
+ :type StartTime: int
5915
+ :param _Type: allcount:性能视图,day:14天数据,vp:性能,ckuv:uv,ckpv:pv,condition:条件列表,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
5916
+ :type Type: str
5917
+ :param _EndTime: 结束时间
5918
+ :type EndTime: int
5919
+ :param _ID: 项目ID
5920
+ :type ID: int
5921
+ :param _ExtSecond: 自定义2
5922
+ :type ExtSecond: str
5923
+ :param _Engine: 浏览器引擎
5924
+ :type Engine: str
5925
+ :param _Isp: 运营商
5926
+ :type Isp: str
5927
+ :param _From: 来源页面
5928
+ :type From: str
5929
+ :param _Level: 日志等级
5930
+ :type Level: str
5931
+ :param _Brand: 品牌
5932
+ :type Brand: str
5933
+ :param _Area: 地区
5934
+ :type Area: str
5935
+ :param _VersionNum: 版本
5936
+ :type VersionNum: str
5937
+ :param _Platform: 平台
5938
+ :type Platform: str
5939
+ :param _ExtThird: 自定义3
5940
+ :type ExtThird: str
5941
+ :param _ExtFirst: 自定义1
5942
+ :type ExtFirst: str
5943
+ :param _NetType: 网络类型
5944
+ :type NetType: str
5945
+ :param _Device: 机型
5946
+ :type Device: str
5947
+ :param _IsAbroad: 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
5948
+ :type IsAbroad: str
5949
+ :param _Os: 操作系统
5950
+ :type Os: str
5951
+ :param _Browser: 浏览器
5952
+ :type Browser: str
5953
+ :param _Env: 环境
5954
+ :type Env: str
5955
+ :param _GroupByType: group by 参数值枚举1:1m 2:5m 3:30m 4:1h
5956
+ 5:1d
5957
+ :type GroupByType: int
5958
+ :param _IsNewData: 1: 查询智研
5959
+ 0: 走旧逻辑,已下线,勿使用
5960
+ :type IsNewData: int
5961
+ :param _ExtFourth: 自定义4
5962
+ :type ExtFourth: str
5963
+ :param _ExtFifth: 自定义5
5964
+ :type ExtFifth: str
5965
+ :param _ExtSixth: 自定义6
5966
+ :type ExtSixth: str
5967
+ :param _ExtSeventh: 自定义7
5968
+ :type ExtSeventh: str
5969
+ :param _ExtEighth: 自定义8
5970
+ :type ExtEighth: str
5971
+ :param _ExtNinth: 自定义9
5972
+ :type ExtNinth: str
5973
+ :param _ExtTenth: 自定义10
5974
+ :type ExtTenth: str
5975
+ :param _Granularity: 时间段
5976
+ :type Granularity: str
5977
+ """
5978
+ self._StartTime = None
5979
+ self._Type = None
5980
+ self._EndTime = None
5981
+ self._ID = None
5982
+ self._ExtSecond = None
5983
+ self._Engine = None
5984
+ self._Isp = None
5985
+ self._From = None
5986
+ self._Level = None
5987
+ self._Brand = None
5988
+ self._Area = None
5989
+ self._VersionNum = None
5990
+ self._Platform = None
5991
+ self._ExtThird = None
5992
+ self._ExtFirst = None
5993
+ self._NetType = None
5994
+ self._Device = None
5995
+ self._IsAbroad = None
5996
+ self._Os = None
5997
+ self._Browser = None
5998
+ self._Env = None
5999
+ self._GroupByType = None
6000
+ self._IsNewData = None
6001
+ self._ExtFourth = None
6002
+ self._ExtFifth = None
6003
+ self._ExtSixth = None
6004
+ self._ExtSeventh = None
6005
+ self._ExtEighth = None
6006
+ self._ExtNinth = None
6007
+ self._ExtTenth = None
6008
+ self._Granularity = None
6009
+
6010
+ @property
6011
+ def StartTime(self):
6012
+ r"""开始时间
6013
+ :rtype: int
6014
+ """
6015
+ return self._StartTime
6016
+
6017
+ @StartTime.setter
6018
+ def StartTime(self, StartTime):
6019
+ self._StartTime = StartTime
6020
+
6021
+ @property
6022
+ def Type(self):
6023
+ r"""allcount:性能视图,day:14天数据,vp:性能,ckuv:uv,ckpv:pv,condition:条件列表,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
6024
+ :rtype: str
6025
+ """
6026
+ return self._Type
6027
+
6028
+ @Type.setter
6029
+ def Type(self, Type):
6030
+ self._Type = Type
6031
+
6032
+ @property
6033
+ def EndTime(self):
6034
+ r"""结束时间
6035
+ :rtype: int
6036
+ """
6037
+ return self._EndTime
6038
+
6039
+ @EndTime.setter
6040
+ def EndTime(self, EndTime):
6041
+ self._EndTime = EndTime
6042
+
6043
+ @property
6044
+ def ID(self):
6045
+ r"""项目ID
6046
+ :rtype: int
6047
+ """
6048
+ return self._ID
6049
+
6050
+ @ID.setter
6051
+ def ID(self, ID):
6052
+ self._ID = ID
6053
+
6054
+ @property
6055
+ def ExtSecond(self):
6056
+ r"""自定义2
6057
+ :rtype: str
6058
+ """
6059
+ return self._ExtSecond
6060
+
6061
+ @ExtSecond.setter
6062
+ def ExtSecond(self, ExtSecond):
6063
+ self._ExtSecond = ExtSecond
6064
+
6065
+ @property
6066
+ def Engine(self):
6067
+ r"""浏览器引擎
6068
+ :rtype: str
6069
+ """
6070
+ return self._Engine
6071
+
6072
+ @Engine.setter
6073
+ def Engine(self, Engine):
6074
+ self._Engine = Engine
6075
+
6076
+ @property
6077
+ def Isp(self):
6078
+ r"""运营商
6079
+ :rtype: str
6080
+ """
6081
+ return self._Isp
6082
+
6083
+ @Isp.setter
6084
+ def Isp(self, Isp):
6085
+ self._Isp = Isp
6086
+
6087
+ @property
6088
+ def From(self):
6089
+ r"""来源页面
6090
+ :rtype: str
6091
+ """
6092
+ return self._From
6093
+
6094
+ @From.setter
6095
+ def From(self, From):
6096
+ self._From = From
6097
+
6098
+ @property
6099
+ def Level(self):
6100
+ r"""日志等级
6101
+ :rtype: str
6102
+ """
6103
+ return self._Level
6104
+
6105
+ @Level.setter
6106
+ def Level(self, Level):
6107
+ self._Level = Level
6108
+
6109
+ @property
6110
+ def Brand(self):
6111
+ r"""品牌
6112
+ :rtype: str
6113
+ """
6114
+ return self._Brand
6115
+
6116
+ @Brand.setter
6117
+ def Brand(self, Brand):
6118
+ self._Brand = Brand
6119
+
6120
+ @property
6121
+ def Area(self):
6122
+ r"""地区
6123
+ :rtype: str
6124
+ """
6125
+ return self._Area
6126
+
6127
+ @Area.setter
6128
+ def Area(self, Area):
6129
+ self._Area = Area
6130
+
6131
+ @property
6132
+ def VersionNum(self):
6133
+ r"""版本
6134
+ :rtype: str
6135
+ """
6136
+ return self._VersionNum
6137
+
6138
+ @VersionNum.setter
6139
+ def VersionNum(self, VersionNum):
6140
+ self._VersionNum = VersionNum
6141
+
6142
+ @property
6143
+ def Platform(self):
6144
+ r"""平台
6145
+ :rtype: str
6146
+ """
6147
+ return self._Platform
6148
+
6149
+ @Platform.setter
6150
+ def Platform(self, Platform):
6151
+ self._Platform = Platform
6152
+
6153
+ @property
6154
+ def ExtThird(self):
6155
+ r"""自定义3
6156
+ :rtype: str
6157
+ """
6158
+ return self._ExtThird
6159
+
6160
+ @ExtThird.setter
6161
+ def ExtThird(self, ExtThird):
6162
+ self._ExtThird = ExtThird
6163
+
6164
+ @property
6165
+ def ExtFirst(self):
6166
+ r"""自定义1
6167
+ :rtype: str
6168
+ """
6169
+ return self._ExtFirst
6170
+
6171
+ @ExtFirst.setter
6172
+ def ExtFirst(self, ExtFirst):
6173
+ self._ExtFirst = ExtFirst
6174
+
6175
+ @property
6176
+ def NetType(self):
6177
+ r"""网络类型
6178
+ :rtype: str
6179
+ """
6180
+ return self._NetType
6181
+
6182
+ @NetType.setter
6183
+ def NetType(self, NetType):
6184
+ self._NetType = NetType
6185
+
6186
+ @property
6187
+ def Device(self):
6188
+ r"""机型
6189
+ :rtype: str
6190
+ """
6191
+ return self._Device
6192
+
6193
+ @Device.setter
6194
+ def Device(self, Device):
6195
+ self._Device = Device
6196
+
6197
+ @property
6198
+ def IsAbroad(self):
6199
+ r"""显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
6200
+ :rtype: str
6201
+ """
6202
+ return self._IsAbroad
6203
+
6204
+ @IsAbroad.setter
6205
+ def IsAbroad(self, IsAbroad):
6206
+ self._IsAbroad = IsAbroad
6207
+
6208
+ @property
6209
+ def Os(self):
6210
+ r"""操作系统
6211
+ :rtype: str
6212
+ """
6213
+ return self._Os
6214
+
6215
+ @Os.setter
6216
+ def Os(self, Os):
6217
+ self._Os = Os
6218
+
6219
+ @property
6220
+ def Browser(self):
6221
+ r"""浏览器
6222
+ :rtype: str
6223
+ """
6224
+ return self._Browser
6225
+
6226
+ @Browser.setter
6227
+ def Browser(self, Browser):
6228
+ self._Browser = Browser
6229
+
6230
+ @property
6231
+ def Env(self):
6232
+ r"""环境
6233
+ :rtype: str
6234
+ """
6235
+ return self._Env
6236
+
6237
+ @Env.setter
6238
+ def Env(self, Env):
6239
+ self._Env = Env
6240
+
6241
+ @property
6242
+ def GroupByType(self):
6243
+ r"""group by 参数值枚举1:1m 2:5m 3:30m 4:1h
6244
+ 5:1d
6245
+ :rtype: int
6246
+ """
6247
+ return self._GroupByType
6248
+
6249
+ @GroupByType.setter
6250
+ def GroupByType(self, GroupByType):
6251
+ self._GroupByType = GroupByType
6252
+
6253
+ @property
6254
+ def IsNewData(self):
6255
+ r"""1: 查询智研
6256
+ 0: 走旧逻辑,已下线,勿使用
6257
+ :rtype: int
6258
+ """
6259
+ return self._IsNewData
6260
+
6261
+ @IsNewData.setter
6262
+ def IsNewData(self, IsNewData):
6263
+ self._IsNewData = IsNewData
6264
+
6265
+ @property
6266
+ def ExtFourth(self):
6267
+ r"""自定义4
6268
+ :rtype: str
6269
+ """
6270
+ return self._ExtFourth
6271
+
6272
+ @ExtFourth.setter
6273
+ def ExtFourth(self, ExtFourth):
6274
+ self._ExtFourth = ExtFourth
6275
+
6276
+ @property
6277
+ def ExtFifth(self):
6278
+ r"""自定义5
6279
+ :rtype: str
6280
+ """
6281
+ return self._ExtFifth
6282
+
6283
+ @ExtFifth.setter
6284
+ def ExtFifth(self, ExtFifth):
6285
+ self._ExtFifth = ExtFifth
6286
+
6287
+ @property
6288
+ def ExtSixth(self):
6289
+ r"""自定义6
6290
+ :rtype: str
6291
+ """
6292
+ return self._ExtSixth
6293
+
6294
+ @ExtSixth.setter
6295
+ def ExtSixth(self, ExtSixth):
6296
+ self._ExtSixth = ExtSixth
6297
+
6298
+ @property
6299
+ def ExtSeventh(self):
6300
+ r"""自定义7
6301
+ :rtype: str
6302
+ """
6303
+ return self._ExtSeventh
6304
+
6305
+ @ExtSeventh.setter
6306
+ def ExtSeventh(self, ExtSeventh):
6307
+ self._ExtSeventh = ExtSeventh
6308
+
6309
+ @property
6310
+ def ExtEighth(self):
6311
+ r"""自定义8
6312
+ :rtype: str
6313
+ """
6314
+ return self._ExtEighth
6315
+
6316
+ @ExtEighth.setter
6317
+ def ExtEighth(self, ExtEighth):
6318
+ self._ExtEighth = ExtEighth
6319
+
6320
+ @property
6321
+ def ExtNinth(self):
6322
+ r"""自定义9
6323
+ :rtype: str
6324
+ """
6325
+ return self._ExtNinth
6326
+
6327
+ @ExtNinth.setter
6328
+ def ExtNinth(self, ExtNinth):
6329
+ self._ExtNinth = ExtNinth
6330
+
6331
+ @property
6332
+ def ExtTenth(self):
6333
+ r"""自定义10
6334
+ :rtype: str
6335
+ """
6336
+ return self._ExtTenth
6337
+
6338
+ @ExtTenth.setter
6339
+ def ExtTenth(self, ExtTenth):
6340
+ self._ExtTenth = ExtTenth
6341
+
6342
+ @property
6343
+ def Granularity(self):
6344
+ r"""时间段
6345
+ :rtype: str
6346
+ """
6347
+ return self._Granularity
6348
+
6349
+ @Granularity.setter
6350
+ def Granularity(self, Granularity):
6351
+ self._Granularity = Granularity
6352
+
6353
+
6354
+ def _deserialize(self, params):
6355
+ self._StartTime = params.get("StartTime")
6356
+ self._Type = params.get("Type")
6357
+ self._EndTime = params.get("EndTime")
6358
+ self._ID = params.get("ID")
6359
+ self._ExtSecond = params.get("ExtSecond")
6360
+ self._Engine = params.get("Engine")
6361
+ self._Isp = params.get("Isp")
6362
+ self._From = params.get("From")
6363
+ self._Level = params.get("Level")
6364
+ self._Brand = params.get("Brand")
6365
+ self._Area = params.get("Area")
6366
+ self._VersionNum = params.get("VersionNum")
6367
+ self._Platform = params.get("Platform")
6368
+ self._ExtThird = params.get("ExtThird")
6369
+ self._ExtFirst = params.get("ExtFirst")
6370
+ self._NetType = params.get("NetType")
6371
+ self._Device = params.get("Device")
6372
+ self._IsAbroad = params.get("IsAbroad")
6373
+ self._Os = params.get("Os")
6374
+ self._Browser = params.get("Browser")
6375
+ self._Env = params.get("Env")
6376
+ self._GroupByType = params.get("GroupByType")
6377
+ self._IsNewData = params.get("IsNewData")
6378
+ self._ExtFourth = params.get("ExtFourth")
6379
+ self._ExtFifth = params.get("ExtFifth")
6380
+ self._ExtSixth = params.get("ExtSixth")
6381
+ self._ExtSeventh = params.get("ExtSeventh")
6382
+ self._ExtEighth = params.get("ExtEighth")
6383
+ self._ExtNinth = params.get("ExtNinth")
6384
+ self._ExtTenth = params.get("ExtTenth")
6385
+ self._Granularity = params.get("Granularity")
6386
+ memeber_set = set(params.keys())
6387
+ for name, value in vars(self).items():
6388
+ property_name = name[1:]
6389
+ if property_name in memeber_set:
6390
+ memeber_set.remove(property_name)
6391
+ if len(memeber_set) > 0:
6392
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
6393
+
6394
+
6395
+
6396
+ class DescribeDataPvUrlStatisticsV2Response(AbstractModel):
6397
+ r"""DescribeDataPvUrlStatisticsV2返回参数结构体
6398
+
6399
+ """
6400
+
6401
+ def __init__(self):
6402
+ r"""
6403
+ :param _Result: 返回值
6404
+ :type Result: str
6405
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6406
+ :type RequestId: str
6407
+ """
6408
+ self._Result = None
6409
+ self._RequestId = None
6410
+
6411
+ @property
6412
+ def Result(self):
6413
+ r"""返回值
6414
+ :rtype: str
6415
+ """
6416
+ return self._Result
6417
+
6418
+ @Result.setter
6419
+ def Result(self, Result):
6420
+ self._Result = Result
6421
+
6422
+ @property
6423
+ def RequestId(self):
6424
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6425
+ :rtype: str
6426
+ """
6427
+ return self._RequestId
6428
+
6429
+ @RequestId.setter
6430
+ def RequestId(self, RequestId):
6431
+ self._RequestId = RequestId
6432
+
6433
+
6434
+ def _deserialize(self, params):
6435
+ self._Result = params.get("Result")
6436
+ self._RequestId = params.get("RequestId")
6437
+
6438
+
5906
6439
  class DescribeDataReportCountRequest(AbstractModel):
5907
6440
  r"""DescribeDataReportCount请求参数结构体
5908
6441
 
@@ -9724,11 +10257,14 @@ class DescribeScoresRequest(AbstractModel):
9724
10257
  :type ID: int
9725
10258
  :param _IsDemo: 该参数已废弃
9726
10259
  :type IsDemo: int
10260
+ :param _IDList: 项目 ID 列表
10261
+ :type IDList: list of int
9727
10262
  """
9728
10263
  self._EndTime = None
9729
10264
  self._StartTime = None
9730
10265
  self._ID = None
9731
10266
  self._IsDemo = None
10267
+ self._IDList = None
9732
10268
 
9733
10269
  @property
9734
10270
  def EndTime(self):
@@ -9778,12 +10314,24 @@ class DescribeScoresRequest(AbstractModel):
9778
10314
 
9779
10315
  self._IsDemo = IsDemo
9780
10316
 
10317
+ @property
10318
+ def IDList(self):
10319
+ r"""项目 ID 列表
10320
+ :rtype: list of int
10321
+ """
10322
+ return self._IDList
10323
+
10324
+ @IDList.setter
10325
+ def IDList(self, IDList):
10326
+ self._IDList = IDList
10327
+
9781
10328
 
9782
10329
  def _deserialize(self, params):
9783
10330
  self._EndTime = params.get("EndTime")
9784
10331
  self._StartTime = params.get("StartTime")
9785
10332
  self._ID = params.get("ID")
9786
10333
  self._IsDemo = params.get("IsDemo")
10334
+ self._IDList = params.get("IDList")
9787
10335
  memeber_set = set(params.keys())
9788
10336
  for name, value in vars(self).items():
9789
10337
  property_name = name[1:]
@@ -601,6 +601,29 @@ class RumClient(AbstractClient):
601
601
  raise TencentCloudSDKException(type(e).__name__, str(e))
602
602
 
603
603
 
604
+ def DescribeDataPvUrlStatisticsV2(self, request):
605
+ r"""获取DescribeDataPvUrlStatistics信息
606
+
607
+ :param request: Request instance for DescribeDataPvUrlStatisticsV2.
608
+ :type request: :class:`tencentcloud.rum.v20210622.models.DescribeDataPvUrlStatisticsV2Request`
609
+ :rtype: :class:`tencentcloud.rum.v20210622.models.DescribeDataPvUrlStatisticsV2Response`
610
+
611
+ """
612
+ try:
613
+ params = request._serialize()
614
+ headers = request.headers
615
+ body = self.call("DescribeDataPvUrlStatisticsV2", params, headers=headers)
616
+ response = json.loads(body)
617
+ model = models.DescribeDataPvUrlStatisticsV2Response()
618
+ model._deserialize(response["Response"])
619
+ return model
620
+ except Exception as e:
621
+ if isinstance(e, TencentCloudSDKException):
622
+ raise
623
+ else:
624
+ raise TencentCloudSDKException(type(e).__name__, str(e))
625
+
626
+
604
627
  def DescribeDataReportCount(self, request):
605
628
  r"""获取项目上报量
606
629
 
@@ -475,6 +475,24 @@ class RumClient(AbstractClient):
475
475
 
476
476
  return await self.call_and_deserialize(**kwargs)
477
477
 
478
+ async def DescribeDataPvUrlStatisticsV2(
479
+ self,
480
+ request: models.DescribeDataPvUrlStatisticsV2Request,
481
+ opts: Dict = None,
482
+ ) -> models.DescribeDataPvUrlStatisticsV2Response:
483
+ """
484
+ 获取DescribeDataPvUrlStatistics信息
485
+ """
486
+
487
+ kwargs = {}
488
+ kwargs["action"] = "DescribeDataPvUrlStatisticsV2"
489
+ kwargs["params"] = request._serialize()
490
+ kwargs["resp_cls"] = models.DescribeDataPvUrlStatisticsV2Response
491
+ kwargs["headers"] = request.headers
492
+ kwargs["opts"] = opts or {}
493
+
494
+ return await self.call_and_deserialize(**kwargs)
495
+
478
496
  async def DescribeDataReportCount(
479
497
  self,
480
498
  request: models.DescribeDataReportCountRequest,
@@ -8486,7 +8486,20 @@ class ListFunctionsRequest(AbstractModel):
8486
8486
  :type Namespace: str
8487
8487
  :param _Description: 函数描述,支持模糊搜索
8488
8488
  :type Description: str
8489
- :param _Filters: `过滤特定属性或者有特定标签的函数。`- 传值方式key-value 进行传值 例如:"Filters": [{ "Name": "Status", "Values": ["CreateFailed","Creating"]}, {"Name": "Type","Values": ["HTTP"]}]上述条件的函数是,函数状态为创建失败或者创建中,且函数类型为 HTTP 函数`如果通过标签进行过滤:`- tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。示例值:"Filters": [{"Name":"tag-dmtest","Values":["dmtest"]}]`入参限制:`1.每次请求的Filters的上限为10,Filter.Values的上限为5。2.[VpcId', 'SubnetId', 'ClsTopicId', 'ClsLogsetId', 'Role', 'CfsId', 'CfsMountInsId', 'Eip'] 过滤的Name 为这些属性时, values 只能传一个值3.['Status', 'Runtime', 'Type', 'PublicNetStatus', 'AsyncRunEnable', 'TraceEnable', 'Stamp'] 过滤的Name 为这些属性时 ,values 可以传多个值
8489
+ :param _Filters: `过滤特定属性或者有特定标签的函数。`
8490
+ - 传值方式
8491
+ key-value 进行传值
8492
+ 例如:"Filters": [{ "Name": "Status", "Values": ["CreateFailed","Creating"]}, {"Name": "Type","Values": ["HTTP"]}]上述条件的函数是,函数状态为创建失败或者创建中,且函数类型为 HTTP 函数
8493
+ - `如果通过标签进行过滤:`Filter 中 Name 字段需要以 `tag-` 起始,`-` 后跟着标签名称,`Values` 指定对应的标签值
8494
+ 示例值:"Filters": [{"Name":"tag-dmtest","Values":["dmtest"]}]
8495
+ - `入参限制:`
8496
+ `Filter`:对应的`Name`支持的字段有:
8497
+ `单 Value Filter`支持的 `Name` 字段入参:['VpcId', 'SubnetId', 'ClsTopicId', 'ClsLogsetId', 'Role', 'CfsId', 'CfsMountInsId', 'Eip']
8498
+ `多 Value Filter`支持的 `Name` 字段入参:['Status', 'Runtime', 'Type', 'PublicNetStatus', 'AsyncRunEnable', 'TraceEnable', 'Stamp']
8499
+
8500
+ 单次 API 请求的`Filters` 的上限为`10`, 即Filters 最多有 10个 {"Name":"","Values":[]} `Name -Values` 的键值对。`Filter.Values`的上限,由 `Filter` 的 `Name` 决定。
8501
+ 1.[ VpcId', 'SubnetId', 'ClsTopicId', 'ClsLogsetId', 'Role', 'CfsId', 'CfsMountInsId', 'Eip' ] 过滤的 Name 为这些属性时, Values `只能传一个值`
8502
+ 2.['Status', 'Runtime', 'Type', 'PublicNetStatus', 'AsyncRunEnable', 'TraceEnable', 'Stamp'] 过滤的Name 为这些属性时 ,Values `至多可以传20个值`
8490
8503
  :type Filters: list of Filter
8491
8504
  """
8492
8505
  self._Order = None
@@ -8577,7 +8590,20 @@ class ListFunctionsRequest(AbstractModel):
8577
8590
 
8578
8591
  @property
8579
8592
  def Filters(self):
8580
- r"""`过滤特定属性或者有特定标签的函数。`- 传值方式key-value 进行传值 例如:"Filters": [{ "Name": "Status", "Values": ["CreateFailed","Creating"]}, {"Name": "Type","Values": ["HTTP"]}]上述条件的函数是,函数状态为创建失败或者创建中,且函数类型为 HTTP 函数`如果通过标签进行过滤:`- tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。示例值:"Filters": [{"Name":"tag-dmtest","Values":["dmtest"]}]`入参限制:`1.每次请求的Filters的上限为10,Filter.Values的上限为5。2.[VpcId', 'SubnetId', 'ClsTopicId', 'ClsLogsetId', 'Role', 'CfsId', 'CfsMountInsId', 'Eip'] 过滤的Name 为这些属性时, values 只能传一个值3.['Status', 'Runtime', 'Type', 'PublicNetStatus', 'AsyncRunEnable', 'TraceEnable', 'Stamp'] 过滤的Name 为这些属性时 ,values 可以传多个值
8593
+ r"""`过滤特定属性或者有特定标签的函数。`
8594
+ - 传值方式
8595
+ key-value 进行传值
8596
+ 例如:"Filters": [{ "Name": "Status", "Values": ["CreateFailed","Creating"]}, {"Name": "Type","Values": ["HTTP"]}]上述条件的函数是,函数状态为创建失败或者创建中,且函数类型为 HTTP 函数
8597
+ - `如果通过标签进行过滤:`Filter 中 Name 字段需要以 `tag-` 起始,`-` 后跟着标签名称,`Values` 指定对应的标签值
8598
+ 示例值:"Filters": [{"Name":"tag-dmtest","Values":["dmtest"]}]
8599
+ - `入参限制:`
8600
+ `Filter`:对应的`Name`支持的字段有:
8601
+ `单 Value Filter`支持的 `Name` 字段入参:['VpcId', 'SubnetId', 'ClsTopicId', 'ClsLogsetId', 'Role', 'CfsId', 'CfsMountInsId', 'Eip']
8602
+ `多 Value Filter`支持的 `Name` 字段入参:['Status', 'Runtime', 'Type', 'PublicNetStatus', 'AsyncRunEnable', 'TraceEnable', 'Stamp']
8603
+
8604
+ 单次 API 请求的`Filters` 的上限为`10`, 即Filters 最多有 10个 {"Name":"","Values":[]} `Name -Values` 的键值对。`Filter.Values`的上限,由 `Filter` 的 `Name` 决定。
8605
+ 1.[ VpcId', 'SubnetId', 'ClsTopicId', 'ClsLogsetId', 'Role', 'CfsId', 'CfsMountInsId', 'Eip' ] 过滤的 Name 为这些属性时, Values `只能传一个值`
8606
+ 2.['Status', 'Runtime', 'Type', 'PublicNetStatus', 'AsyncRunEnable', 'TraceEnable', 'Stamp'] 过滤的Name 为这些属性时 ,Values `至多可以传20个值`
8581
8607
  :rtype: list of Filter
8582
8608
  """
8583
8609
  return self._Filters
@@ -254,6 +254,9 @@ OPERATIONDENIED_EXCEEDDOMAINLIMIT = 'OperationDenied.ExceedDomainLimit'
254
254
  # 超出最大发信地址限制。
255
255
  OPERATIONDENIED_EXCEEDSENDERLIMIT = 'OperationDenied.ExceedSenderLimit'
256
256
 
257
+ # 不允许删除域名
258
+ OPERATIONDENIED_NOTALLOWDELETE = 'OperationDenied.NotAllowDelete'
259
+
257
260
  # 收件人列表正在上传中,请稍后操作。
258
261
  OPERATIONDENIED_RECEIVERISOPERATING = 'OperationDenied.ReceiverIsOperating'
259
262