tencentcloud-sdk-nodejs 4.0.962 → 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 (202) hide show
  1. package/CHANGELOG.md +1033 -0
  2. package/SERVICE_CHANGELOG.md +2001 -422
  3. package/package.json +1 -1
  4. package/products.md +51 -52
  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/ccc/v20200210/ccc_client.ts +14 -1
  14. package/src/services/ccc/v20200210/ccc_models.ts +100 -18
  15. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  16. package/src/services/cdb/v20170320/cdb_models.ts +9 -1
  17. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  18. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +13 -2
  19. package/src/services/cfs/v20190719/cfs_models.ts +3 -3
  20. package/src/services/cfw/v20190904/cfw_client.ts +16 -20
  21. package/src/services/cfw/v20190904/cfw_models.ts +36 -13
  22. package/src/services/ciam/v20220331/ciam_models.ts +80 -75
  23. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  24. package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +23 -25
  25. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +162 -141
  26. package/src/services/cls/v20201016/cls_client.ts +16 -6
  27. package/src/services/cls/v20201016/cls_models.ts +265 -114
  28. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  29. package/src/services/cvm/v20170312/cvm_models.ts +26 -0
  30. package/src/services/cwp/v20180228/cwp_client.ts +2 -3
  31. package/src/services/cwp/v20180228/cwp_models.ts +251 -220
  32. package/src/services/cynosdb/v20190107/cynosdb_client.ts +22 -21
  33. package/src/services/cynosdb/v20190107/cynosdb_models.ts +26 -0
  34. package/src/services/dasb/v20191018/dasb_models.ts +37 -0
  35. package/src/services/dlc/v20210125/dlc_models.ts +5 -0
  36. package/src/services/domain/v20180808/domain_models.ts +1 -1
  37. package/src/services/eb/v20210416/eb_models.ts +12 -12
  38. package/src/services/emr/v20190103/emr_models.ts +4 -0
  39. package/src/services/es/v20180416/es_client.ts +118 -68
  40. package/src/services/es/v20180416/es_models.ts +371 -101
  41. package/src/services/ess/v20201111/ess_client.ts +82 -39
  42. package/src/services/ess/v20201111/ess_models.ts +171 -70
  43. package/src/services/essbasic/v20210526/essbasic_client.ts +68 -9
  44. package/src/services/essbasic/v20210526/essbasic_models.ts +211 -69
  45. package/src/services/gaap/v20180529/gaap_models.ts +38 -17
  46. package/src/services/index.ts +0 -1
  47. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +20 -0
  48. package/src/services/iss/v20230517/iss_models.ts +9 -0
  49. package/src/services/live/v20180801/live_client.ts +1 -0
  50. package/src/services/live/v20180801/live_models.ts +15 -0
  51. package/src/services/mongodb/v20190725/mongodb_models.ts +3 -7
  52. package/src/services/mqtt/v20240516/mqtt_models.ts +2 -2
  53. package/src/services/ocr/v20181119/ocr_models.ts +2 -11
  54. package/src/services/organization/v20210331/organization_client.ts +96 -23
  55. package/src/services/organization/v20210331/organization_models.ts +334 -108
  56. package/src/services/partners/v20180321/partners_client.ts +18 -6
  57. package/src/services/partners/v20180321/partners_models.ts +25 -0
  58. package/src/services/region/v20220627/region_models.ts +0 -1
  59. package/src/services/scf/v20180416/scf_client.ts +73 -8
  60. package/src/services/scf/v20180416/scf_models.ts +311 -26
  61. package/src/services/ssl/v20191205/ssl_models.ts +17 -5
  62. package/src/services/tat/v20201028/tat_models.ts +4 -9
  63. package/src/services/tcss/v20201101/tcss_client.ts +2 -1
  64. package/src/services/tcss/v20201101/tcss_models.ts +108 -1
  65. package/src/services/tdmq/v20200217/tdmq_models.ts +11 -11
  66. package/src/services/tem/v20210701/tem_models.ts +39 -35
  67. package/src/services/teo/v20220901/teo_client.ts +77 -8
  68. package/src/services/teo/v20220901/teo_models.ts +610 -147
  69. package/src/services/tke/v20180525/tke_client.ts +12 -0
  70. package/src/services/tke/v20180525/tke_models.ts +24 -0
  71. package/src/services/tms/v20201229/tms_client.ts +2 -18
  72. package/src/services/tms/v20201229/tms_models.ts +50 -235
  73. package/src/services/trtc/v20190722/trtc_client.ts +5 -1
  74. package/src/services/trtc/v20190722/trtc_models.ts +129 -10
  75. package/src/services/vpc/v20170312/vpc_client.ts +13 -1
  76. package/src/services/vpc/v20170312/vpc_models.ts +60 -25
  77. package/src/services/waf/v20180125/waf_client.ts +12 -0
  78. package/src/services/waf/v20180125/waf_models.ts +32 -0
  79. package/src/services/wedata/v20210820/wedata_client.ts +37 -7
  80. package/src/services/wedata/v20210820/wedata_models.ts +455 -118
  81. package/tencentcloud/common/sdk_version.d.ts +1 -1
  82. package/tencentcloud/common/sdk_version.js +1 -1
  83. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +10 -0
  84. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -2
  85. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +20 -4
  86. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +5 -1
  87. package/tencentcloud/services/billing/v20180709/billing_client.js +6 -0
  88. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +178 -23
  89. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +110 -8
  90. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  91. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  92. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +97 -18
  93. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  94. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  95. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
  96. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  97. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +13 -2
  98. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +3 -3
  99. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +6 -10
  100. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -10
  101. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +36 -13
  102. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +80 -75
  103. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  104. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +7 -11
  105. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +9 -13
  106. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +156 -137
  107. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +9 -2
  108. package/tencentcloud/services/cls/v20201016/cls_client.js +8 -1
  109. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +262 -114
  110. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +25 -0
  111. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +0 -1
  112. package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -1
  113. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +251 -220
  114. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +21 -21
  115. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +21 -21
  116. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +25 -0
  117. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +37 -0
  118. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
  119. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
  120. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +12 -12
  121. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  122. package/tencentcloud/services/es/v20180416/es_client.d.ts +41 -25
  123. package/tencentcloud/services/es/v20180416/es_client.js +58 -34
  124. package/tencentcloud/services/es/v20180416/es_models.d.ts +361 -101
  125. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +57 -23
  126. package/tencentcloud/services/ess/v20201111/ess_client.js +62 -26
  127. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +168 -70
  128. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +51 -9
  129. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +54 -8
  130. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +206 -69
  131. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +38 -17
  132. package/tencentcloud/services/index.d.ts +0 -1
  133. package/tencentcloud/services/index.js +0 -2
  134. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +20 -0
  135. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +9 -0
  136. package/tencentcloud/services/live/v20180801/live_models.d.ts +14 -0
  137. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -7
  138. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +2 -2
  139. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -11
  140. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +31 -7
  141. package/tencentcloud/services/organization/v20210331/organization_client.js +45 -9
  142. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +320 -107
  143. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +7 -3
  144. package/tencentcloud/services/partners/v20180321/partners_client.js +9 -3
  145. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +23 -0
  146. package/tencentcloud/services/region/v20220627/region_models.d.ts +0 -1
  147. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +23 -3
  148. package/tencentcloud/services/scf/v20180416/scf_client.js +33 -3
  149. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +296 -26
  150. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +17 -5
  151. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +4 -9
  152. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
  153. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +107 -1
  154. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +11 -11
  155. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +39 -35
  156. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +21 -1
  157. package/tencentcloud/services/teo/v20220901/teo_client.js +30 -0
  158. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +601 -157
  159. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
  160. package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
  161. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +22 -0
  162. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +1 -5
  163. package/tencentcloud/services/tms/v20201229/tms_client.js +0 -6
  164. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +49 -228
  165. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +125 -10
  166. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  167. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  168. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +58 -25
  169. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  170. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  171. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +30 -0
  172. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +9 -1
  173. package/tencentcloud/services/wedata/v20210820/wedata_client.js +12 -0
  174. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +445 -118
  175. package/test/billing.v20180709.test.js +10 -0
  176. package/test/ccc.v20200210.test.js +10 -0
  177. package/test/cloudaudit.v20190319.test.js +12 -12
  178. package/test/es.v20180416.test.js +64 -24
  179. package/test/ess.v20201111.test.js +24 -14
  180. package/test/essbasic.v20210526.test.js +20 -0
  181. package/test/organization.v20210331.test.js +72 -12
  182. package/test/partners.v20180321.test.js +12 -2
  183. package/test/scf.v20180416.test.js +52 -2
  184. package/test/teo.v20220901.test.js +50 -0
  185. package/test/tke.v20180525.test.js +10 -0
  186. package/test/tms.v20201229.test.js +0 -10
  187. package/test/vpc.v20170312.test.js +10 -0
  188. package/test/waf.v20180125.test.js +10 -0
  189. package/test/wedata.v20210820.test.js +20 -0
  190. package/src/services/cr/index.ts +0 -5
  191. package/src/services/cr/v20180321/cr_client.ts +0 -385
  192. package/src/services/cr/v20180321/cr_models.ts +0 -1663
  193. package/src/services/cr/v20180321/index.ts +0 -6
  194. package/tencentcloud/services/cr/index.d.ts +0 -6
  195. package/tencentcloud/services/cr/index.js +0 -7
  196. package/tencentcloud/services/cr/v20180321/cr_client.d.ts +0 -123
  197. package/tencentcloud/services/cr/v20180321/cr_client.js +0 -203
  198. package/tencentcloud/services/cr/v20180321/cr_models.d.ts +0 -1577
  199. package/tencentcloud/services/cr/v20180321/cr_models.js +0 -18
  200. package/tencentcloud/services/cr/v20180321/index.d.ts +0 -6
  201. package/tencentcloud/services/cr/v20180321/index.js +0 -9
  202. package/test/cr.v20180321.test.js +0 -301
