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
@@ -1,10 +1,29 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 验证码(captcha) 版本:2019-07-22
3
+ ## 应用性能监控(apm) 版本:2021-06-22
4
4
 
5
- ### 第 18 次发布
5
+ ### 第 26 次发布
6
6
 
7
- 发布时间:2024-10-22 01:09:32
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
8
27
 
9
28
  本次发布包含了以下内容:
10
29
 
@@ -12,18 +31,156 @@
12
31
 
13
32
  修改接口:
14
33
 
15
- * [DescribeCaptchaResult](https://cloud.tencent.com/document/api/1110/36926)
34
+ * [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
16
35
 
17
- * 新增出参:DeviceRiskCategory
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
18
175
 
19
176
 
20
177
 
21
178
 
22
179
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
23
180
 
24
- ### 第 169 次发布
181
+ ### 第 171 次发布
25
182
 
26
- 发布时间:2024-10-22 01:10:00
183
+ 发布时间:2024-10-28 01:14:59
27
184
 
28
185
  本次发布包含了以下内容:
29
186
 
@@ -31,85 +188,156 @@
31
188
 
32
189
  修改接口:
33
190
 
34
- * [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
191
+ * [DeleteRotationPassword](https://cloud.tencent.com/document/api/236/108309)
35
192
 
36
- * 新增入参:ClusterTopology
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
37
213
 
38
214
 
39
215
 
40
216
 
41
217
  ## 云防火墙(cfw) 版本:2019-09-04
42
218
 
43
- ### 第 66 次发布
219
+ ### 第 69 次发布
44
220
 
45
- 发布时间:2024-10-22 01:11:25
221
+ 发布时间:2024-10-30 01:14:07
46
222
 
47
223
  本次发布包含了以下内容:
48
224
 
49
225
  改善已有的文档。
50
226
 
51
- <font color="#dd0000">**预下线接口**:</font>
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
52
236
 
53
- * DescribeSwitchLists
54
237
 
55
238
  修改数据结构:
56
239
 
57
- * [TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)
240
+ * [RuleChangeItem](https://cloud.tencent.com/document/api/1132/49071#RuleChangeItem)
58
241
 
59
242
  * 新增成员:IpVersion
60
243
 
244
+ * [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
61
245
 
246
+ * 新增成员:IpVersion
62
247
 
248
+ * <font color="#dd0000">**修改成员**:</font>Uuid
63
249
 
64
- ## 主机安全(cwp) 版本:2018-02-28
65
250
 
66
- ### 第 125 次发布
251
+ ### 第 68 次发布
67
252
 
68
- 发布时间:2024-10-22 01:13:51
253
+ 发布时间:2024-10-25 01:19:23
69
254
 
70
255
  本次发布包含了以下内容:
71
256
 
72
257
  改善已有的文档。
73
258
 
259
+ <font color="#dd0000">**预下线接口**:</font>
260
+
261
+ * ModifyAllVPCSwitchStatus
262
+
74
263
  修改数据结构:
75
264
 
76
- * [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
265
+ * [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
77
266
 
78
- * 新增成员:VulFixSwitch
267
+ * <font color="#dd0000">**修改成员**:</font>Enable
79
268
 
80
- * <font color="#dd0000">**修改成员**:</font>AttackLevel, FixNoNeedRestart, Method
81
269
 
82
- * [VulStoreListInfo](https://cloud.tencent.com/document/api/296/19867#VulStoreListInfo)
83
270
 
84
- * <font color="#dd0000">**修改成员**:</font>Method, AttackLevel, FixSwitch, SupportDefense
85
271
 
272
+ ## 账号风控平台(ciam) 版本:2022-03-31
86
273
 
274
+ ### 第 12 次发布
87
275
 
276
+ 发布时间:2024-10-25 01:20:30
88
277
 
89
- ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
278
+ 本次发布包含了以下内容:
90
279
 
91
- ### 第 109 次发布
280
+ 改善已有的文档。
281
+
282
+ 修改数据结构:
283
+
284
+ * [LogMessage](https://cloud.tencent.com/document/api/1441/75643#LogMessage)
285
+
286
+ * 新增成员:ActionResult
92
287
 
93
- 发布时间:2024-10-22 01:15:19
288
+
289
+
290
+
291
+ ## 操作审计(cloudaudit) 版本:2019-03-19
292
+
293
+ ### 第 15 次发布
294
+
295
+ 发布时间:2024-10-24 16:22:27
94
296
 
95
297
  本次发布包含了以下内容:
96
298
 
97
299
  改善已有的文档。
98
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
+
99
322
  修改接口:
100
323
 
101
- * [DescribeProxySpecs](https://cloud.tencent.com/document/api/1003/94241)
324
+ * [DescribeAuditTrack](https://cloud.tencent.com/document/api/629/83247)
102
325
 
103
- * 新增入参:ClusterId
326
+ * 新增出参:Filters
104
327
 
105
328
 
329
+ 新增数据结构:
106
330
 
331
+ * [Filter](https://cloud.tencent.com/document/api/629/35353#Filter)
332
+ * [ResourceField](https://cloud.tencent.com/document/api/629/35353#ResourceField)
107
333
 
108
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
109
334
 
110
- ### 第 191 次发布
111
335
 
112
- 发布时间:2024-10-22 01:19:30
336
+ ## 日志服务(cls) 版本:2020-10-16
337
+
338
+ ### 第 112 次发布
339
+
340
+ 发布时间:2024-10-30 01:17:18
113
341
 
114
342
  本次发布包含了以下内容:
115
343
 
@@ -117,18 +345,53 @@
117
345
 
118
346
  修改接口:
119
347
 
120
- * [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
348
+ * [CreateAlarmNotice](https://cloud.tencent.com/document/api/614/56465)
121
349
 
122
- * 新增入参:Intention, CacheApproverInfo
350
+ * 新增入参:Tags, JumpDomain, DeliverStatus, DeliverConfig, AlarmShieldStatus
123
351
 
124
352
 
353
+ 新增数据结构:
125
354
 
355
+ * [AlarmNoticeDeliverConfig](https://cloud.tencent.com/document/api/614/56471#AlarmNoticeDeliverConfig)
356
+ * [DeliverConfig](https://cloud.tencent.com/document/api/614/56471#DeliverConfig)
126
357
 
127
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
358
+ 修改数据结构:
128
359
 
129
- ### 第 189 次发布
360
+ * [AlarmNotice](https://cloud.tencent.com/document/api/614/56471#AlarmNotice)
130
361
 
131
- 发布时间:2024-10-22 01:19:53
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
132
395
 
133
396
  本次发布包含了以下内容:
134
397
 
@@ -136,22 +399,26 @@
136
399
 
137
400
  修改接口:
138
401
 
139
- * [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
402
+ * [ImportImage](https://cloud.tencent.com/document/api/213/15717)
140
403
 
141
- * 新增入参:Intention, CacheApproverInfo
404
+ * 新增入参:ImportImageDataDiskList
142
405
 
406
+ * [SyncImages](https://cloud.tencent.com/document/api/213/15711)
143
407
 
408
+ * 新增入参:Encrypt, KmsKeyId
144
409
 
145
410
 
146
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
411
+ 新增数据结构:
147
412
 
413
+ * [ImportImageDataDisk](https://cloud.tencent.com/document/api/213/15753#ImportImageDataDisk)
148
414
 
149
415
 
150
- ## 实时互动-教育版(lcic) 版本:2022-08-17
151
416
 
152
- ### 62 次发布
417
+ ## 主机安全(cwp) 版本:2018-02-28
153
418
 
154
- 发布时间:2024-10-22 01:23:38
419
+ ### 第 128 次发布
420
+
421
+ 发布时间:2024-10-28 01:24:41
155
422
 
156
423
  本次发布包含了以下内容:
157
424
 
@@ -159,42 +426,63 @@
159
426
 
160
427
  修改接口:
161
428
 
162
- * [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
429
+ * [EditBashRules](https://cloud.tencent.com/document/api/296/58239)
163
430
 
431
+ * 新增入参:Descript, Status, BashAction, Scope, Quuids
164
432
 
165
433
 
434
+ 修改数据结构:
166
435
 
167
- ## 腾讯云可观测平台(monitor) 版本:2018-07-24
436
+ * [PrivilegeRule](https://cloud.tencent.com/document/api/296/19867#PrivilegeRule)
168
437
 
169
- ### 122 次发布
438
+ * <font color="#dd0000">**修改成员**:</font>Id, Uuid, ProcessName, SMode, Operator, IsGlobal, Status, CreateTime, ModifyTime, Hostip
170
439
 
171
- 发布时间:2024-10-22 01:25:28
440
+
441
+
442
+
443
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
444
+
445
+ ### 第 111 次发布
446
+
447
+ 发布时间:2024-10-29 01:23:16
172
448
 
173
449
  本次发布包含了以下内容:
174
450
 
175
451
  改善已有的文档。
176
452
 
177
- 修改接口:
453
+ 修改数据结构:
178
454
 
179
- * [DescribeAlarmHistories](https://cloud.tencent.com/document/api/248/48684)
455
+ * [PackageDetail](https://cloud.tencent.com/document/api/1003/48097#PackageDetail)
180
456
 
181
- * 新增入参:AlarmTypes
457
+ * <font color="#dd0000">**修改成员**:</font>AppId, PackageId, InstanceId, SuccessDeductSpec, PackageTotalUsedSpec, StartTime, EndTime, ExtendInfo
458
+
459
+
460
+ ### 第 110 次发布
182
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)
183
471
 
184
472
  修改数据结构:
185
473
 
186
- * [AlarmHistory](https://cloud.tencent.com/document/api/248/30354#AlarmHistory)
474
+ * [InstanceAuditStatus](https://cloud.tencent.com/document/api/1003/48097#InstanceAuditStatus)
187
475
 
188
- * 新增成员:PolicyPermissions
476
+ * 新增成员:Deliver, DeliverSummary
189
477
 
190
478
 
191
479
 
192
480
 
193
- ## 流量反欺诈(taf) 版本:2020-02-10
481
+ ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
194
482
 
195
- ### 第 19 次发布
483
+ ### 第 33 次发布
196
484
 
197
- 发布时间:2024-10-22 01:30:02
485
+ 发布时间:2024-10-25 01:30:51
198
486
 
199
487
  本次发布包含了以下内容:
200
488
 
@@ -202,18 +490,45 @@
202
490
 
203
491
  修改数据结构:
204
492
 
205
- * [InputBusinessEncryptData](https://cloud.tencent.com/document/api/1031/43310#InputBusinessEncryptData)
493
+ * [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
206
494
 
207
- * 新增成员:EncryptMethod, EncryptData, EncryptMode, PaddingType
495
+ * 新增成员:EnableSSL, SSLCertName
208
496
 
497
+ * [ExternalDevice](https://cloud.tencent.com/document/api/1025/74416#ExternalDevice)
209
498
 
499
+ * 新增成员:EnableSSL, SSLCert, SSLCertName
210
500
 
501
+ * [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
502
+
503
+ * 新增成员:CdcClusterId, LogDelivery, DeployModel
211
504
 
212
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
213
505
 
214
- ### 第 124 次发布
215
506
 
216
- 发布时间:2024-10-22 01:32:24
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
217
532
 
218
533
  本次发布包含了以下内容:
219
534
 
@@ -221,37 +536,93 @@
221
536
 
222
537
  新增接口:
223
538
 
224
- * [CreateRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111850)
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)
225
568
 
226
569
  修改数据结构:
227
570
 
228
- * [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
571
+ * [FillError](https://cloud.tencent.com/document/api/1323/70369#FillError)
229
572
 
230
- * <font color="#dd0000">**修改成员**:</font>InternalEndpoint
573
+ * 新增成员:FlowId
231
574
 
232
575
 
233
576
 
234
577
 
235
- ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
578
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
236
579
 
237
- ### 第 23 次发布
580
+ ### 第 192 次发布
238
581
 
239
- 发布时间:2024-10-22 01:34:38
582
+ 发布时间:2024-10-30 01:34:59
240
583
 
241
584
  本次发布包含了以下内容:
242
585
 
243
586
  改善已有的文档。
244
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
+
245
608
  修改数据结构:
246
609
 
247
- * [SourceClusterTopicConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterTopicConfig)
610
+ * [FillError](https://cloud.tencent.com/document/api/1420/61525#FillError)
248
611
 
249
- * 新增成员:NamespaceV4, TopicNameV4, FullNamespaceV4
612
+ * 新增成员:FlowId
250
613
 
251
614
 
252
- ### 第 22 次发布
253
615
 
254
- 发布时间:2024-10-21 19:32:27
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
255
626
 
256
627
  本次发布包含了以下内容:
257
628
 
@@ -259,49 +630,165 @@
259
630
 
260
631
  修改接口:
261
632
 
262
- * [CreateConsumerGroup](https://cloud.tencent.com/document/api/1493/97943)
633
+ * [SetAuthentication](https://cloud.tencent.com/document/api/608/36982)
263
634
 
264
- * <font color="#dd0000">**修改入参**:</font>ConsumerGroup
635
+ * 新增入参:TLSSupportVersion, TLSCiphers
265
636
 
266
- * [DeleteConsumerGroup](https://cloud.tencent.com/document/api/1493/97942)
267
637
 
268
- * <font color="#dd0000">**修改入参**:</font>ConsumerGroup
269
638
 
270
- * [DescribeConsumerGroup](https://cloud.tencent.com/document/api/1493/97941)
271
639
 
272
- * 新增出参:MessageModel
640
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
273
641
 
274
- * [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
642
+ ### 第 80 次发布
275
643
 
276
- * <font color="#dd0000">**修改入参**:</font>Offset, Limit
644
+ 发布时间:2024-10-29 01:39:13
277
645
 
278
- * [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745)
646
+ 本次发布包含了以下内容:
279
647
 
280
- * <font color="#dd0000">**修改入参**:</font>Offset, Limit
648
+ 改善已有的文档。
281
649
 
282
- * [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862)
650
+ 修改接口:
283
651
 
284
- * <font color="#dd0000">**修改入参**:</font>Offset, Limit
652
+ * [CreateIotVideoCloudStorage](https://cloud.tencent.com/document/api/1081/104654)
285
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)
286
676
 
287
677
  修改数据结构:
288
678
 
289
- * [Endpoint](https://cloud.tencent.com/document/api/1493/96031#Endpoint)
679
+ * [TimeShiftStreamInfo](https://cloud.tencent.com/document/api/267/20474#TimeShiftStreamInfo)
290
680
 
291
- * 新增成员:BillingFlow
681
+ * 新增成员:TimeShiftSubStreams
292
682
 
293
- * [RoleItem](https://cloud.tencent.com/document/api/1493/96031#RoleItem)
683
+ * <font color="#dd0000">**修改成员**:</font>DomainGroup, Domain, AppName, StreamName, StartTime, EndTime, TransCodeId, StreamType, Duration
294
684
 
295
- * <font color="#dd0000">**修改成员**:</font>RoleName, PermRead, PermWrite
296
685
 
297
686
 
298
687
 
688
+ ## 集团账号管理(organization) 版本:2021-03-31
299
689
 
300
- ## 私有网络(vpc) 版本:2017-03-12
690
+ ### 39 次发布
301
691
 
302
- ### 第 214 次发布
692
+ 发布时间:2024-10-30 01:54:08
303
693
 
304
- 发布时间:2024-10-22 01:37:03
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
305
792
 
306
793
  本次发布包含了以下内容:
307
794
 
@@ -309,18 +796,25 @@
309
796
 
310
797
  修改接口:
311
798
 
312
- * [CreateVpnGatewaySslServer](https://cloud.tencent.com/document/api/215/70289)
799
+ * [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/80614)
313
800
 
314
- * <font color="#dd0000">**修改入参**:</font>LocalAddress
801
+ * 新增入参:JITVideoProcess
315
802
 
316
803
 
804
+ 新增数据结构:
317
805
 
806
+ * [JITVideoProcess](https://cloud.tencent.com/document/api/1552/80721#JITVideoProcess)
318
807
 
319
- ## Web 应用防火墙(waf) 版本:2018-01-25
808
+ 修改数据结构:
320
809
 
321
- ### 第 97 次发布
810
+ * [ZoneSetting](https://cloud.tencent.com/document/api/1552/80721#ZoneSetting)
322
811
 
323
- 发布时间:2024-10-22 01:38:00
812
+ * 新增成员:JITVideoProcess
813
+
814
+
815
+ ### 第 88 次发布
816
+
817
+ 发布时间:2024-10-28 15:12:04
324
818
 
325
819
  本次发布包含了以下内容:
326
820
 
@@ -328,19 +822,194 @@
328
822
 
329
823
  新增接口:
330
824
 
331
- * [DescribeProtectionModes](https://cloud.tencent.com/document/api/627/111851)
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)
332
828
 
333
829
  新增数据结构:
334
830
 
335
- * [TigaMainClassMode](https://cloud.tencent.com/document/api/627/53609#TigaMainClassMode)
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)
336
1005
 
337
1006
 
338
1007
 
339
1008
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
340
1009
 
341
- ### 第 108 次发布
1010
+ ### 第 109 次发布
342
1011
 
343
- 发布时间:2024-10-22 01:38:35
1012
+ 发布时间:2024-10-30 02:23:17
344
1013
 
345
1014
  本次发布包含了以下内容:
346
1015
 
@@ -348,14 +1017,17 @@
348
1017
 
349
1018
  新增接口:
350
1019
 
351
- * [DescribeProjectUsers](https://cloud.tencent.com/document/api/1267/111852)
1020
+ * [DescribeDataServicePublishedApiDetail](https://cloud.tencent.com/document/api/1267/112055)
1021
+ * [DescribeDataServicePublishedApiList](https://cloud.tencent.com/document/api/1267/112054)
352
1022
 
353
1023
  新增数据结构:
354
1024
 
355
- * [ProjectUserRole](https://cloud.tencent.com/document/api/1267/76336#ProjectUserRole)
356
- * [ProjectUsersPage](https://cloud.tencent.com/document/api/1267/76336#ProjectUsersPage)
357
- * [RolePrivilege](https://cloud.tencent.com/document/api/1267/76336#RolePrivilege)
358
- * [SystemRole](https://cloud.tencent.com/document/api/1267/76336#SystemRole)
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)
359
1031
 
360
1032
 
361
1033
 
@@ -5106,6 +5778,21 @@
5106
5778
 
5107
5779
  ## 应用性能监控(apm) 版本:2021-06-22
5108
5780
 
5781
+ ### 第 26 次发布
5782
+
5783
+ 发布时间:2024-10-25 01:09:11
5784
+
5785
+ 本次发布包含了以下内容:
5786
+
5787
+ 改善已有的文档。
5788
+
5789
+ 修改数据结构:
5790
+
5791
+ * [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
5792
+
5793
+ * 新增成员:Free, DefaultTSF
5794
+
5795
+
5109
5796
  ### 第 25 次发布
5110
5797
 
5111
5798
  发布时间:2024-09-13 01:04:24
@@ -9364,6 +10051,43 @@
9364
10051
 
9365
10052
  ## 商业智能分析 BI(bi) 版本:2022-01-05
9366
10053
 
10054
+ ### 第 16 次发布
10055
+
10056
+ 发布时间:2024-10-30 01:05:53
10057
+
10058
+ 本次发布包含了以下内容:
10059
+
10060
+ 改善已有的文档。
10061
+
10062
+ 修改接口:
10063
+
10064
+ * [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
10065
+
10066
+ * 新增入参:Intention
10067
+
10068
+
10069
+ ### 第 15 次发布
10070
+
10071
+ 发布时间:2024-10-25 01:10:42
10072
+
10073
+ 本次发布包含了以下内容:
10074
+
10075
+ 改善已有的文档。
10076
+
10077
+ 修改接口:
10078
+
10079
+ * [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
10080
+
10081
+ * 新增入参:Intention
10082
+
10083
+
10084
+ 修改数据结构:
10085
+
10086
+ * [EmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#EmbedTokenInfo)
10087
+
10088
+ * 新增成员:Intention
10089
+
10090
+
9367
10091
  ### 第 14 次发布
9368
10092
 
9369
10093
  发布时间:2024-09-05 01:05:48
@@ -9761,6 +10485,44 @@
9761
10485
 
9762
10486
  ## 费用中心(billing) 版本:2018-07-09
9763
10487
 
10488
+ ### 第 62 次发布
10489
+
10490
+ 发布时间:2024-10-30 01:06:10
10491
+
10492
+ 本次发布包含了以下内容:
10493
+
10494
+ 改善已有的文档。
10495
+
10496
+ 新增接口:
10497
+
10498
+ * [[DescribeBillAdjustInfo](https://cloud.tencent.com/document/api/555/112039)](https://cloud.tencent.com/document/api/#/#)
10499
+
10500
+ 修改接口:
10501
+
10502
+ * [DescribeAllocationBillConditions](https://cloud.tencent.com/document/api/555/104185)
10503
+
10504
+ * 新增出参:TagKey
10505
+
10506
+
10507
+ 新增数据结构:
10508
+
10509
+ * [[AdjustInfoDetail](https://cloud.tencent.com/document/api/555/19183#AdjustInfoDetail)](https://cloud.tencent.com/document/api/555/19183#[AdjustInfoDetail](https://cloud.tencent.com/document/api/555/19183#AdjustInfoDetail))
10510
+
10511
+ 修改数据结构:
10512
+
10513
+ * [AllocationDetail](https://cloud.tencent.com/document/api/555/19183#AllocationDetail)
10514
+
10515
+ * 新增成员:DiscountObject, DiscountType, DiscountContent, SPDeduction, SPDeductionRate, BillMonth
10516
+
10517
+ * [AllocationSummaryByItem](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByItem)
10518
+
10519
+ * 新增成员:SPDeduction, SPDeductionRate, AssociatedOrder, DiscountObject, DiscountType, DiscountContent, BillMonth
10520
+
10521
+ * [AllocationSummaryByResource](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByResource)
10522
+
10523
+ * 新增成员:SPDeduction, BillMonth
10524
+
10525
+
9764
10526
  ### 第 61 次发布
9765
10527
 
9766
10528
  发布时间:2024-08-14 01:07:50
@@ -12804,6 +13566,49 @@
12804
13566
 
12805
13567
  ## 软件成分分析(bsca) 版本:2021-08-11
12806
13568
 
13569
+ ### 第 7 次发布
13570
+
13571
+ 发布时间:2024-10-29 21:02:24
13572
+
13573
+ 本次发布包含了以下内容:
13574
+
13575
+ 改善已有的文档。
13576
+
13577
+ 修改接口:
13578
+
13579
+ * [DescribeKBComponentVersionList](https://cloud.tencent.com/document/api/1483/100319)
13580
+
13581
+ * 新增入参:PageNumber, PageSize, Order, OrderBy, Filter
13582
+
13583
+ * [DescribeKBComponentVulnerability](https://cloud.tencent.com/document/api/1483/72072)
13584
+
13585
+ * 新增出参:PURL, RecommendedVersion
13586
+
13587
+
13588
+ 新增数据结构:
13589
+
13590
+ * [[ComponentTagFilter](https://cloud.tencent.com/document/api/1483/72074#ComponentTagFilter)](https://cloud.tencent.com/document/api/1483/72074#[ComponentTagFilter](https://cloud.tencent.com/document/api/1483/72074#ComponentTagFilter))
13591
+ * [[ComponentVersionInfo](https://cloud.tencent.com/document/api/1483/72074#ComponentVersionInfo)](https://cloud.tencent.com/document/api/1483/72074#[ComponentVersionInfo](https://cloud.tencent.com/document/api/1483/72074#ComponentVersionInfo))
13592
+
13593
+ 修改数据结构:
13594
+
13595
+ * [Component](https://cloud.tencent.com/document/api/1483/72074#Component)
13596
+
13597
+ * 新增成员:VersionInfo, LastUpdateTime, TagList
13598
+
13599
+ * [ComponentVersion](https://cloud.tencent.com/document/api/1483/72074#ComponentVersion)
13600
+
13601
+ * 新增成员:VersionInfo
13602
+
13603
+ * [VulnerabilityDetail](https://cloud.tencent.com/document/api/1483/72074#VulnerabilityDetail)
13604
+
13605
+ * 新增成员:UpdateTime
13606
+
13607
+ * [VulnerabilitySummary](https://cloud.tencent.com/document/api/1483/72074#VulnerabilitySummary)
13608
+
13609
+ * 新增成员:Architecture, ArchitectureList, PatchUrlList
13610
+
13611
+
12807
13612
  ### 第 6 次发布
12808
13613
 
12809
13614
  发布时间:2024-04-16 01:05:23
@@ -16124,6 +16929,44 @@
16124
16929
 
16125
16930
  ## 云联络中心(ccc) 版本:2020-02-10
16126
16931
 
16932
+ ### 第 79 次发布
16933
+
16934
+ 发布时间:2024-10-28 01:14:26
16935
+
16936
+ 本次发布包含了以下内容:
16937
+
16938
+ 改善已有的文档。
16939
+
16940
+ 新增接口:
16941
+
16942
+ * [[DescribeTelRecordAsr](https://cloud.tencent.com/document/api/679/111941)](https://cloud.tencent.com/document/api/#/#)
16943
+
16944
+ 新增数据结构:
16945
+
16946
+ * [[AsrData](https://cloud.tencent.com/document/api/679/47715#AsrData)](https://cloud.tencent.com/document/api/679/47715#[AsrData](https://cloud.tencent.com/document/api/679/47715#AsrData))
16947
+
16948
+ 修改数据结构:
16949
+
16950
+ * [IVRKeyPressedElement](https://cloud.tencent.com/document/api/679/47715#IVRKeyPressedElement)
16951
+
16952
+ * 新增成员:Timestamp, NodeLabel, OriginalContent, TTSPrompt
16953
+
16954
+
16955
+ ### 第 78 次发布
16956
+
16957
+ 发布时间:2024-10-24 01:09:50
16958
+
16959
+ 本次发布包含了以下内容:
16960
+
16961
+ 改善已有的文档。
16962
+
16963
+ 修改数据结构:
16964
+
16965
+ * [OwnNumberApplyDetailItem](https://cloud.tencent.com/document/api/679/47715#OwnNumberApplyDetailItem)
16966
+
16967
+ * 新增成员:OutboundCalleeFormat
16968
+
16969
+
16127
16970
  ### 第 77 次发布
16128
16971
 
16129
16972
  发布时间:2024-10-16 01:05:10
@@ -17500,6 +18343,36 @@
17500
18343
 
17501
18344
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
17502
18345
 
18346
+ ### 第 171 次发布
18347
+
18348
+ 发布时间:2024-10-28 01:14:59
18349
+
18350
+ 本次发布包含了以下内容:
18351
+
18352
+ 改善已有的文档。
18353
+
18354
+ 修改接口:
18355
+
18356
+ * [DeleteRotationPassword](https://cloud.tencent.com/document/api/236/108309)
18357
+
18358
+ * 新增入参:EncryptMethod
18359
+
18360
+
18361
+ ### 第 170 次发布
18362
+
18363
+ 发布时间:2024-10-24 01:10:03
18364
+
18365
+ 本次发布包含了以下内容:
18366
+
18367
+ 改善已有的文档。
18368
+
18369
+ 修改数据结构:
18370
+
18371
+ * [ReadonlyNode](https://cloud.tencent.com/document/api/236/15878#ReadonlyNode)
18372
+
18373
+ * 新增成员:NodeId
18374
+
18375
+
17503
18376
  ### 第 169 次发布
17504
18377
 
17505
18378
  发布时间:2024-10-22 01:10:00
@@ -24423,6 +25296,36 @@
24423
25296
 
24424
25297
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
24425
25298
 
25299
+ ### 第 29 次发布
25300
+
25301
+ 发布时间:2024-10-30 01:13:02
25302
+
25303
+ 本次发布包含了以下内容:
25304
+
25305
+ 改善已有的文档。
25306
+
25307
+ 修改数据结构:
25308
+
25309
+ * [InstanceNode](https://cloud.tencent.com/document/api/1387/102385#InstanceNode)
25310
+
25311
+ * 新增成员:Zone
25312
+
25313
+
25314
+ ### 第 28 次发布
25315
+
25316
+ 发布时间:2024-10-24 01:11:03
25317
+
25318
+ 本次发布包含了以下内容:
25319
+
25320
+ 改善已有的文档。
25321
+
25322
+ 修改数据结构:
25323
+
25324
+ * [BackUpJobDisplay](https://cloud.tencent.com/document/api/1387/102385#BackUpJobDisplay)
25325
+
25326
+ * 新增成员:IsUserDefineBucket
25327
+
25328
+
24426
25329
  ### 第 27 次发布
24427
25330
 
24428
25331
  发布时间:2024-10-18 01:06:21
@@ -26199,6 +27102,69 @@
26199
27102
 
26200
27103
  ## 云防火墙(cfw) 版本:2019-09-04
26201
27104
 
27105
+ ### 第 69 次发布
27106
+
27107
+ 发布时间:2024-10-30 01:14:07
27108
+
27109
+ 本次发布包含了以下内容:
27110
+
27111
+ 改善已有的文档。
27112
+
27113
+ 修改接口:
27114
+
27115
+ * [CreateAddressTemplate](https://cloud.tencent.com/document/api/1132/95034)
27116
+
27117
+ * 新增入参:IpVersion
27118
+
27119
+ * [DescribeBlockStaticList](https://cloud.tencent.com/document/api/1132/58281)
27120
+
27121
+ * 新增出参:Status
27122
+
27123
+
27124
+ 修改数据结构:
27125
+
27126
+ * [RuleChangeItem](https://cloud.tencent.com/document/api/1132/49071#RuleChangeItem)
27127
+
27128
+ * 新增成员:IpVersion
27129
+
27130
+ * [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
27131
+
27132
+ * 新增成员:IpVersion
27133
+
27134
+ * <font color="#dd0000">**修改成员**:</font>Uuid
27135
+
27136
+
27137
+ ### 第 68 次发布
27138
+
27139
+ 发布时间:2024-10-25 01:19:23
27140
+
27141
+ 本次发布包含了以下内容:
27142
+
27143
+ 改善已有的文档。
27144
+
27145
+ <font color="#dd0000">**预下线接口**:</font>
27146
+
27147
+ * ModifyAllVPCSwitchStatus
27148
+
27149
+ 修改数据结构:
27150
+
27151
+ * [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
27152
+
27153
+ * <font color="#dd0000">**修改成员**:</font>Enable
27154
+
27155
+
27156
+ ### 第 67 次发布
27157
+
27158
+ 发布时间:2024-10-23 01:11:48
27159
+
27160
+ 本次发布包含了以下内容:
27161
+
27162
+ 改善已有的文档。
27163
+
27164
+ <font color="#dd0000">**预下线接口**:</font>
27165
+
27166
+ * DescribeNatSwitchList
27167
+
26202
27168
  ### 第 66 次发布
26203
27169
 
26204
27170
  发布时间:2024-10-22 01:11:25
@@ -27870,6 +28836,21 @@
27870
28836
 
27871
28837
  ## 账号风控平台(ciam) 版本:2022-03-31
27872
28838
 
28839
+ ### 第 12 次发布
28840
+
28841
+ 发布时间:2024-10-25 01:20:30
28842
+
28843
+ 本次发布包含了以下内容:
28844
+
28845
+ 改善已有的文档。
28846
+
28847
+ 修改数据结构:
28848
+
28849
+ * [LogMessage](https://cloud.tencent.com/document/api/1441/75643#LogMessage)
28850
+
28851
+ * 新增成员:ActionResult
28852
+
28853
+
27873
28854
  ### 第 11 次发布
27874
28855
 
27875
28856
  发布时间:2024-06-17 01:21:02
@@ -30740,6 +31721,21 @@
30740
31721
 
30741
31722
  ## 负载均衡(clb) 版本:2018-03-17
30742
31723
 
31724
+ ### 第 112 次发布
31725
+
31726
+ 发布时间:2024-10-23 01:12:48
31727
+
31728
+ 本次发布包含了以下内容:
31729
+
31730
+ 改善已有的文档。
31731
+
31732
+ 修改接口:
31733
+
31734
+ * [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
31735
+
31736
+ * 新增入参:LBChargeType, AccessLogTopicId
31737
+
31738
+
30743
31739
  ### 第 111 次发布
30744
31740
 
30745
31741
  发布时间:2024-09-25 01:12:46
@@ -33026,6 +34022,47 @@
33026
34022
 
33027
34023
  ## 操作审计(cloudaudit) 版本:2019-03-19
33028
34024
 
34025
+ ### 第 15 次发布
34026
+
34027
+ 发布时间:2024-10-24 16:22:27
34028
+
34029
+ 本次发布包含了以下内容:
34030
+
34031
+ 改善已有的文档。
34032
+
34033
+ 新增接口:
34034
+
34035
+ * [[ModifyEventsAuditTrack](https://cloud.tencent.com/document/api/629/111900)](https://cloud.tencent.com/document/api/#/#)
34036
+
34037
+ ### 第 14 次发布
34038
+
34039
+ 发布时间:2024-10-24 15:52:03
34040
+
34041
+ 本次发布包含了以下内容:
34042
+
34043
+ 改善已有的文档。
34044
+
34045
+ 新增接口:
34046
+
34047
+ * [[CreateEventsAuditTrack](https://cloud.tencent.com/document/api/629/111894)](https://cloud.tencent.com/document/api/#/#)
34048
+
34049
+ <font color="#dd0000">**删除接口**:</font>
34050
+
34051
+ * CreateAudit
34052
+ * DeleteAudit
34053
+
34054
+ 修改接口:
34055
+
34056
+ * [DescribeAuditTrack](https://cloud.tencent.com/document/api/629/83247)
34057
+
34058
+ * 新增出参:Filters
34059
+
34060
+
34061
+ 新增数据结构:
34062
+
34063
+ * [[Filter](https://cloud.tencent.com/document/api/629/35353#Filter)](https://cloud.tencent.com/document/api/629/35353#[Filter](https://cloud.tencent.com/document/api/629/35353#Filter))
34064
+ * [[ResourceField](https://cloud.tencent.com/document/api/629/35353#ResourceField)](https://cloud.tencent.com/document/api/629/35353#[ResourceField](https://cloud.tencent.com/document/api/629/35353#ResourceField))
34065
+
33029
34066
  ### 第 13 次发布
33030
34067
 
33031
34068
  发布时间:2024-01-11 01:09:52
@@ -33205,7 +34242,7 @@
33205
34242
 
33206
34243
  修改接口:
33207
34244
 
33208
- * [CreateAudit](https://cloud.tencent.com/document/api/629/35352)
34245
+ * [CreateAudit](https://cloud.tencent.com/document/api/#/#)
33209
34246
 
33210
34247
  * 新增入参:IsEnableKmsEncry, KeyId, KmsRegion
33211
34248
 
@@ -33250,8 +34287,8 @@
33250
34287
 
33251
34288
  新增接口:
33252
34289
 
33253
- * [CreateAudit](https://cloud.tencent.com/document/api/629/35352)
33254
- * [DeleteAudit](https://cloud.tencent.com/document/api/629/35351)
34290
+ * [CreateAudit](https://cloud.tencent.com/document/api/#/#)
34291
+ * [DeleteAudit](https://cloud.tencent.com/document/api/#/#)
33255
34292
  * [DescribeAudit](https://cloud.tencent.com/document/api/629/35350)
33256
34293
  * [GetAttributeKey](https://cloud.tencent.com/document/api/629/35349)
33257
34294
  * [InquireAuditCredit](https://cloud.tencent.com/document/api/629/35348)
@@ -33572,6 +34609,56 @@
33572
34609
 
33573
34610
  ## 日志服务(cls) 版本:2020-10-16
33574
34611
 
34612
+ ### 第 112 次发布
34613
+
34614
+ 发布时间:2024-10-30 01:17:18
34615
+
34616
+ 本次发布包含了以下内容:
34617
+
34618
+ 改善已有的文档。
34619
+
34620
+ 修改接口:
34621
+
34622
+ * [CreateAlarmNotice](https://cloud.tencent.com/document/api/614/56465)
34623
+
34624
+ * 新增入参:Tags, JumpDomain, DeliverStatus, DeliverConfig, AlarmShieldStatus
34625
+
34626
+
34627
+ 新增数据结构:
34628
+
34629
+ * [[AlarmNoticeDeliverConfig](https://cloud.tencent.com/document/api/614/56471#AlarmNoticeDeliverConfig)](https://cloud.tencent.com/document/api/614/56471#[AlarmNoticeDeliverConfig](https://cloud.tencent.com/document/api/614/56471#AlarmNoticeDeliverConfig))
34630
+ * [[DeliverConfig](https://cloud.tencent.com/document/api/614/56471#DeliverConfig)](https://cloud.tencent.com/document/api/614/56471#[DeliverConfig](https://cloud.tencent.com/document/api/614/56471#DeliverConfig))
34631
+
34632
+ 修改数据结构:
34633
+
34634
+ * [AlarmNotice](https://cloud.tencent.com/document/api/614/56471#AlarmNotice)
34635
+
34636
+ * 新增成员:Tags, AlarmShieldStatus, JumpDomain, AlarmNoticeDeliverConfig
34637
+
34638
+ * [WebCallback](https://cloud.tencent.com/document/api/614/56471#WebCallback)
34639
+
34640
+ * 新增成员:RemindType, Mobiles, UserIds
34641
+
34642
+
34643
+ ### 第 111 次发布
34644
+
34645
+ 发布时间:2024-10-29 01:17:00
34646
+
34647
+ 本次发布包含了以下内容:
34648
+
34649
+ 改善已有的文档。
34650
+
34651
+ 新增数据结构:
34652
+
34653
+ * [[EscalateNoticeInfo](https://cloud.tencent.com/document/api/614/56471#EscalateNoticeInfo)](https://cloud.tencent.com/document/api/614/56471#[EscalateNoticeInfo](https://cloud.tencent.com/document/api/614/56471#EscalateNoticeInfo))
34654
+
34655
+ 修改数据结构:
34656
+
34657
+ * [NoticeRule](https://cloud.tencent.com/document/api/614/56471#NoticeRule)
34658
+
34659
+ * 新增成员:Escalate, Interval, Type, EscalateNotice
34660
+
34661
+
33575
34662
  ### 第 110 次发布
33576
34663
 
33577
34664
  发布时间:2024-10-18 01:07:51
@@ -40070,329 +41157,6 @@
40070
41157
 
40071
41158
 
40072
41159
 
40073
- ## 金融联络机器人(cr) 版本:2018-03-21
40074
-
40075
- ### 第 17 次发布
40076
-
40077
- 发布时间:2021-02-24 08:03:24
40078
-
40079
- 本次发布包含了以下内容:
40080
-
40081
- 改善已有的文档。
40082
-
40083
- 新增接口:
40084
-
40085
- * [QueryBlackListData](https://cloud.tencent.com/document/api/656/53039)
40086
-
40087
- ### 第 16 次发布
40088
-
40089
- 发布时间:2021-02-01 08:03:26
40090
-
40091
- 本次发布包含了以下内容:
40092
-
40093
- 改善已有的文档。
40094
-
40095
- 新增接口:
40096
-
40097
- * [ApplyBlackListData](https://cloud.tencent.com/document/api/656/52653)
40098
- * [ChangeBotCallStatus](https://cloud.tencent.com/document/api/656/52652)
40099
- * [ChangeBotTaskStatus](https://cloud.tencent.com/document/api/656/52651)
40100
- * [QueryCallList](https://cloud.tencent.com/document/api/656/52650)
40101
- * [UpdateBotTask](https://cloud.tencent.com/document/api/656/52649)
40102
-
40103
- 修改接口:
40104
-
40105
- * [CreateBotTask](https://cloud.tencent.com/document/api/656/50873)
40106
-
40107
- * 新增入参:CallType, CallStartDate, CallEndDate
40108
-
40109
- * <font color="#dd0000">**修改入参**:</font>CallTimeCollection, StartTimeBan, EndTimeBan
40110
-
40111
- * 新增出参:BotId
40112
-
40113
-
40114
- 新增数据结构:
40115
-
40116
- * [BlackListData](https://cloud.tencent.com/document/api/656/30994#BlackListData)
40117
- * [CallInfo](https://cloud.tencent.com/document/api/656/30994#CallInfo)
40118
-
40119
- 修改数据结构:
40120
-
40121
- * [CallTimeDict](https://cloud.tencent.com/document/api/656/30994#CallTimeDict)
40122
-
40123
- * <font color="#dd0000">**修改成员**:</font>Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
40124
-
40125
- * [CallTimeInfo](https://cloud.tencent.com/document/api/656/30994#CallTimeInfo)
40126
-
40127
- * <font color="#dd0000">**修改成员**:</font>StartTime, EndTime
40128
-
40129
- * [RecordInfo](https://cloud.tencent.com/document/api/656/30994#RecordInfo)
40130
-
40131
- * 新增成员:CosFileName
40132
-
40133
-
40134
- ### 第 15 次发布
40135
-
40136
- 发布时间:2021-01-15 08:03:19
40137
-
40138
- 本次发布包含了以下内容:
40139
-
40140
- 改善已有的文档。
40141
-
40142
- 新增接口:
40143
-
40144
- * [DownloadBotRecord](https://cloud.tencent.com/document/api/656/52063)
40145
-
40146
- ### 第 14 次发布
40147
-
40148
- 发布时间:2021-01-13 08:03:17
40149
-
40150
- 本次发布包含了以下内容:
40151
-
40152
- 改善已有的文档。
40153
-
40154
- 新增接口:
40155
-
40156
- * [QueryBotList](https://cloud.tencent.com/document/api/656/51905)
40157
- * [QueryRecordList](https://cloud.tencent.com/document/api/656/51904)
40158
- * [UploadBotData](https://cloud.tencent.com/document/api/656/51903)
40159
-
40160
- 新增数据结构:
40161
-
40162
- * [BotInfo](https://cloud.tencent.com/document/api/656/30994#BotInfo)
40163
- * [RecordInfo](https://cloud.tencent.com/document/api/656/30994#RecordInfo)
40164
-
40165
- ### 第 13 次发布
40166
-
40167
- 发布时间:2021-01-01 08:03:08
40168
-
40169
- 本次发布包含了以下内容:
40170
-
40171
- 改善已有的文档。
40172
-
40173
- 新增接口:
40174
-
40175
- * [ExportBotData](https://cloud.tencent.com/document/api/656/51671)
40176
-
40177
- 新增数据结构:
40178
-
40179
- * [BotFileData](https://cloud.tencent.com/document/api/656/30994#BotFileData)
40180
-
40181
- ### 第 12 次发布
40182
-
40183
- 发布时间:2020-12-11 08:03:22
40184
-
40185
- 本次发布包含了以下内容:
40186
-
40187
- 改善已有的文档。
40188
-
40189
- 新增接口:
40190
-
40191
- * [CreateBotTask](https://cloud.tencent.com/document/api/656/50873)
40192
- * [DescribeBotFlow](https://cloud.tencent.com/document/api/656/50872)
40193
- * [DescribeFileModel](https://cloud.tencent.com/document/api/656/50871)
40194
- * [UploadBotFile](https://cloud.tencent.com/document/api/656/50870)
40195
-
40196
- 新增数据结构:
40197
-
40198
- * [BotFlow](https://cloud.tencent.com/document/api/656/30994#BotFlow)
40199
- * [CallTimeDict](https://cloud.tencent.com/document/api/656/30994#CallTimeDict)
40200
- * [CallTimeInfo](https://cloud.tencent.com/document/api/656/30994#CallTimeInfo)
40201
- * [PhonePool](https://cloud.tencent.com/document/api/656/30994#PhonePool)
40202
- * [SmsSign](https://cloud.tencent.com/document/api/656/30994#SmsSign)
40203
- * [SmsTemplate](https://cloud.tencent.com/document/api/656/30994#SmsTemplate)
40204
-
40205
- ### 第 11 次发布
40206
-
40207
- 发布时间:2020-11-23 08:03:42
40208
-
40209
- 本次发布包含了以下内容:
40210
-
40211
- 改善已有的文档。
40212
-
40213
- 新增接口:
40214
-
40215
- * [QueryProducts](https://cloud.tencent.com/document/api/656/50187)
40216
-
40217
- 新增数据结构:
40218
-
40219
- * [ProductQueryInfo](https://cloud.tencent.com/document/api/656/30994#ProductQueryInfo)
40220
-
40221
- ### 第 10 次发布
40222
-
40223
- 发布时间:2020-04-24 08:06:49
40224
-
40225
- 本次发布包含了以下内容:
40226
-
40227
- 改善已有的文档。
40228
-
40229
- 新增接口:
40230
-
40231
- * [QueryInstantData](https://cloud.tencent.com/document/api/656/43742)
40232
- * [UploadDataJson](https://cloud.tencent.com/document/api/656/43741)
40233
-
40234
- ### 第 9 次发布
40235
-
40236
- 发布时间:2019-08-16 16:58:13
40237
-
40238
- 本次发布包含了以下内容:
40239
-
40240
- 改善已有的文档。
40241
-
40242
- 新增接口:
40243
-
40244
- * [DownloadDialogueText](https://cloud.tencent.com/document/api/656/37199)
40245
- * [DownloadRecordList](https://cloud.tencent.com/document/api/656/37198)
40246
-
40247
- ### 第 8 次发布
40248
-
40249
- 发布时间:2019-08-13 19:56:47
40250
-
40251
- 本次发布包含了以下内容:
40252
-
40253
- 改善已有的文档。
40254
-
40255
- 修改接口:
40256
-
40257
- * [DescribeTaskStatus](https://cloud.tencent.com/document/api/656/18291)
40258
-
40259
- * 新增入参:InstId
40260
-
40261
-
40262
- ### 第 7 次发布
40263
-
40264
- 发布时间:2019-05-30 20:58:03
40265
-
40266
- 本次发布包含了以下内容:
40267
-
40268
- 改善已有的文档。
40269
-
40270
- 修改接口:
40271
-
40272
- * [DescribeTaskStatus](https://cloud.tencent.com/document/api/656/18291)
40273
-
40274
- * 新增出参:TaskFileUrl
40275
-
40276
-
40277
- 修改数据结构:
40278
-
40279
- * [SingleBlackApply](https://cloud.tencent.com/document/api/656/30994#SingleBlackApply)
40280
-
40281
- * 新增成员:BlackValidDate
40282
-
40283
-
40284
- ### 第 6 次发布
40285
-
40286
- 发布时间:2019-03-22 14:48:33
40287
-
40288
- 本次发布包含了以下内容:
40289
-
40290
- 改善已有的文档。
40291
-
40292
- 新增接口:
40293
-
40294
- * [ApplyCreditAudit](https://cloud.tencent.com/document/api/656/33893)
40295
- * [DescribeCreditResult](https://cloud.tencent.com/document/api/656/33892)
40296
-
40297
- 修改接口:
40298
-
40299
- * [DownloadReport](https://cloud.tencent.com/document/api/656/18290)
40300
-
40301
- * 新增入参:InstId
40302
-
40303
- * 新增出参:CallbackDailyReportUrl, CallbackResultReportUrl, CallbackDetailReportUrl
40304
-
40305
-
40306
- ### 第 5 次发布
40307
-
40308
- 发布时间:2019-03-01 19:58:53
40309
-
40310
- 本次发布包含了以下内容:
40311
-
40312
- 改善已有的文档。
40313
-
40314
- 修改接口:
40315
-
40316
- * [ApplyBlackList](https://cloud.tencent.com/document/api/656/30993)
40317
-
40318
- * 新增入参:InstId
40319
-
40320
- * [DescribeRecords](https://cloud.tencent.com/document/api/656/30992)
40321
-
40322
- * 新增入参:InstId
40323
-
40324
- * [UploadDataFile](https://cloud.tencent.com/document/api/656/30991)
40325
-
40326
- * 新增入参:InstId
40327
-
40328
-
40329
- ### 第 4 次发布
40330
-
40331
- 发布时间:2018-12-20 19:45:54
40332
-
40333
- 本次发布包含了以下内容:
40334
-
40335
- 改善已有的文档。
40336
-
40337
- 修改接口:
40338
-
40339
- * [DescribeTaskStatus](https://cloud.tencent.com/document/api/656/18291)
40340
-
40341
- * <font color="#dd0000">**修改入参**:</font>TaskId
40342
-
40343
-
40344
- ### 第 3 次发布
40345
-
40346
- 发布时间:2018-11-29 19:21:43
40347
-
40348
- 本次发布包含了以下内容:
40349
-
40350
- 改善已有的文档。
40351
-
40352
- 新增接口:
40353
-
40354
- * [ApplyBlackList](https://cloud.tencent.com/document/api/656/30993)
40355
- * [DescribeRecords](https://cloud.tencent.com/document/api/656/30992)
40356
- * [UploadDataFile](https://cloud.tencent.com/document/api/656/30991)
40357
-
40358
- 新增数据结构:
40359
-
40360
- * [SingleBlackApply](https://cloud.tencent.com/document/api/656/30994#SingleBlackApply)
40361
- * [SingleRecord](https://cloud.tencent.com/document/api/656/30994#SingleRecord)
40362
-
40363
- ### 第 2 次发布
40364
-
40365
- 发布时间:2018-08-30 16:14:59
40366
-
40367
- 本次发布包含了以下内容:
40368
-
40369
- 改善已有的文档。
40370
-
40371
- 修改接口:
40372
-
40373
- * [DownloadReport](https://cloud.tencent.com/document/api/656/18290)
40374
-
40375
- * 新增出参:DailyReportUrl, ResultReportUrl, DetailReportUrl
40376
-
40377
- * <font color="#dd0000">**删除出参**:</font>ReportUrl
40378
-
40379
-
40380
- ### 第 1 次发布
40381
-
40382
- 发布时间:2018-07-12 15:09:22
40383
-
40384
- 本次发布包含了以下内容:
40385
-
40386
- 改善已有的文档。
40387
-
40388
- 新增接口:
40389
-
40390
- * [DescribeTaskStatus](https://cloud.tencent.com/document/api/656/18291)
40391
- * [DownloadReport](https://cloud.tencent.com/document/api/656/18290)
40392
-
40393
-
40394
-
40395
-
40396
41160
  ## 云安全一体化平台(csip) 版本:2022-11-21
40397
41161
 
40398
41162
  ### 第 44 次发布
@@ -41485,6 +42249,29 @@
41485
42249
 
41486
42250
  ## 云服务器(cvm) 版本:2017-03-12
41487
42251
 
42252
+ ### 第 134 次发布
42253
+
42254
+ 发布时间:2024-10-25 01:25:09
42255
+
42256
+ 本次发布包含了以下内容:
42257
+
42258
+ 改善已有的文档。
42259
+
42260
+ 修改接口:
42261
+
42262
+ * [ImportImage](https://cloud.tencent.com/document/api/213/15717)
42263
+
42264
+ * 新增入参:ImportImageDataDiskList
42265
+
42266
+ * [SyncImages](https://cloud.tencent.com/document/api/213/15711)
42267
+
42268
+ * 新增入参:Encrypt, KmsKeyId
42269
+
42270
+
42271
+ 新增数据结构:
42272
+
42273
+ * [[ImportImageDataDisk](https://cloud.tencent.com/document/api/213/15753#ImportImageDataDisk)](https://cloud.tencent.com/document/api/213/15753#[ImportImageDataDisk](https://cloud.tencent.com/document/api/213/15753#ImportImageDataDisk))
42274
+
41488
42275
  ### 第 133 次发布
41489
42276
 
41490
42277
  发布时间:2024-10-11 01:13:23
@@ -43970,6 +44757,127 @@
43970
44757
 
43971
44758
  ## 主机安全(cwp) 版本:2018-02-28
43972
44759
 
44760
+ ### 第 128 次发布
44761
+
44762
+ 发布时间:2024-10-28 01:24:41
44763
+
44764
+ 本次发布包含了以下内容:
44765
+
44766
+ 改善已有的文档。
44767
+
44768
+ 修改接口:
44769
+
44770
+ * [EditBashRules](https://cloud.tencent.com/document/api/296/58239)
44771
+
44772
+ * 新增入参:Descript, Status, BashAction, Scope, Quuids
44773
+
44774
+
44775
+ 修改数据结构:
44776
+
44777
+ * [PrivilegeRule](https://cloud.tencent.com/document/api/296/19867#PrivilegeRule)
44778
+
44779
+ * <font color="#dd0000">**修改成员**:</font>Id, Uuid, ProcessName, SMode, Operator, IsGlobal, Status, CreateTime, ModifyTime, Hostip
44780
+
44781
+
44782
+ ### 第 127 次发布
44783
+
44784
+ 发布时间:2024-10-24 01:13:56
44785
+
44786
+ 本次发布包含了以下内容:
44787
+
44788
+ 改善已有的文档。
44789
+
44790
+ 修改数据结构:
44791
+
44792
+ * [AssetAppBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetAppBaseInfo)
44793
+
44794
+ * <font color="#dd0000">**修改成员**:</font>MachineIp, MachineName, MachineWanIp, Uuid, Quuid, ProjectId, Tag, Name, Type, BinPath, OsInfo, ProcessCount, Desc, Version, ConfigPath, FirstTime, UpdateTime, IsNew, MachineExtraInfo
44795
+
44796
+ * [AssetCoreModuleBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetCoreModuleBaseInfo)
44797
+
44798
+ * <font color="#dd0000">**修改成员**:</font>Name, Desc, Path, Version, MachineIp, MachineName, OsInfo, Size, ProcessCount, ModuleCount, Id, Quuid, Uuid, UpdateTime, FirstTime, IsNew, MachineWanIp, MachineExtraInfo
44799
+
44800
+ * [AssetDatabaseBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetDatabaseBaseInfo)
44801
+
44802
+ * <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, Quuid, Uuid, OsInfo, ProjectId, Tag, Name, Version, Port, Proto, User, Ip, ConfigPath, LogPath, DataPath, Permission, ErrorLogPath, PlugInPath, BinPath, Param, Id, UpdateTime, FirstTime, IsNew, MachineName, MachineExtraInfo
44803
+
44804
+ * [AssetJarBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetJarBaseInfo)
44805
+
44806
+ * <font color="#dd0000">**修改成员**:</font>Name, Type, Status, Version, Path, MachineIp, MachineName, OsInfo, Id, Md5, Quuid, Uuid, UpdateTime, FirstTime, IsNew, MachineWanIp, MachineExtraInfo
44807
+
44808
+ * [AssetPlanTask](https://cloud.tencent.com/document/api/296/19867#AssetPlanTask)
44809
+
44810
+ * <font color="#dd0000">**修改成员**:</font>Status, Cycle, Command, User, ConfigPath, MachineIp, MachineName, OsInfo, Quuid, Uuid, UpdateTime, FirstTime, IsNew, MachineWanIp, MachineExtraInfo
44811
+
44812
+ * [AssetPortBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetPortBaseInfo)
44813
+
44814
+ * <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, Quuid, Uuid, OsInfo, ProjectId, Tag, ProcessName, ProcessVersion, ProcessPath, Pid, User, StartTime, Param, Teletype, Port, GroupName, Md5, Ppid, ParentProcessName, Proto, BindIp, MachineName, UpdateTime, FirstTime, IsNew, MachineExtraInfo
44815
+
44816
+ * [AssetProcessBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetProcessBaseInfo)
44817
+
44818
+ * <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, Quuid, Uuid, OsInfo, ProjectId, Tag, Name, Desc, Path, Pid, User, StartTime, Param, Tty, Version, GroupName, Md5, Ppid, ParentProcessName, Status, HasSign, InstallByPackage, PackageName, MachineName, UpdateTime, FirstTime, IsNew, MachineExtraInfo
44819
+
44820
+ * [AssetSystemPackageInfo](https://cloud.tencent.com/document/api/296/19867#AssetSystemPackageInfo)
44821
+
44822
+ * <font color="#dd0000">**修改成员**:</font>MachineExtraInfo, Quuid, Uuid
44823
+
44824
+ * [AssetWebAppBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebAppBaseInfo)
44825
+
44826
+ * <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, Quuid, Uuid, OsInfo, ProjectId, Tag, Name, Version, RootPath, ServiceType, Domain, VirtualPath, PluginCount, Id, Desc, MachineName, UpdateTime, FirstTime, IsNew, MachineExtraInfo
44827
+
44828
+ * [AssetWebFrameBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebFrameBaseInfo)
44829
+
44830
+ * <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, Quuid, Uuid, OsInfo, ProjectId, Tag, Name, Version, Lang, ServiceType, MachineName, UpdateTime, FirstTime, IsNew, MachineExtraInfo, Path
44831
+
44832
+ * [AssetWebLocationBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebLocationBaseInfo)
44833
+
44834
+ * <font color="#dd0000">**修改成员**:</font>Uuid, Quuid, MachineIp, MachineWanIp, MachineName, OsInfo, Name, Port, Proto, ServiceType, PathCount, User, MainPath, MainPathOwner, Permission, ProjectId, Tag, Id, UpdateTime, FirstTime, IsNew, MachineExtraInfo
44835
+
44836
+ * [AssetWebServiceBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetWebServiceBaseInfo)
44837
+
44838
+ * <font color="#dd0000">**修改成员**:</font>MachineIp, MachineWanIp, Quuid, Uuid, OsInfo, ProjectId, Tag, Name, Version, BinPath, User, InstallPath, ConfigPath, ProcessCount, Id, MachineName, Desc, UpdateTime, FirstTime, IsNew, MachineExtraInfo
44839
+
44840
+ * [HostTagInfo](https://cloud.tencent.com/document/api/296/19867#HostTagInfo)
44841
+
44842
+ * <font color="#dd0000">**修改成员**:</font>Quuid, TagList, HostIp, AliasName, MachineWanIp, Uuid, KernelVersion, MachineStatus, ProtectType, VulNum, CloudTags, InstanceID
44843
+
44844
+
44845
+ ### 第 126 次发布
44846
+
44847
+ 发布时间:2024-10-23 01:14:18
44848
+
44849
+ 本次发布包含了以下内容:
44850
+
44851
+ 改善已有的文档。
44852
+
44853
+ <font color="#dd0000">**预下线接口**:</font>
44854
+
44855
+ * DescribeAttackSource
44856
+ * DescribeAttackSourceEvents
44857
+
44858
+ 修改数据结构:
44859
+
44860
+ * [AssetUserBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetUserBaseInfo)
44861
+
44862
+ * <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
44863
+
44864
+ * [MalwareInfo](https://cloud.tencent.com/document/api/296/19867#MalwareInfo)
44865
+
44866
+ * 新增成员:References
44867
+
44868
+ * [MalwareWhiteListInfo](https://cloud.tencent.com/document/api/296/19867#MalwareWhiteListInfo)
44869
+
44870
+ * 新增成员:ModifyTime
44871
+
44872
+ * [RansomDefenseRollbackTask](https://cloud.tencent.com/document/api/296/19867#RansomDefenseRollbackTask)
44873
+
44874
+ * 新增成员:InstanceId
44875
+
44876
+ * [RansomDefenseStrategyMachineBackupInfo](https://cloud.tencent.com/document/api/296/19867#RansomDefenseStrategyMachineBackupInfo)
44877
+
44878
+ * 新增成员:HostVersion
44879
+
44880
+
43973
44881
  ### 第 125 次发布
43974
44882
 
43975
44883
  发布时间:2024-10-22 01:13:51
@@ -47783,6 +48691,40 @@
47783
48691
 
47784
48692
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
47785
48693
 
48694
+ ### 第 111 次发布
48695
+
48696
+ 发布时间:2024-10-29 01:23:16
48697
+
48698
+ 本次发布包含了以下内容:
48699
+
48700
+ 改善已有的文档。
48701
+
48702
+ 修改数据结构:
48703
+
48704
+ * [PackageDetail](https://cloud.tencent.com/document/api/1003/48097#PackageDetail)
48705
+
48706
+ * <font color="#dd0000">**修改成员**:</font>AppId, PackageId, InstanceId, SuccessDeductSpec, PackageTotalUsedSpec, StartTime, EndTime, ExtendInfo
48707
+
48708
+
48709
+ ### 第 110 次发布
48710
+
48711
+ 发布时间:2024-10-28 01:28:11
48712
+
48713
+ 本次发布包含了以下内容:
48714
+
48715
+ 改善已有的文档。
48716
+
48717
+ 新增数据结构:
48718
+
48719
+ * [[DeliverSummary](https://cloud.tencent.com/document/api/1003/48097#DeliverSummary)](https://cloud.tencent.com/document/api/1003/48097#[DeliverSummary](https://cloud.tencent.com/document/api/1003/48097#DeliverSummary))
48720
+
48721
+ 修改数据结构:
48722
+
48723
+ * [InstanceAuditStatus](https://cloud.tencent.com/document/api/1003/48097#InstanceAuditStatus)
48724
+
48725
+ * 新增成员:Deliver, DeliverSummary
48726
+
48727
+
47786
48728
  ### 第 109 次发布
47787
48729
 
47788
48730
  发布时间:2024-10-22 01:15:19
@@ -50089,6 +51031,29 @@
50089
51031
 
50090
51032
  ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
50091
51033
 
51034
+ ### 第 33 次发布
51035
+
51036
+ 发布时间:2024-10-25 01:30:51
51037
+
51038
+ 本次发布包含了以下内容:
51039
+
51040
+ 改善已有的文档。
51041
+
51042
+ 修改数据结构:
51043
+
51044
+ * [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
51045
+
51046
+ * 新增成员:EnableSSL, SSLCertName
51047
+
51048
+ * [ExternalDevice](https://cloud.tencent.com/document/api/1025/74416#ExternalDevice)
51049
+
51050
+ * 新增成员:EnableSSL, SSLCert, SSLCertName
51051
+
51052
+ * [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
51053
+
51054
+ * 新增成员:CdcClusterId, LogDelivery, DeployModel
51055
+
51056
+
50092
51057
  ### 第 32 次发布
50093
51058
 
50094
51059
  发布时间:2024-10-18 01:10:42
@@ -54373,6 +55338,21 @@
54373
55338
 
54374
55339
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
54375
55340
 
55341
+ ### 第 106 次发布
55342
+
55343
+ 发布时间:2024-10-24 01:16:41
55344
+
55345
+ 本次发布包含了以下内容:
55346
+
55347
+ 改善已有的文档。
55348
+
55349
+ 修改数据结构:
55350
+
55351
+ * [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
55352
+
55353
+ * 新增成员:IsPoolMode
55354
+
55355
+
54376
55356
  ### 第 105 次发布
54377
55357
 
54378
55358
  发布时间:2024-10-15 01:11:21
@@ -60308,6 +61288,21 @@
60308
61288
 
60309
61289
  ## 事件总线(eb) 版本:2021-04-16
60310
61290
 
61291
+ ### 第 15 次发布
61292
+
61293
+ 发布时间:2024-10-29 01:30:37
61294
+
61295
+ 本次发布包含了以下内容:
61296
+
61297
+ 改善已有的文档。
61298
+
61299
+ 修改接口:
61300
+
61301
+ * [ListTargets](https://cloud.tencent.com/document/api/1359/67701)
61302
+
61303
+ * <font color="#dd0000">**修改入参**:</font>RuleId
61304
+
61305
+
60311
61306
  ### 第 14 次发布
60312
61307
 
60313
61308
  发布时间:2024-04-18 01:19:26
@@ -63225,6 +64220,21 @@
63225
64220
 
63226
64221
  ## 弹性 MapReduce(emr) 版本:2019-01-03
63227
64222
 
64223
+ ### 第 80 次发布
64224
+
64225
+ 发布时间:2024-10-24 01:18:58
64226
+
64227
+ 本次发布包含了以下内容:
64228
+
64229
+ 改善已有的文档。
64230
+
64231
+ 修改接口:
64232
+
64233
+ * [DeleteUserManagerUserList](https://cloud.tencent.com/document/api/589/83729)
64234
+
64235
+ * 新增入参:DeleteHomeDir
64236
+
64237
+
63228
64238
  ### 第 79 次发布
63229
64239
 
63230
64240
  发布时间:2024-10-18 01:14:01
@@ -65081,6 +66091,26 @@
65081
66091
 
65082
66092
  ## Elasticsearch Service(es) 版本:2018-04-16
65083
66093
 
66094
+ ### 第 71 次发布
66095
+
66096
+ 发布时间:2024-10-30 01:33:25
66097
+
66098
+ 本次发布包含了以下内容:
66099
+
66100
+ 改善已有的文档。
66101
+
66102
+ 新增接口:
66103
+
66104
+ * [[CreateClusterSnapshot](https://cloud.tencent.com/document/api/845/112044)](https://cloud.tencent.com/document/api/#/#)
66105
+ * [[DeleteClusterSnapshot](https://cloud.tencent.com/document/api/845/112042)](https://cloud.tencent.com/document/api/#/#)
66106
+ * [[DescribeClusterSnapshot](https://cloud.tencent.com/document/api/845/112041)](https://cloud.tencent.com/document/api/#/#)
66107
+ * [[RestoreClusterSnapshot](https://cloud.tencent.com/document/api/845/112040)](https://cloud.tencent.com/document/api/#/#)
66108
+
66109
+ 新增数据结构:
66110
+
66111
+ * [[Failures](https://cloud.tencent.com/document/api/845/30634#Failures)](https://cloud.tencent.com/document/api/845/30634#[Failures](https://cloud.tencent.com/document/api/845/30634#Failures))
66112
+ * [[Snapshots](https://cloud.tencent.com/document/api/845/30634#Snapshots)](https://cloud.tencent.com/document/api/845/30634#[Snapshots](https://cloud.tencent.com/document/api/845/30634#Snapshots))
66113
+
65084
66114
  ### 第 70 次发布
65085
66115
 
65086
66116
  发布时间:2024-10-17 01:18:44
@@ -66638,6 +67668,44 @@
66638
67668
 
66639
67669
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
66640
67670
 
67671
+ ### 第 193 次发布
67672
+
67673
+ 发布时间:2024-10-28 01:38:32
67674
+
67675
+ 本次发布包含了以下内容:
67676
+
67677
+ 改善已有的文档。
67678
+
67679
+ 新增接口:
67680
+
67681
+ * [[DeleteOrganizationAuthorizations](https://cloud.tencent.com/document/api/1323/111942)](https://cloud.tencent.com/document/api/#/#)
67682
+
67683
+ 新增数据结构:
67684
+
67685
+ * [[DeleteOrganizationAuthorizationInfo](https://cloud.tencent.com/document/api/1323/70369#DeleteOrganizationAuthorizationInfo)](https://cloud.tencent.com/document/api/1323/70369#[DeleteOrganizationAuthorizationInfo](https://cloud.tencent.com/document/api/1323/70369#DeleteOrganizationAuthorizationInfo))
67686
+
67687
+ 修改数据结构:
67688
+
67689
+ * [FillError](https://cloud.tencent.com/document/api/1323/70369#FillError)
67690
+
67691
+ * 新增成员:FlowId
67692
+
67693
+
67694
+ ### 第 192 次发布
67695
+
67696
+ 发布时间:2024-10-24 01:19:27
67697
+
67698
+ 本次发布包含了以下内容:
67699
+
67700
+ 改善已有的文档。
67701
+
67702
+ 修改数据结构:
67703
+
67704
+ * [EmbedUrlOption](https://cloud.tencent.com/document/api/1323/70369#EmbedUrlOption)
67705
+
67706
+ * 新增成员:SkipUploadFile
67707
+
67708
+
66641
67709
  ### 第 191 次发布
66642
67710
 
66643
67711
  发布时间:2024-10-22 01:19:30
@@ -70281,6 +71349,56 @@
70281
71349
 
70282
71350
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
70283
71351
 
71352
+ ### 第 192 次发布
71353
+
71354
+ 发布时间:2024-10-30 01:34:59
71355
+
71356
+ 本次发布包含了以下内容:
71357
+
71358
+ 改善已有的文档。
71359
+
71360
+ 新增接口:
71361
+
71362
+ * [[CreateCloseOrganizationUrl](https://cloud.tencent.com/document/api/1420/112045)](https://cloud.tencent.com/document/api/#/#)
71363
+
71364
+ ### 第 191 次发布
71365
+
71366
+ 发布时间:2024-10-28 01:39:56
71367
+
71368
+ 本次发布包含了以下内容:
71369
+
71370
+ 改善已有的文档。
71371
+
71372
+ 新增接口:
71373
+
71374
+ * [[DeleteOrganizationAuthorizations](https://cloud.tencent.com/document/api/1420/111943)](https://cloud.tencent.com/document/api/#/#)
71375
+
71376
+ 新增数据结构:
71377
+
71378
+ * [[DeleteOrganizationAuthorizationInfo](https://cloud.tencent.com/document/api/1420/61525#DeleteOrganizationAuthorizationInfo)](https://cloud.tencent.com/document/api/1420/61525#[DeleteOrganizationAuthorizationInfo](https://cloud.tencent.com/document/api/1420/61525#DeleteOrganizationAuthorizationInfo))
71379
+
71380
+ 修改数据结构:
71381
+
71382
+ * [FillError](https://cloud.tencent.com/document/api/1420/61525#FillError)
71383
+
71384
+ * 新增成员:FlowId
71385
+
71386
+
71387
+ ### 第 190 次发布
71388
+
71389
+ 发布时间:2024-10-24 01:19:49
71390
+
71391
+ 本次发布包含了以下内容:
71392
+
71393
+ 改善已有的文档。
71394
+
71395
+ 修改数据结构:
71396
+
71397
+ * [EmbedUrlOption](https://cloud.tencent.com/document/api/1420/61525#EmbedUrlOption)
71398
+
71399
+ * 新增成员:SkipUploadFile
71400
+
71401
+
70284
71402
  ### 第 189 次发布
70285
71403
 
70286
71404
  发布时间:2024-10-22 01:19:53
@@ -75638,6 +76756,36 @@
75638
76756
 
75639
76757
  ## 全球应用加速(gaap) 版本:2018-05-29
75640
76758
 
76759
+ ### 第 51 次发布
76760
+
76761
+ 发布时间:2024-10-30 01:36:27
76762
+
76763
+ 本次发布包含了以下内容:
76764
+
76765
+ 改善已有的文档。
76766
+
76767
+ 修改接口:
76768
+
76769
+ * [SetAuthentication](https://cloud.tencent.com/document/api/608/36982)
76770
+
76771
+ * 新增入参:TLSSupportVersion, TLSCiphers
76772
+
76773
+
76774
+ ### 第 50 次发布
76775
+
76776
+ 发布时间:2024-10-23 01:20:50
76777
+
76778
+ 本次发布包含了以下内容:
76779
+
76780
+ 改善已有的文档。
76781
+
76782
+ 修改接口:
76783
+
76784
+ * [DescribeDestRegions](https://cloud.tencent.com/document/api/608/36964)
76785
+
76786
+ * 新增入参:QualityType
76787
+
76788
+
75641
76789
  ### 第 49 次发布
75642
76790
 
75643
76791
  发布时间:2024-07-17 01:16:44
@@ -82840,6 +83988,25 @@
82840
83988
 
82841
83989
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
82842
83990
 
83991
+ ### 第 80 次发布
83992
+
83993
+ 发布时间:2024-10-29 01:39:13
83994
+
83995
+ 本次发布包含了以下内容:
83996
+
83997
+ 改善已有的文档。
83998
+
83999
+ 修改接口:
84000
+
84001
+ * [CreateIotVideoCloudStorage](https://cloud.tencent.com/document/api/1081/104654)
84002
+
84003
+ * 新增出参:Price, Amount
84004
+
84005
+ * [DescribeCloudStorageOrder](https://cloud.tencent.com/document/api/1081/104648)
84006
+
84007
+ * 新增出参:Price, Amount
84008
+
84009
+
82843
84010
  ### 第 79 次发布
82844
84011
 
82845
84012
  发布时间:2024-10-12 13:22:15
@@ -86547,6 +87714,28 @@
86547
87714
 
86548
87715
  ## 智能视图计算平台(iss) 版本:2023-05-17
86549
87716
 
87717
+ ### 第 22 次发布
87718
+
87719
+ 发布时间:2024-10-24 01:23:05
87720
+
87721
+ 本次发布包含了以下内容:
87722
+
87723
+ 改善已有的文档。
87724
+
87725
+ 修改接口:
87726
+
87727
+ * [UpdateUserDevice](https://cloud.tencent.com/document/api/1344/95867)
87728
+
87729
+ * 新增入参:SilentFrameSwitch
87730
+
87731
+
87732
+ 修改数据结构:
87733
+
87734
+ * [DescribeDeviceData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceData)
87735
+
87736
+ * 新增成员:SilentFrameSwitch
87737
+
87738
+
86550
87739
  ### 第 21 次发布
86551
87740
 
86552
87741
  发布时间:2024-10-17 01:22:31
@@ -90740,6 +91929,27 @@
90740
91929
 
90741
91930
  ## 云直播CSS(live) 版本:2018-08-01
90742
91931
 
91932
+ ### 第 131 次发布
91933
+
91934
+ 发布时间:2024-10-30 01:45:45
91935
+
91936
+ 本次发布包含了以下内容:
91937
+
91938
+ 改善已有的文档。
91939
+
91940
+ 新增数据结构:
91941
+
91942
+ * [[TimeShiftSubStream](https://cloud.tencent.com/document/api/267/20474#TimeShiftSubStream)](https://cloud.tencent.com/document/api/267/20474#[TimeShiftSubStream](https://cloud.tencent.com/document/api/267/20474#TimeShiftSubStream))
91943
+
91944
+ 修改数据结构:
91945
+
91946
+ * [TimeShiftStreamInfo](https://cloud.tencent.com/document/api/267/20474#TimeShiftStreamInfo)
91947
+
91948
+ * 新增成员:TimeShiftSubStreams
91949
+
91950
+ * <font color="#dd0000">**修改成员**:</font>DomainGroup, Domain, AppName, StreamName, StartTime, EndTime, TransCodeId, StreamType, Duration
91951
+
91952
+
90743
91953
  ### 第 130 次发布
90744
91954
 
90745
91955
  发布时间:2024-06-26 01:19:20
@@ -109312,6 +110522,46 @@
109312
110522
 
109313
110523
  ## 集团账号管理(organization) 版本:2021-03-31
109314
110524
 
110525
+ ### 第 39 次发布
110526
+
110527
+ 发布时间:2024-10-30 01:54:08
110528
+
110529
+ 本次发布包含了以下内容:
110530
+
110531
+ 改善已有的文档。
110532
+
110533
+ 新增接口:
110534
+
110535
+ * [[CreateSCIMCredential](https://cloud.tencent.com/document/api/850/112052)](https://cloud.tencent.com/document/api/#/#)
110536
+ * [[DeleteSCIMCredential](https://cloud.tencent.com/document/api/850/112051)](https://cloud.tencent.com/document/api/#/#)
110537
+ * [[GetSCIMSynchronizationStatus](https://cloud.tencent.com/document/api/850/112050)](https://cloud.tencent.com/document/api/#/#)
110538
+ * [[ListSCIMCredentials](https://cloud.tencent.com/document/api/850/112049)](https://cloud.tencent.com/document/api/#/#)
110539
+ * [[UpdateSCIMCredentialStatus](https://cloud.tencent.com/document/api/850/112048)](https://cloud.tencent.com/document/api/#/#)
110540
+ * [[UpdateSCIMSynchronizationStatus](https://cloud.tencent.com/document/api/850/112047)](https://cloud.tencent.com/document/api/#/#)
110541
+
110542
+ 修改接口:
110543
+
110544
+ * [CreateGroup](https://cloud.tencent.com/document/api/850/109920)
110545
+
110546
+ * 新增入参:GroupType
110547
+
110548
+ * [CreateUser](https://cloud.tencent.com/document/api/850/109928)
110549
+
110550
+ * 新增入参:UserType
110551
+
110552
+ * [ListGroups](https://cloud.tencent.com/document/api/850/109916)
110553
+
110554
+ * 新增入参:Offset
110555
+
110556
+ * [ListUsers](https://cloud.tencent.com/document/api/850/109925)
110557
+
110558
+ * 新增入参:Offset
110559
+
110560
+
110561
+ 新增数据结构:
110562
+
110563
+ * [[SCIMCredential](https://cloud.tencent.com/document/api/850/67060#SCIMCredential)](https://cloud.tencent.com/document/api/850/67060#[SCIMCredential](https://cloud.tencent.com/document/api/850/67060#SCIMCredential))
110564
+
109315
110565
  ### 第 38 次发布
109316
110566
 
109317
110567
  发布时间:2024-09-23 12:16:37
@@ -110084,6 +111334,18 @@
110084
111334
 
110085
111335
  ## 渠道合作伙伴(partners) 版本:2018-03-21
110086
111336
 
111337
+ ### 第 34 次发布
111338
+
111339
+ 发布时间:2024-10-24 01:27:39
111340
+
111341
+ 本次发布包含了以下内容:
111342
+
111343
+ 改善已有的文档。
111344
+
111345
+ 新增接口:
111346
+
111347
+ * [DescribeAgentRelateBigDealIds](https://cloud.tencent.com/document/api/563/111885)
111348
+
110087
111349
  ### 第 33 次发布
110088
111350
 
110089
111351
  发布时间:2024-06-26 01:21:35
@@ -112073,6 +113335,21 @@
112073
113335
 
112074
113336
  ## 云压测(pts) 版本:2021-07-28
112075
113337
 
113338
+ ### 第 16 次发布
113339
+
113340
+ 发布时间:2024-10-23 01:29:03
113341
+
113342
+ 本次发布包含了以下内容:
113343
+
113344
+ 改善已有的文档。
113345
+
113346
+ 修改数据结构:
113347
+
113348
+ * [Job](https://cloud.tencent.com/document/api/1484/78100#Job)
113349
+
113350
+ * 新增成员:PayMode
113351
+
113352
+
112076
113353
  ### 第 15 次发布
112077
113354
 
112078
113355
  发布时间:2024-04-19 01:24:07
@@ -115038,6 +116315,30 @@
115038
116315
 
115039
116316
  ## 云函数(scf) 版本:2018-04-16
115040
116317
 
116318
+ ### 第 67 次发布
116319
+
116320
+ 发布时间:2024-10-25 17:22:38
116321
+
116322
+ 本次发布包含了以下内容:
116323
+
116324
+ 改善已有的文档。
116325
+
116326
+ 新增接口:
116327
+
116328
+ * [[CreateCustomDomain](https://cloud.tencent.com/document/api/583/111926)](https://cloud.tencent.com/document/api/#/#)
116329
+ * [[DeleteCustomDomain](https://cloud.tencent.com/document/api/583/111925)](https://cloud.tencent.com/document/api/#/#)
116330
+ * [[GetCustomDomain](https://cloud.tencent.com/document/api/583/111924)](https://cloud.tencent.com/document/api/#/#)
116331
+ * [[ListCustomDomains](https://cloud.tencent.com/document/api/583/111923)](https://cloud.tencent.com/document/api/#/#)
116332
+ * [[UpdateCustomDomain](https://cloud.tencent.com/document/api/583/111922)](https://cloud.tencent.com/document/api/#/#)
116333
+
116334
+ 新增数据结构:
116335
+
116336
+ * [[CertConf](https://cloud.tencent.com/document/api/583/17244#CertConf)](https://cloud.tencent.com/document/api/583/17244#[CertConf](https://cloud.tencent.com/document/api/583/17244#CertConf))
116337
+ * [[DomainInfo](https://cloud.tencent.com/document/api/583/17244#DomainInfo)](https://cloud.tencent.com/document/api/583/17244#[DomainInfo](https://cloud.tencent.com/document/api/583/17244#DomainInfo))
116338
+ * [[EndpointsConf](https://cloud.tencent.com/document/api/583/17244#EndpointsConf)](https://cloud.tencent.com/document/api/583/17244#[EndpointsConf](https://cloud.tencent.com/document/api/583/17244#EndpointsConf))
116339
+ * [[PathRewriteRule](https://cloud.tencent.com/document/api/583/17244#PathRewriteRule)](https://cloud.tencent.com/document/api/583/17244#[PathRewriteRule](https://cloud.tencent.com/document/api/583/17244#PathRewriteRule))
116340
+ * [[WafConf](https://cloud.tencent.com/document/api/583/17244#WafConf)](https://cloud.tencent.com/document/api/583/17244#[WafConf](https://cloud.tencent.com/document/api/583/17244#WafConf))
116341
+
115041
116342
  ### 第 66 次发布
115042
116343
 
115043
116344
  发布时间:2024-08-28 02:17:22
@@ -119684,6 +120985,25 @@
119684
120985
 
119685
120986
  ## SSL 证书(ssl) 版本:2019-12-05
119686
120987
 
120988
+ ### 第 69 次发布
120989
+
120990
+ 发布时间:2024-10-24 01:29:39
120991
+
120992
+ 本次发布包含了以下内容:
120993
+
120994
+ 改善已有的文档。
120995
+
120996
+ 修改接口:
120997
+
120998
+ * [CreateCertificate](https://cloud.tencent.com/document/api/400/49427)
120999
+
121000
+ * 新增入参:AutoVoucher, Tags
121001
+
121002
+ * [CreateCertificateByPackage](https://cloud.tencent.com/document/api/400/93094)
121003
+
121004
+ * 新增入参:PriceKey
121005
+
121006
+
119687
121007
  ### 第 68 次发布
119688
121008
 
119689
121009
  发布时间:2024-10-01 01:24:04
@@ -128146,6 +129466,27 @@
128146
129466
 
128147
129467
  ## 容器安全服务(tcss) 版本:2020-11-01
128148
129468
 
129469
+ ### 第 70 次发布
129470
+
129471
+ 发布时间:2024-10-24 01:31:10
129472
+
129473
+ 本次发布包含了以下内容:
129474
+
129475
+ 改善已有的文档。
129476
+
129477
+ 修改接口:
129478
+
129479
+ * [DescribeAssetImageRegistryRegistryList](https://cloud.tencent.com/document/api/1285/65498)
129480
+
129481
+ * 新增入参:Limit, Offset, Filters, By, Order
129482
+
129483
+ * 新增出参:List, TotalCount
129484
+
129485
+
129486
+ 新增数据结构:
129487
+
129488
+ * [ImageRepoRegistryInfo](https://cloud.tencent.com/document/api/1285/65614#ImageRepoRegistryInfo)
129489
+
128149
129490
  ### 第 69 次发布
128150
129491
 
128151
129492
  发布时间:2024-10-18 01:26:11
@@ -130975,6 +132316,34 @@
130975
132316
 
130976
132317
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
130977
132318
 
132319
+ ### 第 125 次发布
132320
+
132321
+ 发布时间:2024-10-22 16:47:19
132322
+
132323
+ 本次发布包含了以下内容:
132324
+
132325
+ 改善已有的文档。
132326
+
132327
+ 新增接口:
132328
+
132329
+ * [DeleteRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111861)
132330
+ * [DescribeRabbitMQBindings](https://cloud.tencent.com/document/api/1179/111860)
132331
+
132332
+ 新增数据结构:
132333
+
132334
+ * [RabbitMQBindingListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQBindingListInfo)
132335
+
132336
+ 修改数据结构:
132337
+
132338
+ * [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
132339
+
132340
+ * <font color="#dd0000">**修改成员**:</font>Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled, GroupType, RetryMaxTimes
132341
+
132342
+ * [RocketMQMsgLog](https://cloud.tencent.com/document/api/1179/46089#RocketMQMsgLog)
132343
+
132344
+ * <font color="#dd0000">**修改成员**:</font>MsgId, MsgTag, MsgKey, ProducerAddr, ProduceTime, PulsarMsgId, DeadLetterResendTimes, ResendSuccessCount
132345
+
132346
+
130978
132347
  ### 第 124 次发布
130979
132348
 
130980
132349
  发布时间:2024-10-22 01:32:24
@@ -130985,7 +132354,7 @@
130985
132354
 
130986
132355
  新增接口:
130987
132356
 
130988
- * [[CreateRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111850)](https://cloud.tencent.com/document/api/#/#)
132357
+ * [CreateRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111850)
130989
132358
 
130990
132359
  修改数据结构:
130991
132360
 
@@ -133884,6 +135253,21 @@
133884
135253
 
133885
135254
  ## 弹性微服务(tem) 版本:2021-07-01
133886
135255
 
135256
+ ### 第 44 次发布
135257
+
135258
+ 发布时间:2024-10-30 02:08:10
135259
+
135260
+ 本次发布包含了以下内容:
135261
+
135262
+ 改善已有的文档。
135263
+
135264
+ 修改数据结构:
135265
+
135266
+ * [LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)
135267
+
135268
+ * <font color="#dd0000">**修改成员**:</font>Name, InputType, LogsetId, TopicId, LogType, BeginningRegex, LogPath, FilePattern, CreateDate, ModifyDate, ApplicationId, ApplicationName, ExtractRule
135269
+
135270
+
133887
135271
  ### 第 43 次发布
133888
135272
 
133889
135273
  发布时间:2024-07-24 02:14:59
@@ -135948,6 +137332,73 @@
135948
137332
 
135949
137333
  ## 边缘安全加速平台(teo) 版本:2022-09-01
135950
137334
 
137335
+ ### 第 89 次发布
137336
+
137337
+ 发布时间:2024-10-29 02:07:51
137338
+
137339
+ 本次发布包含了以下内容:
137340
+
137341
+ 改善已有的文档。
137342
+
137343
+ 修改接口:
137344
+
137345
+ * [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/80614)
137346
+
137347
+ * 新增入参:JITVideoProcess
137348
+
137349
+
137350
+ 新增数据结构:
137351
+
137352
+ * [[JITVideoProcess](https://cloud.tencent.com/document/api/1552/80721#JITVideoProcess)](https://cloud.tencent.com/document/api/1552/80721#[JITVideoProcess](https://cloud.tencent.com/document/api/1552/80721#JITVideoProcess))
137353
+
137354
+ 修改数据结构:
137355
+
137356
+ * [ZoneSetting](https://cloud.tencent.com/document/api/1552/80721#ZoneSetting)
137357
+
137358
+ * 新增成员:JITVideoProcess
137359
+
137360
+
137361
+ ### 第 88 次发布
137362
+
137363
+ 发布时间:2024-10-28 15:12:04
137364
+
137365
+ 本次发布包含了以下内容:
137366
+
137367
+ 改善已有的文档。
137368
+
137369
+ 新增接口:
137370
+
137371
+ * [[DeleteLoadBalancer](https://cloud.tencent.com/document/api/1552/111973)](https://cloud.tencent.com/document/api/#/#)
137372
+ * [[DescribeLoadBalancerList](https://cloud.tencent.com/document/api/1552/111972)](https://cloud.tencent.com/document/api/#/#)
137373
+ * [[DescribeOriginGroupHealthStatus](https://cloud.tencent.com/document/api/1552/111971)](https://cloud.tencent.com/document/api/#/#)
137374
+
137375
+ 新增数据结构:
137376
+
137377
+ * [[CheckRegionHealthStatus](https://cloud.tencent.com/document/api/1552/80721#CheckRegionHealthStatus)](https://cloud.tencent.com/document/api/1552/80721#[CheckRegionHealthStatus](https://cloud.tencent.com/document/api/1552/80721#CheckRegionHealthStatus))
137378
+ * [[LoadBalancer](https://cloud.tencent.com/document/api/1552/80721#LoadBalancer)](https://cloud.tencent.com/document/api/1552/80721#[LoadBalancer](https://cloud.tencent.com/document/api/1552/80721#LoadBalancer))
137379
+ * [[OriginGroupHealthStatus](https://cloud.tencent.com/document/api/1552/80721#OriginGroupHealthStatus)](https://cloud.tencent.com/document/api/1552/80721#[OriginGroupHealthStatus](https://cloud.tencent.com/document/api/1552/80721#OriginGroupHealthStatus))
137380
+ * [[OriginGroupHealthStatusDetail](https://cloud.tencent.com/document/api/1552/80721#OriginGroupHealthStatusDetail)](https://cloud.tencent.com/document/api/1552/80721#[OriginGroupHealthStatusDetail](https://cloud.tencent.com/document/api/1552/80721#OriginGroupHealthStatusDetail))
137381
+ * [[OriginHealthStatus](https://cloud.tencent.com/document/api/1552/80721#OriginHealthStatus)](https://cloud.tencent.com/document/api/1552/80721#[OriginHealthStatus](https://cloud.tencent.com/document/api/1552/80721#OriginHealthStatus))
137382
+
137383
+ ### 第 87 次发布
137384
+
137385
+ 发布时间:2024-10-28 15:03:09
137386
+
137387
+ 本次发布包含了以下内容:
137388
+
137389
+ 改善已有的文档。
137390
+
137391
+ 新增接口:
137392
+
137393
+ * [[CreateLoadBalancer](https://cloud.tencent.com/document/api/1552/111970)](https://cloud.tencent.com/document/api/#/#)
137394
+ * [[ModifyLoadBalancer](https://cloud.tencent.com/document/api/1552/111969)](https://cloud.tencent.com/document/api/#/#)
137395
+
137396
+ 新增数据结构:
137397
+
137398
+ * [[CustomizedHeader](https://cloud.tencent.com/document/api/1552/80721#CustomizedHeader)](https://cloud.tencent.com/document/api/1552/80721#[CustomizedHeader](https://cloud.tencent.com/document/api/1552/80721#CustomizedHeader))
137399
+ * [[HealthChecker](https://cloud.tencent.com/document/api/1552/80721#HealthChecker)](https://cloud.tencent.com/document/api/1552/80721#[HealthChecker](https://cloud.tencent.com/document/api/1552/80721#HealthChecker))
137400
+ * [[OriginGroupInLoadBalancer](https://cloud.tencent.com/document/api/1552/80721#OriginGroupInLoadBalancer)](https://cloud.tencent.com/document/api/1552/80721#[OriginGroupInLoadBalancer](https://cloud.tencent.com/document/api/1552/80721#OriginGroupInLoadBalancer))
137401
+
135951
137402
  ### 第 86 次发布
135952
137403
 
135953
137404
  发布时间:2024-09-29 11:32:31
@@ -142891,6 +144342,18 @@
142891
144342
 
142892
144343
  ## 容器服务(tke) 版本:2018-05-25
142893
144344
 
144345
+ ### 第 185 次发布
144346
+
144347
+ 发布时间:2024-10-29 02:10:04
144348
+
144349
+ 本次发布包含了以下内容:
144350
+
144351
+ 改善已有的文档。
144352
+
144353
+ 新增接口:
144354
+
144355
+ * [[ModifyClusterImage](https://cloud.tencent.com/document/api/457/111984)](https://cloud.tencent.com/document/api/#/#)
144356
+
142894
144357
  ### 第 184 次发布
142895
144358
 
142896
144359
  发布时间:2024-10-21 01:28:31
@@ -146795,6 +148258,25 @@
146795
148258
 
146796
148259
  ## 文本内容安全(tms) 版本:2020-12-29
146797
148260
 
148261
+ ### 第 12 次发布
148262
+
148263
+ 发布时间:2024-10-30 02:12:39
148264
+
148265
+ 本次发布包含了以下内容:
148266
+
148267
+ 改善已有的文档。
148268
+
148269
+ <font color="#dd0000">**删除接口**:</font>
148270
+
148271
+ * ModerateText
148272
+
148273
+ <font color="#dd0000">**删除数据结构**:</font>
148274
+
148275
+ * LabelGrade
148276
+ * LibCheckResult
148277
+ * ModelResult
148278
+ * ModerationDetail
148279
+
146798
148280
  ### 第 11 次发布
146799
148281
 
146800
148282
  发布时间:2024-08-27 10:28:06
@@ -146829,7 +148311,7 @@
146829
148311
 
146830
148312
  新增接口:
146831
148313
 
146832
- * [ModerateText](https://cloud.tencent.com/document/api/1124/102791)
148314
+ * [ModerateText](https://cloud.tencent.com/document/api/#/#)
146833
148315
 
146834
148316
  新增数据结构:
146835
148317
 
@@ -147205,6 +148687,21 @@
147205
148687
 
147206
148688
  ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
147207
148689
 
148690
+ ### 第 24 次发布
148691
+
148692
+ 发布时间:2024-10-22 12:32:33
148693
+
148694
+ 本次发布包含了以下内容:
148695
+
148696
+ 改善已有的文档。
148697
+
148698
+ 修改接口:
148699
+
148700
+ * [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)
148701
+
148702
+ * 新增入参:AclEnabled, ExtraTopicNum
148703
+
148704
+
147208
148705
  ### 第 23 次发布
147209
148706
 
147210
148707
  发布时间:2024-10-22 01:34:38
@@ -148684,6 +150181,32 @@
148684
150181
 
148685
150182
  ## 实时音视频(trtc) 版本:2019-07-22
148686
150183
 
150184
+ ### 第 92 次发布
150185
+
150186
+ 发布时间:2024-10-28 02:18:14
150187
+
150188
+ 本次发布包含了以下内容:
150189
+
150190
+ 改善已有的文档。
150191
+
150192
+ 修改接口:
150193
+
150194
+ * [StartPublishCdnStream](https://cloud.tencent.com/document/api/647/81479)
150195
+
150196
+ * 新增入参:RecordParams
150197
+
150198
+ * [StopPublishCdnStream](https://cloud.tencent.com/document/api/647/81478)
150199
+
150200
+ * 新增入参:RecordKey
150201
+
150202
+
150203
+ 新增数据结构:
150204
+
150205
+ * [[McuCloudVod](https://cloud.tencent.com/document/api/647/44055#McuCloudVod)](https://cloud.tencent.com/document/api/647/44055#[McuCloudVod](https://cloud.tencent.com/document/api/647/44055#McuCloudVod))
150206
+ * [[McuRecordParams](https://cloud.tencent.com/document/api/647/44055#McuRecordParams)](https://cloud.tencent.com/document/api/647/44055#[McuRecordParams](https://cloud.tencent.com/document/api/647/44055#McuRecordParams))
150207
+ * [[McuStorageParams](https://cloud.tencent.com/document/api/647/44055#McuStorageParams)](https://cloud.tencent.com/document/api/647/44055#[McuStorageParams](https://cloud.tencent.com/document/api/647/44055#McuStorageParams))
150208
+ * [[McuTencentVod](https://cloud.tencent.com/document/api/647/44055#McuTencentVod)](https://cloud.tencent.com/document/api/647/44055#[McuTencentVod](https://cloud.tencent.com/document/api/647/44055#McuTencentVod))
150209
+
148687
150210
  ### 第 91 次发布
148688
150211
 
148689
150212
  发布时间:2024-10-14 01:34:15
@@ -154797,6 +156320,36 @@
154797
156320
 
154798
156321
  ## 腾讯同传系统(tsi) 版本:2021-03-25
154799
156322
 
156323
+ ### 第 2 次发布
156324
+
156325
+ 发布时间:2024-10-23 01:36:51
156326
+
156327
+ 本次发布包含了以下内容:
156328
+
156329
+ 改善已有的文档。
156330
+
156331
+ 修改接口:
156332
+
156333
+ * [TongChuanRecognize](https://cloud.tencent.com/document/api/1399/107635)
156334
+
156335
+ * 新增入参:TTS
156336
+
156337
+ * [TongChuanSync](https://cloud.tencent.com/document/api/1399/107634)
156338
+
156339
+ * 新增入参:TTS
156340
+
156341
+
156342
+ 新增数据结构:
156343
+
156344
+ * [TTS](https://cloud.tencent.com/document/api/1399/107637#TTS)
156345
+
156346
+ 修改数据结构:
156347
+
156348
+ * [DisplayInfo](https://cloud.tencent.com/document/api/1399/107637#DisplayInfo)
156349
+
156350
+ * 新增成员:Audio
156351
+
156352
+
154800
156353
  ### 第 1 次发布
154801
156354
 
154802
156355
  发布时间:2024-06-24 10:37:18
@@ -155943,6 +157496,65 @@
155943
157496
 
155944
157497
  ## 云点播(vod) 版本:2018-07-17
155945
157498
 
157499
+ ### 第 188 次发布
157500
+
157501
+ 发布时间:2024-10-23 01:37:04
157502
+
157503
+ 本次发布包含了以下内容:
157504
+
157505
+ 改善已有的文档。
157506
+
157507
+ 修改接口:
157508
+
157509
+ * [CreateAIRecognitionTemplate](https://cloud.tencent.com/document/api/266/34791)
157510
+
157511
+ * 新增入参:AsrTranslateConfigure
157512
+
157513
+ * [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/266/34787)
157514
+
157515
+ * 新增入参:Type
157516
+
157517
+ * [ModifyAIRecognitionTemplate](https://cloud.tencent.com/document/api/266/34785)
157518
+
157519
+ * 新增入参:AsrTranslateConfigure
157520
+
157521
+
157522
+ 新增数据结构:
157523
+
157524
+ * [AiRecognitionTaskAsrTranslateResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResult)
157525
+ * [AiRecognitionTaskAsrTranslateResultInput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResultInput)
157526
+ * [AiRecognitionTaskAsrTranslateResultOutput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResultOutput)
157527
+ * [AiRecognitionTaskAsrTranslateSegmentItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateSegmentItem)
157528
+ * [AsrTranslateConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrTranslateConfigureInfo)
157529
+ * [AsrTranslateConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrTranslateConfigureInfoForUpdate)
157530
+
157531
+ 修改数据结构:
157532
+
157533
+ * [AIRecognitionTemplateItem](https://cloud.tencent.com/document/api/266/31773#AIRecognitionTemplateItem)
157534
+
157535
+ * 新增成员:Type, AsrTranslateConfigure
157536
+
157537
+ * [AiRecognitionResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionResult)
157538
+
157539
+ * 新增成员:AsrTranslateTask
157540
+
157541
+ * [AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem)
157542
+
157543
+ * 新增成员:Id, Name, Language
157544
+
157545
+ * [AsrFullTextConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfo)
157546
+
157547
+ * 新增成员:SubtitleName
157548
+
157549
+ * [AsrFullTextConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfoForUpdate)
157550
+
157551
+ * 新增成员:SubtitleName
157552
+
157553
+ * [MediaSubtitleItem](https://cloud.tencent.com/document/api/266/31773#MediaSubtitleItem)
157554
+
157555
+ * 新增成员:Source
157556
+
157557
+
155946
157558
  ### 第 187 次发布
155947
157559
 
155948
157560
  发布时间:2024-09-20 13:15:33
@@ -161028,6 +162640,70 @@
161028
162640
 
161029
162641
  ## 私有网络(vpc) 版本:2017-03-12
161030
162642
 
162643
+ ### 第 217 次发布
162644
+
162645
+ 发布时间:2024-10-30 02:19:09
162646
+
162647
+ 本次发布包含了以下内容:
162648
+
162649
+ 改善已有的文档。
162650
+
162651
+ 修改接口:
162652
+
162653
+ * [DeleteDirectConnectGatewayCcnRoutes](https://cloud.tencent.com/document/api/215/19190)
162654
+
162655
+ * 新增入参:AddressType
162656
+
162657
+ * [DescribeDirectConnectGatewayCcnRoutes](https://cloud.tencent.com/document/api/215/19189)
162658
+
162659
+ * 新增入参:AddressType
162660
+
162661
+ * [ReplaceDirectConnectGatewayCcnRoutes](https://cloud.tencent.com/document/api/215/19188)
162662
+
162663
+ * 新增入参:AddressType
162664
+
162665
+
162666
+ 修改数据结构:
162667
+
162668
+ * [DirectConnectGatewayCcnRoute](https://cloud.tencent.com/document/api/215/15824#DirectConnectGatewayCcnRoute)
162669
+
162670
+ * <font color="#dd0000">**修改成员**:</font>RouteId, DestinationCidrBlock, ASPath, Description, UpdateTime
162671
+
162672
+
162673
+ ### 第 216 次发布
162674
+
162675
+ 发布时间:2024-10-29 02:18:19
162676
+
162677
+ 本次发布包含了以下内容:
162678
+
162679
+ 改善已有的文档。
162680
+
162681
+ 新增接口:
162682
+
162683
+ * [[ModifyAddressesRenewFlag](https://cloud.tencent.com/document/api/215/111985)](https://cloud.tencent.com/document/api/#/#)
162684
+
162685
+ 修改数据结构:
162686
+
162687
+ * [NatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#NatGatewayDestinationIpPortTranslationNatRule)
162688
+
162689
+ * <font color="#dd0000">**修改成员**:</font>IpProtocol, Description
162690
+
162691
+
162692
+ ### 第 215 次发布
162693
+
162694
+ 发布时间:2024-10-24 01:36:57
162695
+
162696
+ 本次发布包含了以下内容:
162697
+
162698
+ 改善已有的文档。
162699
+
162700
+ 修改接口:
162701
+
162702
+ * [ModifyNetworkInterfaceQos](https://cloud.tencent.com/document/api/215/55136)
162703
+
162704
+ * <font color="#dd0000">**修改入参**:</font>QosLevel
162705
+
162706
+
161031
162707
  ### 第 214 次发布
161032
162708
 
161033
162709
  发布时间:2024-10-22 01:37:03
@@ -166066,6 +167742,18 @@
166066
167742
 
166067
167743
  ## Web 应用防火墙(waf) 版本:2018-01-25
166068
167744
 
167745
+ ### 第 98 次发布
167746
+
167747
+ 发布时间:2024-10-25 02:31:29
167748
+
167749
+ 本次发布包含了以下内容:
167750
+
167751
+ 改善已有的文档。
167752
+
167753
+ 新增接口:
167754
+
167755
+ * [[ModifyUserSignatureRuleV2](https://cloud.tencent.com/document/api/627/111901)](https://cloud.tencent.com/document/api/#/#)
167756
+
166069
167757
  ### 第 97 次发布
166070
167758
 
166071
167759
  发布时间:2024-10-22 01:38:00
@@ -166076,11 +167764,11 @@
166076
167764
 
166077
167765
  新增接口:
166078
167766
 
166079
- * [[DescribeProtectionModes](https://cloud.tencent.com/document/api/627/111851)](https://cloud.tencent.com/document/api/#/#)
167767
+ * [DescribeProtectionModes](https://cloud.tencent.com/document/api/627/111851)
166080
167768
 
166081
167769
  新增数据结构:
166082
167770
 
166083
- * [[TigaMainClassMode](https://cloud.tencent.com/document/api/627/53609#TigaMainClassMode)](https://cloud.tencent.com/document/api/627/53609#[TigaMainClassMode](https://cloud.tencent.com/document/api/627/53609#TigaMainClassMode))
167771
+ * [TigaMainClassMode](https://cloud.tencent.com/document/api/627/53609#TigaMainClassMode)
166084
167772
 
166085
167773
  ### 第 96 次发布
166086
167774
 
@@ -168688,6 +170376,28 @@
168688
170376
 
168689
170377
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
168690
170378
 
170379
+ ### 第 109 次发布
170380
+
170381
+ 发布时间:2024-10-30 02:23:17
170382
+
170383
+ 本次发布包含了以下内容:
170384
+
170385
+ 改善已有的文档。
170386
+
170387
+ 新增接口:
170388
+
170389
+ * [[DescribeDataServicePublishedApiDetail](https://cloud.tencent.com/document/api/1267/112055)](https://cloud.tencent.com/document/api/#/#)
170390
+ * [[DescribeDataServicePublishedApiList](https://cloud.tencent.com/document/api/1267/112054)](https://cloud.tencent.com/document/api/#/#)
170391
+
170392
+ 新增数据结构:
170393
+
170394
+ * [[DataServicePublishedApiListFilter](https://cloud.tencent.com/document/api/1267/76336#DataServicePublishedApiListFilter)](https://cloud.tencent.com/document/api/1267/76336#[DataServicePublishedApiListFilter](https://cloud.tencent.com/document/api/1267/76336#DataServicePublishedApiListFilter))
170395
+ * [[DataServiceRequestListOrder](https://cloud.tencent.com/document/api/1267/76336#DataServiceRequestListOrder)](https://cloud.tencent.com/document/api/1267/76336#[DataServiceRequestListOrder](https://cloud.tencent.com/document/api/1267/76336#DataServiceRequestListOrder))
170396
+ * [[DataServiceRequestParam](https://cloud.tencent.com/document/api/1267/76336#DataServiceRequestParam)](https://cloud.tencent.com/document/api/1267/76336#[DataServiceRequestParam](https://cloud.tencent.com/document/api/1267/76336#DataServiceRequestParam))
170397
+ * [[DataServiceResponseParam](https://cloud.tencent.com/document/api/1267/76336#DataServiceResponseParam)](https://cloud.tencent.com/document/api/1267/76336#[DataServiceResponseParam](https://cloud.tencent.com/document/api/1267/76336#DataServiceResponseParam))
170398
+ * [[DescribeDataServicePublishedApiDetailResp](https://cloud.tencent.com/document/api/1267/76336#DescribeDataServicePublishedApiDetailResp)](https://cloud.tencent.com/document/api/1267/76336#[DescribeDataServicePublishedApiDetailResp](https://cloud.tencent.com/document/api/1267/76336#DescribeDataServicePublishedApiDetailResp))
170399
+ * [[DescribeDataServicePublishedApiListResp](https://cloud.tencent.com/document/api/1267/76336#DescribeDataServicePublishedApiListResp)](https://cloud.tencent.com/document/api/1267/76336#[DescribeDataServicePublishedApiListResp](https://cloud.tencent.com/document/api/1267/76336#DescribeDataServicePublishedApiListResp))
170400
+
168691
170401
  ### 第 108 次发布
168692
170402
 
168693
170403
  发布时间:2024-10-22 01:38:35
@@ -168698,14 +170408,14 @@
168698
170408
 
168699
170409
  新增接口:
168700
170410
 
168701
- * [[DescribeProjectUsers](https://cloud.tencent.com/document/api/1267/111852)](https://cloud.tencent.com/document/api/#/#)
170411
+ * [DescribeProjectUsers](https://cloud.tencent.com/document/api/1267/111852)
168702
170412
 
168703
170413
  新增数据结构:
168704
170414
 
168705
- * [[ProjectUserRole](https://cloud.tencent.com/document/api/1267/76336#ProjectUserRole)](https://cloud.tencent.com/document/api/1267/76336#[ProjectUserRole](https://cloud.tencent.com/document/api/1267/76336#ProjectUserRole))
168706
- * [[ProjectUsersPage](https://cloud.tencent.com/document/api/1267/76336#ProjectUsersPage)](https://cloud.tencent.com/document/api/1267/76336#[ProjectUsersPage](https://cloud.tencent.com/document/api/1267/76336#ProjectUsersPage))
168707
- * [[RolePrivilege](https://cloud.tencent.com/document/api/1267/76336#RolePrivilege)](https://cloud.tencent.com/document/api/1267/76336#[RolePrivilege](https://cloud.tencent.com/document/api/1267/76336#RolePrivilege))
168708
- * [[SystemRole](https://cloud.tencent.com/document/api/1267/76336#SystemRole)](https://cloud.tencent.com/document/api/1267/76336#[SystemRole](https://cloud.tencent.com/document/api/1267/76336#SystemRole))
170415
+ * [ProjectUserRole](https://cloud.tencent.com/document/api/1267/76336#ProjectUserRole)
170416
+ * [ProjectUsersPage](https://cloud.tencent.com/document/api/1267/76336#ProjectUsersPage)
170417
+ * [RolePrivilege](https://cloud.tencent.com/document/api/1267/76336#RolePrivilege)
170418
+ * [SystemRole](https://cloud.tencent.com/document/api/1267/76336#SystemRole)
168709
170419
 
168710
170420
  ### 第 107 次发布
168711
170421