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
@@ -11519,7 +11519,6 @@ class Groups(AbstractModel):
11519
11519
  - 17:德国
11520
11520
  - 18:韩国
11521
11521
  - 19:重庆
11522
- - 21:印度
11523
11522
  - 22:美东(弗吉尼亚)
11524
11523
  - 23:泰国
11525
11524
  - 25:日本
@@ -11577,7 +11576,6 @@ class Groups(AbstractModel):
11577
11576
  - 17:德国
11578
11577
  - 18:韩国
11579
11578
  - 19:重庆
11580
- - 21:印度
11581
11579
  - 22:美东(弗吉尼亚)
11582
11580
  - 23:泰国
11583
11581
  - 25:日本
@@ -12119,17 +12117,29 @@ class InquiryPriceCreateInstanceResponse(AbstractModel):
12119
12117
 
12120
12118
  def __init__(self):
12121
12119
  r"""
12122
- :param _Price: 价格,单位:分
12120
+ :param _Price: 价格
12123
12121
  :type Price: float
12122
+ :param _HighPrecisionPrice: 高精度价格
12123
+ :type HighPrecisionPrice: float
12124
+ :param _Currency: 币种
12125
+ :type Currency: str
12126
+ :param _AmountUnit: 价格金额单位
12127
+
12128
+ - pent: 分
12129
+ - microPent: 微分
12130
+ :type AmountUnit: str
12124
12131
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12125
12132
  :type RequestId: str
12126
12133
  """
12127
12134
  self._Price = None
12135
+ self._HighPrecisionPrice = None
12136
+ self._Currency = None
12137
+ self._AmountUnit = None
12128
12138
  self._RequestId = None
12129
12139
 
12130
12140
  @property
12131
12141
  def Price(self):
12132
- """价格,单位:分
12142
+ """价格
12133
12143
  :rtype: float
12134
12144
  """
12135
12145
  return self._Price
@@ -12138,6 +12148,42 @@ class InquiryPriceCreateInstanceResponse(AbstractModel):
12138
12148
  def Price(self, Price):
12139
12149
  self._Price = Price
12140
12150
 
12151
+ @property
12152
+ def HighPrecisionPrice(self):
12153
+ """高精度价格
12154
+ :rtype: float
12155
+ """
12156
+ return self._HighPrecisionPrice
12157
+
12158
+ @HighPrecisionPrice.setter
12159
+ def HighPrecisionPrice(self, HighPrecisionPrice):
12160
+ self._HighPrecisionPrice = HighPrecisionPrice
12161
+
12162
+ @property
12163
+ def Currency(self):
12164
+ """币种
12165
+ :rtype: str
12166
+ """
12167
+ return self._Currency
12168
+
12169
+ @Currency.setter
12170
+ def Currency(self, Currency):
12171
+ self._Currency = Currency
12172
+
12173
+ @property
12174
+ def AmountUnit(self):
12175
+ """价格金额单位
12176
+
12177
+ - pent: 分
12178
+ - microPent: 微分
12179
+ :rtype: str
12180
+ """
12181
+ return self._AmountUnit
12182
+
12183
+ @AmountUnit.setter
12184
+ def AmountUnit(self, AmountUnit):
12185
+ self._AmountUnit = AmountUnit
12186
+
12141
12187
  @property
12142
12188
  def RequestId(self):
12143
12189
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -12152,6 +12198,9 @@ class InquiryPriceCreateInstanceResponse(AbstractModel):
12152
12198
 
12153
12199
  def _deserialize(self, params):
12154
12200
  self._Price = params.get("Price")
12201
+ self._HighPrecisionPrice = params.get("HighPrecisionPrice")
12202
+ self._Currency = params.get("Currency")
12203
+ self._AmountUnit = params.get("AmountUnit")
12155
12204
  self._RequestId = params.get("RequestId")
12156
12205
 
12157
12206
 
@@ -12213,17 +12262,29 @@ class InquiryPriceRenewInstanceResponse(AbstractModel):
12213
12262
 
12214
12263
  def __init__(self):
12215
12264
  r"""
12216
- :param _Price: 价格,单位:分。
12265
+ :param _Price: 价格
12217
12266
  :type Price: float
