tencentcloud-sdk-nodejs-dlc 4.0.309 → 4.0.312
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 +308 -0
- package/SERVICE_CHANGELOG.md +392 -162
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/services/dlc/v20210125/dlc_client.ts +26 -2
- package/src/services/dlc/v20210125/dlc_models.ts +146 -51
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +125 -45
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,152 +1,5 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
## API网关(apigateway) 版本:2018-08-08
|
|
4
|
-
|
|
5
|
-
### 第 28 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-03-17 08:01:42
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [CosConfig](https://cloud.tencent.com/document/api/628/45244#CosConfig)
|
|
16
|
-
|
|
17
|
-
* 新增成员:PathMatchMode
|
|
18
|
-
|
|
19
|
-
* [CreateApiRsp](https://cloud.tencent.com/document/api/628/45244#CreateApiRsp)
|
|
20
|
-
|
|
21
|
-
* 新增成员:Status, ErrMsg, ApiName
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
27
|
-
|
|
28
|
-
### 第 38 次发布
|
|
29
|
-
|
|
30
|
-
发布时间:2022-03-17 08:03:56
|
|
31
|
-
|
|
32
|
-
本次发布包含了以下内容:
|
|
33
|
-
|
|
34
|
-
改善已有的文档。
|
|
35
|
-
|
|
36
|
-
修改接口:
|
|
37
|
-
|
|
38
|
-
* [CreateInstancePre](https://cloud.tencent.com/document/api/597/45847)
|
|
39
|
-
|
|
40
|
-
* 新增入参:MultiZoneFlag, ZoneIds
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## 数据湖计算(dlc) 版本:2021-01-25
|
|
46
|
-
|
|
47
|
-
### 第 10 次发布
|
|
48
|
-
|
|
49
|
-
发布时间:2022-03-17 08:06:17
|
|
50
|
-
|
|
51
|
-
本次发布包含了以下内容:
|
|
52
|
-
|
|
53
|
-
改善已有的文档。
|
|
54
|
-
|
|
55
|
-
修改接口:
|
|
56
|
-
|
|
57
|
-
* [DescribeUsers](https://cloud.tencent.com/document/api/1342/58460)
|
|
58
|
-
|
|
59
|
-
* 新增入参:Filters
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
修改数据结构:
|
|
63
|
-
|
|
64
|
-
* [Policy](https://cloud.tencent.com/document/api/1342/53778#Policy)
|
|
65
|
-
|
|
66
|
-
* 新增成员:Function, View, Column, DataEngine, ReAuth, Source, Mode, Operator, CreateTime
|
|
67
|
-
|
|
68
|
-
* [TableResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TableResponseInfo)
|
|
69
|
-
|
|
70
|
-
* 新增成员:StorageSize, RecordCount
|
|
71
|
-
|
|
72
|
-
* [UserInfo](https://cloud.tencent.com/document/api/1342/53778#UserInfo)
|
|
73
|
-
|
|
74
|
-
* 新增成员:UserType
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
80
|
-
|
|
81
|
-
### 第 5 次发布
|
|
82
|
-
|
|
83
|
-
发布时间:2022-03-17 08:08:16
|
|
84
|
-
|
|
85
|
-
本次发布包含了以下内容:
|
|
86
|
-
|
|
87
|
-
改善已有的文档。
|
|
88
|
-
|
|
89
|
-
新增接口:
|
|
90
|
-
|
|
91
|
-
* [CreateEdgeNodeBatch](https://cloud.tencent.com/document/api/1118/71317)
|
|
92
|
-
* [CreateUserToken](https://cloud.tencent.com/document/api/1118/71319)
|
|
93
|
-
* [DescribeEdgeNodeRemarkList](https://cloud.tencent.com/document/api/1118/71316)
|
|
94
|
-
* [DescribeEdgeSnNodes](https://cloud.tencent.com/document/api/1118/71315)
|
|
95
|
-
* [DescribeYeheResourceLimit](https://cloud.tencent.com/document/api/1118/71314)
|
|
96
|
-
* [ModifyEdgeDracoNode](https://cloud.tencent.com/document/api/1118/71313)
|
|
97
|
-
* [ModifyEdgeUnitCloudApi](https://cloud.tencent.com/document/api/1118/71312)
|
|
98
|
-
|
|
99
|
-
新增数据结构:
|
|
100
|
-
|
|
101
|
-
* [DracoNodeInfo](https://cloud.tencent.com/document/api/1118/66797#DracoNodeInfo)
|
|
102
|
-
* [EdgeDracoNodeInfo](https://cloud.tencent.com/document/api/1118/66797#EdgeDracoNodeInfo)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
## 智能媒资托管(smh) 版本:2021-07-12
|
|
107
|
-
|
|
108
|
-
### 第 2 次发布
|
|
109
|
-
|
|
110
|
-
发布时间:2022-03-17 08:11:49
|
|
111
|
-
|
|
112
|
-
本次发布包含了以下内容:
|
|
113
|
-
|
|
114
|
-
改善已有的文档。
|
|
115
|
-
|
|
116
|
-
修改接口:
|
|
117
|
-
|
|
118
|
-
* [DescribeOfficialInstances](https://cloud.tencent.com/document/api/1339/69083)
|
|
119
|
-
|
|
120
|
-
* 新增入参:OrderBy, OrderByType, AutoRenew, BindPhone
|
|
121
|
-
|
|
122
|
-
* [DescribeTrafficPackages](https://cloud.tencent.com/document/api/1339/69081)
|
|
123
|
-
|
|
124
|
-
* 新增入参:OrderBy, OrderByType, Type
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
130
|
-
|
|
131
|
-
### 第 108 次发布
|
|
132
|
-
|
|
133
|
-
发布时间:2022-03-17 08:15:03
|
|
134
|
-
|
|
135
|
-
本次发布包含了以下内容:
|
|
136
|
-
|
|
137
|
-
改善已有的文档。
|
|
138
|
-
|
|
139
|
-
新增接口:
|
|
140
|
-
|
|
141
|
-
* [DescribeCrossBorderCcnRegionBandwidthLimits](https://cloud.tencent.com/document/api/215/71325)
|
|
142
|
-
* [DescribeTenantCcns](https://cloud.tencent.com/document/api/215/71324)
|
|
143
|
-
* [LockCcnBandwidths](https://cloud.tencent.com/document/api/215/71323)
|
|
144
|
-
* [LockCcns](https://cloud.tencent.com/document/api/215/71322)
|
|
145
|
-
* [UnlockCcnBandwidths](https://cloud.tencent.com/document/api/215/71321)
|
|
146
|
-
* [UnlockCcns](https://cloud.tencent.com/document/api/215/71320)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
3
|
# 历次版本更新如下:
|
|
151
4
|
|
|
152
5
|
## 活动防刷(aa) 版本:2020-02-24
|
|
@@ -546,6 +399,32 @@
|
|
|
546
399
|
|
|
547
400
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
548
401
|
|
|
402
|
+
### 第 31 次发布
|
|
403
|
+
|
|
404
|
+
发布时间:2022-03-21 08:06:03
|
|
405
|
+
|
|
406
|
+
本次发布包含了以下内容:
|
|
407
|
+
|
|
408
|
+
改善已有的文档。
|
|
409
|
+
|
|
410
|
+
修改接口:
|
|
411
|
+
|
|
412
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1155/68348)
|
|
413
|
+
|
|
414
|
+
* 新增入参:SetVolumeCommandInput
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
新增数据结构:
|
|
418
|
+
|
|
419
|
+
* [SetVolumeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetVolumeCommandInput)
|
|
420
|
+
|
|
421
|
+
修改数据结构:
|
|
422
|
+
|
|
423
|
+
* [KTVRobotInfo](https://cloud.tencent.com/document/api/1155/40113#KTVRobotInfo)
|
|
424
|
+
|
|
425
|
+
* 新增成员:SetVolumeInput
|
|
426
|
+
|
|
427
|
+
|
|
549
428
|
### 第 30 次发布
|
|
550
429
|
|
|
551
430
|
发布时间:2022-03-10 08:03:53
|
|
@@ -3932,6 +3811,21 @@
|
|
|
3932
3811
|
|
|
3933
3812
|
## 语音识别(asr) 版本:2019-06-14
|
|
3934
3813
|
|
|
3814
|
+
### 第 18 次发布
|
|
3815
|
+
|
|
3816
|
+
发布时间:2022-03-18 08:06:40
|
|
3817
|
+
|
|
3818
|
+
本次发布包含了以下内容:
|
|
3819
|
+
|
|
3820
|
+
改善已有的文档。
|
|
3821
|
+
|
|
3822
|
+
修改接口:
|
|
3823
|
+
|
|
3824
|
+
* [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
|
|
3825
|
+
|
|
3826
|
+
* 新增入参:CustomizationId
|
|
3827
|
+
|
|
3828
|
+
|
|
3935
3829
|
### 第 17 次发布
|
|
3936
3830
|
|
|
3937
3831
|
发布时间:2021-12-22 08:06:39
|
|
@@ -26254,6 +26148,38 @@
|
|
|
26254
26148
|
|
|
26255
26149
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
26256
26150
|
|
|
26151
|
+
### 第 12 次发布
|
|
26152
|
+
|
|
26153
|
+
发布时间:2022-03-22 08:08:11
|
|
26154
|
+
|
|
26155
|
+
本次发布包含了以下内容:
|
|
26156
|
+
|
|
26157
|
+
改善已有的文档。
|
|
26158
|
+
|
|
26159
|
+
新增接口:
|
|
26160
|
+
|
|
26161
|
+
* [CreateExportTask](https://cloud.tencent.com/document/api/1342/71477)
|
|
26162
|
+
* [CreateImportTask](https://cloud.tencent.com/document/api/1342/71476)
|
|
26163
|
+
|
|
26164
|
+
### 第 11 次发布
|
|
26165
|
+
|
|
26166
|
+
发布时间:2022-03-18 08:10:58
|
|
26167
|
+
|
|
26168
|
+
本次发布包含了以下内容:
|
|
26169
|
+
|
|
26170
|
+
改善已有的文档。
|
|
26171
|
+
|
|
26172
|
+
修改接口:
|
|
26173
|
+
|
|
26174
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1342/58465)
|
|
26175
|
+
|
|
26176
|
+
* 新增入参:UserType, WorkGroupIds
|
|
26177
|
+
|
|
26178
|
+
* [CreateWorkGroup](https://cloud.tencent.com/document/api/1342/58464)
|
|
26179
|
+
|
|
26180
|
+
* 新增入参:UserIds
|
|
26181
|
+
|
|
26182
|
+
|
|
26257
26183
|
### 第 10 次发布
|
|
26258
26184
|
|
|
26259
26185
|
发布时间:2022-03-17 08:06:17
|
|
@@ -30477,6 +30403,18 @@
|
|
|
30477
30403
|
|
|
30478
30404
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
30479
30405
|
|
|
30406
|
+
### 第 26 次发布
|
|
30407
|
+
|
|
30408
|
+
发布时间:2022-03-21 11:04:25
|
|
30409
|
+
|
|
30410
|
+
本次发布包含了以下内容:
|
|
30411
|
+
|
|
30412
|
+
改善已有的文档。
|
|
30413
|
+
|
|
30414
|
+
新增接口:
|
|
30415
|
+
|
|
30416
|
+
* [UpdateDictionaries](https://cloud.tencent.com/document/api/845/71442)
|
|
30417
|
+
|
|
30480
30418
|
### 第 25 次发布
|
|
30481
30419
|
|
|
30482
30420
|
发布时间:2022-03-09 08:11:10
|
|
@@ -31072,6 +31010,28 @@
|
|
|
31072
31010
|
|
|
31073
31011
|
## 电子签服务(ess) 版本:2020-11-11
|
|
31074
31012
|
|
|
31013
|
+
### 第 3 次发布
|
|
31014
|
+
|
|
31015
|
+
发布时间:2022-03-18 15:46:35
|
|
31016
|
+
|
|
31017
|
+
本次发布包含了以下内容:
|
|
31018
|
+
|
|
31019
|
+
改善已有的文档。
|
|
31020
|
+
|
|
31021
|
+
修改接口:
|
|
31022
|
+
|
|
31023
|
+
* [CancelFlow](https://cloud.tencent.com/document/api/1323/70362)
|
|
31024
|
+
|
|
31025
|
+
* <font color="#dd0000">**修改入参**:</font>Agent
|
|
31026
|
+
|
|
31027
|
+
|
|
31028
|
+
修改数据结构:
|
|
31029
|
+
|
|
31030
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
31031
|
+
|
|
31032
|
+
* 新增成员:VerifyChannel
|
|
31033
|
+
|
|
31034
|
+
|
|
31075
31035
|
### 第 2 次发布
|
|
31076
31036
|
|
|
31077
31037
|
发布时间:2022-03-16 08:09:15
|
|
@@ -31223,6 +31183,22 @@
|
|
|
31223
31183
|
|
|
31224
31184
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
31225
31185
|
|
|
31186
|
+
### 第 13 次发布
|
|
31187
|
+
|
|
31188
|
+
发布时间:2022-03-22 08:09:17
|
|
31189
|
+
|
|
31190
|
+
本次发布包含了以下内容:
|
|
31191
|
+
|
|
31192
|
+
改善已有的文档。
|
|
31193
|
+
|
|
31194
|
+
新增接口:
|
|
31195
|
+
|
|
31196
|
+
* [UploadFiles](https://cloud.tencent.com/document/api/1420/71479)
|
|
31197
|
+
|
|
31198
|
+
新增数据结构:
|
|
31199
|
+
|
|
31200
|
+
* [UploadFile](https://cloud.tencent.com/document/api/1420/61525#UploadFile)
|
|
31201
|
+
|
|
31226
31202
|
### 第 12 次发布
|
|
31227
31203
|
|
|
31228
31204
|
发布时间:2022-03-16 08:09:18
|
|
@@ -33376,6 +33352,19 @@
|
|
|
33376
33352
|
|
|
33377
33353
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
33378
33354
|
|
|
33355
|
+
### 第 19 次发布
|
|
33356
|
+
|
|
33357
|
+
发布时间:2022-03-22 08:09:44
|
|
33358
|
+
|
|
33359
|
+
本次发布包含了以下内容:
|
|
33360
|
+
|
|
33361
|
+
改善已有的文档。
|
|
33362
|
+
|
|
33363
|
+
新增接口:
|
|
33364
|
+
|
|
33365
|
+
* [CreateScanUser](https://cloud.tencent.com/document/api/607/71481)
|
|
33366
|
+
* [DeleteScanUser](https://cloud.tencent.com/document/api/607/71480)
|
|
33367
|
+
|
|
33379
33368
|
### 第 18 次发布
|
|
33380
33369
|
|
|
33381
33370
|
发布时间:2022-03-01 08:07:22
|
|
@@ -35880,18 +35869,18 @@
|
|
|
35880
35869
|
|
|
35881
35870
|
新增接口:
|
|
35882
35871
|
|
|
35883
|
-
* [
|
|
35884
|
-
* [
|
|
35885
|
-
* [
|
|
35886
|
-
* [
|
|
35887
|
-
* [
|
|
35888
|
-
* [
|
|
35889
|
-
* [
|
|
35872
|
+
* [CreateEdgeNodeBatch](https://cloud.tencent.com/document/api/1118/71317)
|
|
35873
|
+
* [CreateUserToken](https://cloud.tencent.com/document/api/1118/71319)
|
|
35874
|
+
* [DescribeEdgeNodeRemarkList](https://cloud.tencent.com/document/api/1118/71316)
|
|
35875
|
+
* [DescribeEdgeSnNodes](https://cloud.tencent.com/document/api/1118/71315)
|
|
35876
|
+
* [DescribeYeheResourceLimit](https://cloud.tencent.com/document/api/1118/71314)
|
|
35877
|
+
* [ModifyEdgeDracoNode](https://cloud.tencent.com/document/api/1118/71313)
|
|
35878
|
+
* [ModifyEdgeUnitCloudApi](https://cloud.tencent.com/document/api/1118/71312)
|
|
35890
35879
|
|
|
35891
35880
|
新增数据结构:
|
|
35892
35881
|
|
|
35893
|
-
* [
|
|
35894
|
-
* [
|
|
35882
|
+
* [DracoNodeInfo](https://cloud.tencent.com/document/api/1118/66797#DracoNodeInfo)
|
|
35883
|
+
* [EdgeDracoNodeInfo](https://cloud.tencent.com/document/api/1118/66797#EdgeDracoNodeInfo)
|
|
35895
35884
|
|
|
35896
35885
|
### 第 4 次发布
|
|
35897
35886
|
|
|
@@ -40522,6 +40511,25 @@
|
|
|
40522
40511
|
|
|
40523
40512
|
## 云直播(live) 版本:2018-08-01
|
|
40524
40513
|
|
|
40514
|
+
### 第 74 次发布
|
|
40515
|
+
|
|
40516
|
+
发布时间:2022-03-22 08:11:37
|
|
40517
|
+
|
|
40518
|
+
本次发布包含了以下内容:
|
|
40519
|
+
|
|
40520
|
+
改善已有的文档。
|
|
40521
|
+
|
|
40522
|
+
修改接口:
|
|
40523
|
+
|
|
40524
|
+
* [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
|
|
40525
|
+
|
|
40526
|
+
* 新增入参:BackupSourceType, BackupSourceUrl
|
|
40527
|
+
|
|
40528
|
+
* [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
|
|
40529
|
+
|
|
40530
|
+
* 新增入参:BackupSourceType, BackupSourceUrl
|
|
40531
|
+
|
|
40532
|
+
|
|
40525
40533
|
### 第 73 次发布
|
|
40526
40534
|
|
|
40527
40535
|
发布时间:2022-02-24 08:10:24
|
|
@@ -43591,6 +43599,40 @@
|
|
|
43591
43599
|
|
|
43592
43600
|
## 云监控(monitor) 版本:2018-07-24
|
|
43593
43601
|
|
|
43602
|
+
### 第 42 次发布
|
|
43603
|
+
|
|
43604
|
+
发布时间:2022-03-18 08:14:49
|
|
43605
|
+
|
|
43606
|
+
本次发布包含了以下内容:
|
|
43607
|
+
|
|
43608
|
+
改善已有的文档。
|
|
43609
|
+
|
|
43610
|
+
修改接口:
|
|
43611
|
+
|
|
43612
|
+
* [CreateAlarmNotice](https://cloud.tencent.com/document/api/248/51288)
|
|
43613
|
+
|
|
43614
|
+
* 新增入参:CLSNotices
|
|
43615
|
+
|
|
43616
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
43617
|
+
|
|
43618
|
+
* 新增入参:TriggerTasks
|
|
43619
|
+
|
|
43620
|
+
* [ModifyAlarmNotice](https://cloud.tencent.com/document/api/248/51277)
|
|
43621
|
+
|
|
43622
|
+
* 新增入参:CLSNotices
|
|
43623
|
+
|
|
43624
|
+
|
|
43625
|
+
新增数据结构:
|
|
43626
|
+
|
|
43627
|
+
* [CLSNotice](https://cloud.tencent.com/document/api/248/30354#CLSNotice)
|
|
43628
|
+
|
|
43629
|
+
修改数据结构:
|
|
43630
|
+
|
|
43631
|
+
* [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
|
|
43632
|
+
|
|
43633
|
+
* 新增成员:CLSNotices
|
|
43634
|
+
|
|
43635
|
+
|
|
43594
43636
|
### 第 41 次发布
|
|
43595
43637
|
|
|
43596
43638
|
发布时间:2022-03-09 08:14:02
|
|
@@ -46219,6 +46261,18 @@
|
|
|
46219
46261
|
|
|
46220
46262
|
## 自然语言处理(nlp) 版本:2019-04-08
|
|
46221
46263
|
|
|
46264
|
+
### 第 14 次发布
|
|
46265
|
+
|
|
46266
|
+
发布时间:2022-03-18 08:15:22
|
|
46267
|
+
|
|
46268
|
+
本次发布包含了以下内容:
|
|
46269
|
+
|
|
46270
|
+
改善已有的文档。
|
|
46271
|
+
|
|
46272
|
+
新增接口:
|
|
46273
|
+
|
|
46274
|
+
* [TextCorrectionPro](https://cloud.tencent.com/document/api/271/71355)
|
|
46275
|
+
|
|
46222
46276
|
### 第 13 次发布
|
|
46223
46277
|
|
|
46224
46278
|
发布时间:2022-03-15 08:13:08
|
|
@@ -46865,6 +46919,21 @@
|
|
|
46865
46919
|
|
|
46866
46920
|
## 文字识别(ocr) 版本:2018-11-19
|
|
46867
46921
|
|
|
46922
|
+
### 第 63 次发布
|
|
46923
|
+
|
|
46924
|
+
发布时间:2022-03-18 08:15:31
|
|
46925
|
+
|
|
46926
|
+
本次发布包含了以下内容:
|
|
46927
|
+
|
|
46928
|
+
改善已有的文档。
|
|
46929
|
+
|
|
46930
|
+
修改接口:
|
|
46931
|
+
|
|
46932
|
+
* [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657)
|
|
46933
|
+
|
|
46934
|
+
* 新增出参:CodeSet, CodeCrc
|
|
46935
|
+
|
|
46936
|
+
|
|
46868
46937
|
### 第 62 次发布
|
|
46869
46938
|
|
|
46870
46939
|
发布时间:2022-01-21 10:52:12
|
|
@@ -49327,6 +49396,22 @@
|
|
|
49327
49396
|
|
|
49328
49397
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
49329
49398
|
|
|
49399
|
+
### 第 6 次发布
|
|
49400
|
+
|
|
49401
|
+
发布时间:2022-03-22 08:13:14
|
|
49402
|
+
|
|
49403
|
+
本次发布包含了以下内容:
|
|
49404
|
+
|
|
49405
|
+
改善已有的文档。
|
|
49406
|
+
|
|
49407
|
+
新增接口:
|
|
49408
|
+
|
|
49409
|
+
* [DescribeQuotaUsage](https://cloud.tencent.com/document/api/1338/71482)
|
|
49410
|
+
|
|
49411
|
+
新增数据结构:
|
|
49412
|
+
|
|
49413
|
+
* [TldQuota](https://cloud.tencent.com/document/api/1338/55947#TldQuota)
|
|
49414
|
+
|
|
49330
49415
|
### 第 5 次发布
|
|
49331
49416
|
|
|
49332
49417
|
发布时间:2021-12-02 08:10:37
|
|
@@ -50443,6 +50528,40 @@
|
|
|
50443
50528
|
|
|
50444
50529
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
50445
50530
|
|
|
50531
|
+
### 第 13 次发布
|
|
50532
|
+
|
|
50533
|
+
发布时间:2022-03-21 08:15:09
|
|
50534
|
+
|
|
50535
|
+
本次发布包含了以下内容:
|
|
50536
|
+
|
|
50537
|
+
改善已有的文档。
|
|
50538
|
+
|
|
50539
|
+
修改接口:
|
|
50540
|
+
|
|
50541
|
+
* [DescribeProjects](https://cloud.tencent.com/document/api/1464/61475)
|
|
50542
|
+
|
|
50543
|
+
* 新增入参:IsDemo
|
|
50544
|
+
|
|
50545
|
+
* [DescribeScores](https://cloud.tencent.com/document/api/1464/61951)
|
|
50546
|
+
|
|
50547
|
+
* 新增入参:IsDemo
|
|
50548
|
+
|
|
50549
|
+
* [DescribeTawInstances](https://cloud.tencent.com/document/api/1464/69213)
|
|
50550
|
+
|
|
50551
|
+
* 新增入参:IsDemo
|
|
50552
|
+
|
|
50553
|
+
|
|
50554
|
+
修改数据结构:
|
|
50555
|
+
|
|
50556
|
+
* [ProjectLimit](https://cloud.tencent.com/document/api/1464/61476#ProjectLimit)
|
|
50557
|
+
|
|
50558
|
+
* <font color="#dd0000">**修改成员**:</font>ID, ProjectID
|
|
50559
|
+
|
|
50560
|
+
* [RumProject](https://cloud.tencent.com/document/api/1464/61476#RumProject)
|
|
50561
|
+
|
|
50562
|
+
* 新增成员:ProjectStatus
|
|
50563
|
+
|
|
50564
|
+
|
|
50446
50565
|
### 第 12 次发布
|
|
50447
50566
|
|
|
50448
50567
|
发布时间:2022-03-15 08:13:58
|
|
@@ -50675,6 +50794,21 @@
|
|
|
50675
50794
|
|
|
50676
50795
|
## 云函数(scf) 版本:2018-04-16
|
|
50677
50796
|
|
|
50797
|
+
### 第 45 次发布
|
|
50798
|
+
|
|
50799
|
+
发布时间:2022-03-21 08:15:19
|
|
50800
|
+
|
|
50801
|
+
本次发布包含了以下内容:
|
|
50802
|
+
|
|
50803
|
+
改善已有的文档。
|
|
50804
|
+
|
|
50805
|
+
修改接口:
|
|
50806
|
+
|
|
50807
|
+
* [PutProvisionedConcurrencyConfig](https://cloud.tencent.com/document/api/583/51246)
|
|
50808
|
+
|
|
50809
|
+
* 新增入参:ProvisionedType, TrackingTarget, MinCapacity, MaxCapacity
|
|
50810
|
+
|
|
50811
|
+
|
|
50678
50812
|
### 第 44 次发布
|
|
50679
50813
|
|
|
50680
50814
|
发布时间:2022-03-16 08:13:22
|
|
@@ -55652,6 +55786,19 @@
|
|
|
55652
55786
|
|
|
55653
55787
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
55654
55788
|
|
|
55789
|
+
### 第 81 次发布
|
|
55790
|
+
|
|
55791
|
+
发布时间:2022-03-21 08:16:19
|
|
55792
|
+
|
|
55793
|
+
本次发布包含了以下内容:
|
|
55794
|
+
|
|
55795
|
+
改善已有的文档。
|
|
55796
|
+
|
|
55797
|
+
新增接口:
|
|
55798
|
+
|
|
55799
|
+
* [FreezeCloudBaseRunServers](https://cloud.tencent.com/document/api/876/71436)
|
|
55800
|
+
* [UnfreezeCloudBaseRunServers](https://cloud.tencent.com/document/api/876/71435)
|
|
55801
|
+
|
|
55655
55802
|
### 第 80 次发布
|
|
55656
55803
|
|
|
55657
55804
|
发布时间:2022-01-17 08:12:48
|
|
@@ -57444,6 +57591,25 @@
|
|
|
57444
57591
|
|
|
57445
57592
|
## 服务网格(tcm) 版本:2021-04-13
|
|
57446
57593
|
|
|
57594
|
+
### 第 6 次发布
|
|
57595
|
+
|
|
57596
|
+
发布时间:2022-03-22 08:15:02
|
|
57597
|
+
|
|
57598
|
+
本次发布包含了以下内容:
|
|
57599
|
+
|
|
57600
|
+
改善已有的文档。
|
|
57601
|
+
|
|
57602
|
+
修改数据结构:
|
|
57603
|
+
|
|
57604
|
+
* [InjectConfig](https://cloud.tencent.com/document/api/1261/63843#InjectConfig)
|
|
57605
|
+
|
|
57606
|
+
* 新增成员:HoldProxyUntilApplicationEnds
|
|
57607
|
+
|
|
57608
|
+
* [MeshConfig](https://cloud.tencent.com/document/api/1261/63843#MeshConfig)
|
|
57609
|
+
|
|
57610
|
+
* 新增成员:Tracing, SidecarResources
|
|
57611
|
+
|
|
57612
|
+
|
|
57447
57613
|
### 第 5 次发布
|
|
57448
57614
|
|
|
57449
57615
|
发布时间:2022-02-25 08:14:28
|
|
@@ -61967,6 +62133,49 @@
|
|
|
61967
62133
|
|
|
61968
62134
|
## 容器服务(tke) 版本:2018-05-25
|
|
61969
62135
|
|
|
62136
|
+
### 第 94 次发布
|
|
62137
|
+
|
|
62138
|
+
发布时间:2022-03-22 08:16:05
|
|
62139
|
+
|
|
62140
|
+
本次发布包含了以下内容:
|
|
62141
|
+
|
|
62142
|
+
改善已有的文档。
|
|
62143
|
+
|
|
62144
|
+
修改接口:
|
|
62145
|
+
|
|
62146
|
+
* [DescribeEKSClusterCredential](https://cloud.tencent.com/document/api/457/52351)
|
|
62147
|
+
|
|
62148
|
+
* 新增出参:Kubeconfig
|
|
62149
|
+
|
|
62150
|
+
|
|
62151
|
+
### 第 93 次发布
|
|
62152
|
+
|
|
62153
|
+
发布时间:2022-03-21 08:17:26
|
|
62154
|
+
|
|
62155
|
+
本次发布包含了以下内容:
|
|
62156
|
+
|
|
62157
|
+
改善已有的文档。
|
|
62158
|
+
|
|
62159
|
+
修改接口:
|
|
62160
|
+
|
|
62161
|
+
* [ModifyClusterAttribute](https://cloud.tencent.com/document/api/457/42938)
|
|
62162
|
+
|
|
62163
|
+
* 新增入参:ClusterLevel, AutoUpgradeClusterLevel
|
|
62164
|
+
|
|
62165
|
+
* 新增出参:ClusterLevel, AutoUpgradeClusterLevel
|
|
62166
|
+
|
|
62167
|
+
|
|
62168
|
+
新增数据结构:
|
|
62169
|
+
|
|
62170
|
+
* [AutoUpgradeClusterLevel](https://cloud.tencent.com/document/api/457/31866#AutoUpgradeClusterLevel)
|
|
62171
|
+
|
|
62172
|
+
修改数据结构:
|
|
62173
|
+
|
|
62174
|
+
* [ClusterBasicSettings](https://cloud.tencent.com/document/api/457/31866#ClusterBasicSettings)
|
|
62175
|
+
|
|
62176
|
+
* 新增成员:ClusterLevel, AutoUpgradeClusterLevel
|
|
62177
|
+
|
|
62178
|
+
|
|
61970
62179
|
### 第 92 次发布
|
|
61971
62180
|
|
|
61972
62181
|
发布时间:2022-03-16 08:15:43
|
|
@@ -67173,6 +67382,27 @@
|
|
|
67173
67382
|
|
|
67174
67383
|
## 云点播(vod) 版本:2018-07-17
|
|
67175
67384
|
|
|
67385
|
+
### 第 97 次发布
|
|
67386
|
+
|
|
67387
|
+
发布时间:2022-03-21 08:18:21
|
|
67388
|
+
|
|
67389
|
+
本次发布包含了以下内容:
|
|
67390
|
+
|
|
67391
|
+
改善已有的文档。
|
|
67392
|
+
|
|
67393
|
+
新增接口:
|
|
67394
|
+
|
|
67395
|
+
* [ProcessImage](https://cloud.tencent.com/document/api/266/71437)
|
|
67396
|
+
|
|
67397
|
+
新增数据结构:
|
|
67398
|
+
|
|
67399
|
+
* [ContentReviewOcrResult](https://cloud.tencent.com/document/api/266/31773#ContentReviewOcrResult)
|
|
67400
|
+
* [ContentReviewResult](https://cloud.tencent.com/document/api/266/31773#ContentReviewResult)
|
|
67401
|
+
* [ImageContentReviewInput](https://cloud.tencent.com/document/api/266/31773#ImageContentReviewInput)
|
|
67402
|
+
* [PoliticalImageResult](https://cloud.tencent.com/document/api/266/31773#PoliticalImageResult)
|
|
67403
|
+
* [PornImageResult](https://cloud.tencent.com/document/api/266/31773#PornImageResult)
|
|
67404
|
+
* [TerrorismImageResult](https://cloud.tencent.com/document/api/266/31773#TerrorismImageResult)
|
|
67405
|
+
|
|
67176
67406
|
### 第 96 次发布
|
|
67177
67407
|
|
|
67178
67408
|
发布时间:2022-03-10 08:17:15
|
|
@@ -69924,12 +70154,12 @@
|
|
|
69924
70154
|
|
|
69925
70155
|
新增接口:
|
|
69926
70156
|
|
|
69927
|
-
* [
|
|
69928
|
-
* [
|
|
69929
|
-
* [
|
|
69930
|
-
* [
|
|
69931
|
-
* [
|
|
69932
|
-
* [
|
|
70157
|
+
* [DescribeCrossBorderCcnRegionBandwidthLimits](https://cloud.tencent.com/document/api/215/71325)
|
|
70158
|
+
* [DescribeTenantCcns](https://cloud.tencent.com/document/api/215/71324)
|
|
70159
|
+
* [LockCcnBandwidths](https://cloud.tencent.com/document/api/215/71323)
|
|
70160
|
+
* [LockCcns](https://cloud.tencent.com/document/api/215/71322)
|
|
70161
|
+
* [UnlockCcnBandwidths](https://cloud.tencent.com/document/api/215/71321)
|
|
70162
|
+
* [UnlockCcns](https://cloud.tencent.com/document/api/215/71320)
|
|
69933
70163
|
|
|
69934
70164
|
### 第 107 次发布
|
|
69935
70165
|
|