tencentcloud-sdk-nodejs 4.0.961 → 4.0.963

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 (234) hide show
  1. package/CHANGELOG.md +1300 -0
  2. package/SERVICE_CHANGELOG.md +2146 -436
  3. package/package.json +1 -1
  4. package/products.md +59 -60
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +10 -0
  7. package/src/services/asr/v20190614/asr_models.ts +3 -2
  8. package/src/services/bi/v20220105/bi_models.ts +20 -4
  9. package/src/services/billing/v20180709/billing_client.ts +15 -2
  10. package/src/services/billing/v20180709/billing_models.ts +181 -23
  11. package/src/services/bsca/v20210811/bsca_client.ts +2 -0
  12. package/src/services/bsca/v20210811/bsca_models.ts +112 -8
  13. package/src/services/captcha/v20190722/captcha_models.ts +3 -3
  14. package/src/services/ccc/v20200210/ccc_client.ts +14 -1
  15. package/src/services/ccc/v20200210/ccc_models.ts +100 -18
  16. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  17. package/src/services/cdb/v20170320/cdb_models.ts +9 -1
  18. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  19. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +13 -2
  20. package/src/services/cfs/v20190719/cfs_models.ts +3 -3
  21. package/src/services/cfw/v20190904/cfw_client.ts +20 -22
  22. package/src/services/cfw/v20190904/cfw_models.ts +45 -22
  23. package/src/services/ciam/v20220331/ciam_models.ts +80 -75
  24. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  25. package/src/services/clb/v20180317/clb_models.ts +9 -1
  26. package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +23 -25
  27. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +162 -141
  28. package/src/services/cls/v20201016/cls_client.ts +16 -6
  29. package/src/services/cls/v20201016/cls_models.ts +265 -114
  30. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  31. package/src/services/cvm/v20170312/cvm_models.ts +26 -0
  32. package/src/services/cwp/v20180228/cwp_client.ts +10 -7
  33. package/src/services/cwp/v20180228/cwp_models.ts +433 -398
  34. package/src/services/cynosdb/v20190107/cynosdb_client.ts +22 -21
  35. package/src/services/cynosdb/v20190107/cynosdb_models.ts +26 -0
  36. package/src/services/dasb/v20191018/dasb_models.ts +37 -0
  37. package/src/services/dlc/v20210125/dlc_models.ts +5 -0
  38. package/src/services/domain/v20180808/domain_models.ts +1 -1
  39. package/src/services/eb/v20210416/eb_models.ts +12 -12
  40. package/src/services/emr/v20190103/emr_models.ts +4 -0
  41. package/src/services/es/v20180416/es_client.ts +118 -68
  42. package/src/services/es/v20180416/es_models.ts +371 -101
  43. package/src/services/ess/v20201111/ess_client.ts +82 -39
  44. package/src/services/ess/v20201111/ess_models.ts +171 -70
  45. package/src/services/essbasic/v20210526/essbasic_client.ts +68 -9
  46. package/src/services/essbasic/v20210526/essbasic_models.ts +211 -69
  47. package/src/services/gaap/v20180529/gaap_client.ts +2 -2
  48. package/src/services/gaap/v20180529/gaap_models.ts +103 -76
  49. package/src/services/index.ts +0 -1
  50. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +20 -0
  51. package/src/services/iss/v20230517/iss_models.ts +9 -0
  52. package/src/services/live/v20180801/live_client.ts +1 -0
  53. package/src/services/live/v20180801/live_models.ts +15 -0
  54. package/src/services/mongodb/v20190725/mongodb_models.ts +3 -7
  55. package/src/services/mqtt/v20240516/mqtt_models.ts +2 -2
  56. package/src/services/ocr/v20181119/ocr_models.ts +3 -11
  57. package/src/services/organization/v20210331/organization_client.ts +96 -23
  58. package/src/services/organization/v20210331/organization_models.ts +334 -108
  59. package/src/services/partners/v20180321/partners_client.ts +18 -6
  60. package/src/services/partners/v20180321/partners_models.ts +25 -0
  61. package/src/services/pts/v20210728/pts_models.ts +5 -0
  62. package/src/services/redis/v20180412/redis_client.ts +1 -1
  63. package/src/services/redis/v20180412/redis_models.ts +3 -1
  64. package/src/services/region/v20220627/region_models.ts +0 -1
  65. package/src/services/scf/v20180416/scf_client.ts +73 -8
  66. package/src/services/scf/v20180416/scf_models.ts +311 -26
  67. package/src/services/ssl/v20191205/ssl_models.ts +17 -5
  68. package/src/services/taf/v20200210/taf_models.ts +1 -1
  69. package/src/services/tat/v20201028/tat_models.ts +4 -9
  70. package/src/services/tcss/v20201101/tcss_client.ts +2 -1
  71. package/src/services/tcss/v20201101/tcss_models.ts +108 -1
  72. package/src/services/tdmq/v20200217/tdmq_client.ts +29 -4
  73. package/src/services/tdmq/v20200217/tdmq_models.ts +283 -176
  74. package/src/services/tem/v20210701/tem_models.ts +39 -35
  75. package/src/services/teo/v20220901/teo_client.ts +77 -8
  76. package/src/services/teo/v20220901/teo_models.ts +610 -147
  77. package/src/services/tke/v20180525/tke_client.ts +12 -0
  78. package/src/services/tke/v20180525/tke_models.ts +24 -0
  79. package/src/services/tms/v20201229/tms_client.ts +2 -18
  80. package/src/services/tms/v20201229/tms_models.ts +50 -235
  81. package/src/services/trocket/v20230308/trocket_client.ts +2 -2
  82. package/src/services/trocket/v20230308/trocket_models.ts +9 -1
  83. package/src/services/trtc/v20190722/trtc_client.ts +5 -1
  84. package/src/services/trtc/v20190722/trtc_models.ts +129 -10
  85. package/src/services/tsi/v20210325/tsi_client.ts +1 -0
  86. package/src/services/tsi/v20210325/tsi_models.ts +52 -0
  87. package/src/services/vod/v20180717/vod_client.ts +9 -3
  88. package/src/services/vod/v20180717/vod_models.ts +516 -87
  89. package/src/services/vpc/v20170312/vpc_client.ts +13 -1
  90. package/src/services/vpc/v20170312/vpc_models.ts +60 -25
  91. package/src/services/waf/v20180125/waf_client.ts +12 -0
  92. package/src/services/waf/v20180125/waf_models.ts +32 -0
  93. package/src/services/wedata/v20210820/wedata_client.ts +37 -7
  94. package/src/services/wedata/v20210820/wedata_models.ts +455 -118
  95. package/tencentcloud/common/sdk_version.d.ts +1 -1
  96. package/tencentcloud/common/sdk_version.js +1 -1
  97. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +10 -0
  98. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -2
  99. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +20 -4
  100. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +5 -1
  101. package/tencentcloud/services/billing/v20180709/billing_client.js +6 -0
  102. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +178 -23
  103. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +110 -8
  104. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +3 -3
  105. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  106. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  107. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +97 -18
  108. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  109. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  110. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
  111. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  112. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +13 -2
  113. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +3 -3
  114. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +9 -11
  115. package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -11
  116. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +45 -22
  117. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +80 -75
  118. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  119. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
  120. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +7 -11
  121. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +9 -13
  122. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +156 -137
  123. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +9 -2
  124. package/tencentcloud/services/cls/v20201016/cls_client.js +8 -1
  125. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +262 -114
  126. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +25 -0
  127. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -3
  128. package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -3
  129. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +433 -398
  130. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +21 -21
  131. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +21 -21
  132. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +25 -0
  133. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +37 -0
  134. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
  135. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
  136. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +12 -12
  137. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  138. package/tencentcloud/services/es/v20180416/es_client.d.ts +41 -25
  139. package/tencentcloud/services/es/v20180416/es_client.js +58 -34
  140. package/tencentcloud/services/es/v20180416/es_models.d.ts +361 -101
  141. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +57 -23
  142. package/tencentcloud/services/ess/v20201111/ess_client.js +62 -26
  143. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +168 -70
  144. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +51 -9
  145. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +54 -8
  146. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +206 -69
  147. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +2 -2
  148. package/tencentcloud/services/gaap/v20180529/gaap_client.js +1 -1
  149. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +103 -76
  150. package/tencentcloud/services/index.d.ts +0 -1
  151. package/tencentcloud/services/index.js +0 -2
  152. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +20 -0
  153. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +9 -0
  154. package/tencentcloud/services/live/v20180801/live_models.d.ts +14 -0
  155. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -7
  156. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +2 -2
  157. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -11
  158. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +31 -7
  159. package/tencentcloud/services/organization/v20210331/organization_client.js +45 -9
  160. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +320 -107
  161. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +7 -3
  162. package/tencentcloud/services/partners/v20180321/partners_client.js +9 -3
  163. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +23 -0
  164. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +5 -0
  165. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  166. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  167. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -1
  168. package/tencentcloud/services/region/v20220627/region_models.d.ts +0 -1
  169. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +23 -3
  170. package/tencentcloud/services/scf/v20180416/scf_client.js +33 -3
  171. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +296 -26
  172. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +17 -5
  173. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +1 -1
  174. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +4 -9
  175. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
  176. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +107 -1
  177. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -1
  178. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -0
  179. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +278 -176
  180. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +39 -35
  181. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +21 -1
  182. package/tencentcloud/services/teo/v20220901/teo_client.js +30 -0
  183. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +601 -157
  184. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
  185. package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
  186. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +22 -0
  187. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +1 -5
  188. package/tencentcloud/services/tms/v20201229/tms_client.js +0 -6
  189. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +49 -228
  190. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +2 -2
  191. package/tencentcloud/services/trocket/v20230308/trocket_client.js +2 -2
  192. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +9 -1
  193. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +125 -10
  194. package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +51 -0
  195. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  196. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +509 -86
  197. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  198. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  199. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +58 -25
  200. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  201. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  202. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +30 -0
  203. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +9 -1
  204. package/tencentcloud/services/wedata/v20210820/wedata_client.js +12 -0
  205. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +445 -118
  206. package/test/billing.v20180709.test.js +10 -0
  207. package/test/ccc.v20200210.test.js +10 -0
  208. package/test/cloudaudit.v20190319.test.js +12 -12
  209. package/test/es.v20180416.test.js +64 -24
  210. package/test/ess.v20201111.test.js +24 -14
  211. package/test/essbasic.v20210526.test.js +20 -0
  212. package/test/organization.v20210331.test.js +72 -12
  213. package/test/partners.v20180321.test.js +12 -2
  214. package/test/scf.v20180416.test.js +52 -2
  215. package/test/tdmq.v20200217.test.js +20 -0
  216. package/test/teo.v20220901.test.js +50 -0
  217. package/test/tke.v20180525.test.js +10 -0
  218. package/test/tms.v20201229.test.js +0 -10
  219. package/test/vpc.v20170312.test.js +10 -0
  220. package/test/waf.v20180125.test.js +10 -0
  221. package/test/wedata.v20210820.test.js +20 -0
  222. package/src/services/cr/index.ts +0 -5
  223. package/src/services/cr/v20180321/cr_client.ts +0 -385
  224. package/src/services/cr/v20180321/cr_models.ts +0 -1663
  225. package/src/services/cr/v20180321/index.ts +0 -6
  226. package/tencentcloud/services/cr/index.d.ts +0 -6
  227. package/tencentcloud/services/cr/index.js +0 -7
  228. package/tencentcloud/services/cr/v20180321/cr_client.d.ts +0 -123
  229. package/tencentcloud/services/cr/v20180321/cr_client.js +0 -203
  230. package/tencentcloud/services/cr/v20180321/cr_models.d.ts +0 -1577
  231. package/tencentcloud/services/cr/v20180321/cr_models.js +0 -18
  232. package/tencentcloud/services/cr/v20180321/index.d.ts +0 -6
  233. package/tencentcloud/services/cr/v20180321/index.js +0 -9
  234. package/test/cr.v20180321.test.js +0 -301
