tencentcloud-sdk-nodejs 4.0.741 → 4.0.743

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 (73) hide show
  1. package/CHANGELOG.md +359 -0
  2. package/SERVICE_CHANGELOG.md +510 -71
  3. package/package.json +1 -1
  4. package/products.md +20 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cam/v20190116/cam_models.ts +3 -2
  7. package/src/services/cat/v20180409/cat_client.ts +20 -7
  8. package/src/services/cat/v20180409/cat_models.ts +114 -30
  9. package/src/services/cfg/v20210820/cfg_models.ts +14 -0
  10. package/src/services/cls/v20201016/cls_client.ts +4 -2
  11. package/src/services/cls/v20201016/cls_models.ts +180 -90
  12. package/src/services/cwp/v20180228/cwp_client.ts +1 -1
  13. package/src/services/cwp/v20180228/cwp_models.ts +26 -18
  14. package/src/services/eb/v20210416/eb_client.ts +1 -0
  15. package/src/services/eb/v20210416/eb_models.ts +36 -1
  16. package/src/services/ess/v20201111/ess_models.ts +37 -29
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -14
  18. package/src/services/hunyuan/index.ts +5 -0
  19. package/src/services/hunyuan/v20230901/hunyuan_client.ts +78 -0
  20. package/src/services/hunyuan/v20230901/hunyuan_models.ts +255 -0
  21. package/src/services/hunyuan/v20230901/index.ts +6 -0
  22. package/src/services/index.ts +1 -0
  23. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
  24. package/src/services/scf/v20180416/scf_client.ts +1 -0
  25. package/src/services/scf/v20180416/scf_models.ts +34 -2
  26. package/src/services/ssl/v20191205/ssl_models.ts +51 -6
  27. package/src/services/tdmq/v20200217/tdmq_client.ts +4 -2
  28. package/src/services/teo/v20220901/teo_client.ts +113 -38
  29. package/src/services/teo/v20220901/teo_models.ts +402 -73
  30. package/src/services/tione/v20211111/tione_models.ts +4 -0
  31. package/src/services/trtc/v20190722/trtc_client.ts +45 -7
  32. package/src/services/trtc/v20190722/trtc_models.ts +167 -9
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +3 -2
  36. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +7 -3
  37. package/tencentcloud/services/cat/v20180409/cat_client.js +9 -3
  38. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +111 -30
  39. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +14 -0
  40. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  41. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +178 -90
  42. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  43. package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
  44. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +26 -18
  45. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +35 -1
  46. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +37 -29
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -14
  48. package/tencentcloud/services/hunyuan/index.d.ts +6 -0
  49. package/tencentcloud/services/hunyuan/index.js +7 -0
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +28 -0
  51. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +55 -0
  52. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +228 -0
  53. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.js +18 -0
  54. package/tencentcloud/services/hunyuan/v20230901/index.d.ts +6 -0
  55. package/tencentcloud/services/hunyuan/v20230901/index.js +9 -0
  56. package/tencentcloud/services/index.d.ts +1 -0
  57. package/tencentcloud/services/index.js +2 -0
  58. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
  59. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +33 -2
  60. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +51 -6
  61. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +3 -1
  62. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +3 -1
  63. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +35 -11
  64. package/tencentcloud/services/teo/v20220901/teo_client.js +51 -15
  65. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +387 -73
  66. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +4 -0
  67. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +15 -3
  68. package/tencentcloud/services/trtc/v20190722/trtc_client.js +21 -3
  69. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +159 -9
  70. package/test/cat.v20180409.test.js +12 -2
  71. package/test/hunyuan.v20230901.test.js +51 -0
  72. package/test/teo.v20220901.test.js +70 -10
  73. package/test/trtc.v20190722.test.js +32 -2
@@ -1,29 +1,75 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云服务器(cvm) 版本:2017-03-12
3
+ ## 云拨测(cat) 版本:2018-04-09
4
4
 
5
- ### 第 121 次发布
5
+ ### 第 15 次发布
6
6
 