12267
+ :param _HighPrecisionPrice: 高精度价格
12268
+ :type HighPrecisionPrice: float
12269
+ :param _Currency: 币种
12270
+ :type Currency: str
12271
+ :param _AmountUnit: 价格金额单位
12272
+
12273
+ - pent: 分
12274
+ - microPent: 微分
12275
+ :type AmountUnit: str
12218
12276
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12219
12277
  :type RequestId: str
12220
12278
  """
12221
12279
  self._Price = None
12280
+ self._HighPrecisionPrice = None
12281
+ self._Currency = None
12282
+ self._AmountUnit = None
12222
12283
  self._RequestId = None
12223
12284
 
12224
12285
  @property
12225
12286
  def Price(self):
12226
- """价格,单位:分。
12287
+ """价格
12227
12288
  :rtype: float
12228
12289
  """
12229
12290
  return self._Price
@@ -12232,6 +12293,42 @@ class InquiryPriceRenewInstanceResponse(AbstractModel):
12232
12293
  def Price(self, Price):
12233
12294
  self._Price = Price
12234
12295
 
12296
+ @property
12297
+ def HighPrecisionPrice(self):
12298
+ """高精度价格
12299
+ :rtype: float
12300
+ """
12301
+ return self._HighPrecisionPrice
12302
+
12303
+ @HighPrecisionPrice.setter
12304
+ def HighPrecisionPrice(self, HighPrecisionPrice):
12305
+ self._HighPrecisionPrice = HighPrecisionPrice
12306
+
12307
+ @property
12308
+ def Currency(self):
12309
+ """币种
12310
+ :rtype: str
12311
+ """
12312
+ return self._Currency
12313
+
12314
+ @Currency.setter
12315
+ def Currency(self, Currency):
12316
+ self._Currency = Currency
12317
+
12318
+ @property
12319
+ def AmountUnit(self):
12320
+ """价格金额单位
12321
+
12322
+ - pent: 分
12323
+ - microPent: 微分
12324
+ :rtype: str
12325
+ """
12326
+ return self._AmountUnit
12327
+
12328
+ @AmountUnit.setter
12329
+ def AmountUnit(self, AmountUnit):
12330
+ self._AmountUnit = AmountUnit
12331
+
12235
12332
  @property
12236
12333
  def RequestId(self):
12237
12334
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -12246,6 +12343,9 @@ class InquiryPriceRenewInstanceResponse(AbstractModel):
12246
12343
 
12247
12344
  def _deserialize(self, params):
12248
12345
  self._Price = params.get("Price")
12346
+ self._HighPrecisionPrice = params.get("HighPrecisionPrice")
12347
+ self._Currency = params.get("Currency")
12348
+ self._AmountUnit = params.get("AmountUnit")
12249
12349
  self._RequestId = params.get("RequestId")
12250
12350
 
12251
12351
 
@@ -12337,17 +12437,29 @@ class InquiryPriceUpgradeInstanceResponse(AbstractModel):
12337
12437
 
12338
12438
  def __init__(self):
12339
12439
  r"""
12340
- :param _Price: 价格,单位:分
12440
+ :param _Price: 价格
12341
12441
  :type Price: float
12442
+ :param _HighPrecisionPrice: 高精度价格
12443
+ :type HighPrecisionPrice: float
12444
+ :param _Currency: 币种
12445
+ :type Currency: str
12446
+ :param _AmountUnit: 价格金额单位
12447
+
12448
+ - pent: 分
12449
+ - microPent: 微分
12450
+ :type AmountUnit: str
12342
12451
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12343
12452
  :type RequestId: str
12344
12453
  """
12345
12454
  self._Price = None
12455
+ self._HighPrecisionPrice = None
12456
+ self._Currency = None
12457
+ self._AmountUnit = None
12346
12458
  self._RequestId = None
12347
12459
 
12348
12460
  @property
12349
12461
  def Price(self):
12350
- """价格,单位:分
12462
+ """价格
12351
12463
  :rtype: float
