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/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,210 +1,61 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 54 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-08-23 06:17:56
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [ModifyInstanceAttributes](https://cloud.tencent.com/document/api/597/40832)
|
|
16
|
-
|
|
17
|
-
* 新增入参:MaxMessageByte
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### 第 53 次发布
|
|
21
|
-
|
|
22
|
-
发布时间:2022-08-22 06:16:09
|
|
23
|
-
|
|
24
|
-
本次发布包含了以下内容:
|
|
25
|
-
|
|
26
|
-
改善已有的文档。
|
|
27
|
-
|
|
28
|
-
新增数据结构:
|
|
29
|
-
|
|
30
|
-
* [RowParam](https://cloud.tencent.com/document/api/597/40861#RowParam)
|
|
31
|
-
|
|
32
|
-
修改数据结构:
|
|
33
|
-
|
|
34
|
-
* [TransformsParam](https://cloud.tencent.com/document/api/597/40861#TransformsParam)
|
|
35
|
-
|
|
36
|
-
* 新增成员:RowParam
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
### 第 52 次发布
|
|
40
|
-
|
|
41
|
-
发布时间:2022-08-19 06:13:13
|
|
42
|
-
|
|
43
|
-
本次发布包含了以下内容:
|
|
44
|
-
|
|
45
|
-
改善已有的文档。
|
|
46
|
-
|
|
47
|
-
修改数据结构:
|
|
48
|
-
|
|
49
|
-
* [MySQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLModifyConnectParam)
|
|
50
|
-
|
|
51
|
-
* 新增成员:SelfBuilt
|
|
52
|
-
|
|
53
|
-
* [PostgreSQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLModifyConnectParam)
|
|
54
|
-
|
|
55
|
-
* 新增成员:SelfBuilt
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
3
|
+
## 批量计算(batch) 版本:2017-03-12
|
|
61
4
|
|
|
62
|
-
### 第
|
|
5
|
+
### 第 42 次发布
|
|
63
6
|
|
|
64
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-25 06:10:07
|
|
65
8
|
|
|
66
9
|
本次发布包含了以下内容:
|
|
67
10
|
|
|
68
11
|
改善已有的文档。
|
|
69
12
|
|
|
70
|
-
修改接口:
|
|
71
|
-
|
|
72
|
-
* [DescribeVulHostCountScanTime](https://cloud.tencent.com/document/api/296/60899)
|
|
73
|
-
|
|
74
|
-
* 新增出参:LastFixTime, hadAutoFixVul
|
|
75
|
-
|
|
76
|
-
* [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
|
|
77
|
-
|
|
78
|
-
* 新增出参:SuccessFixCount, FixSwitch
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
新增数据结构:
|
|
82
|
-
|
|
83
|
-
* [Tags](https://cloud.tencent.com/document/api/296/19867#Tags)
|
|
84
|
-
|
|
85
13
|
修改数据结构:
|
|
86
14
|
|
|
87
|
-
* [
|
|
88
|
-
|
|
89
|
-
* 新增成员:CloudTags
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
## 事件总线(eb) 版本:2021-04-16
|
|
95
|
-
|
|
96
|
-
### 第 6 次发布
|
|
97
|
-
|
|
98
|
-
发布时间:2022-08-23 06:27:55
|
|
99
|
-
|
|
100
|
-
本次发布包含了以下内容:
|
|
101
|
-
|
|
102
|
-
改善已有的文档。
|
|
103
|
-
|
|
104
|
-
修改接口:
|
|
105
|
-
|
|
106
|
-
* [UpdateRule](https://cloud.tencent.com/document/api/1359/67693)
|
|
107
|
-
|
|
108
|
-
* 新增入参:EventPattern
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
## 云游戏解决方案(gs) 版本:2019-11-18
|
|
114
|
-
|
|
115
|
-
### 第 18 次发布
|
|
116
|
-
|
|
117
|
-
发布时间:2022-08-19 06:23:23
|
|
118
|
-
|
|
119
|
-
本次发布包含了以下内容:
|
|
120
|
-
|
|
121
|
-
改善已有的文档。
|
|
122
|
-
|
|
123
|
-
修改接口:
|
|
15
|
+
* [Docker](https://cloud.tencent.com/document/api/599/15912#Docker)
|
|
124
16
|
|
|
125
|
-
*
|
|
17
|
+
* 新增成员:MaxRetryCount, DelayOnRetry
|
|
126
18
|
|
|
127
|
-
* 新增入参:GameRegion
|
|
128
19
|
|
|
129
20
|
|
|
130
21
|
|
|
22
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
131
23
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
### 第 5 次发布
|
|
24
|
+
### 第 23 次发布
|
|
135
25
|
|
|
136
|
-
发布时间:2022-08-
|
|
26
|
+
发布时间:2022-08-25 06:22:53
|
|
137
27
|
|
|
138
28
|
本次发布包含了以下内容:
|
|
139
29
|
|
|
140
30
|
改善已有的文档。
|
|
141
31
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
* [VideoProduct](https://cloud.tencent.com/document/api/1131/76635#VideoProduct)
|
|
145
|
-
|
|
146
|
-
* 新增成员:CategoryId
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
## 云监控(monitor) 版本:2018-07-24
|
|
160
|
-
|
|
161
|
-
### 第 55 次发布
|
|
162
|
-
|
|
163
|
-
发布时间:2022-08-22 06:38:10
|
|
164
|
-
|
|
165
|
-
本次发布包含了以下内容:
|
|
32
|
+
新增接口:
|
|
166
33
|
|
|
167
|
-
|
|
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)
|
|
168
39
|
|
|
169
40
|
修改接口:
|
|
170
41
|
|
|
171
|
-
* [
|
|
42
|
+
* [DescribeRollbackTimeRange](https://cloud.tencent.com/document/api/1003/48092)
|
|
172
43
|
|
|
173
|
-
* 新增出参:
|
|
44
|
+
* 新增出参:RollbackTimeRanges
|
|
174
45
|
|
|
175
46
|
|
|
176
47
|
新增数据结构:
|
|
177
48
|
|
|
178
|
-
* [
|
|
179
|
-
* [
|
|
180
|
-
* [Operator](https://cloud.tencent.com/document/api/248/30354#Operator)
|
|
181
|
-
|
|
182
|
-
### 第 54 次发布
|
|
183
|
-
|
|
184
|
-
发布时间:2022-08-19 06:29:18
|
|
185
|
-
|
|
186
|
-
本次发布包含了以下内容:
|
|
187
|
-
|
|
188
|
-
改善已有的文档。
|
|
189
|
-
|
|
190
|
-
修改接口:
|
|
191
|
-
|
|
192
|
-
* [DescribeBasicAlarmList](https://cloud.tencent.com/document/api/248/41199)
|
|
193
|
-
|
|
194
|
-
* 新增出参:Warning
|
|
195
|
-
|
|
196
|
-
* [DescribePolicyGroupList](https://cloud.tencent.com/document/api/248/40945)
|
|
197
|
-
|
|
198
|
-
* 新增出参:Warning
|
|
49
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
50
|
+
* [RollbackTimeRange](https://cloud.tencent.com/document/api/1003/48097#RollbackTimeRange)
|
|
199
51
|
|
|
200
52
|
|
|
201
53
|
|
|
54
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
202
55
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
### 第 3 次发布
|
|
56
|
+
### 第 44 次发布
|
|
206
57
|
|
|
207
|
-
发布时间:2022-08-
|
|
58
|
+
发布时间:2022-08-25 06:25:03
|
|
208
59
|
|
|
209
60
|
本次发布包含了以下内容:
|
|
210
61
|
|
|
@@ -212,107 +63,49 @@
|
|
|
212
63
|
|
|
213
64
|
修改接口:
|
|
214
65
|
|
|
215
|
-
* [
|
|
216
|
-
|
|
217
|
-
* 新增入参:NotificationHooks
|
|
218
|
-
|
|
66
|
+
* [CreateDedicatedClusterDCDBInstance](https://cloud.tencent.com/document/api/557/61369)
|
|
219
67
|
|
|
220
|
-
|
|
68
|
+
* 新增入参:RollbackInstanceId, RollbackTime
|
|
221
69
|
|
|
222
|
-
* [Notification](https://cloud.tencent.com/document/api/1484/78100#Notification)
|
|
223
70
|
|
|
224
71
|
|
|
225
72
|
|
|
226
|
-
##
|
|
73
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
227
74
|
|
|
228
|
-
### 第
|
|
75
|
+
### 第 35 次发布
|
|
229
76
|
|
|
230
|
-
发布时间:2022-08-
|
|
77
|
+
发布时间:2022-08-25 06:30:05
|
|
231
78
|
|
|
232
79
|
本次发布包含了以下内容:
|
|
233
80
|
|
|
234
81
|
改善已有的文档。
|
|
235
82
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
* DetectFraudKOL
|
|
239
|
-
|
|
240
|
-
<font color="#dd0000">**删除数据结构**:</font>
|
|
241
|
-
|
|
242
|
-
* InputKolBspData
|
|
243
|
-
* InputKolDataList
|
|
244
|
-
* OutputKolData
|
|
245
|
-
* OutputKolValue
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
|
|
250
|
-
|
|
251
|
-
### 第 16 次发布
|
|
252
|
-
|
|
253
|
-
发布时间:2022-08-23 06:49:36
|
|
254
|
-
|
|
255
|
-
本次发布包含了以下内容:
|
|
83
|
+
新增接口:
|
|
256
84
|
|
|
257
|
-
|
|
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)
|
|
258
95
|
|
|
259
96
|
新增数据结构:
|
|
260
97
|
|
|
261
|
-
* [
|
|
262
|
-
* [
|
|
263
|
-
|
|
264
|
-
修改数据结构:
|
|
265
|
-
|
|
266
|
-
* [TableInfoNew](https://cloud.tencent.com/document/api/596/39686#TableInfoNew)
|
|
267
|
-
|
|
268
|
-
* 新增成员:SyncTableInfo
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
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)
|
|
272
101
|
|
|
273
|
-
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
274
|
-
|
|
275
|
-
### 第 86 次发布
|
|
276
|
-
|
|
277
|
-
发布时间:2022-08-23 06:50:01
|
|
278
|
-
|
|
279
|
-
本次发布包含了以下内容:
|
|
280
|
-
|
|
281
|
-
改善已有的文档。
|
|
282
|
-
|
|
283
|
-
修改数据结构:
|
|
284
|
-
|
|
285
|
-
* [EnvBillingInfoItem](https://cloud.tencent.com/document/api/876/34822#EnvBillingInfoItem)
|
|
286
|
-
|
|
287
|
-
* 新增成员:EnableOverrun, ExtPackageType
|
|
288
102
|
|
|
289
103
|
|
|
104
|
+
## 小程序安全(mmps) 版本:2020-07-10
|
|
290
105
|
|
|
106
|
+
### 第 7 次发布
|
|
291
107
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
### 第 8 次发布
|
|
295
|
-
|
|
296
|
-
发布时间:2022-08-23 06:50:39
|
|
297
|
-
|
|
298
|
-
本次发布包含了以下内容:
|
|
299
|
-
|
|
300
|
-
改善已有的文档。
|
|
301
|
-
|
|
302
|
-
修改数据结构:
|
|
303
|
-
|
|
304
|
-
* [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
|
|
305
|
-
|
|
306
|
-
* 新增成员:CustomDomainNames
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
312
|
-
|
|
313
|
-
### 第 25 次发布
|
|
314
|
-
|
|
315
|
-
发布时间:2022-08-23 06:51:30
|
|
108
|
+
发布时间:2022-08-25 06:38:57
|
|
316
109
|
|
|
317
110
|
本次发布包含了以下内容:
|
|
318
111
|
|
|
@@ -320,174 +113,72 @@
|
|
|
320
113
|
|
|
321
114
|
修改接口:
|
|
322
115
|
|
|
323
|
-
* [
|
|
324
|
-
|
|
325
|
-
* 新增入参:ImageIDs, EventType
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
331
|
-
|
|
332
|
-
### 第 21 次发布
|
|
116
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1223/75156)
|
|
333
117
|
|
|
334
|
-
|
|
118
|
+
* 新增出参:ReportResult
|
|
335
119
|
|
|
336
|
-
本次发布包含了以下内容:
|
|
337
120
|
|
|
338
|
-
改善已有的文档。
|
|
339
121
|
|
|
340
|
-
修改接口:
|
|
341
|
-
|
|
342
|
-
* [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
|
|
343
|
-
|
|
344
|
-
* <font color="#dd0000">**修改入参**:</font>Rule
|
|
345
122
|
|
|
123
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
346
124
|
|
|
347
|
-
### 第
|
|
125
|
+
### 第 24 次发布
|
|
348
126
|
|
|
349
|
-
发布时间:2022-08-
|
|
127
|
+
发布时间:2022-08-25 06:41:36
|
|
350
128
|
|
|
351
129
|
本次发布包含了以下内容:
|
|
352
130
|
|
|
353
131
|
改善已有的文档。
|
|
354
132
|
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
* [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
|
|
358
|
-
|
|
359
|
-
* 新增出参:Area
|
|
360
|
-
|
|
361
|
-
* [DescribeBotLog](https://cloud.tencent.com/document/api/1552/75663)
|
|
362
|
-
|
|
363
|
-
* 新增入参:Area
|
|
364
|
-
|
|
365
|
-
* [DescribeDDosAttackData](https://cloud.tencent.com/document/api/1552/75662)
|
|
366
|
-
|
|
367
|
-
* 新增入参:Area
|
|
368
|
-
|
|
369
|
-
* [DescribeDDosAttackEvent](https://cloud.tencent.com/document/api/1552/75661)
|
|
370
|
-
|
|
371
|
-
* 新增入参:Area
|
|
372
|
-
|
|
373
|
-
* [DescribeDDosAttackEventDetail](https://cloud.tencent.com/document/api/1552/75660)
|
|
374
|
-
|
|
375
|
-
* 新增入参:Area
|
|
376
|
-
|
|
377
|
-
* [DescribeDDosAttackSourceEvent](https://cloud.tencent.com/document/api/1552/75659)
|
|
378
|
-
|
|
379
|
-
* 新增入参:Area
|
|
380
|
-
|
|
381
|
-
* [DescribeDDosAttackTopData](https://cloud.tencent.com/document/api/1552/75658)
|
|
382
|
-
|
|
383
|
-
* 新增入参:Area
|
|
384
|
-
|
|
385
|
-
* [DescribeDDosMajorAttackEvent](https://cloud.tencent.com/document/api/1552/75657)
|
|
386
|
-
|
|
387
|
-
* 新增入参:Area
|
|
388
|
-
|
|
389
|
-
* [DescribeOverviewL7Data](https://cloud.tencent.com/document/api/1552/75656)
|
|
390
|
-
|
|
391
|
-
* 新增入参:Area
|
|
392
|
-
|
|
393
|
-
* [DescribeTimingL4Data](https://cloud.tencent.com/document/api/1552/75655)
|
|
394
|
-
|
|
395
|
-
* 新增入参:Area
|
|
396
|
-
|
|
397
|
-
* [DescribeTimingL7AnalysisData](https://cloud.tencent.com/document/api/1552/75654)
|
|
398
|
-
|
|
399
|
-
* 新增入参:Area
|
|
400
|
-
|
|
401
|
-
* [DescribeTimingL7CacheData](https://cloud.tencent.com/document/api/1552/75726)
|
|
402
|
-
|
|
403
|
-
* 新增入参:Area
|
|
404
|
-
|
|
405
|
-
* [DescribeTopL7AnalysisData](https://cloud.tencent.com/document/api/1552/75653)
|
|
406
|
-
|
|
407
|
-
* 新增入参:Area
|
|
408
|
-
|
|
409
|
-
* [DescribeTopL7CacheData](https://cloud.tencent.com/document/api/1552/75725)
|
|
410
|
-
|
|
411
|
-
* 新增入参:Area
|
|
412
|
-
|
|
413
|
-
* [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
|
|
414
|
-
|
|
415
|
-
* 新增入参:Area
|
|
416
|
-
|
|
417
|
-
* [DescribeWebManagedRulesLog](https://cloud.tencent.com/document/api/1552/75650)
|
|
418
|
-
|
|
419
|
-
* 新增入参:Area
|
|
420
|
-
|
|
421
|
-
* [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
|
|
422
|
-
|
|
423
|
-
* 新增入参:Area
|
|
424
|
-
|
|
425
|
-
* [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
|
|
426
|
-
|
|
427
|
-
* 新增入参:Area
|
|
428
|
-
|
|
429
|
-
* [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
|
|
430
|
-
|
|
431
|
-
* 新增入参:Area
|
|
432
|
-
|
|
433
|
-
* [DescribeZoneDetails](https://cloud.tencent.com/document/api/1552/74843)
|
|
434
|
-
|
|
435
|
-
* 新增出参:Area
|
|
436
|
-
|
|
437
|
-
* [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
|
|
438
|
-
|
|
439
|
-
* 新增出参:Area
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
修改数据结构:
|
|
443
|
-
|
|
444
|
-
* [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
|
|
445
|
-
|
|
446
|
-
* 新增成员:Area, BanStatus
|
|
447
|
-
|
|
448
|
-
* [L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)
|
|
449
|
-
|
|
450
|
-
* 新增成员:Area
|
|
451
|
-
|
|
452
|
-
* [Resource](https://cloud.tencent.com/document/api/1552/73155#Resource)
|
|
453
|
-
|
|
454
|
-
* 新增成员:Area
|
|
455
|
-
|
|
456
|
-
* [Zone](https://cloud.tencent.com/document/api/1552/73155#Zone)
|
|
457
|
-
|
|
458
|
-
* 新增成员:Area
|
|
133
|
+
新增接口:
|
|
459
134
|
|
|
135
|
+
* [DescribeTreeResources](https://cloud.tencent.com/document/api/849/79568)
|
|
460
136
|
|
|
461
137
|
|
|
462
138
|
|
|
463
|
-
##
|
|
139
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
464
140
|
|
|
465
|
-
### 第
|
|
141
|
+
### 第 43 次发布
|
|
466
142
|
|
|
467
|
-
发布时间:2022-08-
|
|
143
|
+
发布时间:2022-08-25 06:49:32
|
|
468
144
|
|
|
469
145
|
本次发布包含了以下内容:
|
|
470
146
|
|
|
471
147
|
改善已有的文档。
|
|
472
148
|
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
* [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76246)
|
|
476
|
-
|
|
477
|
-
* 新增入参:Agents, InstanceId
|
|
149
|
+
新增接口:
|
|
478
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)
|
|
479
167
|
|
|
480
168
|
新增数据结构:
|
|
481
169
|
|
|
482
|
-
* [
|
|
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)
|
|
483
174
|
|
|
484
175
|
|
|
485
176
|
|
|
486
177
|
## 云点播(vod) 版本:2018-07-17
|
|
487
178
|
|
|
488
|
-
### 第
|
|
179
|
+
### 第 116 次发布
|
|
489
180
|
|
|
490
|
-
发布时间:2022-08-
|
|
181
|
+
发布时间:2022-08-25 06:58:49
|
|
491
182
|
|
|
492
183
|
本次发布包含了以下内容:
|
|
493
184
|
|
|
@@ -495,54 +186,19 @@
|
|
|
495
186
|
|
|
496
187
|
新增接口:
|
|
497
188
|
|
|
498
|
-
* [
|
|
499
|
-
|
|
500
|
-
### 第 113 次发布
|
|
501
|
-
|
|
502
|
-
发布时间:2022-08-19 06:43:39
|
|
503
|
-
|
|
504
|
-
本次发布包含了以下内容:
|
|
505
|
-
|
|
506
|
-
改善已有的文档。
|
|
189
|
+
* [DescribeDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79586)
|
|
190
|
+
* [SetDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79585)
|
|
507
191
|
|
|
508
192
|
修改接口:
|
|
509
193
|
|
|
510
|
-
* [
|
|
511
|
-
|
|
512
|
-
* 新增入参:ClassId, SourceContext, SessionContext, StreamInfo
|
|
513
|
-
|
|
514
|
-
* [SimpleHlsClip](https://cloud.tencent.com/document/api/266/33428)
|
|
515
|
-
|
|
516
|
-
* 新增入参:ExpireTime, Procedure, ClassId, SourceContext, SessionContext
|
|
517
|
-
|
|
518
|
-
* 新增出参:TaskId
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
新增数据结构:
|
|
522
|
-
|
|
523
|
-
* [LiveRealTimeClipStreamInfo](https://cloud.tencent.com/document/api/266/31773#LiveRealTimeClipStreamInfo)
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
528
|
-
|
|
529
|
-
### 第 5 次发布
|
|
530
|
-
|
|
531
|
-
发布时间:2022-08-22 07:01:10
|
|
532
|
-
|
|
533
|
-
本次发布包含了以下内容:
|
|
534
|
-
|
|
535
|
-
改善已有的文档。
|
|
194
|
+
* [SearchMedia](https://cloud.tencent.com/document/api/266/31813)
|
|
536
195
|
|
|
537
|
-
|
|
196
|
+
* 新增入参:TrtcSdkAppIds, TrtcRoomIds
|
|
538
197
|
|
|
539
|
-
* [DescribeKTVMatchMusics](https://cloud.tencent.com/document/api/1592/79259)
|
|
540
198
|
|
|
541
199
|
新增数据结构:
|
|
542
200
|
|
|
543
|
-
* [
|
|
544
|
-
* [KTVMatchRule](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRule)
|
|
545
|
-
* [KTVMatchRuleMusicInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRuleMusicInfo)
|
|
201
|
+
* [SDMCDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/31773#SDMCDrmKeyProviderInfo)
|
|
546
202
|
|
|
547
203
|
|
|
548
204
|
|
|
@@ -797,6 +453,25 @@
|
|
|
797
453
|
|
|
798
454
|
## 应用合规平台(acp) 版本:2022-01-05
|
|
799
455
|
|
|
456
|
+
### 第 4 次发布
|
|
457
|
+
|
|
458
|
+
发布时间:2022-08-24 06:06:48
|
|
459
|
+
|
|
460
|
+
本次发布包含了以下内容:
|
|
461
|
+
|
|
462
|
+
改善已有的文档。
|
|
463
|
+
|
|
464
|
+
修改接口:
|
|
465
|
+
|
|
466
|
+
* [DescribeResourceUsageInfo](https://cloud.tencent.com/document/api/1553/75518)
|
|
467
|
+
|
|
468
|
+
* 新增入参:Source
|
|
469
|
+
|
|
470
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1553/75162)
|
|
471
|
+
|
|
472
|
+
* 新增出参:ReportResult
|
|
473
|
+
|
|
474
|
+
|
|
800
475
|
### 第 3 次发布
|
|
801
476
|
|
|
802
477
|
发布时间:2022-07-29 06:01:57
|
|
@@ -3065,6 +2740,22 @@
|
|
|
3065
2740
|
|
|
3066
2741
|
## API网关(apigateway) 版本:2018-08-08
|
|
3067
2742
|
|
|
2743
|
+
### 第 32 次发布
|
|
2744
|
+
|
|
2745
|
+
发布时间:2022-08-24 06:08:44
|
|
2746
|
+
|
|
2747
|
+
本次发布包含了以下内容:
|
|
2748
|
+
|
|
2749
|
+
改善已有的文档。
|
|
2750
|
+
|
|
2751
|
+
新增接口:
|
|
2752
|
+
|
|
2753
|
+
* [ImportOpenApi](https://cloud.tencent.com/document/api/628/79383)
|
|
2754
|
+
|
|
2755
|
+
新增数据结构:
|
|
2756
|
+
|
|
2757
|
+
* [CreateApiRspSet](https://cloud.tencent.com/document/api/628/45244#CreateApiRspSet)
|
|
2758
|
+
|
|
3068
2759
|
### 第 31 次发布
|
|
3069
2760
|
|
|
3070
2761
|
发布时间:2022-06-14 06:05:10
|
|
@@ -5709,6 +5400,21 @@
|
|
|
5709
5400
|
|
|
5710
5401
|
## 批量计算(batch) 版本:2017-03-12
|
|
5711
5402
|
|
|
5403
|
+
### 第 42 次发布
|
|
5404
|
+
|
|
5405
|
+
发布时间:2022-08-25 06:10:07
|
|
5406
|
+
|
|
5407
|
+
本次发布包含了以下内容:
|
|
5408
|
+
|
|
5409
|
+
改善已有的文档。
|
|
5410
|
+
|
|
5411
|
+
修改数据结构:
|
|
5412
|
+
|
|
5413
|
+
* [Docker](https://cloud.tencent.com/document/api/599/15912#Docker)
|
|
5414
|
+
|
|
5415
|
+
* 新增成员:MaxRetryCount, DelayOnRetry
|
|
5416
|
+
|
|
5417
|
+
|
|
5712
5418
|
### 第 41 次发布
|
|
5713
5419
|
|
|
5714
5420
|
发布时间:2022-03-31 06:03:07
|
|
@@ -17752,7 +17458,7 @@
|
|
|
17752
17458
|
|
|
17753
17459
|
新增数据结构:
|
|
17754
17460
|
|
|
17755
|
-
* [
|
|
17461
|
+
* [RowParam](https://cloud.tencent.com/document/api/597/40861#RowParam)
|
|
17756
17462
|
|
|
17757
17463
|
修改数据结构:
|
|
17758
17464
|
|
|
@@ -20716,6 +20422,25 @@
|
|
|
20716
20422
|
|
|
20717
20423
|
## 日志服务(cls) 版本:2020-10-16
|
|
20718
20424
|
|
|
20425
|
+
### 第 29 次发布
|
|
20426
|
+
|
|
20427
|
+
发布时间:2022-08-24 06:18:24
|
|
20428
|
+
|
|
20429
|
+
本次发布包含了以下内容:
|
|
20430
|
+
|
|
20431
|
+
改善已有的文档。
|
|
20432
|
+
|
|
20433
|
+
修改接口:
|
|
20434
|
+
|
|
20435
|
+
* [CreateShipper](https://cloud.tencent.com/document/api/614/58747)
|
|
20436
|
+
|
|
20437
|
+
* 新增入参:FilenameMode
|
|
20438
|
+
|
|
20439
|
+
* [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
|
|
20440
|
+
|
|
20441
|
+
* 新增入参:FilenameMode
|
|
20442
|
+
|
|
20443
|
+
|
|
20719
20444
|
### 第 28 次发布
|
|
20720
20445
|
|
|
20721
20446
|
发布时间:2022-08-18 06:14:59
|
|
@@ -21348,6 +21073,37 @@
|
|
|
21348
21073
|
|
|
21349
21074
|
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
21350
21075
|
|
|
21076
|
+
### 第 51 次发布
|
|
21077
|
+
|
|
21078
|
+
发布时间:2022-08-24 06:19:05
|
|
21079
|
+
|
|
21080
|
+
本次发布包含了以下内容:
|
|
21081
|
+
|
|
21082
|
+
改善已有的文档。
|
|
21083
|
+
|
|
21084
|
+
新增数据结构:
|
|
21085
|
+
|
|
21086
|
+
* [MediaCastDestinationInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInfo)
|
|
21087
|
+
* [MediaCastDestinationInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInterruptInfo)
|
|
21088
|
+
* [MediaCastOutputMediaSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastOutputMediaSetting)
|
|
21089
|
+
* [MediaCastPlaySetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastPlaySetting)
|
|
21090
|
+
* [MediaCastProjectInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastProjectInfo)
|
|
21091
|
+
* [MediaCastSourceInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInfo)
|
|
21092
|
+
* [MediaCastSourceInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInterruptInfo)
|
|
21093
|
+
* [MediaCastVideoSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastVideoSetting)
|
|
21094
|
+
* [ProjectMediaCastStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectMediaCastStatusChangedEvent)
|
|
21095
|
+
|
|
21096
|
+
修改数据结构:
|
|
21097
|
+
|
|
21098
|
+
* [EventContent](https://cloud.tencent.com/document/api/1156/40360#EventContent)
|
|
21099
|
+
|
|
21100
|
+
* 新增成员:ProjectMediaCastStatusChangedEvent
|
|
21101
|
+
|
|
21102
|
+
* [ProjectInfo](https://cloud.tencent.com/document/api/1156/40360#ProjectInfo)
|
|
21103
|
+
|
|
21104
|
+
* 新增成员:MediaCastProjectInfo
|
|
21105
|
+
|
|
21106
|
+
|
|
21351
21107
|
### 第 50 次发布
|
|
21352
21108
|
|
|
21353
21109
|
发布时间:2022-06-24 06:09:00
|
|
@@ -27010,7 +26766,7 @@
|
|
|
27010
26766
|
|
|
27011
26767
|
新增数据结构:
|
|
27012
26768
|
|
|
27013
|
-
* [
|
|
26769
|
+
* [Tags](https://cloud.tencent.com/document/api/296/19867#Tags)
|
|
27014
26770
|
|
|
27015
26771
|
修改数据结构:
|
|
27016
26772
|
|
|
@@ -28682,6 +28438,34 @@
|
|
|
28682
28438
|
|
|
28683
28439
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
28684
28440
|
|
|
28441
|
+
### 第 23 次发布
|
|
28442
|
+
|
|
28443
|
+
发布时间:2022-08-25 06:22:53
|
|
28444
|
+
|
|
28445
|
+
本次发布包含了以下内容:
|
|
28446
|
+
|
|
28447
|
+
改善已有的文档。
|
|
28448
|
+
|
|
28449
|
+
新增接口:
|
|
28450
|
+
|
|
28451
|
+
* [[AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)](https://cloud.tencent.com/document/api/#/#)
|
|
28452
|
+
* [[DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)](https://cloud.tencent.com/document/api/#/#)
|
|
28453
|
+
* [[ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)](https://cloud.tencent.com/document/api/#/#)
|
|
28454
|
+
* [[RemoveClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79553)](https://cloud.tencent.com/document/api/#/#)
|
|
28455
|
+
* [[SwitchClusterZone](https://cloud.tencent.com/document/api/1003/79552)](https://cloud.tencent.com/document/api/#/#)
|
|
28456
|
+
|
|
28457
|
+
修改接口:
|
|
28458
|
+
|
|
28459
|
+
* [DescribeRollbackTimeRange](https://cloud.tencent.com/document/api/1003/48092)
|
|
28460
|
+
|
|
28461
|
+
* 新增出参:RollbackTimeRanges
|
|
28462
|
+
|
|
28463
|
+
|
|
28464
|
+
新增数据结构:
|
|
28465
|
+
|
|
28466
|
+
* [[ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)](https://cloud.tencent.com/document/api/1003/48097#[ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo))
|
|
28467
|
+
* [[RollbackTimeRange](https://cloud.tencent.com/document/api/1003/48097#RollbackTimeRange)](https://cloud.tencent.com/document/api/1003/48097#[RollbackTimeRange](https://cloud.tencent.com/document/api/1003/48097#RollbackTimeRange))
|
|
28468
|
+
|
|
28685
28469
|
### 第 22 次发布
|
|
28686
28470
|
|
|
28687
28471
|
发布时间:2022-08-16 06:18:39
|
|
@@ -30830,6 +30614,21 @@
|
|
|
30830
30614
|
|
|
30831
30615
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
30832
30616
|
|
|
30617
|
+
### 第 44 次发布
|
|
30618
|
+
|
|
30619
|
+
发布时间:2022-08-25 06:25:03
|
|
30620
|
+
|
|
30621
|
+
本次发布包含了以下内容:
|
|
30622
|
+
|
|
30623
|
+
改善已有的文档。
|
|
30624
|
+
|
|
30625
|
+
修改接口:
|
|
30626
|
+
|
|
30627
|
+
* [CreateDedicatedClusterDCDBInstance](https://cloud.tencent.com/document/api/557/61369)
|
|
30628
|
+
|
|
30629
|
+
* 新增入参:RollbackInstanceId, RollbackTime
|
|
30630
|
+
|
|
30631
|
+
|
|
30833
30632
|
### 第 43 次发布
|
|
30834
30633
|
|
|
30835
30634
|
发布时间:2022-07-22 06:06:56
|
|
@@ -39558,6 +39357,33 @@
|
|
|
39558
39357
|
|
|
39559
39358
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
39560
39359
|
|
|
39360
|
+
### 第 35 次发布
|
|
39361
|
+
|
|
39362
|
+
发布时间:2022-08-25 06:30:05
|
|
39363
|
+
|
|
39364
|
+
本次发布包含了以下内容:
|
|
39365
|
+
|
|
39366
|
+
改善已有的文档。
|
|
39367
|
+
|
|
39368
|
+
新增接口:
|
|
39369
|
+
|
|
39370
|
+
* [[CreateGlobalDomain](https://cloud.tencent.com/document/api/608/79567)](https://cloud.tencent.com/document/api/#/#)
|
|
39371
|
+
* [[CreateGlobalDomainDns](https://cloud.tencent.com/document/api/608/79566)](https://cloud.tencent.com/document/api/#/#)
|
|
39372
|
+
* [[DeleteGlobalDomain](https://cloud.tencent.com/document/api/608/79565)](https://cloud.tencent.com/document/api/#/#)
|
|
39373
|
+
* [[DeleteGlobalDomainDns](https://cloud.tencent.com/document/api/608/79564)](https://cloud.tencent.com/document/api/#/#)
|
|
39374
|
+
* [[DescribeGlobalDomainDns](https://cloud.tencent.com/document/api/608/79563)](https://cloud.tencent.com/document/api/#/#)
|
|
39375
|
+
* [[DescribeGlobalDomains](https://cloud.tencent.com/document/api/608/79562)](https://cloud.tencent.com/document/api/#/#)
|
|
39376
|
+
* [[DisableGlobalDomain](https://cloud.tencent.com/document/api/608/79561)](https://cloud.tencent.com/document/api/#/#)
|
|
39377
|
+
* [[EnableGlobalDomain](https://cloud.tencent.com/document/api/608/79560)](https://cloud.tencent.com/document/api/#/#)
|
|
39378
|
+
* [[ModifyGlobalDomainAttribute](https://cloud.tencent.com/document/api/608/79559)](https://cloud.tencent.com/document/api/#/#)
|
|
39379
|
+
* [[ModifyGlobalDomainDns](https://cloud.tencent.com/document/api/608/79558)](https://cloud.tencent.com/document/api/#/#)
|
|
39380
|
+
|
|
39381
|
+
新增数据结构:
|
|
39382
|
+
|
|
39383
|
+
* [[Domain](https://cloud.tencent.com/document/api/608/37023#Domain)](https://cloud.tencent.com/document/api/608/37023#[Domain](https://cloud.tencent.com/document/api/608/37023#Domain))
|
|
39384
|
+
* [[GlobalDns](https://cloud.tencent.com/document/api/608/37023#GlobalDns)](https://cloud.tencent.com/document/api/608/37023#[GlobalDns](https://cloud.tencent.com/document/api/608/37023#GlobalDns))
|
|
39385
|
+
* [[ProxyAccessInfo](https://cloud.tencent.com/document/api/608/37023#ProxyAccessInfo)](https://cloud.tencent.com/document/api/608/37023#[ProxyAccessInfo](https://cloud.tencent.com/document/api/608/37023#ProxyAccessInfo))
|
|
39386
|
+
|
|
39561
39387
|
### 第 34 次发布
|
|
39562
39388
|
|
|
39563
39389
|
发布时间:2022-07-29 06:09:17
|
|
@@ -51572,6 +51398,21 @@
|
|
|
51572
51398
|
|
|
51573
51399
|
## 小程序安全(mmps) 版本:2020-07-10
|
|
51574
51400
|
|
|
51401
|
+
### 第 7 次发布
|
|
51402
|
+
|
|
51403
|
+
发布时间:2022-08-25 06:38:57
|
|
51404
|
+
|
|
51405
|
+
本次发布包含了以下内容:
|
|
51406
|
+
|
|
51407
|
+
改善已有的文档。
|
|
51408
|
+
|
|
51409
|
+
修改接口:
|
|
51410
|
+
|
|
51411
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1223/75156)
|
|
51412
|
+
|
|
51413
|
+
* 新增出参:ReportResult
|
|
51414
|
+
|
|
51415
|
+
|
|
51575
51416
|
### 第 6 次发布
|
|
51576
51417
|
|
|
51577
51418
|
发布时间:2022-07-21 15:01:26
|
|
@@ -52304,9 +52145,9 @@
|
|
|
52304
52145
|
|
|
52305
52146
|
新增数据结构:
|
|
52306
52147
|
|
|
52307
|
-
* [
|
|
52308
|
-
* [
|
|
52309
|
-
* [
|
|
52148
|
+
* [CommonNamespaceNew](https://cloud.tencent.com/document/api/248/30354#CommonNamespaceNew)
|
|
52149
|
+
* [DimensionNew](https://cloud.tencent.com/document/api/248/30354#DimensionNew)
|
|
52150
|
+
* [Operator](https://cloud.tencent.com/document/api/248/30354#Operator)
|
|
52310
52151
|
|
|
52311
52152
|
### 第 54 次发布
|
|
52312
52153
|
|
|
@@ -55789,6 +55630,18 @@
|
|
|
55789
55630
|
|
|
55790
55631
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
55791
55632
|
|
|
55633
|
+
### 第 24 次发布
|
|
55634
|
+
|
|
55635
|
+
发布时间:2022-08-25 06:41:36
|
|
55636
|
+
|
|
55637
|
+
本次发布包含了以下内容:
|
|
55638
|
+
|
|
55639
|
+
改善已有的文档。
|
|
55640
|
+
|
|
55641
|
+
新增接口:
|
|
55642
|
+
|
|
55643
|
+
* [[DescribeTreeResources](https://cloud.tencent.com/document/api/849/79568)](https://cloud.tencent.com/document/api/#/#)
|
|
55644
|
+
|
|
55792
55645
|
### 第 23 次发布
|
|
55793
55646
|
|
|
55794
55647
|
发布时间:2022-07-26 06:19:20
|
|
@@ -59300,7 +59153,7 @@
|
|
|
59300
59153
|
|
|
59301
59154
|
新增数据结构:
|
|
59302
59155
|
|
|
59303
|
-
* [
|
|
59156
|
+
* [Notification](https://cloud.tencent.com/document/api/1484/78100#Notification)
|
|
59304
59157
|
|
|
59305
59158
|
### 第 2 次发布
|
|
59306
59159
|
|
|
@@ -66199,8 +66052,8 @@
|
|
|
66199
66052
|
|
|
66200
66053
|
新增数据结构:
|
|
66201
66054
|
|
|
66202
|
-
* [
|
|
66203
|
-
* [
|
|
66055
|
+
* [SyncTableField](https://cloud.tencent.com/document/api/596/39686#SyncTableField)
|
|
66056
|
+
* [SyncTableInfo](https://cloud.tencent.com/document/api/596/39686#SyncTableInfo)
|
|
66204
66057
|
|
|
66205
66058
|
修改数据结构:
|
|
66206
66059
|
|
|
@@ -69057,6 +68910,40 @@
|
|
|
69057
68910
|
|
|
69058
68911
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
69059
68912
|
|
|
68913
|
+
### 第 43 次发布
|
|
68914
|
+
|
|
68915
|
+
发布时间:2022-08-25 06:49:32
|
|
68916
|
+
|
|
68917
|
+
本次发布包含了以下内容:
|
|
68918
|
+
|
|
68919
|
+
改善已有的文档。
|
|
68920
|
+
|
|
68921
|
+
新增接口:
|
|
68922
|
+
|
|
68923
|
+
* [[CreateImageAccelerationService](https://cloud.tencent.com/document/api/1141/79580)](https://cloud.tencent.com/document/api/#/#)
|
|
68924
|
+
* [[CreateInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79579)](https://cloud.tencent.com/document/api/#/#)
|
|
68925
|
+
* [[CreateSecurityPolicies](https://cloud.tencent.com/document/api/1141/79578)](https://cloud.tencent.com/document/api/#/#)
|
|
68926
|
+
* [[CreateSignature](https://cloud.tencent.com/document/api/1141/79571)](https://cloud.tencent.com/document/api/#/#)
|
|
68927
|
+
* [[CreateSignaturePolicy](https://cloud.tencent.com/document/api/1141/79584)](https://cloud.tencent.com/document/api/#/#)
|
|
68928
|
+
* [[DeleteImageAccelerateService](https://cloud.tencent.com/document/api/1141/79577)](https://cloud.tencent.com/document/api/#/#)
|
|
68929
|
+
* [[DeleteInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79576)](https://cloud.tencent.com/document/api/#/#)
|
|
68930
|
+
* [[DeleteReplicationInstance](https://cloud.tencent.com/document/api/1141/79581)](https://cloud.tencent.com/document/api/#/#)
|
|
68931
|
+
* [[DeleteRepositoryTags](https://cloud.tencent.com/document/api/1141/79570)](https://cloud.tencent.com/document/api/#/#)
|
|
68932
|
+
* [[DeleteSignaturePolicy](https://cloud.tencent.com/document/api/1141/79583)](https://cloud.tencent.com/document/api/#/#)
|
|
68933
|
+
* [[DescribeGCJobs](https://cloud.tencent.com/document/api/1141/79569)](https://cloud.tencent.com/document/api/#/#)
|
|
68934
|
+
* [[DescribeImageAccelerateService](https://cloud.tencent.com/document/api/1141/79575)](https://cloud.tencent.com/document/api/#/#)
|
|
68935
|
+
* [[DescribeInstanceAll](https://cloud.tencent.com/document/api/1141/79574)](https://cloud.tencent.com/document/api/#/#)
|
|
68936
|
+
* [[DescribeInstanceAllNamespaces](https://cloud.tencent.com/document/api/1141/79582)](https://cloud.tencent.com/document/api/#/#)
|
|
68937
|
+
* [[DescribeInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79573)](https://cloud.tencent.com/document/api/#/#)
|
|
68938
|
+
* [[DescribeRegions](https://cloud.tencent.com/document/api/1141/79572)](https://cloud.tencent.com/document/api/#/#)
|
|
68939
|
+
|
|
68940
|
+
新增数据结构:
|
|
68941
|
+
|
|
68942
|
+
* [[CustomizedDomainInfo](https://cloud.tencent.com/document/api/1141/41603#CustomizedDomainInfo)](https://cloud.tencent.com/document/api/1141/41603#[CustomizedDomainInfo](https://cloud.tencent.com/document/api/1141/41603#CustomizedDomainInfo))
|
|
68943
|
+
* [[GCJobInfo](https://cloud.tencent.com/document/api/1141/41603#GCJobInfo)](https://cloud.tencent.com/document/api/1141/41603#[GCJobInfo](https://cloud.tencent.com/document/api/1141/41603#GCJobInfo))
|
|
68944
|
+
* [[Region](https://cloud.tencent.com/document/api/1141/41603#Region)](https://cloud.tencent.com/document/api/1141/41603#[Region](https://cloud.tencent.com/document/api/1141/41603#Region))
|
|
68945
|
+
* [[Schedule](https://cloud.tencent.com/document/api/1141/41603#Schedule)](https://cloud.tencent.com/document/api/1141/41603#[Schedule](https://cloud.tencent.com/document/api/1141/41603#Schedule))
|
|
68946
|
+
|
|
69060
68947
|
### 第 42 次发布
|
|
69061
68948
|
|
|
69062
68949
|
发布时间:2022-08-15 06:39:36
|
|
@@ -75564,7 +75451,7 @@
|
|
|
75564
75451
|
|
|
75565
75452
|
新增数据结构:
|
|
75566
75453
|
|
|
75567
|
-
* [
|
|
75454
|
+
* [PrometheusAgentInfo](https://cloud.tencent.com/document/api/457/31866#PrometheusAgentInfo)
|
|
75568
75455
|
|
|
75569
75456
|
### 第 117 次发布
|
|
75570
75457
|
|
|
@@ -79009,6 +78896,25 @@
|
|
|
79009
78896
|
|
|
79010
78897
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
79011
78898
|
|
|
78899
|
+
### 第 26 次发布
|
|
78900
|
+
|
|
78901
|
+
发布时间:2022-08-24 06:56:05
|
|
78902
|
+
|
|
78903
|
+
本次发布包含了以下内容:
|
|
78904
|
+
|
|
78905
|
+
改善已有的文档。
|
|
78906
|
+
|
|
78907
|
+
新增数据结构:
|
|
78908
|
+
|
|
78909
|
+
* [DescribeInstanceRegionInfo](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceRegionInfo)
|
|
78910
|
+
|
|
78911
|
+
修改数据结构:
|
|
78912
|
+
|
|
78913
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
78914
|
+
|
|
78915
|
+
* 新增成员:RegionInfos
|
|
78916
|
+
|
|
78917
|
+
|
|
79012
78918
|
### 第 25 次发布
|
|
79013
78919
|
|
|
79014
78920
|
发布时间:2022-08-10 06:55:45
|
|
@@ -82085,6 +81991,85 @@
|
|
|
82085
81991
|
|
|
82086
81992
|
## 云点播(vod) 版本:2018-07-17
|
|
82087
81993
|
|
|
81994
|
+
### 第 116 次发布
|
|
81995
|
+
|
|
81996
|
+
发布时间:2022-08-25 06:58:49
|
|
81997
|
+
|
|
81998
|
+
本次发布包含了以下内容:
|
|
81999
|
+
|
|
82000
|
+
改善已有的文档。
|
|
82001
|
+
|
|
82002
|
+
新增接口:
|
|
82003
|
+
|
|
82004
|
+
* [[DescribeDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79586)](https://cloud.tencent.com/document/api/#/#)
|
|
82005
|
+
* [[SetDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79585)](https://cloud.tencent.com/document/api/#/#)
|
|
82006
|
+
|
|
82007
|
+
修改接口:
|
|
82008
|
+
|
|
82009
|
+
* [SearchMedia](https://cloud.tencent.com/document/api/266/31813)
|
|
82010
|
+
|
|
82011
|
+
* 新增入参:TrtcSdkAppIds, TrtcRoomIds
|
|
82012
|
+
|
|
82013
|
+
|
|
82014
|
+
新增数据结构:
|
|
82015
|
+
|
|
82016
|
+
* [[SDMCDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/31773#SDMCDrmKeyProviderInfo)](https://cloud.tencent.com/document/api/266/31773#[SDMCDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/31773#SDMCDrmKeyProviderInfo))
|
|
82017
|
+
|
|
82018
|
+
### 第 115 次发布
|
|
82019
|
+
|
|
82020
|
+
发布时间:2022-08-24 06:58:00
|
|
82021
|
+
|
|
82022
|
+
本次发布包含了以下内容:
|
|
82023
|
+
|
|
82024
|
+
改善已有的文档。
|
|
82025
|
+
|
|
82026
|
+
修改接口:
|
|
82027
|
+
|
|
82028
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/43068)
|
|
82029
|
+
|
|
82030
|
+
* 新增入参:DrmKeyProvider
|
|
82031
|
+
|
|
82032
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
82033
|
+
|
|
82034
|
+
* 新增出参:RemoveWatermarkTask
|
|
82035
|
+
|
|
82036
|
+
|
|
82037
|
+
新增数据结构:
|
|
82038
|
+
|
|
82039
|
+
* [AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem)
|
|
82040
|
+
* [RemoveWaterMarkTaskInput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskInput)
|
|
82041
|
+
* [RemoveWaterMarkTaskOutput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskOutput)
|
|
82042
|
+
* [RemoveWatermarkTask](https://cloud.tencent.com/document/api/266/31773#RemoveWatermarkTask)
|
|
82043
|
+
* [SubtitleFormatsOperation](https://cloud.tencent.com/document/api/266/31773#SubtitleFormatsOperation)
|
|
82044
|
+
* [TrtcRecordInfo](https://cloud.tencent.com/document/api/266/31773#TrtcRecordInfo)
|
|
82045
|
+
|
|
82046
|
+
修改数据结构:
|
|
82047
|
+
|
|
82048
|
+
* [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingTemplate)
|
|
82049
|
+
|
|
82050
|
+
* 新增成员:DrmKeyProvider
|
|
82051
|
+
|
|
82052
|
+
* [AiRecognitionTaskAsrFullTextResultOutput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutput)
|
|
82053
|
+
|
|
82054
|
+
* 新增成员:SubtitleSet
|
|
82055
|
+
|
|
82056
|
+
* [AsrFullTextConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfo)
|
|
82057
|
+
|
|
82058
|
+
* 新增成员:SubtitleFormats
|
|
82059
|
+
|
|
82060
|
+
* [AsrFullTextConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfoForUpdate)
|
|
82061
|
+
|
|
82062
|
+
* 新增成员:SubtitleFormatsOperation
|
|
82063
|
+
|
|
82064
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
82065
|
+
|
|
82066
|
+
* 新增成员:RemoveWatermarkCompleteEvent
|
|
82067
|
+
|
|
82068
|
+
* [MediaSourceData](https://cloud.tencent.com/document/api/266/31773#MediaSourceData)
|
|
82069
|
+
|
|
82070
|
+
* 新增成员:TrtcRecordInfo
|
|
82071
|
+
|
|
82072
|
+
|
|
82088
82073
|
### 第 114 次发布
|
|
82089
82074
|
|
|
82090
82075
|
发布时间:2022-08-22 06:57:10
|
|
@@ -82095,7 +82080,7 @@
|
|
|
82095
82080
|
|
|
82096
82081
|
新增接口:
|
|
82097
82082
|
|
|
82098
|
-
* [
|
|
82083
|
+
* [RemoveWatermark](https://cloud.tencent.com/document/api/266/79257)
|
|
82099
82084
|
|
|
82100
82085
|
### 第 113 次发布
|
|
82101
82086
|
|
|
@@ -82120,7 +82105,7 @@
|
|
|
82120
82105
|
|
|
82121
82106
|
新增数据结构:
|
|
82122
82107
|
|
|
82123
|
-
* [
|
|
82108
|
+
* [LiveRealTimeClipStreamInfo](https://cloud.tencent.com/document/api/266/31773#LiveRealTimeClipStreamInfo)
|
|
82124
82109
|
|
|
82125
82110
|
### 第 112 次发布
|
|
82126
82111
|
|
|
@@ -88688,6 +88673,36 @@
|
|
|
88688
88673
|
|
|
88689
88674
|
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
88690
88675
|
|
|
88676
|
+
### 第 6 次发布
|
|
88677
|
+
|
|
88678
|
+
发布时间:2022-08-24 07:02:00
|
|
88679
|
+
|
|
88680
|
+
本次发布包含了以下内容:
|
|
88681
|
+
|
|
88682
|
+
改善已有的文档。
|
|
88683
|
+
|
|
88684
|
+
新增接口:
|
|
88685
|
+
|
|
88686
|
+
* [CreateKTVRobot](https://cloud.tencent.com/document/api/1592/79388)
|
|
88687
|
+
* [DescribeKTVRobots](https://cloud.tencent.com/document/api/1592/79387)
|
|
88688
|
+
* [DestroyKTVRobot](https://cloud.tencent.com/document/api/1592/79386)
|
|
88689
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1592/79385)
|
|
88690
|
+
|
|
88691
|
+
新增数据结构:
|
|
88692
|
+
|
|
88693
|
+
* [JoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#JoinRoomInput)
|
|
88694
|
+
* [KTVRobotInfo](https://cloud.tencent.com/document/api/1592/76191#KTVRobotInfo)
|
|
88695
|
+
* [PlayCommandInput](https://cloud.tencent.com/document/api/1592/76191#PlayCommandInput)
|
|
88696
|
+
* [SeekCommandInput](https://cloud.tencent.com/document/api/1592/76191#SeekCommandInput)
|
|
88697
|
+
* [SendMessageCommandInput](https://cloud.tencent.com/document/api/1592/76191#SendMessageCommandInput)
|
|
88698
|
+
* [SetAudioParamCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetAudioParamCommandInput)
|
|
88699
|
+
* [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetDestroyModeCommandInput)
|
|
88700
|
+
* [SetPlayModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlayModeCommandInput)
|
|
88701
|
+
* [SetPlaylistCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlaylistCommandInput)
|
|
88702
|
+
* [SyncRobotCommand](https://cloud.tencent.com/document/api/1592/76191#SyncRobotCommand)
|
|
88703
|
+
* [TRTCJoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#TRTCJoinRoomInput)
|
|
88704
|
+
* [TimeRange](https://cloud.tencent.com/document/api/1592/76191#TimeRange)
|
|
88705
|
+
|
|
88691
88706
|
### 第 5 次发布
|
|
88692
88707
|
|
|
88693
88708
|
发布时间:2022-08-22 07:01:10
|
|
@@ -88698,13 +88713,13 @@
|
|
|
88698
88713
|
|
|
88699
88714
|
新增接口:
|
|
88700
88715
|
|
|
88701
|
-
* [
|
|
88716
|
+
* [DescribeKTVMatchMusics](https://cloud.tencent.com/document/api/1592/79259)
|
|
88702
88717
|
|
|
88703
88718
|
新增数据结构:
|
|
88704
88719
|
|
|
88705
|
-
* [
|
|
88706
|
-
* [
|
|
88707
|
-
* [
|
|
88720
|
+
* [KTVMatchMusic](https://cloud.tencent.com/document/api/1592/76191#KTVMatchMusic)
|
|
88721
|
+
* [KTVMatchRule](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRule)
|
|
88722
|
+
* [KTVMatchRuleMusicInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRuleMusicInfo)
|
|
88708
88723
|
|
|
88709
88724
|
### 第 4 次发布
|
|
88710
88725
|
|