tencentcloud-sdk-nodejs 4.0.825 → 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 +251 -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/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
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-03-21 01:09:58 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-03-20 01:10:22 |
|
|
47
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-
|
|
47
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-02 01:09:49 |
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-04-02 01:09:54 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-03-20 01:10:31 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-03-20 01:10:34 |
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-27 01:16:55 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-28 10:47:55 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-02 01:15:12 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-02 01:15:26 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-20 01:17:05 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-04-01 01:17:27 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-03-20 01:19:25 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-03-29 01:20:28 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-03-20 01:19:40 |
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-02 01:18:22 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
140
140
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-03-20 01:20:25 |
|
|
147
147
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-03-20 01:20:31 |
|
|
148
148
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-03-20 01:20:37 |
|
|
149
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-
|
|
149
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-04-02 01:19:24 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-03-20 01:21:23 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-04-01 01:22:02 |
|
|
152
152
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-03-20 01:21:32 |
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
|
|
164
164
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-03-27 01:23:10 |
|
|
165
165
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-03-20 01:22:53 |
|
|
166
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-
|
|
166
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-04-02 01:20:49 |
|
|
167
167
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-03-20 01:23:06 |
|
|
168
168
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
169
169
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-03-20 01:25:06 |
|
|
203
203
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
|
|
204
204
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-03-20 01:25:51 |
|
|
205
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-
|
|
205
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-04-02 01:23:41 |
|
|
206
206
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-03-20 01:26:12 |
|
|
207
207
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
|
|
208
208
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-22 01:23:38 |
|
|
@@ -218,23 +218,23 @@
|
|
|
218
218
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-03-20 01:28:56 |
|
|
219
219
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
220
220
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-03-29 01:28:56 |
|
|
221
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-
|
|
221
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-04-02 01:25:21 |
|
|
222
222
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
223
223
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
224
224
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-03-20 01:29:00 |
|
|
225
225
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-26 01:27:42 |
|
|
226
226
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
|
|
227
227
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-04-01 01:28:29 |
|
|
228
|
-
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-
|
|
228
|
+
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-04-02 01:25:46 |
|
|
229
229
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-03-20 01:29:39 |
|
|
230
230
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
231
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-
|
|
231
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-04-02 01:26:37 |
|
|
232
232
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
233
233
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-03-20 01:30:12 |
|
|
234
234
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
235
235
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-03-29 01:30:16 |
|
|
236
236
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-03-20 01:30:47 |
|
|
237
|
-
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-
|
|
237
|
+
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
|
|
238
238
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-03-20 01:31:28 |
|
|
239
239
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
240
240
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-04-01 01:31:06 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.827"
|
|
@@ -678,10 +678,12 @@ export interface CreateInstanceNewRequest {
|
|
|
678
678
|
InstanceName: string
|
|
679
679
|
/**
|
|
680
680
|
* 数据节点
|
|
681
|
+
SpecName从DescribeSpec接口中返回的DataSpec.Name获取
|
|
681
682
|
*/
|
|
682
683
|
DataSpec: NodeSpec
|
|
683
684
|
/**
|
|
684
|
-
*
|
|
685
|
+
* 标签列表(废弃)
|
|
686
|
+
* @deprecated
|
|
685
687
|
*/
|
|
686
688
|
Tags?: Tag
|
|
687
689
|
/**
|
|
@@ -702,8 +704,13 @@ export interface CreateInstanceNewRequest {
|
|
|
702
704
|
HAZk?: boolean
|
|
703
705
|
/**
|
|
704
706
|
* ZK节点
|
|
707
|
+
SpecName从DescribeSpec接口中返回的CommonSpec.Name(ZK节点)获取
|
|
705
708
|
*/
|
|
706
709
|
CommonSpec?: NodeSpec
|
|
710
|
+
/**
|
|
711
|
+
* 标签列表
|
|
712
|
+
*/
|
|
713
|
+
TagItems?: Array<Tag>
|
|
707
714
|
}
|
|
708
715
|
|
|
709
716
|
/**
|
|
@@ -50,9 +50,10 @@ import {
|
|
|
50
50
|
DescribeSlowQueryRecordsResponse,
|
|
51
51
|
DescribeDatabaseAuditRecordsResponse,
|
|
52
52
|
DescribeInstanceResponse,
|
|
53
|
+
RestartClusterForNodeRequest,
|
|
53
54
|
ScaleUpInstanceRequest,
|
|
54
55
|
NodesSummary,
|
|
55
|
-
|
|
56
|
+
NetworkInfo,
|
|
56
57
|
CreateInstanceSpec,
|
|
57
58
|
SearchTags,
|
|
58
59
|
DescribeInstanceRequest,
|