12352
12464
  """
12353
12465
  return self._Price
@@ -12356,6 +12468,42 @@ class InquiryPriceUpgradeInstanceResponse(AbstractModel):
12356
12468
  def Price(self, Price):
12357
12469
  self._Price = Price
12358
12470
 
12471
+ @property
12472
+ def HighPrecisionPrice(self):
12473
+ """高精度价格
12474
+ :rtype: float
12475
+ """
12476
+ return self._HighPrecisionPrice
12477
+
12478
+ @HighPrecisionPrice.setter
12479
+ def HighPrecisionPrice(self, HighPrecisionPrice):
12480
+ self._HighPrecisionPrice = HighPrecisionPrice
12481
+
12482
+ @property
12483
+ def Currency(self):
12484
+ """币种
12485
+ :rtype: str
12486
+ """
12487
+ return self._Currency
12488
+
12489
+ @Currency.setter
12490
+ def Currency(self, Currency):
12491
+ self._Currency = Currency
12492
+
12493
+ @property
12494
+ def AmountUnit(self):
12495
+ """价格金额单位
12496
+
12497
+ - pent: 分
12498
+ - microPent: 微分
12499
+ :rtype: str
12500
+ """
12501
+ return self._AmountUnit
12502
+
12503
+ @AmountUnit.setter
12504
+ def AmountUnit(self, AmountUnit):
12505
+ self._AmountUnit = AmountUnit
12506
+
12359
12507
  @property
12360
12508
  def RequestId(self):
12361
12509
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -12370,6 +12518,9 @@ class InquiryPriceUpgradeInstanceResponse(AbstractModel):
12370
12518
 
12371
12519
  def _deserialize(self, params):
12372
12520
  self._Price = params.get("Price")
12521
+ self._HighPrecisionPrice = params.get("HighPrecisionPrice")
12522
+ self._Currency = params.get("Currency")
12523
+ self._AmountUnit = params.get("AmountUnit")
12373
12524
  self._RequestId = params.get("RequestId")
12374
12525
 
12375
12526
 
@@ -13628,7 +13779,7 @@ class InstanceSet(AbstractModel):
13628
13779
  :type Appid: int
13629
13780
  :param _ProjectId: 项目 ID。
13630
13781
  :type ProjectId: int
13631
- :param _RegionId: 地域 ID。<ul><li>1:广州。</li><li>4:上海。</li><li>5:中国香港。</li><li>7:上海金融。</li> <li>8:北京。</li> <li>9:新加坡。</li> <li>11:深圳金融。</li> <li>15:美西(硅谷)。</li><li>16:成都。</li><li>17:法兰克福。</li><li>18:首尔。</li><li>19:重庆。</li><li>21:孟买。</li><li>22:美东(弗吉尼亚)。</li><li>23:曼谷。</li><li>25:东京。</li></ul>
13782
+ :param _RegionId: 地域 ID。<ul><li>1:广州。</li><li>4:上海。</li><li>5:中国香港。</li><li>7:上海金融。</li> <li>8:北京。</li> <li>9:新加坡。</li> <li>11:深圳金融。</li> <li>15:美西(硅谷)。</li><li>16:成都。</li><li>17:法兰克福。</li><li>18:首尔。</li><li>19:重庆。</li><li>22:美东(弗吉尼亚)。</li><li>23:曼谷。</li><li>25:东京。</li></ul>
13632
13783
  :type RegionId: int
13633
13784
  :param _ZoneId: 区域 ID。
13634
13785
  :type ZoneId: int
@@ -13863,7 +14014,7 @@ class InstanceSet(AbstractModel):
13863
14014
 
13864
14015
  @property
13865
14016
  def RegionId(self):
13866
- """地域 ID。<ul><li>1:广州。</li><li>4:上海。</li><li>5:中国香港。</li><li>7:上海金融。</li> <li>8:北京。</li> <li>9:新加坡。</li> <li>11:深圳金融。</li> <li>15:美西(硅谷)。</li><li>16:成都。</li><li>17:法兰克福。</li><li>18:首尔。</li><li>19:重庆。</li><li>21:孟买。</li><li>22:美东(弗吉尼亚)。</li><li>23:曼谷。</li><li>25:东京。</li></ul>
14017
+ """地域 ID。<ul><li>1:广州。</li><li>4:上海。</li><li>5:中国香港。</li><li>7:上海金融。</li> <li>8:北京。</li> <li>9:新加坡。</li> <li>11:深圳金融。</li> <li>15:美西(硅谷)。</li><li>16:成都。</li><li>17:法兰克福。</li><li>18:首尔。</li><li>19:重庆。</li><li>22:美东(弗吉尼亚)。</li><li>23:曼谷。</li><li>25:东京。</li></ul>
13867
14018
  :rtype: int
13868
14019
  """
