tencentcloud-sdk-nodejs 4.0.961 → 4.0.962

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 (55) hide show
  1. package/CHANGELOG.md +267 -0
  2. package/SERVICE_CHANGELOG.md +328 -197
  3. package/package.json +1 -1
  4. package/products.md +15 -15
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/captcha/v20190722/captcha_models.ts +3 -3
  7. package/src/services/cfw/v20190904/cfw_client.ts +4 -2
  8. package/src/services/cfw/v20190904/cfw_models.ts +9 -9
  9. package/src/services/clb/v20180317/clb_models.ts +9 -1
  10. package/src/services/cwp/v20180228/cwp_client.ts +8 -4
  11. package/src/services/cwp/v20180228/cwp_models.ts +183 -179
  12. package/src/services/gaap/v20180529/gaap_client.ts +2 -2
  13. package/src/services/gaap/v20180529/gaap_models.ts +66 -60
  14. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  15. package/src/services/pts/v20210728/pts_models.ts +5 -0
  16. package/src/services/redis/v20180412/redis_client.ts +1 -1
  17. package/src/services/redis/v20180412/redis_models.ts +3 -1
  18. package/src/services/taf/v20200210/taf_models.ts +1 -1
  19. package/src/services/tdmq/v20200217/tdmq_client.ts +29 -4
  20. package/src/services/tdmq/v20200217/tdmq_models.ts +272 -165
  21. package/src/services/trocket/v20230308/trocket_client.ts +2 -2
  22. package/src/services/trocket/v20230308/trocket_models.ts +9 -1
  23. package/src/services/tsi/v20210325/tsi_client.ts +1 -0
  24. package/src/services/tsi/v20210325/tsi_models.ts +52 -0
  25. package/src/services/vod/v20180717/vod_client.ts +9 -3
  26. package/src/services/vod/v20180717/vod_models.ts +516 -87
  27. package/tencentcloud/common/sdk_version.d.ts +1 -1
  28. package/tencentcloud/common/sdk_version.js +1 -1
  29. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +3 -3
  30. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +3 -1
  31. package/tencentcloud/services/cfw/v20190904/cfw_client.js +3 -1
  32. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +9 -9
  33. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
  34. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
  35. package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -2
  36. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +183 -179
  37. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +2 -2
  38. package/tencentcloud/services/gaap/v20180529/gaap_client.js +1 -1
  39. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +66 -60
  40. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  41. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +5 -0
  42. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  43. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  44. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -1
  45. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +1 -1
  46. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -1
  47. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -0
  48. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +267 -165
  49. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +2 -2
  50. package/tencentcloud/services/trocket/v20230308/trocket_client.js +2 -2
  51. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +9 -1
  52. package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +51 -0
  53. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  54. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +509 -86
  55. package/test/tdmq.v20200217.test.js +20 -0
@@ -1,29 +1,26 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 验证码(captcha) 版本:2019-07-22
3
+ ## 云防火墙(cfw) 版本:2019-09-04
4
4
 
5
- ### 第 18 次发布
5
+ ### 第 67 次发布
6
6
 
