tencentcloud-sdk-nodejs 4.0.440 → 4.0.441
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 +287 -0
- package/SERVICE_CHANGELOG.md +514 -0
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/bma/v20210624/bma_models.ts +85 -0
- package/src/services/cdb/v20170320/cdb_client.ts +1 -17
- package/src/services/cdb/v20170320/cdb_models.ts +38 -289
- package/src/services/cpdp/v20190820/cpdp_models.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +68 -10
- package/src/services/dlc/v20210125/dlc_models.ts +6 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +19 -0
- package/src/services/live/v20180801/live_client.ts +13 -0
- package/src/services/live/v20180801/live_models.ts +55 -0
- package/src/services/mna/v20210119/mna_client.ts +93 -17
- package/src/services/mna/v20210119/mna_models.ts +482 -106
- package/src/services/ocr/v20181119/ocr_models.ts +5 -0
- package/src/services/teo/v20220106/teo_client.ts +1 -1
- package/src/services/teo/v20220106/teo_models.ts +43 -20
- package/src/services/trtc/v20190722/trtc_models.ts +11 -1
- package/src/services/vm/v20210922/vm_client.ts +1 -0
- package/src/services/vm/v20210922/vm_models.ts +59 -29
- package/src/services/vpc/v20170312/vpc_models.ts +8 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +68 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -5
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +34 -241
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +57 -10
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +16 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
- package/tencentcloud/services/live/v20180801/live_client.js +6 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +47 -0
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +29 -5
- package/tencentcloud/services/mna/v20210119/mna_client.js +42 -6
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +418 -95
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_client.js +1 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +39 -17
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +9 -1
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +53 -29
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -1
- package/test/cdb.v20170320.test.js +0 -10
- package/test/live.v20180801.test.js +10 -0
- package/test/mna.v20210119.test.js +64 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,5 +1,290 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
4
|
+
|
|
5
|
+
### 第 8 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-09-14 06:08:57
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeCRWorkInfo](https://cloud.tencent.com/document/api/1296/77821)
|
|
16
|
+
|
|
17
|
+
* 新增出参:EvidenceStatus, WorkCategory, IsOriginal, IsRelease, ProducerName, ProduceTime, WhiteLists, WorkDesc, Authorization, AuthorizationStartTime, AuthorizationEndTime, Commission, CommissionStartTime, CommissionEndTime, EvidenceUrl, EvidenceStartTime, EvidenceEndTime
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
23
|
+
|
|
24
|
+
### 第 100 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2022-09-14 06:11:05
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
33
|
+
|
|
34
|
+
* DescribeDBZoneConfig
|
|
35
|
+
|
|
36
|
+
修改接口:
|
|
37
|
+
|
|
38
|
+
* [DescribeBinlogBackupOverview](https://cloud.tencent.com/document/api/236/41227)
|
|
39
|
+
|
|
40
|
+
* 新增出参:RemoteBinlogVolume, RemoteBinlogCount
|
|
41
|
+
|
|
42
|
+
* [DescribeDataBackupOverview](https://cloud.tencent.com/document/api/236/41226)
|
|
43
|
+
|
|
44
|
+
* 新增出参:RemoteBackupVolume, RemoteBackupCount
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
48
|
+
|
|
49
|
+
* RegionSellConf
|
|
50
|
+
* SellConfig
|
|
51
|
+
* SellType
|
|
52
|
+
* ZoneSellConf
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
57
|
+
|
|
58
|
+
### 第 27 次发布
|
|
59
|
+
|
|
60
|
+
发布时间:2022-09-14 06:18:19
|
|
61
|
+
|
|
62
|
+
本次发布包含了以下内容:
|
|
63
|
+
|
|
64
|
+
改善已有的文档。
|
|
65
|
+
|
|
66
|
+
修改接口:
|
|
67
|
+
|
|
68
|
+
* [DescribeBackupList](https://cloud.tencent.com/document/api/1003/48093)
|
|
69
|
+
|
|
70
|
+
* 新增入参:BackupIds, BackupType, BackupMethod, SnapShotType, StartTime, EndTime, FileNames, BackupNames
|
|
71
|
+
|
|
72
|
+
* <font color="#dd0000">**修改入参**:</font>Limit, Offset
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
修改数据结构:
|
|
76
|
+
|
|
77
|
+
* [BackupFileInfo](https://cloud.tencent.com/document/api/1003/48097#BackupFileInfo)
|
|
78
|
+
|
|
79
|
+
* 新增成员:BackupId, SnapShotType, BackupName
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
85
|
+
|
|
86
|
+
### 第 32 次发布
|
|
87
|
+
|
|
88
|
+
发布时间:2022-09-14 06:20:02
|
|
89
|
+
|
|
90
|
+
本次发布包含了以下内容:
|
|
91
|
+
|
|
92
|
+
改善已有的文档。
|
|
93
|
+
|
|
94
|
+
修改数据结构:
|
|
95
|
+
|
|
96
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
97
|
+
|
|
98
|
+
* 新增成员:CmdArgs
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
104
|
+
|
|
105
|
+
### 第 34 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2022-09-14 06:27:13
|
|
108
|
+
|
|
109
|
+
本次发布包含了以下内容:
|
|
110
|
+
|
|
111
|
+
改善已有的文档。
|
|
112
|
+
|
|
113
|
+
修改数据结构:
|
|
114
|
+
|
|
115
|
+
* [Blueprint](https://cloud.tencent.com/document/api/1207/47576#Blueprint)
|
|
116
|
+
|
|
117
|
+
* 新增成员:CommunityUrl, GuideUrl, SceneIdSet
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
## 云直播(live) 版本:2018-08-01
|
|
123
|
+
|
|
124
|
+
### 第 87 次发布
|
|
125
|
+
|
|
126
|
+
发布时间:2022-09-14 06:27:40
|
|
127
|
+
|
|
128
|
+
本次发布包含了以下内容:
|
|
129
|
+
|
|
130
|
+
改善已有的文档。
|
|
131
|
+
|
|
132
|
+
新增接口:
|
|
133
|
+
|
|
134
|
+
* [DescribeTranscodeTaskNum](https://cloud.tencent.com/document/api/267/80463)
|
|
135
|
+
|
|
136
|
+
新增数据结构:
|
|
137
|
+
|
|
138
|
+
* [TranscodeTaskNum](https://cloud.tencent.com/document/api/267/20474#TranscodeTaskNum)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
## 移动网络加速(mna) 版本:2021-01-19
|
|
143
|
+
|
|
144
|
+
### 第 6 次发布
|
|
145
|
+
|
|
146
|
+
发布时间:2022-09-14 15:06:36
|
|
147
|
+
|
|
148
|
+
本次发布包含了以下内容:
|
|
149
|
+
|
|
150
|
+
改善已有的文档。
|
|
151
|
+
|
|
152
|
+
新增接口:
|
|
153
|
+
|
|
154
|
+
* [AddDevice](https://cloud.tencent.com/document/api/1385/80483)
|
|
155
|
+
* [DeleteDevice](https://cloud.tencent.com/document/api/1385/80482)
|
|
156
|
+
* [GetDevice](https://cloud.tencent.com/document/api/1385/80481)
|
|
157
|
+
* [GetDevices](https://cloud.tencent.com/document/api/1385/80480)
|
|
158
|
+
* [GetStatisticData](https://cloud.tencent.com/document/api/1385/80479)
|
|
159
|
+
* [UpdateDevice](https://cloud.tencent.com/document/api/1385/80478)
|
|
160
|
+
|
|
161
|
+
新增数据结构:
|
|
162
|
+
|
|
163
|
+
* [DeviceBaseInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceBaseInfo)
|
|
164
|
+
* [DeviceDetails](https://cloud.tencent.com/document/api/1385/55846#DeviceDetails)
|
|
165
|
+
* [DeviceNetInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceNetInfo)
|
|
166
|
+
* [UpdateNetInfo](https://cloud.tencent.com/document/api/1385/55846#UpdateNetInfo)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
171
|
+
|
|
172
|
+
### 第 78 次发布
|
|
173
|
+
|
|
174
|
+
发布时间:2022-09-14 06:29:31
|
|
175
|
+
|
|
176
|
+
本次发布包含了以下内容:
|
|
177
|
+
|
|
178
|
+
改善已有的文档。
|
|
179
|
+
|
|
180
|
+
修改接口:
|
|
181
|
+
|
|
182
|
+
* [RecognizeHealthCodeOCR](https://cloud.tencent.com/document/api/866/68580)
|
|
183
|
+
|
|
184
|
+
* 新增出参:SpotName
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
190
|
+
|
|
191
|
+
### 第 26 次发布
|
|
192
|
+
|
|
193
|
+
发布时间:2022-09-14 06:37:50
|
|
194
|
+
|
|
195
|
+
本次发布包含了以下内容:
|
|
196
|
+
|
|
197
|
+
改善已有的文档。
|
|
198
|
+
|
|
199
|
+
修改接口:
|
|
200
|
+
|
|
201
|
+
* [DescribeOverviewL7Data](https://cloud.tencent.com/document/api/1552/75656)
|
|
202
|
+
|
|
203
|
+
* 新增入参:Filters
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
209
|
+
|
|
210
|
+
### 第 38 次发布
|
|
211
|
+
|
|
212
|
+
发布时间:2022-09-14 06:40:34
|
|
213
|
+
|
|
214
|
+
本次发布包含了以下内容:
|
|
215
|
+
|
|
216
|
+
改善已有的文档。
|
|
217
|
+
|
|
218
|
+
修改数据结构:
|
|
219
|
+
|
|
220
|
+
* [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
|
|
221
|
+
|
|
222
|
+
* 新增成员:AvMerge
|
|
223
|
+
|
|
224
|
+
* [TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)
|
|
225
|
+
|
|
226
|
+
* 新增成员:MediaType
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## 视频内容安全(vm) 版本:2021-09-22
|
|
232
|
+
|
|
233
|
+
### 第 3 次发布
|
|
234
|
+
|
|
235
|
+
发布时间:2022-09-14 06:42:07
|
|
236
|
+
|
|
237
|
+
本次发布包含了以下内容:
|
|
238
|
+
|
|
239
|
+
改善已有的文档。
|
|
240
|
+
|
|
241
|
+
修改接口:
|
|
242
|
+
|
|
243
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/80016)
|
|
244
|
+
|
|
245
|
+
* 新增出参:Label, AudioText, Asrs
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
新增数据结构:
|
|
249
|
+
|
|
250
|
+
* [RcbAsr](https://cloud.tencent.com/document/api/1265/80019#RcbAsr)
|
|
251
|
+
|
|
252
|
+
修改数据结构:
|
|
253
|
+
|
|
254
|
+
* [MediaInfo](https://cloud.tencent.com/document/api/1265/80019#MediaInfo)
|
|
255
|
+
|
|
256
|
+
* 新增成员:Thumbnail
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
## 视频内容安全(vm) 版本:2020-12-29
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
## 视频内容安全(vm) 版本:2020-07-09
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
270
|
+
|
|
271
|
+
### 第 124 次发布
|
|
272
|
+
|
|
273
|
+
发布时间:2022-09-14 06:43:15
|
|
274
|
+
|
|
275
|
+
本次发布包含了以下内容:
|
|
276
|
+
|
|
277
|
+
改善已有的文档。
|
|
278
|
+
|
|
279
|
+
修改数据结构:
|
|
280
|
+
|
|
281
|
+
* [NatGateway](https://cloud.tencent.com/document/api/215/15824#NatGateway)
|
|
282
|
+
|
|
283
|
+
* 新增成员:RestrictState
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
3
288
|
# 历次版本更新如下:
|
|
4
289
|
|
|
5
290
|
## 活动防刷(aa) 版本:2020-02-24
|
|
@@ -7723,6 +8008,21 @@
|
|
|
7723
8008
|
|
|
7724
8009
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
7725
8010
|
|
|
8011
|
+
### 第 8 次发布
|
|
8012
|
+
|
|
8013
|
+
发布时间:2022-09-14 06:08:57
|
|
8014
|
+
|
|
8015
|
+
本次发布包含了以下内容:
|
|
8016
|
+
|
|
8017
|
+
改善已有的文档。
|
|
8018
|
+
|
|
8019
|
+
修改接口:
|
|
8020
|
+
|
|
8021
|
+
* [DescribeCRWorkInfo](https://cloud.tencent.com/document/api/1296/77821)
|
|
8022
|
+
|
|
8023
|
+
* 新增出参:EvidenceStatus, WorkCategory, IsOriginal, IsRelease, ProducerName, ProduceTime, WhiteLists, WorkDesc, Authorization, AuthorizationStartTime, AuthorizationEndTime, Commission, CommissionStartTime, CommissionEndTime, EvidenceUrl, EvidenceStartTime, EvidenceEndTime
|
|
8024
|
+
|
|
8025
|
+
|
|
7726
8026
|
### 第 7 次发布
|
|
7727
8027
|
|
|
7728
8028
|
发布时间:2022-09-07 06:10:17
|
|
@@ -11423,6 +11723,36 @@
|
|
|
11423
11723
|
|
|
11424
11724
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
11425
11725
|
|
|
11726
|
+
### 第 100 次发布
|
|
11727
|
+
|
|
11728
|
+
发布时间:2022-09-14 06:11:05
|
|
11729
|
+
|
|
11730
|
+
本次发布包含了以下内容:
|
|
11731
|
+
|
|
11732
|
+
改善已有的文档。
|
|
11733
|
+
|
|
11734
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
11735
|
+
|
|
11736
|
+
* DescribeDBZoneConfig
|
|
11737
|
+
|
|
11738
|
+
修改接口:
|
|
11739
|
+
|
|
11740
|
+
* [DescribeBinlogBackupOverview](https://cloud.tencent.com/document/api/236/41227)
|
|
11741
|
+
|
|
11742
|
+
* 新增出参:RemoteBinlogVolume, RemoteBinlogCount
|
|
11743
|
+
|
|
11744
|
+
* [DescribeDataBackupOverview](https://cloud.tencent.com/document/api/236/41226)
|
|
11745
|
+
|
|
11746
|
+
* 新增出参:RemoteBackupVolume, RemoteBackupCount
|
|
11747
|
+
|
|
11748
|
+
|
|
11749
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
11750
|
+
|
|
11751
|
+
* RegionSellConf
|
|
11752
|
+
* SellConfig
|
|
11753
|
+
* SellType
|
|
11754
|
+
* ZoneSellConf
|
|
11755
|
+
|
|
11426
11756
|
### 第 99 次发布
|
|
11427
11757
|
|
|
11428
11758
|
发布时间:2022-09-08 06:12:00
|
|
@@ -28940,6 +29270,30 @@
|
|
|
28940
29270
|
|
|
28941
29271
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
28942
29272
|
|
|
29273
|
+
### 第 27 次发布
|
|
29274
|
+
|
|
29275
|
+
发布时间:2022-09-14 06:18:19
|
|
29276
|
+
|
|
29277
|
+
本次发布包含了以下内容:
|
|
29278
|
+
|
|
29279
|
+
改善已有的文档。
|
|
29280
|
+
|
|
29281
|
+
修改接口:
|
|
29282
|
+
|
|
29283
|
+
* [DescribeBackupList](https://cloud.tencent.com/document/api/1003/48093)
|
|
29284
|
+
|
|
29285
|
+
* 新增入参:BackupIds, BackupType, BackupMethod, SnapShotType, StartTime, EndTime, FileNames, BackupNames
|
|
29286
|
+
|
|
29287
|
+
* <font color="#dd0000">**修改入参**:</font>Limit, Offset
|
|
29288
|
+
|
|
29289
|
+
|
|
29290
|
+
修改数据结构:
|
|
29291
|
+
|
|
29292
|
+
* [BackupFileInfo](https://cloud.tencent.com/document/api/1003/48097#BackupFileInfo)
|
|
29293
|
+
|
|
29294
|
+
* 新增成员:BackupId, SnapShotType, BackupName
|
|
29295
|
+
|
|
29296
|
+
|
|
28943
29297
|
### 第 26 次发布
|
|
28944
29298
|
|
|
28945
29299
|
发布时间:2022-09-08 06:19:30
|
|
@@ -32051,6 +32405,21 @@
|
|
|
32051
32405
|
|
|
32052
32406
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
32053
32407
|
|
|
32408
|
+
### 第 32 次发布
|
|
32409
|
+
|
|
32410
|
+
发布时间:2022-09-14 06:20:02
|
|
32411
|
+
|
|
32412
|
+
本次发布包含了以下内容:
|
|
32413
|
+
|
|
32414
|
+
改善已有的文档。
|
|
32415
|
+
|
|
32416
|
+
修改数据结构:
|
|
32417
|
+
|
|
32418
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
32419
|
+
|
|
32420
|
+
* 新增成员:CmdArgs
|
|
32421
|
+
|
|
32422
|
+
|
|
32054
32423
|
### 第 31 次发布
|
|
32055
32424
|
|
|
32056
32425
|
发布时间:2022-08-30 06:26:45
|
|
@@ -48736,6 +49105,21 @@
|
|
|
48736
49105
|
|
|
48737
49106
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
48738
49107
|
|
|
49108
|
+
### 第 34 次发布
|
|
49109
|
+
|
|
49110
|
+
发布时间:2022-09-14 06:27:13
|
|
49111
|
+
|
|
49112
|
+
本次发布包含了以下内容:
|
|
49113
|
+
|
|
49114
|
+
改善已有的文档。
|
|
49115
|
+
|
|
49116
|
+
修改数据结构:
|
|
49117
|
+
|
|
49118
|
+
* [Blueprint](https://cloud.tencent.com/document/api/1207/47576#Blueprint)
|
|
49119
|
+
|
|
49120
|
+
* 新增成员:CommunityUrl, GuideUrl, SceneIdSet
|
|
49121
|
+
|
|
49122
|
+
|
|
48739
49123
|
### 第 33 次发布
|
|
48740
49124
|
|
|
48741
49125
|
发布时间:2022-08-11 06:38:25
|
|
@@ -49397,6 +49781,22 @@
|
|
|
49397
49781
|
|
|
49398
49782
|
## 云直播(live) 版本:2018-08-01
|
|
49399
49783
|
|
|
49784
|
+
### 第 87 次发布
|
|
49785
|
+
|
|
49786
|
+
发布时间:2022-09-14 06:27:40
|
|
49787
|
+
|
|
49788
|
+
本次发布包含了以下内容:
|
|
49789
|
+
|
|
49790
|
+
改善已有的文档。
|
|
49791
|
+
|
|
49792
|
+
新增接口:
|
|
49793
|
+
|
|
49794
|
+
* [[DescribeTranscodeTaskNum](https://cloud.tencent.com/document/api/267/80463)](https://cloud.tencent.com/document/api/#/#)
|
|
49795
|
+
|
|
49796
|
+
新增数据结构:
|
|
49797
|
+
|
|
49798
|
+
* [[TranscodeTaskNum](https://cloud.tencent.com/document/api/267/20474#TranscodeTaskNum)](https://cloud.tencent.com/document/api/267/20474#[TranscodeTaskNum](https://cloud.tencent.com/document/api/267/20474#TranscodeTaskNum))
|
|
49799
|
+
|
|
49400
49800
|
### 第 86 次发布
|
|
49401
49801
|
|
|
49402
49802
|
发布时间:2022-08-17 06:29:38
|
|
@@ -52435,6 +52835,30 @@
|
|
|
52435
52835
|
|
|
52436
52836
|
## 移动网络加速(mna) 版本:2021-01-19
|
|
52437
52837
|
|
|
52838
|
+
### 第 6 次发布
|
|
52839
|
+
|
|
52840
|
+
发布时间:2022-09-14 15:06:36
|
|
52841
|
+
|
|
52842
|
+
本次发布包含了以下内容:
|
|
52843
|
+
|
|
52844
|
+
改善已有的文档。
|
|
52845
|
+
|
|
52846
|
+
新增接口:
|
|
52847
|
+
|
|
52848
|
+
* [[AddDevice](https://cloud.tencent.com/document/api/1385/80483)](https://cloud.tencent.com/document/api/#/#)
|
|
52849
|
+
* [[DeleteDevice](https://cloud.tencent.com/document/api/1385/80482)](https://cloud.tencent.com/document/api/#/#)
|
|
52850
|
+
* [[GetDevice](https://cloud.tencent.com/document/api/1385/80481)](https://cloud.tencent.com/document/api/#/#)
|
|
52851
|
+
* [[GetDevices](https://cloud.tencent.com/document/api/1385/80480)](https://cloud.tencent.com/document/api/#/#)
|
|
52852
|
+
* [[GetStatisticData](https://cloud.tencent.com/document/api/1385/80479)](https://cloud.tencent.com/document/api/#/#)
|
|
52853
|
+
* [[UpdateDevice](https://cloud.tencent.com/document/api/1385/80478)](https://cloud.tencent.com/document/api/#/#)
|
|
52854
|
+
|
|
52855
|
+
新增数据结构:
|
|
52856
|
+
|
|
52857
|
+
* [[DeviceBaseInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceBaseInfo)](https://cloud.tencent.com/document/api/1385/55846#[DeviceBaseInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceBaseInfo))
|
|
52858
|
+
* [[DeviceDetails](https://cloud.tencent.com/document/api/1385/55846#DeviceDetails)](https://cloud.tencent.com/document/api/1385/55846#[DeviceDetails](https://cloud.tencent.com/document/api/1385/55846#DeviceDetails))
|
|
52859
|
+
* [[DeviceNetInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceNetInfo)](https://cloud.tencent.com/document/api/1385/55846#[DeviceNetInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceNetInfo))
|
|
52860
|
+
* [[UpdateNetInfo](https://cloud.tencent.com/document/api/1385/55846#UpdateNetInfo)](https://cloud.tencent.com/document/api/1385/55846#[UpdateNetInfo](https://cloud.tencent.com/document/api/1385/55846#UpdateNetInfo))
|
|
52861
|
+
|
|
52438
52862
|
### 第 5 次发布
|
|
52439
52863
|
|
|
52440
52864
|
发布时间:2022-02-21 08:09:33
|
|
@@ -57219,6 +57643,21 @@
|
|
|
57219
57643
|
|
|
57220
57644
|
## 文字识别(ocr) 版本:2018-11-19
|
|
57221
57645
|
|
|
57646
|
+
### 第 78 次发布
|
|
57647
|
+
|
|
57648
|
+
发布时间:2022-09-14 06:29:31
|
|
57649
|
+
|
|
57650
|
+
本次发布包含了以下内容:
|
|
57651
|
+
|
|
57652
|
+
改善已有的文档。
|
|
57653
|
+
|
|
57654
|
+
修改接口:
|
|
57655
|
+
|
|
57656
|
+
* [RecognizeHealthCodeOCR](https://cloud.tencent.com/document/api/866/68580)
|
|
57657
|
+
|
|
57658
|
+
* 新增出参:SpotName
|
|
57659
|
+
|
|
57660
|
+
|
|
57222
57661
|
### 第 77 次发布
|
|
57223
57662
|
|
|
57224
57663
|
发布时间:2022-09-09 06:35:53
|
|
@@ -73744,6 +74183,21 @@
|
|
|
73744
74183
|
|
|
73745
74184
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
73746
74185
|
|
|
74186
|
+
### 第 26 次发布
|
|
74187
|
+
|
|
74188
|
+
发布时间:2022-09-14 06:37:50
|
|
74189
|
+
|
|
74190
|
+
本次发布包含了以下内容:
|
|
74191
|
+
|
|
74192
|
+
改善已有的文档。
|
|
74193
|
+
|
|
74194
|
+
修改接口:
|
|
74195
|
+
|
|
74196
|
+
* [DescribeOverviewL7Data](https://cloud.tencent.com/document/api/1552/75656)
|
|
74197
|
+
|
|
74198
|
+
* 新增入参:Filters
|
|
74199
|
+
|
|
74200
|
+
|
|
73747
74201
|
### 第 25 次发布
|
|
73748
74202
|
|
|
73749
74203
|
发布时间:2022-09-12 06:43:25
|
|
@@ -79750,6 +80204,25 @@
|
|
|
79750
80204
|
|
|
79751
80205
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
79752
80206
|
|
|
80207
|
+
### 第 38 次发布
|
|
80208
|
+
|
|
80209
|
+
发布时间:2022-09-14 06:40:34
|
|
80210
|
+
|
|
80211
|
+
本次发布包含了以下内容:
|
|
80212
|
+
|
|
80213
|
+
改善已有的文档。
|
|
80214
|
+
|
|
80215
|
+
修改数据结构:
|
|
80216
|
+
|
|
80217
|
+
* [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
|
|
80218
|
+
|
|
80219
|
+
* 新增成员:AvMerge
|
|
80220
|
+
|
|
80221
|
+
* [TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)
|
|
80222
|
+
|
|
80223
|
+
* 新增成员:MediaType
|
|
80224
|
+
|
|
80225
|
+
|
|
79753
80226
|
### 第 37 次发布
|
|
79754
80227
|
|
|
79755
80228
|
发布时间:2022-08-08 06:44:27
|
|
@@ -83483,6 +83956,32 @@
|
|
|
83483
83956
|
|
|
83484
83957
|
## 视频内容安全(vm) 版本:2021-09-22
|
|
83485
83958
|
|
|
83959
|
+
### 第 3 次发布
|
|
83960
|
+
|
|
83961
|
+
发布时间:2022-09-14 06:42:07
|
|
83962
|
+
|
|
83963
|
+
本次发布包含了以下内容:
|
|
83964
|
+
|
|
83965
|
+
改善已有的文档。
|
|
83966
|
+
|
|
83967
|
+
修改接口:
|
|
83968
|
+
|
|
83969
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/80016)
|
|
83970
|
+
|
|
83971
|
+
* 新增出参:Label, AudioText, Asrs
|
|
83972
|
+
|
|
83973
|
+
|
|
83974
|
+
新增数据结构:
|
|
83975
|
+
|
|
83976
|
+
* [[RcbAsr](https://cloud.tencent.com/document/api/1265/80019#RcbAsr)](https://cloud.tencent.com/document/api/1265/80019#[RcbAsr](https://cloud.tencent.com/document/api/1265/80019#RcbAsr))
|
|
83977
|
+
|
|
83978
|
+
修改数据结构:
|
|
83979
|
+
|
|
83980
|
+
* [MediaInfo](https://cloud.tencent.com/document/api/1265/80019#MediaInfo)
|
|
83981
|
+
|
|
83982
|
+
* 新增成员:Thumbnail
|
|
83983
|
+
|
|
83984
|
+
|
|
83486
83985
|
### 第 2 次发布
|
|
83487
83986
|
|
|
83488
83987
|
发布时间:2022-09-08 06:47:59
|
|
@@ -86805,6 +87304,21 @@
|
|
|
86805
87304
|
|
|
86806
87305
|
## 私有网络(vpc) 版本:2017-03-12
|
|
86807
87306
|
|
|
87307
|
+
### 第 124 次发布
|
|
87308
|
+
|
|
87309
|
+
发布时间:2022-09-14 06:43:15
|
|
87310
|
+
|
|
87311
|
+
本次发布包含了以下内容:
|
|
87312
|
+
|
|
87313
|
+
改善已有的文档。
|
|
87314
|
+
|
|
87315
|
+
修改数据结构:
|
|
87316
|
+
|
|
87317
|
+
* [NatGateway](https://cloud.tencent.com/document/api/215/15824#NatGateway)
|
|
87318
|
+
|
|
87319
|
+
* 新增成员:RestrictState
|
|
87320
|
+
|
|
87321
|
+
|
|
86808
87322
|
### 第 123 次发布
|
|
86809
87323
|
|
|
86810
87324
|
发布时间:2022-09-05 06:59:01
|