tencentcloud-sdk-nodejs 4.0.960 → 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.
- package/CHANGELOG.md +628 -0
- package/SERVICE_CHANGELOG.md +741 -15
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/captcha/v20190722/captcha_models.ts +11 -6
- package/src/services/cdb/v20170320/cdb_models.ts +4 -0
- package/src/services/cfw/v20190904/cfw_client.ts +8 -4
- package/src/services/cfw/v20190904/cfw_models.ts +74 -27
- package/src/services/clb/v20180317/clb_models.ts +9 -1
- package/src/services/cvm/v20170312/cvm_models.ts +0 -1
- package/src/services/cwp/v20180228/cwp_client.ts +8 -4
- package/src/services/cwp/v20180228/cwp_models.ts +271 -262
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +40 -40
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +6 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/ecdn/v20191012/ecdn_models.ts +2 -2
- package/src/services/emr/v20190103/emr_client.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +9 -8
- package/src/services/ess/v20201111/ess_models.ts +8 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +8 -0
- package/src/services/gaap/v20180529/gaap_client.ts +2 -2
- package/src/services/gaap/v20180529/gaap_models.ts +66 -60
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +9 -0
- package/src/services/mqtt/v20240516/mqtt_models.ts +4 -2
- package/src/services/ocr/v20181119/ocr_models.ts +1 -0
- package/src/services/pts/v20210728/pts_models.ts +5 -0
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +3 -1
- package/src/services/ses/v20201002/ses_models.ts +0 -10
- package/src/services/sms/v20190711/sms_models.ts +30 -32
- package/src/services/sms/v20210111/sms_client.ts +1 -1
- package/src/services/sms/v20210111/sms_models.ts +31 -34
- package/src/services/taf/v20200210/taf_models.ts +19 -2
- package/src/services/tdmq/v20200217/tdmq_client.ts +43 -6
- package/src/services/tdmq/v20200217/tdmq_models.ts +362 -199
- package/src/services/trocket/v20230308/trocket_client.ts +8 -8
- package/src/services/trocket/v20230308/trocket_models.ts +104 -90
- package/src/services/tsi/v20210325/tsi_client.ts +1 -0
- package/src/services/tsi/v20210325/tsi_models.ts +52 -0
- package/src/services/vod/v20180717/vod_client.ts +9 -3
- package/src/services/vod/v20180717/vod_models.ts +516 -87
- package/src/services/vpc/v20170312/vpc_models.ts +4 -4
- package/src/services/waf/v20180125/waf_client.ts +19 -6
- package/src/services/waf/v20180125/waf_models.ts +44 -0
- package/src/services/wedata/v20210820/wedata_client.ts +23 -7
- package/src/services/wedata/v20210820/wedata_models.ts +213 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +11 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +6 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +72 -25
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +0 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +271 -262
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +40 -40
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +39 -39
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +6 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +2 -2
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +9 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +2 -2
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +66 -60
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +4 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +5 -0
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +0 -10
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +30 -32
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -1
- package/tencentcloud/services/sms/v20210111/sms_client.js +1 -1
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +31 -34
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +19 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +355 -199
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +8 -8
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +8 -8
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +104 -90
- package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +51 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +509 -86
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -4
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +41 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +7 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +9 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +207 -10
- package/test/tdmq.v20200217.test.js +30 -0
- package/test/waf.v20180125.test.js +12 -2
- package/test/wedata.v20210820.test.js +12 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 67 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-10-
|
|
7
|
+
发布时间:2024-10-23 01:11:48
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
14
|
+
|
|
15
|
+
* DescribeNatSwitchList
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
20
|
+
|
|
21
|
+
### 第 112 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2024-10-23 01:12:48
|
|
8
24
|
|
|
9
25
|
本次发布包含了以下内容:
|
|
10
26
|
|
|
@@ -12,39 +28,58 @@
|
|
|
12
28
|
|
|
13
29
|
修改接口:
|
|
14
30
|
|
|
15
|
-
* [
|
|
31
|
+
* [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
|
|
16
32
|
|
|
17
|
-
* 新增入参:
|
|
33
|
+
* 新增入参:LBChargeType, AccessLogTopicId
|
|
18
34
|
|
|
19
35
|
|
|
20
36
|
|
|
21
37
|
|
|
22
|
-
##
|
|
38
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
23
39
|
|
|
24
|
-
### 第
|
|
40
|
+
### 第 126 次发布
|
|
25
41
|
|
|
26
|
-
发布时间:2024-10-
|
|
42
|
+
发布时间:2024-10-23 01:14:18
|
|
27
43
|
|
|
28
44
|
本次发布包含了以下内容:
|
|
29
45
|
|
|
30
46
|
改善已有的文档。
|
|
31
47
|
|
|
48
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
49
|
+
|
|
50
|
+
* DescribeAttackSource
|
|
51
|
+
* DescribeAttackSourceEvents
|
|
52
|
+
|
|
32
53
|
修改数据结构:
|
|
33
54
|
|
|
34
|
-
* [
|
|
55
|
+
* [AssetUserBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetUserBaseInfo)
|
|
35
56
|
|
|
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
|
|
36
58
|
|
|
59
|
+
* [MalwareInfo](https://cloud.tencent.com/document/api/296/19867#MalwareInfo)
|
|
37
60
|
|
|
61
|
+
* 新增成员:References
|
|
38
62
|
|
|
39
|
-
|
|
63
|
+
* [MalwareWhiteListInfo](https://cloud.tencent.com/document/api/296/19867#MalwareWhiteListInfo)
|
|
40
64
|
|
|
65
|
+
* 新增成员:ModifyTime
|
|
41
66
|
|
|
67
|
+
* [RansomDefenseRollbackTask](https://cloud.tencent.com/document/api/296/19867#RansomDefenseRollbackTask)
|
|
42
68
|
|
|
43
|
-
|
|
69
|
+
* 新增成员:InstanceId
|
|
44
70
|
|
|
45
|
-
|
|
71
|
+
* [RansomDefenseStrategyMachineBackupInfo](https://cloud.tencent.com/document/api/296/19867#RansomDefenseStrategyMachineBackupInfo)
|
|
46
72
|
|
|
47
|
-
|
|
73
|
+
* 新增成员:HostVersion
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
79
|
+
|
|
80
|
+
### 第 50 次发布
|
|
81
|
+
|
|
82
|
+
发布时间:2024-10-23 01:20:50
|
|
48
83
|
|
|
49
84
|
本次发布包含了以下内容:
|
|
50
85
|
|
|
@@ -52,9 +87,180 @@
|
|
|
52
87
|
|
|
53
88
|
修改接口:
|
|
54
89
|
|
|
55
|
-
* [
|
|
90
|
+
* [DescribeDestRegions](https://cloud.tencent.com/document/api/608/36964)
|
|
56
91
|
|
|
57
|
-
* 新增入参:
|
|
92
|
+
* 新增入参:QualityType
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## 云压测(pts) 版本:2021-07-28
|
|
98
|
+
|
|
99
|
+
### 第 16 次发布
|
|
100
|
+
|
|
101
|
+
发布时间:2024-10-23 01:29:03
|
|
102
|
+
|
|
103
|
+
本次发布包含了以下内容:
|
|
104
|
+
|
|
105
|
+
改善已有的文档。
|
|
106
|
+
|
|
107
|
+
修改数据结构:
|
|
108
|
+
|
|
109
|
+
* [Job](https://cloud.tencent.com/document/api/1484/78100#Job)
|
|
110
|
+
|
|
111
|
+
* 新增成员:PayMode
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
117
|
+
|
|
118
|
+
### 第 125 次发布
|
|
119
|
+
|
|
120
|
+
发布时间:2024-10-22 16:47:19
|
|
121
|
+
|
|
122
|
+
本次发布包含了以下内容:
|
|
123
|
+
|
|
124
|
+
改善已有的文档。
|
|
125
|
+
|
|
126
|
+
新增接口:
|
|
127
|
+
|
|
128
|
+
* [DeleteRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111861)
|
|
129
|
+
* [DescribeRabbitMQBindings](https://cloud.tencent.com/document/api/1179/111860)
|
|
130
|
+
|
|
131
|
+
新增数据结构:
|
|
132
|
+
|
|
133
|
+
* [RabbitMQBindingListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQBindingListInfo)
|
|
134
|
+
|
|
135
|
+
修改数据结构:
|
|
136
|
+
|
|
137
|
+
* [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
|
|
138
|
+
|
|
139
|
+
* <font color="#dd0000">**修改成员**:</font>Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled, GroupType, RetryMaxTimes
|
|
140
|
+
|
|
141
|
+
* [RocketMQMsgLog](https://cloud.tencent.com/document/api/1179/46089#RocketMQMsgLog)
|
|
142
|
+
|
|
143
|
+
* <font color="#dd0000">**修改成员**:</font>MsgId, MsgTag, MsgKey, ProducerAddr, ProduceTime, PulsarMsgId, DeadLetterResendTimes, ResendSuccessCount
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
149
|
+
|
|
150
|
+
### 第 24 次发布
|
|
151
|
+
|
|
152
|
+
发布时间:2024-10-22 12:32:33
|
|
153
|
+
|
|
154
|
+
本次发布包含了以下内容:
|
|
155
|
+
|
|
156
|
+
改善已有的文档。
|
|
157
|
+
|
|
158
|
+
修改接口:
|
|
159
|
+
|
|
160
|
+
* [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)
|
|
161
|
+
|
|
162
|
+
* 新增入参:AclEnabled, ExtraTopicNum
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
## 腾讯同传系统(tsi) 版本:2021-03-25
|
|
168
|
+
|
|
169
|
+
### 第 2 次发布
|
|
170
|
+
|
|
171
|
+
发布时间:2024-10-23 01:36:51
|
|
172
|
+
|
|
173
|
+
本次发布包含了以下内容:
|
|
174
|
+
|
|
175
|
+
改善已有的文档。
|
|
176
|
+
|
|
177
|
+
修改接口:
|
|
178
|
+
|
|
179
|
+
* [TongChuanRecognize](https://cloud.tencent.com/document/api/1399/107635)
|
|
180
|
+
|
|
181
|
+
* 新增入参:TTS
|
|
182
|
+
|
|
183
|
+
* [TongChuanSync](https://cloud.tencent.com/document/api/1399/107634)
|
|
184
|
+
|
|
185
|
+
* 新增入参:TTS
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
新增数据结构:
|
|
189
|
+
|
|
190
|
+
* [TTS](https://cloud.tencent.com/document/api/1399/107637#TTS)
|
|
191
|
+
|
|
192
|
+
修改数据结构:
|
|
193
|
+
|
|
194
|
+
* [DisplayInfo](https://cloud.tencent.com/document/api/1399/107637#DisplayInfo)
|
|
195
|
+
|
|
196
|
+
* 新增成员:Audio
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
## 云点播(vod) 版本:2024-07-18
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
## 云点播(vod) 版本:2018-07-17
|
|
206
|
+
|
|
207
|
+
### 第 188 次发布
|
|
208
|
+
|
|
209
|
+
发布时间:2024-10-23 01:37:04
|
|
210
|
+
|
|
211
|
+
本次发布包含了以下内容:
|
|
212
|
+
|
|
213
|
+
改善已有的文档。
|
|
214
|
+
|
|
215
|
+
修改接口:
|
|
216
|
+
|
|
217
|
+
* [CreateAIRecognitionTemplate](https://cloud.tencent.com/document/api/266/34791)
|
|
218
|
+
|
|
219
|
+
* 新增入参:AsrTranslateConfigure
|
|
220
|
+
|
|
221
|
+
* [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/266/34787)
|
|
222
|
+
|
|
223
|
+
* 新增入参:Type
|
|
224
|
+
|
|
225
|
+
* [ModifyAIRecognitionTemplate](https://cloud.tencent.com/document/api/266/34785)
|
|
226
|
+
|
|
227
|
+
* 新增入参:AsrTranslateConfigure
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
新增数据结构:
|
|
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)
|
|
238
|
+
|
|
239
|
+
修改数据结构:
|
|
240
|
+
|
|
241
|
+
* [AIRecognitionTemplateItem](https://cloud.tencent.com/document/api/266/31773#AIRecognitionTemplateItem)
|
|
242
|
+
|
|
243
|
+
* 新增成员:Type, AsrTranslateConfigure
|
|
244
|
+
|
|
245
|
+
* [AiRecognitionResult](https://cloud.tencent.com/document/api/266/31773#AiRecognitionResult)
|
|
246
|
+
|
|
247
|
+
* 新增成员:AsrTranslateTask
|
|
248
|
+
|
|
249
|
+
* [AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem)
|
|
250
|
+
|
|
251
|
+
* 新增成员:Id, Name, Language
|
|
252
|
+
|
|
253
|
+
* [AsrFullTextConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfo)
|
|
254
|
+
|
|
255
|
+
* 新增成员:SubtitleName
|
|
256
|
+
|
|
257
|
+
* [AsrFullTextConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfoForUpdate)
|
|
258
|
+
|
|
259
|
+
* 新增成员:SubtitleName
|
|
260
|
+
|
|
261
|
+
* [MediaSubtitleItem](https://cloud.tencent.com/document/api/266/31773#MediaSubtitleItem)
|
|
262
|
+
|
|
263
|
+
* 新增成员:Source
|
|
58
264
|
|
|
59
265
|
|
|
60
266
|
|
|
@@ -13840,6 +14046,21 @@
|
|
|
13840
14046
|
|
|
13841
14047
|
## 验证码(captcha) 版本:2019-07-22
|
|
13842
14048
|
|
|
14049
|
+
### 第 18 次发布
|
|
14050
|
+
|
|
14051
|
+
发布时间:2024-10-22 01:09:32
|
|
14052
|
+
|
|
14053
|
+
本次发布包含了以下内容:
|
|
14054
|
+
|
|
14055
|
+
改善已有的文档。
|
|
14056
|
+
|
|
14057
|
+
修改接口:
|
|
14058
|
+
|
|
14059
|
+
* [DescribeCaptchaResult](https://cloud.tencent.com/document/api/1110/36926)
|
|
14060
|
+
|
|
14061
|
+
* 新增出参:DeviceRiskCategory
|
|
14062
|
+
|
|
14063
|
+
|
|
13843
14064
|
### 第 17 次发布
|
|
13844
14065
|
|
|
13845
14066
|
发布时间:2023-12-01 01:09:01
|
|
@@ -17185,6 +17406,21 @@
|
|
|
17185
17406
|
|
|
17186
17407
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
17187
17408
|
|
|
17409
|
+
### 第 169 次发布
|
|
17410
|
+
|
|
17411
|
+
发布时间:2024-10-22 01:10:00
|
|
17412
|
+
|
|
17413
|
+
本次发布包含了以下内容:
|
|
17414
|
+
|
|
17415
|
+
改善已有的文档。
|
|
17416
|
+
|
|
17417
|
+
修改接口:
|
|
17418
|
+
|
|
17419
|
+
* [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
|
|
17420
|
+
|
|
17421
|
+
* 新增入参:ClusterTopology
|
|
17422
|
+
|
|
17423
|
+
|
|
17188
17424
|
### 第 168 次发布
|
|
17189
17425
|
|
|
17190
17426
|
发布时间:2024-10-21 01:05:28
|
|
@@ -25869,6 +26105,37 @@
|
|
|
25869
26105
|
|
|
25870
26106
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
25871
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
|
+
|
|
26120
|
+
### 第 66 次发布
|
|
26121
|
+
|
|
26122
|
+
发布时间:2024-10-22 01:11:25
|
|
26123
|
+
|
|
26124
|
+
本次发布包含了以下内容:
|
|
26125
|
+
|
|
26126
|
+
改善已有的文档。
|
|
26127
|
+
|
|
26128
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
26129
|
+
|
|
26130
|
+
* DescribeSwitchLists
|
|
26131
|
+
|
|
26132
|
+
修改数据结构:
|
|
26133
|
+
|
|
26134
|
+
* [TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)
|
|
26135
|
+
|
|
26136
|
+
* 新增成员:IpVersion
|
|
26137
|
+
|
|
26138
|
+
|
|
25872
26139
|
### 第 65 次发布
|
|
25873
26140
|
|
|
25874
26141
|
发布时间:2024-09-16 01:21:22
|
|
@@ -30391,6 +30658,21 @@
|
|
|
30391
30658
|
|
|
30392
30659
|
## 负载均衡(clb) 版本:2018-03-17
|
|
30393
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
|
+
|
|
30394
30676
|
### 第 111 次发布
|
|
30395
30677
|
|
|
30396
30678
|
发布时间:2024-09-25 01:12:46
|
|
@@ -43621,6 +43903,63 @@
|
|
|
43621
43903
|
|
|
43622
43904
|
## 主机安全(cwp) 版本:2018-02-28
|
|
43623
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
|
+
|
|
43942
|
+
### 第 125 次发布
|
|
43943
|
+
|
|
43944
|
+
发布时间:2024-10-22 01:13:51
|
|
43945
|
+
|
|
43946
|
+
本次发布包含了以下内容:
|
|
43947
|
+
|
|
43948
|
+
改善已有的文档。
|
|
43949
|
+
|
|
43950
|
+
修改数据结构:
|
|
43951
|
+
|
|
43952
|
+
* [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
|
|
43953
|
+
|
|
43954
|
+
* 新增成员:VulFixSwitch
|
|
43955
|
+
|
|
43956
|
+
* <font color="#dd0000">**修改成员**:</font>AttackLevel, FixNoNeedRestart, Method
|
|
43957
|
+
|
|
43958
|
+
* [VulStoreListInfo](https://cloud.tencent.com/document/api/296/19867#VulStoreListInfo)
|
|
43959
|
+
|
|
43960
|
+
* <font color="#dd0000">**修改成员**:</font>Method, AttackLevel, FixSwitch, SupportDefense
|
|
43961
|
+
|
|
43962
|
+
|
|
43624
43963
|
### 第 124 次发布
|
|
43625
43964
|
|
|
43626
43965
|
发布时间:2024-09-26 01:14:22
|
|
@@ -47413,6 +47752,21 @@
|
|
|
47413
47752
|
|
|
47414
47753
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
47415
47754
|
|
|
47755
|
+
### 第 109 次发布
|
|
47756
|
+
|
|
47757
|
+
发布时间:2024-10-22 01:15:19
|
|
47758
|
+
|
|
47759
|
+
本次发布包含了以下内容:
|
|
47760
|
+
|
|
47761
|
+
改善已有的文档。
|
|
47762
|
+
|
|
47763
|
+
修改接口:
|
|
47764
|
+
|
|
47765
|
+
* [DescribeProxySpecs](https://cloud.tencent.com/document/api/1003/94241)
|
|
47766
|
+
|
|
47767
|
+
* 新增入参:ClusterId
|
|
47768
|
+
|
|
47769
|
+
|
|
47416
47770
|
### 第 108 次发布
|
|
47417
47771
|
|
|
47418
47772
|
发布时间:2024-10-17 01:14:59
|
|
@@ -66253,6 +66607,21 @@
|
|
|
66253
66607
|
|
|
66254
66608
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
66255
66609
|
|
|
66610
|
+
### 第 191 次发布
|
|
66611
|
+
|
|
66612
|
+
发布时间:2024-10-22 01:19:30
|
|
66613
|
+
|
|
66614
|
+
本次发布包含了以下内容:
|
|
66615
|
+
|
|
66616
|
+
改善已有的文档。
|
|
66617
|
+
|
|
66618
|
+
修改接口:
|
|
66619
|
+
|
|
66620
|
+
* [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
|
|
66621
|
+
|
|
66622
|
+
* 新增入参:Intention, CacheApproverInfo
|
|
66623
|
+
|
|
66624
|
+
|
|
66256
66625
|
### 第 190 次发布
|
|
66257
66626
|
|
|
66258
66627
|
发布时间:2024-10-14 01:18:57
|
|
@@ -69881,6 +70250,21 @@
|
|
|
69881
70250
|
|
|
69882
70251
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
69883
70252
|
|
|
70253
|
+
### 第 189 次发布
|
|
70254
|
+
|
|
70255
|
+
发布时间:2024-10-22 01:19:53
|
|
70256
|
+
|
|
70257
|
+
本次发布包含了以下内容:
|
|
70258
|
+
|
|
70259
|
+
改善已有的文档。
|
|
70260
|
+
|
|
70261
|
+
修改接口:
|
|
70262
|
+
|
|
70263
|
+
* [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
|
|
70264
|
+
|
|
70265
|
+
* 新增入参:Intention, CacheApproverInfo
|
|
70266
|
+
|
|
70267
|
+
|
|
69884
70268
|
### 第 188 次发布
|
|
69885
70269
|
|
|
69886
70270
|
发布时间:2024-10-17 01:19:20
|
|
@@ -75223,6 +75607,21 @@
|
|
|
75223
75607
|
|
|
75224
75608
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
75225
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
|
+
|
|
75226
75625
|
### 第 49 次发布
|
|
75227
75626
|
|
|
75228
75627
|
发布时间:2024-07-17 01:16:44
|
|
@@ -87845,6 +88244,19 @@
|
|
|
87845
88244
|
|
|
87846
88245
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
87847
88246
|
|
|
88247
|
+
### 第 62 次发布
|
|
88248
|
+
|
|
88249
|
+
发布时间:2024-10-22 01:23:38
|
|
88250
|
+
|
|
88251
|
+
本次发布包含了以下内容:
|
|
88252
|
+
|
|
88253
|
+
改善已有的文档。
|
|
88254
|
+
|
|
88255
|
+
修改接口:
|
|
88256
|
+
|
|
88257
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
88258
|
+
|
|
88259
|
+
|
|
87848
88260
|
### 第 61 次发布
|
|
87849
88261
|
|
|
87850
88262
|
发布时间:2024-10-21 01:18:28
|
|
@@ -96617,6 +97029,28 @@
|
|
|
96617
97029
|
|
|
96618
97030
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
96619
97031
|
|
|
97032
|
+
### 第 122 次发布
|
|
97033
|
+
|
|
97034
|
+
发布时间:2024-10-22 01:25:28
|
|
97035
|
+
|
|
97036
|
+
本次发布包含了以下内容:
|
|
97037
|
+
|
|
97038
|
+
改善已有的文档。
|
|
97039
|
+
|
|
97040
|
+
修改接口:
|
|
97041
|
+
|
|
97042
|
+
* [DescribeAlarmHistories](https://cloud.tencent.com/document/api/248/48684)
|
|
97043
|
+
|
|
97044
|
+
* 新增入参:AlarmTypes
|
|
97045
|
+
|
|
97046
|
+
|
|
97047
|
+
修改数据结构:
|
|
97048
|
+
|
|
97049
|
+
* [AlarmHistory](https://cloud.tencent.com/document/api/248/30354#AlarmHistory)
|
|
97050
|
+
|
|
97051
|
+
* 新增成员:PolicyPermissions
|
|
97052
|
+
|
|
97053
|
+
|
|
96620
97054
|
### 第 121 次发布
|
|
96621
97055
|
|
|
96622
97056
|
发布时间:2024-09-25 01:26:32
|
|
@@ -111623,6 +112057,21 @@
|
|
|
111623
112057
|
|
|
111624
112058
|
## 云压测(pts) 版本:2021-07-28
|
|
111625
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
|
+
|
|
111626
112075
|
### 第 15 次发布
|
|
111627
112076
|
|
|
111628
112077
|
发布时间:2024-04-19 01:24:07
|
|
@@ -121085,6 +121534,21 @@
|
|
|
121085
121534
|
|
|
121086
121535
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
121087
121536
|
|
|
121537
|
+
### 第 19 次发布
|
|
121538
|
+
|
|
121539
|
+
发布时间:2024-10-22 01:30:02
|
|
121540
|
+
|
|
121541
|
+
本次发布包含了以下内容:
|
|
121542
|
+
|
|
121543
|
+
改善已有的文档。
|
|
121544
|
+
|
|
121545
|
+
修改数据结构:
|
|
121546
|
+
|
|
121547
|
+
* [InputBusinessEncryptData](https://cloud.tencent.com/document/api/1031/43310#InputBusinessEncryptData)
|
|
121548
|
+
|
|
121549
|
+
* 新增成员:EncryptMethod, EncryptData, EncryptMode, PaddingType
|
|
121550
|
+
|
|
121551
|
+
|
|
121088
121552
|
### 第 18 次发布
|
|
121089
121553
|
|
|
121090
121554
|
发布时间:2024-02-05 01:21:52
|
|
@@ -130510,6 +130974,53 @@
|
|
|
130510
130974
|
|
|
130511
130975
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
130512
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
|
+
|
|
131005
|
+
### 第 124 次发布
|
|
131006
|
+
|
|
131007
|
+
发布时间:2024-10-22 01:32:24
|
|
131008
|
+
|
|
131009
|
+
本次发布包含了以下内容:
|
|
131010
|
+
|
|
131011
|
+
改善已有的文档。
|
|
131012
|
+
|
|
131013
|
+
新增接口:
|
|
131014
|
+
|
|
131015
|
+
* [CreateRabbitMQBinding](https://cloud.tencent.com/document/api/1179/111850)
|
|
131016
|
+
|
|
131017
|
+
修改数据结构:
|
|
131018
|
+
|
|
131019
|
+
* [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
|
|
131020
|
+
|
|
131021
|
+
* <font color="#dd0000">**修改成员**:</font>InternalEndpoint
|
|
131022
|
+
|
|
131023
|
+
|
|
130513
131024
|
### 第 123 次发布
|
|
130514
131025
|
|
|
130515
131026
|
发布时间:2024-09-03 02:33:30
|
|
@@ -146721,6 +147232,82 @@
|
|
|
146721
147232
|
|
|
146722
147233
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
146723
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
|
+
|
|
147250
|
+
### 第 23 次发布
|
|
147251
|
+
|
|
147252
|
+
发布时间:2024-10-22 01:34:38
|
|
147253
|
+
|
|
147254
|
+
本次发布包含了以下内容:
|
|
147255
|
+
|
|
147256
|
+
改善已有的文档。
|
|
147257
|
+
|
|
147258
|
+
修改数据结构:
|
|
147259
|
+
|
|
147260
|
+
* [SourceClusterTopicConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterTopicConfig)
|
|
147261
|
+
|
|
147262
|
+
* 新增成员:NamespaceV4, TopicNameV4, FullNamespaceV4
|
|
147263
|
+
|
|
147264
|
+
|
|
147265
|
+
### 第 22 次发布
|
|
147266
|
+
|
|
147267
|
+
发布时间:2024-10-21 19:32:27
|
|
147268
|
+
|
|
147269
|
+
本次发布包含了以下内容:
|
|
147270
|
+
|
|
147271
|
+
改善已有的文档。
|
|
147272
|
+
|
|
147273
|
+
修改接口:
|
|
147274
|
+
|
|
147275
|
+
* [CreateConsumerGroup](https://cloud.tencent.com/document/api/1493/97943)
|
|
147276
|
+
|
|
147277
|
+
* <font color="#dd0000">**修改入参**:</font>ConsumerGroup
|
|
147278
|
+
|
|
147279
|
+
* [DeleteConsumerGroup](https://cloud.tencent.com/document/api/1493/97942)
|
|
147280
|
+
|
|
147281
|
+
* <font color="#dd0000">**修改入参**:</font>ConsumerGroup
|
|
147282
|
+
|
|
147283
|
+
* [DescribeConsumerGroup](https://cloud.tencent.com/document/api/1493/97941)
|
|
147284
|
+
|
|
147285
|
+
* 新增出参:MessageModel
|
|
147286
|
+
|
|
147287
|
+
* [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
|
|
147288
|
+
|
|
147289
|
+
* <font color="#dd0000">**修改入参**:</font>Offset, Limit
|
|
147290
|
+
|
|
147291
|
+
* [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745)
|
|
147292
|
+
|
|
147293
|
+
* <font color="#dd0000">**修改入参**:</font>Offset, Limit
|
|
147294
|
+
|
|
147295
|
+
* [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862)
|
|
147296
|
+
|
|
147297
|
+
* <font color="#dd0000">**修改入参**:</font>Offset, Limit
|
|
147298
|
+
|
|
147299
|
+
|
|
147300
|
+
修改数据结构:
|
|
147301
|
+
|
|
147302
|
+
* [Endpoint](https://cloud.tencent.com/document/api/1493/96031#Endpoint)
|
|
147303
|
+
|
|
147304
|
+
* 新增成员:BillingFlow
|
|
147305
|
+
|
|
147306
|
+
* [RoleItem](https://cloud.tencent.com/document/api/1493/96031#RoleItem)
|
|
147307
|
+
|
|
147308
|
+
* <font color="#dd0000">**修改成员**:</font>RoleName, PermRead, PermWrite
|
|
147309
|
+
|
|
147310
|
+
|
|
146724
147311
|
### 第 21 次发布
|
|
146725
147312
|
|
|
146726
147313
|
发布时间:2024-09-09 02:22:07
|
|
@@ -154252,6 +154839,36 @@
|
|
|
154252
154839
|
|
|
154253
154840
|
## 腾讯同传系统(tsi) 版本:2021-03-25
|
|
154254
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
|
+
|
|
154255
154872
|
### 第 1 次发布
|
|
154256
154873
|
|
|
154257
154874
|
发布时间:2024-06-24 10:37:18
|
|
@@ -155398,6 +156015,65 @@
|
|
|
155398
156015
|
|
|
155399
156016
|
## 云点播(vod) 版本:2018-07-17
|
|
155400
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
|
+
|
|
155401
156077
|
### 第 187 次发布
|
|
155402
156078
|
|
|
155403
156079
|
发布时间:2024-09-20 13:15:33
|
|
@@ -160483,6 +161159,21 @@
|
|
|
160483
161159
|
|
|
160484
161160
|
## 私有网络(vpc) 版本:2017-03-12
|
|
160485
161161
|
|
|
161162
|
+
### 第 214 次发布
|
|
161163
|
+
|
|
161164
|
+
发布时间:2024-10-22 01:37:03
|
|
161165
|
+
|
|
161166
|
+
本次发布包含了以下内容:
|
|
161167
|
+
|
|
161168
|
+
改善已有的文档。
|
|
161169
|
+
|
|
161170
|
+
修改接口:
|
|
161171
|
+
|
|
161172
|
+
* [CreateVpnGatewaySslServer](https://cloud.tencent.com/document/api/215/70289)
|
|
161173
|
+
|
|
161174
|
+
* <font color="#dd0000">**修改入参**:</font>LocalAddress
|
|
161175
|
+
|
|
161176
|
+
|
|
160486
161177
|
### 第 213 次发布
|
|
160487
161178
|
|
|
160488
161179
|
发布时间:2024-10-17 01:36:43
|
|
@@ -165506,6 +166197,22 @@
|
|
|
165506
166197
|
|
|
165507
166198
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
165508
166199
|
|
|
166200
|
+
### 第 97 次发布
|
|
166201
|
+
|
|
166202
|
+
发布时间:2024-10-22 01:38:00
|
|
166203
|
+
|
|
166204
|
+
本次发布包含了以下内容:
|
|
166205
|
+
|
|
166206
|
+
改善已有的文档。
|
|
166207
|
+
|
|
166208
|
+
新增接口:
|
|
166209
|
+
|
|
166210
|
+
* [DescribeProtectionModes](https://cloud.tencent.com/document/api/627/111851)
|
|
166211
|
+
|
|
166212
|
+
新增数据结构:
|
|
166213
|
+
|
|
166214
|
+
* [TigaMainClassMode](https://cloud.tencent.com/document/api/627/53609#TigaMainClassMode)
|
|
166215
|
+
|
|
165509
166216
|
### 第 96 次发布
|
|
165510
166217
|
|
|
165511
166218
|
发布时间:2024-10-14 01:37:11
|
|
@@ -168112,6 +168819,25 @@
|
|
|
168112
168819
|
|
|
168113
168820
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
168114
168821
|
|
|
168822
|
+
### 第 108 次发布
|
|
168823
|
+
|
|
168824
|
+
发布时间:2024-10-22 01:38:35
|
|
168825
|
+
|
|
168826
|
+
本次发布包含了以下内容:
|
|
168827
|
+
|
|
168828
|
+
改善已有的文档。
|
|
168829
|
+
|
|
168830
|
+
新增接口:
|
|
168831
|
+
|
|
168832
|
+
* [DescribeProjectUsers](https://cloud.tencent.com/document/api/1267/111852)
|
|
168833
|
+
|
|
168834
|
+
新增数据结构:
|
|
168835
|
+
|
|
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)
|
|
168840
|
+
|
|
168115
168841
|
### 第 107 次发布
|
|
168116
168842
|
|
|
168117
168843
|
发布时间:2024-09-25 01:40:14
|