package/CHANGELOG.md CHANGED
@@ -1,3 +1,1303 @@
1
+ # Release 4.0.963
2
+
3
+ ## 应用性能监控(apm) 版本:2021-06-22
4
+
5
+ ### 第 26 次发布
6
+
7
+ 发布时间:2024-10-25 01:09:11
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
16
+
17
+ * 新增成员:Free, DefaultTSF
18
+
19
+
20
+
21
+
22
+ ## 商业智能分析 BI(bi) 版本:2022-01-05
23
+
24
+ ### 第 16 次发布
25
+
26
+ 发布时间:2024-10-30 01:05:53
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
35
+
36
+ * 新增入参:Intention
37
+
38
+
39
+ ### 第 15 次发布
40
+
41
+ 发布时间:2024-10-25 01:10:42
42
+
43
+ 本次发布包含了以下内容:
44
+
45
+ 改善已有的文档。
46
+
47
+ 修改接口:
48
+
49
+ * [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
50
+
51
+ * 新增入参:Intention
52
+
53
+
54
+ 修改数据结构:
55
+
56
+ * [EmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#EmbedTokenInfo)
57
+
58
+ * 新增成员:Intention
59
+
60
+
61
+
62
+
63
+ ## 费用中心(billing) 版本:2018-07-09
64
+
65
+ ### 第 62 次发布
66
+
67
+ 发布时间:2024-10-30 01:06:10
68
+
69
+ 本次发布包含了以下内容:
70
+
71
+ 改善已有的文档。
72
+
73
+ 新增接口:
74
+
75
+ * [DescribeBillAdjustInfo](https://cloud.tencent.com/document/api/555/112039)
76
+
77
+ 修改接口:
78
+
79
+ * [DescribeAllocationBillConditions](https://cloud.tencent.com/document/api/555/104185)
80
+
81
+ * 新增出参:TagKey
82
+
83
+
84
+ 新增数据结构:
85
+
86
+ * [AdjustInfoDetail](https://cloud.tencent.com/document/api/555/19183#AdjustInfoDetail)
87
+
88
+ 修改数据结构:
89
+
90
+ * [AllocationDetail](https://cloud.tencent.com/document/api/555/19183#AllocationDetail)
91
+
92
+ * 新增成员:DiscountObject, DiscountType, DiscountContent, SPDeduction, SPDeductionRate, BillMonth
93
+
94
+ * [AllocationSummaryByItem](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByItem)
95
+
96
+ * 新增成员:SPDeduction, SPDeductionRate, AssociatedOrder, DiscountObject, DiscountType, DiscountContent, BillMonth
97
+
98
+ * [AllocationSummaryByResource](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByResource)
99
+
100
+ * 新增成员:SPDeduction, BillMonth
101
+
102
+
103
+
104
+
105
+ ## 软件成分分析(bsca) 版本:2021-08-11
106
+
107
+ ### 第 7 次发布
108
+
109
+ 发布时间:2024-10-29 21:02:24
110
+
111
+ 本次发布包含了以下内容:
112
+
113
+ 改善已有的文档。
114
+
115
+ 修改接口:
116
+
117
+ * [DescribeKBComponentVersionList](https://cloud.tencent.com/document/api/1483/100319)
118
+
119
+ * 新增入参:PageNumber, PageSize, Order, OrderBy, Filter
120
+
121
+ * [DescribeKBComponentVulnerability](https://cloud.tencent.com/document/api/1483/72072)
122
+
123
+ * 新增出参:PURL, RecommendedVersion
124
+
125
+
126
+ 新增数据结构:
127
+
128
+ * [ComponentTagFilter](https://cloud.tencent.com/document/api/1483/72074#ComponentTagFilter)
129
+ * [ComponentVersionInfo](https://cloud.tencent.com/document/api/1483/72074#ComponentVersionInfo)
130
+
131
+ 修改数据结构:
132
+
133
+ * [Component](https://cloud.tencent.com/document/api/1483/72074#Component)
134
+
135
+ * 新增成员:VersionInfo, LastUpdateTime, TagList
136
+
137
+ * [ComponentVersion](https://cloud.tencent.com/document/api/1483/72074#ComponentVersion)
138
+
139
+ * 新增成员:VersionInfo
140
+
141
+ * [VulnerabilityDetail](https://cloud.tencent.com/document/api/1483/72074#VulnerabilityDetail)
142
+
143
+ * 新增成员:UpdateTime
144
+
145
+ * [VulnerabilitySummary](https://cloud.tencent.com/document/api/1483/72074#VulnerabilitySummary)
146
+
147
+ * 新增成员:Architecture, ArchitectureList, PatchUrlList
148
+
149
+
150
+
151
+
152
+ ## 云联络中心(ccc) 版本:2020-02-10
153
+
154
+ ### 第 79 次发布
155
+
156
+ 发布时间:2024-10-28 01:14:26
157
+
158
+ 本次发布包含了以下内容:
159
+
160
+ 改善已有的文档。
161
+
162
+ 新增接口:
163
+
164
+ * [DescribeTelRecordAsr](https://cloud.tencent.com/document/api/679/111941)
165
+
166
+ 新增数据结构:
167
+
168
+ * [AsrData](https://cloud.tencent.com/document/api/679/47715#AsrData)
169
+
170
+ 修改数据结构:
171
+
172
+ * [IVRKeyPressedElement](https://cloud.tencent.com/document/api/679/47715#IVRKeyPressedElement)
173
+
174
+ * 新增成员:Timestamp, NodeLabel, OriginalContent, TTSPrompt
175
+
176
+
177
+
178
+
179
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
180
+
181
+ ### 第 171 次发布
182
+
183
+ 发布时间:2024-10-28 01:14:59
184
+
185
+ 本次发布包含了以下内容:
186
+
187
+ 改善已有的文档。
188
+
189
+ 修改接口:
190
+
191
+ * [DeleteRotationPassword](https://cloud.tencent.com/document/api/236/108309)
192
+
193
+ * 新增入参:EncryptMethod
194
+
195
+
196
+
197
+
198
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
199
+
200
+ ### 第 29 次发布
201
+
202
+ 发布时间:2024-10-30 01:13:02
203
+
204
+ 本次发布包含了以下内容:
205
+
206
+ 改善已有的文档。
207
+
208
+ 修改数据结构:
209
+
210
+ * [InstanceNode](https://cloud.tencent.com/document/api/1387/102385#InstanceNode)
211
+
212
+ * 新增成员:Zone
213
+
214
+
215
+
216
+
217
+ ## 云防火墙(cfw) 版本:2019-09-04
218
+
219
+ ### 第 69 次发布
220
+
221
+ 发布时间:2024-10-30 01:14:07
222
+
223
+ 本次发布包含了以下内容:
224
+
225
+ 改善已有的文档。
226
+
227
+ 修改接口:
228
+
229
+ * [CreateAddressTemplate](https://cloud.tencent.com/document/api/1132/95034)
230
+
231
+ * 新增入参:IpVersion
232
+
233
+ * [DescribeBlockStaticList](https://cloud.tencent.com/document/api/1132/58281)
234
+
235
+ * 新增出参:Status
236
+
237
+
238
+ 修改数据结构:
239
+
240
+ * [RuleChangeItem](https://cloud.tencent.com/document/api/1132/49071#RuleChangeItem)
241
+
242
+ * 新增成员:IpVersion
243
+
244
+ * [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
245
+
246
+ * 新增成员:IpVersion
247
+
248
+ * <font color="#dd0000">**修改成员**:</font>Uuid
249
+
250
+
251
+ ### 第 68 次发布
252
+
253
+ 发布时间:2024-10-25 01:19:23
254
+
255
+ 本次发布包含了以下内容:
256
+
257
+ 改善已有的文档。
258
+
259
+ <font color="#dd0000">**预下线接口**:</font>
260
+
261
+ * ModifyAllVPCSwitchStatus
262
+
263
+ 修改数据结构:
264
+
265
+ * [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
266
+
267
+ * <font color="#dd0000">**修改成员**:</font>Enable
268
+
269
+
270
+
271
+
272
+ ## 账号风控平台(ciam) 版本:2022-03-31
273
+
274
+ ### 第 12 次发布
275
+
276
+ 发布时间:2024-10-25 01:20:30
277
+
278
+ 本次发布包含了以下内容:
279
+
280
+ 改善已有的文档。
281
+
282
+ 修改数据结构:
283
+
284
+ * [LogMessage](https://cloud.tencent.com/document/api/1441/75643#LogMessage)
285
+
286
+ * 新增成员:ActionResult
287
+
288
+
289
+
290
+
291
+ ## 操作审计(cloudaudit) 版本:2019-03-19
292
+
293
+ ### 第 15 次发布
294
+
295
+ 发布时间:2024-10-24 16:22:27
296
+
297
+ 本次发布包含了以下内容:
298
+
299
+ 改善已有的文档。
300
+
301
+ 新增接口:
302
+
303
+ * [ModifyEventsAuditTrack](https://cloud.tencent.com/document/api/629/111900)
304
+
305
+ ### 第 14 次发布
306
+
307
+ 发布时间:2024-10-24 15:52:03
308
+
309
+ 本次发布包含了以下内容:
310
+
311
+ 改善已有的文档。
312
+
313
+ 新增接口:
314
+
315
+ * [CreateEventsAuditTrack](https://cloud.tencent.com/document/api/629/111894)
316
+
317
+ <font color="#dd0000">**删除接口**:</font>
318
+
319
+ * CreateAudit
320
+ * DeleteAudit
321
+
322
+ 修改接口:
323
+
324
+ * [DescribeAuditTrack](https://cloud.tencent.com/document/api/629/83247)
325
+
326
+ * 新增出参:Filters
327
+
328
+
329
+ 新增数据结构:
330
+
331
+ * [Filter](https://cloud.tencent.com/document/api/629/35353#Filter)
332
+ * [ResourceField](https://cloud.tencent.com/document/api/629/35353#ResourceField)
333
+
334
+
335
+
336
+ ## 日志服务(cls) 版本:2020-10-16
337
+
338
+ ### 第 112 次发布
339
+
340
+ 发布时间:2024-10-30 01:17:18
341
+
342
+ 本次发布包含了以下内容:
343
+
344
+ 改善已有的文档。
345
+
346
+ 修改接口:
347
+
348
+ * [CreateAlarmNotice](https://cloud.tencent.com/document/api/614/56465)
349
+
350
+ * 新增入参:Tags, JumpDomain, DeliverStatus, DeliverConfig, AlarmShieldStatus
351
+
352
+
353
+ 新增数据结构:
354
+
355
+ * [AlarmNoticeDeliverConfig](https://cloud.tencent.com/document/api/614/56471#AlarmNoticeDeliverConfig)
356
+ * [DeliverConfig](https://cloud.tencent.com/document/api/614/56471#DeliverConfig)
357
+
358
+ 修改数据结构:
359
+
360
+ * [AlarmNotice](https://cloud.tencent.com/document/api/614/56471#AlarmNotice)
361
+
362
+ * 新增成员:Tags, AlarmShieldStatus, JumpDomain, AlarmNoticeDeliverConfig
363
+
364
+ * [WebCallback](https://cloud.tencent.com/document/api/614/56471#WebCallback)
365
+
366
+ * 新增成员:RemindType, Mobiles, UserIds
367
+
368
+
369
+ ### 第 111 次发布
370
+
371
+ 发布时间:2024-10-29 01:17:00
372
+
373
+ 本次发布包含了以下内容:
374
+
375
+ 改善已有的文档。
376
+
377
+ 新增数据结构:
378
+
379
+ * [EscalateNoticeInfo](https://cloud.tencent.com/document/api/614/56471#EscalateNoticeInfo)
380
+
381
+ 修改数据结构:
382
+
383
+ * [NoticeRule](https://cloud.tencent.com/document/api/614/56471#NoticeRule)
384
+
385
+ * 新增成员:Escalate, Interval, Type, EscalateNotice
386
+
387
+
388
+
389
+
390
+ ## 云服务器(cvm) 版本:2017-03-12
391
+
392
+ ### 第 134 次发布
393
+
394
+ 发布时间:2024-10-25 01:25:09
395
+
396
+ 本次发布包含了以下内容:
397
+
398
+ 改善已有的文档。
399
+
400
+ 修改接口:
401
+
402
+ * [ImportImage](https://cloud.tencent.com/document/api/213/15717)
403
+
404
+ * 新增入参:ImportImageDataDiskList
405
+
406
+ * [SyncImages](https://cloud.tencent.com/document/api/213/15711)
407
+
408
+ * 新增入参:Encrypt, KmsKeyId
409
+
410
+
411
+ 新增数据结构:
412
+
413
+ * [ImportImageDataDisk](https://cloud.tencent.com/document/api/213/15753#ImportImageDataDisk)
414
+
415
+
416
+
417
+ ## 主机安全(cwp) 版本:2018-02-28
418
+
419
+ ### 第 128 次发布
420
+
421
+ 发布时间:2024-10-28 01:24:41
422
+
423
+ 本次发布包含了以下内容:
424
+
425
+ 改善已有的文档。
426
+
427
+ 修改接口:
428
+
429
+ * [EditBashRules](https://cloud.tencent.com/document/api/296/58239)
430
+
431
+ * 新增入参:Descript, Status, BashAction, Scope, Quuids
432
+
433
+
434
+ 修改数据结构:
435
+
436
+ * [PrivilegeRule](https://cloud.tencent.com/document/api/296/19867#PrivilegeRule)
437
+
438
+ * <font color="#dd0000">**修改成员**:</font>Id, Uuid, ProcessName, SMode, Operator, IsGlobal, Status, CreateTime, ModifyTime, Hostip
439
+
440
+
441
+
442
+
443
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
444
+
445
+ ### 第 111 次发布
446
+
447
+ 发布时间:2024-10-29 01:23:16
448
+
449
+ 本次发布包含了以下内容:
450
+
451
+ 改善已有的文档。
452
+
453
+ 修改数据结构:
454
+
455
+ * [PackageDetail](https://cloud.tencent.com/document/api/1003/48097#PackageDetail)
456
+
457
+ * <font color="#dd0000">**修改成员**:</font>AppId, PackageId, InstanceId, SuccessDeductSpec, PackageTotalUsedSpec, StartTime, EndTime, ExtendInfo
458
+
459
+
460
+ ### 第 110 次发布
461
+
462
+ 发布时间:2024-10-28 01:28:11
463
+
464
+ 本次发布包含了以下内容:
465
+
466
+ 改善已有的文档。
467
+
468
+ 新增数据结构:
469
+
470
+ * [DeliverSummary](https://cloud.tencent.com/document/api/1003/48097#DeliverSummary)
471
+
472
+ 修改数据结构:
473
+
474
+ * [InstanceAuditStatus](https://cloud.tencent.com/document/api/1003/48097#InstanceAuditStatus)
475
+
476
+ * 新增成员:Deliver, DeliverSummary
477
+
478
+
479
+
480
+
481
+ ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
482
+
483
+ ### 第 33 次发布
484
+
485
+ 发布时间:2024-10-25 01:30:51
486
+
487
+ 本次发布包含了以下内容:
488
+
489
+ 改善已有的文档。
490
+
491
+ 修改数据结构:
492
+
493
+ * [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
494
+
495
+ * 新增成员:EnableSSL, SSLCertName
496
+
497
+ * [ExternalDevice](https://cloud.tencent.com/document/api/1025/74416#ExternalDevice)
498
+
499
+ * 新增成员:EnableSSL, SSLCert, SSLCertName
500
+
501
+ * [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
502
+
503
+ * 新增成员:CdcClusterId, LogDelivery, DeployModel
504
+
505
+
506
+
507
+
508
+ ## 事件总线(eb) 版本:2021-04-16
509
+
510
+ ### 第 15 次发布
511
+
512
+ 发布时间:2024-10-29 01:30:37
513
+
514
+ 本次发布包含了以下内容:
515
+
516
+ 改善已有的文档。
517
+
518
+ 修改接口:
519
+
520
+ * [ListTargets](https://cloud.tencent.com/document/api/1359/67701)
521
+
522
+ * <font color="#dd0000">**修改入参**:</font>RuleId
523
+
524
+
525
+
526
+
527
+ ## Elasticsearch Service(es) 版本:2018-04-16
528
+
529
+ ### 第 71 次发布
530
+
531
+ 发布时间:2024-10-30 01:33:25
532
+
533
+ 本次发布包含了以下内容:
534
+
535
+ 改善已有的文档。
536
+
537
+ 新增接口:
538
+
539
+ * [CreateClusterSnapshot](https://cloud.tencent.com/document/api/845/112044)
540
+ * [DeleteClusterSnapshot](https://cloud.tencent.com/document/api/845/112042)
541
+ * [DescribeClusterSnapshot](https://cloud.tencent.com/document/api/845/112041)
542
+ * [RestoreClusterSnapshot](https://cloud.tencent.com/document/api/845/112040)
543
+
544
+ 新增数据结构:
545
+
546
+ * [Failures](https://cloud.tencent.com/document/api/845/30634#Failures)
547
+ * [Snapshots](https://cloud.tencent.com/document/api/845/30634#Snapshots)
548
+
549
+
550
+
551
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
552
+
553
+ ### 第 193 次发布
554
+
555
+ 发布时间:2024-10-28 01:38:32
556
+
557
+ 本次发布包含了以下内容:
558
+
559
+ 改善已有的文档。
560
+
561
+ 新增接口:
562
+
563
+ * [DeleteOrganizationAuthorizations](https://cloud.tencent.com/document/api/1323/111942)
564
+
565
+ 新增数据结构:
566
+
567
+ * [DeleteOrganizationAuthorizationInfo](https://cloud.tencent.com/document/api/1323/70369#DeleteOrganizationAuthorizationInfo)
568
+
569
+ 修改数据结构:
570
+
571
+ * [FillError](https://cloud.tencent.com/document/api/1323/70369#FillError)
572
+
573
+ * 新增成员:FlowId
574
+
575
+
576
+
577
+
578
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
579
+
580
+ ### 第 192 次发布
581
+
582
+ 发布时间:2024-10-30 01:34:59
583
+
584
+ 本次发布包含了以下内容:
585
+
586
+ 改善已有的文档。
587
+
588
+ 新增接口:
589
+
590
+ * [CreateCloseOrganizationUrl](https://cloud.tencent.com/document/api/1420/112045)
591
+
592
+ ### 第 191 次发布
593
+
594
+ 发布时间:2024-10-28 01:39:56
595
+
596
+ 本次发布包含了以下内容:
597
+
598
+ 改善已有的文档。
599
+
600
+ 新增接口:
601
+
602
+ * [DeleteOrganizationAuthorizations](https://cloud.tencent.com/document/api/1420/111943)
603
+
604
+ 新增数据结构:
605
+
606
+ * [DeleteOrganizationAuthorizationInfo](https://cloud.tencent.com/document/api/1420/61525#DeleteOrganizationAuthorizationInfo)
607
+
608
+ 修改数据结构:
609
+
610
+ * [FillError](https://cloud.tencent.com/document/api/1420/61525#FillError)
611
+
612
+ * 新增成员:FlowId
613
+
614
+
615
+
616
+
617
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
618
+
619
+
620
+
621
+ ## 全球应用加速(gaap) 版本:2018-05-29
622
+
623
+ ### 第 51 次发布
624
+
625
+ 发布时间:2024-10-30 01:36:27
626
+
627
+ 本次发布包含了以下内容:
628
+
629
+ 改善已有的文档。
630
+
631
+ 修改接口:
632
+
633
+ * [SetAuthentication](https://cloud.tencent.com/document/api/608/36982)
634
+
635
+ * 新增入参:TLSSupportVersion, TLSCiphers
636
+
637
+
638
+
639
+
640
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
641
+
642
+ ### 第 80 次发布
643
+
644
+ 发布时间:2024-10-29 01:39:13
645
+
646
+ 本次发布包含了以下内容:
647
+
648
+ 改善已有的文档。
649
+
650
+ 修改接口:
651
+
652
+ * [CreateIotVideoCloudStorage](https://cloud.tencent.com/document/api/1081/104654)
653
+
654
+ * 新增出参:Price, Amount
655
+
656
+ * [DescribeCloudStorageOrder](https://cloud.tencent.com/document/api/1081/104648)
657
+
658
+ * 新增出参:Price, Amount
659
+
660
+
661
+
662
+
663
+ ## 云直播CSS(live) 版本:2018-08-01
664
+
665
+ ### 第 131 次发布
666
+
667
+ 发布时间:2024-10-30 01:45:45
668
+
669
+ 本次发布包含了以下内容:
670
+
671
+ 改善已有的文档。
672
+
673
+ 新增数据结构:
674
+
675
+ * [TimeShiftSubStream](https://cloud.tencent.com/document/api/267/20474#TimeShiftSubStream)
676
+
677
+ 修改数据结构:
678
+
679
+ * [TimeShiftStreamInfo](https://cloud.tencent.com/document/api/267/20474#TimeShiftStreamInfo)
680
+
681
+ * 新增成员:TimeShiftSubStreams
682
+
683
+ * <font color="#dd0000">**修改成员**:</font>DomainGroup, Domain, AppName, StreamName, StartTime, EndTime, TransCodeId, StreamType, Duration
684
+
685
+
686
+
687
+
688
+ ## 集团账号管理(organization) 版本:2021-03-31
689
+
690
+ ### 第 39 次发布
691
+
692
+ 发布时间:2024-10-30 01:54:08
693
+
694
+ 本次发布包含了以下内容:
695
+
696
+ 改善已有的文档。
697
+
698
+ 新增接口:
699
+
700
+ * [CreateSCIMCredential](https://cloud.tencent.com/document/api/850/112052)
701
+ * [DeleteSCIMCredential](https://cloud.tencent.com/document/api/850/112051)
702
+ * [GetSCIMSynchronizationStatus](https://cloud.tencent.com/document/api/850/112050)
703
+ * [ListSCIMCredentials](https://cloud.tencent.com/document/api/850/112049)
704
+ * [UpdateSCIMCredentialStatus](https://cloud.tencent.com/document/api/850/112048)
705
+ * [UpdateSCIMSynchronizationStatus](https://cloud.tencent.com/document/api/850/112047)
706
+
707
+ 修改接口:
708
+
709
+ * [CreateGroup](https://cloud.tencent.com/document/api/850/109920)
710
+
711
+ * 新增入参:GroupType
712
+
713
+ * [CreateUser](https://cloud.tencent.com/document/api/850/109928)
714
+
715
+ * 新增入参:UserType
716
+
717
+ * [ListGroups](https://cloud.tencent.com/document/api/850/109916)
718
+
719
+ * 新增入参:Offset
720
+
721
+ * [ListUsers](https://cloud.tencent.com/document/api/850/109925)
722
+
723
+ * 新增入参:Offset
724
+
725
+
726
+ 新增数据结构:
727
+
728
+ * [SCIMCredential](https://cloud.tencent.com/document/api/850/67060#SCIMCredential)
729
+
730
+
731
+
732
+ ## 集团账号管理(organization) 版本:2018-12-25
733
+
734
+
735
+
736
+ ## 云函数(scf) 版本:2018-04-16
737
+
738
+ ### 第 67 次发布
739
+
740
+ 发布时间:2024-10-25 17:22:38
741
+
742
+ 本次发布包含了以下内容:
743
+
744
+ 改善已有的文档。
745
+
746
+ 新增接口:
747
+
748
+ * [CreateCustomDomain](https://cloud.tencent.com/document/api/583/111926)
749
+ * [DeleteCustomDomain](https://cloud.tencent.com/document/api/583/111925)
750
+ * [GetCustomDomain](https://cloud.tencent.com/document/api/583/111924)
751
+ * [ListCustomDomains](https://cloud.tencent.com/document/api/583/111923)
752
+ * [UpdateCustomDomain](https://cloud.tencent.com/document/api/583/111922)
753
+
754
+ 新增数据结构:
755
+
756
+ * [CertConf](https://cloud.tencent.com/document/api/583/17244#CertConf)
757
+ * [DomainInfo](https://cloud.tencent.com/document/api/583/17244#DomainInfo)
758
+ * [EndpointsConf](https://cloud.tencent.com/document/api/583/17244#EndpointsConf)
759
+ * [PathRewriteRule](https://cloud.tencent.com/document/api/583/17244#PathRewriteRule)
760
+ * [WafConf](https://cloud.tencent.com/document/api/583/17244#WafConf)
761
+
762
+
763
+
764
+ ## 弹性微服务(tem) 版本:2021-07-01
765
+
766
+ ### 第 44 次发布
767
+
768
+ 发布时间:2024-10-30 02:08:10
769
+
770
+ 本次发布包含了以下内容:
771
+
772
+ 改善已有的文档。
773
+
774
+ 修改数据结构:
775
+
776
+ * [LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)
777
+
778
+ * <font color="#dd0000">**修改成员**:</font>Name, InputType, LogsetId, TopicId, LogType, BeginningRegex, LogPath, FilePattern, CreateDate, ModifyDate, ApplicationId, ApplicationName, ExtractRule
779
+
780
+
781
+
782
+
783
+ ## 弹性微服务(tem) 版本:2020-12-21
784
+
785
+
786
+
787
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
788
+
789
+ ### 第 89 次发布
790
+
791
+ 发布时间:2024-10-29 02:07:51
792
+
793
+ 本次发布包含了以下内容:
794
+
795
+ 改善已有的文档。
796
+
797
+ 修改接口:
798
+
799
+ * [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/80614)
800
+
801
+ * 新增入参:JITVideoProcess
802
+
803
+
804
+ 新增数据结构:
805
+
806
+ * [JITVideoProcess](https://cloud.tencent.com/document/api/1552/80721#JITVideoProcess)
807
+
808
+ 修改数据结构:
809
+
810
+ * [ZoneSetting](https://cloud.tencent.com/document/api/1552/80721#ZoneSetting)
811
+
812
+ * 新增成员:JITVideoProcess
813
+
814
+
815
+ ### 第 88 次发布
816
+
817
+ 发布时间:2024-10-28 15:12:04
818
+
819
+ 本次发布包含了以下内容:
820
+
821
+ 改善已有的文档。
822
+
823
+ 新增接口:
824
+
825
+ * [DeleteLoadBalancer](https://cloud.tencent.com/document/api/1552/111973)
826
+ * [DescribeLoadBalancerList](https://cloud.tencent.com/document/api/1552/111972)
827
+ * [DescribeOriginGroupHealthStatus](https://cloud.tencent.com/document/api/1552/111971)
828
+
829
+ 新增数据结构:
830
+
831
+ * [CheckRegionHealthStatus](https://cloud.tencent.com/document/api/1552/80721#CheckRegionHealthStatus)
832
+ * [LoadBalancer](https://cloud.tencent.com/document/api/1552/80721#LoadBalancer)
833
+ * [OriginGroupHealthStatus](https://cloud.tencent.com/document/api/1552/80721#OriginGroupHealthStatus)
834
+ * [OriginGroupHealthStatusDetail](https://cloud.tencent.com/document/api/1552/80721#OriginGroupHealthStatusDetail)
835
+ * [OriginHealthStatus](https://cloud.tencent.com/document/api/1552/80721#OriginHealthStatus)
836
+
837
+ ### 第 87 次发布
838
+
839
+ 发布时间:2024-10-28 15:03:09
840
+
841
+ 本次发布包含了以下内容:
842
+
843
+ 改善已有的文档。
844
+
845
+ 新增接口:
846
+
847
+ * [CreateLoadBalancer](https://cloud.tencent.com/document/api/1552/111970)
848
+ * [ModifyLoadBalancer](https://cloud.tencent.com/document/api/1552/111969)
849
+
850
+ 新增数据结构:
851
+
852
+ * [CustomizedHeader](https://cloud.tencent.com/document/api/1552/80721#CustomizedHeader)
853
+ * [HealthChecker](https://cloud.tencent.com/document/api/1552/80721#HealthChecker)
854
+ * [OriginGroupInLoadBalancer](https://cloud.tencent.com/document/api/1552/80721#OriginGroupInLoadBalancer)
855
+
856
+
857
+
858
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
859
+
860
+
861
+
862
+ ## 容器服务(tke) 版本:2022-05-01
863
+
864
+
865
+
866
+ ## 容器服务(tke) 版本:2018-05-25
867
+
868
+ ### 第 185 次发布
869
+
870
+ 发布时间:2024-10-29 02:10:04
871
+
872
+ 本次发布包含了以下内容:
873
+
874
+ 改善已有的文档。
875
+
876
+ 新增接口:
877
+
878
+ * [ModifyClusterImage](https://cloud.tencent.com/document/api/457/111984)
879
+
880
+
881
+
882
+ ## 文本内容安全(tms) 版本:2020-12-29
883
+
884
+ ### 第 12 次发布
885
+
886
+ 发布时间:2024-10-30 02:12:39
887
+
888
+ 本次发布包含了以下内容:
889
+
890
+ 改善已有的文档。
891
+
892
+ <font color="#dd0000">**删除接口**:</font>
893
+
894
+ * ModerateText
895
+
896
+ <font color="#dd0000">**删除数据结构**:</font>
897
+
898
+ * LabelGrade
899
+ * LibCheckResult
900
+ * ModelResult
901
+ * ModerationDetail
902
+
903
+
904
+
905
+ ## 文本内容安全(tms) 版本:2020-07-13
906
+
907
+
908
+
909
+ ## 实时音视频(trtc) 版本:2019-07-22
910
+
911
+ ### 第 92 次发布
912
+
913
+ 发布时间:2024-10-28 02:18:14
914
+
915
+ 本次发布包含了以下内容:
916
+
917
+ 改善已有的文档。
918
+
919
+ 修改接口:
920
+
921
+ * [StartPublishCdnStream](https://cloud.tencent.com/document/api/647/81479)
922
+
923
+ * 新增入参:RecordParams
924
+
925
+ * [StopPublishCdnStream](https://cloud.tencent.com/document/api/647/81478)
926
+
927
+ * 新增入参:RecordKey
928
+
929
+
930
+ 新增数据结构:
931
+
932
+ * [McuCloudVod](https://cloud.tencent.com/document/api/647/44055#McuCloudVod)
933
+ * [McuRecordParams](https://cloud.tencent.com/document/api/647/44055#McuRecordParams)
934
+ * [McuStorageParams](https://cloud.tencent.com/document/api/647/44055#McuStorageParams)
935
+ * [McuTencentVod](https://cloud.tencent.com/document/api/647/44055#McuTencentVod)
936
+
937
+
938
+
939
+ ## 私有网络(vpc) 版本:2017-03-12
940
+
941
+ ### 第 217 次发布
942
+
943
+ 发布时间:2024-10-30 02:19:09
944
+
945
+ 本次发布包含了以下内容:
946
+
947
+ 改善已有的文档。
948
+
949
+ 修改接口:
950
+
951
+ * [DeleteDirectConnectGatewayCcnRoutes](https://cloud.tencent.com/document/api/215/19190)
952
+
953
+ * 新增入参:AddressType
954
+
955
+ * [DescribeDirectConnectGatewayCcnRoutes](https://cloud.tencent.com/document/api/215/19189)
956
+
957
+ * 新增入参:AddressType
958
+
959
+ * [ReplaceDirectConnectGatewayCcnRoutes](https://cloud.tencent.com/document/api/215/19188)
960
+
961
+ * 新增入参:AddressType
962
+
963
+
964
+ 修改数据结构:
965
+
966
+ * [DirectConnectGatewayCcnRoute](https://cloud.tencent.com/document/api/215/15824#DirectConnectGatewayCcnRoute)
967
+
968
+ * <font color="#dd0000">**修改成员**:</font>RouteId, DestinationCidrBlock, ASPath, Description, UpdateTime
969
+
970
+
971
+ ### 第 216 次发布
972
+
973
+ 发布时间:2024-10-29 02:18:19
974
+
975
+ 本次发布包含了以下内容:
976
+
977
+ 改善已有的文档。
978
+
979
+ 新增接口:
980
+
981
+ * [ModifyAddressesRenewFlag](https://cloud.tencent.com/document/api/215/111985)
982
+
983
+ 修改数据结构:
984
+
985
+ * [NatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#NatGatewayDestinationIpPortTranslationNatRule)
986
+
987
+ * <font color="#dd0000">**修改成员**:</font>IpProtocol, Description
988
+
989
+
990
+
991
+
992
+ ## Web 应用防火墙(waf) 版本:2018-01-25
993
+
994
+ ### 第 98 次发布
995
+
996
+ 发布时间:2024-10-25 02:31:29
997
+
998
+ 本次发布包含了以下内容:
999
+
1000
+ 改善已有的文档。
1001
+
1002
+ 新增接口:
1003
+
1004
+ * [ModifyUserSignatureRuleV2](https://cloud.tencent.com/document/api/627/111901)
1005
+
1006
+
1007
+
1008
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
1009
+
1010
+ ### 第 109 次发布
1011
+
1012
+ 发布时间:2024-10-30 02:23:17
1013
+
1014
+ 本次发布包含了以下内容:
1015
+
1016
+ 改善已有的文档。
1017
+
1018
+ 新增接口:
1019
+
1020
+ * [DescribeDataServicePublishedApiDetail](https://cloud.tencent.com/document/api/1267/112055)
1021
+ * [DescribeDataServicePublishedApiList](https://cloud.tencent.com/document/api/1267/112054)
1022
+
1023
+ 新增数据结构:
1024
+
1025
+ * [DataServicePublishedApiListFilter](https://cloud.tencent.com/document/api/1267/76336#DataServicePublishedApiListFilter)
1026
+ * [DataServiceRequestListOrder](https://cloud.tencent.com/document/api/1267/76336#DataServiceRequestListOrder)
1027
+ * [DataServiceRequestParam](https://cloud.tencent.com/document/api/1267/76336#DataServiceRequestParam)
1028
+ * [DataServiceResponseParam](https://cloud.tencent.com/document/api/1267/76336#DataServiceResponseParam)
1029
+ * [DescribeDataServicePublishedApiDetailResp](https://cloud.tencent.com/document/api/1267/76336#DescribeDataServicePublishedApiDetailResp)
1030
+ * [DescribeDataServicePublishedApiListResp](https://cloud.tencent.com/document/api/1267/76336#DescribeDataServicePublishedApiListResp)
1031
+
1032
+
1033
+
1034
+ # Release 4.0.962
1035
+
1036
+ ## 云防火墙(cfw) 版本:2019-09-04
1037
+
1038
+ ### 第 67 次发布
1039
+
1040
+ 发布时间:2024-10-23 01:11:48
1041
+
1042
+ 本次发布包含了以下内容:
1043
+
1044
+ 改善已有的文档。
1045
+
1046
+ <font color="#dd0000">**预下线接口**:</font>
1047
+
1048
+ * DescribeNatSwitchList
1049
+
1050
+
1051
+
1052
+ ## 负载均衡(clb) 版本:2018-03-17
1053
+
1054
+ ### 第 112 次发布
1055
+
1056
+ 发布时间:2024-10-23 01:12:48
1057
+
1058
+ 本次发布包含了以下内容:
1059
+
1060
+ 改善已有的文档。
1061
+
1062
+ 修改接口:
1063
+
1064
+ * [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
1065
+
1066
+ * 新增入参:LBChargeType, AccessLogTopicId
1067
+
1068
+
1069
+
1070
+
1071
+ ## 主机安全(cwp) 版本:2018-02-28
1072
+
1073
+ ### 第 126 次发布
1074
+
1075
+ 发布时间:2024-10-23 01:14:18
1076
+
1077
+ 本次发布包含了以下内容:
1078
+
1079
+ 改善已有的文档。
1080
+
1081
+ <font color="#dd0000">**预下线接口**:</font>
1082
+
1083
+ * DescribeAttackSource
1084
+ * DescribeAttackSourceEvents
1085
+
1086
+ 修改数据结构:
1087
+
1088
+ * [AssetUserBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetUserBaseInfo)
1089
+
1090
+ * <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, MachineName, OsInfo, Uuid, Quuid, Uid, Gid, Status, IsRoot, LoginType, LastLoginTime, Name, ProjectId, UserType, IsDomain, IsSudo, IsSshLogin, HomePath, Shell, ShellLoginStatus, PasswordChangeTime, PasswordDueTime, PasswordLockDays, PasswordStatus, UpdateTime, FirstTime, IsNew, MachineExtraInfo
1091
+
1092
+ * [MalwareInfo](https://cloud.tencent.com/document/api/296/19867#MalwareInfo)
1093
+
1094
+ * 新增成员:References
1095
+
1096
+ * [MalwareWhiteListInfo](https://cloud.tencent.com/document/api/296/19867#MalwareWhiteListInfo)
1097
+
1098
+ * 新增成员:ModifyTime
1099
+
1100
+ * [RansomDefenseRollbackTask](https://cloud.tencent.com/document/api/296/19867#RansomDefenseRollbackTask)
1101
+
1102
+ * 新增成员:InstanceId
1103
+
1104
+ * [RansomDefenseStrategyMachineBackupInfo](https://cloud.tencent.com/document/api/296/19867#RansomDefenseStrategyMachineBackupInfo)
1105
+
1106
+ * 新增成员:HostVersion
1107
+
1108
+
1109
+
1110
+
1111
+ ## 全球应用加速(gaap) 版本:2018-05-29
1112
+
1113
+ ### 第 50 次发布
1114
+
1115
+ 发布时间:2024-10-23 01:20:50
1116
+
1117
+ 本次发布包含了以下内容:
1118
+
1119
+ 改善已有的文档。
1120
+
1121
+ 修改接口:
1122
+
1123
+ * [DescribeDestRegions](https://cloud.tencent.com/document/api/608/36964)
1124
+
1125
+ * 新增入参:QualityType
1126
+
1127
+
1128
+
1129
+
1130
+ ## 云压测(pts) 版本:2021-07-28
1131
+
1132
+ ### 第 16 次发布
1133
+
1134
+ 发布时间:2024-10-23 01:29:03
1135
+
1136
+ 本次发布包含了以下内容:
1137
+
1138
+ 改善已有的文档。
1139
+
1140
+ 修改数据结构:
1141
+
1142
+ * [Job](https://cloud.tencent.com/document/api/1484/78100#Job)
1143
+
1144
+ * 新增成员:PayMode
1145
+
1146
+
1147
+
1148
+
1149
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
1150
+
1151
+ ### 第 125 次发布
1152
+
1153
+ 发布时间:2024-10-22 16:47:19
1154
+
1155
+ 本次发布包含了以下内容:
1156
+
1157
+ 改善已有的文档。
1158
+
1159
+ 新增接口:
1160
+
1161
+ * [DeleteRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111861)
1162
+ * [DescribeRabbitMQBindings](https://cloud.tencent.com/document/api/1179/111860)
1163
+
1164
+ 新增数据结构:
1165
+
1166
+ * [RabbitMQBindingListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQBindingListInfo)
1167
+
1168
+ 修改数据结构:
1169
+
1170
+ * [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
1171
+
1172
+ * <font color="#dd0000">**修改成员**:</font>Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled, GroupType, RetryMaxTimes
1173
+
1174
+ * [RocketMQMsgLog](https://cloud.tencent.com/document/api/1179/46089#RocketMQMsgLog)
1175
+
1176
+ * <font color="#dd0000">**修改成员**:</font>MsgId, MsgTag, MsgKey, ProducerAddr, ProduceTime, PulsarMsgId, DeadLetterResendTimes, ResendSuccessCount
1177
+
1178
+
1179
+
1180
+
1181
+ ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
1182
+
1183
+ ### 第 24 次发布
1184
+
1185
+ 发布时间:2024-10-22 12:32:33
1186
+
1187
+ 本次发布包含了以下内容:
1188
+
1189
+ 改善已有的文档。
1190
+
1191
+ 修改接口:
1192
+
1193
+ * [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)
1194
+
1195
+ * 新增入参:AclEnabled, ExtraTopicNum
1196
+
1197
+
1198
+
1199
+
1200
+ ## 腾讯同传系统(tsi) 版本:2021-03-25
1201
+
1202
+ ### 第 2 次发布
1203
+
1204
+ 发布时间:2024-10-23 01:36:51
1205
+
1206
+ 本次发布包含了以下内容:
1207
+
1208
+ 改善已有的文档。
1209
+
1210
+ 修改接口:
1211
+
1212
+ * [TongChuanRecognize](https://cloud.tencent.com/document/api/1399/107635)
1213
+
1214
+ * 新增入参:TTS
1215
+
1216
+ * [TongChuanSync](https://cloud.tencent.com/document/api/1399/107634)
1217
+
1218
+ * 新增入参:TTS
1219
+
1220
+
1221
+ 新增数据结构:
1222
+
1223
+ * [TTS](https://cloud.tencent.com/document/api/1399/107637#TTS)
1224
+
1225
+ 修改数据结构:
1226
+
1227
+ * [DisplayInfo](https://cloud.tencent.com/document/api/1399/107637#DisplayInfo)
1228
+
1229
+ * 新增成员:Audio
1230
+
1231
+
1232
+
1233
+
1234
+ ## 云点播(vod) 版本:2024-07-18
1235
+
1236
+
1237
+
1238
+ ## 云点播(vod) 版本:2018-07-17
1239
+
1240
+ ### 第 188 次发布
1241
+
1242
+ 发布时间:2024-10-23 01:37:04
1243
+
1244
+ 本次发布包含了以下内容:
1245
+
1246
+ 改善已有的文档。
1247
+
1248
+ 修改接口:
1249
+
1250
+ * [CreateAIRecognitionTemplate](https://cloud.tencent.com/document/api/266/34791)
1251
+
1252
+ * 新增入参:AsrTranslateConfigure
1253
+
1254
+ * [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/266/34787)
1255
+
1256
+ * 新增入参:Type
1257
+
1258
+ * [ModifyAIRecognitionTemplate](https://cloud.tencent.com/document/api/266/34785)
1259
+
1260
+ * 新增入参:AsrTranslateConfigure
1261
+
1262
+
1263
+ 新增数据结构:
1264
+
1265
+ * [AiRecognitionTaskAsrTranslateResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResult)
1266
+ * [AiRecognitionTaskAsrTranslateResultInput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResultInput)
1267
+ * [AiRecognitionTaskAsrTranslateResultOutput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResultOutput)
1268
+ * [AiRecognitionTaskAsrTranslateSegmentItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateSegmentItem)
1269
+ * [AsrTranslateConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrTranslateConfigureInfo)
1270
+ * [AsrTranslateConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrTranslateConfigureInfoForUpdate)
1271
+
1272
+ 修改数据结构:
1273
+
1274
+ * [AIRecognitionTemplateItem](https://cloud.tencent.com/document/api/266/31773#AIRecognitionTemplateItem)
1275
+
1276
+ * 新增成员:Type, AsrTranslateConfigure
1277
+
1278
+ * [AiRecognitionResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionResult)
1279
+
1280
+ * 新增成员:AsrTranslateTask
1281
+
1282
+ * [AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem)
1283
+
1284
+ * 新增成员:Id, Name, Language
1285
+
1286
+ * [AsrFullTextConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfo)
1287
+
1288
+ * 新增成员:SubtitleName
1289
+
1290
+ * [AsrFullTextConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfoForUpdate)
1291
+
1292
+ * 新增成员:SubtitleName
1293
+
1294
+ * [MediaSubtitleItem](https://cloud.tencent.com/document/api/266/31773#MediaSubtitleItem)
1295
+
1296
+ * 新增成员:Source
1297
+
1298
+
1299
+
1300
+
1
1301
  # Release 4.0.961
2
1302
 
3
1303
  ## 验证码(captcha) 版本:2019-07-22