tencentcloud-sdk-nodejs 4.0.880 → 4.0.881
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 +133 -0
- package/SERVICE_CHANGELOG.md +170 -247
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/bma/index.ts +2 -2
- package/src/services/cdb/v20170320/cdb_client.ts +21 -5
- package/src/services/cdb/v20170320/cdb_models.ts +180 -44
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +14 -16
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +3 -3
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/facefusion/v20181201/facefusion_models.ts +6 -6
- package/src/services/iai/index.ts +2 -2
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +4 -4
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/lcic/v20220817/lcic_models.ts +4 -4
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/lke/v20231130/lke_client.ts +17 -9
- package/src/services/lke/v20231130/lke_models.ts +181 -70
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/ses/v20201002/ses_client.ts +2 -3
- package/src/services/ses/v20201002/ses_models.ts +8 -0
- package/src/services/sms/index.ts +2 -2
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +10 -0
- package/src/services/thpc/index.ts +4 -4
- package/src/services/tke/index.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +4 -4
- package/src/services/tms/index.ts +2 -2
- package/src/services/trtc/v20190722/trtc_models.ts +3 -0
- package/src/services/vm/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +173 -43
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -16
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +3 -3
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -0
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +6 -6
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -4
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +11 -5
- package/tencentcloud/services/lke/v20231130/lke_client.js +11 -5
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +179 -70
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +0 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +0 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +8 -0
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +10 -0
- package/tencentcloud/services/thpc/index.d.ts +6 -6
- package/tencentcloud/services/thpc/index.js +4 -4
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -4
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -0
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/test/cdb.v20170320.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,94 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 35 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-06-21 01:10:11
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [VoicePrintDelete](https://cloud.tencent.com/document/api/1093/94484)
|
|
16
|
-
|
|
17
|
-
* <font color="#dd0000">**修改入参**:</font>VoicePrintId
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 费用中心(billing) 版本:2018-07-09
|
|
23
|
-
|
|
24
|
-
### 第 60 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2024-06-21 01:11:19
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
修改数据结构:
|
|
33
|
-
|
|
34
|
-
* [ConsumptionResourceSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionResourceSummaryDataItem)
|
|
35
|
-
|
|
36
|
-
* 新增成员:Tags
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## 访问管理(cam) 版本:2019-01-16
|
|
42
|
-
|
|
43
|
-
### 第 59 次发布
|
|
44
|
-
|
|
45
|
-
发布时间:2024-06-21 01:14:07
|
|
46
|
-
|
|
47
|
-
本次发布包含了以下内容:
|
|
48
|
-
|
|
49
|
-
改善已有的文档。
|
|
50
|
-
|
|
51
|
-
修改接口:
|
|
52
|
-
|
|
53
|
-
* [CreateAccessKey](https://cloud.tencent.com/document/api/598/82370)
|
|
54
|
-
|
|
55
|
-
* 新增入参:Description
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
修改数据结构:
|
|
59
|
-
|
|
60
|
-
* [AccessKey](https://cloud.tencent.com/document/api/598/33167#AccessKey)
|
|
61
|
-
|
|
62
|
-
* 新增成员:Description
|
|
63
|
-
|
|
64
|
-
* [AccessKeyDetail](https://cloud.tencent.com/document/api/598/33167#AccessKeyDetail)
|
|
65
|
-
|
|
66
|
-
* 新增成员:Description
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
72
|
-
|
|
73
|
-
### 第 94 次发布
|
|
74
|
-
|
|
75
|
-
发布时间:2024-06-21 01:30:05
|
|
76
|
-
|
|
77
|
-
本次发布包含了以下内容:
|
|
78
|
-
|
|
79
|
-
改善已有的文档。
|
|
80
|
-
|
|
81
|
-
新增接口:
|
|
82
|
-
|
|
83
|
-
* [RenewClusters](https://cloud.tencent.com/document/api/1003/107548)
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
88
4
|
|
|
89
|
-
### 第
|
|
5
|
+
### 第 159 次发布
|
|
90
6
|
|
|
91
|
-
发布时间:2024-06-
|
|
7
|
+
发布时间:2024-06-24 01:09:17
|
|
92
8
|
|
|
93
9
|
本次发布包含了以下内容:
|
|
94
10
|
|
|
@@ -96,150 +12,75 @@
|
|
|
96
12
|
|
|
97
13
|
新增接口:
|
|
98
14
|
|
|
99
|
-
* [
|
|
100
|
-
|
|
101
|
-
修改接口:
|
|
102
|
-
|
|
103
|
-
* [DescribeTasksOverview](https://cloud.tencent.com/document/api/1342/107503)
|
|
104
|
-
|
|
105
|
-
* 新增入参:StartTime, EndTime, Filters, DataEngineName
|
|
106
|
-
|
|
15
|
+
* [DescribeInstanceUpgradeType](https://cloud.tencent.com/document/api/236/107630)
|
|
107
16
|
|
|
108
17
|
新增数据结构:
|
|
109
18
|
|
|
110
|
-
* [
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
## 数据传输服务(dts) 版本:2021-12-06
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
## 数据传输服务(dts) 版本:2018-03-30
|
|
119
|
-
|
|
120
|
-
### 第 22 次发布
|
|
121
|
-
|
|
122
|
-
发布时间:2024-06-21 01:37:37
|
|
123
|
-
|
|
124
|
-
本次发布包含了以下内容:
|
|
125
|
-
|
|
126
|
-
改善已有的文档。
|
|
127
|
-
|
|
128
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
129
|
-
|
|
130
|
-
* DescribeRegionConf
|
|
131
|
-
|
|
132
|
-
<font color="#dd0000">**删除数据结构**:</font>
|
|
133
|
-
|
|
134
|
-
* SubscribeRegionConf
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
139
|
-
|
|
140
|
-
### 第 175 次发布
|
|
141
|
-
|
|
142
|
-
发布时间:2024-06-21 01:41:37
|
|
143
|
-
|
|
144
|
-
本次发布包含了以下内容:
|
|
145
|
-
|
|
146
|
-
改善已有的文档。
|
|
147
|
-
|
|
148
|
-
新增接口:
|
|
149
|
-
|
|
150
|
-
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)
|
|
151
|
-
* [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)
|
|
19
|
+
* [ClusterTopology](https://cloud.tencent.com/document/api/236/15878#ClusterTopology)
|
|
20
|
+
* [NodeDistribution](https://cloud.tencent.com/document/api/236/15878#NodeDistribution)
|
|
21
|
+
* [ReadWriteNode](https://cloud.tencent.com/document/api/236/15878#ReadWriteNode)
|
|
22
|
+
* [ReadonlyNode](https://cloud.tencent.com/document/api/236/15878#ReadonlyNode)
|
|
152
23
|
|
|
153
24
|
|
|
154
25
|
|
|
155
|
-
##
|
|
26
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
156
27
|
|
|
157
|
-
### 第
|
|
28
|
+
### 第 8 次发布
|
|
158
29
|
|
|
159
|
-
发布时间:2024-06-21
|
|
30
|
+
发布时间:2024-06-21 21:11:25
|
|
160
31
|
|
|
161
32
|
本次发布包含了以下内容:
|
|
162
33
|
|
|
163
34
|
改善已有的文档。
|
|
164
35
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)
|
|
168
|
-
* [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
173
|
-
|
|
36
|
+
修改接口:
|
|
174
37
|
|
|
38
|
+
* [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
|
|
175
39
|
|
|
176
|
-
|
|
40
|
+
* 新增入参:TypeKey
|
|
177
41
|
|
|
178
|
-
|
|
42
|
+
* <font color="#dd0000">**修改入参**:</font>BotBizId
|
|
179
43
|
|
|
180
|
-
|
|
44
|
+
* [GetDocPreview](https://cloud.tencent.com/document/api/1759/105067)
|
|
181
45
|
|
|
182
|
-
|
|
46
|
+
* 新增入参:TypeKey
|
|
183
47
|
|
|
184
|
-
|
|
48
|
+
* [GetWsToken](https://cloud.tencent.com/document/api/1759/105089)
|
|
185
49
|
|
|
186
|
-
|
|
50
|
+
* 新增出参:Balance, InputLenLimit
|
|
187
51
|
|
|
188
|
-
* [ModifyInstanceParams](https://cloud.tencent.com/document/api/240/107557)
|
|
189
52
|
|
|
190
53
|
新增数据结构:
|
|
191
54
|
|
|
192
|
-
* [
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
## 媒体处理(mps) 版本:2019-06-12
|
|
201
|
-
|
|
202
|
-
### 第 86 次发布
|
|
55
|
+
* [FileInfo](https://cloud.tencent.com/document/api/1759/105104#FileInfo)
|
|
56
|
+
* [MsgFileInfo](https://cloud.tencent.com/document/api/1759/105104#MsgFileInfo)
|
|
203
57
|
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
本次发布包含了以下内容:
|
|
207
|
-
|
|
208
|
-
改善已有的文档。
|
|
209
|
-
|
|
210
|
-
修改接口:
|
|
211
|
-
|
|
212
|
-
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45749)
|
|
213
|
-
|
|
214
|
-
* 新增入参:SegmentType
|
|
215
|
-
|
|
216
|
-
* [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
|
|
58
|
+
修改数据结构:
|
|
217
59
|
|
|
218
|
-
|
|
60
|
+
* [AppModel](https://cloud.tencent.com/document/api/1759/105104#AppModel)
|
|
219
61
|
|
|
62
|
+
* 新增成员:TokenBalance
|
|
220
63
|
|
|
221
|
-
|
|
64
|
+
* [Context](https://cloud.tencent.com/document/api/1759/105104#Context)
|
|
222
65
|
|
|
223
|
-
*
|
|
66
|
+
* 新增成员:FileInfos
|
|
224
67
|
|
|
225
|
-
|
|
68
|
+
* [KnowledgeQaSearch](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaSearch)
|
|
226
69
|
|
|
227
|
-
*
|
|
70
|
+
* 新增成员:Confidence
|
|
228
71
|
|
|
229
|
-
|
|
72
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
230
73
|
|
|
231
|
-
*
|
|
74
|
+
* 新增成员:FileInfos
|
|
232
75
|
|
|
233
|
-
* 新增成员:SegmentType
|
|
234
76
|
|
|
235
77
|
|
|
236
78
|
|
|
79
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
237
80
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
### 第 138 次发布
|
|
81
|
+
### 第 21 次发布
|
|
241
82
|
|
|
242
|
-
发布时间:2024-06-21
|
|
83
|
+
发布时间:2024-06-21 16:22:39
|
|
243
84
|
|
|
244
85
|
本次发布包含了以下内容:
|
|
245
86
|
|
|
@@ -247,45 +88,37 @@
|
|
|
247
88
|
|
|
248
89
|
修改接口:
|
|
249
90
|
|
|
250
|
-
* [
|
|
251
|
-
|
|
252
|
-
* 新增出参:FinancialBill
|
|
91
|
+
* [SendEmail](https://cloud.tencent.com/document/api/1288/51034)
|
|
253
92
|
|
|
93
|
+
* 新增入参:SmtpMessageId, SmtpHeaders
|
|
254
94
|
|
|
255
|
-
新增数据结构:
|
|
256
|
-
|
|
257
|
-
* [FinancialBill](https://cloud.tencent.com/document/api/866/33527#FinancialBill)
|
|
258
|
-
* [FinancialBillItem](https://cloud.tencent.com/document/api/866/33527#FinancialBillItem)
|
|
259
|
-
* [FinancialBillItemDetails](https://cloud.tencent.com/document/api/866/33527#FinancialBillItemDetails)
|
|
260
95
|
|
|
261
96
|
|
|
262
97
|
|
|
263
|
-
##
|
|
98
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
264
99
|
|
|
265
|
-
### 第
|
|
100
|
+
### 第 115 次发布
|
|
266
101
|
|
|
267
|
-
发布时间:2024-06-
|
|
102
|
+
发布时间:2024-06-24 01:23:04
|
|
268
103
|
|
|
269
104
|
本次发布包含了以下内容:
|
|
270
105
|
|
|
271
106
|
改善已有的文档。
|
|
272
107
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
* [AcceptJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107559)
|
|
276
|
-
* [RejectJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107558)
|
|
108
|
+
修改数据结构:
|
|
277
109
|
|
|
110
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
278
111
|
|
|
112
|
+
* 新增成员:ZoneId, ZoneIds
|
|
279
113
|
|
|
280
|
-
## 集团账号管理(organization) 版本:2018-12-25
|
|
281
114
|
|
|
282
115
|
|
|
283
116
|
|
|
284
|
-
##
|
|
117
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
285
118
|
|
|
286
|
-
### 第
|
|
119
|
+
### 第 78 次发布
|
|
287
120
|
|
|
288
|
-
发布时间:2024-06-
|
|
121
|
+
发布时间:2024-06-24 01:24:46
|
|
289
122
|
|
|
290
123
|
本次发布包含了以下内容:
|
|
291
124
|
|
|
@@ -293,28 +126,7 @@
|
|
|
293
126
|
|
|
294
127
|
修改接口:
|
|
295
128
|
|
|
296
|
-
* [
|
|
297
|
-
|
|
298
|
-
* <font color="#dd0000">**修改入参**:</font>ProjectId
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
304
|
-
|
|
305
|
-
### 第 110 次发布
|
|
306
|
-
|
|
307
|
-
发布时间:2024-06-21 02:26:46
|
|
308
|
-
|
|
309
|
-
本次发布包含了以下内容:
|
|
310
|
-
|
|
311
|
-
改善已有的文档。
|
|
312
|
-
|
|
313
|
-
修改数据结构:
|
|
314
|
-
|
|
315
|
-
* [MsInstance](https://cloud.tencent.com/document/api/649/36099#MsInstance)
|
|
316
|
-
|
|
317
|
-
* 新增成员:MetaJson
|
|
129
|
+
* [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
|
|
318
130
|
|
|
319
131
|
|
|
320
132
|
|
|
@@ -16701,6 +16513,25 @@
|
|
|
16701
16513
|
|
|
16702
16514
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
16703
16515
|
|
|
16516
|
+
### 第 159 次发布
|
|
16517
|
+
|
|
16518
|
+
发布时间:2024-06-24 01:09:17
|
|
16519
|
+
|
|
16520
|
+
本次发布包含了以下内容:
|
|
16521
|
+
|
|
16522
|
+
改善已有的文档。
|
|
16523
|
+
|
|
16524
|
+
新增接口:
|
|
16525
|
+
|
|
16526
|
+
* [[DescribeInstanceUpgradeType](https://cloud.tencent.com/document/api/236/107630)](https://cloud.tencent.com/document/api/#/#)
|
|
16527
|
+
|
|
16528
|
+
新增数据结构:
|
|
16529
|
+
|
|
16530
|
+
* [[ClusterTopology](https://cloud.tencent.com/document/api/236/15878#ClusterTopology)](https://cloud.tencent.com/document/api/236/15878#[ClusterTopology](https://cloud.tencent.com/document/api/236/15878#ClusterTopology))
|
|
16531
|
+
* [[NodeDistribution](https://cloud.tencent.com/document/api/236/15878#NodeDistribution)](https://cloud.tencent.com/document/api/236/15878#[NodeDistribution](https://cloud.tencent.com/document/api/236/15878#NodeDistribution))
|
|
16532
|
+
* [[ReadWriteNode](https://cloud.tencent.com/document/api/236/15878#ReadWriteNode)](https://cloud.tencent.com/document/api/236/15878#[ReadWriteNode](https://cloud.tencent.com/document/api/236/15878#ReadWriteNode))
|
|
16533
|
+
* [[ReadonlyNode](https://cloud.tencent.com/document/api/236/15878#ReadonlyNode)](https://cloud.tencent.com/document/api/236/15878#[ReadonlyNode](https://cloud.tencent.com/document/api/236/15878#ReadonlyNode))
|
|
16534
|
+
|
|
16704
16535
|
### 第 158 次发布
|
|
16705
16536
|
|
|
16706
16537
|
发布时间:2024-06-04 01:16:12
|
|
@@ -45007,7 +44838,7 @@
|
|
|
45007
44838
|
|
|
45008
44839
|
新增接口:
|
|
45009
44840
|
|
|
45010
|
-
* [
|
|
44841
|
+
* [RenewClusters](https://cloud.tencent.com/document/api/1003/107548)
|
|
45011
44842
|
|
|
45012
44843
|
### 第 93 次发布
|
|
45013
44844
|
|
|
@@ -51051,7 +50882,7 @@
|
|
|
51051
50882
|
|
|
51052
50883
|
新增接口:
|
|
51053
50884
|
|
|
51054
|
-
* [
|
|
50885
|
+
* [DescribeSparkSessionBatchSQLCost](https://cloud.tencent.com/document/api/1342/107549)
|
|
51055
50886
|
|
|
51056
50887
|
修改接口:
|
|
51057
50888
|
|
|
@@ -51062,7 +50893,7 @@
|
|
|
51062
50893
|
|
|
51063
50894
|
新增数据结构:
|
|
51064
50895
|
|
|
51065
|
-
* [
|
|
50896
|
+
* [BatchSQLCostInfo](https://cloud.tencent.com/document/api/1342/53778#BatchSQLCostInfo)
|
|
51066
50897
|
|
|
51067
50898
|
### 第 93 次发布
|
|
51068
50899
|
|
|
@@ -62257,8 +62088,8 @@
|
|
|
62257
62088
|
|
|
62258
62089
|
新增接口:
|
|
62259
62090
|
|
|
62260
|
-
* [
|
|
62261
|
-
* [
|
|
62091
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)
|
|
62092
|
+
* [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)
|
|
62262
62093
|
|
|
62263
62094
|
### 第 174 次发布
|
|
62264
62095
|
|
|
@@ -65626,8 +65457,8 @@
|
|
|
65626
65457
|
|
|
65627
65458
|
新增接口:
|
|
65628
65459
|
|
|
65629
|
-
* [
|
|
65630
|
-
* [
|
|
65460
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)
|
|
65461
|
+
* [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)
|
|
65631
65462
|
|
|
65632
65463
|
### 第 170 次发布
|
|
65633
65464
|
|
|
@@ -87298,6 +87129,55 @@
|
|
|
87298
87129
|
|
|
87299
87130
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
87300
87131
|
|
|
87132
|
+
### 第 8 次发布
|
|
87133
|
+
|
|
87134
|
+
发布时间:2024-06-21 21:11:25
|
|
87135
|
+
|
|
87136
|
+
本次发布包含了以下内容:
|
|
87137
|
+
|
|
87138
|
+
改善已有的文档。
|
|
87139
|
+
|
|
87140
|
+
修改接口:
|
|
87141
|
+
|
|
87142
|
+
* [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
|
|
87143
|
+
|
|
87144
|
+
* 新增入参:TypeKey
|
|
87145
|
+
|
|
87146
|
+
* <font color="#dd0000">**修改入参**:</font>BotBizId
|
|
87147
|
+
|
|
87148
|
+
* [GetDocPreview](https://cloud.tencent.com/document/api/1759/105067)
|
|
87149
|
+
|
|
87150
|
+
* 新增入参:TypeKey
|
|
87151
|
+
|
|
87152
|
+
* [GetWsToken](https://cloud.tencent.com/document/api/1759/105089)
|
|
87153
|
+
|
|
87154
|
+
* 新增出参:Balance, InputLenLimit
|
|
87155
|
+
|
|
87156
|
+
|
|
87157
|
+
新增数据结构:
|
|
87158
|
+
|
|
87159
|
+
* [[FileInfo](https://cloud.tencent.com/document/api/1759/105104#FileInfo)](https://cloud.tencent.com/document/api/1759/105104#[FileInfo](https://cloud.tencent.com/document/api/1759/105104#FileInfo))
|
|
87160
|
+
* [[MsgFileInfo](https://cloud.tencent.com/document/api/1759/105104#MsgFileInfo)](https://cloud.tencent.com/document/api/1759/105104#[MsgFileInfo](https://cloud.tencent.com/document/api/1759/105104#MsgFileInfo))
|
|
87161
|
+
|
|
87162
|
+
修改数据结构:
|
|
87163
|
+
|
|
87164
|
+
* [AppModel](https://cloud.tencent.com/document/api/1759/105104#AppModel)
|
|
87165
|
+
|
|
87166
|
+
* 新增成员:TokenBalance
|
|
87167
|
+
|
|
87168
|
+
* [Context](https://cloud.tencent.com/document/api/1759/105104#Context)
|
|
87169
|
+
|
|
87170
|
+
* 新增成员:FileInfos
|
|
87171
|
+
|
|
87172
|
+
* [KnowledgeQaSearch](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaSearch)
|
|
87173
|
+
|
|
87174
|
+
* 新增成员:Confidence
|
|
87175
|
+
|
|
87176
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
87177
|
+
|
|
87178
|
+
* 新增成员:FileInfos
|
|
87179
|
+
|
|
87180
|
+
|
|
87301
87181
|
### 第 7 次发布
|
|
87302
87182
|
|
|
87303
87183
|
发布时间:2024-06-20 01:56:34
|
|
@@ -89765,11 +89645,11 @@
|
|
|
89765
89645
|
|
|
89766
89646
|
新增接口:
|
|
89767
89647
|
|
|
89768
|
-
* [
|
|
89648
|
+
* [ModifyInstanceParams](https://cloud.tencent.com/document/api/240/107557)
|
|
89769
89649
|
|
|
89770
89650
|
新增数据结构:
|
|
89771
89651
|
|
|
89772
|
-
* [
|
|
89652
|
+
* [ModifyMongoDBParamType](https://cloud.tencent.com/document/api/240/38576#ModifyMongoDBParamType)
|
|
89773
89653
|
|
|
89774
89654
|
### 第 40 次发布
|
|
89775
89655
|
|
|
@@ -98743,9 +98623,9 @@
|
|
|
98743
98623
|
|
|
98744
98624
|
新增数据结构:
|
|
98745
98625
|
|
|
98746
|
-
* [
|
|
98747
|
-
* [
|
|
98748
|
-
* [
|
|
98626
|
+
* [FinancialBill](https://cloud.tencent.com/document/api/866/33527#FinancialBill)
|
|
98627
|
+
* [FinancialBillItem](https://cloud.tencent.com/document/api/866/33527#FinancialBillItem)
|
|
98628
|
+
* [FinancialBillItemDetails](https://cloud.tencent.com/document/api/866/33527#FinancialBillItemDetails)
|
|
98749
98629
|
|
|
98750
98630
|
### 第 137 次发布
|
|
98751
98631
|
|
|
@@ -101811,8 +101691,8 @@
|
|
|
101811
101691
|
|
|
101812
101692
|
新增接口:
|
|
101813
101693
|
|
|
101814
|
-
* [
|
|
101815
|
-
* [
|
|
101694
|
+
* [AcceptJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107559)
|
|
101695
|
+
* [RejectJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107558)
|
|
101816
101696
|
|
|
101817
101697
|
### 第 32 次发布
|
|
101818
101698
|
|
|
@@ -108337,6 +108217,21 @@
|
|
|
108337
108217
|
|
|
108338
108218
|
## 邮件推送(ses) 版本:2020-10-02
|
|
108339
108219
|
|
|
108220
|
+
### 第 21 次发布
|
|
108221
|
+
|
|
108222
|
+
发布时间:2024-06-21 16:22:39
|
|
108223
|
+
|
|
108224
|
+
本次发布包含了以下内容:
|
|
108225
|
+
|
|
108226
|
+
改善已有的文档。
|
|
108227
|
+
|
|
108228
|
+
修改接口:
|
|
108229
|
+
|
|
108230
|
+
* [SendEmail](https://cloud.tencent.com/document/api/1288/51034)
|
|
108231
|
+
|
|
108232
|
+
* 新增入参:SmtpMessageId, SmtpHeaders
|
|
108233
|
+
|
|
108234
|
+
|
|
108340
108235
|
### 第 20 次发布
|
|
108341
108236
|
|
|
108342
108237
|
发布时间:2023-09-14 02:15:22
|
|
@@ -122169,6 +122064,21 @@
|
|
|
122169
122064
|
|
|
122170
122065
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
122171
122066
|
|
|
122067
|
+
### 第 115 次发布
|
|
122068
|
+
|
|
122069
|
+
发布时间:2024-06-24 01:23:04
|
|
122070
|
+
|
|
122071
|
+
本次发布包含了以下内容:
|
|
122072
|
+
|
|
122073
|
+
改善已有的文档。
|
|
122074
|
+
|
|
122075
|
+
修改数据结构:
|
|
122076
|
+
|
|
122077
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
122078
|
+
|
|
122079
|
+
* 新增成员:ZoneId, ZoneIds
|
|
122080
|
+
|
|
122081
|
+
|
|
122172
122082
|
### 第 114 次发布
|
|
122173
122083
|
|
|
122174
122084
|
发布时间:2024-06-20 15:41:09
|
|
@@ -138937,6 +138847,19 @@
|
|
|
138937
138847
|
|
|
138938
138848
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
138939
138849
|
|
|
138850
|
+
### 第 78 次发布
|
|
138851
|
+
|
|
138852
|
+
发布时间:2024-06-24 01:24:46
|
|
138853
|
+
|
|
138854
|
+
本次发布包含了以下内容:
|
|
138855
|
+
|
|
138856
|
+
改善已有的文档。
|
|
138857
|
+
|
|
138858
|
+
修改接口:
|
|
138859
|
+
|
|
138860
|
+
* [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
|
|
138861
|
+
|
|
138862
|
+
|
|
138940
138863
|
### 第 77 次发布
|
|
138941
138864
|
|
|
138942
138865
|
发布时间:2024-06-18 02:25:06
|