tencentcloud-sdk-nodejs 4.0.735 → 4.0.737
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 +120 -0
- package/SERVICE_CHANGELOG.md +158 -315
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cfg/v20210820/cfg_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_client.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +18 -18
- package/src/services/csip/v20221121/csip_models.ts +3 -3
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/dasb/v20191018/dasb_models.ts +4 -4
- package/src/services/dlc/v20210125/dlc_client.ts +12 -0
- package/src/services/dlc/v20210125/dlc_models.ts +70 -0
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +3 -3
- package/src/services/redis/v20180412/redis_models.ts +6 -6
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +155 -45
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +737 -157
- package/src/services/tdmq/v20200217/tdmq_models.ts +29 -14
- package/src/services/teo/v20220901/teo_models.ts +3 -3
- package/src/services/tione/v20211111/tione_client.ts +1 -0
- package/src/services/tione/v20211111/tione_models.ts +20 -0
- package/src/services/vrs/v20200824/vrs_models.ts +1 -7
- package/src/services/waf/v20180125/waf_models.ts +27 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +18 -18
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3 -3
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +68 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +49 -13
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +72 -18
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +723 -163
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +29 -14
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -7
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +27 -7
- package/test/dlc.v20210125.test.js +10 -0
- package/test/sqlserver.v20180328.test.js +108 -18
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,99 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
## API 网关(apigateway) 版本:2018-08-08
|
|
4
|
-
|
|
5
|
-
### 第 47 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-11-16 01:06:33
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [CreateAPIDoc](https://cloud.tencent.com/document/api/628/54951)
|
|
16
|
-
|
|
17
|
-
* 新增入参:Tags
|
|
18
|
-
|
|
19
|
-
* [CreateApiKey](https://cloud.tencent.com/document/api/628/45213)
|
|
20
|
-
|
|
21
|
-
* 新增入参:Tags
|
|
22
|
-
|
|
23
|
-
* [CreateUsagePlan](https://cloud.tencent.com/document/api/628/45224)
|
|
24
|
-
|
|
25
|
-
* 新增入参:Tags
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
修改数据结构:
|
|
29
|
-
|
|
30
|
-
* [APIDoc](https://cloud.tencent.com/document/api/628/45244#APIDoc)
|
|
31
|
-
|
|
32
|
-
* 新增成员:Tags
|
|
33
|
-
|
|
34
|
-
* [APIDocInfo](https://cloud.tencent.com/document/api/628/45244#APIDocInfo)
|
|
35
|
-
|
|
36
|
-
* 新增成员:Tags
|
|
37
|
-
|
|
38
|
-
* [ApiKey](https://cloud.tencent.com/document/api/628/45244#ApiKey)
|
|
39
|
-
|
|
40
|
-
* 新增成员:Tags
|
|
41
|
-
|
|
42
|
-
* [ApiUsagePlan](https://cloud.tencent.com/document/api/628/45244#ApiUsagePlan)
|
|
43
|
-
|
|
44
|
-
* 新增成员:Tags
|
|
45
|
-
|
|
46
|
-
* [UsagePlanInfo](https://cloud.tencent.com/document/api/628/45244#UsagePlanInfo)
|
|
47
|
-
|
|
48
|
-
* 新增成员:Tags
|
|
49
|
-
|
|
50
|
-
* [UsagePlanStatusInfo](https://cloud.tencent.com/document/api/628/45244#UsagePlanStatusInfo)
|
|
51
|
-
|
|
52
|
-
* 新增成员:Tags
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
58
|
-
|
|
59
|
-
### 第 23 次发布
|
|
60
|
-
|
|
61
|
-
发布时间:2023-11-16 01:12:23
|
|
62
|
-
|
|
63
|
-
本次发布包含了以下内容:
|
|
64
|
-
|
|
65
|
-
改善已有的文档。
|
|
66
|
-
|
|
67
|
-
修改数据结构:
|
|
68
|
-
|
|
69
|
-
* [AssetViewVULRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRisk)
|
|
70
|
-
|
|
71
|
-
* <font color="#dd0000">**修改成员**:</font>AffectAsset, Level, InstanceType, Component, Service, RecentTime, FirstTime, Status, Id, Index, InstanceId, InstanceName, AppId, Nick, Uin, VULType, Port, Describe, AppName, References, AppVersion, VULURL, VULName, CVE, Fix, POCId, From, CWPVersion, IsSupportRepair, IsSupportDetect, InstanceUUID, Payload, EMGCVulType
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
77
|
-
|
|
78
|
-
### 第 20 次发布
|
|
79
|
-
|
|
80
|
-
发布时间:2023-11-16 01:14:38
|
|
81
|
-
|
|
82
|
-
本次发布包含了以下内容:
|
|
83
|
-
|
|
84
|
-
改善已有的文档。
|
|
85
|
-
|
|
86
|
-
新增接口:
|
|
87
|
-
|
|
88
|
-
* [ModifyUserGroup](https://cloud.tencent.com/document/api/1025/101605)
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
3
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
93
4
|
|
|
94
|
-
### 第
|
|
5
|
+
### 第 76 次发布
|
|
95
6
|
|
|
96
|
-
发布时间:2023-11-
|
|
7
|
+
发布时间:2023-11-17 01:13:25
|
|
97
8
|
|
|
98
9
|
本次发布包含了以下内容:
|
|
99
10
|
|
|
@@ -101,72 +12,15 @@
|
|
|
101
12
|
|
|
102
13
|
新增接口:
|
|
103
14
|
|
|
104
|
-
* [
|
|
105
|
-
|
|
106
|
-
修改接口:
|
|
107
|
-
|
|
108
|
-
* [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
|
|
109
|
-
|
|
110
|
-
* 新增入参:EngineNetworkId, EngineGeneration
|
|
111
|
-
|
|
112
|
-
* [DescribeDataEngines](https://cloud.tencent.com/document/api/1342/86308)
|
|
113
|
-
|
|
114
|
-
* 新增入参:EngineGeneration, EngineTypeDetail
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
新增数据结构:
|
|
118
|
-
|
|
119
|
-
* [DataEngineBasicInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineBasicInfo)
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
124
|
-
|
|
125
|
-
### 第 5 次发布
|
|
126
|
-
|
|
127
|
-
发布时间:2023-11-16 01:16:33
|
|
128
|
-
|
|
129
|
-
本次发布包含了以下内容:
|
|
130
|
-
|
|
131
|
-
改善已有的文档。
|
|
132
|
-
|
|
133
|
-
修改接口:
|
|
134
|
-
|
|
135
|
-
* [DescribeDSPAESDataAssetDetail](https://cloud.tencent.com/document/api/1087/97143)
|
|
136
|
-
|
|
137
|
-
* 新增入参:CreditScore
|
|
138
|
-
|
|
139
|
-
* [DescribeDSPARDBDataAssetDetail](https://cloud.tencent.com/document/api/1087/97204)
|
|
140
|
-
|
|
141
|
-
* 新增入参:CreditScore
|
|
142
|
-
|
|
143
|
-
* [ModifyDSPAESTaskResult](https://cloud.tencent.com/document/api/1087/97191)
|
|
144
|
-
|
|
145
|
-
* 新增入参:SrcRuleId, SrcCategoryId, SrcLevelId, IdentifyType
|
|
146
|
-
|
|
147
|
-
* [ModifyDSPATaskResult](https://cloud.tencent.com/document/api/1087/97190)
|
|
148
|
-
|
|
149
|
-
* 新增入参:SrcRuleId, SrcCategoryId, SrcLevelId, IdentifyType
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
修改数据结构:
|
|
153
|
-
|
|
154
|
-
* [DspaRDBDataAssetDetail](https://cloud.tencent.com/document/api/1087/96844#DspaRDBDataAssetDetail)
|
|
155
|
-
|
|
156
|
-
* 新增成员:IdentifyType, CheckStatus, IsSensitiveData
|
|
157
|
-
|
|
158
|
-
* [ESDataAssetDetail](https://cloud.tencent.com/document/api/1087/96844#ESDataAssetDetail)
|
|
159
|
-
|
|
160
|
-
* 新增成员:IdentifyType, CheckStatus
|
|
15
|
+
* [DescribeTablesName](https://cloud.tencent.com/document/api/1342/101641)
|
|
161
16
|
|
|
162
17
|
|
|
163
18
|
|
|
19
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
164
20
|
|
|
165
|
-
|
|
21
|
+
### 第 54 次发布
|
|
166
22
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
发布时间:2023-11-16 01:20:06
|
|
23
|
+
发布时间:2023-11-17 01:22:32
|
|
170
24
|
|
|
171
25
|
本次发布包含了以下内容:
|
|
172
26
|
|
|
@@ -174,53 +28,28 @@
|
|
|
174
28
|
|
|
175
29
|
新增接口:
|
|
176
30
|
|
|
177
|
-
* [
|
|
178
|
-
* [
|
|
179
|
-
* [
|
|
180
|
-
* [
|
|
181
|
-
* [
|
|
182
|
-
* [
|
|
183
|
-
* [
|
|
31
|
+
* [DescribeBackupMonitor](https://cloud.tencent.com/document/api/238/101650)
|
|
32
|
+
* [DescribeBackupStatistical](https://cloud.tencent.com/document/api/238/101649)
|
|
33
|
+
* [DescribeBackupSummary](https://cloud.tencent.com/document/api/238/101648)
|
|
34
|
+
* [DescribeCrossBackupStatistical](https://cloud.tencent.com/document/api/238/101647)
|
|
35
|
+
* [DescribeDatabases](https://cloud.tencent.com/document/api/238/101644)
|
|
36
|
+
* [DescribeDatabasesNormal](https://cloud.tencent.com/document/api/238/101643)
|
|
37
|
+
* [DescribeRegularBackupPlan](https://cloud.tencent.com/document/api/238/101646)
|
|
38
|
+
* [ModifyCrossBackupStrategy](https://cloud.tencent.com/document/api/238/101645)
|
|
39
|
+
* [ModifyDatabaseShrinkMDF](https://cloud.tencent.com/document/api/238/101642)
|
|
184
40
|
|
|
185
41
|
新增数据结构:
|
|
186
42
|
|
|
187
|
-
* [
|
|
188
|
-
* [
|
|
189
|
-
* [Instance](https://cloud.tencent.com/document/api/1721/101518#Instance)
|
|
190
|
-
* [ItemPrice](https://cloud.tencent.com/document/api/1721/101518#ItemPrice)
|
|
191
|
-
* [LoginService](https://cloud.tencent.com/document/api/1721/101518#LoginService)
|
|
192
|
-
* [LoginSetting](https://cloud.tencent.com/document/api/1721/101518#LoginSetting)
|
|
193
|
-
* [NetworkStatus](https://cloud.tencent.com/document/api/1721/101518#NetworkStatus)
|
|
194
|
-
* [Price](https://cloud.tencent.com/document/api/1721/101518#Price)
|
|
195
|
-
* [RegionInfo](https://cloud.tencent.com/document/api/1721/101518#RegionInfo)
|
|
196
|
-
* [SceneInfo](https://cloud.tencent.com/document/api/1721/101518#SceneInfo)
|
|
43
|
+
* [CrossSummaryDetailRes](https://cloud.tencent.com/document/api/238/19976#CrossSummaryDetailRes)
|
|
44
|
+
* [SummaryDetailRes](https://cloud.tencent.com/document/api/238/19976#SummaryDetailRes)
|
|
197
45
|
|
|
198
46
|
|
|
199
47
|
|
|
200
|
-
##
|
|
201
|
-
|
|
202
|
-
### 第 45 次发布
|
|
203
|
-
|
|
204
|
-
发布时间:2023-11-16 01:25:38
|
|
205
|
-
|
|
206
|
-
本次发布包含了以下内容:
|
|
207
|
-
|
|
208
|
-
改善已有的文档。
|
|
209
|
-
|
|
210
|
-
修改接口:
|
|
211
|
-
|
|
212
|
-
* [DescribeTreeResources](https://cloud.tencent.com/document/api/849/79568)
|
|
213
|
-
|
|
214
|
-
* 新增入参:Filters, Offset, Limit
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
## 文字识别(ocr) 版本:2018-11-19
|
|
48
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
220
49
|
|
|
221
|
-
### 第
|
|
50
|
+
### 第 91 次发布
|
|
222
51
|
|
|
223
|
-
发布时间:2023-11-
|
|
52
|
+
发布时间:2023-11-17 01:25:23
|
|
224
53
|
|
|
225
54
|
本次发布包含了以下内容:
|
|
226
55
|
|
|
@@ -228,45 +57,39 @@
|
|
|
228
57
|
|
|
229
58
|
修改数据结构:
|
|
230
59
|
|
|
231
|
-
* [
|
|
60
|
+
* [RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription)
|
|
232
61
|
|
|
233
|
-
* 新增成员:
|
|
62
|
+
* 新增成员:ClientProtocol
|
|
234
63
|
|
|
235
|
-
|
|
64
|
+
* [RocketMQVipInstance](https://cloud.tencent.com/document/api/1179/46089#RocketMQVipInstance)
|
|
236
65
|
|
|
237
|
-
*
|
|
66
|
+
* 新增成员:AclEnabled, DestroyTime
|
|
238
67
|
|
|
239
|
-
*
|
|
240
|
-
|
|
241
|
-
* <font color="#dd0000">**修改成员**:</font>Title, QRCodeMark, Code, Number, Date, Total, TotalCn, Seller, SellerTel, SellerTaxID, SellerAddress, Buyer, BuyerID, BuyerAddress, BuyerTel, CompanyName, CompanyTaxID, CompanyBankAccount, CompanyTel, CompanyAddress, TransferAdministrationName, LicensePlate, RegistrationNumber, VIN, VehicleModel, Kind, Province, City, VehicleType, Remark, FormType, FormName, CompanySealMark
|
|
68
|
+
* <font color="#dd0000">**修改成员**:</font>MaxRetention, MinRetention, Retention
|
|
242
69
|
|
|
243
70
|
|
|
244
71
|
|
|
245
72
|
|
|
246
73
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
247
74
|
|
|
248
|
-
### 第
|
|
75
|
+
### 第 43 次发布
|
|
249
76
|
|
|
250
|
-
发布时间:2023-11-
|
|
77
|
+
发布时间:2023-11-17 01:26:29
|
|
251
78
|
|
|
252
79
|
本次发布包含了以下内容:
|
|
253
80
|
|
|
254
81
|
改善已有的文档。
|
|
255
82
|
|
|
256
|
-
新增接口:
|
|
257
|
-
|
|
258
|
-
* [DescribeEvents](https://cloud.tencent.com/document/api/851/101617)
|
|
259
|
-
|
|
260
83
|
修改接口:
|
|
261
84
|
|
|
262
|
-
* [
|
|
85
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/851/75094)
|
|
263
86
|
|
|
264
|
-
* 新增入参:
|
|
87
|
+
* 新增入参:PreTrainModel
|
|
265
88
|
|
|
266
89
|
|
|
267
90
|
新增数据结构:
|
|
268
91
|
|
|
269
|
-
* [
|
|
92
|
+
* [PreTrainModel](https://cloud.tencent.com/document/api/851/75051#PreTrainModel)
|
|
270
93
|
|
|
271
94
|
|
|
272
95
|
|
|
@@ -274,78 +97,6 @@
|
|
|
274
97
|
|
|
275
98
|
|
|
276
99
|
|
|
277
|
-
## 实时音视频(trtc) 版本:2019-07-22
|
|
278
|
-
|
|
279
|
-
### 第 60 次发布
|
|
280
|
-
|
|
281
|
-
发布时间:2023-11-16 01:34:14
|
|
282
|
-
|
|
283
|
-
本次发布包含了以下内容:
|
|
284
|
-
|
|
285
|
-
改善已有的文档。
|
|
286
|
-
|
|
287
|
-
修改数据结构:
|
|
288
|
-
|
|
289
|
-
* [McuWaterMarkImage](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkImage)
|
|
290
|
-
|
|
291
|
-
* 新增成员:DynamicPosType
|
|
292
|
-
|
|
293
|
-
* [McuWaterMarkText](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkText)
|
|
294
|
-
|
|
295
|
-
* 新增成员:DynamicPosType
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
## 云点播(vod) 版本:2018-07-17
|
|
301
|
-
|
|
302
|
-
### 第 170 次发布
|
|
303
|
-
|
|
304
|
-
发布时间:2023-11-16 01:35:27
|
|
305
|
-
|
|
306
|
-
本次发布包含了以下内容:
|
|
307
|
-
|
|
308
|
-
改善已有的文档。
|
|
309
|
-
|
|
310
|
-
新增接口:
|
|
311
|
-
|
|
312
|
-
* [CreateJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101622)
|
|
313
|
-
* [DeleteJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101621)
|
|
314
|
-
* [DescribeJustInTimeTranscodeTemplates](https://cloud.tencent.com/document/api/266/101620)
|
|
315
|
-
* [ModifyJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101619)
|
|
316
|
-
|
|
317
|
-
新增数据结构:
|
|
318
|
-
|
|
319
|
-
* [JustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/31773#JustInTimeTranscodeTemplate)
|
|
320
|
-
* [VideoConfigureInfo](https://cloud.tencent.com/document/api/266/31773#VideoConfigureInfo)
|
|
321
|
-
* [VideoConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#VideoConfigureInfoForUpdate)
|
|
322
|
-
* [WatermarkConfigureData](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureData)
|
|
323
|
-
* [WatermarkConfigureInfo](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureInfo)
|
|
324
|
-
* [WatermarkConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureInfoForUpdate)
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
## 声音复刻(vrs) 版本:2020-08-24
|
|
329
|
-
|
|
330
|
-
### 第 4 次发布
|
|
331
|
-
|
|
332
|
-
发布时间:2023-11-16 01:37:19
|
|
333
|
-
|
|
334
|
-
本次发布包含了以下内容:
|
|
335
|
-
|
|
336
|
-
改善已有的文档。
|
|
337
|
-
|
|
338
|
-
新增接口:
|
|
339
|
-
|
|
340
|
-
* [GetVRSVoiceTypes](https://cloud.tencent.com/document/api/1283/101623)
|
|
341
|
-
|
|
342
|
-
新增数据结构:
|
|
343
|
-
|
|
344
|
-
* [VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo)
|
|
345
|
-
* [VoiceTypeListData](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeListData)
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
100
|
# 历次版本更新如下:
|
|
350
101
|
|
|
351
102
|
## 活动防刷(aa) 版本:2020-02-24
|
|
@@ -42979,7 +42730,7 @@
|
|
|
42979
42730
|
|
|
42980
42731
|
新增接口:
|
|
42981
42732
|
|
|
42982
|
-
* [
|
|
42733
|
+
* [ModifyUserGroup](https://cloud.tencent.com/document/api/1025/101605)
|
|
42983
42734
|
|
|
42984
42735
|
### 第 19 次发布
|
|
42985
42736
|
|
|
@@ -46699,6 +46450,18 @@
|
|
|
46699
46450
|
|
|
46700
46451
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
46701
46452
|
|
|
46453
|
+
### 第 76 次发布
|
|
46454
|
+
|
|
46455
|
+
发布时间:2023-11-17 01:13:25
|
|
46456
|
+
|
|
46457
|
+
本次发布包含了以下内容:
|
|
46458
|
+
|
|
46459
|
+
改善已有的文档。
|
|
46460
|
+
|
|
46461
|
+
新增接口:
|
|
46462
|
+
|
|
46463
|
+
* [[DescribeTablesName](https://cloud.tencent.com/document/api/1342/101641)](https://cloud.tencent.com/document/api/#/#)
|
|
46464
|
+
|
|
46702
46465
|
### 第 75 次发布
|
|
46703
46466
|
|
|
46704
46467
|
发布时间:2023-11-16 01:15:33
|
|
@@ -46709,7 +46472,7 @@
|
|
|
46709
46472
|
|
|
46710
46473
|
新增接口:
|
|
46711
46474
|
|
|
46712
|
-
* [
|
|
46475
|
+
* [DescribeUpdatableDataEngines](https://cloud.tencent.com/document/api/1342/101606)
|
|
46713
46476
|
|
|
46714
46477
|
修改接口:
|
|
46715
46478
|
|
|
@@ -46724,7 +46487,7 @@
|
|
|
46724
46487
|
|
|
46725
46488
|
新增数据结构:
|
|
46726
46489
|
|
|
46727
|
-
* [
|
|
46490
|
+
* [DataEngineBasicInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineBasicInfo)
|
|
46728
46491
|
|
|
46729
46492
|
### 第 74 次发布
|
|
46730
46493
|
|
|
@@ -65914,26 +65677,26 @@
|
|
|
65914
65677
|
|
|
65915
65678
|
新增接口:
|
|
65916
65679
|
|
|
65917
|
-
* [
|
|
65918
|
-
* [
|
|
65919
|
-
* [
|
|
65920
|
-
* [
|
|
65921
|
-
* [
|
|
65922
|
-
* [
|
|
65923
|
-
* [
|
|
65680
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)
|
|
65681
|
+
* [DescribeInstanceNetworkStatus](https://cloud.tencent.com/document/api/1721/101613)
|
|
65682
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/1721/101612)
|
|
65683
|
+
* [DescribeRegions](https://cloud.tencent.com/document/api/1721/101615)
|
|
65684
|
+
* [DescribeScenes](https://cloud.tencent.com/document/api/1721/101608)
|
|
65685
|
+
* [DescribeServiceLoginSettings](https://cloud.tencent.com/document/api/1721/101611)
|
|
65686
|
+
* [InquirePriceRunInstances](https://cloud.tencent.com/document/api/1721/101610)
|
|
65924
65687
|
|
|
65925
65688
|
新增数据结构:
|
|
65926
65689
|
|
|
65927
|
-
* [
|
|
65928
|
-
* [
|
|
65929
|
-
* [
|
|
65930
|
-
* [
|
|
65931
|
-
* [
|
|
65932
|
-
* [
|
|
65933
|
-
* [
|
|
65934
|
-
* [
|
|
65935
|
-
* [
|
|
65936
|
-
* [
|
|
65690
|
+
* [ApplicationInfo](https://cloud.tencent.com/document/api/1721/101518#ApplicationInfo)
|
|
65691
|
+
* [Filter](https://cloud.tencent.com/document/api/1721/101518#Filter)
|
|
65692
|
+
* [Instance](https://cloud.tencent.com/document/api/1721/101518#Instance)
|
|
65693
|
+
* [ItemPrice](https://cloud.tencent.com/document/api/1721/101518#ItemPrice)
|
|
65694
|
+
* [LoginService](https://cloud.tencent.com/document/api/1721/101518#LoginService)
|
|
65695
|
+
* [LoginSetting](https://cloud.tencent.com/document/api/1721/101518#LoginSetting)
|
|
65696
|
+
* [NetworkStatus](https://cloud.tencent.com/document/api/1721/101518#NetworkStatus)
|
|
65697
|
+
* [Price](https://cloud.tencent.com/document/api/1721/101518#Price)
|
|
65698
|
+
* [RegionInfo](https://cloud.tencent.com/document/api/1721/101518#RegionInfo)
|
|
65699
|
+
* [SceneInfo](https://cloud.tencent.com/document/api/1721/101518#SceneInfo)
|
|
65937
65700
|
|
|
65938
65701
|
### 第 2 次发布
|
|
65939
65702
|
|
|
@@ -97273,6 +97036,31 @@
|
|
|
97273
97036
|
|
|
97274
97037
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
97275
97038
|
|
|
97039
|
+
### 第 54 次发布
|
|
97040
|
+
|
|
97041
|
+
发布时间:2023-11-17 01:22:32
|
|
97042
|
+
|
|
97043
|
+
本次发布包含了以下内容:
|
|
97044
|
+
|
|
97045
|
+
改善已有的文档。
|
|
97046
|
+
|
|
97047
|
+
新增接口:
|
|
97048
|
+
|
|
97049
|
+
* [[DescribeBackupMonitor](https://cloud.tencent.com/document/api/238/101650)](https://cloud.tencent.com/document/api/#/#)
|
|
97050
|
+
* [[DescribeBackupStatistical](https://cloud.tencent.com/document/api/238/101649)](https://cloud.tencent.com/document/api/#/#)
|
|
97051
|
+
* [[DescribeBackupSummary](https://cloud.tencent.com/document/api/238/101648)](https://cloud.tencent.com/document/api/#/#)
|
|
97052
|
+
* [[DescribeCrossBackupStatistical](https://cloud.tencent.com/document/api/238/101647)](https://cloud.tencent.com/document/api/#/#)
|
|
97053
|
+
* [[DescribeDatabases](https://cloud.tencent.com/document/api/238/101644)](https://cloud.tencent.com/document/api/#/#)
|
|
97054
|
+
* [[DescribeDatabasesNormal](https://cloud.tencent.com/document/api/238/101643)](https://cloud.tencent.com/document/api/#/#)
|
|
97055
|
+
* [[DescribeRegularBackupPlan](https://cloud.tencent.com/document/api/238/101646)](https://cloud.tencent.com/document/api/#/#)
|
|
97056
|
+
* [[ModifyCrossBackupStrategy](https://cloud.tencent.com/document/api/238/101645)](https://cloud.tencent.com/document/api/#/#)
|
|
97057
|
+
* [[ModifyDatabaseShrinkMDF](https://cloud.tencent.com/document/api/238/101642)](https://cloud.tencent.com/document/api/#/#)
|
|
97058
|
+
|
|
97059
|
+
新增数据结构:
|
|
97060
|
+
|
|
97061
|
+
* [[CrossSummaryDetailRes](https://cloud.tencent.com/document/api/238/19976#CrossSummaryDetailRes)](https://cloud.tencent.com/document/api/238/19976#[CrossSummaryDetailRes](https://cloud.tencent.com/document/api/238/19976#CrossSummaryDetailRes))
|
|
97062
|
+
* [[SummaryDetailRes](https://cloud.tencent.com/document/api/238/19976#SummaryDetailRes)](https://cloud.tencent.com/document/api/238/19976#[SummaryDetailRes](https://cloud.tencent.com/document/api/238/19976#SummaryDetailRes))
|
|
97063
|
+
|
|
97276
97064
|
### 第 53 次发布
|
|
97277
97065
|
|
|
97278
97066
|
发布时间:2023-11-06 00:18:16
|
|
@@ -98705,7 +98493,7 @@
|
|
|
98705
98493
|
|
|
98706
98494
|
新增接口:
|
|
98707
98495
|
|
|
98708
|
-
* [SaEventPub](https://cloud.tencent.com/document/api
|
|
98496
|
+
* [SaEventPub](https://cloud.tencent.com/document/api/#/#)
|
|
98709
98497
|
|
|
98710
98498
|
新增数据结构:
|
|
98711
98499
|
|
|
@@ -108926,6 +108714,27 @@
|
|
|
108926
108714
|
|
|
108927
108715
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
108928
108716
|
|
|
108717
|
+
### 第 91 次发布
|
|
108718
|
+
|
|
108719
|
+
发布时间:2023-11-17 01:25:23
|
|
108720
|
+
|
|
108721
|
+
本次发布包含了以下内容:
|
|
108722
|
+
|
|
108723
|
+
改善已有的文档。
|
|
108724
|
+
|
|
108725
|
+
修改数据结构:
|
|
108726
|
+
|
|
108727
|
+
* [RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription)
|
|
108728
|
+
|
|
108729
|
+
* 新增成员:ClientProtocol
|
|
108730
|
+
|
|
108731
|
+
* [RocketMQVipInstance](https://cloud.tencent.com/document/api/1179/46089#RocketMQVipInstance)
|
|
108732
|
+
|
|
108733
|
+
* 新增成员:AclEnabled, DestroyTime
|
|
108734
|
+
|
|
108735
|
+
* <font color="#dd0000">**修改成员**:</font>MaxRetention, MinRetention, Retention
|
|
108736
|
+
|
|
108737
|
+
|
|
108929
108738
|
### 第 90 次发布
|
|
108930
108739
|
|
|
108931
108740
|
发布时间:2023-11-15 02:25:53
|
|
@@ -117149,6 +116958,25 @@
|
|
|
117149
116958
|
|
|
117150
116959
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
117151
116960
|
|
|
116961
|
+
### 第 43 次发布
|
|
116962
|
+
|
|
116963
|
+
发布时间:2023-11-17 01:26:29
|
|
116964
|
+
|
|
116965
|
+
本次发布包含了以下内容:
|
|
116966
|
+
|
|
116967
|
+
改善已有的文档。
|
|
116968
|
+
|
|
116969
|
+
修改接口:
|
|
116970
|
+
|
|
116971
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/851/75094)
|
|
116972
|
+
|
|
116973
|
+
* 新增入参:PreTrainModel
|
|
116974
|
+
|
|
116975
|
+
|
|
116976
|
+
新增数据结构:
|
|
116977
|
+
|
|
116978
|
+
* [[PreTrainModel](https://cloud.tencent.com/document/api/851/75051#PreTrainModel)](https://cloud.tencent.com/document/api/851/75051#[PreTrainModel](https://cloud.tencent.com/document/api/851/75051#PreTrainModel))
|
|
116979
|
+
|
|
117152
116980
|
### 第 42 次发布
|
|
117153
116981
|
|
|
117154
116982
|
发布时间:2023-11-16 01:32:39
|
|
@@ -117159,7 +116987,7 @@
|
|
|
117159
116987
|
|
|
117160
116988
|
新增接口:
|
|
117161
116989
|
|
|
117162
|
-
* [
|
|
116990
|
+
* [DescribeEvents](https://cloud.tencent.com/document/api/851/101617)
|
|
117163
116991
|
|
|
117164
116992
|
修改接口:
|
|
117165
116993
|
|
|
@@ -117170,7 +116998,7 @@
|
|
|
117170
116998
|
|
|
117171
116999
|
新增数据结构:
|
|
117172
117000
|
|
|
117173
|
-
* [
|
|
117001
|
+
* [Event](https://cloud.tencent.com/document/api/851/75051#Event)
|
|
117174
117002
|
|
|
117175
117003
|
### 第 41 次发布
|
|
117176
117004
|
|
|
@@ -129000,19 +128828,19 @@
|
|
|
129000
128828
|
|
|
129001
128829
|
新增接口:
|
|
129002
128830
|
|
|
129003
|
-
* [
|
|
129004
|
-
* [
|
|
129005
|
-
* [
|
|
129006
|
-
* [
|
|
128831
|
+
* [CreateJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101622)
|
|
128832
|
+
* [DeleteJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101621)
|
|
128833
|
+
* [DescribeJustInTimeTranscodeTemplates](https://cloud.tencent.com/document/api/266/101620)
|
|
128834
|
+
* [ModifyJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101619)
|
|
129007
128835
|
|
|
129008
128836
|
新增数据结构:
|
|
129009
128837
|
|
|
129010
|
-
* [
|
|
129011
|
-
* [
|
|
129012
|
-
* [
|
|
129013
|
-
* [
|
|
129014
|
-
* [
|
|
129015
|
-
* [
|
|
128838
|
+
* [JustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/31773#JustInTimeTranscodeTemplate)
|
|
128839
|
+
* [VideoConfigureInfo](https://cloud.tencent.com/document/api/266/31773#VideoConfigureInfo)
|
|
128840
|
+
* [VideoConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#VideoConfigureInfoForUpdate)
|
|
128841
|
+
* [WatermarkConfigureData](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureData)
|
|
128842
|
+
* [WatermarkConfigureInfo](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureInfo)
|
|
128843
|
+
* [WatermarkConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureInfoForUpdate)
|
|
129016
128844
|
|
|
129017
128845
|
### 第 169 次发布
|
|
129018
128846
|
|
|
@@ -137767,12 +137595,12 @@
|
|
|
137767
137595
|
|
|
137768
137596
|
新增接口:
|
|
137769
137597
|
|
|
137770
|
-
* [
|
|
137598
|
+
* [GetVRSVoiceTypes](https://cloud.tencent.com/document/api/1283/101623)
|
|
137771
137599
|
|
|
137772
137600
|
新增数据结构:
|
|
137773
137601
|
|
|
137774
|
-
* [
|
|
137775
|
-
* [
|
|
137602
|
+
* [VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo)
|
|
137603
|
+
* [VoiceTypeListData](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeListData)
|
|
137776
137604
|
|
|
137777
137605
|
### 第 3 次发布
|
|
137778
137606
|
|
|
@@ -137843,6 +137671,21 @@
|
|
|
137843
137671
|
|
|
137844
137672
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
137845
137673
|
|
|
137674
|
+
### 第 74 次发布
|
|
137675
|
+
|
|
137676
|
+
发布时间:2023-11-16 17:58:08
|
|
137677
|
+
|
|
137678
|
+
本次发布包含了以下内容:
|
|
137679
|
+
|
|
137680
|
+
改善已有的文档。
|
|
137681
|
+
|
|
137682
|
+
修改数据结构:
|
|
137683
|
+
|
|
137684
|
+
* [SessionItem](https://cloud.tencent.com/document/api/627/53609#SessionItem)
|
|
137685
|
+
|
|
137686
|
+
* 新增成员:SessionId, SessionName, SessionInUsed, RelatedRuleID
|
|
137687
|
+
|
|
137688
|
+
|
|
137846
137689
|
### 第 73 次发布
|
|
137847
137690
|
|
|
137848
137691
|
发布时间:2023-11-14 15:28:58
|