7
- 发布时间:2023-11-23 01:14:32
7
+ 发布时间:2023-11-24 01:07:54
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
+ 新增接口:
14
+
15
+ * [DescribeInstantTasks](https://cloud.tencent.com/document/api/280/101869)
16
+
13
17
  修改接口:
14
18
 
15
- * [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
19
+ * [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
16
20
 
17
- * 新增入参:UserData
21
+ * 新增入参:NodeIpType
18
22
 
23
+ * [UpdateProbeTaskConfigurationList](https://cloud.tencent.com/document/api/280/66201)
19
24
 
25
+ * 新增入参:NodeIpType
20
26
 
21
27
 
22
- ## Elasticsearch Service(es) 版本:2018-04-16
28
+ 新增数据结构:
23
29
 
24
- ### 第 50 次发布
30
+ * [SingleInstantTask](https://cloud.tencent.com/document/api/280/40931#SingleInstantTask)
25
31
 
26
- 发布时间:2023-11-23 01:18:36
32
+ 修改数据结构:
33
+
34
+ * [ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask)
35
+
36
+ * 新增成员:NodeIpType
37
+
38
+
39
+
40
+
41
+ ## 混沌演练平台(cfg) 版本:2021-08-20
42
+
43
+ ### 第 14 次发布
44
+
45
+ 发布时间:2023-11-24 01:09:00
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改数据结构:
52
+
53
+ * [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
54
+
55
+ * 新增成员:PolicyDealType
56
+
57
+ * [TaskConfig](https://cloud.tencent.com/document/api/1500/71784#TaskConfig)
58
+
59
+ * 新增成员:PolicyDealType
60
+
61
+ * [Template](https://cloud.tencent.com/document/api/1500/71784#Template)
62
+
63
+ * 新增成员:PolicyDealType
64
+
65
+
66
+
67
+
68
+ ## 日志服务(cls) 版本:2020-10-16
69
+
70
+ ### 第 77 次发布
71
+
72
+ 发布时间:2023-11-24 01:10:04
27
73
 
28
74
  本次发布包含了以下内容:
29
75
 
@@ -31,33 +77,42 @@
31
77
 
32
78
  修改接口:
33
79
 
34
- * [RestartInstance](https://cloud.tencent.com/document/api/845/30630)
80
+ * [CreateAlarm](https://cloud.tencent.com/document/api/614/56466)
35
81
 
36
- * 新增入参:UpgradeKernel
82
+ * 新增入参:Enable, Classifications
37
83
 
38
- * [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
84
+ * [ModifyAlarm](https://cloud.tencent.com/document/api/614/56459)
39
85
 
40
- * 新增入参:KibanaPrivateDomain, CerebroPrivateDomain
86
+ * 新增入参:Enable, Tags, Classifications
87
+
88
+
89
+ 新增数据结构:
41
90
 
91
+ * [AlarmClassification](https://cloud.tencent.com/document/api/614/56471#AlarmClassification)
92
+ * [MetricLabel](https://cloud.tencent.com/document/api/614/56471#MetricLabel)
42
93
 
43
94
  修改数据结构:
44
95
 
45
- * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
96
+ * [LogContextInfo](https://cloud.tencent.com/document/api/614/56471#LogContextInfo)
46
97
 
47
- * 新增成员:KibanaPrivateVip, CustomKibanaPrivateUrl
98
+ * <font color="#dd0000">**修改成员**:</font>RawLog, IndexStatus
48
99
 
49
- * [OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo)
100
+ * [ScheduledSqlResouceInfo](https://cloud.tencent.com/document/api/614/56471#ScheduledSqlResouceInfo)
50
101
 
51
- * 新增成员:PrivateVip, CustomPrivateUrl
102
+ * 新增成员:MetricNames, MetricLabels, CustomTime, CustomMetricLabels
52
103
 
104
+ * [TopicInfo](https://cloud.tencent.com/document/api/614/56471#TopicInfo)
53
105
 
106
+ * 新增成员:BizType, IsWebTracking
54
107
 
55
108
 
56
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
57
109
 
58
- ### 第 136 次发布
59
110
 
60
- 发布时间:2023-11-23 01:18:49
111
+ ## 主机安全(cwp) 版本:2018-02-28
112
+
113
+ ### 第 104 次发布
114
+
115
+ 发布时间:2023-11-24 01:11:01
61
116
 
62
117
  本次发布包含了以下内容:
63
118
 
@@ -65,18 +120,49 @@
65
120
 
66
121
  修改接口:
67
122
 
68
- * [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
123
+ * [DescribeLicenseGeneral](https://cloud.tencent.com/document/api/296/80398)
69
124
 
70
- * 新增入参:IdCardType, IdCardNumber
125
+ * 新增出参:RepurchaseRenewSwitch
71
126
 
127
+ * [ModifyAutoOpenProVersionConfig](https://cloud.tencent.com/document/api/296/19863)
72
128
 
129
+ * 新增入参:RepurchaseRenewSwitch
73
130
 
74
131
 
75
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
76
132
 
77
- ### 第 133 次发布
78
133
 
79
- 发布时间:2023-11-23 01:19:06
134
+ ## 事件总线(eb) 版本:2021-04-16
135
+
136
+ ### 第 13 次发布
137
+
138
+ 发布时间:2023-11-24 01:14:11
139
+
140
+ 本次发布包含了以下内容:
141
+
142
+ 改善已有的文档。
143
+
144
+ 新增数据结构:
145
+
146
+ * [TDMQParams](https://cloud.tencent.com/document/api/1359/67704#TDMQParams)
147
+
148
+ 修改数据结构:
149
+
150
+ * [ConnectionDescription](https://cloud.tencent.com/document/api/1359/67704#ConnectionDescription)
151
+
152
+ * 新增成员:TDMQParams
153
+
154
+ * [DTSParams](https://cloud.tencent.com/document/api/1359/67704#DTSParams)
155
+
156
+ * 新增成员:ConsumerGroupName, Account, Password
157
+
158
+
159
+
160
+
161
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
162
+
163
+ ### 第 137 次发布
164
+
165
+ 发布时间:2023-11-24 01:14:56
80
166
 
81
167
  本次发布包含了以下内容:
82
168
 
@@ -84,52 +170,77 @@
84
170
 
85
171
  修改接口:
86
172
 
87
- * [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
173
+ * [CreatePersonAuthCertificateImage](https://cloud.tencent.com/document/api/1323/95783)
88
174
 
89
- * 新增入参:IdCardType, IdCardNumber
175
+ * 新增入参:SceneKey
176
+
177
+ * [CreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1323/89386)
178
+
179
+ * 新增入参:SceneKey
90
180
 
91
181
 
92
182
  修改数据结构:
93
183
 
94
- * [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
184
+ * [HasAuthUser](https://cloud.tencent.com/document/api/1323/70369#HasAuthUser)
95
185
 
96
- * <font color="#dd0000">**修改成员**:</font>NotChannelOrganization
186
+ * 新增成员:MainOrganizationId
97
187
 
98
188
 
99
189
 
100
190
 
101
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
191
+ ## 云函数(scf) 版本:2018-04-16
102
192
 
193
+ ### 第 61 次发布
103
194
 
195
+ 发布时间:2023-11-24 01:21:32
104
196
 
105
- ## 腾讯云区块链服务平台 TBaaS(tbaas) 版本:2018-04-16
197
+ 本次发布包含了以下内容:
106
198
 
107
- ### 第 20 次发布
199
+ 改善已有的文档。
108
200
 
109
- 发布时间:2023-11-23 01:26:18
201
+ 修改接口:
202
+
203
+ * [GetFunction](https://cloud.tencent.com/document/api/583/18584)
204
+
205
+ * 新增出参:ImageConfig, DnsCache, IntranetConfig
206
+
207
+
208
+ 新增数据结构:
209
+
210
+ * [IntranetConfigOut](https://cloud.tencent.com/document/api/583/17244#IntranetConfigOut)
211
+
212
+
213
+
214
+ ## SSL 证书(ssl) 版本:2019-12-05
215
+
216
+ ### 第 48 次发布
217
+
218
+ 发布时间:2023-11-24 01:22:20
110
219
 
111
220
  本次发布包含了以下内容:
112
221
 
113
222
  改善已有的文档。
114
223
 
115
- 修改接口:
224
+ 修改数据结构:
116
225
 
117
- * [DownloadUserCert](https://cloud.tencent.com/document/api/663/38516)
226
+ * [CertificateExtra](https://cloud.tencent.com/document/api/400/41679#CertificateExtra)
118
227
 
119
- * 新增出参:Cert
228
+ * 新增成员:CompanyType
120
229
 
121
- * [Invoke](https://cloud.tencent.com/document/api/663/19464)
230
+ * <font color="#dd0000">**修改成员**:</font>SMCert
122
231
 
123
- * 新增出参:TxId
232
+ * [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
124
233
 
234
+ * 新增成员:HasRenewOrder, ReplaceOriCertIsDelete, IsExpiring, DVAuthDeadline, ValidationPassedTime, CertSANs, AwaitingValidationMsg, AllowDownload
125
235
 
126
236
 
127
237
 
128
- ## 容器镜像服务(tcr) 版本:2019-09-24
129
238
 
130
- ### 62 次发布
239
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
131
240
 
132
- 发布时间:2023-11-23 01:27:00
241
+ ### 第 94 次发布
242
+
243
+ 发布时间:2023-11-24 01:24:16
133
244
 
134
245
  本次发布包含了以下内容:
135
246
 
@@ -137,18 +248,15 @@
137
248
 
138
249
  <font color="#dd0000">**预下线接口**:</font>
139
250
 
140
- * CreateCustomAccount
141
- * DeleteCustomAccount
142
- * DescribeCustomAccounts
143
- * ModifyCustomAccount
251
+ * DeleteProClusters
144
252
 
145
253
 
146
254
 
147
- ## 微服务引擎 TSE(tse) 版本:2020-12-07
255
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
148
256
 
149
- ### 第 54 次发布
257
+ ### 第 65 次发布
150
258
 
151
- 发布时间:2023-11-23 01:30:34
259
+ 发布时间:2023-11-23 17:11:36
152
260
 
153
261
  本次发布包含了以下内容:
154
262
 
@@ -156,24 +264,53 @@
156
264
 
157
265
  新增接口:
158
266
 
159
- * [DeleteWafDomains](https://cloud.tencent.com/document/api/1364/101828)
160
- * [DescribeWafDomains](https://cloud.tencent.com/document/api/1364/101827)
161
- * [DescribeWafProtection](https://cloud.tencent.com/document/api/1364/101826)
267
+ * [CreateConfigGroupVersion](https://cloud.tencent.com/document/api/1552/101867)
268
+ * [DeployConfigGroupVersion](https://cloud.tencent.com/document/api/1552/101866)
269
+ * [DescribeConfigGroupVersionDetail](https://cloud.tencent.com/document/api/1552/101865)
270
+ * [DescribeConfigGroupVersions](https://cloud.tencent.com/document/api/1552/101864)
271
+ * [DescribeDeployHistory](https://cloud.tencent.com/document/api/1552/101863)
272
+ * [DescribeEnvironments](https://cloud.tencent.com/document/api/1552/101862)
162
273
 
163
274
  新增数据结构:
164
275
 
165
- * [DescribeWafDomainsResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafDomainsResult)
166
- * [DescribeWafProtectionResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafProtectionResult)
167
- * [RouteWafStatus](https://cloud.tencent.com/document/api/1364/54942#RouteWafStatus)
168
- * [ServiceWafStatus](https://cloud.tencent.com/document/api/1364/54942#ServiceWafStatus)
276
+ * [ConfigGroupVersionInfo](https://cloud.tencent.com/document/api/1552/80721#ConfigGroupVersionInfo)
277
+ * [DeployRecord](https://cloud.tencent.com/document/api/1552/80721#DeployRecord)
278
+ * [EnvInfo](https://cloud.tencent.com/document/api/1552/80721#EnvInfo)
169
279
 
170
280
 
171
281
 
172
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
282
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
173
283
 
174
- ### 第 59 次发布
175
284
 
176
- 发布时间:2023-11-23 01:33:33
285
+
286
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
287
+
288
+ ### 第 44 次发布
289
+
290
+ 发布时间:2023-11-24 01:25:14
291
+
292
+ 本次发布包含了以下内容:
293
+
294
+ 改善已有的文档。
295
+
296
+ 修改数据结构:
297
+
298
+ * [Instance](https://cloud.tencent.com/document/api/851/75051#Instance)
299
+
300
+ * 新增成员:CvmInstanceId
301
+
302
+
303
+
304
+
305
+ ## TI-ONE 训练平台(tione) 版本:2019-10-22
306
+
307
+
308
+
309
+ ## 实时音视频(trtc) 版本:2019-07-22
310
+
311
+ ### 第 61 次发布
312
+
313
+ 发布时间:2023-11-24 01:26:16
177
314
 
178
315
  本次发布包含了以下内容:
179
316
 
@@ -181,12 +318,14 @@
181
318
 
182
319
  新增接口:
183
320
 
184
- * [DescribeColumnsMeta](https://cloud.tencent.com/document/api/1267/101829)
321
+ * [DescribeStreamIngest](https://cloud.tencent.com/document/api/647/101873)
322
+ * [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
323
+ * [StopStreamIngest](https://cloud.tencent.com/document/api/647/101871)
185
324
 
186
325
  新增数据结构:
187
326
 
188
- * [ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta)
189
- * [Pair](https://cloud.tencent.com/document/api/1267/76336#Pair)
327
+ * [AudioEncodeParams](https://cloud.tencent.com/document/api/647/44055#AudioEncodeParams)
328
+ * [VideoEncodeParams](https://cloud.tencent.com/document/api/647/44055#VideoEncodeParams)
190
329
 
191
330
 
192
331
 
@@ -12854,6 +12993,40 @@
12854
12993
 
12855
12994
  ## 云拨测(cat) 版本:2018-04-09
12856
12995
 
12996
+ ### 第 15 次发布
12997
+
12998
+ 发布时间:2023-11-24 01:07:54
12999
+
13000
+ 本次发布包含了以下内容:
13001
+
13002
+ 改善已有的文档。
13003
+
13004
+ 新增接口:
13005
+
13006
+ * [[DescribeInstantTasks](https://cloud.tencent.com/document/api/280/101869)](https://cloud.tencent.com/document/api/#/#)
13007
+
13008
+ 修改接口:
13009
+
13010
+ * [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
13011
+
13012
+ * 新增入参:NodeIpType
13013
+
13014
+ * [UpdateProbeTaskConfigurationList](https://cloud.tencent.com/document/api/280/66201)
13015
+
13016
+ * 新增入参:NodeIpType
13017
+
13018
+
13019
+ 新增数据结构:
13020
+
13021
+ * [[SingleInstantTask](https://cloud.tencent.com/document/api/280/40931#SingleInstantTask)](https://cloud.tencent.com/document/api/280/40931#[SingleInstantTask](https://cloud.tencent.com/document/api/280/40931#SingleInstantTask))
13022
+
13023
+ 修改数据结构:
13024
+
13025
+ * [ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask)
13026
+
13027
+ * 新增成员:NodeIpType
13028
+
13029
+
12857
13030
  ### 第 14 次发布
12858
13031
 
12859
13032
  发布时间:2023-10-25 01:08:41
@@ -21708,6 +21881,29 @@
21708
21881
 
21709
21882
  ## 混沌演练平台(cfg) 版本:2021-08-20
21710
21883
 
21884
+ ### 第 14 次发布
21885
+
21886
+ 发布时间:2023-11-24 01:09:00
21887
+
21888
+ 本次发布包含了以下内容:
21889
+
21890
+ 改善已有的文档。
21891
+
21892
+ 修改数据结构:
21893
+
21894
+ * [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
21895
+
21896
+ * 新增成员:PolicyDealType
21897
+
21898
+ * [TaskConfig](https://cloud.tencent.com/document/api/1500/71784#TaskConfig)
21899
+
21900
+ * 新增成员:PolicyDealType
21901
+
21902
+ * [Template](https://cloud.tencent.com/document/api/1500/71784#Template)
21903
+
21904
+ * 新增成员:PolicyDealType
21905
+
21906
+
21711
21907
  ### 第 13 次发布
21712
21908
 
21713
21909
  发布时间:2023-11-22 01:45:21
@@ -29007,6 +29203,45 @@
29007
29203
 
29008
29204
  ## 日志服务(cls) 版本:2020-10-16
29009
29205
 
29206
+ ### 第 77 次发布
29207
+
29208
+ 发布时间:2023-11-24 01:10:04
29209
+
29210
+ 本次发布包含了以下内容:
29211
+
29212
+ 改善已有的文档。
29213
+
29214
+ 修改接口:
29215
+
29216
+ * [CreateAlarm](https://cloud.tencent.com/document/api/614/56466)
29217
+
29218
+ * 新增入参:Enable, Classifications
29219
+
29220
+ * [ModifyAlarm](https://cloud.tencent.com/document/api/614/56459)
29221
+
29222
+ * 新增入参:Enable, Tags, Classifications
29223
+
29224
+
29225
+ 新增数据结构:
29226
+
29227
+ * [[AlarmClassification](https://cloud.tencent.com/document/api/614/56471#AlarmClassification)](https://cloud.tencent.com/document/api/614/56471#[AlarmClassification](https://cloud.tencent.com/document/api/614/56471#AlarmClassification))
29228
+ * [[MetricLabel](https://cloud.tencent.com/document/api/614/56471#MetricLabel)](https://cloud.tencent.com/document/api/614/56471#[MetricLabel](https://cloud.tencent.com/document/api/614/56471#MetricLabel))
29229
+
29230
+ 修改数据结构:
29231
+
29232
+ * [LogContextInfo](https://cloud.tencent.com/document/api/614/56471#LogContextInfo)
29233
+
29234
+ * <font color="#dd0000">**修改成员**:</font>RawLog, IndexStatus
29235
+
29236
+ * [ScheduledSqlResouceInfo](https://cloud.tencent.com/document/api/614/56471#ScheduledSqlResouceInfo)
29237
+
29238
+ * 新增成员:MetricNames, MetricLabels, CustomTime, CustomMetricLabels
29239
+
29240
+ * [TopicInfo](https://cloud.tencent.com/document/api/614/56471#TopicInfo)
29241
+
29242
+ * 新增成员:BizType, IsWebTracking
29243
+
29244
+
29010
29245
  ### 第 76 次发布
29011
29246
 
29012
29247
  发布时间:2023-11-08 01:21:44
@@ -37923,6 +38158,25 @@
37923
38158
 
37924
38159
  ## 主机安全(cwp) 版本:2018-02-28
37925
38160
 
38161
+ ### 第 104 次发布
38162
+
38163
+ 发布时间:2023-11-24 01:11:01
38164
+
38165
+ 本次发布包含了以下内容:
38166
+
38167
+ 改善已有的文档。
38168
+
38169
+ 修改接口:
38170
+
38171
+ * [DescribeLicenseGeneral](https://cloud.tencent.com/document/api/296/80398)
38172
+
38173
+ * 新增出参:RepurchaseRenewSwitch
38174
+
38175
+ * [ModifyAutoOpenProVersionConfig](https://cloud.tencent.com/document/api/296/19863)
38176
+
38177
+ * 新增入参:RepurchaseRenewSwitch
38178
+
38179
+
37926
38180
  ### 第 103 次发布
37927
38181
 
37928
38182
  发布时间:2023-10-27 01:29:35
@@ -50925,6 +51179,29 @@
50925
51179
 
50926
51180
  ## 事件总线(eb) 版本:2021-04-16
50927
51181
 
51182
+ ### 第 13 次发布
51183
+
51184
+ 发布时间:2023-11-24 01:14:11
51185
+
51186
+ 本次发布包含了以下内容:
51187
+
51188
+ 改善已有的文档。
51189
+
51190
+ 新增数据结构:
51191
+
51192
+ * [[TDMQParams](https://cloud.tencent.com/document/api/1359/67704#TDMQParams)](https://cloud.tencent.com/document/api/1359/67704#[TDMQParams](https://cloud.tencent.com/document/api/1359/67704#TDMQParams))
51193
+
51194
+ 修改数据结构:
51195
+
51196
+ * [ConnectionDescription](https://cloud.tencent.com/document/api/1359/67704#ConnectionDescription)
51197
+
51198
+ * 新增成员:TDMQParams
51199
+
51200
+ * [DTSParams](https://cloud.tencent.com/document/api/1359/67704#DTSParams)
51201
+
51202
+ * 新增成员:ConsumerGroupName, Account, Password
51203
+
51204
+
50928
51205
  ### 第 12 次发布
50929
51206
 
50930
51207
  发布时间:2023-09-08 01:48:45
@@ -56121,6 +56398,32 @@
56121
56398
 
56122
56399
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
56123
56400
 
56401
+ ### 第 137 次发布
56402
+
56403
+ 发布时间:2023-11-24 01:14:56
56404
+
56405
+ 本次发布包含了以下内容:
56406
+
56407
+ 改善已有的文档。
56408
+
56409
+ 修改接口:
56410
+
56411
+ * [CreatePersonAuthCertificateImage](https://cloud.tencent.com/document/api/1323/95783)
56412
+
56413
+ * 新增入参:SceneKey
56414
+
56415
+ * [CreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1323/89386)
56416
+
56417
+ * 新增入参:SceneKey
56418
+
56419
+
56420
+ 修改数据结构:
56421
+
56422
+ * [HasAuthUser](https://cloud.tencent.com/document/api/1323/70369#HasAuthUser)
56423
+
56424
+ * 新增成员:MainOrganizationId
56425
+
56426
+
56124
56427
  ### 第 136 次发布
56125
56428
 
56126
56429
  发布时间:2023-11-23 01:18:49
@@ -66170,6 +66473,33 @@
66170
66473
 
66171
66474
 
66172
66475
 
66476
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
66477
+
66478
+ ### 第 1 次发布
66479
+
66480
+ 发布时间:2023-11-23 11:01:12
66481
+
66482
+ 本次发布包含了以下内容:
66483
+
66484
+ 改善已有的文档。
66485
+
66486
+ 新增接口:
66487
+
66488
+ * [ChatPro](https://cloud.tencent.com/document/api/1729/101837)
66489
+ * [ChatStd](https://cloud.tencent.com/document/api/1729/101836)
66490
+ * [GetTokenCount](https://cloud.tencent.com/document/api/1729/101835)
66491
+
66492
+ 新增数据结构:
66493
+
66494
+ * [Choice](https://cloud.tencent.com/document/api/1729/101838#Choice)
66495
+ * [Delta](https://cloud.tencent.com/document/api/1729/101838#Delta)
66496
+ * [ErrorMsg](https://cloud.tencent.com/document/api/1729/101838#ErrorMsg)
66497
+ * [Message](https://cloud.tencent.com/document/api/1729/101838#Message)
66498
+ * [Usage](https://cloud.tencent.com/document/api/1729/101838#Usage)
66499
+
66500
+
66501
+
66502
+
66173
66503
  ## 人脸识别(iai) 版本:2018-03-01
66174
66504
 
66175
66505
  ### 第 20 次发布
@@ -94840,6 +95170,25 @@
94840
95170
 
94841
95171
  ## 云函数(scf) 版本:2018-04-16
94842
95172
 
95173
+ ### 第 61 次发布
95174
+
95175
+ 发布时间:2023-11-24 01:21:32
95176
+
95177
+ 本次发布包含了以下内容:
95178
+
95179
+ 改善已有的文档。
95180
+
95181
+ 修改接口:
95182
+
95183
+ * [GetFunction](https://cloud.tencent.com/document/api/583/18584)
95184
+
95185
+ * 新增出参:ImageConfig, DnsCache, IntranetConfig
95186
+
95187
+
95188
+ 新增数据结构:
95189
+
95190
+ * [[IntranetConfigOut](https://cloud.tencent.com/document/api/583/17244#IntranetConfigOut)](https://cloud.tencent.com/document/api/583/17244#[IntranetConfigOut](https://cloud.tencent.com/document/api/583/17244#IntranetConfigOut))
95191
+
94843
95192
  ### 第 60 次发布
94844
95193
 
94845
95194
  发布时间:2023-08-22 01:18:21
@@ -99042,6 +99391,27 @@
99042
99391
 
99043
99392
  ## SSL 证书(ssl) 版本:2019-12-05
99044
99393
 
99394
+ ### 第 48 次发布
99395
+
99396
+ 发布时间:2023-11-24 01:22:20
99397
+
99398
+ 本次发布包含了以下内容:
99399
+
99400
+ 改善已有的文档。
99401
+
99402
+ 修改数据结构:
99403
+
99404
+ * [CertificateExtra](https://cloud.tencent.com/document/api/400/41679#CertificateExtra)
99405
+
99406
+ * 新增成员:CompanyType
99407
+
99408
+ * <font color="#dd0000">**修改成员**:</font>SMCert
99409
+
99410
+ * [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
99411
+
99412
+ * 新增成员:HasRenewOrder, ReplaceOriCertIsDelete, IsExpiring, DVAuthDeadline, ValidationPassedTime, CertSANs, AwaitingValidationMsg, AllowDownload
99413
+
99414
+
99045
99415
  ### 第 47 次发布
99046
99416
 
99047
99417
  发布时间:2023-10-23 00:18:24
@@ -109110,6 +109480,18 @@
109110
109480
 
109111
109481
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
109112
109482
 
109483
+ ### 第 94 次发布
109484
+
109485
+ 发布时间:2023-11-24 01:24:16
109486
+
109487
+ 本次发布包含了以下内容:
109488
+
109489
+ 改善已有的文档。
109490
+
109491
+ <font color="#dd0000">**预下线接口**:</font>
109492
+
109493
+ * DeleteProClusters
109494
+
109113
109495
  ### 第 93 次发布
109114
109496
 
109115
109497
  发布时间:2023-11-22 06:38:54
@@ -113454,6 +113836,29 @@
113454
113836
 
113455
113837
  ## 边缘安全加速平台(teo) 版本:2022-09-01
113456
113838
 
113839
+ ### 第 65 次发布
113840
+
113841
+ 发布时间:2023-11-23 17:11:36
113842
+
113843
+ 本次发布包含了以下内容:
113844
+
113845
+ 改善已有的文档。
113846
+
113847
+ 新增接口:
113848
+
113849
+ * [[CreateConfigGroupVersion](https://cloud.tencent.com/document/api/1552/101867)](https://cloud.tencent.com/document/api/#/#)
113850
+ * [[DeployConfigGroupVersion](https://cloud.tencent.com/document/api/1552/101866)](https://cloud.tencent.com/document/api/#/#)
113851
+ * [[DescribeConfigGroupVersionDetail](https://cloud.tencent.com/document/api/1552/101865)](https://cloud.tencent.com/document/api/#/#)
113852
+ * [[DescribeConfigGroupVersions](https://cloud.tencent.com/document/api/1552/101864)](https://cloud.tencent.com/document/api/#/#)
113853
+ * [[DescribeDeployHistory](https://cloud.tencent.com/document/api/1552/101863)](https://cloud.tencent.com/document/api/#/#)
113854
+ * [[DescribeEnvironments](https://cloud.tencent.com/document/api/1552/101862)](https://cloud.tencent.com/document/api/#/#)
113855
+
113856
+ 新增数据结构:
113857
+
113858
+ * [[ConfigGroupVersionInfo](https://cloud.tencent.com/document/api/1552/80721#ConfigGroupVersionInfo)](https://cloud.tencent.com/document/api/1552/80721#[ConfigGroupVersionInfo](https://cloud.tencent.com/document/api/1552/80721#ConfigGroupVersionInfo))
113859
+ * [[DeployRecord](https://cloud.tencent.com/document/api/1552/80721#DeployRecord)](https://cloud.tencent.com/document/api/1552/80721#[DeployRecord](https://cloud.tencent.com/document/api/1552/80721#DeployRecord))
113860
+ * [[EnvInfo](https://cloud.tencent.com/document/api/1552/80721#EnvInfo)](https://cloud.tencent.com/document/api/1552/80721#[EnvInfo](https://cloud.tencent.com/document/api/1552/80721#EnvInfo))
113861
+
113457
113862
  ### 第 64 次发布
113458
113863
 
113459
113864
  发布时间:2023-11-22 06:42:38
@@ -117408,6 +117813,21 @@
117408
117813
 
117409
117814
  ## TI-ONE 训练平台(tione) 版本:2021-11-11
117410
117815
 
117816
+ ### 第 44 次发布
117817
+
117818
+ 发布时间:2023-11-24 01:25:14
117819
+
117820
+ 本次发布包含了以下内容:
117821
+
117822
+ 改善已有的文档。
117823
+
117824
+ 修改数据结构:
117825
+
117826
+ * [Instance](https://cloud.tencent.com/document/api/851/75051#Instance)
117827
+
117828
+ * 新增成员:CvmInstanceId
117829
+
117830
+
117411
117831
  ### 第 43 次发布
117412
117832
 
117413
117833
  发布时间:2023-11-17 01:26:29
@@ -122557,7 +122977,7 @@
122557
122977
 
122558
122978
 
122559
122979
 
122560
- ## 腾讯知识图谱数据查询(tkgdq) 版本:2019-04-11
122980
+ ## (tkgdq) 版本:2019-04-11
122561
122981
 
122562
122982
  ### 第 1 次发布
122563
122983
 
@@ -123841,6 +124261,25 @@
123841
124261
 
123842
124262
  ## 实时音视频(trtc) 版本:2019-07-22
123843
124263
 
124264
+ ### 第 61 次发布
124265
+
124266
+ 发布时间:2023-11-24 01:26:16
124267
+
124268
+ 本次发布包含了以下内容:
124269
+
124270
+ 改善已有的文档。
124271
+
124272
+ 新增接口:
124273
+
124274
+ * [[DescribeStreamIngest](https://cloud.tencent.com/document/api/647/101873)](https://cloud.tencent.com/document/api/#/#)
124275
+ * [[StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)](https://cloud.tencent.com/document/api/#/#)
124276
+ * [[StopStreamIngest](https://cloud.tencent.com/document/api/647/101871)](https://cloud.tencent.com/document/api/#/#)
124277
+
124278
+ 新增数据结构:
124279
+
124280
+ * [[AudioEncodeParams](https://cloud.tencent.com/document/api/647/44055#AudioEncodeParams)](https://cloud.tencent.com/document/api/647/44055#[AudioEncodeParams](https://cloud.tencent.com/document/api/647/44055#AudioEncodeParams))
124281
+ * [[VideoEncodeParams](https://cloud.tencent.com/document/api/647/44055#VideoEncodeParams)](https://cloud.tencent.com/document/api/647/44055#[VideoEncodeParams](https://cloud.tencent.com/document/api/647/44055#VideoEncodeParams))
124282
+
123844
124283
  ### 第 60 次发布
123845
124284
 
123846
124285
  发布时间:2023-11-16 01:34:14
@@ -124979,16 +125418,16 @@
124979
125418
 
124980
125419
  新增接口:
124981
125420
 
124982
- * [[DeleteWafDomains](https://cloud.tencent.com/document/api/1364/101828)](https://cloud.tencent.com/document/api/#/#)
124983
- * [[DescribeWafDomains](https://cloud.tencent.com/document/api/1364/101827)](https://cloud.tencent.com/document/api/#/#)
124984
- * [[DescribeWafProtection](https://cloud.tencent.com/document/api/1364/101826)](https://cloud.tencent.com/document/api/#/#)
125421
+ * [DeleteWafDomains](https://cloud.tencent.com/document/api/1364/101828)
125422
+ * [DescribeWafDomains](https://cloud.tencent.com/document/api/1364/101827)
125423
+ * [DescribeWafProtection](https://cloud.tencent.com/document/api/1364/101826)
124985
125424
 
124986
125425
  新增数据结构:
124987
125426
 
124988
- * [[DescribeWafDomainsResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafDomainsResult)](https://cloud.tencent.com/document/api/1364/54942#[DescribeWafDomainsResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafDomainsResult))
124989
- * [[DescribeWafProtectionResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafProtectionResult)](https://cloud.tencent.com/document/api/1364/54942#[DescribeWafProtectionResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafProtectionResult))
124990
- * [[RouteWafStatus](https://cloud.tencent.com/document/api/1364/54942#RouteWafStatus)](https://cloud.tencent.com/document/api/1364/54942#[RouteWafStatus](https://cloud.tencent.com/document/api/1364/54942#RouteWafStatus))
124991
- * [[ServiceWafStatus](https://cloud.tencent.com/document/api/1364/54942#ServiceWafStatus)](https://cloud.tencent.com/document/api/1364/54942#[ServiceWafStatus](https://cloud.tencent.com/document/api/1364/54942#ServiceWafStatus))
125427
+ * [DescribeWafDomainsResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafDomainsResult)
125428
+ * [DescribeWafProtectionResult](https://cloud.tencent.com/document/api/1364/54942#DescribeWafProtectionResult)
125429
+ * [RouteWafStatus](https://cloud.tencent.com/document/api/1364/54942#RouteWafStatus)
125430
+ * [ServiceWafStatus](https://cloud.tencent.com/document/api/1364/54942#ServiceWafStatus)
124992
125431
 
124993
125432
  ### 第 53 次发布
124994
125433
 
@@ -140256,12 +140695,12 @@
140256
140695
 
140257
140696
  新增接口:
140258
140697
 
140259
- * [[DescribeColumnsMeta](https://cloud.tencent.com/document/api/1267/101829)](https://cloud.tencent.com/document/api/#/#)
140698
+ * [DescribeColumnsMeta](https://cloud.tencent.com/document/api/1267/101829)
140260
140699
 
140261
140700
  新增数据结构:
140262
140701
 
140263
- * [[ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta)](https://cloud.tencent.com/document/api/1267/76336#[ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta))
140264
- * [[Pair](https://cloud.tencent.com/document/api/1267/76336#Pair)](https://cloud.tencent.com/document/api/1267/76336#[Pair](https://cloud.tencent.com/document/api/1267/76336#Pair))
140702
+ * [ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta)
140703
+ * [Pair](https://cloud.tencent.com/document/api/1267/76336#Pair)
140265
140704
 
140266
140705
  ### 第 58 次发布
140267
140706