tencentcloud-sdk-nodejs 4.0.571 → 4.0.573
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 +179 -0
- package/SERVICE_CHANGELOG.md +192 -349
- package/package.json +1 -1
- package/products.md +21 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/dcdb/v20180411/dcdb_client.ts +14 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +138 -8
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +14 -14
- package/src/services/index.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +25 -3
- package/src/services/scf/v20180416/scf_client.ts +12 -0
- package/src/services/scf/v20180416/scf_models.ts +50 -0
- package/src/services/tcss/v20201101/tcss_models.ts +27 -27
- package/src/services/teo/v20220901/teo_models.ts +4 -2
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/trro/index.ts +5 -0
- package/src/services/trro/v20220325/index.ts +6 -0
- package/src/services/trro/v20220325/trro_client.ts +241 -0
- package/src/services/trro/v20220325/trro_models.ts +989 -0
- package/src/services/vod/v20180717/vod_client.ts +73 -9
- package/src/services/vod/v20180717/vod_models.ts +701 -213
- package/src/services/waf/v20180125/waf_client.ts +14 -1
- package/src/services/waf/v20180125/waf_models.ts +66 -24
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +115 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -12
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -3
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +5 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +6 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +42 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +27 -27
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/trro/index.d.ts +6 -0
- package/tencentcloud/services/trro/index.js +7 -0
- package/tencentcloud/services/trro/v20220325/index.d.ts +6 -0
- package/tencentcloud/services/trro/v20220325/index.js +9 -0
- package/tencentcloud/services/trro/v20220325/trro_client.d.ts +78 -0
- package/tencentcloud/services/trro/v20220325/trro_client.js +133 -0
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +819 -0
- package/tencentcloud/services/trro/v20220325/trro_models.js +18 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +21 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +30 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +602 -190
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +57 -20
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/scf.v20180416.test.js +10 -0
- package/test/trro.v20220325.test.js +191 -0
- package/test/vod.v20180717.test.js +50 -0
- package/test/waf.v20180125.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,169 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 5 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-03-30 17:11:05
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [StartPublishStream](https://cloud.tencent.com/document/api/1547/89669)
|
|
16
|
-
* [StopPublishStream](https://cloud.tencent.com/document/api/1547/89668)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
21
|
-
|
|
22
|
-
### 第 118 次发布
|
|
23
|
-
|
|
24
|
-
发布时间:2023-03-31 01:08:16
|
|
25
|
-
|
|
26
|
-
本次发布包含了以下内容:
|
|
27
|
-
|
|
28
|
-
改善已有的文档。
|
|
29
|
-
|
|
30
|
-
修改接口:
|
|
31
|
-
|
|
32
|
-
* [AddCdnDomain](https://cloud.tencent.com/document/api/228/41123)
|
|
33
|
-
|
|
34
|
-
* 新增入参:OthersPrivateAccess
|
|
35
|
-
|
|
36
|
-
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
37
|
-
|
|
38
|
-
* 新增入参:OthersPrivateAccess
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
新增数据结构:
|
|
42
|
-
|
|
43
|
-
* [OthersPrivateAccess](https://cloud.tencent.com/document/api/228/30987#OthersPrivateAccess)
|
|
44
|
-
|
|
45
|
-
修改数据结构:
|
|
46
|
-
|
|
47
|
-
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
48
|
-
|
|
49
|
-
* 新增成员:OthersPrivateAccess
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
55
|
-
|
|
56
|
-
### 第 10 次发布
|
|
57
|
-
|
|
58
|
-
发布时间:2023-04-03 01:07:25
|
|
59
|
-
|
|
60
|
-
本次发布包含了以下内容:
|
|
61
|
-
|
|
62
|
-
改善已有的文档。
|
|
63
|
-
|
|
64
|
-
修改接口:
|
|
65
|
-
|
|
66
|
-
* [DescribeInstance](https://cloud.tencent.com/document/api/1299/84354)
|
|
3
|
+
## 远程实时操控(trro) 版本:2022-03-25
|
|
67
4
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### 第 9 次发布
|
|
72
|
-
|
|
73
|
-
发布时间:2023-03-31 01:09:05
|
|
74
|
-
|
|
75
|
-
本次发布包含了以下内容:
|
|
76
|
-
|
|
77
|
-
改善已有的文档。
|
|
78
|
-
|
|
79
|
-
新增接口:
|
|
80
|
-
|
|
81
|
-
* [DescribeInstanceState](https://cloud.tencent.com/document/api/1299/89676)
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
86
|
-
|
|
87
|
-
### 第 76 次发布
|
|
88
|
-
|
|
89
|
-
发布时间:2023-03-31 01:16:52
|
|
90
|
-
|
|
91
|
-
本次发布包含了以下内容:
|
|
92
|
-
|
|
93
|
-
改善已有的文档。
|
|
94
|
-
|
|
95
|
-
新增接口:
|
|
96
|
-
|
|
97
|
-
* [DescribeBashEventsInfoNew](https://cloud.tencent.com/document/api/296/89677)
|
|
98
|
-
|
|
99
|
-
新增数据结构:
|
|
100
|
-
|
|
101
|
-
* [BashEventsInfoNew](https://cloud.tencent.com/document/api/296/19867#BashEventsInfoNew)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
106
|
-
|
|
107
|
-
### 第 55 次发布
|
|
108
|
-
|
|
109
|
-
发布时间:2023-03-31 01:26:47
|
|
110
|
-
|
|
111
|
-
本次发布包含了以下内容:
|
|
112
|
-
|
|
113
|
-
改善已有的文档。
|
|
114
|
-
|
|
115
|
-
修改数据结构:
|
|
116
|
-
|
|
117
|
-
* [FlowDetailInfo](https://cloud.tencent.com/document/api/1323/70369#FlowDetailInfo)
|
|
118
|
-
|
|
119
|
-
* 新增成员:CcInfos
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
125
|
-
|
|
126
|
-
### 第 72 次发布
|
|
127
|
-
|
|
128
|
-
发布时间:2023-03-31 16:30:48
|
|
129
|
-
|
|
130
|
-
本次发布包含了以下内容:
|
|
131
|
-
|
|
132
|
-
改善已有的文档。
|
|
133
|
-
|
|
134
|
-
修改数据结构:
|
|
135
|
-
|
|
136
|
-
* [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
|
|
137
|
-
|
|
138
|
-
* 新增成员:UserData
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
148
|
-
|
|
149
|
-
### 第 20 次发布
|
|
150
|
-
|
|
151
|
-
发布时间:2023-04-03 01:23:43
|
|
152
|
-
|
|
153
|
-
本次发布包含了以下内容:
|
|
154
|
-
|
|
155
|
-
改善已有的文档。
|
|
156
|
-
|
|
157
|
-
修改接口:
|
|
158
|
-
|
|
159
|
-
* [DescribeDeveloper](https://cloud.tencent.com/document/api/1639/89115)
|
|
160
|
-
|
|
161
|
-
* 新增出参:DeveloperId
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
### 第 19 次发布
|
|
5
|
+
### 第 1 次发布
|
|
165
6
|
|
|
166
|
-
发布时间:2023-
|
|
7
|
+
发布时间:2023-04-04 09:21:02
|
|
167
8
|
|
|
168
9
|
本次发布包含了以下内容:
|
|
169
10
|
|
|
@@ -171,182 +12,32 @@
|
|
|
171
12
|
|
|
172
13
|
新增接口:
|
|
173
14
|
|
|
174
|
-
* [
|
|
175
|
-
* [
|
|
176
|
-
* [
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
* [
|
|
181
|
-
* [
|
|
182
|
-
* [
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
本次发布包含了以下内容:
|
|
193
|
-
|
|
194
|
-
改善已有的文档。
|
|
195
|
-
|
|
196
|
-
修改接口:
|
|
197
|
-
|
|
198
|
-
* [DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)
|
|
199
|
-
|
|
200
|
-
* <font color="#dd0000">**修改入参**:</font>Tags
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
## 文字识别(ocr) 版本:2018-11-19
|
|
210
|
-
|
|
211
|
-
### 第 92 次发布
|
|
212
|
-
|
|
213
|
-
发布时间:2023-03-31 01:39:23
|
|
214
|
-
|
|
215
|
-
本次发布包含了以下内容:
|
|
216
|
-
|
|
217
|
-
改善已有的文档。
|
|
218
|
-
|
|
219
|
-
修改接口:
|
|
220
|
-
|
|
221
|
-
* [RecognizeIndonesiaIDCardOCR](https://cloud.tencent.com/document/api/866/75195)
|
|
222
|
-
|
|
223
|
-
* 新增出参:Provinsi, Kota
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
## 腾讯安心用户运营平台(smop) 版本:2020-12-03
|
|
229
|
-
|
|
230
|
-
### 第 2 次发布
|
|
231
|
-
|
|
232
|
-
发布时间:2023-04-03 01:30:29
|
|
233
|
-
|
|
234
|
-
本次发布包含了以下内容:
|
|
235
|
-
|
|
236
|
-
改善已有的文档。
|
|
237
|
-
|
|
238
|
-
修改数据结构:
|
|
239
|
-
|
|
240
|
-
* [TaskEventData](https://cloud.tencent.com/document/api/1310/89033#TaskEventData)
|
|
241
|
-
|
|
242
|
-
* 新增成员:GrowScore
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
248
|
-
|
|
249
|
-
### 第 38 次发布
|
|
250
|
-
|
|
251
|
-
发布时间:2023-04-03 01:33:45
|
|
252
|
-
|
|
253
|
-
本次发布包含了以下内容:
|
|
254
|
-
|
|
255
|
-
改善已有的文档。
|
|
256
|
-
|
|
257
|
-
修改接口:
|
|
258
|
-
|
|
259
|
-
* [DescribeClusterDetail](https://cloud.tencent.com/document/api/1285/65448)
|
|
260
|
-
|
|
261
|
-
* 新增出参:MasterIps
|
|
262
|
-
|
|
263
|
-
* [DescribeClusterSummary](https://cloud.tencent.com/document/api/1285/65447)
|
|
264
|
-
|
|
265
|
-
* 新增出参:NotImportedClusterCount
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
## 云点播(vod) 版本:2018-07-17
|
|
271
|
-
|
|
272
|
-
### 第 146 次发布
|
|
273
|
-
|
|
274
|
-
发布时间:2023-03-31 02:05:47
|
|
275
|
-
|
|
276
|
-
本次发布包含了以下内容:
|
|
277
|
-
|
|
278
|
-
改善已有的文档。
|
|
279
|
-
|
|
280
|
-
修改数据结构:
|
|
281
|
-
|
|
282
|
-
* [RebuildMediaTaskInput](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTaskInput)
|
|
283
|
-
|
|
284
|
-
* 新增成员:Definition
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
290
|
-
|
|
291
|
-
### 第 148 次发布
|
|
292
|
-
|
|
293
|
-
发布时间:2023-04-03 01:42:53
|
|
294
|
-
|
|
295
|
-
本次发布包含了以下内容:
|
|
296
|
-
|
|
297
|
-
改善已有的文档。
|
|
298
|
-
|
|
299
|
-
修改数据结构:
|
|
300
|
-
|
|
301
|
-
* [CcnBandwidthInfo](https://cloud.tencent.com/document/api/215/15824#CcnBandwidthInfo)
|
|
302
|
-
|
|
303
|
-
* 新增成员:TagSet
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
### 第 147 次发布
|
|
307
|
-
|
|
308
|
-
发布时间:2023-03-31 02:06:58
|
|
309
|
-
|
|
310
|
-
本次发布包含了以下内容:
|
|
311
|
-
|
|
312
|
-
改善已有的文档。
|
|
313
|
-
|
|
314
|
-
修改接口:
|
|
315
|
-
|
|
316
|
-
* [DescribeCrossBorderCcnRegionBandwidthLimits](https://cloud.tencent.com/document/api/215/71325)
|
|
317
|
-
|
|
318
|
-
* 新增入参:Filters, Offset, Limit
|
|
319
|
-
|
|
320
|
-
* 新增出参:TotalCount, CcnBandwidthSet
|
|
321
|
-
|
|
322
|
-
* [DescribeVpnGatewayRoutes](https://cloud.tencent.com/document/api/215/57676)
|
|
323
|
-
|
|
324
|
-
* 新增出参:TotalCount
|
|
325
|
-
|
|
15
|
+
* [BatchDeleteDevices](https://cloud.tencent.com/document/api/1584/89818)
|
|
16
|
+
* [BatchDeletePolicy](https://cloud.tencent.com/document/api/1584/89822)
|
|
17
|
+
* [CreateDevice](https://cloud.tencent.com/document/api/1584/89817)
|
|
18
|
+
* [CreateProject](https://cloud.tencent.com/document/api/1584/89812)
|
|
19
|
+
* [DeleteProject](https://cloud.tencent.com/document/api/1584/89811)
|
|
20
|
+
* [DescribeDeviceInfo](https://cloud.tencent.com/document/api/1584/89816)
|
|
21
|
+
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1584/89815)
|
|
22
|
+
* [DescribeDeviceSessionDetails](https://cloud.tencent.com/document/api/1584/89827)
|
|
23
|
+
* [DescribeDeviceSessionList](https://cloud.tencent.com/document/api/1584/89826)
|
|
24
|
+
* [DescribePolicy](https://cloud.tencent.com/document/api/1584/89821)
|
|
25
|
+
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)
|
|
26
|
+
* [DescribeProjectList](https://cloud.tencent.com/document/api/1584/89809)
|
|
27
|
+
* [DescribeSessionStatistics](https://cloud.tencent.com/document/api/1584/89825)
|
|
28
|
+
* [DescribeSessionStatisticsByInterval](https://cloud.tencent.com/document/api/1584/89824)
|
|
29
|
+
* [ModifyDevice](https://cloud.tencent.com/document/api/1584/89814)
|
|
30
|
+
* [ModifyPolicy](https://cloud.tencent.com/document/api/1584/89820)
|
|
31
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/1584/89808)
|
|
326
32
|
|
|
327
33
|
新增数据结构:
|
|
328
34
|
|
|
329
|
-
* [
|
|
330
|
-
* [
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
### 第 23 次发布
|
|
337
|
-
|
|
338
|
-
发布时间:2023-03-31 02:11:48
|
|
339
|
-
|
|
340
|
-
本次发布包含了以下内容:
|
|
341
|
-
|
|
342
|
-
改善已有的文档。
|
|
343
|
-
|
|
344
|
-
修改数据结构:
|
|
345
|
-
|
|
346
|
-
* [InLongAgentDetail](https://cloud.tencent.com/document/api/1267/76336#InLongAgentDetail)
|
|
347
|
-
|
|
348
|
-
* 新增成员:LifeDays
|
|
349
|
-
|
|
35
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1584/89828#DeviceInfo)
|
|
36
|
+
* [PolicyInfo](https://cloud.tencent.com/document/api/1584/89828#PolicyInfo)
|
|
37
|
+
* [ProjectInfo](https://cloud.tencent.com/document/api/1584/89828#ProjectInfo)
|
|
38
|
+
* [SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail)
|
|
39
|
+
* [SessionInfo](https://cloud.tencent.com/document/api/1584/89828#SessionInfo)
|
|
40
|
+
* [SessionIntervalStatistic](https://cloud.tencent.com/document/api/1584/89828#SessionIntervalStatistic)
|
|
350
41
|
|
|
351
42
|
|
|
352
43
|
|
|
@@ -11198,8 +10889,8 @@
|
|
|
11198
10889
|
|
|
11199
10890
|
新增接口:
|
|
11200
10891
|
|
|
11201
|
-
* [
|
|
11202
|
-
* [
|
|
10892
|
+
* [StartPublishStream](https://cloud.tencent.com/document/api/1547/89669)
|
|
10893
|
+
* [StopPublishStream](https://cloud.tencent.com/document/api/1547/89668)
|
|
11203
10894
|
|
|
11204
10895
|
### 第 4 次发布
|
|
11205
10896
|
|
|
@@ -15997,7 +15688,7 @@
|
|
|
15997
15688
|
|
|
15998
15689
|
新增数据结构:
|
|
15999
15690
|
|
|
16000
|
-
* [
|
|
15691
|
+
* [OthersPrivateAccess](https://cloud.tencent.com/document/api/228/30987#OthersPrivateAccess)
|
|
16001
15692
|
|
|
16002
15693
|
修改数据结构:
|
|
16003
15694
|
|
|
@@ -18687,7 +18378,7 @@
|
|
|
18687
18378
|
|
|
18688
18379
|
新增接口:
|
|
18689
18380
|
|
|
18690
|
-
* [
|
|
18381
|
+
* [DescribeInstanceState](https://cloud.tencent.com/document/api/1299/89676)
|
|
18691
18382
|
|
|
18692
18383
|
### 第 8 次发布
|
|
18693
18384
|
|
|
@@ -31797,11 +31488,11 @@
|
|
|
31797
31488
|
|
|
31798
31489
|
新增接口:
|
|
31799
31490
|
|
|
31800
|
-
* [
|
|
31491
|
+
* [DescribeBashEventsInfoNew](https://cloud.tencent.com/document/api/296/89677)
|
|
31801
31492
|
|
|
31802
31493
|
新增数据结构:
|
|
31803
31494
|
|
|
31804
|
-
* [
|
|
31495
|
+
* [BashEventsInfoNew](https://cloud.tencent.com/document/api/296/19867#BashEventsInfoNew)
|
|
31805
31496
|
|
|
31806
31497
|
### 第 75 次发布
|
|
31807
31498
|
|
|
@@ -37212,6 +36903,22 @@
|
|
|
37212
36903
|
|
|
37213
36904
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
37214
36905
|
|
|
36906
|
+
### 第 55 次发布
|
|
36907
|
+
|
|
36908
|
+
发布时间:2023-04-04 01:14:38
|
|
36909
|
+
|
|
36910
|
+
本次发布包含了以下内容:
|
|
36911
|
+
|
|
36912
|
+
改善已有的文档。
|
|
36913
|
+
|
|
36914
|
+
新增接口:
|
|
36915
|
+
|
|
36916
|
+
* [DescribeBackupFiles](https://cloud.tencent.com/document/api/557/89799)
|
|
36917
|
+
|
|
36918
|
+
新增数据结构:
|
|
36919
|
+
|
|
36920
|
+
* [InstanceBackupFileItem](https://cloud.tencent.com/document/api/557/16142#InstanceBackupFileItem)
|
|
36921
|
+
|
|
37215
36922
|
### 第 54 次发布
|
|
37216
36923
|
|
|
37217
36924
|
发布时间:2023-03-29 03:25:14
|
|
@@ -58588,15 +58295,15 @@
|
|
|
58588
58295
|
|
|
58589
58296
|
新增接口:
|
|
58590
58297
|
|
|
58591
|
-
* [
|
|
58592
|
-
* [
|
|
58593
|
-
* [
|
|
58298
|
+
* [DescribeAnswerList](https://cloud.tencent.com/document/api/1639/89679)
|
|
58299
|
+
* [DescribeQuestionList](https://cloud.tencent.com/document/api/1639/89678)
|
|
58300
|
+
* [DescribeSupervisors](https://cloud.tencent.com/document/api/1639/89680)
|
|
58594
58301
|
|
|
58595
58302
|
新增数据结构:
|
|
58596
58303
|
|
|
58597
|
-
* [
|
|
58598
|
-
* [
|
|
58599
|
-
* [
|
|
58304
|
+
* [AnswerInfo](https://cloud.tencent.com/document/api/1639/81423#AnswerInfo)
|
|
58305
|
+
* [AnswerStat](https://cloud.tencent.com/document/api/1639/81423#AnswerStat)
|
|
58306
|
+
* [QuestionInfo](https://cloud.tencent.com/document/api/1639/81423#QuestionInfo)
|
|
58600
58307
|
|
|
58601
58308
|
### 第 18 次发布
|
|
58602
58309
|
|
|
@@ -64159,6 +63866,27 @@
|
|
|
64159
63866
|
|
|
64160
63867
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
64161
63868
|
|
|
63869
|
+
### 第 85 次发布
|
|
63870
|
+
|
|
63871
|
+
发布时间:2023-04-04 01:32:21
|
|
63872
|
+
|
|
63873
|
+
本次发布包含了以下内容:
|
|
63874
|
+
|
|
63875
|
+
改善已有的文档。
|
|
63876
|
+
|
|
63877
|
+
修改数据结构:
|
|
63878
|
+
|
|
63879
|
+
* [Filter](https://cloud.tencent.com/document/api/248/30354#Filter)
|
|
63880
|
+
|
|
63881
|
+
* 新增成员:Name, Values
|
|
63882
|
+
|
|
63883
|
+
* <font color="#dd0000">**修改成员**:</font>Type, Key, Value
|
|
63884
|
+
|
|
63885
|
+
* [PrometheusInstancesOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesOverview)
|
|
63886
|
+
|
|
63887
|
+
* 新增成员:ResourcePackageStatus, ResourcePackageSpecName
|
|
63888
|
+
|
|
63889
|
+
|
|
64162
63890
|
### 第 84 次发布
|
|
64163
63891
|
|
|
64164
63892
|
发布时间:2023-03-29 03:52:31
|
|
@@ -75563,6 +75291,18 @@
|
|
|
75563
75291
|
|
|
75564
75292
|
## 云函数(scf) 版本:2018-04-16
|
|
75565
75293
|
|
|
75294
|
+
### 第 50 次发布
|
|
75295
|
+
|
|
75296
|
+
发布时间:2023-04-04 01:39:21
|
|
75297
|
+
|
|
75298
|
+
本次发布包含了以下内容:
|
|
75299
|
+
|
|
75300
|
+
改善已有的文档。
|
|
75301
|
+
|
|
75302
|
+
新增接口:
|
|
75303
|
+
|
|
75304
|
+
* [UpdateTriggerStatus](https://cloud.tencent.com/document/api/583/89800)
|
|
75305
|
+
|
|
75566
75306
|
### 第 49 次发布
|
|
75567
75307
|
|
|
75568
75308
|
发布时间:2023-03-24 02:04:32
|
|
@@ -94778,6 +94518,21 @@
|
|
|
94778
94518
|
|
|
94779
94519
|
## 容器服务(tke) 版本:2018-05-25
|
|
94780
94520
|
|
|
94521
|
+
### 第 142 次发布
|
|
94522
|
+
|
|
94523
|
+
发布时间:2023-04-04 01:48:42
|
|
94524
|
+
|
|
94525
|
+
本次发布包含了以下内容:
|
|
94526
|
+
|
|
94527
|
+
改善已有的文档。
|
|
94528
|
+
|
|
94529
|
+
修改数据结构:
|
|
94530
|
+
|
|
94531
|
+
* [ServiceAccountAuthenticationOptions](https://cloud.tencent.com/document/api/457/31866#ServiceAccountAuthenticationOptions)
|
|
94532
|
+
|
|
94533
|
+
* 新增成员:UseTKEDefault
|
|
94534
|
+
|
|
94535
|
+
|
|
94781
94536
|
### 第 141 次发布
|
|
94782
94537
|
|
|
94783
94538
|
发布时间:2023-03-21 02:24:11
|
|
@@ -98437,6 +98192,48 @@
|
|
|
98437
98192
|
|
|
98438
98193
|
|
|
98439
98194
|
|
|
98195
|
+
## 远程实时操控(trro) 版本:2022-03-25
|
|
98196
|
+
|
|
98197
|
+
### 第 1 次发布
|
|
98198
|
+
|
|
98199
|
+
发布时间:2023-04-04 09:21:02
|
|
98200
|
+
|
|
98201
|
+
本次发布包含了以下内容:
|
|
98202
|
+
|
|
98203
|
+
改善已有的文档。
|
|
98204
|
+
|
|
98205
|
+
新增接口:
|
|
98206
|
+
|
|
98207
|
+
* [[BatchDeleteDevices](https://cloud.tencent.com/document/api/1584/89818)](https://cloud.tencent.com/document/api/#/#)
|
|
98208
|
+
* [[BatchDeletePolicy](https://cloud.tencent.com/document/api/1584/89822)](https://cloud.tencent.com/document/api/#/#)
|
|
98209
|
+
* [[CreateDevice](https://cloud.tencent.com/document/api/1584/89817)](https://cloud.tencent.com/document/api/#/#)
|
|
98210
|
+
* [[CreateProject](https://cloud.tencent.com/document/api/1584/89812)](https://cloud.tencent.com/document/api/#/#)
|
|
98211
|
+
* [[DeleteProject](https://cloud.tencent.com/document/api/1584/89811)](https://cloud.tencent.com/document/api/#/#)
|
|
98212
|
+
* [[DescribeDeviceInfo](https://cloud.tencent.com/document/api/1584/89816)](https://cloud.tencent.com/document/api/#/#)
|
|
98213
|
+
* [[DescribeDeviceList](https://cloud.tencent.com/document/api/1584/89815)](https://cloud.tencent.com/document/api/#/#)
|
|
98214
|
+
* [[DescribeDeviceSessionDetails](https://cloud.tencent.com/document/api/1584/89827)](https://cloud.tencent.com/document/api/#/#)
|
|
98215
|
+
* [[DescribeDeviceSessionList](https://cloud.tencent.com/document/api/1584/89826)](https://cloud.tencent.com/document/api/#/#)
|
|
98216
|
+
* [[DescribePolicy](https://cloud.tencent.com/document/api/1584/89821)](https://cloud.tencent.com/document/api/#/#)
|
|
98217
|
+
* [[DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)](https://cloud.tencent.com/document/api/#/#)
|
|
98218
|
+
* [[DescribeProjectList](https://cloud.tencent.com/document/api/1584/89809)](https://cloud.tencent.com/document/api/#/#)
|
|
98219
|
+
* [[DescribeSessionStatistics](https://cloud.tencent.com/document/api/1584/89825)](https://cloud.tencent.com/document/api/#/#)
|
|
98220
|
+
* [[DescribeSessionStatisticsByInterval](https://cloud.tencent.com/document/api/1584/89824)](https://cloud.tencent.com/document/api/#/#)
|
|
98221
|
+
* [[ModifyDevice](https://cloud.tencent.com/document/api/1584/89814)](https://cloud.tencent.com/document/api/#/#)
|
|
98222
|
+
* [[ModifyPolicy](https://cloud.tencent.com/document/api/1584/89820)](https://cloud.tencent.com/document/api/#/#)
|
|
98223
|
+
* [[ModifyProject](https://cloud.tencent.com/document/api/1584/89808)](https://cloud.tencent.com/document/api/#/#)
|
|
98224
|
+
|
|
98225
|
+
新增数据结构:
|
|
98226
|
+
|
|
98227
|
+
* [[DeviceInfo](https://cloud.tencent.com/document/api/1584/89828#DeviceInfo)](https://cloud.tencent.com/document/api/1584/89828#[DeviceInfo](https://cloud.tencent.com/document/api/1584/89828#DeviceInfo))
|
|
98228
|
+
* [[PolicyInfo](https://cloud.tencent.com/document/api/1584/89828#PolicyInfo)](https://cloud.tencent.com/document/api/1584/89828#[PolicyInfo](https://cloud.tencent.com/document/api/1584/89828#PolicyInfo))
|
|
98229
|
+
* [[ProjectInfo](https://cloud.tencent.com/document/api/1584/89828#ProjectInfo)](https://cloud.tencent.com/document/api/1584/89828#[ProjectInfo](https://cloud.tencent.com/document/api/1584/89828#ProjectInfo))
|
|
98230
|
+
* [[SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail)](https://cloud.tencent.com/document/api/1584/89828#[SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail))
|
|
98231
|
+
* [[SessionInfo](https://cloud.tencent.com/document/api/1584/89828#SessionInfo)](https://cloud.tencent.com/document/api/1584/89828#[SessionInfo](https://cloud.tencent.com/document/api/1584/89828#SessionInfo))
|
|
98232
|
+
* [[SessionIntervalStatistic](https://cloud.tencent.com/document/api/1584/89828#SessionIntervalStatistic)](https://cloud.tencent.com/document/api/1584/89828#[SessionIntervalStatistic](https://cloud.tencent.com/document/api/1584/89828#SessionIntervalStatistic))
|
|
98233
|
+
|
|
98234
|
+
|
|
98235
|
+
|
|
98236
|
+
|
|
98440
98237
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
98441
98238
|
|
|
98442
98239
|
### 第 53 次发布
|
|
@@ -103108,6 +102905,36 @@
|
|
|
103108
102905
|
|
|
103109
102906
|
## 云点播(vod) 版本:2018-07-17
|
|
103110
102907
|
|
|
102908
|
+
### 第 147 次发布
|
|
102909
|
+
|
|
102910
|
+
发布时间:2023-04-04 01:52:17
|
|
102911
|
+
|
|
102912
|
+
本次发布包含了以下内容:
|
|
102913
|
+
|
|
102914
|
+
改善已有的文档。
|
|
102915
|
+
|
|
102916
|
+
新增接口:
|
|
102917
|
+
|
|
102918
|
+
* [CreateRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89805)
|
|
102919
|
+
* [DeleteRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89804)
|
|
102920
|
+
* [DescribeRebuildMediaTemplates](https://cloud.tencent.com/document/api/266/89803)
|
|
102921
|
+
* [ModifyRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89802)
|
|
102922
|
+
* [RebuildMediaByTemplate](https://cloud.tencent.com/document/api/266/89801)
|
|
102923
|
+
|
|
102924
|
+
修改接口:
|
|
102925
|
+
|
|
102926
|
+
* [PullUpload](https://cloud.tencent.com/document/api/266/35575)
|
|
102927
|
+
|
|
102928
|
+
* 新增入参:MediaType
|
|
102929
|
+
|
|
102930
|
+
|
|
102931
|
+
新增数据结构:
|
|
102932
|
+
|
|
102933
|
+
* [RebuildAudioInfo](https://cloud.tencent.com/document/api/266/31773#RebuildAudioInfo)
|
|
102934
|
+
* [RebuildMediaOutputConfig](https://cloud.tencent.com/document/api/266/31773#RebuildMediaOutputConfig)
|
|
102935
|
+
* [RebuildMediaTemplate](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTemplate)
|
|
102936
|
+
* [RebuildVideoInfo](https://cloud.tencent.com/document/api/266/31773#RebuildVideoInfo)
|
|
102937
|
+
|
|
103111
102938
|
### 第 146 次发布
|
|
103112
102939
|
|
|
103113
102940
|
发布时间:2023-03-31 02:05:47
|
|
@@ -107100,8 +106927,8 @@
|
|
|
107100
106927
|
|
|
107101
106928
|
新增数据结构:
|
|
107102
106929
|
|
|
107103
|
-
* [
|
|
107104
|
-
* [
|
|
106930
|
+
* [CcnBandwidth](https://cloud.tencent.com/document/api/215/15824#CcnBandwidth)
|
|
106931
|
+
* [CcnRegionBandwidthLimitInfo](https://cloud.tencent.com/document/api/215/15824#CcnRegionBandwidthLimitInfo)
|
|
107105
106932
|
|
|
107106
106933
|
### 第 146 次发布
|
|
107107
106934
|
|
|
@@ -110423,6 +110250,22 @@
|
|
|
110423
110250
|
|
|
110424
110251
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
110425
110252
|
|
|
110253
|
+
### 第 27 次发布
|
|
110254
|
+
|
|
110255
|
+
发布时间:2023-04-04 02:20:33
|
|
110256
|
+
|
|
110257
|
+
本次发布包含了以下内容:
|
|
110258
|
+
|
|
110259
|
+
改善已有的文档。
|
|
110260
|
+
|
|
110261
|
+
新增接口:
|
|
110262
|
+
|
|
110263
|
+
* [DescribeVipInfo](https://cloud.tencent.com/document/api/627/89806)
|
|
110264
|
+
|
|
110265
|
+
新增数据结构:
|
|
110266
|
+
|
|
110267
|
+
* [VipInfo](https://cloud.tencent.com/document/api/627/53609#VipInfo)
|
|
110268
|
+
|
|
110426
110269
|
### 第 26 次发布
|
|
110427
110270
|
|
|
110428
110271
|
发布时间:2023-03-27 03:03:12
|