13869
14020
  return self._RegionId
@@ -16772,13 +16923,13 @@ class ModifyInstanceLogDeliveryRequest(AbstractModel):
16772
16923
  - true:开启。
16773
16924
  - false:关闭。
16774
16925
  :type Enabled: bool
16775
- :param _LogsetId: 投递的日志集ID。通过接口[DescribeInstanceLogDelivery](https://cloud.tencent.com/document/product/239/110878)的返回参数 **SlowLog** 的子参数 **LogsetId** 获取。
16926
+ :param _LogsetId: 投递的日志集ID。通过接口[DescribeLogsets](https://cloud.tencent.com/document/api/614/58624)获取到日志集ID。
16776
16927
  :type LogsetId: str
16777
- :param _TopicId: 投递的日志主题ID。请通过接口[DescribeInstanceLogDelivery](https://cloud.tencent.com/document/product/239/110878)的返回参数 **SlowLog** 的子参数 **TopicId** 获取。
16928
+ :param _TopicId: 投递的日志主题ID。通过接口[DescribeTopics](https://cloud.tencent.com/document/api/614/56454)获取到日志主题ID。
16778
16929
  :type TopicId: str
16779
- :param _LogsetName: 日志集名称。若**LogsetId**未指定具体的日志集ID,请配置该参数,设置日志集名称,系统会以设置的日志集名称自动创建新的日志集。
16930
+ :param _LogsetName: 日志集名称。**LogsetId**为空时必传,系统会以LogsetName为名称来创建新的日志集并投递日志。
16780
16931
  :type LogsetName: str
16781
- :param _TopicName: 日志主题名称,TopicId为空时必传,会自动创建新的日志主题。
16932
+ :param _TopicName: 日志主题名称。**TopicId**为空时必传,系统会以TopicName为名称来创建新的日志主题并投递日志。
16782
16933
  :type TopicName: str
16783
16934
  :param _LogRegion: 日志集所在地域,不传默认使用实例所在地域。
16784
16935
  :type LogRegion: str
@@ -16835,7 +16986,7 @@ class ModifyInstanceLogDeliveryRequest(AbstractModel):
16835
16986
 
16836
16987
  @property
16837
16988
  def LogsetId(self):
16838
- """投递的日志集ID。通过接口[DescribeInstanceLogDelivery](https://cloud.tencent.com/document/product/239/110878)的返回参数 **SlowLog** 的子参数 **LogsetId** 获取。
16989
+ """投递的日志集ID。通过接口[DescribeLogsets](https://cloud.tencent.com/document/api/614/58624)获取到日志集ID。
16839
16990
  :rtype: str
16840
16991
  """
16841
16992
  return self._LogsetId
@@ -16846,7 +16997,7 @@ class ModifyInstanceLogDeliveryRequest(AbstractModel):
16846
16997
 
16847
16998
  @property
16848
16999
  def TopicId(self):
16849
- """投递的日志主题ID。请通过接口[DescribeInstanceLogDelivery](https://cloud.tencent.com/document/product/239/110878)的返回参数 **SlowLog** 的子参数 **TopicId** 获取。
17000
+ """投递的日志主题ID。通过接口[DescribeTopics](https://cloud.tencent.com/document/api/614/56454)获取到日志主题ID。
16850
17001
  :rtype: str
16851
17002
  """
16852
17003
  return self._TopicId
@@ -16857,7 +17008,7 @@ class ModifyInstanceLogDeliveryRequest(AbstractModel):
16857
17008
 
16858
17009
  @property
16859
17010
  def LogsetName(self):
16860
- """日志集名称。若**LogsetId**未指定具体的日志集ID,请配置该参数,设置日志集名称,系统会以设置的日志集名称自动创建新的日志集。
17011
+ """日志集名称。**LogsetId**为空时必传,系统会以LogsetName为名称来创建新的日志集并投递日志。
16861
17012
  :rtype: str
16862
17013
  """
16863
17014
  return self._LogsetName
@@ -16868,7 +17019,7 @@ class ModifyInstanceLogDeliveryRequest(AbstractModel):
16868
17019
 
16869
17020
  @property
16870
17021
  def TopicName(self):
16871
- """日志主题名称,TopicId为空时必传,会自动创建新的日志主题。
17022
+ """日志主题名称。**TopicId**为空时必传,系统会以TopicName为名称来创建新的日志主题并投递日志。
16872
17023
  :rtype: str
16873
17024
  """
16874
17025
  return self._TopicName
@@ -20035,6 +20186,70 @@ class ReleaseWanAddressResponse(AbstractModel):
20035
20186
  self._RequestId = params.get("RequestId")
20036
20187
 
20037
20188
 
20189
+ class RemoveReplicationGroupRequest(AbstractModel):
20190
+ """RemoveReplicationGroup请求参数结构体
20191
+
20192
+ """
20193
+
20194
+ def __init__(self):
20195
+ r"""
20196
+ :param _GroupId: 复制组ID
20197
+ :type GroupId: str
20198
+ """
20199
+ self._GroupId = None
20200
+
20201
+ @property
20202
+ def GroupId(self):
20203
+ """复制组ID
20204
+ :rtype: str
20205
+ """
20206
+ return self._GroupId
20207
+
20208
+ @GroupId.setter
20209
+ def GroupId(self, GroupId):
20210
+ self._GroupId = GroupId
20211
+
20212
+
20213
+ def _deserialize(self, params):
20214
+ self._GroupId = params.get("GroupId")
20215
+ memeber_set = set(params.keys())
20216
+ for name, value in vars(self).items():
20217
+ property_name = name[1:]
20218
+ if property_name in memeber_set:
20219
+ memeber_set.remove(property_name)
20220
+ if len(memeber_set) > 0:
20221
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
20222
+
20223
+
20224
+
20225
+ class RemoveReplicationGroupResponse(AbstractModel):
20226
+ """RemoveReplicationGroup返回参数结构体
20227
+
20228
+ """
20229
+
20230
+ def __init__(self):
20231
+ r"""
20232
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20233
+ :type RequestId: str
20234
+ """
20235
+ self._RequestId = None
20236
+
20237
+ @property
20238
+ def RequestId(self):
20239
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20240
+ :rtype: str
20241
+ """
20242
+ return self._RequestId
20243
+
20244
+ @RequestId.setter
20245
+ def RequestId(self, RequestId):
20246
+ self._RequestId = RequestId
20247
+
20248
+
20249
+ def _deserialize(self, params):
20250
+ self._RequestId = params.get("RequestId")
20251
+
20252
+
20038
20253
  class RemoveReplicationInstanceRequest(AbstractModel):
20039
20254
  """RemoveReplicationInstance请求参数结构体
20040
20255
 
@@ -2236,6 +2236,29 @@ class RedisClient(AbstractClient):
2236
2236
  raise TencentCloudSDKException(type(e).__name__, str(e))
2237
2237
 
2238
2238
 
2239
+ def RemoveReplicationGroup(self, request):
2240
+ """删除复制组
2241
+
2242
+ :param request: Request instance for RemoveReplicationGroup.
2243
+ :type request: :class:`tencentcloud.redis.v20180412.models.RemoveReplicationGroupRequest`
2244
+ :rtype: :class:`tencentcloud.redis.v20180412.models.RemoveReplicationGroupResponse`
2245
+
2246
+ """
2247
+ try:
2248
+ params = request._serialize()
2249
+ headers = request.headers
2250
+ body = self.call("RemoveReplicationGroup", params, headers=headers)
2251
+ response = json.loads(body)
2252
+ model = models.RemoveReplicationGroupResponse()
2253
+ model._deserialize(response["Response"])
2254
+ return model
2255
+ except Exception as e:
2256
+ if isinstance(e, TencentCloudSDKException):
2257
+ raise
2258
+ else:
2259
+ raise TencentCloudSDKException(type(e).__name__, str(e))
2260
+
2261
+
2239
2262
  def RemoveReplicationInstance(self, request):
2240
2263
  """本接口(RemoveReplicationInstance)用于移除复制组中的实例。
2241
2264
 
@@ -11895,7 +11895,6 @@ class RumProject(AbstractModel):
11895
11895
  :param _AccessPoint: 日志接入点,用户忽略。
11896
11896
  :type AccessPoint: str
11897
11897
  :param _Kafka: kafka旁路配置信息
11898
- 注意:此字段可能返回 null,表示取不到有效值。
11899
11898
  :type Kafka: :class:`tencentcloud.rum.v20210622.models.Kafka`
11900
11899
  """
11901
11900
  self._Name = None
@@ -12107,7 +12106,6 @@ class RumProject(AbstractModel):
12107
12106
  @property
12108
12107
  def Kafka(self):
12109
12108
  """kafka旁路配置信息
12110
- 注意:此字段可能返回 null,表示取不到有效值。
12111
12109
  :rtype: :class:`tencentcloud.rum.v20210622.models.Kafka`
12112
12110
  """
12113
12111
  return self._Kafka
@@ -29,9 +29,12 @@ class Attachment(AbstractModel):
29
29
  :type FileName: str
30
30
  :param _Content: Base64之后的附件内容,您可以发送的附件大小上限为4M。注意:腾讯云接口请求最大支持 8M 的请求包,附件内容经过 Base64 预期扩大1.5倍。应该控制所有附件的总大小最大在 4M 以内,整体请求超出 8M 接口会返回错误。
31
31
  :type Content: str
32
+ :param _FileURL: 附件URL。未开放功能,请勿使用。
33
+ :type FileURL: str
32
34
  """
33
35
  self._FileName = None
34
36
  self._Content = None
37
+ self._FileURL = None
35
38
 
36
39
  @property
37
40
  def FileName(self):
@@ -55,10 +58,22 @@ class Attachment(AbstractModel):
55
58
  def Content(self, Content):
56
59
  self._Content = Content
57
60
 
61
+ @property
62
+ def FileURL(self):
63
+ """附件URL。未开放功能,请勿使用。
64
+ :rtype: str
65
+ """
66
+ return self._FileURL
67
+
68
+ @FileURL.setter
69
+ def FileURL(self, FileURL):
70
+ self._FileURL = FileURL
71
+
58
72
 
59
73
  def _deserialize(self, params):
60
74
  self._FileName = params.get("FileName")
61
75
  self._Content = params.get("Content")
76
+ self._FileURL = params.get("FileURL")
62
77
  memeber_set = set(params.keys())
63
78
  for name, value in vars(self).items():
64
79
  property_name = name[1:]
@@ -91,8 +106,7 @@ class BatchSendEmailRequest(AbstractModel):
91
106
  :param _Template: 使用模板发送时,填写的模板相关参数
92
107
  <dx-alert infotype="notice" title="注意"> 如您未申请过特殊配置,则该字段为必填 </dx-alert>
93
108
  :type Template: :class:`tencentcloud.ses.v20201002.models.Template`
94
- :param _Simple: 已废弃
95
- <dx-alert infotype="notice" title="说明"> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>

109
+ :param _Simple: 已废弃<dx-alert infotype="notice" title="说明"> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
96
110
  :type Simple: :class:`tencentcloud.ses.v20201002.models.Simple`
97
111
  :param _Attachments: 需要发送附件时,填写附件相关参数(暂未支持)
98
112
  :type Attachments: list of Attachment
@@ -189,8 +203,7 @@ class BatchSendEmailRequest(AbstractModel):
189
203
 
190
204
  @property
191
205
  def Simple(self):
192
- """已废弃
193
- <dx-alert infotype="notice" title="说明"> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>

206
+ """已废弃<dx-alert infotype="notice" title="说明"> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
194
207
  :rtype: :class:`tencentcloud.ses.v20201002.models.Simple`
195
208
  """
196
209
  return self._Simple
@@ -4016,6 +4029,8 @@ class SendEmailRequest(AbstractModel):
4016
4029
  :type SmtpMessageId: str
4017
4030
  :param _SmtpHeaders: smtp头中可以设置的其它字段
4018
4031
  :type SmtpHeaders: str
4032
+ :param _HeaderFrom: smtp头中的from字段,建议域名与FromEmailAddress保持一致
4033
+ :type HeaderFrom: str
4019
4034
  """
4020
4035
  self._FromEmailAddress = None
4021
4036
  self._Destination = None
@@ -4030,6 +4045,7 @@ class SendEmailRequest(AbstractModel):
4030
4045
  self._TriggerType = None
4031
4046
  self._SmtpMessageId = None
4032
4047
  self._SmtpHeaders = None
4048
+ self._HeaderFrom = None
4033
4049
 
4034
4050
  @property
4035
4051
  def FromEmailAddress(self):
@@ -4176,6 +4192,17 @@ class SendEmailRequest(AbstractModel):
4176
4192
  def SmtpHeaders(self, SmtpHeaders):
4177
4193
  self._SmtpHeaders = SmtpHeaders
4178
4194
 
4195
+ @property
4196
+ def HeaderFrom(self):
4197
+ """smtp头中的from字段,建议域名与FromEmailAddress保持一致
4198
+ :rtype: str
4199
+ """
4200
+ return self._HeaderFrom
4201
+
4202
+ @HeaderFrom.setter
4203
+ def HeaderFrom(self, HeaderFrom):
4204
+ self._HeaderFrom = HeaderFrom
4205
+
4179
4206
 
4180
4207
  def _deserialize(self, params):
4181
4208
  self._FromEmailAddress = params.get("FromEmailAddress")
@@ -4200,6 +4227,7 @@ class SendEmailRequest(AbstractModel):
4200
4227
  self._TriggerType = params.get("TriggerType")
4201
4228
  self._SmtpMessageId = params.get("SmtpMessageId")
4202
4229
  self._SmtpHeaders = params.get("SmtpHeaders")
4230
+ self._HeaderFrom = params.get("HeaderFrom")
4203
4231
  memeber_set = set(params.keys())
4204
4232
  for name, value in vars(self).items():
4205
4233
  property_name = name[1:]
@@ -27,7 +27,9 @@ class SmopClient(AbstractClient):
27
27
 
28
28
 
29
29
  def SubmitTaskEvent(self, request):
30
- """提交任务事件接口
30
+ """smop产品下线,接口也一起下线
31
+
32
+ 提交任务事件接口
31
33
 
32
34
  :param request: Request instance for SubmitTaskEvent.
33
35
  :type request: :class:`tencentcloud.smop.v20201203.models.SubmitTaskEventRequest`
@@ -1213,7 +1213,8 @@ class TransmitOralProcessRequest(AbstractModel):
1213
1213
  流式模式下需要将语音数据进行分片处理,参考:[分片大小设置](https://cloud.tencent.com/document/product/884/78985#.E5.88.86.E7.89.87.E5.A4.A7.E5.B0.8F.E8.AE.BE.E7.BD.AE.E4.B8.BA.E5.A4.9A.E5.A4.A7.E6.AF.94.E8.BE.83.E5.90.88.E9.80.82.3F)
1214
1214
  如何进行流式分片参考:[流式评测](https://cloud.tencent.com/document/product/884/78824#.E6.B5.81.E5.BC.8F.E8.AF.84.E6.B5.8B)
1215
1215
  :type UserVoiceData: str
1216
- :param _SessionId: 语音段唯一标识,一段完整语音使用一个SessionId,不同语音段的评测需要使用不同的SessionId。一般使用uuid(通用唯一识别码)来作为它的值,要尽量保证SessionId的唯一性。
1216
+ :param _SessionId: 语音段唯一标识,一段完整语音使用一个SessionId,不同语音段的评测需要使用不同的SessionId
1217
+ 一般使用uuid(通用唯一识别码)来作为它的值,要尽量保证SessionId的唯一性。
1217
1218
  :type SessionId: str
1218
1219
  :param _SoeAppId: 业务应用ID,与账号应用APPID无关,是用来方便客户管理服务的参数,新的 SoeAppId 可以在[控制台](https://console.cloud.tencent.com/soe)【应用管理】下新建。如果没有新建SoeAppId,请勿填入该参数,否则会报欠费错误。使用指南:[业务应用](https://cloud.tencent.com/document/product/884/78824#.E4.B8.9A.E5.8A.A1.E5.BA.94.E7.94.A8)
1219
1220
  :type SoeAppId: str
@@ -1297,7 +1298,8 @@ class TransmitOralProcessRequest(AbstractModel):
1297
1298
 
1298
1299
  @property
1299
1300
  def SessionId(self):
1300
- """语音段唯一标识,一段完整语音使用一个SessionId,不同语音段的评测需要使用不同的SessionId。一般使用uuid(通用唯一识别码)来作为它的值,要尽量保证SessionId的唯一性。
1301
+ """语音段唯一标识,一段完整语音使用一个SessionId,不同语音段的评测需要使用不同的SessionId
1302
+ 一般使用uuid(通用唯一识别码)来作为它的值,要尽量保证SessionId的唯一性。
1301
1303
  :rtype: str
1302
1304
  """
1303
1305
  return self._SessionId