@@ -1,10 +1,256 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
+ ## 应用性能监控(apm) 版本:2021-06-22
4
+
5
+ ### 第 26 次发布
6
+
7
+ 发布时间:2024-10-25 01:09:11
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
16
+
17
+ * 新增成员:Free, DefaultTSF
18
+
19
+
20
+
21
+
22
+ ## 商业智能分析 BI(bi) 版本:2022-01-05
23
+
24
+ ### 第 16 次发布
25
+
26
+ 发布时间:2024-10-30 01:05:53
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
35
+
36
+ * 新增入参:Intention
37
+
38
+
39
+ ### 第 15 次发布
40
+
41
+ 发布时间:2024-10-25 01:10:42
42
+
43
+ 本次发布包含了以下内容:
44
+
45
+ 改善已有的文档。
46
+
47
+ 修改接口:
48
+
49
+ * [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
50
+
51
+ * 新增入参:Intention
52
+
53
+
54
+ 修改数据结构:
55
+
56
+ * [EmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#EmbedTokenInfo)
57
+
58
+ * 新增成员:Intention
59
+
60
+
61
+
62
+
63
+ ## 费用中心(billing) 版本:2018-07-09
64
+
65
+ ### 第 62 次发布
66
+
67
+ 发布时间:2024-10-30 01:06:10
68
+
69
+ 本次发布包含了以下内容:
70
+
71
+ 改善已有的文档。
72
+
73
+ 新增接口:
74
+
75
+ * [DescribeBillAdjustInfo](https://cloud.tencent.com/document/api/555/112039)
76
+
77
+ 修改接口:
78
+
79
+ * [DescribeAllocationBillConditions](https://cloud.tencent.com/document/api/555/104185)
80
+
81
+ * 新增出参:TagKey
82
+
83
+
84
+ 新增数据结构:
85
+
86
+ * [AdjustInfoDetail](https://cloud.tencent.com/document/api/555/19183#AdjustInfoDetail)
87
+
88
+ 修改数据结构:
89
+
90
+ * [AllocationDetail](https://cloud.tencent.com/document/api/555/19183#AllocationDetail)
91
+
92
+ * 新增成员:DiscountObject, DiscountType, DiscountContent, SPDeduction, SPDeductionRate, BillMonth
93
+
94
+ * [AllocationSummaryByItem](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByItem)
95
+
96
+ * 新增成员:SPDeduction, SPDeductionRate, AssociatedOrder, DiscountObject, DiscountType, DiscountContent, BillMonth
97
+
98
+ * [AllocationSummaryByResource](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByResource)
99
+
100
+ * 新增成员:SPDeduction, BillMonth
101
+
102
+
103
+
104
+
105
+ ## 软件成分分析(bsca) 版本:2021-08-11
106
+
107
+ ### 第 7 次发布
108
+
109
+ 发布时间:2024-10-29 21:02:24
110
+
111
+ 本次发布包含了以下内容:
112
+
113
+ 改善已有的文档。
114
+
115
+ 修改接口:
116
+
117
+ * [DescribeKBComponentVersionList](https://cloud.tencent.com/document/api/1483/100319)
118
+
119
+ * 新增入参:PageNumber, PageSize, Order, OrderBy, Filter
120
+
121
+ * [DescribeKBComponentVulnerability](https://cloud.tencent.com/document/api/1483/72072)
122
+
123
+ * 新增出参:PURL, RecommendedVersion
124
+
125
+
126
+ 新增数据结构:
127
+
128
+ * [ComponentTagFilter](https://cloud.tencent.com/document/api/1483/72074#ComponentTagFilter)
129
+ * [ComponentVersionInfo](https://cloud.tencent.com/document/api/1483/72074#ComponentVersionInfo)
130
+
131
+ 修改数据结构:
132
+
133
+ * [Component](https://cloud.tencent.com/document/api/1483/72074#Component)
134
+
135
+ * 新增成员:VersionInfo, LastUpdateTime, TagList
136
+
137
+ * [ComponentVersion](https://cloud.tencent.com/document/api/1483/72074#ComponentVersion)
138
+
139
+ * 新增成员:VersionInfo
140
+
141
+ * [VulnerabilityDetail](https://cloud.tencent.com/document/api/1483/72074#VulnerabilityDetail)
142
+
143
+ * 新增成员:UpdateTime
144
+
145
+ * [VulnerabilitySummary](https://cloud.tencent.com/document/api/1483/72074#VulnerabilitySummary)
146
+
147
+ * 新增成员:Architecture, ArchitectureList, PatchUrlList
148
+
149
+
150
+
151
+
152
+ ## 云联络中心(ccc) 版本:2020-02-10
153
+
154
+ ### 第 79 次发布
155
+
156
+ 发布时间:2024-10-28 01:14:26
157
+
158
+ 本次发布包含了以下内容:
159
+
160
+ 改善已有的文档。
161
+
162
+ 新增接口:
163
+
164
+ * [DescribeTelRecordAsr](https://cloud.tencent.com/document/api/679/111941)
165
+
166
+ 新增数据结构:
167
+
168
+ * [AsrData](https://cloud.tencent.com/document/api/679/47715#AsrData)
169
+
170
+ 修改数据结构:
171
+
172
+ * [IVRKeyPressedElement](https://cloud.tencent.com/document/api/679/47715#IVRKeyPressedElement)
173
+
174
+ * 新增成员:Timestamp, NodeLabel, OriginalContent, TTSPrompt
175
+
176
+
177
+
178
+
179
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
180
+
181
+ ### 第 171 次发布
182
+
183
+ 发布时间:2024-10-28 01:14:59
184
+
185
+ 本次发布包含了以下内容:
186
+
187
+ 改善已有的文档。
188
+
189
+ 修改接口:
190
+
191
+ * [DeleteRotationPassword](https://cloud.tencent.com/document/api/236/108309)
192
+
193
+ * 新增入参:EncryptMethod
194
+
195
+
196
+
197
+
198
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
199
+
200
+ ### 第 29 次发布
201
+
202
+ 发布时间:2024-10-30 01:13:02
203
+
204
+ 本次发布包含了以下内容:
205
+
206
+ 改善已有的文档。
207
+
208
+ 修改数据结构:
209
+
210
+ * [InstanceNode](https://cloud.tencent.com/document/api/1387/102385#InstanceNode)
211
+
212
+ * 新增成员:Zone
213
+
214
+
215
+
216
+
3
217
  ## 云防火墙(cfw) 版本:2019-09-04
4
218
 
5
- ### 第 67 次发布
219
+ ### 第 69 次发布
6
220
 
7
- 发布时间:2024-10-23 01:11:48
221
+ 发布时间:2024-10-30 01:14:07
222
+
223
+ 本次发布包含了以下内容:
224
+
225
+ 改善已有的文档。
226
+
227
+ 修改接口:
228
+
229
+ * [CreateAddressTemplate](https://cloud.tencent.com/document/api/1132/95034)
230
+
231
+ * 新增入参:IpVersion
232
+
233
+ * [DescribeBlockStaticList](https://cloud.tencent.com/document/api/1132/58281)
234
+
235
+ * 新增出参:Status
236
+
237
+
238
+ 修改数据结构:
239
+
240
+ * [RuleChangeItem](https://cloud.tencent.com/document/api/1132/49071#RuleChangeItem)
241
+
242
+ * 新增成员:IpVersion
243
+
244
+ * [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
245
+
246
+ * 新增成员:IpVersion
247
+
248
+ * <font color="#dd0000">**修改成员**:</font>Uuid
249
+
250
+
251
+ ### 第 68 次发布
252
+
253
+ 发布时间:2024-10-25 01:19:23
8
254
 
9
255
  本次发布包含了以下内容:
10
256
 
@@ -12,15 +258,86 @@
12
258
 
13
259
  <font color="#dd0000">**预下线接口**:</font>
14
260
 
15
- * DescribeNatSwitchList
261
+ * ModifyAllVPCSwitchStatus
16
262
 
263
+ 修改数据结构:
17
264
 
265
+ * [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
18
266
 
19
- ## 负载均衡(clb) 版本:2018-03-17
267
+ * <font color="#dd0000">**修改成员**:</font>Enable
268
+
269
+
270
+
271
+
272
+ ## 账号风控平台(ciam) 版本:2022-03-31
273
+
274
+ ### 第 12 次发布
275
+
276
+ 发布时间:2024-10-25 01:20:30
277
+
278
+ 本次发布包含了以下内容:
279
+
280
+ 改善已有的文档。
281
+
282
+ 修改数据结构:
283
+
284
+ * [LogMessage](https://cloud.tencent.com/document/api/1441/75643#LogMessage)
285
+
286
+ * 新增成员:ActionResult
287
+
288
+
289
+
290
+
291
+ ## 操作审计(cloudaudit) 版本:2019-03-19
292
+
293
+ ### 第 15 次发布
294
+
295
+ 发布时间:2024-10-24 16:22:27
296
+
297
+ 本次发布包含了以下内容:
298
+
299
+ 改善已有的文档。
300
+
301
+ 新增接口:
302
+
303
+ * [ModifyEventsAuditTrack](https://cloud.tencent.com/document/api/629/111900)
304
+
305
+ ### 第 14 次发布
306
+
307
+ 发布时间:2024-10-24 15:52:03
308
+
309
+ 本次发布包含了以下内容:
310
+
311
+ 改善已有的文档。
312
+
313
+ 新增接口:
314
+
315
+ * [CreateEventsAuditTrack](https://cloud.tencent.com/document/api/629/111894)
316
+
317
+ <font color="#dd0000">**删除接口**:</font>
318
+
319
+ * CreateAudit
320
+ * DeleteAudit
321
+
322
+ 修改接口:
323
+
324
+ * [DescribeAuditTrack](https://cloud.tencent.com/document/api/629/83247)
325
+
326
+ * 新增出参:Filters
327
+
328
+
329
+ 新增数据结构:
330
+
331
+ * [Filter](https://cloud.tencent.com/document/api/629/35353#Filter)
332
+ * [ResourceField](https://cloud.tencent.com/document/api/629/35353#ResourceField)
333
+
334
+
335
+
336
+ ## 日志服务(cls) 版本:2020-10-16
20
337
 
21
338
  ### 第 112 次发布
22
339
 
23
- 发布时间:2024-10-23 01:12:48
340
+ 发布时间:2024-10-30 01:17:18
24
341
 
25
342
  本次发布包含了以下内容:
26
343
 
@@ -28,58 +345,171 @@
28
345
 
29
346
  修改接口:
30
347
 
31
- * [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
348
+ * [CreateAlarmNotice](https://cloud.tencent.com/document/api/614/56465)
32
349
 
33
- * 新增入参:LBChargeType, AccessLogTopicId
350
+ * 新增入参:Tags, JumpDomain, DeliverStatus, DeliverConfig, AlarmShieldStatus
351
+
352
+
353
+ 新增数据结构:
354
+
355
+ * [AlarmNoticeDeliverConfig](https://cloud.tencent.com/document/api/614/56471#AlarmNoticeDeliverConfig)
356
+ * [DeliverConfig](https://cloud.tencent.com/document/api/614/56471#DeliverConfig)
357
+
358
+ 修改数据结构:
359
+
360
+ * [AlarmNotice](https://cloud.tencent.com/document/api/614/56471#AlarmNotice)
34
361
 
362
+ * 新增成员:Tags, AlarmShieldStatus, JumpDomain, AlarmNoticeDeliverConfig
363
+
364
+ * [WebCallback](https://cloud.tencent.com/document/api/614/56471#WebCallback)
365
+
366
+ * 新增成员:RemindType, Mobiles, UserIds
367
+
368
+
369
+ ### 第 111 次发布
370
+
371
+ 发布时间:2024-10-29 01:17:00
372
+
373
+ 本次发布包含了以下内容:
374
+
375
+ 改善已有的文档。
376
+
377
+ 新增数据结构:
378
+
379
+ * [EscalateNoticeInfo](https://cloud.tencent.com/document/api/614/56471#EscalateNoticeInfo)
380
+
381
+ 修改数据结构:
382
+
383
+ * [NoticeRule](https://cloud.tencent.com/document/api/614/56471#NoticeRule)
384
+
385
+ * 新增成员:Escalate, Interval, Type, EscalateNotice
386
+
387
+
388
+
389
+
390
+ ## 云服务器(cvm) 版本:2017-03-12
391
+
392
+ ### 第 134 次发布
393
+
394
+ 发布时间:2024-10-25 01:25:09
395
+
396
+ 本次发布包含了以下内容:
397
+
398
+ 改善已有的文档。
399
+
400
+ 修改接口:
401
+
402
+ * [ImportImage](https://cloud.tencent.com/document/api/213/15717)
403
+
404
+ * 新增入参:ImportImageDataDiskList
405
+
406
+ * [SyncImages](https://cloud.tencent.com/document/api/213/15711)
407
+
408
+ * 新增入参:Encrypt, KmsKeyId
409
+
410
+
411
+ 新增数据结构:
412
+
413
+ * [ImportImageDataDisk](https://cloud.tencent.com/document/api/213/15753#ImportImageDataDisk)
35
414
 
36
415
 
37
416
 
38
417
  ## 主机安全(cwp) 版本:2018-02-28
39
418
 
40
- ### 第 126 次发布
419
+ ### 第 128 次发布
41
420
 
42
- 发布时间:2024-10-23 01:14:18
421
+ 发布时间:2024-10-28 01:24:41
43
422
 
44
423
  本次发布包含了以下内容:
45
424
 
46
425
  改善已有的文档。
47
426
 
48
- <font color="#dd0000">**预下线接口**:</font>
427
+ 修改接口:
428
+
429
+ * [EditBashRules](https://cloud.tencent.com/document/api/296/58239)
430
+
431
+ * 新增入参:Descript, Status, BashAction, Scope, Quuids
49
432
 
50
- * DescribeAttackSource
51
- * DescribeAttackSourceEvents
52
433
 
53
434
  修改数据结构:
54
435
 
55
- * [AssetUserBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetUserBaseInfo)
436
+ * [PrivilegeRule](https://cloud.tencent.com/document/api/296/19867#PrivilegeRule)
56
437
 
57
- * <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
438
+ * <font color="#dd0000">**修改成员**:</font>Id, Uuid, ProcessName, SMode, Operator, IsGlobal, Status, CreateTime, ModifyTime, Hostip
58
439
 
59
- * [MalwareInfo](https://cloud.tencent.com/document/api/296/19867#MalwareInfo)
60
440
 
61
- * 新增成员:References
62
441
 
63
- * [MalwareWhiteListInfo](https://cloud.tencent.com/document/api/296/19867#MalwareWhiteListInfo)
64
442
 
65
- * 新增成员:ModifyTime
443
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
66
444
 
67
- * [RansomDefenseRollbackTask](https://cloud.tencent.com/document/api/296/19867#RansomDefenseRollbackTask)
445
+ ### 第 111 次发布
68
446
 
69
- * 新增成员:InstanceId
447
+ 发布时间:2024-10-29 01:23:16
70
448
 
71
- * [RansomDefenseStrategyMachineBackupInfo](https://cloud.tencent.com/document/api/296/19867#RansomDefenseStrategyMachineBackupInfo)
449
+ 本次发布包含了以下内容:
72
450
 
73
- * 新增成员:HostVersion
451
+ 改善已有的文档。
74
452
 
453
+ 修改数据结构:
75
454
 
455
+ * [PackageDetail](https://cloud.tencent.com/document/api/1003/48097#PackageDetail)
76
456
 
457
+ * <font color="#dd0000">**修改成员**:</font>AppId, PackageId, InstanceId, SuccessDeductSpec, PackageTotalUsedSpec, StartTime, EndTime, ExtendInfo
77
458
 
78
- ## 全球应用加速(gaap) 版本:2018-05-29
79
459
 
80
- ### 第 50 次发布
460
+ ### 第 110 次发布
81
461
 
82
- 发布时间:2024-10-23 01:20:50
462
+ 发布时间:2024-10-28 01:28:11
463
+
464
+ 本次发布包含了以下内容:
465
+
466
+ 改善已有的文档。
467
+
468
+ 新增数据结构:
469
+
470
+ * [DeliverSummary](https://cloud.tencent.com/document/api/1003/48097#DeliverSummary)
471
+
472
+ 修改数据结构:
473
+
474
+ * [InstanceAuditStatus](https://cloud.tencent.com/document/api/1003/48097#InstanceAuditStatus)
475
+
476
+ * 新增成员:Deliver, DeliverSummary
477
+
478
+
479
+
480
+
481
+ ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
482
+
483
+ ### 第 33 次发布
484
+
485
+ 发布时间:2024-10-25 01:30:51
486
+
487
+ 本次发布包含了以下内容:
488
+
489
+ 改善已有的文档。
490
+
491
+ 修改数据结构:
492
+
493
+ * [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
494
+
495
+ * 新增成员:EnableSSL, SSLCertName
496
+
497
+ * [ExternalDevice](https://cloud.tencent.com/document/api/1025/74416#ExternalDevice)
498
+
499
+ * 新增成员:EnableSSL, SSLCert, SSLCertName
500
+
501
+ * [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
502
+
503
+ * 新增成员:CdcClusterId, LogDelivery, DeployModel
504
+
505
+
506
+
507
+
508
+ ## 事件总线(eb) 版本:2021-04-16
509
+
510
+ ### 第 15 次发布
511
+
512
+ 发布时间:2024-10-29 01:30:37
83
513
 
84
514
  本次发布包含了以下内容:
85
515
 
@@ -87,37 +517,69 @@
87
517
 
88
518
  修改接口:
89
519
 
90
- * [DescribeDestRegions](https://cloud.tencent.com/document/api/608/36964)
520
+ * [ListTargets](https://cloud.tencent.com/document/api/1359/67701)
91
521
 
92
- * 新增入参:QualityType
522
+ * <font color="#dd0000">**修改入参**:</font>RuleId
93
523
 
94
524
 
95
525
 
96
526
 
97
- ## 云压测(pts) 版本:2021-07-28
527
+ ## Elasticsearch Service(es) 版本:2018-04-16
98
528
 
99
- ### 第 16 次发布
529
+ ### 第 71 次发布
100
530
 
101
- 发布时间:2024-10-23 01:29:03
531
+ 发布时间:2024-10-30 01:33:25
532
+
533
+ 本次发布包含了以下内容:
534
+
535
+ 改善已有的文档。
536
+
537
+ 新增接口:
538
+
539
+ * [CreateClusterSnapshot](https://cloud.tencent.com/document/api/845/112044)
540
+ * [DeleteClusterSnapshot](https://cloud.tencent.com/document/api/845/112042)
541
+ * [DescribeClusterSnapshot](https://cloud.tencent.com/document/api/845/112041)
542
+ * [RestoreClusterSnapshot](https://cloud.tencent.com/document/api/845/112040)
543
+
544
+ 新增数据结构:
545
+
546
+ * [Failures](https://cloud.tencent.com/document/api/845/30634#Failures)
547
+ * [Snapshots](https://cloud.tencent.com/document/api/845/30634#Snapshots)
548
+
549
+
550
+
551
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
552
+
553
+ ### 第 193 次发布
554
+
555
+ 发布时间:2024-10-28 01:38:32
102
556
 
103
557
  本次发布包含了以下内容:
104
558
 
105
559
  改善已有的文档。
106
560
 
561
+ 新增接口:
562
+
563
+ * [DeleteOrganizationAuthorizations](https://cloud.tencent.com/document/api/1323/111942)
564
+
565
+ 新增数据结构:
566
+
567
+ * [DeleteOrganizationAuthorizationInfo](https://cloud.tencent.com/document/api/1323/70369#DeleteOrganizationAuthorizationInfo)
568
+
107
569
  修改数据结构:
108
570
 
109
- * [Job](https://cloud.tencent.com/document/api/1484/78100#Job)
571
+ * [FillError](https://cloud.tencent.com/document/api/1323/70369#FillError)
110
572
 
111
- * 新增成员:PayMode
573
+ * 新增成员:FlowId
112
574
 
113
575
 
114
576
 
115
577
 
116
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
578
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
117
579
 
118
- ### 第 125 次发布
580
+ ### 第 192 次发布
119
581
 
120
- 发布时间:2024-10-22 16:47:19
582
+ 发布时间:2024-10-30 01:34:59
121
583
 
122
584
  本次发布包含了以下内容:
123
585
 
@@ -125,31 +587,42 @@
125
587
 
126
588
  新增接口:
127
589
 
128
- * [DeleteRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111861)
129
- * [DescribeRabbitMQBindings](https://cloud.tencent.com/document/api/1179/111860)
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)
130
603
 
131
604
  新增数据结构:
132
605
 
133
- * [RabbitMQBindingListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQBindingListInfo)
606
+ * [DeleteOrganizationAuthorizationInfo](https://cloud.tencent.com/document/api/1420/61525#DeleteOrganizationAuthorizationInfo)
134
607
 
135
608
  修改数据结构:
136
609
 
137
- * [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
610
+ * [FillError](https://cloud.tencent.com/document/api/1420/61525#FillError)
138
611
 
139
- * <font color="#dd0000">**修改成员**:</font>Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled, GroupType, RetryMaxTimes
612
+ * 新增成员:FlowId
140
613
 
141
- * [RocketMQMsgLog](https://cloud.tencent.com/document/api/1179/46089#RocketMQMsgLog)
142
614
 
143
- * <font color="#dd0000">**修改成员**:</font>MsgId, MsgTag, MsgKey, ProducerAddr, ProduceTime, PulsarMsgId, DeadLetterResendTimes, ResendSuccessCount
144
615
 
145
616
 
617
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
146
618
 
147
619
 
148
- ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
149
620
 
150
- ### 24 次发布
621
+ ## 全球应用加速(gaap) 版本:2018-05-29
151
622
 
152
- 发布时间:2024-10-22 12:32:33
623
+ ### 第 51 次发布
624
+
625
+ 发布时间:2024-10-30 01:36:27
153
626
 
154
627
  本次发布包含了以下内容:
155
628
 
@@ -157,18 +630,18 @@
157
630
 
158
631
  修改接口:
159
632
 
160
- * [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)
633
+ * [SetAuthentication](https://cloud.tencent.com/document/api/608/36982)
161
634
 
162
- * 新增入参:AclEnabled, ExtraTopicNum
635
+ * 新增入参:TLSSupportVersion, TLSCiphers
163
636
 
164
637
 
165
638
 
166
639
 
167
- ## 腾讯同传系统(tsi) 版本:2021-03-25
640
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
168
641
 
169
- ### 第 2 次发布
642
+ ### 第 80 次发布
170
643
 
171
- 发布时间:2024-10-23 01:36:51
644
+ 发布时间:2024-10-29 01:39:13
172
645
 
173
646
  本次发布包含了以下内容:
174
647
 
@@ -176,37 +649,146 @@
176
649
 
177
650
  修改接口:
178
651
 
179
- * [TongChuanRecognize](https://cloud.tencent.com/document/api/1399/107635)
652
+ * [CreateIotVideoCloudStorage](https://cloud.tencent.com/document/api/1081/104654)
653
+
654
+ * 新增出参:Price, Amount
655
+
656
+ * [DescribeCloudStorageOrder](https://cloud.tencent.com/document/api/1081/104648)
657
+
658
+ * 新增出参:Price, Amount
180
659
 
181
- * 新增入参:TTS
182
660
 
183
- * [TongChuanSync](https://cloud.tencent.com/document/api/1399/107634)
184
661
 
185
- * 新增入参:TTS
186
662
 
663
+ ## 云直播CSS(live) 版本:2018-08-01
664
+
665
+ ### 第 131 次发布
666
+
667
+ 发布时间:2024-10-30 01:45:45
668
+
669
+ 本次发布包含了以下内容:
670
+
671
+ 改善已有的文档。
187
672
 
188
673
  新增数据结构:
189
674
 
190
- * [TTS](https://cloud.tencent.com/document/api/1399/107637#TTS)
675
+ * [TimeShiftSubStream](https://cloud.tencent.com/document/api/267/20474#TimeShiftSubStream)
191
676
 
192
677
  修改数据结构:
193
678
 
194
- * [DisplayInfo](https://cloud.tencent.com/document/api/1399/107637#DisplayInfo)
679
+ * [TimeShiftStreamInfo](https://cloud.tencent.com/document/api/267/20474#TimeShiftStreamInfo)
195
680
 
196
- * 新增成员:Audio
681
+ * 新增成员:TimeShiftSubStreams
197
682
 
683
+ * <font color="#dd0000">**修改成员**:</font>DomainGroup, Domain, AppName, StreamName, StartTime, EndTime, TransCodeId, StreamType, Duration
198
684
 
199
685
 
200
686
 
201
- ## 云点播(vod) 版本:2024-07-18
202
687
 
688
+ ## 集团账号管理(organization) 版本:2021-03-31
203
689
 
690
+ ### 第 39 次发布
204
691
 
205
- ## 云点播(vod) 版本:2018-07-17
692
+ 发布时间:2024-10-30 01:54:08
206
693
 
207
- ### 第 188 次发布
694
+ 本次发布包含了以下内容:
208
695
 
209
- 发布时间:2024-10-23 01:37:04
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
210
792
 
211
793
  本次发布包含了以下内容:
212
794
 
@@ -214,54 +796,238 @@
214
796
 
215
797
  修改接口:
216
798
 
217
- * [CreateAIRecognitionTemplate](https://cloud.tencent.com/document/api/266/34791)
799
+ * [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/80614)
218
800
 
219
- * 新增入参:AsrTranslateConfigure
801
+ * 新增入参:JITVideoProcess
220
802
 
221
- * [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/266/34787)
222
803
 
223
- * 新增入参:Type
804
+ 新增数据结构:
224
805
 
225
- * [ModifyAIRecognitionTemplate](https://cloud.tencent.com/document/api/266/34785)
806
+ * [JITVideoProcess](https://cloud.tencent.com/document/api/1552/80721#JITVideoProcess)
226
807
 
227
- * 新增入参:AsrTranslateConfigure
808
+ 修改数据结构:
809
+
810
+ * [ZoneSetting](https://cloud.tencent.com/document/api/1552/80721#ZoneSetting)
811
+
812
+ * 新增成员:JITVideoProcess
813
+
814
+
815
+ ### 第 88 次发布
816
+
817
+ 发布时间:2024-10-28 15:12:04
818
+
819
+ 本次发布包含了以下内容:
820
+
821
+ 改善已有的文档。
822
+
823
+ 新增接口:
228
824
 
825
+ * [DeleteLoadBalancer](https://cloud.tencent.com/document/api/1552/111973)
826
+ * [DescribeLoadBalancerList](https://cloud.tencent.com/document/api/1552/111972)
827
+ * [DescribeOriginGroupHealthStatus](https://cloud.tencent.com/document/api/1552/111971)
229
828
 
230
829
  新增数据结构:
231
830
 
232
- * [AiRecognitionTaskAsrTranslateResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResult)
233
- * [AiRecognitionTaskAsrTranslateResultInput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResultInput)
234
- * [AiRecognitionTaskAsrTranslateResultOutput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResultOutput)
235
- * [AiRecognitionTaskAsrTranslateSegmentItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateSegmentItem)
236
- * [AsrTranslateConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrTranslateConfigureInfo)
237
- * [AsrTranslateConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrTranslateConfigureInfoForUpdate)
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
+
238
963
 
239
964
  修改数据结构:
240
965
 
241
- * [AIRecognitionTemplateItem](https://cloud.tencent.com/document/api/266/31773#AIRecognitionTemplateItem)
966
+ * [DirectConnectGatewayCcnRoute](https://cloud.tencent.com/document/api/215/15824#DirectConnectGatewayCcnRoute)
242
967
 
243
- * 新增成员:Type, AsrTranslateConfigure
968
+ * <font color="#dd0000">**修改成员**:</font>RouteId, DestinationCidrBlock, ASPath, Description, UpdateTime
244
969
 
245
- * [AiRecognitionResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionResult)
246
970
 
247
- * 新增成员:AsrTranslateTask
971
+ ### 第 216 次发布
248
972
 
249
- * [AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem)
973
+ 发布时间:2024-10-29 02:18:19
250
974
 
251
- * 新增成员:Id, Name, Language
975
+ 本次发布包含了以下内容:
252
976
 
253
- * [AsrFullTextConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfo)
977
+ 改善已有的文档。
254
978
 
255
- * 新增成员:SubtitleName
979
+ 新增接口:
256
980
 
257
- * [AsrFullTextConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfoForUpdate)
981
+ * [ModifyAddressesRenewFlag](https://cloud.tencent.com/document/api/215/111985)
258
982
 
259
- * 新增成员:SubtitleName
983
+ 修改数据结构:
260
984
 
261
- * [MediaSubtitleItem](https://cloud.tencent.com/document/api/266/31773#MediaSubtitleItem)
985
+ * [NatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#NatGatewayDestinationIpPortTranslationNatRule)
262
986
 
263
- * 新增成员:Source
987
+ * <font color="#dd0000">**修改成员**:</font>IpProtocol, Description
988
+
989
+
990
+
991
+
992
+ ## Web 应用防火墙(waf) 版本:2018-01-25
993
+
994
+ ### 第 98 次发布
995
+
996
+ 发布时间:2024-10-25 02:31:29
997
+
998
+ 本次发布包含了以下内容:
999
+
1000
+ 改善已有的文档。
1001
+
1002
+ 新增接口:
1003
+
1004
+ * [ModifyUserSignatureRuleV2](https://cloud.tencent.com/document/api/627/111901)
1005
+
1006
+
1007
+
1008
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
1009
+
1010
+ ### 第 109 次发布
1011
+
1012
+ 发布时间:2024-10-30 02:23:17
1013
+
1014
+ 本次发布包含了以下内容:
1015
+
1016
+ 改善已有的文档。
264
1017
 
1018
+ 新增接口:
1019
+
1020
+ * [DescribeDataServicePublishedApiDetail](https://cloud.tencent.com/document/api/1267/112055)
1021
+ * [DescribeDataServicePublishedApiList](https://cloud.tencent.com/document/api/1267/112054)
1022
+
1023
+ 新增数据结构:
1024
+
1025
+ * [DataServicePublishedApiListFilter](https://cloud.tencent.com/document/api/1267/76336#DataServicePublishedApiListFilter)
1026
+ * [DataServiceRequestListOrder](https://cloud.tencent.com/document/api/1267/76336#DataServiceRequestListOrder)
1027
+ * [DataServiceRequestParam](https://cloud.tencent.com/document/api/1267/76336#DataServiceRequestParam)
1028
+ * [DataServiceResponseParam](https://cloud.tencent.com/document/api/1267/76336#DataServiceResponseParam)
1029
+ * [DescribeDataServicePublishedApiDetailResp](https://cloud.tencent.com/document/api/1267/76336#DescribeDataServicePublishedApiDetailResp)
1030
+ * [DescribeDataServicePublishedApiListResp](https://cloud.tencent.com/document/api/1267/76336#DescribeDataServicePublishedApiListResp)
265
1031
 
266
1032
 
267
1033
 
@@ -5012,6 +5778,21 @@
5012
5778
 
5013
5779
  ## 应用性能监控(apm) 版本:2021-06-22
5014
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
+
5015
5796
  ### 第 25 次发布
5016
5797
 
5017
5798
  发布时间:2024-09-13 01:04:24
@@ -9270,6 +10051,43 @@
9270
10051
 
9271
10052
  ## 商业智能分析 BI(bi) 版本:2022-01-05
9272
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
+
9273
10091
  ### 第 14 次发布
9274
10092
 
9275
10093
  发布时间:2024-09-05 01:05:48
@@ -9667,6 +10485,44 @@
9667
10485
 
9668
10486
  ## 费用中心(billing) 版本:2018-07-09
9669
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
+
9670
10526
  ### 第 61 次发布
9671
10527
 
9672
10528
  发布时间:2024-08-14 01:07:50
@@ -12710,6 +13566,49 @@
12710
13566
 
12711
13567
  ## 软件成分分析(bsca) 版本:2021-08-11
12712
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
+
12713
13612
  ### 第 6 次发布
12714
13613
 
12715
13614
  发布时间:2024-04-16 01:05:23
@@ -16030,6 +16929,44 @@
16030
16929
 
16031
16930
  ## 云联络中心(ccc) 版本:2020-02-10
16032
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
+
16033
16970
  ### 第 77 次发布
16034
16971
 
16035
16972
  发布时间:2024-10-16 01:05:10
@@ -17406,6 +18343,36 @@
17406
18343
 
17407
18344
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
17408
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
+
17409
18376
  ### 第 169 次发布
17410
18377
 
17411
18378
  发布时间:2024-10-22 01:10:00
@@ -24329,6 +25296,36 @@
24329
25296
 
24330
25297
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
24331
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
+
24332
25329
  ### 第 27 次发布
24333
25330
 
24334
25331
  发布时间:2024-10-18 01:06:21
@@ -26105,6 +27102,57 @@
26105
27102
 
26106
27103
  ## 云防火墙(cfw) 版本:2019-09-04
26107
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
+
26108
27156
  ### 第 67 次发布
26109
27157
 
26110
27158
  发布时间:2024-10-23 01:11:48
@@ -27788,6 +28836,21 @@
27788
28836
 
27789
28837
  ## 账号风控平台(ciam) 版本:2022-03-31
27790
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
+
27791
28854
  ### 第 11 次发布
27792
28855
 
27793
28856
  发布时间:2024-06-17 01:21:02
@@ -32959,6 +34022,47 @@
32959
34022
 
32960
34023
  ## 操作审计(cloudaudit) 版本:2019-03-19
32961
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
+
32962
34066
  ### 第 13 次发布
32963
34067
 
32964
34068
  发布时间:2024-01-11 01:09:52
@@ -33138,7 +34242,7 @@
33138
34242
 
33139
34243
  修改接口:
33140
34244
 
33141
- * [CreateAudit](https://cloud.tencent.com/document/api/629/35352)
34245
+ * [CreateAudit](https://cloud.tencent.com/document/api/#/#)
33142
34246
 
33143
34247
  * 新增入参:IsEnableKmsEncry, KeyId, KmsRegion
33144
34248
 
@@ -33183,8 +34287,8 @@
33183
34287
 
33184
34288
  新增接口:
33185
34289
 
33186
- * [CreateAudit](https://cloud.tencent.com/document/api/629/35352)
33187
- * [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/#/#)
33188
34292
  * [DescribeAudit](https://cloud.tencent.com/document/api/629/35350)
33189
34293
  * [GetAttributeKey](https://cloud.tencent.com/document/api/629/35349)
33190
34294
  * [InquireAuditCredit](https://cloud.tencent.com/document/api/629/35348)
@@ -33505,6 +34609,56 @@
33505
34609
 
33506
34610
  ## 日志服务(cls) 版本:2020-10-16
33507
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
+
33508
34662
  ### 第 110 次发布
33509
34663
 
33510
34664
  发布时间:2024-10-18 01:07:51
@@ -40003,329 +41157,6 @@
40003
41157
 
40004
41158
 
40005
41159
 
40006
- ## 金融联络机器人(cr) 版本:2018-03-21
40007
-
40008
- ### 第 17 次发布
40009
-
40010
- 发布时间:2021-02-24 08:03:24
40011
-
40012
- 本次发布包含了以下内容:
40013
-
40014
- 改善已有的文档。
40015
-
40016
- 新增接口:
40017
-
40018
- * [QueryBlackListData](https://cloud.tencent.com/document/api/656/53039)
40019
-
40020
- ### 第 16 次发布
40021
-
40022
- 发布时间:2021-02-01 08:03:26
40023
-
40024
- 本次发布包含了以下内容:
40025
-
40026
- 改善已有的文档。
40027
-
40028
- 新增接口:
40029
-
40030
- * [ApplyBlackListData](https://cloud.tencent.com/document/api/656/52653)
40031
- * [ChangeBotCallStatus](https://cloud.tencent.com/document/api/656/52652)
40032
- * [ChangeBotTaskStatus](https://cloud.tencent.com/document/api/656/52651)
40033
- * [QueryCallList](https://cloud.tencent.com/document/api/656/52650)
40034
- * [UpdateBotTask](https://cloud.tencent.com/document/api/656/52649)
40035
-
40036
- 修改接口:
40037
-
40038
- * [CreateBotTask](https://cloud.tencent.com/document/api/656/50873)
40039
-
40040
- * 新增入参:CallType, CallStartDate, CallEndDate
40041
-
40042
- * <font color="#dd0000">**修改入参**:</font>CallTimeCollection, StartTimeBan, EndTimeBan
40043
-
40044
- * 新增出参:BotId
40045
-
40046
-
40047
- 新增数据结构:
40048
-
40049
- * [BlackListData](https://cloud.tencent.com/document/api/656/30994#BlackListData)
40050
- * [CallInfo](https://cloud.tencent.com/document/api/656/30994#CallInfo)
40051
-
40052
- 修改数据结构:
40053
-
40054
- * [CallTimeDict](https://cloud.tencent.com/document/api/656/30994#CallTimeDict)
40055
-
40056
- * <font color="#dd0000">**修改成员**:</font>Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
40057
-
40058
- * [CallTimeInfo](https://cloud.tencent.com/document/api/656/30994#CallTimeInfo)
40059
-
40060
- * <font color="#dd0000">**修改成员**:</font>StartTime, EndTime
40061
-
40062
- * [RecordInfo](https://cloud.tencent.com/document/api/656/30994#RecordInfo)
40063
-
40064
- * 新增成员:CosFileName
40065
-
40066
-
40067
- ### 第 15 次发布
40068
-
40069
- 发布时间:2021-01-15 08:03:19
40070
-
40071
- 本次发布包含了以下内容:
40072
-
40073
- 改善已有的文档。
40074
-
40075
- 新增接口:
40076
-
40077
- * [DownloadBotRecord](https://cloud.tencent.com/document/api/656/52063)
40078
-
40079
- ### 第 14 次发布
40080
-
40081
- 发布时间:2021-01-13 08:03:17
40082
-
40083
- 本次发布包含了以下内容:
40084
-
40085
- 改善已有的文档。
40086
-
40087
- 新增接口:
40088
-
40089
- * [QueryBotList](https://cloud.tencent.com/document/api/656/51905)
40090
- * [QueryRecordList](https://cloud.tencent.com/document/api/656/51904)
40091
- * [UploadBotData](https://cloud.tencent.com/document/api/656/51903)
40092
-
40093
- 新增数据结构:
40094
-
40095
- * [BotInfo](https://cloud.tencent.com/document/api/656/30994#BotInfo)
40096
- * [RecordInfo](https://cloud.tencent.com/document/api/656/30994#RecordInfo)
40097
-
40098
- ### 第 13 次发布
40099
-
40100
- 发布时间:2021-01-01 08:03:08
40101
-
40102
- 本次发布包含了以下内容:
40103
-
40104
- 改善已有的文档。
40105
-
40106
- 新增接口:
40107
-
40108
- * [ExportBotData](https://cloud.tencent.com/document/api/656/51671)
40109
-
40110
- 新增数据结构:
40111
-
40112
- * [BotFileData](https://cloud.tencent.com/document/api/656/30994#BotFileData)
40113
-
40114
- ### 第 12 次发布
40115
-
40116
- 发布时间:2020-12-11 08:03:22
40117
-
40118
- 本次发布包含了以下内容:
40119
-
40120
- 改善已有的文档。
40121
-
40122
- 新增接口:
40123
-
40124
- * [CreateBotTask](https://cloud.tencent.com/document/api/656/50873)
40125
- * [DescribeBotFlow](https://cloud.tencent.com/document/api/656/50872)
40126
- * [DescribeFileModel](https://cloud.tencent.com/document/api/656/50871)
40127
- * [UploadBotFile](https://cloud.tencent.com/document/api/656/50870)
40128
-
40129
- 新增数据结构:
40130
-
40131
- * [BotFlow](https://cloud.tencent.com/document/api/656/30994#BotFlow)
40132
- * [CallTimeDict](https://cloud.tencent.com/document/api/656/30994#CallTimeDict)
40133
- * [CallTimeInfo](https://cloud.tencent.com/document/api/656/30994#CallTimeInfo)
40134
- * [PhonePool](https://cloud.tencent.com/document/api/656/30994#PhonePool)
40135
- * [SmsSign](https://cloud.tencent.com/document/api/656/30994#SmsSign)
40136
- * [SmsTemplate](https://cloud.tencent.com/document/api/656/30994#SmsTemplate)
40137
-
40138
- ### 第 11 次发布
40139
-
40140
- 发布时间:2020-11-23 08:03:42
40141
-
40142
- 本次发布包含了以下内容:
40143
-
40144
- 改善已有的文档。
40145
-
40146
- 新增接口:
40147
-
40148
- * [QueryProducts](https://cloud.tencent.com/document/api/656/50187)
40149
-
40150
- 新增数据结构:
40151
-
40152
- * [ProductQueryInfo](https://cloud.tencent.com/document/api/656/30994#ProductQueryInfo)
40153
-
40154
- ### 第 10 次发布
40155
-
40156
- 发布时间:2020-04-24 08:06:49
40157
-
40158
- 本次发布包含了以下内容:
40159
-
40160
- 改善已有的文档。
40161
-
40162
- 新增接口:
40163
-
40164
- * [QueryInstantData](https://cloud.tencent.com/document/api/656/43742)
40165
- * [UploadDataJson](https://cloud.tencent.com/document/api/656/43741)
40166
-
40167
- ### 第 9 次发布
40168
-
40169
- 发布时间:2019-08-16 16:58:13
40170
-
40171
- 本次发布包含了以下内容:
40172
-
40173
- 改善已有的文档。
40174
-
40175
- 新增接口:
40176
-
40177
- * [DownloadDialogueText](https://cloud.tencent.com/document/api/656/37199)
40178
- * [DownloadRecordList](https://cloud.tencent.com/document/api/656/37198)
40179
-
40180
- ### 第 8 次发布
40181
-
40182
- 发布时间:2019-08-13 19:56:47
40183
-
40184
- 本次发布包含了以下内容:
40185
-
40186
- 改善已有的文档。
40187
-
40188
- 修改接口:
40189
-
40190
- * [DescribeTaskStatus](https://cloud.tencent.com/document/api/656/18291)
40191
-
40192
- * 新增入参:InstId
40193
-
40194
-
40195
- ### 第 7 次发布
40196
-
40197
- 发布时间:2019-05-30 20:58:03
40198
-
40199
- 本次发布包含了以下内容:
40200
-
40201
- 改善已有的文档。
40202
-
40203
- 修改接口:
40204
-
40205
- * [DescribeTaskStatus](https://cloud.tencent.com/document/api/656/18291)
40206
-
40207
- * 新增出参:TaskFileUrl
40208
-
40209
-
40210
- 修改数据结构:
40211
-
40212
- * [SingleBlackApply](https://cloud.tencent.com/document/api/656/30994#SingleBlackApply)
40213
-
40214
- * 新增成员:BlackValidDate
40215
-
40216
-
40217
- ### 第 6 次发布
40218
-
40219
- 发布时间:2019-03-22 14:48:33
40220
-
40221
- 本次发布包含了以下内容:
40222
-
40223
- 改善已有的文档。
40224
-
40225
- 新增接口:
40226
-
40227
- * [ApplyCreditAudit](https://cloud.tencent.com/document/api/656/33893)
40228
- * [DescribeCreditResult](https://cloud.tencent.com/document/api/656/33892)
40229
-
40230
- 修改接口:
40231
-
40232
- * [DownloadReport](https://cloud.tencent.com/document/api/656/18290)
40233
-
40234
- * 新增入参:InstId
40235
-
40236
- * 新增出参:CallbackDailyReportUrl, CallbackResultReportUrl, CallbackDetailReportUrl
40237
-
40238
-
40239
- ### 第 5 次发布
40240
-
40241
- 发布时间:2019-03-01 19:58:53
40242
-
40243
- 本次发布包含了以下内容:
40244
-
40245
- 改善已有的文档。
40246
-
40247
- 修改接口:
40248
-
40249
- * [ApplyBlackList](https://cloud.tencent.com/document/api/656/30993)
40250
-
40251
- * 新增入参:InstId
40252
-
40253
- * [DescribeRecords](https://cloud.tencent.com/document/api/656/30992)
40254
-
40255
- * 新增入参:InstId
40256
-
40257
- * [UploadDataFile](https://cloud.tencent.com/document/api/656/30991)
40258
-
40259
- * 新增入参:InstId
40260
-
40261
-
40262
- ### 第 4 次发布
40263
-
40264
- 发布时间:2018-12-20 19:45:54
40265
-
40266
- 本次发布包含了以下内容:
40267
-
40268
- 改善已有的文档。
40269
-
40270
- 修改接口:
40271
-
40272
- * [DescribeTaskStatus](https://cloud.tencent.com/document/api/656/18291)
40273
-
40274
- * <font color="#dd0000">**修改入参**:</font>TaskId
40275
-
40276
-
40277
- ### 第 3 次发布
40278
-
40279
- 发布时间:2018-11-29 19:21:43
40280
-
40281
- 本次发布包含了以下内容:
40282
-
40283
- 改善已有的文档。
40284
-
40285
- 新增接口:
40286
-
40287
- * [ApplyBlackList](https://cloud.tencent.com/document/api/656/30993)
40288
- * [DescribeRecords](https://cloud.tencent.com/document/api/656/30992)
40289
- * [UploadDataFile](https://cloud.tencent.com/document/api/656/30991)
40290
-
40291
- 新增数据结构:
40292
-
40293
- * [SingleBlackApply](https://cloud.tencent.com/document/api/656/30994#SingleBlackApply)
40294
- * [SingleRecord](https://cloud.tencent.com/document/api/656/30994#SingleRecord)
40295
-
40296
- ### 第 2 次发布
40297
-
40298
- 发布时间:2018-08-30 16:14:59
40299
-
40300
- 本次发布包含了以下内容:
40301
-
40302
- 改善已有的文档。
40303
-
40304
- 修改接口:
40305
-
40306
- * [DownloadReport](https://cloud.tencent.com/document/api/656/18290)
40307
-
40308
- * 新增出参:DailyReportUrl, ResultReportUrl, DetailReportUrl
40309
-
40310
- * <font color="#dd0000">**删除出参**:</font>ReportUrl
40311
-
40312
-
40313
- ### 第 1 次发布
40314
-
40315
- 发布时间:2018-07-12 15:09:22
40316
-
40317
- 本次发布包含了以下内容:
40318
-
40319
- 改善已有的文档。
40320
-
40321
- 新增接口:
40322
-
40323
- * [DescribeTaskStatus](https://cloud.tencent.com/document/api/656/18291)
40324
- * [DownloadReport](https://cloud.tencent.com/document/api/656/18290)
40325
-
40326
-
40327
-
40328
-
40329
41160
  ## 云安全一体化平台(csip) 版本:2022-11-21
40330
41161
 
40331
41162
  ### 第 44 次发布
@@ -41418,6 +42249,29 @@
41418
42249
 
41419
42250
  ## 云服务器(cvm) 版本:2017-03-12
41420
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
+
41421
42275
  ### 第 133 次发布
41422
42276
 
41423
42277
  发布时间:2024-10-11 01:13:23
@@ -43903,6 +44757,91 @@
43903
44757
 
43904
44758
  ## 主机安全(cwp) 版本:2018-02-28
43905
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
+
43906
44845
  ### 第 126 次发布
43907
44846
 
43908
44847
  发布时间:2024-10-23 01:14:18
@@ -47752,6 +48691,40 @@
47752
48691
 
47753
48692
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
47754
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
+
47755
48728
  ### 第 109 次发布
47756
48729
 
47757
48730
  发布时间:2024-10-22 01:15:19
@@ -50058,6 +51031,29 @@
50058
51031
 
50059
51032
  ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
50060
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
+
50061
51057
  ### 第 32 次发布
50062
51058
 
50063
51059
  发布时间:2024-10-18 01:10:42
@@ -54342,6 +55338,21 @@
54342
55338
 
54343
55339
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
54344
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
+
54345
55356
  ### 第 105 次发布
54346
55357
 
54347
55358
  发布时间:2024-10-15 01:11:21
@@ -60277,6 +61288,21 @@
60277
61288
 
60278
61289
  ## 事件总线(eb) 版本:2021-04-16
60279
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
+
60280
61306
  ### 第 14 次发布
60281
61307
 
60282
61308
  发布时间:2024-04-18 01:19:26
@@ -63194,6 +64220,21 @@
63194
64220
 
63195
64221
  ## 弹性 MapReduce(emr) 版本:2019-01-03
63196
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
+
63197
64238
  ### 第 79 次发布
63198
64239
 
63199
64240
  发布时间:2024-10-18 01:14:01
@@ -65050,6 +66091,26 @@
65050
66091
 
65051
66092
  ## Elasticsearch Service(es) 版本:2018-04-16
65052
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
+
65053
66114
  ### 第 70 次发布
65054
66115
 
65055
66116
  发布时间:2024-10-17 01:18:44
@@ -66607,6 +67668,44 @@
66607
67668
 
66608
67669
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
66609
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
+
66610
67709
  ### 第 191 次发布
66611
67710
 
66612
67711
  发布时间:2024-10-22 01:19:30
@@ -70250,6 +71349,56 @@
70250
71349
 
70251
71350
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
70252
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
+
70253
71402
  ### 第 189 次发布
70254
71403
 
70255
71404
  发布时间:2024-10-22 01:19:53
@@ -75607,6 +76756,21 @@
75607
76756
 
75608
76757
  ## 全球应用加速(gaap) 版本:2018-05-29
75609
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
+
75610
76774
  ### 第 50 次发布
75611
76775
 
75612
76776
  发布时间:2024-10-23 01:20:50
@@ -82824,6 +83988,25 @@
82824
83988
 
82825
83989
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
82826
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
+
82827
84010
  ### 第 79 次发布
82828
84011
 
82829
84012
  发布时间:2024-10-12 13:22:15
@@ -86531,6 +87714,28 @@
86531
87714
 
86532
87715
  ## 智能视图计算平台(iss) 版本:2023-05-17
86533
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
+
86534
87739
  ### 第 21 次发布
86535
87740
 
86536
87741
  发布时间:2024-10-17 01:22:31
@@ -90724,6 +91929,27 @@
90724
91929
 
90725
91930
  ## 云直播CSS(live) 版本:2018-08-01
90726
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
+
90727
91953
  ### 第 130 次发布
90728
91954
 
90729
91955
  发布时间:2024-06-26 01:19:20
@@ -109296,6 +110522,46 @@
109296
110522
 
109297
110523
  ## 集团账号管理(organization) 版本:2021-03-31
109298
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
+
109299
110565
  ### 第 38 次发布
109300
110566
 
109301
110567
  发布时间:2024-09-23 12:16:37
@@ -110068,6 +111334,18 @@
110068
111334
 
110069
111335
  ## 渠道合作伙伴(partners) 版本:2018-03-21
110070
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
+
110071
111349
  ### 第 33 次发布
110072
111350
 
110073
111351
  发布时间:2024-06-26 01:21:35
@@ -115037,6 +116315,30 @@
115037
116315
 
115038
116316
  ## 云函数(scf) 版本:2018-04-16
115039
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
+
115040
116342
  ### 第 66 次发布
115041
116343
 
115042
116344
  发布时间:2024-08-28 02:17:22
@@ -119683,6 +120985,25 @@
119683
120985
 
119684
120986
  ## SSL 证书(ssl) 版本:2019-12-05
119685
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
+
119686
121007
  ### 第 68 次发布
119687
121008
 
119688
121009
  发布时间:2024-10-01 01:24:04
@@ -128145,6 +129466,27 @@
128145
129466
 
128146
129467
  ## 容器安全服务(tcss) 版本:2020-11-01
128147
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
+
128148
129490
  ### 第 69 次发布
128149
129491
 
128150
129492
  发布时间:2024-10-18 01:26:11
@@ -130984,12 +132326,12 @@
130984
132326
 
130985
132327
  新增接口:
130986
132328
 
130987
- * [[DeleteRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111861)](https://cloud.tencent.com/document/api/#/#)
130988
- * [[DescribeRabbitMQBindings](https://cloud.tencent.com/document/api/1179/111860)](https://cloud.tencent.com/document/api/#/#)
132329
+ * [DeleteRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111861)
132330
+ * [DescribeRabbitMQBindings](https://cloud.tencent.com/document/api/1179/111860)
130989
132331
 
130990
132332
  新增数据结构:
130991
132333
 
130992
- * [[RabbitMQBindingListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQBindingListInfo)](https://cloud.tencent.com/document/api/1179/46089#[RabbitMQBindingListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQBindingListInfo))
132334
+ * [RabbitMQBindingListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQBindingListInfo)
130993
132335
 
130994
132336
  修改数据结构:
130995
132337
 
@@ -133911,6 +135253,21 @@
133911
135253
 
133912
135254
  ## 弹性微服务(tem) 版本:2021-07-01
133913
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
+
133914
135271
  ### 第 43 次发布
133915
135272
 
133916
135273
  发布时间:2024-07-24 02:14:59
@@ -135975,6 +137332,73 @@
135975
137332
 
135976
137333
  ## 边缘安全加速平台(teo) 版本:2022-09-01
135977
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
+
135978
137402
  ### 第 86 次发布
135979
137403
 
135980
137404
  发布时间:2024-09-29 11:32:31
@@ -142918,6 +144342,18 @@
142918
144342
 
142919
144343
  ## 容器服务(tke) 版本:2018-05-25
142920
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
+
142921
144357
  ### 第 184 次发布
142922
144358
 
142923
144359
  发布时间:2024-10-21 01:28:31
@@ -146822,6 +148258,25 @@
146822
148258
 
146823
148259
  ## 文本内容安全(tms) 版本:2020-12-29
146824
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
+
146825
148280
  ### 第 11 次发布
146826
148281
 
146827
148282
  发布时间:2024-08-27 10:28:06
@@ -146856,7 +148311,7 @@
146856
148311
 
146857
148312
  新增接口:
146858
148313
 
146859
- * [ModerateText](https://cloud.tencent.com/document/api/1124/102791)
148314
+ * [ModerateText](https://cloud.tencent.com/document/api/#/#)
146860
148315
 
146861
148316
  新增数据结构:
146862
148317
 
@@ -148726,6 +150181,32 @@
148726
150181
 
148727
150182
  ## 实时音视频(trtc) 版本:2019-07-22
148728
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
+
148729
150210
  ### 第 91 次发布
148730
150211
 
148731
150212
  发布时间:2024-10-14 01:34:15
@@ -154860,7 +156341,7 @@
154860
156341
 
154861
156342
  新增数据结构:
154862
156343
 
154863
- * [[TTS](https://cloud.tencent.com/document/api/1399/107637#TTS)](https://cloud.tencent.com/document/api/1399/107637#[TTS](https://cloud.tencent.com/document/api/1399/107637#TTS))
156344
+ * [TTS](https://cloud.tencent.com/document/api/1399/107637#TTS)
154864
156345
 
154865
156346
  修改数据结构:
154866
156347
 
@@ -156040,12 +157521,12 @@
156040
157521
 
156041
157522
  新增数据结构:
156042
157523
 
156043
- * [[AiRecognitionTaskAsrTranslateResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResult)](https://cloud.tencent.com/document/api/266/31773#[AiRecognitionTaskAsrTranslateResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResult))
156044
- * [[AiRecognitionTaskAsrTranslateResultInput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResultInput)](https://cloud.tencent.com/document/api/266/31773#[AiRecognitionTaskAsrTranslateResultInput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResultInput))
156045
- * [[AiRecognitionTaskAsrTranslateResultOutput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResultOutput)](https://cloud.tencent.com/document/api/266/31773#[AiRecognitionTaskAsrTranslateResultOutput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateResultOutput))
156046
- * [[AiRecognitionTaskAsrTranslateSegmentItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateSegmentItem)](https://cloud.tencent.com/document/api/266/31773#[AiRecognitionTaskAsrTranslateSegmentItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrTranslateSegmentItem))
156047
- * [[AsrTranslateConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrTranslateConfigureInfo)](https://cloud.tencent.com/document/api/266/31773#[AsrTranslateConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrTranslateConfigureInfo))
156048
- * [[AsrTranslateConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrTranslateConfigureInfoForUpdate)](https://cloud.tencent.com/document/api/266/31773#[AsrTranslateConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrTranslateConfigureInfoForUpdate))
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)
156049
157530
 
156050
157531
  修改数据结构:
156051
157532
 
@@ -161159,6 +162640,70 @@
161159
162640
 
161160
162641
  ## 私有网络(vpc) 版本:2017-03-12
161161
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
+
161162
162707
  ### 第 214 次发布
161163
162708
 
161164
162709
  发布时间:2024-10-22 01:37:03
@@ -166197,6 +167742,18 @@
166197
167742
 
166198
167743
  ## Web 应用防火墙(waf) 版本:2018-01-25
166199
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
+
166200
167757
  ### 第 97 次发布
166201
167758
 
166202
167759
  发布时间:2024-10-22 01:38:00
@@ -168819,6 +170376,28 @@
168819
170376
 
168820
170377
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
168821
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
+
168822
170401
  ### 第 108 次发布
168823
170402
 
168824
170403
  发布时间:2024-10-22 01:38:35