tencentcloud-sdk-nodejs 4.0.422 → 4.0.425
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 +627 -0
- package/SERVICE_CHANGELOG.md +455 -440
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_models.ts +18 -7
- package/src/services/apigateway/v20180808/apigateway_client.ts +13 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +55 -0
- package/src/services/batch/v20170312/batch_models.ts +10 -0
- package/src/services/cdb/v20170320/cdb_models.ts +6 -6
- package/src/services/cls/v20201016/cls_models.ts +11 -1
- package/src/services/cme/v20191029/cme_client.ts +13 -4
- package/src/services/cme/v20191029/cme_models.ts +283 -68
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +84 -22
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +303 -57
- package/src/services/dcdb/v20180411/dcdb_models.ts +10 -0
- package/src/services/gaap/v20180529/gaap_client.ts +160 -37
- package/src/services/gaap/v20180529/gaap_models.ts +610 -179
- package/src/services/mmps/v20200710/mmps_models.ts +6 -0
- package/src/services/monitor/v20180724/monitor_models.ts +15 -15
- package/src/services/oceanus/v20190422/oceanus_client.ts +12 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +20 -0
- package/src/services/tcr/v20190924/tcr_client.ts +246 -50
- package/src/services/tcr/v20190924/tcr_models.ts +946 -298
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +41 -0
- package/src/services/vod/v20180717/vod_client.ts +55 -22
- package/src/services/vod/v20180717/vod_models.ts +374 -86
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +62 -2
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +464 -13
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +16 -7
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +5 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +6 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +47 -0
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +245 -61
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +27 -7
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +39 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +260 -51
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +8 -0
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +51 -11
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +75 -15
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +544 -174
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +5 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +15 -15
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +18 -0
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +73 -9
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +108 -12
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +817 -264
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +35 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +23 -13
- package/tencentcloud/services/vod/v20180717/vod_client.js +27 -13
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +325 -77
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +17 -1
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +24 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +402 -13
- package/test/apigateway.v20180808.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +56 -6
- package/test/gaap.v20180529.test.js +116 -16
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/tcr.v20190924.test.js +168 -8
- package/test/vod.v20180717.test.js +22 -2
- package/test/yinsuda.v20220527.test.js +40 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,630 @@
|
|
|
1
|
+
# Release 4.0.425
|
|
2
|
+
|
|
3
|
+
## 批量计算(batch) 版本:2017-03-12
|
|
4
|
+
|
|
5
|
+
### 第 42 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-25 06:10:07
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [Docker](https://cloud.tencent.com/document/api/599/15912#Docker)
|
|
16
|
+
|
|
17
|
+
* 新增成员:MaxRetryCount, DelayOnRetry
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
23
|
+
|
|
24
|
+
### 第 23 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2022-08-25 06:22:53
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)
|
|
35
|
+
* [DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)
|
|
36
|
+
* [ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)
|
|
37
|
+
* [RemoveClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79553)
|
|
38
|
+
* [SwitchClusterZone](https://cloud.tencent.com/document/api/1003/79552)
|
|
39
|
+
|
|
40
|
+
修改接口:
|
|
41
|
+
|
|
42
|
+
* [DescribeRollbackTimeRange](https://cloud.tencent.com/document/api/1003/48092)
|
|
43
|
+
|
|
44
|
+
* 新增出参:RollbackTimeRanges
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
新增数据结构:
|
|
48
|
+
|
|
49
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
50
|
+
* [RollbackTimeRange](https://cloud.tencent.com/document/api/1003/48097#RollbackTimeRange)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
55
|
+
|
|
56
|
+
### 第 44 次发布
|
|
57
|
+
|
|
58
|
+
发布时间:2022-08-25 06:25:03
|
|
59
|
+
|
|
60
|
+
本次发布包含了以下内容:
|
|
61
|
+
|
|
62
|
+
改善已有的文档。
|
|
63
|
+
|
|
64
|
+
修改接口:
|
|
65
|
+
|
|
66
|
+
* [CreateDedicatedClusterDCDBInstance](https://cloud.tencent.com/document/api/557/61369)
|
|
67
|
+
|
|
68
|
+
* 新增入参:RollbackInstanceId, RollbackTime
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
74
|
+
|
|
75
|
+
### 第 35 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2022-08-25 06:30:05
|
|
78
|
+
|
|
79
|
+
本次发布包含了以下内容:
|
|
80
|
+
|
|
81
|
+
改善已有的文档。
|
|
82
|
+
|
|
83
|
+
新增接口:
|
|
84
|
+
|
|
85
|
+
* [CreateGlobalDomain](https://cloud.tencent.com/document/api/608/79567)
|
|
86
|
+
* [CreateGlobalDomainDns](https://cloud.tencent.com/document/api/608/79566)
|
|
87
|
+
* [DeleteGlobalDomain](https://cloud.tencent.com/document/api/608/79565)
|
|
88
|
+
* [DeleteGlobalDomainDns](https://cloud.tencent.com/document/api/608/79564)
|
|
89
|
+
* [DescribeGlobalDomainDns](https://cloud.tencent.com/document/api/608/79563)
|
|
90
|
+
* [DescribeGlobalDomains](https://cloud.tencent.com/document/api/608/79562)
|
|
91
|
+
* [DisableGlobalDomain](https://cloud.tencent.com/document/api/608/79561)
|
|
92
|
+
* [EnableGlobalDomain](https://cloud.tencent.com/document/api/608/79560)
|
|
93
|
+
* [ModifyGlobalDomainAttribute](https://cloud.tencent.com/document/api/608/79559)
|
|
94
|
+
* [ModifyGlobalDomainDns](https://cloud.tencent.com/document/api/608/79558)
|
|
95
|
+
|
|
96
|
+
新增数据结构:
|
|
97
|
+
|
|
98
|
+
* [Domain](https://cloud.tencent.com/document/api/608/37023#Domain)
|
|
99
|
+
* [GlobalDns](https://cloud.tencent.com/document/api/608/37023#GlobalDns)
|
|
100
|
+
* [ProxyAccessInfo](https://cloud.tencent.com/document/api/608/37023#ProxyAccessInfo)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## 小程序安全(mmps) 版本:2020-07-10
|
|
105
|
+
|
|
106
|
+
### 第 7 次发布
|
|
107
|
+
|
|
108
|
+
发布时间:2022-08-25 06:38:57
|
|
109
|
+
|
|
110
|
+
本次发布包含了以下内容:
|
|
111
|
+
|
|
112
|
+
改善已有的文档。
|
|
113
|
+
|
|
114
|
+
修改接口:
|
|
115
|
+
|
|
116
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1223/75156)
|
|
117
|
+
|
|
118
|
+
* 新增出参:ReportResult
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
124
|
+
|
|
125
|
+
### 第 24 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2022-08-25 06:41:36
|
|
128
|
+
|
|
129
|
+
本次发布包含了以下内容:
|
|
130
|
+
|
|
131
|
+
改善已有的文档。
|
|
132
|
+
|
|
133
|
+
新增接口:
|
|
134
|
+
|
|
135
|
+
* [DescribeTreeResources](https://cloud.tencent.com/document/api/849/79568)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
140
|
+
|
|
141
|
+
### 第 43 次发布
|
|
142
|
+
|
|
143
|
+
发布时间:2022-08-25 06:49:32
|
|
144
|
+
|
|
145
|
+
本次发布包含了以下内容:
|
|
146
|
+
|
|
147
|
+
改善已有的文档。
|
|
148
|
+
|
|
149
|
+
新增接口:
|
|
150
|
+
|
|
151
|
+
* [CreateImageAccelerationService](https://cloud.tencent.com/document/api/1141/79580)
|
|
152
|
+
* [CreateInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79579)
|
|
153
|
+
* [CreateSecurityPolicies](https://cloud.tencent.com/document/api/1141/79578)
|
|
154
|
+
* [CreateSignature](https://cloud.tencent.com/document/api/1141/79571)
|
|
155
|
+
* [CreateSignaturePolicy](https://cloud.tencent.com/document/api/1141/79584)
|
|
156
|
+
* [DeleteImageAccelerateService](https://cloud.tencent.com/document/api/1141/79577)
|
|
157
|
+
* [DeleteInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79576)
|
|
158
|
+
* [DeleteReplicationInstance](https://cloud.tencent.com/document/api/1141/79581)
|
|
159
|
+
* [DeleteRepositoryTags](https://cloud.tencent.com/document/api/1141/79570)
|
|
160
|
+
* [DeleteSignaturePolicy](https://cloud.tencent.com/document/api/1141/79583)
|
|
161
|
+
* [DescribeGCJobs](https://cloud.tencent.com/document/api/1141/79569)
|
|
162
|
+
* [DescribeImageAccelerateService](https://cloud.tencent.com/document/api/1141/79575)
|
|
163
|
+
* [DescribeInstanceAll](https://cloud.tencent.com/document/api/1141/79574)
|
|
164
|
+
* [DescribeInstanceAllNamespaces](https://cloud.tencent.com/document/api/1141/79582)
|
|
165
|
+
* [DescribeInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79573)
|
|
166
|
+
* [DescribeRegions](https://cloud.tencent.com/document/api/1141/79572)
|
|
167
|
+
|
|
168
|
+
新增数据结构:
|
|
169
|
+
|
|
170
|
+
* [CustomizedDomainInfo](https://cloud.tencent.com/document/api/1141/41603#CustomizedDomainInfo)
|
|
171
|
+
* [GCJobInfo](https://cloud.tencent.com/document/api/1141/41603#GCJobInfo)
|
|
172
|
+
* [Region](https://cloud.tencent.com/document/api/1141/41603#Region)
|
|
173
|
+
* [Schedule](https://cloud.tencent.com/document/api/1141/41603#Schedule)
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
## 云点播(vod) 版本:2018-07-17
|
|
178
|
+
|
|
179
|
+
### 第 116 次发布
|
|
180
|
+
|
|
181
|
+
发布时间:2022-08-25 06:58:49
|
|
182
|
+
|
|
183
|
+
本次发布包含了以下内容:
|
|
184
|
+
|
|
185
|
+
改善已有的文档。
|
|
186
|
+
|
|
187
|
+
新增接口:
|
|
188
|
+
|
|
189
|
+
* [DescribeDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79586)
|
|
190
|
+
* [SetDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79585)
|
|
191
|
+
|
|
192
|
+
修改接口:
|
|
193
|
+
|
|
194
|
+
* [SearchMedia](https://cloud.tencent.com/document/api/266/31813)
|
|
195
|
+
|
|
196
|
+
* 新增入参:TrtcSdkAppIds, TrtcRoomIds
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
新增数据结构:
|
|
200
|
+
|
|
201
|
+
* [SDMCDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/31773#SDMCDrmKeyProviderInfo)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
# Release 4.0.424
|
|
206
|
+
|
|
207
|
+
## 批量计算(batch) 版本:2017-03-12
|
|
208
|
+
|
|
209
|
+
### 第 42 次发布
|
|
210
|
+
|
|
211
|
+
发布时间:2022-08-25 06:10:07
|
|
212
|
+
|
|
213
|
+
本次发布包含了以下内容:
|
|
214
|
+
|
|
215
|
+
改善已有的文档。
|
|
216
|
+
|
|
217
|
+
修改数据结构:
|
|
218
|
+
|
|
219
|
+
* [Docker](https://cloud.tencent.com/document/api/599/15912#Docker)
|
|
220
|
+
|
|
221
|
+
* 新增成员:MaxRetryCount, DelayOnRetry
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
227
|
+
|
|
228
|
+
### 第 23 次发布
|
|
229
|
+
|
|
230
|
+
发布时间:2022-08-25 06:22:53
|
|
231
|
+
|
|
232
|
+
本次发布包含了以下内容:
|
|
233
|
+
|
|
234
|
+
改善已有的文档。
|
|
235
|
+
|
|
236
|
+
新增接口:
|
|
237
|
+
|
|
238
|
+
* [AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)
|
|
239
|
+
* [DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)
|
|
240
|
+
* [ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)
|
|
241
|
+
* [RemoveClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79553)
|
|
242
|
+
* [SwitchClusterZone](https://cloud.tencent.com/document/api/1003/79552)
|
|
243
|
+
|
|
244
|
+
修改接口:
|
|
245
|
+
|
|
246
|
+
* [DescribeRollbackTimeRange](https://cloud.tencent.com/document/api/1003/48092)
|
|
247
|
+
|
|
248
|
+
* 新增出参:RollbackTimeRanges
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
新增数据结构:
|
|
252
|
+
|
|
253
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
254
|
+
* [RollbackTimeRange](https://cloud.tencent.com/document/api/1003/48097#RollbackTimeRange)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
259
|
+
|
|
260
|
+
### 第 44 次发布
|
|
261
|
+
|
|
262
|
+
发布时间:2022-08-25 06:25:03
|
|
263
|
+
|
|
264
|
+
本次发布包含了以下内容:
|
|
265
|
+
|
|
266
|
+
改善已有的文档。
|
|
267
|
+
|
|
268
|
+
修改接口:
|
|
269
|
+
|
|
270
|
+
* [CreateDedicatedClusterDCDBInstance](https://cloud.tencent.com/document/api/557/61369)
|
|
271
|
+
|
|
272
|
+
* 新增入参:RollbackInstanceId, RollbackTime
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
278
|
+
|
|
279
|
+
### 第 35 次发布
|
|
280
|
+
|
|
281
|
+
发布时间:2022-08-25 06:30:05
|
|
282
|
+
|
|
283
|
+
本次发布包含了以下内容:
|
|
284
|
+
|
|
285
|
+
改善已有的文档。
|
|
286
|
+
|
|
287
|
+
新增接口:
|
|
288
|
+
|
|
289
|
+
* [CreateGlobalDomain](https://cloud.tencent.com/document/api/608/79567)
|
|
290
|
+
* [CreateGlobalDomainDns](https://cloud.tencent.com/document/api/608/79566)
|
|
291
|
+
* [DeleteGlobalDomain](https://cloud.tencent.com/document/api/608/79565)
|
|
292
|
+
* [DeleteGlobalDomainDns](https://cloud.tencent.com/document/api/608/79564)
|
|
293
|
+
* [DescribeGlobalDomainDns](https://cloud.tencent.com/document/api/608/79563)
|
|
294
|
+
* [DescribeGlobalDomains](https://cloud.tencent.com/document/api/608/79562)
|
|
295
|
+
* [DisableGlobalDomain](https://cloud.tencent.com/document/api/608/79561)
|
|
296
|
+
* [EnableGlobalDomain](https://cloud.tencent.com/document/api/608/79560)
|
|
297
|
+
* [ModifyGlobalDomainAttribute](https://cloud.tencent.com/document/api/608/79559)
|
|
298
|
+
* [ModifyGlobalDomainDns](https://cloud.tencent.com/document/api/608/79558)
|
|
299
|
+
|
|
300
|
+
新增数据结构:
|
|
301
|
+
|
|
302
|
+
* [Domain](https://cloud.tencent.com/document/api/608/37023#Domain)
|
|
303
|
+
* [GlobalDns](https://cloud.tencent.com/document/api/608/37023#GlobalDns)
|
|
304
|
+
* [ProxyAccessInfo](https://cloud.tencent.com/document/api/608/37023#ProxyAccessInfo)
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
## 小程序安全(mmps) 版本:2020-07-10
|
|
309
|
+
|
|
310
|
+
### 第 7 次发布
|
|
311
|
+
|
|
312
|
+
发布时间:2022-08-25 06:38:57
|
|
313
|
+
|
|
314
|
+
本次发布包含了以下内容:
|
|
315
|
+
|
|
316
|
+
改善已有的文档。
|
|
317
|
+
|
|
318
|
+
修改接口:
|
|
319
|
+
|
|
320
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1223/75156)
|
|
321
|
+
|
|
322
|
+
* 新增出参:ReportResult
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
328
|
+
|
|
329
|
+
### 第 24 次发布
|
|
330
|
+
|
|
331
|
+
发布时间:2022-08-25 06:41:36
|
|
332
|
+
|
|
333
|
+
本次发布包含了以下内容:
|
|
334
|
+
|
|
335
|
+
改善已有的文档。
|
|
336
|
+
|
|
337
|
+
新增接口:
|
|
338
|
+
|
|
339
|
+
* [DescribeTreeResources](https://cloud.tencent.com/document/api/849/79568)
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
344
|
+
|
|
345
|
+
### 第 43 次发布
|
|
346
|
+
|
|
347
|
+
发布时间:2022-08-25 06:49:32
|
|
348
|
+
|
|
349
|
+
本次发布包含了以下内容:
|
|
350
|
+
|
|
351
|
+
改善已有的文档。
|
|
352
|
+
|
|
353
|
+
新增接口:
|
|
354
|
+
|
|
355
|
+
* [CreateImageAccelerationService](https://cloud.tencent.com/document/api/1141/79580)
|
|
356
|
+
* [CreateInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79579)
|
|
357
|
+
* [CreateSecurityPolicies](https://cloud.tencent.com/document/api/1141/79578)
|
|
358
|
+
* [CreateSignature](https://cloud.tencent.com/document/api/1141/79571)
|
|
359
|
+
* [CreateSignaturePolicy](https://cloud.tencent.com/document/api/1141/79584)
|
|
360
|
+
* [DeleteImageAccelerateService](https://cloud.tencent.com/document/api/1141/79577)
|
|
361
|
+
* [DeleteInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79576)
|
|
362
|
+
* [DeleteReplicationInstance](https://cloud.tencent.com/document/api/1141/79581)
|
|
363
|
+
* [DeleteRepositoryTags](https://cloud.tencent.com/document/api/1141/79570)
|
|
364
|
+
* [DeleteSignaturePolicy](https://cloud.tencent.com/document/api/1141/79583)
|
|
365
|
+
* [DescribeGCJobs](https://cloud.tencent.com/document/api/1141/79569)
|
|
366
|
+
* [DescribeImageAccelerateService](https://cloud.tencent.com/document/api/1141/79575)
|
|
367
|
+
* [DescribeInstanceAll](https://cloud.tencent.com/document/api/1141/79574)
|
|
368
|
+
* [DescribeInstanceAllNamespaces](https://cloud.tencent.com/document/api/1141/79582)
|
|
369
|
+
* [DescribeInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79573)
|
|
370
|
+
* [DescribeRegions](https://cloud.tencent.com/document/api/1141/79572)
|
|
371
|
+
|
|
372
|
+
新增数据结构:
|
|
373
|
+
|
|
374
|
+
* [CustomizedDomainInfo](https://cloud.tencent.com/document/api/1141/41603#CustomizedDomainInfo)
|
|
375
|
+
* [GCJobInfo](https://cloud.tencent.com/document/api/1141/41603#GCJobInfo)
|
|
376
|
+
* [Region](https://cloud.tencent.com/document/api/1141/41603#Region)
|
|
377
|
+
* [Schedule](https://cloud.tencent.com/document/api/1141/41603#Schedule)
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
## 云点播(vod) 版本:2018-07-17
|
|
382
|
+
|
|
383
|
+
### 第 116 次发布
|
|
384
|
+
|
|
385
|
+
发布时间:2022-08-25 06:58:49
|
|
386
|
+
|
|
387
|
+
本次发布包含了以下内容:
|
|
388
|
+
|
|
389
|
+
改善已有的文档。
|
|
390
|
+
|
|
391
|
+
新增接口:
|
|
392
|
+
|
|
393
|
+
* [DescribeDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79586)
|
|
394
|
+
* [SetDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79585)
|
|
395
|
+
|
|
396
|
+
修改接口:
|
|
397
|
+
|
|
398
|
+
* [SearchMedia](https://cloud.tencent.com/document/api/266/31813)
|
|
399
|
+
|
|
400
|
+
* 新增入参:TrtcSdkAppIds, TrtcRoomIds
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
新增数据结构:
|
|
404
|
+
|
|
405
|
+
* [SDMCDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/31773#SDMCDrmKeyProviderInfo)
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
# Release 4.0.423
|
|
410
|
+
|
|
411
|
+
## 应用合规平台(acp) 版本:2022-01-05
|
|
412
|
+
|
|
413
|
+
### 第 4 次发布
|
|
414
|
+
|
|
415
|
+
发布时间:2022-08-24 06:06:48
|
|
416
|
+
|
|
417
|
+
本次发布包含了以下内容:
|
|
418
|
+
|
|
419
|
+
改善已有的文档。
|
|
420
|
+
|
|
421
|
+
修改接口:
|
|
422
|
+
|
|
423
|
+
* [DescribeResourceUsageInfo](https://cloud.tencent.com/document/api/1553/75518)
|
|
424
|
+
|
|
425
|
+
* 新增入参:Source
|
|
426
|
+
|
|
427
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1553/75162)
|
|
428
|
+
|
|
429
|
+
* 新增出参:ReportResult
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
## API网关(apigateway) 版本:2018-08-08
|
|
435
|
+
|
|
436
|
+
### 第 32 次发布
|
|
437
|
+
|
|
438
|
+
发布时间:2022-08-24 06:08:44
|
|
439
|
+
|
|
440
|
+
本次发布包含了以下内容:
|
|
441
|
+
|
|
442
|
+
改善已有的文档。
|
|
443
|
+
|
|
444
|
+
新增接口:
|
|
445
|
+
|
|
446
|
+
* [ImportOpenApi](https://cloud.tencent.com/document/api/628/79383)
|
|
447
|
+
|
|
448
|
+
新增数据结构:
|
|
449
|
+
|
|
450
|
+
* [CreateApiRspSet](https://cloud.tencent.com/document/api/628/45244#CreateApiRspSet)
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
455
|
+
|
|
456
|
+
### 第 29 次发布
|
|
457
|
+
|
|
458
|
+
发布时间:2022-08-24 06:18:24
|
|
459
|
+
|
|
460
|
+
本次发布包含了以下内容:
|
|
461
|
+
|
|
462
|
+
改善已有的文档。
|
|
463
|
+
|
|
464
|
+
修改接口:
|
|
465
|
+
|
|
466
|
+
* [CreateShipper](https://cloud.tencent.com/document/api/614/58747)
|
|
467
|
+
|
|
468
|
+
* 新增入参:FilenameMode
|
|
469
|
+
|
|
470
|
+
* [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
|
|
471
|
+
|
|
472
|
+
* 新增入参:FilenameMode
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
478
|
+
|
|
479
|
+
### 第 51 次发布
|
|
480
|
+
|
|
481
|
+
发布时间:2022-08-24 06:19:05
|
|
482
|
+
|
|
483
|
+
本次发布包含了以下内容:
|
|
484
|
+
|
|
485
|
+
改善已有的文档。
|
|
486
|
+
|
|
487
|
+
新增数据结构:
|
|
488
|
+
|
|
489
|
+
* [MediaCastDestinationInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInfo)
|
|
490
|
+
* [MediaCastDestinationInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInterruptInfo)
|
|
491
|
+
* [MediaCastOutputMediaSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastOutputMediaSetting)
|
|
492
|
+
* [MediaCastPlaySetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastPlaySetting)
|
|
493
|
+
* [MediaCastProjectInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastProjectInfo)
|
|
494
|
+
* [MediaCastSourceInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInfo)
|
|
495
|
+
* [MediaCastSourceInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInterruptInfo)
|
|
496
|
+
* [MediaCastVideoSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastVideoSetting)
|
|
497
|
+
* [ProjectMediaCastStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectMediaCastStatusChangedEvent)
|
|
498
|
+
|
|
499
|
+
修改数据结构:
|
|
500
|
+
|
|
501
|
+
* [EventContent](https://cloud.tencent.com/document/api/1156/40360#EventContent)
|
|
502
|
+
|
|
503
|
+
* 新增成员:ProjectMediaCastStatusChangedEvent
|
|
504
|
+
|
|
505
|
+
* [ProjectInfo](https://cloud.tencent.com/document/api/1156/40360#ProjectInfo)
|
|
506
|
+
|
|
507
|
+
* 新增成员:MediaCastProjectInfo
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
513
|
+
|
|
514
|
+
### 第 26 次发布
|
|
515
|
+
|
|
516
|
+
发布时间:2022-08-24 06:56:05
|
|
517
|
+
|
|
518
|
+
本次发布包含了以下内容:
|
|
519
|
+
|
|
520
|
+
改善已有的文档。
|
|
521
|
+
|
|
522
|
+
新增数据结构:
|
|
523
|
+
|
|
524
|
+
* [DescribeInstanceRegionInfo](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceRegionInfo)
|
|
525
|
+
|
|
526
|
+
修改数据结构:
|
|
527
|
+
|
|
528
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
529
|
+
|
|
530
|
+
* 新增成员:RegionInfos
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
## 云点播(vod) 版本:2018-07-17
|
|
536
|
+
|
|
537
|
+
### 第 115 次发布
|
|
538
|
+
|
|
539
|
+
发布时间:2022-08-24 06:58:00
|
|
540
|
+
|
|
541
|
+
本次发布包含了以下内容:
|
|
542
|
+
|
|
543
|
+
改善已有的文档。
|
|
544
|
+
|
|
545
|
+
修改接口:
|
|
546
|
+
|
|
547
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/43068)
|
|
548
|
+
|
|
549
|
+
* 新增入参:DrmKeyProvider
|
|
550
|
+
|
|
551
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
552
|
+
|
|
553
|
+
* 新增出参:RemoveWatermarkTask
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
新增数据结构:
|
|
557
|
+
|
|
558
|
+
* [AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem)
|
|
559
|
+
* [RemoveWaterMarkTaskInput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskInput)
|
|
560
|
+
* [RemoveWaterMarkTaskOutput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskOutput)
|
|
561
|
+
* [RemoveWatermarkTask](https://cloud.tencent.com/document/api/266/31773#RemoveWatermarkTask)
|
|
562
|
+
* [SubtitleFormatsOperation](https://cloud.tencent.com/document/api/266/31773#SubtitleFormatsOperation)
|
|
563
|
+
* [TrtcRecordInfo](https://cloud.tencent.com/document/api/266/31773#TrtcRecordInfo)
|
|
564
|
+
|
|
565
|
+
修改数据结构:
|
|
566
|
+
|
|
567
|
+
* [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingTemplate)
|
|
568
|
+
|
|
569
|
+
* 新增成员:DrmKeyProvider
|
|
570
|
+
|
|
571
|
+
* [AiRecognitionTaskAsrFullTextResultOutput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutput)
|
|
572
|
+
|
|
573
|
+
* 新增成员:SubtitleSet
|
|
574
|
+
|
|
575
|
+
* [AsrFullTextConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfo)
|
|
576
|
+
|
|
577
|
+
* 新增成员:SubtitleFormats
|
|
578
|
+
|
|
579
|
+
* [AsrFullTextConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfoForUpdate)
|
|
580
|
+
|
|
581
|
+
* 新增成员:SubtitleFormatsOperation
|
|
582
|
+
|
|
583
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
584
|
+
|
|
585
|
+
* 新增成员:RemoveWatermarkCompleteEvent
|
|
586
|
+
|
|
587
|
+
* [MediaSourceData](https://cloud.tencent.com/document/api/266/31773#MediaSourceData)
|
|
588
|
+
|
|
589
|
+
* 新增成员:TrtcRecordInfo
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
595
|
+
|
|
596
|
+
### 第 6 次发布
|
|
597
|
+
|
|
598
|
+
发布时间:2022-08-24 07:02:00
|
|
599
|
+
|
|
600
|
+
本次发布包含了以下内容:
|
|
601
|
+
|
|
602
|
+
改善已有的文档。
|
|
603
|
+
|
|
604
|
+
新增接口:
|
|
605
|
+
|
|
606
|
+
* [CreateKTVRobot](https://cloud.tencent.com/document/api/1592/79388)
|
|
607
|
+
* [DescribeKTVRobots](https://cloud.tencent.com/document/api/1592/79387)
|
|
608
|
+
* [DestroyKTVRobot](https://cloud.tencent.com/document/api/1592/79386)
|
|
609
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1592/79385)
|
|
610
|
+
|
|
611
|
+
新增数据结构:
|
|
612
|
+
|
|
613
|
+
* [JoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#JoinRoomInput)
|
|
614
|
+
* [KTVRobotInfo](https://cloud.tencent.com/document/api/1592/76191#KTVRobotInfo)
|
|
615
|
+
* [PlayCommandInput](https://cloud.tencent.com/document/api/1592/76191#PlayCommandInput)
|
|
616
|
+
* [SeekCommandInput](https://cloud.tencent.com/document/api/1592/76191#SeekCommandInput)
|
|
617
|
+
* [SendMessageCommandInput](https://cloud.tencent.com/document/api/1592/76191#SendMessageCommandInput)
|
|
618
|
+
* [SetAudioParamCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetAudioParamCommandInput)
|
|
619
|
+
* [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetDestroyModeCommandInput)
|
|
620
|
+
* [SetPlayModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlayModeCommandInput)
|
|
621
|
+
* [SetPlaylistCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlaylistCommandInput)
|
|
622
|
+
* [SyncRobotCommand](https://cloud.tencent.com/document/api/1592/76191#SyncRobotCommand)
|
|
623
|
+
* [TRTCJoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#TRTCJoinRoomInput)
|
|
624
|
+
* [TimeRange](https://cloud.tencent.com/document/api/1592/76191#TimeRange)
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
|
|
1
628
|
# Release 4.0.422
|
|
2
629
|
|
|
3
630
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|