tencentcloud-sdk-nodejs 4.0.826 → 4.0.827
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 +230 -0
- package/SERVICE_CHANGELOG.md +406 -5
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_models.ts +8 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +2 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +80 -16
- package/src/services/ess/v20201111/ess_models.ts +1 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -3
- package/src/services/live/v20180801/live_models.ts +5 -0
- package/src/services/mps/v20190612/mps_client.ts +5 -2
- package/src/services/mps/v20190612/mps_models.ts +91 -33
- package/src/services/redis/v20180412/redis_client.ts +26 -1
- package/src/services/redis/v20180412/redis_models.ts +213 -24
- package/src/services/tdmq/v20200217/tdmq_models.ts +20 -0
- package/src/services/tse/v20201207/tse_client.ts +3 -0
- package/src/services/tse/v20201207/tse_models.ts +136 -23
- package/src/services/tts/v20190823/tts_models.ts +4 -4
- package/src/services/vrs/v20200824/vrs_models.ts +17 -18
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +8 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +79 -16
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -3
- package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +88 -33
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +9 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +12 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +208 -24
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +20 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +133 -23
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -4
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +17 -18
- package/test/redis.v20180412.test.js +20 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,233 @@
|
|
|
1
|
+
# Release 4.0.827
|
|
2
|
+
|
|
3
|
+
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
4
|
+
|
|
5
|
+
### 第 20 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-04-02 01:09:49
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateInstanceNew](https://cloud.tencent.com/document/api/1299/84353)
|
|
16
|
+
|
|
17
|
+
* 新增入参:TagItems
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
23
|
+
|
|
24
|
+
### 第 9 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-04-02 01:09:54
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [CreateInstanceNew](https://cloud.tencent.com/document/api/1387/102611)
|
|
35
|
+
|
|
36
|
+
* 新增入参:EnableMultiZones, UserMultiZoneInfos
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
新增数据结构:
|
|
40
|
+
|
|
41
|
+
* [NetworkInfo](https://cloud.tencent.com/document/api/1387/102385#NetworkInfo)
|
|
42
|
+
|
|
43
|
+
修改数据结构:
|
|
44
|
+
|
|
45
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
46
|
+
|
|
47
|
+
* 新增成员:EnableMultiZones, UserNetworkInfos
|
|
48
|
+
|
|
49
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1387/102385#NodeInfo)
|
|
50
|
+
|
|
51
|
+
* 新增成员:NodeName, ComponentName, NodeRole, LastRestartTime, Zone
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
57
|
+
|
|
58
|
+
### 第 122 次发布
|
|
59
|
+
|
|
60
|
+
发布时间:2024-04-02 01:18:22
|
|
61
|
+
|
|
62
|
+
本次发布包含了以下内容:
|
|
63
|
+
|
|
64
|
+
改善已有的文档。
|
|
65
|
+
|
|
66
|
+
修改数据结构:
|
|
67
|
+
|
|
68
|
+
* [RecordTemplateInfo](https://cloud.tencent.com/document/api/267/20474#RecordTemplateInfo)
|
|
69
|
+
|
|
70
|
+
* 新增成员:CosStore
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
76
|
+
|
|
77
|
+
### 第 80 次发布
|
|
78
|
+
|
|
79
|
+
发布时间:2024-04-02 01:19:24
|
|
80
|
+
|
|
81
|
+
本次发布包含了以下内容:
|
|
82
|
+
|
|
83
|
+
改善已有的文档。
|
|
84
|
+
|
|
85
|
+
新增数据结构:
|
|
86
|
+
|
|
87
|
+
* [AiAnalysisTaskHeadTailInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailInput)
|
|
88
|
+
* [AiAnalysisTaskHeadTailOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailOutput)
|
|
89
|
+
* [AiAnalysisTaskHeadTailResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailResult)
|
|
90
|
+
|
|
91
|
+
修改数据结构:
|
|
92
|
+
|
|
93
|
+
* [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
|
|
94
|
+
|
|
95
|
+
* 新增成员:HeadTailTask
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
101
|
+
|
|
102
|
+
### 第 73 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2024-04-02 01:20:49
|
|
105
|
+
|
|
106
|
+
本次发布包含了以下内容:
|
|
107
|
+
|
|
108
|
+
改善已有的文档。
|
|
109
|
+
|
|
110
|
+
新增接口:
|
|
111
|
+
|
|
112
|
+
* [DescribeInstanceEvents](https://cloud.tencent.com/document/api/239/104779)
|
|
113
|
+
* [ModifyInstanceEvent](https://cloud.tencent.com/document/api/239/104778)
|
|
114
|
+
|
|
115
|
+
新增数据结构:
|
|
116
|
+
|
|
117
|
+
* [RedisInstanceEvent](https://cloud.tencent.com/document/api/239/20022#RedisInstanceEvent)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
122
|
+
|
|
123
|
+
### 第 106 次发布
|
|
124
|
+
|
|
125
|
+
发布时间:2024-04-02 01:23:41
|
|
126
|
+
|
|
127
|
+
本次发布包含了以下内容:
|
|
128
|
+
|
|
129
|
+
改善已有的文档。
|
|
130
|
+
|
|
131
|
+
修改接口:
|
|
132
|
+
|
|
133
|
+
* [CreateRocketMQVipInstance](https://cloud.tencent.com/document/api/1179/95721)
|
|
134
|
+
|
|
135
|
+
* 新增入参:SupportsMigrateToCloud, EnablePublic, Bandwidth, IpRules, Tags
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
141
|
+
|
|
142
|
+
### 第 63 次发布
|
|
143
|
+
|
|
144
|
+
发布时间:2024-04-02 01:25:46
|
|
145
|
+
|
|
146
|
+
本次发布包含了以下内容:
|
|
147
|
+
|
|
148
|
+
改善已有的文档。
|
|
149
|
+
|
|
150
|
+
修改接口:
|
|
151
|
+
|
|
152
|
+
* [DescribeCloudNativeAPIGatewayCanaryRules](https://cloud.tencent.com/document/api/1364/94844)
|
|
153
|
+
|
|
154
|
+
* 新增入参:RuleType
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
新增数据结构:
|
|
158
|
+
|
|
159
|
+
* [KeyValue](https://cloud.tencent.com/document/api/1364/54942#KeyValue)
|
|
160
|
+
* [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
|
|
161
|
+
* [RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter)
|
|
162
|
+
|
|
163
|
+
修改数据结构:
|
|
164
|
+
|
|
165
|
+
* [CloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRule)
|
|
166
|
+
|
|
167
|
+
* 新增成员:RuleType, MatchType, GroupId, GroupName, LaneId, LaneName, MatchMode, LaneTag
|
|
168
|
+
|
|
169
|
+
* [CloudNativeAPIGatewayRateLimitDetail](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayRateLimitDetail)
|
|
170
|
+
|
|
171
|
+
* 新增成员:BasicLimitQpsThresholds, LimitRules
|
|
172
|
+
|
|
173
|
+
* <font color="#dd0000">**修改成员**:</font>Enabled, QpsThresholds, LimitBy, ResponseType, HideClientHeaders, IsDelay
|
|
174
|
+
|
|
175
|
+
* [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
|
|
176
|
+
|
|
177
|
+
* 新增成员:Tags
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
## 语音合成(tts) 版本:2019-08-23
|
|
183
|
+
|
|
184
|
+
### 第 15 次发布
|
|
185
|
+
|
|
186
|
+
发布时间:2024-04-02 01:26:37
|
|
187
|
+
|
|
188
|
+
本次发布包含了以下内容:
|
|
189
|
+
|
|
190
|
+
改善已有的文档。
|
|
191
|
+
|
|
192
|
+
修改接口:
|
|
193
|
+
|
|
194
|
+
* [CreateTtsTask](https://cloud.tencent.com/document/api/1073/57373)
|
|
195
|
+
|
|
196
|
+
* <font color="#dd0000">**修改入参**:</font>ModelType
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
## 声音复刻(vrs) 版本:2020-08-24
|
|
202
|
+
|
|
203
|
+
### 第 6 次发布
|
|
204
|
+
|
|
205
|
+
发布时间:2024-04-02 01:27:45
|
|
206
|
+
|
|
207
|
+
本次发布包含了以下内容:
|
|
208
|
+
|
|
209
|
+
改善已有的文档。
|
|
210
|
+
|
|
211
|
+
修改接口:
|
|
212
|
+
|
|
213
|
+
* [CreateVRSTask](https://cloud.tencent.com/document/api/1283/90064)
|
|
214
|
+
|
|
215
|
+
* <font color="#dd0000">**修改入参**:</font>SampleRate, Codec
|
|
216
|
+
|
|
217
|
+
* [DetectEnvAndSoundQuality](https://cloud.tencent.com/document/api/1283/90062)
|
|
218
|
+
|
|
219
|
+
* <font color="#dd0000">**修改入参**:</font>Codec
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
修改数据结构:
|
|
223
|
+
|
|
224
|
+
* [DescribeVRSTaskStatusRespData](https://cloud.tencent.com/document/api/1283/90065#DescribeVRSTaskStatusRespData)
|
|
225
|
+
|
|
226
|
+
* <font color="#dd0000">**修改成员**:</font>TaskId, Status, StatusStr, VoiceType, ErrorMsg
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
1
231
|
# Release 4.0.826
|
|
2
232
|
|
|
3
233
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 20 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-02 01:09:49
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,9 +12,218 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateInstanceNew](https://cloud.tencent.com/document/api/1299/84353)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:TagItems
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
23
|
+
|
|
24
|
+
### 第 9 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-04-02 01:09:54
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [CreateInstanceNew](https://cloud.tencent.com/document/api/1387/102611)
|
|
35
|
+
|
|
36
|
+
* 新增入参:EnableMultiZones, UserMultiZoneInfos
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
新增数据结构:
|
|
40
|
+
|
|
41
|
+
* [NetworkInfo](https://cloud.tencent.com/document/api/1387/102385#NetworkInfo)
|
|
42
|
+
|
|
43
|
+
修改数据结构:
|
|
44
|
+
|
|
45
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
46
|
+
|
|
47
|
+
* 新增成员:EnableMultiZones, UserNetworkInfos
|
|
48
|
+
|
|
49
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1387/102385#NodeInfo)
|
|
50
|
+
|
|
51
|
+
* 新增成员:NodeName, ComponentName, NodeRole, LastRestartTime, Zone
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
57
|
+
|
|
58
|
+
### 第 122 次发布
|
|
59
|
+
|
|
60
|
+
发布时间:2024-04-02 01:18:22
|
|
61
|
+
|
|
62
|
+
本次发布包含了以下内容:
|
|
63
|
+
|
|
64
|
+
改善已有的文档。
|
|
65
|
+
|
|
66
|
+
修改数据结构:
|
|
67
|
+
|
|
68
|
+
* [RecordTemplateInfo](https://cloud.tencent.com/document/api/267/20474#RecordTemplateInfo)
|
|
69
|
+
|
|
70
|
+
* 新增成员:CosStore
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
76
|
+
|
|
77
|
+
### 第 80 次发布
|
|
78
|
+
|
|
79
|
+
发布时间:2024-04-02 01:19:24
|
|
80
|
+
|
|
81
|
+
本次发布包含了以下内容:
|
|
82
|
+
|
|
83
|
+
改善已有的文档。
|
|
84
|
+
|
|
85
|
+
新增数据结构:
|
|
86
|
+
|
|
87
|
+
* [AiAnalysisTaskHeadTailInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailInput)
|
|
88
|
+
* [AiAnalysisTaskHeadTailOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailOutput)
|
|
89
|
+
* [AiAnalysisTaskHeadTailResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailResult)
|
|
90
|
+
|
|
91
|
+
修改数据结构:
|
|
92
|
+
|
|
93
|
+
* [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
|
|
94
|
+
|
|
95
|
+
* 新增成员:HeadTailTask
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
101
|
+
|
|
102
|
+
### 第 73 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2024-04-02 01:20:49
|
|
105
|
+
|
|
106
|
+
本次发布包含了以下内容:
|
|
107
|
+
|
|
108
|
+
改善已有的文档。
|
|
109
|
+
|
|
110
|
+
新增接口:
|
|
111
|
+
|
|
112
|
+
* [DescribeInstanceEvents](https://cloud.tencent.com/document/api/239/104779)
|
|
113
|
+
* [ModifyInstanceEvent](https://cloud.tencent.com/document/api/239/104778)
|
|
114
|
+
|
|
115
|
+
新增数据结构:
|
|
116
|
+
|
|
117
|
+
* [RedisInstanceEvent](https://cloud.tencent.com/document/api/239/20022#RedisInstanceEvent)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
122
|
+
|
|
123
|
+
### 第 106 次发布
|
|
124
|
+
|
|
125
|
+
发布时间:2024-04-02 01:23:41
|
|
126
|
+
|
|
127
|
+
本次发布包含了以下内容:
|
|
128
|
+
|
|
129
|
+
改善已有的文档。
|
|
130
|
+
|
|
131
|
+
修改接口:
|
|
132
|
+
|
|
133
|
+
* [CreateRocketMQVipInstance](https://cloud.tencent.com/document/api/1179/95721)
|
|
134
|
+
|
|
135
|
+
* 新增入参:SupportsMigrateToCloud, EnablePublic, Bandwidth, IpRules, Tags
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
141
|
+
|
|
142
|
+
### 第 63 次发布
|
|
143
|
+
|
|
144
|
+
发布时间:2024-04-02 01:25:46
|
|
145
|
+
|
|
146
|
+
本次发布包含了以下内容:
|
|
147
|
+
|
|
148
|
+
改善已有的文档。
|
|
149
|
+
|
|
150
|
+
修改接口:
|
|
151
|
+
|
|
152
|
+
* [DescribeCloudNativeAPIGatewayCanaryRules](https://cloud.tencent.com/document/api/1364/94844)
|
|
153
|
+
|
|
154
|
+
* 新增入参:RuleType
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
新增数据结构:
|
|
158
|
+
|
|
159
|
+
* [KeyValue](https://cloud.tencent.com/document/api/1364/54942#KeyValue)
|
|
160
|
+
* [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
|
|
161
|
+
* [RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter)
|
|
162
|
+
|
|
163
|
+
修改数据结构:
|
|
164
|
+
|
|
165
|
+
* [CloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRule)
|
|
166
|
+
|
|
167
|
+
* 新增成员:RuleType, MatchType, GroupId, GroupName, LaneId, LaneName, MatchMode, LaneTag
|
|
168
|
+
|
|
169
|
+
* [CloudNativeAPIGatewayRateLimitDetail](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayRateLimitDetail)
|
|
170
|
+
|
|
171
|
+
* 新增成员:BasicLimitQpsThresholds, LimitRules
|
|
172
|
+
|
|
173
|
+
* <font color="#dd0000">**修改成员**:</font>Enabled, QpsThresholds, LimitBy, ResponseType, HideClientHeaders, IsDelay
|
|
174
|
+
|
|
175
|
+
* [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
|
|
176
|
+
|
|
177
|
+
* 新增成员:Tags
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
## 语音合成(tts) 版本:2019-08-23
|
|
183
|
+
|
|
184
|
+
### 第 15 次发布
|
|
185
|
+
|
|
186
|
+
发布时间:2024-04-02 01:26:37
|
|
187
|
+
|
|
188
|
+
本次发布包含了以下内容:
|
|
189
|
+
|
|
190
|
+
改善已有的文档。
|
|
191
|
+
|
|
192
|
+
修改接口:
|
|
193
|
+
|
|
194
|
+
* [CreateTtsTask](https://cloud.tencent.com/document/api/1073/57373)
|
|
195
|
+
|
|
196
|
+
* <font color="#dd0000">**修改入参**:</font>ModelType
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
## 声音复刻(vrs) 版本:2020-08-24
|
|
202
|
+
|
|
203
|
+
### 第 6 次发布
|
|
204
|
+
|
|
205
|
+
发布时间:2024-04-02 01:27:45
|
|
206
|
+
|
|
207
|
+
本次发布包含了以下内容:
|
|
208
|
+
|
|
209
|
+
改善已有的文档。
|
|
210
|
+
|
|
211
|
+
修改接口:
|
|
212
|
+
|
|
213
|
+
* [CreateVRSTask](https://cloud.tencent.com/document/api/1283/90064)
|
|
214
|
+
|
|
215
|
+
* <font color="#dd0000">**修改入参**:</font>SampleRate, Codec
|
|
216
|
+
|
|
217
|
+
* [DetectEnvAndSoundQuality](https://cloud.tencent.com/document/api/1283/90062)
|
|
218
|
+
|
|
219
|
+
* <font color="#dd0000">**修改入参**:</font>Codec
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
修改数据结构:
|
|
223
|
+
|
|
224
|
+
* [DescribeVRSTaskStatusRespData](https://cloud.tencent.com/document/api/1283/90065#DescribeVRSTaskStatusRespData)
|
|
225
|
+
|
|
226
|
+
* <font color="#dd0000">**修改成员**:</font>TaskId, Status, StatusStr, VoiceType, ErrorMsg
|
|
18
227
|
|
|
19
228
|
|
|
20
229
|
|
|
@@ -22088,6 +22297,21 @@
|
|
|
22088
22297
|
|
|
22089
22298
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
22090
22299
|
|
|
22300
|
+
### 第 20 次发布
|
|
22301
|
+
|
|
22302
|
+
发布时间:2024-04-02 01:09:49
|
|
22303
|
+
|
|
22304
|
+
本次发布包含了以下内容:
|
|
22305
|
+
|
|
22306
|
+
改善已有的文档。
|
|
22307
|
+
|
|
22308
|
+
修改接口:
|
|
22309
|
+
|
|
22310
|
+
* [CreateInstanceNew](https://cloud.tencent.com/document/api/1299/84353)
|
|
22311
|
+
|
|
22312
|
+
* 新增入参:TagItems
|
|
22313
|
+
|
|
22314
|
+
|
|
22091
22315
|
### 第 19 次发布
|
|
22092
22316
|
|
|
22093
22317
|
发布时间:2024-01-04 01:08:58
|
|
@@ -22458,6 +22682,36 @@
|
|
|
22458
22682
|
|
|
22459
22683
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
22460
22684
|
|
|
22685
|
+
### 第 9 次发布
|
|
22686
|
+
|
|
22687
|
+
发布时间:2024-04-02 01:09:54
|
|
22688
|
+
|
|
22689
|
+
本次发布包含了以下内容:
|
|
22690
|
+
|
|
22691
|
+
改善已有的文档。
|
|
22692
|
+
|
|
22693
|
+
修改接口:
|
|
22694
|
+
|
|
22695
|
+
* [CreateInstanceNew](https://cloud.tencent.com/document/api/1387/102611)
|
|
22696
|
+
|
|
22697
|
+
* 新增入参:EnableMultiZones, UserMultiZoneInfos
|
|
22698
|
+
|
|
22699
|
+
|
|
22700
|
+
新增数据结构:
|
|
22701
|
+
|
|
22702
|
+
* [[NetworkInfo](https://cloud.tencent.com/document/api/1387/102385#NetworkInfo)](https://cloud.tencent.com/document/api/1387/102385#[NetworkInfo](https://cloud.tencent.com/document/api/1387/102385#NetworkInfo))
|
|
22703
|
+
|
|
22704
|
+
修改数据结构:
|
|
22705
|
+
|
|
22706
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
22707
|
+
|
|
22708
|
+
* 新增成员:EnableMultiZones, UserNetworkInfos
|
|
22709
|
+
|
|
22710
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1387/102385#NodeInfo)
|
|
22711
|
+
|
|
22712
|
+
* 新增成员:NodeName, ComponentName, NodeRole, LastRestartTime, Zone
|
|
22713
|
+
|
|
22714
|
+
|
|
22461
22715
|
### 第 8 次发布
|
|
22462
22716
|
|
|
22463
22717
|
发布时间:2024-03-08 01:10:20
|
|
@@ -80934,6 +81188,21 @@
|
|
|
80934
81188
|
|
|
80935
81189
|
## 云直播CSS(live) 版本:2018-08-01
|
|
80936
81190
|
|
|
81191
|
+
### 第 122 次发布
|
|
81192
|
+
|
|
81193
|
+
发布时间:2024-04-02 01:18:22
|
|
81194
|
+
|
|
81195
|
+
本次发布包含了以下内容:
|
|
81196
|
+
|
|
81197
|
+
改善已有的文档。
|
|
81198
|
+
|
|
81199
|
+
修改数据结构:
|
|
81200
|
+
|
|
81201
|
+
* [RecordTemplateInfo](https://cloud.tencent.com/document/api/267/20474#RecordTemplateInfo)
|
|
81202
|
+
|
|
81203
|
+
* 新增成员:CosStore
|
|
81204
|
+
|
|
81205
|
+
|
|
80937
81206
|
### 第 121 次发布
|
|
80938
81207
|
|
|
80939
81208
|
发布时间:2024-03-21 01:19:47
|
|
@@ -88386,6 +88655,27 @@
|
|
|
88386
88655
|
|
|
88387
88656
|
## 媒体处理(mps) 版本:2019-06-12
|
|
88388
88657
|
|
|
88658
|
+
### 第 80 次发布
|
|
88659
|
+
|
|
88660
|
+
发布时间:2024-04-02 01:19:24
|
|
88661
|
+
|
|
88662
|
+
本次发布包含了以下内容:
|
|
88663
|
+
|
|
88664
|
+
改善已有的文档。
|
|
88665
|
+
|
|
88666
|
+
新增数据结构:
|
|
88667
|
+
|
|
88668
|
+
* [[AiAnalysisTaskHeadTailInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailInput)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskHeadTailInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailInput))
|
|
88669
|
+
* [[AiAnalysisTaskHeadTailOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailOutput)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskHeadTailOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailOutput))
|
|
88670
|
+
* [[AiAnalysisTaskHeadTailResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailResult)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskHeadTailResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailResult))
|
|
88671
|
+
|
|
88672
|
+
修改数据结构:
|
|
88673
|
+
|
|
88674
|
+
* [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
|
|
88675
|
+
|
|
88676
|
+
* 新增成员:HeadTailTask
|
|
88677
|
+
|
|
88678
|
+
|
|
88389
88679
|
### 第 79 次发布
|
|
88390
88680
|
|
|
88391
88681
|
发布时间:2024-01-26 01:17:35
|
|
@@ -99644,6 +99934,23 @@
|
|
|
99644
99934
|
|
|
99645
99935
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
99646
99936
|
|
|
99937
|
+
### 第 73 次发布
|
|
99938
|
+
|
|
99939
|
+
发布时间:2024-04-02 01:20:49
|
|
99940
|
+
|
|
99941
|
+
本次发布包含了以下内容:
|
|
99942
|
+
|
|
99943
|
+
改善已有的文档。
|
|
99944
|
+
|
|
99945
|
+
新增接口:
|
|
99946
|
+
|
|
99947
|
+
* [[DescribeInstanceEvents](https://cloud.tencent.com/document/api/239/104779)](https://cloud.tencent.com/document/api/#/#)
|
|
99948
|
+
* [[ModifyInstanceEvent](https://cloud.tencent.com/document/api/239/104778)](https://cloud.tencent.com/document/api/#/#)
|
|
99949
|
+
|
|
99950
|
+
新增数据结构:
|
|
99951
|
+
|
|
99952
|
+
* [[RedisInstanceEvent](https://cloud.tencent.com/document/api/239/20022#RedisInstanceEvent)](https://cloud.tencent.com/document/api/239/20022#[RedisInstanceEvent](https://cloud.tencent.com/document/api/239/20022#RedisInstanceEvent))
|
|
99953
|
+
|
|
99647
99954
|
### 第 72 次发布
|
|
99648
99955
|
|
|
99649
99956
|
发布时间:2024-03-12 01:45:03
|
|
@@ -116602,6 +116909,21 @@
|
|
|
116602
116909
|
|
|
116603
116910
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
116604
116911
|
|
|
116912
|
+
### 第 106 次发布
|
|
116913
|
+
|
|
116914
|
+
发布时间:2024-04-02 01:23:41
|
|
116915
|
+
|
|
116916
|
+
本次发布包含了以下内容:
|
|
116917
|
+
|
|
116918
|
+
改善已有的文档。
|
|
116919
|
+
|
|
116920
|
+
修改接口:
|
|
116921
|
+
|
|
116922
|
+
* [CreateRocketMQVipInstance](https://cloud.tencent.com/document/api/1179/95721)
|
|
116923
|
+
|
|
116924
|
+
* 新增入参:SupportsMigrateToCloud, EnablePublic, Bandwidth, IpRules, Tags
|
|
116925
|
+
|
|
116926
|
+
|
|
116605
116927
|
### 第 105 次发布
|
|
116606
116928
|
|
|
116607
116929
|
发布时间:2024-03-11 01:24:01
|
|
@@ -133781,6 +134103,44 @@
|
|
|
133781
134103
|
|
|
133782
134104
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
133783
134105
|
|
|
134106
|
+
### 第 63 次发布
|
|
134107
|
+
|
|
134108
|
+
发布时间:2024-04-02 01:25:46
|
|
134109
|
+
|
|
134110
|
+
本次发布包含了以下内容:
|
|
134111
|
+
|
|
134112
|
+
改善已有的文档。
|
|
134113
|
+
|
|
134114
|
+
修改接口:
|
|
134115
|
+
|
|
134116
|
+
* [DescribeCloudNativeAPIGatewayCanaryRules](https://cloud.tencent.com/document/api/1364/94844)
|
|
134117
|
+
|
|
134118
|
+
* 新增入参:RuleType
|
|
134119
|
+
|
|
134120
|
+
|
|
134121
|
+
新增数据结构:
|
|
134122
|
+
|
|
134123
|
+
* [[KeyValue](https://cloud.tencent.com/document/api/1364/54942#KeyValue)](https://cloud.tencent.com/document/api/1364/54942#[KeyValue](https://cloud.tencent.com/document/api/1364/54942#KeyValue))
|
|
134124
|
+
* [[LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)](https://cloud.tencent.com/document/api/1364/54942#[LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule))
|
|
134125
|
+
* [[RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter)](https://cloud.tencent.com/document/api/1364/54942#[RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter))
|
|
134126
|
+
|
|
134127
|
+
修改数据结构:
|
|
134128
|
+
|
|
134129
|
+
* [CloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRule)
|
|
134130
|
+
|
|
134131
|
+
* 新增成员:RuleType, MatchType, GroupId, GroupName, LaneId, LaneName, MatchMode, LaneTag
|
|
134132
|
+
|
|
134133
|
+
* [CloudNativeAPIGatewayRateLimitDetail](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayRateLimitDetail)
|
|
134134
|
+
|
|
134135
|
+
* 新增成员:BasicLimitQpsThresholds, LimitRules
|
|
134136
|
+
|
|
134137
|
+
* <font color="#dd0000">**修改成员**:</font>Enabled, QpsThresholds, LimitBy, ResponseType, HideClientHeaders, IsDelay
|
|
134138
|
+
|
|
134139
|
+
* [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
|
|
134140
|
+
|
|
134141
|
+
* 新增成员:Tags
|
|
134142
|
+
|
|
134143
|
+
|
|
133784
134144
|
### 第 62 次发布
|
|
133785
134145
|
|
|
133786
134146
|
发布时间:2024-03-21 01:28:04
|
|
@@ -137809,6 +138169,21 @@
|
|
|
137809
138169
|
|
|
137810
138170
|
## 语音合成(tts) 版本:2019-08-23
|
|
137811
138171
|
|
|
138172
|
+
### 第 15 次发布
|
|
138173
|
+
|
|
138174
|
+
发布时间:2024-04-02 01:26:37
|
|
138175
|
+
|
|
138176
|
+
本次发布包含了以下内容:
|
|
138177
|
+
|
|
138178
|
+
改善已有的文档。
|
|
138179
|
+
|
|
138180
|
+
修改接口:
|
|
138181
|
+
|
|
138182
|
+
* [CreateTtsTask](https://cloud.tencent.com/document/api/1073/57373)
|
|
138183
|
+
|
|
138184
|
+
* <font color="#dd0000">**修改入参**:</font>ModelType
|
|
138185
|
+
|
|
138186
|
+
|
|
137812
138187
|
### 第 14 次发布
|
|
137813
138188
|
|
|
137814
138189
|
发布时间:2024-03-28 01:30:03
|
|
@@ -147582,6 +147957,32 @@
|
|
|
147582
147957
|
|
|
147583
147958
|
## 声音复刻(vrs) 版本:2020-08-24
|
|
147584
147959
|
|
|
147960
|
+
### 第 6 次发布
|
|
147961
|
+
|
|
147962
|
+
发布时间:2024-04-02 01:27:45
|
|
147963
|
+
|
|
147964
|
+
本次发布包含了以下内容:
|
|
147965
|
+
|
|
147966
|
+
改善已有的文档。
|
|
147967
|
+
|
|
147968
|
+
修改接口:
|
|
147969
|
+
|
|
147970
|
+
* [CreateVRSTask](https://cloud.tencent.com/document/api/1283/90064)
|
|
147971
|
+
|
|
147972
|
+
* <font color="#dd0000">**修改入参**:</font>SampleRate, Codec
|
|
147973
|
+
|
|
147974
|
+
* [DetectEnvAndSoundQuality](https://cloud.tencent.com/document/api/1283/90062)
|
|
147975
|
+
|
|
147976
|
+
* <font color="#dd0000">**修改入参**:</font>Codec
|
|
147977
|
+
|
|
147978
|
+
|
|
147979
|
+
修改数据结构:
|
|
147980
|
+
|
|
147981
|
+
* [DescribeVRSTaskStatusRespData](https://cloud.tencent.com/document/api/1283/90065#DescribeVRSTaskStatusRespData)
|
|
147982
|
+
|
|
147983
|
+
* <font color="#dd0000">**修改成员**:</font>TaskId, Status, StatusStr, VoiceType, ErrorMsg
|
|
147984
|
+
|
|
147985
|
+
|
|
147585
147986
|
### 第 5 次发布
|
|
147586
147987
|
|
|
147587
147988
|
发布时间:2023-11-21 01:41:45
|