tencentcloud-sdk-nodejs 4.0.571 → 4.0.572
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 +136 -0
- package/SERVICE_CHANGELOG.md +167 -273
- package/package.json +1 -1
- package/products.md +20 -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/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/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/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/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/vod.v20180717.test.js +50 -0
- package/test/waf.v20180125.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,92 +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)
|
|
67
|
-
|
|
68
|
-
* 新增入参:IsOpenApi
|
|
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
|
|
3
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
86
4
|
|
|
87
|
-
### 第
|
|
5
|
+
### 第 55 次发布
|
|
88
6
|
|
|
89
|
-
发布时间:2023-
|
|
7
|
+
发布时间:2023-04-04 01:14:38
|
|
90
8
|
|
|
91
9
|
本次发布包含了以下内容:
|
|
92
10
|
|
|
@@ -94,38 +12,19 @@
|
|
|
94
12
|
|
|
95
13
|
新增接口:
|
|
96
14
|
|
|
97
|
-
* [
|
|
15
|
+
* [DescribeBackupFiles](https://cloud.tencent.com/document/api/557/89799)
|
|
98
16
|
|
|
99
17
|
新增数据结构:
|
|
100
18
|
|
|
101
|
-
* [
|
|
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
|
-
|
|
19
|
+
* [InstanceBackupFileItem](https://cloud.tencent.com/document/api/557/16142#InstanceBackupFileItem)
|
|
121
20
|
|
|
122
21
|
|
|
123
22
|
|
|
124
|
-
##
|
|
23
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
125
24
|
|
|
126
|
-
### 第
|
|
25
|
+
### 第 85 次发布
|
|
127
26
|
|
|
128
|
-
发布时间:2023-
|
|
27
|
+
发布时间:2023-04-04 01:32:21
|
|
129
28
|
|
|
130
29
|
本次发布包含了以下内容:
|
|
131
30
|
|
|
@@ -133,37 +32,24 @@
|
|
|
133
32
|
|
|
134
33
|
修改数据结构:
|
|
135
34
|
|
|
136
|
-
* [
|
|
137
|
-
|
|
138
|
-
* 新增成员:UserData
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
35
|
+
* [Filter](https://cloud.tencent.com/document/api/248/30354#Filter)
|
|
148
36
|
|
|
149
|
-
|
|
37
|
+
* 新增成员:Name, Values
|
|
150
38
|
|
|
151
|
-
|
|
39
|
+
* <font color="#dd0000">**修改成员**:</font>Type, Key, Value
|
|
152
40
|
|
|
153
|
-
|
|
41
|
+
* [PrometheusInstancesOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesOverview)
|
|
154
42
|
|
|
155
|
-
|
|
43
|
+
* 新增成员:ResourcePackageStatus, ResourcePackageSpecName
|
|
156
44
|
|
|
157
|
-
修改接口:
|
|
158
45
|
|
|
159
|
-
* [DescribeDeveloper](https://cloud.tencent.com/document/api/1639/89115)
|
|
160
46
|
|
|
161
|
-
* 新增出参:DeveloperId
|
|
162
47
|
|
|
48
|
+
## 云函数(scf) 版本:2018-04-16
|
|
163
49
|
|
|
164
|
-
### 第
|
|
50
|
+
### 第 50 次发布
|
|
165
51
|
|
|
166
|
-
发布时间:2023-
|
|
52
|
+
发布时间:2023-04-04 01:39:21
|
|
167
53
|
|
|
168
54
|
本次发布包含了以下内容:
|
|
169
55
|
|
|
@@ -171,65 +57,15 @@
|
|
|
171
57
|
|
|
172
58
|
新增接口:
|
|
173
59
|
|
|
174
|
-
* [
|
|
175
|
-
* [DescribeQuestionList](https://cloud.tencent.com/document/api/1639/89678)
|
|
176
|
-
* [DescribeSupervisors](https://cloud.tencent.com/document/api/1639/89680)
|
|
177
|
-
|
|
178
|
-
新增数据结构:
|
|
179
|
-
|
|
180
|
-
* [AnswerInfo](https://cloud.tencent.com/document/api/1639/81423#AnswerInfo)
|
|
181
|
-
* [AnswerStat](https://cloud.tencent.com/document/api/1639/81423#AnswerStat)
|
|
182
|
-
* [QuestionInfo](https://cloud.tencent.com/document/api/1639/81423#QuestionInfo)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
187
|
-
|
|
188
|
-
### 第 31 次发布
|
|
189
|
-
|
|
190
|
-
发布时间:2023-03-31 01:36:51
|
|
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
|
-
|
|
60
|
+
* [UpdateTriggerStatus](https://cloud.tencent.com/document/api/583/89800)
|
|
225
61
|
|
|
226
62
|
|
|
227
63
|
|
|
228
|
-
##
|
|
64
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
229
65
|
|
|
230
|
-
### 第
|
|
66
|
+
### 第 142 次发布
|
|
231
67
|
|
|
232
|
-
发布时间:2023-04-
|
|
68
|
+
发布时间:2023-04-04 01:48:42
|
|
233
69
|
|
|
234
70
|
本次发布包含了以下内容:
|
|
235
71
|
|
|
@@ -237,116 +73,64 @@
|
|
|
237
73
|
|
|
238
74
|
修改数据结构:
|
|
239
75
|
|
|
240
|
-
* [
|
|
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)
|
|
76
|
+
* [ServiceAccountAuthenticationOptions](https://cloud.tencent.com/document/api/457/31866#ServiceAccountAuthenticationOptions)
|
|
264
77
|
|
|
265
|
-
*
|
|
78
|
+
* 新增成员:UseTKEDefault
|
|
266
79
|
|
|
267
80
|
|
|
268
81
|
|
|
269
82
|
|
|
270
83
|
## 云点播(vod) 版本:2018-07-17
|
|
271
84
|
|
|
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
85
|
### 第 147 次发布
|
|
307
86
|
|
|
308
|
-
发布时间:2023-
|
|
87
|
+
发布时间:2023-04-04 01:52:17
|
|
309
88
|
|
|
310
89
|
本次发布包含了以下内容:
|
|
311
90
|
|
|
312
91
|
改善已有的文档。
|
|
313
92
|
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
* [DescribeCrossBorderCcnRegionBandwidthLimits](https://cloud.tencent.com/document/api/215/71325)
|
|
93
|
+
新增接口:
|
|
317
94
|
|
|
318
|
-
|
|
95
|
+
* [CreateRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89805)
|
|
96
|
+
* [DeleteRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89804)
|
|
97
|
+
* [DescribeRebuildMediaTemplates](https://cloud.tencent.com/document/api/266/89803)
|
|
98
|
+
* [ModifyRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89802)
|
|
99
|
+
* [RebuildMediaByTemplate](https://cloud.tencent.com/document/api/266/89801)
|
|
319
100
|
|
|
320
|
-
|
|
101
|
+
修改接口:
|
|
321
102
|
|
|
322
|
-
* [
|
|
103
|
+
* [PullUpload](https://cloud.tencent.com/document/api/266/35575)
|
|
323
104
|
|
|
324
|
-
*
|
|
105
|
+
* 新增入参:MediaType
|
|
325
106
|
|
|
326
107
|
|
|
327
108
|
新增数据结构:
|
|
328
109
|
|
|
329
|
-
* [
|
|
330
|
-
* [
|
|
110
|
+
* [RebuildAudioInfo](https://cloud.tencent.com/document/api/266/31773#RebuildAudioInfo)
|
|
111
|
+
* [RebuildMediaOutputConfig](https://cloud.tencent.com/document/api/266/31773#RebuildMediaOutputConfig)
|
|
112
|
+
* [RebuildMediaTemplate](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTemplate)
|
|
113
|
+
* [RebuildVideoInfo](https://cloud.tencent.com/document/api/266/31773#RebuildVideoInfo)
|
|
331
114
|
|
|
332
115
|
|
|
333
116
|
|
|
334
|
-
##
|
|
117
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
335
118
|
|
|
336
|
-
### 第
|
|
119
|
+
### 第 27 次发布
|
|
337
120
|
|
|
338
|
-
发布时间:2023-
|
|
121
|
+
发布时间:2023-04-04 02:20:33
|
|
339
122
|
|
|
340
123
|
本次发布包含了以下内容:
|
|
341
124
|
|
|
342
125
|
改善已有的文档。
|
|
343
126
|
|
|
344
|
-
|
|
127
|
+
新增接口:
|
|
345
128
|
|
|
346
|
-
* [
|
|
129
|
+
* [DescribeVipInfo](https://cloud.tencent.com/document/api/627/89806)
|
|
347
130
|
|
|
348
|
-
|
|
131
|
+
新增数据结构:
|
|
349
132
|
|
|
133
|
+
* [VipInfo](https://cloud.tencent.com/document/api/627/53609#VipInfo)
|
|
350
134
|
|
|
351
135
|
|
|
352
136
|
|
|
@@ -11198,8 +10982,8 @@
|
|
|
11198
10982
|
|
|
11199
10983
|
新增接口:
|
|
11200
10984
|
|
|
11201
|
-
* [
|
|
11202
|
-
* [
|
|
10985
|
+
* [StartPublishStream](https://cloud.tencent.com/document/api/1547/89669)
|
|
10986
|
+
* [StopPublishStream](https://cloud.tencent.com/document/api/1547/89668)
|
|
11203
10987
|
|
|
11204
10988
|
### 第 4 次发布
|
|
11205
10989
|
|
|
@@ -15997,7 +15781,7 @@
|
|
|
15997
15781
|
|
|
15998
15782
|
新增数据结构:
|
|
15999
15783
|
|
|
16000
|
-
* [
|
|
15784
|
+
* [OthersPrivateAccess](https://cloud.tencent.com/document/api/228/30987#OthersPrivateAccess)
|
|
16001
15785
|
|
|
16002
15786
|
修改数据结构:
|
|
16003
15787
|
|
|
@@ -18687,7 +18471,7 @@
|
|
|
18687
18471
|
|
|
18688
18472
|
新增接口:
|
|
18689
18473
|
|
|
18690
|
-
* [
|
|
18474
|
+
* [DescribeInstanceState](https://cloud.tencent.com/document/api/1299/89676)
|
|
18691
18475
|
|
|
18692
18476
|
### 第 8 次发布
|
|
18693
18477
|
|
|
@@ -31797,11 +31581,11 @@
|
|
|
31797
31581
|
|
|
31798
31582
|
新增接口:
|
|
31799
31583
|
|
|
31800
|
-
* [
|
|
31584
|
+
* [DescribeBashEventsInfoNew](https://cloud.tencent.com/document/api/296/89677)
|
|
31801
31585
|
|
|
31802
31586
|
新增数据结构:
|
|
31803
31587
|
|
|
31804
|
-
* [
|
|
31588
|
+
* [BashEventsInfoNew](https://cloud.tencent.com/document/api/296/19867#BashEventsInfoNew)
|
|
31805
31589
|
|
|
31806
31590
|
### 第 75 次发布
|
|
31807
31591
|
|
|
@@ -37212,6 +36996,22 @@
|
|
|
37212
36996
|
|
|
37213
36997
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
37214
36998
|
|
|
36999
|
+
### 第 55 次发布
|
|
37000
|
+
|
|
37001
|
+
发布时间:2023-04-04 01:14:38
|
|
37002
|
+
|
|
37003
|
+
本次发布包含了以下内容:
|
|
37004
|
+
|
|
37005
|
+
改善已有的文档。
|
|
37006
|
+
|
|
37007
|
+
新增接口:
|
|
37008
|
+
|
|
37009
|
+
* [[DescribeBackupFiles](https://cloud.tencent.com/document/api/557/89799)](https://cloud.tencent.com/document/api/#/#)
|
|
37010
|
+
|
|
37011
|
+
新增数据结构:
|
|
37012
|
+
|
|
37013
|
+
* [[InstanceBackupFileItem](https://cloud.tencent.com/document/api/557/16142#InstanceBackupFileItem)](https://cloud.tencent.com/document/api/557/16142#[InstanceBackupFileItem](https://cloud.tencent.com/document/api/557/16142#InstanceBackupFileItem))
|
|
37014
|
+
|
|
37215
37015
|
### 第 54 次发布
|
|
37216
37016
|
|
|
37217
37017
|
发布时间:2023-03-29 03:25:14
|
|
@@ -58588,15 +58388,15 @@
|
|
|
58588
58388
|
|
|
58589
58389
|
新增接口:
|
|
58590
58390
|
|
|
58591
|
-
* [
|
|
58592
|
-
* [
|
|
58593
|
-
* [
|
|
58391
|
+
* [DescribeAnswerList](https://cloud.tencent.com/document/api/1639/89679)
|
|
58392
|
+
* [DescribeQuestionList](https://cloud.tencent.com/document/api/1639/89678)
|
|
58393
|
+
* [DescribeSupervisors](https://cloud.tencent.com/document/api/1639/89680)
|
|
58594
58394
|
|
|
58595
58395
|
新增数据结构:
|
|
58596
58396
|
|
|
58597
|
-
* [
|
|
58598
|
-
* [
|
|
58599
|
-
* [
|
|
58397
|
+
* [AnswerInfo](https://cloud.tencent.com/document/api/1639/81423#AnswerInfo)
|
|
58398
|
+
* [AnswerStat](https://cloud.tencent.com/document/api/1639/81423#AnswerStat)
|
|
58399
|
+
* [QuestionInfo](https://cloud.tencent.com/document/api/1639/81423#QuestionInfo)
|
|
58600
58400
|
|
|
58601
58401
|
### 第 18 次发布
|
|
58602
58402
|
|
|
@@ -64159,6 +63959,27 @@
|
|
|
64159
63959
|
|
|
64160
63960
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
64161
63961
|
|
|
63962
|
+
### 第 85 次发布
|
|
63963
|
+
|
|
63964
|
+
发布时间:2023-04-04 01:32:21
|
|
63965
|
+
|
|
63966
|
+
本次发布包含了以下内容:
|
|
63967
|
+
|
|
63968
|
+
改善已有的文档。
|
|
63969
|
+
|
|
63970
|
+
修改数据结构:
|
|
63971
|
+
|
|
63972
|
+
* [Filter](https://cloud.tencent.com/document/api/248/30354#Filter)
|
|
63973
|
+
|
|
63974
|
+
* 新增成员:Name, Values
|
|
63975
|
+
|
|
63976
|
+
* <font color="#dd0000">**修改成员**:</font>Type, Key, Value
|
|
63977
|
+
|
|
63978
|
+
* [PrometheusInstancesOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesOverview)
|
|
63979
|
+
|
|
63980
|
+
* 新增成员:ResourcePackageStatus, ResourcePackageSpecName
|
|
63981
|
+
|
|
63982
|
+
|
|
64162
63983
|
### 第 84 次发布
|
|
64163
63984
|
|
|
64164
63985
|
发布时间:2023-03-29 03:52:31
|
|
@@ -75563,6 +75384,18 @@
|
|
|
75563
75384
|
|
|
75564
75385
|
## 云函数(scf) 版本:2018-04-16
|
|
75565
75386
|
|
|
75387
|
+
### 第 50 次发布
|
|
75388
|
+
|
|
75389
|
+
发布时间:2023-04-04 01:39:21
|
|
75390
|
+
|
|
75391
|
+
本次发布包含了以下内容:
|
|
75392
|
+
|
|
75393
|
+
改善已有的文档。
|
|
75394
|
+
|
|
75395
|
+
新增接口:
|
|
75396
|
+
|
|
75397
|
+
* [[UpdateTriggerStatus](https://cloud.tencent.com/document/api/583/89800)](https://cloud.tencent.com/document/api/#/#)
|
|
75398
|
+
|
|
75566
75399
|
### 第 49 次发布
|
|
75567
75400
|
|
|
75568
75401
|
发布时间:2023-03-24 02:04:32
|
|
@@ -94778,6 +94611,21 @@
|
|
|
94778
94611
|
|
|
94779
94612
|
## 容器服务(tke) 版本:2018-05-25
|
|
94780
94613
|
|
|
94614
|
+
### 第 142 次发布
|
|
94615
|
+
|
|
94616
|
+
发布时间:2023-04-04 01:48:42
|
|
94617
|
+
|
|
94618
|
+
本次发布包含了以下内容:
|
|
94619
|
+
|
|
94620
|
+
改善已有的文档。
|
|
94621
|
+
|
|
94622
|
+
修改数据结构:
|
|
94623
|
+
|
|
94624
|
+
* [ServiceAccountAuthenticationOptions](https://cloud.tencent.com/document/api/457/31866#ServiceAccountAuthenticationOptions)
|
|
94625
|
+
|
|
94626
|
+
* 新增成员:UseTKEDefault
|
|
94627
|
+
|
|
94628
|
+
|
|
94781
94629
|
### 第 141 次发布
|
|
94782
94630
|
|
|
94783
94631
|
发布时间:2023-03-21 02:24:11
|
|
@@ -103108,6 +102956,36 @@
|
|
|
103108
102956
|
|
|
103109
102957
|
## 云点播(vod) 版本:2018-07-17
|
|
103110
102958
|
|
|
102959
|
+
### 第 147 次发布
|
|
102960
|
+
|
|
102961
|
+
发布时间:2023-04-04 01:52:17
|
|
102962
|
+
|
|
102963
|
+
本次发布包含了以下内容:
|
|
102964
|
+
|
|
102965
|
+
改善已有的文档。
|
|
102966
|
+
|
|
102967
|
+
新增接口:
|
|
102968
|
+
|
|
102969
|
+
* [[CreateRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89805)](https://cloud.tencent.com/document/api/#/#)
|
|
102970
|
+
* [[DeleteRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89804)](https://cloud.tencent.com/document/api/#/#)
|
|
102971
|
+
* [[DescribeRebuildMediaTemplates](https://cloud.tencent.com/document/api/266/89803)](https://cloud.tencent.com/document/api/#/#)
|
|
102972
|
+
* [[ModifyRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89802)](https://cloud.tencent.com/document/api/#/#)
|
|
102973
|
+
* [[RebuildMediaByTemplate](https://cloud.tencent.com/document/api/266/89801)](https://cloud.tencent.com/document/api/#/#)
|
|
102974
|
+
|
|
102975
|
+
修改接口:
|
|
102976
|
+
|
|
102977
|
+
* [PullUpload](https://cloud.tencent.com/document/api/266/35575)
|
|
102978
|
+
|
|
102979
|
+
* 新增入参:MediaType
|
|
102980
|
+
|
|
102981
|
+
|
|
102982
|
+
新增数据结构:
|
|
102983
|
+
|
|
102984
|
+
* [[RebuildAudioInfo](https://cloud.tencent.com/document/api/266/31773#RebuildAudioInfo)](https://cloud.tencent.com/document/api/266/31773#[RebuildAudioInfo](https://cloud.tencent.com/document/api/266/31773#RebuildAudioInfo))
|
|
102985
|
+
* [[RebuildMediaOutputConfig](https://cloud.tencent.com/document/api/266/31773#RebuildMediaOutputConfig)](https://cloud.tencent.com/document/api/266/31773#[RebuildMediaOutputConfig](https://cloud.tencent.com/document/api/266/31773#RebuildMediaOutputConfig))
|
|
102986
|
+
* [[RebuildMediaTemplate](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTemplate)](https://cloud.tencent.com/document/api/266/31773#[RebuildMediaTemplate](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTemplate))
|
|
102987
|
+
* [[RebuildVideoInfo](https://cloud.tencent.com/document/api/266/31773#RebuildVideoInfo)](https://cloud.tencent.com/document/api/266/31773#[RebuildVideoInfo](https://cloud.tencent.com/document/api/266/31773#RebuildVideoInfo))
|
|
102988
|
+
|
|
103111
102989
|
### 第 146 次发布
|
|
103112
102990
|
|
|
103113
102991
|
发布时间:2023-03-31 02:05:47
|
|
@@ -107100,8 +106978,8 @@
|
|
|
107100
106978
|
|
|
107101
106979
|
新增数据结构:
|
|
107102
106980
|
|
|
107103
|
-
* [
|
|
107104
|
-
* [
|
|
106981
|
+
* [CcnBandwidth](https://cloud.tencent.com/document/api/215/15824#CcnBandwidth)
|
|
106982
|
+
* [CcnRegionBandwidthLimitInfo](https://cloud.tencent.com/document/api/215/15824#CcnRegionBandwidthLimitInfo)
|
|
107105
106983
|
|
|
107106
106984
|
### 第 146 次发布
|
|
107107
106985
|
|
|
@@ -110423,6 +110301,22 @@
|
|
|
110423
110301
|
|
|
110424
110302
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
110425
110303
|
|
|
110304
|
+
### 第 27 次发布
|
|
110305
|
+
|
|
110306
|
+
发布时间:2023-04-04 02:20:33
|
|
110307
|
+
|
|
110308
|
+
本次发布包含了以下内容:
|
|
110309
|
+
|
|
110310
|
+
改善已有的文档。
|
|
110311
|
+
|
|
110312
|
+
新增接口:
|
|
110313
|
+
|
|
110314
|
+
* [[DescribeVipInfo](https://cloud.tencent.com/document/api/627/89806)](https://cloud.tencent.com/document/api/#/#)
|
|
110315
|
+
|
|
110316
|
+
新增数据结构:
|
|
110317
|
+
|
|
110318
|
+
* [[VipInfo](https://cloud.tencent.com/document/api/627/53609#VipInfo)](https://cloud.tencent.com/document/api/627/53609#[VipInfo](https://cloud.tencent.com/document/api/627/53609#VipInfo))
|
|
110319
|
+
|
|
110426
110320
|
### 第 26 次发布
|
|
110427
110321
|
|
|
110428
110322
|
发布时间:2023-03-27 03:03:12
|