tencentcloud-sdk-nodejs 4.0.425 → 4.0.428
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 +430 -0
- package/SERVICE_CHANGELOG.md +266 -168
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +6 -0
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/cfs/v20190719/cfs_models.ts +37 -37
- package/src/services/cfw/v20190904/cfw_client.ts +19 -55
- package/src/services/cfw/v20190904/cfw_models.ts +48 -189
- package/src/services/ckafka/v20190819/ckafka_models.ts +30 -0
- package/src/services/ess/v20201111/ess_client.ts +12 -0
- package/src/services/ess/v20201111/ess_models.ts +30 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +132 -119
- package/src/services/essbasic/v20210526/essbasic_models.ts +65 -1
- package/src/services/faceid/v20180301/faceid_models.ts +20 -5
- package/src/services/monitor/v20180724/monitor_models.ts +4 -4
- package/src/services/ocr/v20181119/ocr_models.ts +20 -0
- package/src/services/teo/v20220106/teo_client.ts +146 -33
- package/src/services/teo/v20220106/teo_models.ts +1110 -358
- package/src/services/tts/v20190823/tts_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +2 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +5 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +37 -37
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -19
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -27
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +36 -158
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +24 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +26 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +58 -54
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +81 -75
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +56 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +17 -5
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -4
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +16 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +39 -7
- package/tencentcloud/services/teo/v20220106/teo_client.js +57 -9
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +967 -309
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -0
- package/test/cfw.v20190904.test.js +6 -36
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +52 -42
- package/test/teo.v20220106.test.js +86 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,433 @@
|
|
|
1
|
+
# Release 4.0.428
|
|
2
|
+
|
|
3
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
4
|
+
|
|
5
|
+
### 第 21 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-29 06:15:32
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
14
|
+
|
|
15
|
+
* DeleteSecurityGroupAllRule
|
|
16
|
+
* DescribeNatRuleOverview
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
21
|
+
|
|
22
|
+
### 第 55 次发布
|
|
23
|
+
|
|
24
|
+
发布时间:2022-08-29 06:16:32
|
|
25
|
+
|
|
26
|
+
本次发布包含了以下内容:
|
|
27
|
+
|
|
28
|
+
改善已有的文档。
|
|
29
|
+
|
|
30
|
+
修改数据结构:
|
|
31
|
+
|
|
32
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
33
|
+
|
|
34
|
+
* 新增成员:RecordWithSchema
|
|
35
|
+
|
|
36
|
+
* [PostgreSQLParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLParam)
|
|
37
|
+
|
|
38
|
+
* 新增成员:DataFormat, DataTargetInsertMode, DataTargetPrimaryKeyField, DataTargetRecordMapping, DropInvalidMessage
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
44
|
+
|
|
45
|
+
### 第 15 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2022-08-29 00:06:53
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
新增接口:
|
|
54
|
+
|
|
55
|
+
* [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
60
|
+
|
|
61
|
+
### 第 28 次发布
|
|
62
|
+
|
|
63
|
+
发布时间:2022-08-29 00:07:08
|
|
64
|
+
|
|
65
|
+
本次发布包含了以下内容:
|
|
66
|
+
|
|
67
|
+
改善已有的文档。
|
|
68
|
+
|
|
69
|
+
新增接口:
|
|
70
|
+
|
|
71
|
+
* [CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)
|
|
72
|
+
|
|
73
|
+
修改接口:
|
|
74
|
+
|
|
75
|
+
* [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
|
|
76
|
+
|
|
77
|
+
* 新增出参:PreviewUrl
|
|
78
|
+
|
|
79
|
+
* [CreateFlowsByTemplates](https://cloud.tencent.com/document/api/1420/61523)
|
|
80
|
+
|
|
81
|
+
* 新增出参:TaskInfos
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
新增数据结构:
|
|
85
|
+
|
|
86
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1420/61525#TaskInfo)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
95
|
+
|
|
96
|
+
### 第 76 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2022-08-29 06:40:32
|
|
99
|
+
|
|
100
|
+
本次发布包含了以下内容:
|
|
101
|
+
|
|
102
|
+
改善已有的文档。
|
|
103
|
+
|
|
104
|
+
修改数据结构:
|
|
105
|
+
|
|
106
|
+
* [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
|
|
107
|
+
|
|
108
|
+
* 新增成员:TaxBureau, TrafficFreeFlag
|
|
109
|
+
|
|
110
|
+
* [VatInvoiceItem](https://cloud.tencent.com/document/api/866/33527#VatInvoiceItem)
|
|
111
|
+
|
|
112
|
+
* 新增成员:TaxClassifyCode
|
|
113
|
+
|
|
114
|
+
* [VehicleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#VehicleInvoiceInfo)
|
|
115
|
+
|
|
116
|
+
* 新增成员:BuyerNo
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
# Release 4.0.427
|
|
122
|
+
|
|
123
|
+
## 云拨测(cat) 版本:2018-04-09
|
|
124
|
+
|
|
125
|
+
### 第 12 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2022-08-26 06:12:22
|
|
128
|
+
|
|
129
|
+
本次发布包含了以下内容:
|
|
130
|
+
|
|
131
|
+
改善已有的文档。
|
|
132
|
+
|
|
133
|
+
修改接口:
|
|
134
|
+
|
|
135
|
+
* [UpdateProbeTaskConfigurationList](https://cloud.tencent.com/document/api/280/66201)
|
|
136
|
+
|
|
137
|
+
* 新增入参:ResourceIDs
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
143
|
+
|
|
144
|
+
### 第 20 次发布
|
|
145
|
+
|
|
146
|
+
发布时间:2022-08-26 06:15:17
|
|
147
|
+
|
|
148
|
+
本次发布包含了以下内容:
|
|
149
|
+
|
|
150
|
+
改善已有的文档。
|
|
151
|
+
|
|
152
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
153
|
+
|
|
154
|
+
* RunSyncAsset
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
159
|
+
|
|
160
|
+
### 第 45 次发布
|
|
161
|
+
|
|
162
|
+
发布时间:2022-08-26 06:28:34
|
|
163
|
+
|
|
164
|
+
本次发布包含了以下内容:
|
|
165
|
+
|
|
166
|
+
改善已有的文档。
|
|
167
|
+
|
|
168
|
+
修改接口:
|
|
169
|
+
|
|
170
|
+
* [GetDetectInfoEnhanced](https://cloud.tencent.com/document/api/1007/41957)
|
|
171
|
+
|
|
172
|
+
* 新增入参:Encryption
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
修改数据结构:
|
|
176
|
+
|
|
177
|
+
* [Encryption](https://cloud.tencent.com/document/api/1007/41958#Encryption)
|
|
178
|
+
|
|
179
|
+
* 新增成员:Algorithm, TagList
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
185
|
+
|
|
186
|
+
### 第 22 次发布
|
|
187
|
+
|
|
188
|
+
发布时间:2022-08-26 06:50:57
|
|
189
|
+
|
|
190
|
+
本次发布包含了以下内容:
|
|
191
|
+
|
|
192
|
+
改善已有的文档。
|
|
193
|
+
|
|
194
|
+
新增接口:
|
|
195
|
+
|
|
196
|
+
* [CreatePlanForZone](https://cloud.tencent.com/document/api/1552/79666)
|
|
197
|
+
* [CreateRule](https://cloud.tencent.com/document/api/1552/79672)
|
|
198
|
+
* [DeleteRules](https://cloud.tencent.com/document/api/1552/79671)
|
|
199
|
+
* [DescribeAvailablePlans](https://cloud.tencent.com/document/api/1552/79665)
|
|
200
|
+
* [DescribeRules](https://cloud.tencent.com/document/api/1552/79670)
|
|
201
|
+
* [DescribeRulesSetting](https://cloud.tencent.com/document/api/1552/79669)
|
|
202
|
+
* [ModifyRule](https://cloud.tencent.com/document/api/1552/79668)
|
|
203
|
+
* [ModifyRulePriority](https://cloud.tencent.com/document/api/1552/79667)
|
|
204
|
+
|
|
205
|
+
新增数据结构:
|
|
206
|
+
|
|
207
|
+
* [PlanInfo](https://cloud.tencent.com/document/api/1552/73155#PlanInfo)
|
|
208
|
+
* [RuleAction](https://cloud.tencent.com/document/api/1552/73155#RuleAction)
|
|
209
|
+
* [RuleAndConditions](https://cloud.tencent.com/document/api/1552/73155#RuleAndConditions)
|
|
210
|
+
* [RuleChoicePropertiesItem](https://cloud.tencent.com/document/api/1552/73155#RuleChoicePropertiesItem)
|
|
211
|
+
* [RuleCodeAction](https://cloud.tencent.com/document/api/1552/73155#RuleCodeAction)
|
|
212
|
+
* [RuleCodeActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleCodeActionParams)
|
|
213
|
+
* [RuleCondition](https://cloud.tencent.com/document/api/1552/73155#RuleCondition)
|
|
214
|
+
* [RuleExtraParameter](https://cloud.tencent.com/document/api/1552/73155#RuleExtraParameter)
|
|
215
|
+
* [RuleFilter](https://cloud.tencent.com/document/api/1552/73155#RuleFilter)
|
|
216
|
+
* [RuleItem](https://cloud.tencent.com/document/api/1552/73155#RuleItem)
|
|
217
|
+
* [RuleNormalAction](https://cloud.tencent.com/document/api/1552/73155#RuleNormalAction)
|
|
218
|
+
* [RuleNormalActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleNormalActionParams)
|
|
219
|
+
* [RuleRewriteAction](https://cloud.tencent.com/document/api/1552/73155#RuleRewriteAction)
|
|
220
|
+
* [RuleRewriteActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleRewriteActionParams)
|
|
221
|
+
* [RuleSettingDetail](https://cloud.tencent.com/document/api/1552/73155#RuleSettingDetail)
|
|
222
|
+
* [RulesProperties](https://cloud.tencent.com/document/api/1552/73155#RulesProperties)
|
|
223
|
+
* [RulesSettingAction](https://cloud.tencent.com/document/api/1552/73155#RulesSettingAction)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
# Release 4.0.426
|
|
228
|
+
|
|
229
|
+
## 批量计算(batch) 版本:2017-03-12
|
|
230
|
+
|
|
231
|
+
### 第 42 次发布
|
|
232
|
+
|
|
233
|
+
发布时间:2022-08-25 06:10:07
|
|
234
|
+
|
|
235
|
+
本次发布包含了以下内容:
|
|
236
|
+
|
|
237
|
+
改善已有的文档。
|
|
238
|
+
|
|
239
|
+
修改数据结构:
|
|
240
|
+
|
|
241
|
+
* [Docker](https://cloud.tencent.com/document/api/599/15912#Docker)
|
|
242
|
+
|
|
243
|
+
* 新增成员:MaxRetryCount, DelayOnRetry
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
249
|
+
|
|
250
|
+
### 第 23 次发布
|
|
251
|
+
|
|
252
|
+
发布时间:2022-08-25 06:22:53
|
|
253
|
+
|
|
254
|
+
本次发布包含了以下内容:
|
|
255
|
+
|
|
256
|
+
改善已有的文档。
|
|
257
|
+
|
|
258
|
+
新增接口:
|
|
259
|
+
|
|
260
|
+
* [AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)
|
|
261
|
+
* [DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)
|
|
262
|
+
* [ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)
|
|
263
|
+
* [RemoveClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79553)
|
|
264
|
+
* [SwitchClusterZone](https://cloud.tencent.com/document/api/1003/79552)
|
|
265
|
+
|
|
266
|
+
修改接口:
|
|
267
|
+
|
|
268
|
+
* [DescribeRollbackTimeRange](https://cloud.tencent.com/document/api/1003/48092)
|
|
269
|
+
|
|
270
|
+
* 新增出参:RollbackTimeRanges
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
新增数据结构:
|
|
274
|
+
|
|
275
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
276
|
+
* [RollbackTimeRange](https://cloud.tencent.com/document/api/1003/48097#RollbackTimeRange)
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
281
|
+
|
|
282
|
+
### 第 44 次发布
|
|
283
|
+
|
|
284
|
+
发布时间:2022-08-25 06:25:03
|
|
285
|
+
|
|
286
|
+
本次发布包含了以下内容:
|
|
287
|
+
|
|
288
|
+
改善已有的文档。
|
|
289
|
+
|
|
290
|
+
修改接口:
|
|
291
|
+
|
|
292
|
+
* [CreateDedicatedClusterDCDBInstance](https://cloud.tencent.com/document/api/557/61369)
|
|
293
|
+
|
|
294
|
+
* 新增入参:RollbackInstanceId, RollbackTime
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
300
|
+
|
|
301
|
+
### 第 35 次发布
|
|
302
|
+
|
|
303
|
+
发布时间:2022-08-25 06:30:05
|
|
304
|
+
|
|
305
|
+
本次发布包含了以下内容:
|
|
306
|
+
|
|
307
|
+
改善已有的文档。
|
|
308
|
+
|
|
309
|
+
新增接口:
|
|
310
|
+
|
|
311
|
+
* [CreateGlobalDomain](https://cloud.tencent.com/document/api/608/79567)
|
|
312
|
+
* [CreateGlobalDomainDns](https://cloud.tencent.com/document/api/608/79566)
|
|
313
|
+
* [DeleteGlobalDomain](https://cloud.tencent.com/document/api/608/79565)
|
|
314
|
+
* [DeleteGlobalDomainDns](https://cloud.tencent.com/document/api/608/79564)
|
|
315
|
+
* [DescribeGlobalDomainDns](https://cloud.tencent.com/document/api/608/79563)
|
|
316
|
+
* [DescribeGlobalDomains](https://cloud.tencent.com/document/api/608/79562)
|
|
317
|
+
* [DisableGlobalDomain](https://cloud.tencent.com/document/api/608/79561)
|
|
318
|
+
* [EnableGlobalDomain](https://cloud.tencent.com/document/api/608/79560)
|
|
319
|
+
* [ModifyGlobalDomainAttribute](https://cloud.tencent.com/document/api/608/79559)
|
|
320
|
+
* [ModifyGlobalDomainDns](https://cloud.tencent.com/document/api/608/79558)
|
|
321
|
+
|
|
322
|
+
新增数据结构:
|
|
323
|
+
|
|
324
|
+
* [Domain](https://cloud.tencent.com/document/api/608/37023#Domain)
|
|
325
|
+
* [GlobalDns](https://cloud.tencent.com/document/api/608/37023#GlobalDns)
|
|
326
|
+
* [ProxyAccessInfo](https://cloud.tencent.com/document/api/608/37023#ProxyAccessInfo)
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
## 小程序安全(mmps) 版本:2020-07-10
|
|
331
|
+
|
|
332
|
+
### 第 7 次发布
|
|
333
|
+
|
|
334
|
+
发布时间:2022-08-25 06:38:57
|
|
335
|
+
|
|
336
|
+
本次发布包含了以下内容:
|
|
337
|
+
|
|
338
|
+
改善已有的文档。
|
|
339
|
+
|
|
340
|
+
修改接口:
|
|
341
|
+
|
|
342
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1223/75156)
|
|
343
|
+
|
|
344
|
+
* 新增出参:ReportResult
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
350
|
+
|
|
351
|
+
### 第 24 次发布
|
|
352
|
+
|
|
353
|
+
发布时间:2022-08-25 06:41:36
|
|
354
|
+
|
|
355
|
+
本次发布包含了以下内容:
|
|
356
|
+
|
|
357
|
+
改善已有的文档。
|
|
358
|
+
|
|
359
|
+
新增接口:
|
|
360
|
+
|
|
361
|
+
* [DescribeTreeResources](https://cloud.tencent.com/document/api/849/79568)
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
366
|
+
|
|
367
|
+
### 第 43 次发布
|
|
368
|
+
|
|
369
|
+
发布时间:2022-08-25 06:49:32
|
|
370
|
+
|
|
371
|
+
本次发布包含了以下内容:
|
|
372
|
+
|
|
373
|
+
改善已有的文档。
|
|
374
|
+
|
|
375
|
+
新增接口:
|
|
376
|
+
|
|
377
|
+
* [CreateImageAccelerationService](https://cloud.tencent.com/document/api/1141/79580)
|
|
378
|
+
* [CreateInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79579)
|
|
379
|
+
* [CreateSecurityPolicies](https://cloud.tencent.com/document/api/1141/79578)
|
|
380
|
+
* [CreateSignature](https://cloud.tencent.com/document/api/1141/79571)
|
|
381
|
+
* [CreateSignaturePolicy](https://cloud.tencent.com/document/api/1141/79584)
|
|
382
|
+
* [DeleteImageAccelerateService](https://cloud.tencent.com/document/api/1141/79577)
|
|
383
|
+
* [DeleteInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79576)
|
|
384
|
+
* [DeleteReplicationInstance](https://cloud.tencent.com/document/api/1141/79581)
|
|
385
|
+
* [DeleteRepositoryTags](https://cloud.tencent.com/document/api/1141/79570)
|
|
386
|
+
* [DeleteSignaturePolicy](https://cloud.tencent.com/document/api/1141/79583)
|
|
387
|
+
* [DescribeGCJobs](https://cloud.tencent.com/document/api/1141/79569)
|
|
388
|
+
* [DescribeImageAccelerateService](https://cloud.tencent.com/document/api/1141/79575)
|
|
389
|
+
* [DescribeInstanceAll](https://cloud.tencent.com/document/api/1141/79574)
|
|
390
|
+
* [DescribeInstanceAllNamespaces](https://cloud.tencent.com/document/api/1141/79582)
|
|
391
|
+
* [DescribeInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79573)
|
|
392
|
+
* [DescribeRegions](https://cloud.tencent.com/document/api/1141/79572)
|
|
393
|
+
|
|
394
|
+
新增数据结构:
|
|
395
|
+
|
|
396
|
+
* [CustomizedDomainInfo](https://cloud.tencent.com/document/api/1141/41603#CustomizedDomainInfo)
|
|
397
|
+
* [GCJobInfo](https://cloud.tencent.com/document/api/1141/41603#GCJobInfo)
|
|
398
|
+
* [Region](https://cloud.tencent.com/document/api/1141/41603#Region)
|
|
399
|
+
* [Schedule](https://cloud.tencent.com/document/api/1141/41603#Schedule)
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
## 云点播(vod) 版本:2018-07-17
|
|
404
|
+
|
|
405
|
+
### 第 116 次发布
|
|
406
|
+
|
|
407
|
+
发布时间:2022-08-25 06:58:49
|
|
408
|
+
|
|
409
|
+
本次发布包含了以下内容:
|
|
410
|
+
|
|
411
|
+
改善已有的文档。
|
|
412
|
+
|
|
413
|
+
新增接口:
|
|
414
|
+
|
|
415
|
+
* [DescribeDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79586)
|
|
416
|
+
* [SetDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79585)
|
|
417
|
+
|
|
418
|
+
修改接口:
|
|
419
|
+
|
|
420
|
+
* [SearchMedia](https://cloud.tencent.com/document/api/266/31813)
|
|
421
|
+
|
|
422
|
+
* 新增入参:TrtcSdkAppIds, TrtcRoomIds
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
新增数据结构:
|
|
426
|
+
|
|
427
|
+
* [SDMCDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/31773#SDMCDrmKeyProviderInfo)
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
1
431
|
# Release 4.0.425
|
|
2
432
|
|
|
3
433
|
## 批量计算(batch) 版本:2017-03-12
|