7
- 发布时间:2024-10-22 01:09:32
7
+ 发布时间:2024-10-23 01:11:48
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
14
-
15
- * [DescribeCaptchaResult](https://cloud.tencent.com/document/api/1110/36926)
16
-
17
- * 新增出参:DeviceRiskCategory
13
+ <font color="#dd0000">**预下线接口**:</font>
18
14
 
15
+ * DescribeNatSwitchList
19
16
 
20
17
 
21
18
 
22
- ## 云数据库 MySQL(cdb) 版本:2017-03-20
19
+ ## 负载均衡(clb) 版本:2018-03-17
23
20
 
24
- ### 第 169 次发布
21
+ ### 第 112 次发布
25
22
 
26
- 发布时间:2024-10-22 01:10:00
23
+ 发布时间:2024-10-23 01:12:48
27
24
 
28
25
  本次发布包含了以下内容:
29
26
 
@@ -31,18 +28,18 @@
31
28
 
32
29
  修改接口:
33
30
 
34
- * [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
31
+ * [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
35
32
 
36
- * 新增入参:ClusterTopology
33
+ * 新增入参:LBChargeType, AccessLogTopicId
37
34
 
38
35
 
39
36
 
40
37
 
41
- ## 云防火墙(cfw) 版本:2019-09-04
38
+ ## 主机安全(cwp) 版本:2018-02-28
42
39
 
43
- ### 第 66 次发布
40
+ ### 第 126 次发布
44
41
 
45
- 发布时间:2024-10-22 01:11:25
42
+ 发布时间:2024-10-23 01:14:18
46
43
 
47
44
  本次发布包含了以下内容:
48
45
 
@@ -50,47 +47,39 @@
50
47
 
51
48
  <font color="#dd0000">**预下线接口**:</font>
52
49
 
53
- * DescribeSwitchLists
50
+ * DescribeAttackSource
51
+ * DescribeAttackSourceEvents
54
52
 
55
53
  修改数据结构:
56
54
 
57
- * [TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)
58
-
59
- * 新增成员:IpVersion
60
-
61
-
62
-
63
-
64
- ## 主机安全(cwp) 版本:2018-02-28
55
+ * [AssetUserBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetUserBaseInfo)
65
56
 
66
- ### 125 次发布
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
67
58
 
68
- 发布时间:2024-10-22 01:13:51
59
+ * [MalwareInfo](https://cloud.tencent.com/document/api/296/19867#MalwareInfo)
69
60
 
70
- 本次发布包含了以下内容:
61
+ * 新增成员:References
71
62
 
72
- 改善已有的文档。
63
+ * [MalwareWhiteListInfo](https://cloud.tencent.com/document/api/296/19867#MalwareWhiteListInfo)
73
64
 
74
- 修改数据结构:
65
+ * 新增成员:ModifyTime
75
66
 
76
- * [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
67
+ * [RansomDefenseRollbackTask](https://cloud.tencent.com/document/api/296/19867#RansomDefenseRollbackTask)
77
68
 
78
- * 新增成员:VulFixSwitch
69
+ * 新增成员:InstanceId
79
70
 
80
- * <font color="#dd0000">**修改成员**:</font>AttackLevel, FixNoNeedRestart, Method
71
+ * [RansomDefenseStrategyMachineBackupInfo](https://cloud.tencent.com/document/api/296/19867#RansomDefenseStrategyMachineBackupInfo)
81
72
 
82
- * [VulStoreListInfo](https://cloud.tencent.com/document/api/296/19867#VulStoreListInfo)
73
+ * 新增成员:HostVersion
83
74
 
84
- * <font color="#dd0000">**修改成员**:</font>Method, AttackLevel, FixSwitch, SupportDefense
85
75
 
86
76
 
87
77
 
78
+ ## 全球应用加速(gaap) 版本:2018-05-29
88
79
 
89
- ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
80
+ ### 50 次发布
90
81
 
91
- ### 第 109 次发布
92
-
93
- 发布时间:2024-10-22 01:15:19
82
+ 发布时间:2024-10-23 01:20:50
94
83
 
95
84
  本次发布包含了以下内容:
96
85
 
@@ -98,77 +87,69 @@
98
87
 
99
88
  修改接口:
100
89
 
101
- * [DescribeProxySpecs](https://cloud.tencent.com/document/api/1003/94241)
90
+ * [DescribeDestRegions](https://cloud.tencent.com/document/api/608/36964)
102
91
 
103
- * 新增入参:ClusterId
92
+ * 新增入参:QualityType
104
93
 
105
94
 
106
95
 
107
96
 
108
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
97
+ ## 云压测(pts) 版本:2021-07-28
109
98
 
110
- ### 第 191 次发布
99
+ ### 第 16 次发布
111
100
 
112
- 发布时间:2024-10-22 01:19:30
101
+ 发布时间:2024-10-23 01:29:03
113
102
 
114
103
  本次发布包含了以下内容:
115
104
 
116
105
  改善已有的文档。
117
106
 
118
- 修改接口:
107
+ 修改数据结构:
119
108
 
120
- * [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
109
+ * [Job](https://cloud.tencent.com/document/api/1484/78100#Job)
121
110
 
122
- * 新增入参:Intention, CacheApproverInfo
111
+ * 新增成员:PayMode
123
112
 
124
113
 
125
114
 
126
115
 
127
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
116
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
128
117
 
129
- ### 第 189 次发布
118
+ ### 第 125 次发布
130
119
 
131
- 发布时间:2024-10-22 01:19:53
120
+ 发布时间:2024-10-22 16:47:19
132
121
 
133
122
  本次发布包含了以下内容:
134
123
 
135
124
  改善已有的文档。
136
125
 
137
- 修改接口:
138
-
139
- * [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
140
-
141
- * 新增入参:Intention, CacheApproverInfo
142
-
143
-
144
-
145
-
146
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
147
-
126
+ 新增接口:
148
127
 
128
+ * [DeleteRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111861)
129
+ * [DescribeRabbitMQBindings](https://cloud.tencent.com/document/api/1179/111860)
149
130
 
150
- ## 实时互动-教育版(lcic) 版本:2022-08-17
131
+ 新增数据结构:
151
132
 
152
- ### 第 62 次发布
133
+ * [RabbitMQBindingListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQBindingListInfo)
153
134
 
154
- 发布时间:2024-10-22 01:23:38
135
+ 修改数据结构:
155
136
 
156
- 本次发布包含了以下内容:
137
+ * [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
157
138
 
158
- 改善已有的文档。
139
+ * <font color="#dd0000">**修改成员**:</font>Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled, GroupType, RetryMaxTimes
159
140
 
160
- 修改接口:
141
+ * [RocketMQMsgLog](https://cloud.tencent.com/document/api/1179/46089#RocketMQMsgLog)
161
142
 
162
- * [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
143
+ * <font color="#dd0000">**修改成员**:</font>MsgId, MsgTag, MsgKey, ProducerAddr, ProduceTime, PulsarMsgId, DeadLetterResendTimes, ResendSuccessCount
163
144
 
164
145
 
165
146
 
166
147
 
167
- ## 腾讯云可观测平台(monitor) 版本:2018-07-24
148
+ ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
168
149
 
169
- ### 第 122 次发布
150
+ ### 第 24 次发布
170
151
 
171
- 发布时间:2024-10-22 01:25:28
152
+ 发布时间:2024-10-22 12:32:33
172
153
 
173
154
  本次发布包含了以下内容:
174
155
 
@@ -176,82 +157,56 @@
176
157
 
177
158
  修改接口:
178
159
 
179
- * [DescribeAlarmHistories](https://cloud.tencent.com/document/api/248/48684)
180
-
181
- * 新增入参:AlarmTypes
182
-
183
-
184
- 修改数据结构:
185
-
186
- * [AlarmHistory](https://cloud.tencent.com/document/api/248/30354#AlarmHistory)
160
+ * [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)
187
161
 
188
- * 新增成员:PolicyPermissions
162
+ * 新增入参:AclEnabled, ExtraTopicNum
189
163
 
190
164
 
191
165
 
192
166
 
193
- ## 流量反欺诈(taf) 版本:2020-02-10
167
+ ## 腾讯同传系统(tsi) 版本:2021-03-25
194
168
 
195
- ### 第 19 次发布
169
+ ### 第 2 次发布
196
170
 
197
- 发布时间:2024-10-22 01:30:02
171
+ 发布时间:2024-10-23 01:36:51
198
172
 
199
173
  本次发布包含了以下内容:
200
174
 
201
175
  改善已有的文档。
202
176
 
203
- 修改数据结构:
204
-
205
- * [InputBusinessEncryptData](https://cloud.tencent.com/document/api/1031/43310#InputBusinessEncryptData)
206
-
207
- * 新增成员:EncryptMethod, EncryptData, EncryptMode, PaddingType
208
-
209
-
210
-
177
+ 修改接口:
211
178
 
212
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
179
+ * [TongChuanRecognize](https://cloud.tencent.com/document/api/1399/107635)
213
180
 
214
- ### 第 124 次发布
181
+ * 新增入参:TTS
215
182
 
216
- 发布时间:2024-10-22 01:32:24
183
+ * [TongChuanSync](https://cloud.tencent.com/document/api/1399/107634)
217
184
 
218
- 本次发布包含了以下内容:
185
+ * 新增入参:TTS
219
186
 
220
- 改善已有的文档。
221
187
 
222
- 新增接口:
188
+ 新增数据结构:
223
189
 
224
- * [CreateRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111850)
190
+ * [TTS](https://cloud.tencent.com/document/api/1399/107637#TTS)
225
191
 
226
192
  修改数据结构:
227
193
 
228
- * [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
229
-
230
- * <font color="#dd0000">**修改成员**:</font>InternalEndpoint
231
-
232
-
233
-
234
-
235
- ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
194
+ * [DisplayInfo](https://cloud.tencent.com/document/api/1399/107637#DisplayInfo)
236
195
 
237
- ### 第 23 次发布
196
+ * 新增成员:Audio
238
197
 
239
- 发布时间:2024-10-22 01:34:38
240
198
 
241
- 本次发布包含了以下内容:
242
199
 
243
- 改善已有的文档。
244
200
 
245
- 修改数据结构:
201
+ ## 云点播(vod) 版本:2024-07-18
246
202
 
247
- * [SourceClusterTopicConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterTopicConfig)
248
203
 
249
- * 新增成员:NamespaceV4, TopicNameV4, FullNamespaceV4
250
204
 
205
+ ## 云点播(vod) 版本:2018-07-17
251
206
 
252
- ### 第 22 次发布
207
+ ### 第 188 次发布
253
208
 
254
- 发布时间:2024-10-21 19:32:27
209
+ 发布时间:2024-10-23 01:37:04
255
210
 
256
211
  本次发布包含了以下内容:
257
212
 
@@ -259,103 +214,54 @@
259
214
 
260
215
  修改接口:
261
216
 
262
- * [CreateConsumerGroup](https://cloud.tencent.com/document/api/1493/97943)
263
-
264
- * <font color="#dd0000">**修改入参**:</font>ConsumerGroup
265
-
266
- * [DeleteConsumerGroup](https://cloud.tencent.com/document/api/1493/97942)
267
-
268
- * <font color="#dd0000">**修改入参**:</font>ConsumerGroup
217
+ * [CreateAIRecognitionTemplate](https://cloud.tencent.com/document/api/266/34791)
269
218
 
270
- * [DescribeConsumerGroup](https://cloud.tencent.com/document/api/1493/97941)
219
+ * 新增入参:AsrTranslateConfigure
271
220
 
272
- * 新增出参:MessageModel
273
-
274
- * [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
221
+ * [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/266/34787)
275
222
 
276
- * <font color="#dd0000">**修改入参**:</font>Offset, Limit
223
+ * 新增入参:Type
277
224
 
278
- * [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745)
225
+ * [ModifyAIRecognitionTemplate](https://cloud.tencent.com/document/api/266/34785)
279
226
 
280
- * <font color="#dd0000">**修改入参**:</font>Offset, Limit
227
+ * 新增入参:AsrTranslateConfigure
281
228
 
282
- * [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862)
283
229
 
284
- * <font color="#dd0000">**修改入参**:</font>Offset, Limit
230
+ 新增数据结构:
285
231
 
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)
286
238
 
287
239
  修改数据结构:
288
240
 
289
- * [Endpoint](https://cloud.tencent.com/document/api/1493/96031#Endpoint)
290
-
291
- * 新增成员:BillingFlow
292
-
293
- * [RoleItem](https://cloud.tencent.com/document/api/1493/96031#RoleItem)
294
-
295
- * <font color="#dd0000">**修改成员**:</font>RoleName, PermRead, PermWrite
296
-
297
-
298
-
299
-
300
- ## 私有网络(vpc) 版本:2017-03-12
301
-
302
- ### 第 214 次发布
303
-
304
- 发布时间:2024-10-22 01:37:03
305
-
306
- 本次发布包含了以下内容:
307
-
308
- 改善已有的文档。
309
-
310
- 修改接口:
311
-
312
- * [CreateVpnGatewaySslServer](https://cloud.tencent.com/document/api/215/70289)
313
-
314
- * <font color="#dd0000">**修改入参**:</font>LocalAddress
315
-
316
-
317
-
318
-
319
- ## Web 应用防火墙(waf) 版本:2018-01-25
320
-
321
- ### 第 97 次发布
322
-
323
- 发布时间:2024-10-22 01:38:00
324
-
325
- 本次发布包含了以下内容:
326
-
327
- 改善已有的文档。
328
-
329
- 新增接口:
330
-
331
- * [DescribeProtectionModes](https://cloud.tencent.com/document/api/627/111851)
332
-
333
- 新增数据结构:
241
+ * [AIRecognitionTemplateItem](https://cloud.tencent.com/document/api/266/31773#AIRecognitionTemplateItem)
334
242
 
335
- * [TigaMainClassMode](https://cloud.tencent.com/document/api/627/53609#TigaMainClassMode)
243
+ * 新增成员:Type, AsrTranslateConfigure
336
244
 
245
+ * [AiRecognitionResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionResult)
337
246
 
247
+ * 新增成员:AsrTranslateTask
338
248
 
339
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
249
+ * [AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem)
340
250
 
341
- ### 108 次发布
251
+ * 新增成员:Id, Name, Language
342
252
 
343
- 发布时间:2024-10-22 01:38:35
253
+ * [AsrFullTextConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfo)
344
254
 
345
- 本次发布包含了以下内容:
255
+ * 新增成员:SubtitleName
346
256
 
347
- 改善已有的文档。
257
+ * [AsrFullTextConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfoForUpdate)
348
258
 
349
- 新增接口:
259
+ * 新增成员:SubtitleName
350
260
 
351
- * [DescribeProjectUsers](https://cloud.tencent.com/document/api/1267/111852)
261
+ * [MediaSubtitleItem](https://cloud.tencent.com/document/api/266/31773#MediaSubtitleItem)
352
262
 
353
- 新增数据结构:
263
+ * 新增成员:Source
354
264
 
355
- * [ProjectUserRole](https://cloud.tencent.com/document/api/1267/76336#ProjectUserRole)
356
- * [ProjectUsersPage](https://cloud.tencent.com/document/api/1267/76336#ProjectUsersPage)
357
- * [RolePrivilege](https://cloud.tencent.com/document/api/1267/76336#RolePrivilege)
358
- * [SystemRole](https://cloud.tencent.com/document/api/1267/76336#SystemRole)
359
265
 
360
266
 
361
267
 
@@ -26199,6 +26105,18 @@
26199
26105
 
26200
26106
  ## 云防火墙(cfw) 版本:2019-09-04
26201
26107
 
26108
+ ### 第 67 次发布
26109
+
26110
+ 发布时间:2024-10-23 01:11:48
26111
+
26112
+ 本次发布包含了以下内容:
26113
+
26114
+ 改善已有的文档。
26115
+
26116
+ <font color="#dd0000">**预下线接口**:</font>
26117
+
26118
+ * DescribeNatSwitchList
26119
+
26202
26120
  ### 第 66 次发布
26203
26121
 
26204
26122
  发布时间:2024-10-22 01:11:25
@@ -30740,6 +30658,21 @@
30740
30658
 
30741
30659
  ## 负载均衡(clb) 版本:2018-03-17
30742
30660
 
30661
+ ### 第 112 次发布
30662
+
30663
+ 发布时间:2024-10-23 01:12:48
30664
+
30665
+ 本次发布包含了以下内容:
30666
+
30667
+ 改善已有的文档。
30668
+
30669
+ 修改接口:
30670
+
30671
+ * [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
30672
+
30673
+ * 新增入参:LBChargeType, AccessLogTopicId
30674
+
30675
+
30743
30676
  ### 第 111 次发布
30744
30677
 
30745
30678
  发布时间:2024-09-25 01:12:46
@@ -43970,6 +43903,42 @@
43970
43903
 
43971
43904
  ## 主机安全(cwp) 版本:2018-02-28
43972
43905
 
43906
+ ### 第 126 次发布
43907
+
43908
+ 发布时间:2024-10-23 01:14:18
43909
+
43910
+ 本次发布包含了以下内容:
43911
+
43912
+ 改善已有的文档。
43913
+
43914
+ <font color="#dd0000">**预下线接口**:</font>
43915
+
43916
+ * DescribeAttackSource
43917
+ * DescribeAttackSourceEvents
43918
+
43919
+ 修改数据结构:
43920
+
43921
+ * [AssetUserBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetUserBaseInfo)
43922
+
43923
+ * <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
43924
+
43925
+ * [MalwareInfo](https://cloud.tencent.com/document/api/296/19867#MalwareInfo)
43926
+
43927
+ * 新增成员:References
43928
+
43929
+ * [MalwareWhiteListInfo](https://cloud.tencent.com/document/api/296/19867#MalwareWhiteListInfo)
43930
+
43931
+ * 新增成员:ModifyTime
43932
+
43933
+ * [RansomDefenseRollbackTask](https://cloud.tencent.com/document/api/296/19867#RansomDefenseRollbackTask)
43934
+
43935
+ * 新增成员:InstanceId
43936
+
43937
+ * [RansomDefenseStrategyMachineBackupInfo](https://cloud.tencent.com/document/api/296/19867#RansomDefenseStrategyMachineBackupInfo)
43938
+
43939
+ * 新增成员:HostVersion
43940
+
43941
+
43973
43942
  ### 第 125 次发布
43974
43943
 
43975
43944
  发布时间:2024-10-22 01:13:51
@@ -75638,6 +75607,21 @@
75638
75607
 
75639
75608
  ## 全球应用加速(gaap) 版本:2018-05-29
75640
75609
 
75610
+ ### 第 50 次发布
75611
+
75612
+ 发布时间:2024-10-23 01:20:50
75613
+
75614
+ 本次发布包含了以下内容:
75615
+
75616
+ 改善已有的文档。
75617
+
75618
+ 修改接口:
75619
+
75620
+ * [DescribeDestRegions](https://cloud.tencent.com/document/api/608/36964)
75621
+
75622
+ * 新增入参:QualityType
75623
+
75624
+
75641
75625
  ### 第 49 次发布
75642
75626
 
75643
75627
  发布时间:2024-07-17 01:16:44
@@ -112073,6 +112057,21 @@
112073
112057
 
112074
112058
  ## 云压测(pts) 版本:2021-07-28
112075
112059
 
112060
+ ### 第 16 次发布
112061
+
112062
+ 发布时间:2024-10-23 01:29:03
112063
+
112064
+ 本次发布包含了以下内容:
112065
+
112066
+ 改善已有的文档。
112067
+
112068
+ 修改数据结构:
112069
+
112070
+ * [Job](https://cloud.tencent.com/document/api/1484/78100#Job)
112071
+
112072
+ * 新增成员:PayMode
112073
+
112074
+
112076
112075
  ### 第 15 次发布
112077
112076
 
112078
112077
  发布时间:2024-04-19 01:24:07
@@ -130975,6 +130974,34 @@
130975
130974
 
130976
130975
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
130977
130976
 
130977
+ ### 第 125 次发布
130978
+
130979
+ 发布时间:2024-10-22 16:47:19
130980
+
130981
+ 本次发布包含了以下内容:
130982
+
130983
+ 改善已有的文档。
130984
+
130985
+ 新增接口:
130986
+
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/#/#)
130989
+
130990
+ 新增数据结构:
130991
+
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))
130993
+
130994
+ 修改数据结构:
130995
+
130996
+ * [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
130997
+
130998
+ * <font color="#dd0000">**修改成员**:</font>Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled, GroupType, RetryMaxTimes
130999
+
131000
+ * [RocketMQMsgLog](https://cloud.tencent.com/document/api/1179/46089#RocketMQMsgLog)
131001
+
131002
+ * <font color="#dd0000">**修改成员**:</font>MsgId, MsgTag, MsgKey, ProducerAddr, ProduceTime, PulsarMsgId, DeadLetterResendTimes, ResendSuccessCount
131003
+
131004
+
130978
131005
  ### 第 124 次发布
130979
131006
 
130980
131007
  发布时间:2024-10-22 01:32:24
@@ -130985,7 +131012,7 @@
130985
131012
 
130986
131013
  新增接口:
130987
131014
 
130988
- * [[CreateRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111850)](https://cloud.tencent.com/document/api/#/#)
131015
+ * [CreateRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111850)
130989
131016
 
130990
131017
  修改数据结构:
130991
131018
 
@@ -147205,6 +147232,21 @@
147205
147232
 
147206
147233
  ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
147207
147234
 
147235
+ ### 第 24 次发布
147236
+
147237
+ 发布时间:2024-10-22 12:32:33
147238
+
147239
+ 本次发布包含了以下内容:
147240
+
147241
+ 改善已有的文档。
147242
+
147243
+ 修改接口:
147244
+
147245
+ * [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)
147246
+
147247
+ * 新增入参:AclEnabled, ExtraTopicNum
147248
+
147249
+
147208
147250
  ### 第 23 次发布
147209
147251
 
147210
147252
  发布时间:2024-10-22 01:34:38
@@ -154797,6 +154839,36 @@
154797
154839
 
154798
154840
  ## 腾讯同传系统(tsi) 版本:2021-03-25
154799
154841
 
154842
+ ### 第 2 次发布
154843
+
154844
+ 发布时间:2024-10-23 01:36:51
154845
+
154846
+ 本次发布包含了以下内容:
154847
+
154848
+ 改善已有的文档。
154849
+
154850
+ 修改接口:
154851
+
154852
+ * [TongChuanRecognize](https://cloud.tencent.com/document/api/1399/107635)
154853
+
154854
+ * 新增入参:TTS
154855
+
154856
+ * [TongChuanSync](https://cloud.tencent.com/document/api/1399/107634)
154857
+
154858
+ * 新增入参:TTS
154859
+
154860
+
154861
+ 新增数据结构:
154862
+
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))
154864
+
154865
+ 修改数据结构:
154866
+
154867
+ * [DisplayInfo](https://cloud.tencent.com/document/api/1399/107637#DisplayInfo)
154868
+
154869
+ * 新增成员:Audio
154870
+
154871
+
154800
154872
  ### 第 1 次发布
154801
154873
 
154802
154874
  发布时间:2024-06-24 10:37:18
@@ -155943,6 +156015,65 @@
155943
156015
 
155944
156016
  ## 云点播(vod) 版本:2018-07-17
155945
156017
 
156018
+ ### 第 188 次发布
156019
+
156020
+ 发布时间:2024-10-23 01:37:04
156021
+
156022
+ 本次发布包含了以下内容:
156023
+
156024
+ 改善已有的文档。
156025
+
156026
+ 修改接口:
156027
+
156028
+ * [CreateAIRecognitionTemplate](https://cloud.tencent.com/document/api/266/34791)
156029
+
156030
+ * 新增入参:AsrTranslateConfigure
156031
+
156032
+ * [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/266/34787)
156033
+
156034
+ * 新增入参:Type
156035
+
156036
+ * [ModifyAIRecognitionTemplate](https://cloud.tencent.com/document/api/266/34785)
156037
+
156038
+ * 新增入参:AsrTranslateConfigure
156039
+
156040
+
156041
+ 新增数据结构:
156042
+
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))
156049
+
156050
+ 修改数据结构:
156051
+
156052
+ * [AIRecognitionTemplateItem](https://cloud.tencent.com/document/api/266/31773#AIRecognitionTemplateItem)
156053
+
156054
+ * 新增成员:Type, AsrTranslateConfigure
156055
+
156056
+ * [AiRecognitionResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionResult)
156057
+
156058
+ * 新增成员:AsrTranslateTask
156059
+
156060
+ * [AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem)
156061
+
156062
+ * 新增成员:Id, Name, Language
156063
+
156064
+ * [AsrFullTextConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfo)
156065
+
156066
+ * 新增成员:SubtitleName
156067
+
156068
+ * [AsrFullTextConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfoForUpdate)
156069
+
156070
+ * 新增成员:SubtitleName
156071
+
156072
+ * [MediaSubtitleItem](https://cloud.tencent.com/document/api/266/31773#MediaSubtitleItem)
156073
+
156074
+ * 新增成员:Source
156075
+
156076
+
155946
156077
  ### 第 187 次发布
155947
156078
 
155948
156079
  发布时间:2024-09-20 13:15:33
@@ -166076,11 +166207,11 @@
166076
166207
 
166077
166208
  新增接口:
166078
166209
 
166079
- * [[DescribeProtectionModes](https://cloud.tencent.com/document/api/627/111851)](https://cloud.tencent.com/document/api/#/#)
166210
+ * [DescribeProtectionModes](https://cloud.tencent.com/document/api/627/111851)
166080
166211
 
166081
166212
  新增数据结构:
166082
166213
 
166083
- * [[TigaMainClassMode](https://cloud.tencent.com/document/api/627/53609#TigaMainClassMode)](https://cloud.tencent.com/document/api/627/53609#[TigaMainClassMode](https://cloud.tencent.com/document/api/627/53609#TigaMainClassMode))
166214
+ * [TigaMainClassMode](https://cloud.tencent.com/document/api/627/53609#TigaMainClassMode)
166084
166215
 
166085
166216
  ### 第 96 次发布
166086
166217
 
@@ -168698,14 +168829,14 @@
168698
168829
 
168699
168830
  新增接口:
168700
168831
 
168701
- * [[DescribeProjectUsers](https://cloud.tencent.com/document/api/1267/111852)](https://cloud.tencent.com/document/api/#/#)
168832
+ * [DescribeProjectUsers](https://cloud.tencent.com/document/api/1267/111852)
168702
168833
 
168703
168834
  新增数据结构:
168704
168835
 
168705
- * [[ProjectUserRole](https://cloud.tencent.com/document/api/1267/76336#ProjectUserRole)](https://cloud.tencent.com/document/api/1267/76336#[ProjectUserRole](https://cloud.tencent.com/document/api/1267/76336#ProjectUserRole))
168706
- * [[ProjectUsersPage](https://cloud.tencent.com/document/api/1267/76336#ProjectUsersPage)](https://cloud.tencent.com/document/api/1267/76336#[ProjectUsersPage](https://cloud.tencent.com/document/api/1267/76336#ProjectUsersPage))
168707
- * [[RolePrivilege](https://cloud.tencent.com/document/api/1267/76336#RolePrivilege)](https://cloud.tencent.com/document/api/1267/76336#[RolePrivilege](https://cloud.tencent.com/document/api/1267/76336#RolePrivilege))
168708
- * [[SystemRole](https://cloud.tencent.com/document/api/1267/76336#SystemRole)](https://cloud.tencent.com/document/api/1267/76336#[SystemRole](https://cloud.tencent.com/document/api/1267/76336#SystemRole))
168836
+ * [ProjectUserRole](https://cloud.tencent.com/document/api/1267/76336#ProjectUserRole)
168837
+ * [ProjectUsersPage](https://cloud.tencent.com/document/api/1267/76336#ProjectUsersPage)
168838
+ * [RolePrivilege](https://cloud.tencent.com/document/api/1267/76336#RolePrivilege)
168839
+ * [SystemRole](https://cloud.tencent.com/document/api/1267/76336#SystemRole)
168709
168840
 
168710
168841
  ### 第 107 次发布
168711
168842