tencentcloud-sdk-nodejs 4.0.362 → 4.0.365
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 +443 -0
- package/SERVICE_CHANGELOG.md +431 -339
- package/package.json +1 -1
- package/products.md +20 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_models.ts +7 -1
- package/src/services/apm/v20210622/apm_models.ts +6 -1
- package/src/services/asr/v20190614/asr_models.ts +0 -1
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +13 -1
- package/src/services/ccc/v20200210/ccc_models.ts +48 -7
- package/src/services/ciam/v20220331/ciam_client.ts +49 -5
- package/src/services/ciam/v20220331/ciam_models.ts +454 -46
- package/src/services/cloudhsm/v20191112/cloudhsm_client.ts +1 -1
- package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +22 -6
- package/src/services/cpdp/v20190820/cpdp_models.ts +40 -0
- package/src/services/cwp/v20180228/cwp_models.ts +13 -1
- package/src/services/dlc/v20210125/dlc_models.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_client.ts +29 -0
- package/src/services/dnspod/v20210323/dnspod_models.ts +231 -0
- package/src/services/es/v20180416/es_models.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +8 -1
- package/src/services/ssl/v20191205/ssl_models.ts +6 -0
- package/src/services/tbaas/v20180416/tbaas_client.ts +111 -63
- package/src/services/tbaas/v20180416/tbaas_models.ts +1199 -1014
- package/src/services/tcbr/index.ts +5 -0
- package/src/services/tcbr/v20220217/index.ts +6 -0
- package/src/services/tcbr/v20220217/tcbr_client.ts +130 -0
- package/src/services/tcbr/v20220217/tcbr_models.ts +876 -0
- package/src/services/tem/v20210701/tem_client.ts +20 -7
- package/src/services/tem/v20210701/tem_models.ts +125 -11
- package/src/services/teo/v20220106/teo_client.ts +25 -1
- package/src/services/teo/v20220106/teo_models.ts +143 -14
- package/src/services/vm/v20201229/vm_models.ts +7 -1
- package/src/services/vod/v20180717/vod_client.ts +27 -0
- package/src/services/vod/v20180717/vod_models.ts +232 -158
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +6 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +5 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +0 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +42 -7
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +13 -1
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +18 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +388 -39
- package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_client.d.ts +1 -1
- package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +18 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +35 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +11 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +194 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +7 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +5 -0
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +17 -1
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +24 -0
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +1160 -1003
- package/tencentcloud/services/tcbr/index.d.ts +6 -0
- package/tencentcloud/services/tcbr/index.js +7 -0
- package/tencentcloud/services/tcbr/v20220217/index.d.ts +6 -0
- package/tencentcloud/services/tcbr/v20220217/index.js +9 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +38 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +73 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +723 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.js +18 -0
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +7 -3
- package/tencentcloud/services/tem/v20210701/tem_client.js +9 -3
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +106 -10
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +9 -1
- package/tencentcloud/services/teo/v20220106/teo_client.js +12 -0
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +120 -12
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +6 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +15 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +200 -136
- package/test/ccc.v20200210.test.js +10 -0
- package/test/ciam.v20220331.test.js +30 -0
- package/test/dnspod.v20210323.test.js +20 -0
- package/test/tbaas.v20180416.test.js +40 -0
- package/test/tcbr.v20220217.test.js +91 -0
- package/test/tem.v20210701.test.js +12 -2
- package/test/teo.v20220106.test.js +20 -0
- package/test/vod.v20180717.test.js +20 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,224 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 33 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-06-16 06:00:42
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [CreateCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69187)
|
|
16
|
-
|
|
17
|
-
* 新增入参:IsGlobal
|
|
18
|
-
|
|
19
|
-
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
20
|
-
|
|
21
|
-
* 新增入参:FilterTag
|
|
22
|
-
|
|
23
|
-
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
24
|
-
|
|
25
|
-
* 新增入参:FilterTag
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
新增数据结构:
|
|
29
|
-
|
|
30
|
-
* [TagFilter](https://cloud.tencent.com/document/api/1021/57582#TagFilter)
|
|
31
|
-
* [TagInfo](https://cloud.tencent.com/document/api/1021/57582#TagInfo)
|
|
32
|
-
|
|
33
|
-
修改数据结构:
|
|
34
|
-
|
|
35
|
-
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
36
|
-
|
|
37
|
-
* 新增成员:TagInfoList
|
|
38
|
-
|
|
39
|
-
* [BGPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPInstance)
|
|
40
|
-
|
|
41
|
-
* 新增成员:TagInfoList
|
|
42
|
-
|
|
43
|
-
* [BlackWhiteIpRelation](https://cloud.tencent.com/document/api/1021/57582#BlackWhiteIpRelation)
|
|
44
|
-
|
|
45
|
-
* 新增成员:ModifyTime
|
|
46
|
-
|
|
47
|
-
* [PacketFilterRelation](https://cloud.tencent.com/document/api/1021/57582#PacketFilterRelation)
|
|
48
|
-
|
|
49
|
-
* 新增成员:ModifyTime
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
## 账号风控平台(ciam) 版本:2022-03-31
|
|
55
|
-
|
|
56
|
-
### 第 2 次发布
|
|
57
|
-
|
|
58
|
-
发布时间:2022-06-15 19:44:55
|
|
59
|
-
|
|
60
|
-
本次发布包含了以下内容:
|
|
61
|
-
|
|
62
|
-
改善已有的文档。
|
|
63
|
-
|
|
64
|
-
新增接口:
|
|
65
|
-
|
|
66
|
-
* [CreateUser](https://cloud.tencent.com/document/api/1441/75642)
|
|
67
|
-
* [DeleteUsers](https://cloud.tencent.com/document/api/1441/75641)
|
|
68
|
-
* [DescribeUserById](https://cloud.tencent.com/document/api/1441/75640)
|
|
69
|
-
* [LinkAccount](https://cloud.tencent.com/document/api/1441/75639)
|
|
70
|
-
* [ListUser](https://cloud.tencent.com/document/api/1441/75638)
|
|
71
|
-
* [ListUserByProperty](https://cloud.tencent.com/document/api/1441/75637)
|
|
72
|
-
* [SetPassword](https://cloud.tencent.com/document/api/1441/75636)
|
|
73
|
-
* [UpdateUser](https://cloud.tencent.com/document/api/1441/75635)
|
|
74
|
-
* [UpdateUserStatus](https://cloud.tencent.com/document/api/1441/75634)
|
|
75
|
-
|
|
76
|
-
新增数据结构:
|
|
77
|
-
|
|
78
|
-
* [Filter](https://cloud.tencent.com/document/api/1441/75643#Filter)
|
|
79
|
-
* [MemberMap](https://cloud.tencent.com/document/api/1441/75643#MemberMap)
|
|
80
|
-
* [Pageable](https://cloud.tencent.com/document/api/1441/75643#Pageable)
|
|
81
|
-
* [User](https://cloud.tencent.com/document/api/1441/75643#User)
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## 智能保险助手(cii) 版本:2021-04-08
|
|
86
|
-
|
|
87
|
-
### 第 13 次发布
|
|
88
|
-
|
|
89
|
-
发布时间:2022-06-16 06:03:27
|
|
90
|
-
|
|
91
|
-
本次发布包含了以下内容:
|
|
92
|
-
|
|
93
|
-
改善已有的文档。
|
|
94
|
-
|
|
95
|
-
新增数据结构:
|
|
96
|
-
|
|
97
|
-
* [Location](https://cloud.tencent.com/document/api/1368/56853#Location)
|
|
98
|
-
* [OcrRecognise](https://cloud.tencent.com/document/api/1368/56853#OcrRecognise)
|
|
99
|
-
* [Point](https://cloud.tencent.com/document/api/1368/56853#Point)
|
|
100
|
-
|
|
101
|
-
修改数据结构:
|
|
102
|
-
|
|
103
|
-
* [StructureResultObject](https://cloud.tencent.com/document/api/1368/56853#StructureResultObject)
|
|
104
|
-
|
|
105
|
-
* 新增成员:ResultFields
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
## 智能保险助手(cii) 版本:2020-12-10
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
## 云服务器(cvm) 版本:2017-03-12
|
|
115
|
-
|
|
116
|
-
### 第 87 次发布
|
|
117
|
-
|
|
118
|
-
发布时间:2022-06-16 06:04:38
|
|
119
|
-
|
|
120
|
-
本次发布包含了以下内容:
|
|
121
|
-
|
|
122
|
-
改善已有的文档。
|
|
123
|
-
|
|
124
|
-
修改接口:
|
|
125
|
-
|
|
126
|
-
* [CreateKeyPair](https://cloud.tencent.com/document/api/213/15702)
|
|
127
|
-
|
|
128
|
-
* <font color="#dd0000">**修改出参**:</font>KeyPair
|
|
129
|
-
|
|
130
|
-
* [ImportKeyPair](https://cloud.tencent.com/document/api/213/15703)
|
|
131
|
-
|
|
132
|
-
* <font color="#dd0000">**修改出参**:</font>KeyId
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
修改数据结构:
|
|
136
|
-
|
|
137
|
-
* [KeyPair](https://cloud.tencent.com/document/api/213/15753#KeyPair)
|
|
138
|
-
|
|
139
|
-
* 新增成员:Tags
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
## 数据湖计算(dlc) 版本:2021-01-25
|
|
145
|
-
|
|
146
|
-
### 第 21 次发布
|
|
147
|
-
|
|
148
|
-
发布时间:2022-06-16 06:06:01
|
|
149
|
-
|
|
150
|
-
本次发布包含了以下内容:
|
|
151
|
-
|
|
152
|
-
改善已有的文档。
|
|
153
|
-
|
|
154
|
-
新增接口:
|
|
155
|
-
|
|
156
|
-
* [ListTaskJobLogDetail](https://cloud.tencent.com/document/api/1342/75645)
|
|
157
|
-
|
|
158
|
-
新增数据结构:
|
|
159
|
-
|
|
160
|
-
* [JobLogResult](https://cloud.tencent.com/document/api/1342/53778#JobLogResult)
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
## 企业集成服务(eis) 版本:2021-06-01
|
|
165
|
-
|
|
166
|
-
### 第 3 次发布
|
|
167
|
-
|
|
168
|
-
发布时间:2022-06-16 06:06:58
|
|
169
|
-
|
|
170
|
-
本次发布包含了以下内容:
|
|
171
|
-
|
|
172
|
-
改善已有的文档。
|
|
173
|
-
|
|
174
|
-
修改接口:
|
|
175
|
-
|
|
176
|
-
* [ListRuntimeDeployedInstancesMC](https://cloud.tencent.com/document/api/1270/57964)
|
|
177
|
-
|
|
178
|
-
* 新增入参:ApiVersion
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
修改数据结构:
|
|
182
|
-
|
|
183
|
-
* [AbstractRuntimeMC](https://cloud.tencent.com/document/api/1270/57968#AbstractRuntimeMC)
|
|
184
|
-
|
|
185
|
-
* 新增成员:Status, ExpiredAt
|
|
186
|
-
|
|
187
|
-
* [RuntimeMC](https://cloud.tencent.com/document/api/1270/57968#RuntimeMC)
|
|
188
|
-
|
|
189
|
-
* 新增成员:ExpiredAt, ChargeType, ResourceLimitType, AutoRenewal
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
## 企业集成服务(eis) 版本:2020-07-15
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
199
|
-
|
|
200
|
-
### 第 47 次发布
|
|
201
|
-
|
|
202
|
-
发布时间:2022-06-16 06:10:57
|
|
203
|
-
|
|
204
|
-
本次发布包含了以下内容:
|
|
205
|
-
|
|
206
|
-
改善已有的文档。
|
|
207
|
-
|
|
208
|
-
修改接口:
|
|
209
|
-
|
|
210
|
-
* [DescribeTaskList](https://cloud.tencent.com/document/api/239/39374)
|
|
211
|
-
|
|
212
|
-
* 新增入参:Result, OperatorUin
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
3
|
+
## TBaaS(tbaas) 版本:2018-04-16
|
|
218
4
|
|
|
219
|
-
### 第
|
|
5
|
+
### 第 12 次发布
|
|
220
6
|
|
|
221
|
-
发布时间:2022-06-
|
|
7
|
+
发布时间:2022-06-20 15:31:45
|
|
222
8
|
|
|
223
9
|
本次发布包含了以下内容:
|
|
224
10
|
|
|
@@ -226,62 +12,10 @@
|
|
|
226
12
|
|
|
227
13
|
新增接口:
|
|
228
14
|
|
|
229
|
-
* [
|
|
230
|
-
* [
|
|
231
|
-
* [
|
|
232
|
-
* [
|
|
233
|
-
* [DescribeDDosAttackSourceEvent](https://cloud.tencent.com/document/api/1552/75659)
|
|
234
|
-
* [DescribeDDosAttackTopData](https://cloud.tencent.com/document/api/1552/75658)
|
|
235
|
-
* [DescribeDDosMajorAttackEvent](https://cloud.tencent.com/document/api/1552/75657)
|
|
236
|
-
* [DescribeOverviewL7Data](https://cloud.tencent.com/document/api/1552/75656)
|
|
237
|
-
* [DescribeTimingL4Data](https://cloud.tencent.com/document/api/1552/75655)
|
|
238
|
-
* [DescribeTimingL7AnalysisData](https://cloud.tencent.com/document/api/1552/75654)
|
|
239
|
-
* [DescribeTopL7AnalysisData](https://cloud.tencent.com/document/api/1552/75653)
|
|
240
|
-
* [DescribeWebManagedRulesAttackEvents](https://cloud.tencent.com/document/api/1552/75652)
|
|
241
|
-
* [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
|
|
242
|
-
* [DescribeWebManagedRulesLog](https://cloud.tencent.com/document/api/1552/75650)
|
|
243
|
-
* [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
|
|
244
|
-
* [DescribeWebProtectionAttackEvents](https://cloud.tencent.com/document/api/1552/75648)
|
|
245
|
-
* [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
|
|
246
|
-
* [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
|
|
247
|
-
|
|
248
|
-
修改接口:
|
|
249
|
-
|
|
250
|
-
* [DescribeSecurityPolicyManagedRulesId](https://cloud.tencent.com/document/api/1552/75106)
|
|
251
|
-
|
|
252
|
-
* 新增出参:Count
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
新增数据结构:
|
|
256
|
-
|
|
257
|
-
* [BotLog](https://cloud.tencent.com/document/api/1552/73155#BotLog)
|
|
258
|
-
* [BotLogData](https://cloud.tencent.com/document/api/1552/73155#BotLogData)
|
|
259
|
-
* [CCInterceptEvent](https://cloud.tencent.com/document/api/1552/73155#CCInterceptEvent)
|
|
260
|
-
* [CCInterceptEventData](https://cloud.tencent.com/document/api/1552/73155#CCInterceptEventData)
|
|
261
|
-
* [CCLog](https://cloud.tencent.com/document/api/1552/73155#CCLog)
|
|
262
|
-
* [CCLogData](https://cloud.tencent.com/document/api/1552/73155#CCLogData)
|
|
263
|
-
* [DDosAttackEvent](https://cloud.tencent.com/document/api/1552/73155#DDosAttackEvent)
|
|
264
|
-
* [DDosAttackEventData](https://cloud.tencent.com/document/api/1552/73155#DDosAttackEventData)
|
|
265
|
-
* [DDosAttackEventDetailData](https://cloud.tencent.com/document/api/1552/73155#DDosAttackEventDetailData)
|
|
266
|
-
* [DDosAttackSourceEvent](https://cloud.tencent.com/document/api/1552/73155#DDosAttackSourceEvent)
|
|
267
|
-
* [DDosAttackSourceEventData](https://cloud.tencent.com/document/api/1552/73155#DDosAttackSourceEventData)
|
|
268
|
-
* [DDosMajorAttackEvent](https://cloud.tencent.com/document/api/1552/73155#DDosMajorAttackEvent)
|
|
269
|
-
* [DDosMajorAttackEventData](https://cloud.tencent.com/document/api/1552/73155#DDosMajorAttackEventData)
|
|
270
|
-
* [Filter](https://cloud.tencent.com/document/api/1552/73155#Filter)
|
|
271
|
-
* [QueryCondition](https://cloud.tencent.com/document/api/1552/73155#QueryCondition)
|
|
272
|
-
* [SecEntry](https://cloud.tencent.com/document/api/1552/73155#SecEntry)
|
|
273
|
-
* [SecEntryValue](https://cloud.tencent.com/document/api/1552/73155#SecEntryValue)
|
|
274
|
-
* [TimingDataItem](https://cloud.tencent.com/document/api/1552/73155#TimingDataItem)
|
|
275
|
-
* [TimingDataRecord](https://cloud.tencent.com/document/api/1552/73155#TimingDataRecord)
|
|
276
|
-
* [TimingTypeValue](https://cloud.tencent.com/document/api/1552/73155#TimingTypeValue)
|
|
277
|
-
* [TopDataRecord](https://cloud.tencent.com/document/api/1552/73155#TopDataRecord)
|
|
278
|
-
* [TopDetailData](https://cloud.tencent.com/document/api/1552/73155#TopDetailData)
|
|
279
|
-
* [TopNEntry](https://cloud.tencent.com/document/api/1552/73155#TopNEntry)
|
|
280
|
-
* [TopNEntryValue](https://cloud.tencent.com/document/api/1552/73155#TopNEntryValue)
|
|
281
|
-
* [WebAttackEvent](https://cloud.tencent.com/document/api/1552/73155#WebAttackEvent)
|
|
282
|
-
* [WebEventData](https://cloud.tencent.com/document/api/1552/73155#WebEventData)
|
|
283
|
-
* [WebLogData](https://cloud.tencent.com/document/api/1552/73155#WebLogData)
|
|
284
|
-
* [WebLogs](https://cloud.tencent.com/document/api/1552/73155#WebLogs)
|
|
15
|
+
* [InvokeChainMakerDemoContract](https://cloud.tencent.com/document/api/663/75766)
|
|
16
|
+
* [QueryChainMakerDemoBlockTransaction](https://cloud.tencent.com/document/api/663/75765)
|
|
17
|
+
* [QueryChainMakerDemoContract](https://cloud.tencent.com/document/api/663/75764)
|
|
18
|
+
* [QueryChainMakerDemoTransaction](https://cloud.tencent.com/document/api/663/75763)
|
|
285
19
|
|
|
286
20
|
|
|
287
21
|
|
|
@@ -1544,6 +1278,21 @@
|
|
|
1544
1278
|
|
|
1545
1279
|
## 音频内容检测(ams) 版本:2020-12-29
|
|
1546
1280
|
|
|
1281
|
+
### 第 6 次发布
|
|
1282
|
+
|
|
1283
|
+
发布时间:2022-06-17 06:02:19
|
|
1284
|
+
|
|
1285
|
+
本次发布包含了以下内容:
|
|
1286
|
+
|
|
1287
|
+
改善已有的文档。
|
|
1288
|
+
|
|
1289
|
+
修改接口:
|
|
1290
|
+
|
|
1291
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1219/53256)
|
|
1292
|
+
|
|
1293
|
+
* 新增出参:Label
|
|
1294
|
+
|
|
1295
|
+
|
|
1547
1296
|
### 第 5 次发布
|
|
1548
1297
|
|
|
1549
1298
|
发布时间:2022-06-09 06:05:24
|
|
@@ -1689,8 +1438,8 @@
|
|
|
1689
1438
|
|
|
1690
1439
|
新增数据结构:
|
|
1691
1440
|
|
|
1692
|
-
* [
|
|
1693
|
-
* [
|
|
1441
|
+
* [TagFilter](https://cloud.tencent.com/document/api/1021/57582#TagFilter)
|
|
1442
|
+
* [TagInfo](https://cloud.tencent.com/document/api/1021/57582#TagInfo)
|
|
1694
1443
|
|
|
1695
1444
|
修改数据结构:
|
|
1696
1445
|
|
|
@@ -3330,6 +3079,21 @@
|
|
|
3330
3079
|
|
|
3331
3080
|
## 应用性能观测(apm) 版本:2021-06-22
|
|
3332
3081
|
|
|
3082
|
+
### 第 10 次发布
|
|
3083
|
+
|
|
3084
|
+
发布时间:2022-06-20 06:02:33
|
|
3085
|
+
|
|
3086
|
+
本次发布包含了以下内容:
|
|
3087
|
+
|
|
3088
|
+
改善已有的文档。
|
|
3089
|
+
|
|
3090
|
+
修改接口:
|
|
3091
|
+
|
|
3092
|
+
* [DescribeApmAgent](https://cloud.tencent.com/document/api/1463/64926)
|
|
3093
|
+
|
|
3094
|
+
* 新增入参:ReportMethod
|
|
3095
|
+
|
|
3096
|
+
|
|
3333
3097
|
### 第 9 次发布
|
|
3334
3098
|
|
|
3335
3099
|
发布时间:2022-05-17 10:51:16
|
|
@@ -10348,6 +10112,18 @@
|
|
|
10348
10112
|
|
|
10349
10113
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
10350
10114
|
|
|
10115
|
+
### 第 26 次发布
|
|
10116
|
+
|
|
10117
|
+
发布时间:2022-06-20 06:03:42
|
|
10118
|
+
|
|
10119
|
+
本次发布包含了以下内容:
|
|
10120
|
+
|
|
10121
|
+
改善已有的文档。
|
|
10122
|
+
|
|
10123
|
+
新增接口:
|
|
10124
|
+
|
|
10125
|
+
* [CreateCCCSkillGroup](https://cloud.tencent.com/document/api/679/75751)
|
|
10126
|
+
|
|
10351
10127
|
### 第 25 次发布
|
|
10352
10128
|
|
|
10353
10129
|
发布时间:2022-05-24 06:07:44
|
|
@@ -16176,6 +15952,67 @@
|
|
|
16176
15952
|
|
|
16177
15953
|
## 账号风控平台(ciam) 版本:2022-03-31
|
|
16178
15954
|
|
|
15955
|
+
### 第 5 次发布
|
|
15956
|
+
|
|
15957
|
+
发布时间:2022-06-17 10:12:20
|
|
15958
|
+
|
|
15959
|
+
本次发布包含了以下内容:
|
|
15960
|
+
|
|
15961
|
+
改善已有的文档。
|
|
15962
|
+
|
|
15963
|
+
新增数据结构:
|
|
15964
|
+
|
|
15965
|
+
* [SaltLocationRule](https://cloud.tencent.com/document/api/1441/75643#SaltLocationRule)
|
|
15966
|
+
|
|
15967
|
+
修改数据结构:
|
|
15968
|
+
|
|
15969
|
+
* [SaltLocation](https://cloud.tencent.com/document/api/1441/75643#SaltLocation)
|
|
15970
|
+
|
|
15971
|
+
* 新增成员:SaltLocationTypeEnum, SaltLocationRule
|
|
15972
|
+
|
|
15973
|
+
|
|
15974
|
+
### 第 4 次发布
|
|
15975
|
+
|
|
15976
|
+
发布时间:2022-06-16 19:58:34
|
|
15977
|
+
|
|
15978
|
+
本次发布包含了以下内容:
|
|
15979
|
+
|
|
15980
|
+
改善已有的文档。
|
|
15981
|
+
|
|
15982
|
+
新增数据结构:
|
|
15983
|
+
|
|
15984
|
+
* [Salt](https://cloud.tencent.com/document/api/1441/75643#Salt)
|
|
15985
|
+
* [SaltLocation](https://cloud.tencent.com/document/api/1441/75643#SaltLocation)
|
|
15986
|
+
|
|
15987
|
+
修改数据结构:
|
|
15988
|
+
|
|
15989
|
+
* [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
|
|
15990
|
+
|
|
15991
|
+
* 新增成员:UserName, PhoneNumber, Email, ResidentIdentityCard, Nickname, Address, UserGroup, QqOpenId, QqUnionId, WechatOpenId, WechatUnionId, AlipayUserId, Description, Birthdate, Name, Locale, Gender, IdentityVerificationMethod, IdentityVerified, Job, Nationality, Zone, Password, CustomizationAttributes, Salt, PasswordEncryptTypeEnum
|
|
15992
|
+
|
|
15993
|
+
|
|
15994
|
+
### 第 3 次发布
|
|
15995
|
+
|
|
15996
|
+
发布时间:2022-06-16 19:08:56
|
|
15997
|
+
|
|
15998
|
+
本次发布包含了以下内容:
|
|
15999
|
+
|
|
16000
|
+
改善已有的文档。
|
|
16001
|
+
|
|
16002
|
+
新增接口:
|
|
16003
|
+
|
|
16004
|
+
* [CreateApiImportUserJob](https://cloud.tencent.com/document/api/1441/75705)
|
|
16005
|
+
* [CreateFileExportUserJob](https://cloud.tencent.com/document/api/1441/75704)
|
|
16006
|
+
* [ListJobs](https://cloud.tencent.com/document/api/1441/75703)
|
|
16007
|
+
|
|
16008
|
+
新增数据结构:
|
|
16009
|
+
|
|
16010
|
+
* [ErrorDetails](https://cloud.tencent.com/document/api/1441/75643#ErrorDetails)
|
|
16011
|
+
* [ExportPropertyMap](https://cloud.tencent.com/document/api/1441/75643#ExportPropertyMap)
|
|
16012
|
+
* [FailedUsers](https://cloud.tencent.com/document/api/1441/75643#FailedUsers)
|
|
16013
|
+
* [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
|
|
16014
|
+
* [Job](https://cloud.tencent.com/document/api/1441/75643#Job)
|
|
16015
|
+
|
|
16179
16016
|
### 第 2 次发布
|
|
16180
16017
|
|
|
16181
16018
|
发布时间:2022-06-15 19:44:55
|
|
@@ -16186,22 +16023,22 @@
|
|
|
16186
16023
|
|
|
16187
16024
|
新增接口:
|
|
16188
16025
|
|
|
16189
|
-
* [
|
|
16190
|
-
* [
|
|
16191
|
-
* [
|
|
16192
|
-
* [
|
|
16193
|
-
* [
|
|
16194
|
-
* [
|
|
16195
|
-
* [
|
|
16196
|
-
* [
|
|
16197
|
-
* [
|
|
16026
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1441/75642)
|
|
16027
|
+
* [DeleteUsers](https://cloud.tencent.com/document/api/1441/75641)
|
|
16028
|
+
* [DescribeUserById](https://cloud.tencent.com/document/api/1441/75640)
|
|
16029
|
+
* [LinkAccount](https://cloud.tencent.com/document/api/1441/75639)
|
|
16030
|
+
* [ListUser](https://cloud.tencent.com/document/api/1441/75638)
|
|
16031
|
+
* [ListUserByProperty](https://cloud.tencent.com/document/api/1441/75637)
|
|
16032
|
+
* [SetPassword](https://cloud.tencent.com/document/api/1441/75636)
|
|
16033
|
+
* [UpdateUser](https://cloud.tencent.com/document/api/1441/75635)
|
|
16034
|
+
* [UpdateUserStatus](https://cloud.tencent.com/document/api/1441/75634)
|
|
16198
16035
|
|
|
16199
16036
|
新增数据结构:
|
|
16200
16037
|
|
|
16201
|
-
* [
|
|
16202
|
-
* [
|
|
16203
|
-
* [
|
|
16204
|
-
* [
|
|
16038
|
+
* [Filter](https://cloud.tencent.com/document/api/1441/75643#Filter)
|
|
16039
|
+
* [MemberMap](https://cloud.tencent.com/document/api/1441/75643#MemberMap)
|
|
16040
|
+
* [Pageable](https://cloud.tencent.com/document/api/1441/75643#Pageable)
|
|
16041
|
+
* [User](https://cloud.tencent.com/document/api/1441/75643#User)
|
|
16205
16042
|
|
|
16206
16043
|
### 第 1 次发布
|
|
16207
16044
|
|
|
@@ -16253,9 +16090,9 @@
|
|
|
16253
16090
|
|
|
16254
16091
|
新增数据结构:
|
|
16255
16092
|
|
|
16256
|
-
* [
|
|
16257
|
-
* [
|
|
16258
|
-
* [
|
|
16093
|
+
* [Location](https://cloud.tencent.com/document/api/1368/56853#Location)
|
|
16094
|
+
* [OcrRecognise](https://cloud.tencent.com/document/api/1368/56853#OcrRecognise)
|
|
16095
|
+
* [Point](https://cloud.tencent.com/document/api/1368/56853#Point)
|
|
16259
16096
|
|
|
16260
16097
|
修改数据结构:
|
|
16261
16098
|
|
|
@@ -19047,6 +18884,29 @@
|
|
|
19047
18884
|
|
|
19048
18885
|
## 云加密机(cloudhsm) 版本:2019-11-12
|
|
19049
18886
|
|
|
18887
|
+
### 第 5 次发布
|
|
18888
|
+
|
|
18889
|
+
发布时间:2022-06-20 06:05:03
|
|
18890
|
+
|
|
18891
|
+
本次发布包含了以下内容:
|
|
18892
|
+
|
|
18893
|
+
改善已有的文档。
|
|
18894
|
+
|
|
18895
|
+
修改接口:
|
|
18896
|
+
|
|
18897
|
+
* [DescribeSupportedHsm](https://cloud.tencent.com/document/api/639/56372)
|
|
18898
|
+
|
|
18899
|
+
* 新增入参:HsmType
|
|
18900
|
+
|
|
18901
|
+
* [DescribeVsms](https://cloud.tencent.com/document/api/639/41443)
|
|
18902
|
+
|
|
18903
|
+
* 新增入参:HsmType
|
|
18904
|
+
|
|
18905
|
+
* [InquiryPriceBuyVsm](https://cloud.tencent.com/document/api/639/41442)
|
|
18906
|
+
|
|
18907
|
+
* 新增入参:HsmType
|
|
18908
|
+
|
|
18909
|
+
|
|
19050
18910
|
### 第 4 次发布
|
|
19051
18911
|
|
|
19052
18912
|
发布时间:2021-05-28 08:09:58
|
|
@@ -21213,6 +21073,37 @@
|
|
|
21213
21073
|
|
|
21214
21074
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
21215
21075
|
|
|
21076
|
+
### 第 68 次发布
|
|
21077
|
+
|
|
21078
|
+
发布时间:2022-06-20 06:05:27
|
|
21079
|
+
|
|
21080
|
+
本次发布包含了以下内容:
|
|
21081
|
+
|
|
21082
|
+
改善已有的文档。
|
|
21083
|
+
|
|
21084
|
+
修改接口:
|
|
21085
|
+
|
|
21086
|
+
* [ApplyOpenBankOrderDetailReceipt](https://cloud.tencent.com/document/api/1122/73065)
|
|
21087
|
+
|
|
21088
|
+
* 新增入参:Environment
|
|
21089
|
+
|
|
21090
|
+
* [CreateOpenBankExternalSubMerchantAccountBook](https://cloud.tencent.com/document/api/1122/73064)
|
|
21091
|
+
|
|
21092
|
+
* 新增入参:Environment
|
|
21093
|
+
|
|
21094
|
+
* [CreateOpenBankRechargeOrder](https://cloud.tencent.com/document/api/1122/73063)
|
|
21095
|
+
|
|
21096
|
+
* 新增入参:Environment
|
|
21097
|
+
|
|
21098
|
+
* [QueryOpenBankExternalSubAccountBookBalance](https://cloud.tencent.com/document/api/1122/73062)
|
|
21099
|
+
|
|
21100
|
+
* 新增入参:Environment
|
|
21101
|
+
|
|
21102
|
+
* [QueryOpenBankOrderDetailReceiptInfo](https://cloud.tencent.com/document/api/1122/73061)
|
|
21103
|
+
|
|
21104
|
+
* 新增入参:Environment
|
|
21105
|
+
|
|
21106
|
+
|
|
21216
21107
|
### 第 67 次发布
|
|
21217
21108
|
|
|
21218
21109
|
发布时间:2022-06-07 06:04:05
|
|
@@ -24837,6 +24728,21 @@
|
|
|
24837
24728
|
|
|
24838
24729
|
## 主机安全(cwp) 版本:2018-02-28
|
|
24839
24730
|
|
|
24731
|
+
### 第 44 次发布
|
|
24732
|
+
|
|
24733
|
+
发布时间:2022-06-20 06:06:12
|
|
24734
|
+
|
|
24735
|
+
本次发布包含了以下内容:
|
|
24736
|
+
|
|
24737
|
+
改善已有的文档。
|
|
24738
|
+
|
|
24739
|
+
修改数据结构:
|
|
24740
|
+
|
|
24741
|
+
* [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
|
|
24742
|
+
|
|
24743
|
+
* 新增成员:FirstDiscoveryTime, InstanceState
|
|
24744
|
+
|
|
24745
|
+
|
|
24840
24746
|
### 第 43 次发布
|
|
24841
24747
|
|
|
24842
24748
|
发布时间:2022-06-10 06:05:46
|
|
@@ -29070,11 +28976,11 @@
|
|
|
29070
28976
|
|
|
29071
28977
|
新增接口:
|
|
29072
28978
|
|
|
29073
|
-
* [
|
|
28979
|
+
* [ListTaskJobLogDetail](https://cloud.tencent.com/document/api/1342/75645)
|
|
29074
28980
|
|
|
29075
28981
|
新增数据结构:
|
|
29076
28982
|
|
|
29077
|
-
* [
|
|
28983
|
+
* [JobLogResult](https://cloud.tencent.com/document/api/1342/53778#JobLogResult)
|
|
29078
28984
|
|
|
29079
28985
|
### 第 20 次发布
|
|
29080
28986
|
|
|
@@ -29589,6 +29495,27 @@
|
|
|
29589
29495
|
|
|
29590
29496
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
29591
29497
|
|
|
29498
|
+
### 第 5 次发布
|
|
29499
|
+
|
|
29500
|
+
发布时间:2022-06-20 06:07:25
|
|
29501
|
+
|
|
29502
|
+
本次发布包含了以下内容:
|
|
29503
|
+
|
|
29504
|
+
改善已有的文档。
|
|
29505
|
+
|
|
29506
|
+
新增接口:
|
|
29507
|
+
|
|
29508
|
+
* [DescribeDomainAnalytics](https://cloud.tencent.com/document/api/1427/75753)
|
|
29509
|
+
* [DescribeSubdomainAnalytics](https://cloud.tencent.com/document/api/1427/75752)
|
|
29510
|
+
|
|
29511
|
+
新增数据结构:
|
|
29512
|
+
|
|
29513
|
+
* [DomainAliasAnalyticsItem](https://cloud.tencent.com/document/api/1427/56185#DomainAliasAnalyticsItem)
|
|
29514
|
+
* [DomainAnalyticsDetail](https://cloud.tencent.com/document/api/1427/56185#DomainAnalyticsDetail)
|
|
29515
|
+
* [DomainAnalyticsInfo](https://cloud.tencent.com/document/api/1427/56185#DomainAnalyticsInfo)
|
|
29516
|
+
* [SubdomainAliasAnalyticsItem](https://cloud.tencent.com/document/api/1427/56185#SubdomainAliasAnalyticsItem)
|
|
29517
|
+
* [SubdomainAnalyticsInfo](https://cloud.tencent.com/document/api/1427/56185#SubdomainAnalyticsInfo)
|
|
29518
|
+
|
|
29592
29519
|
### 第 4 次发布
|
|
29593
29520
|
|
|
29594
29521
|
发布时间:2022-05-19 06:11:31
|
|
@@ -33822,6 +33749,21 @@
|
|
|
33822
33749
|
|
|
33823
33750
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
33824
33751
|
|
|
33752
|
+
### 第 28 次发布
|
|
33753
|
+
|
|
33754
|
+
发布时间:2022-06-20 06:08:20
|
|
33755
|
+
|
|
33756
|
+
本次发布包含了以下内容:
|
|
33757
|
+
|
|
33758
|
+
改善已有的文档。
|
|
33759
|
+
|
|
33760
|
+
修改数据结构:
|
|
33761
|
+
|
|
33762
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
33763
|
+
|
|
33764
|
+
* 新增成员:EsConfigSets
|
|
33765
|
+
|
|
33766
|
+
|
|
33825
33767
|
### 第 27 次发布
|
|
33826
33768
|
|
|
33827
33769
|
发布时间:2022-05-25 06:08:55
|
|
@@ -51486,6 +51428,21 @@
|
|
|
51486
51428
|
|
|
51487
51429
|
## 文字识别(ocr) 版本:2018-11-19
|
|
51488
51430
|
|
|
51431
|
+
### 第 70 次发布
|
|
51432
|
+
|
|
51433
|
+
发布时间:2022-06-17 06:11:40
|
|
51434
|
+
|
|
51435
|
+
本次发布包含了以下内容:
|
|
51436
|
+
|
|
51437
|
+
改善已有的文档。
|
|
51438
|
+
|
|
51439
|
+
修改接口:
|
|
51440
|
+
|
|
51441
|
+
* [RecognizeHealthCodeOCR](https://cloud.tencent.com/document/api/866/68580)
|
|
51442
|
+
|
|
51443
|
+
* 新增出参:Vaccination
|
|
51444
|
+
|
|
51445
|
+
|
|
51489
51446
|
### 第 69 次发布
|
|
51490
51447
|
|
|
51491
51448
|
发布时间:2022-06-14 06:15:05
|
|
@@ -58731,6 +58688,21 @@
|
|
|
58731
58688
|
|
|
58732
58689
|
## 证书(ssl) 版本:2019-12-05
|
|
58733
58690
|
|
|
58691
|
+
### 第 15 次发布
|
|
58692
|
+
|
|
58693
|
+
发布时间:2022-06-20 06:13:03
|
|
58694
|
+
|
|
58695
|
+
本次发布包含了以下内容:
|
|
58696
|
+
|
|
58697
|
+
改善已有的文档。
|
|
58698
|
+
|
|
58699
|
+
修改数据结构:
|
|
58700
|
+
|
|
58701
|
+
* [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
|
|
58702
|
+
|
|
58703
|
+
* 新增成员:IsIgnore
|
|
58704
|
+
|
|
58705
|
+
|
|
58734
58706
|
### 第 14 次发布
|
|
58735
58707
|
|
|
58736
58708
|
发布时间:2022-06-13 06:16:49
|
|
@@ -60224,6 +60196,21 @@
|
|
|
60224
60196
|
|
|
60225
60197
|
## TBaaS(tbaas) 版本:2018-04-16
|
|
60226
60198
|
|
|
60199
|
+
### 第 12 次发布
|
|
60200
|
+
|
|
60201
|
+
发布时间:2022-06-20 15:31:45
|
|
60202
|
+
|
|
60203
|
+
本次发布包含了以下内容:
|
|
60204
|
+
|
|
60205
|
+
改善已有的文档。
|
|
60206
|
+
|
|
60207
|
+
新增接口:
|
|
60208
|
+
|
|
60209
|
+
* [[InvokeChainMakerDemoContract](https://cloud.tencent.com/document/api/663/75766)](https://cloud.tencent.com/document/api/#/#)
|
|
60210
|
+
* [[QueryChainMakerDemoBlockTransaction](https://cloud.tencent.com/document/api/663/75765)](https://cloud.tencent.com/document/api/#/#)
|
|
60211
|
+
* [[QueryChainMakerDemoContract](https://cloud.tencent.com/document/api/663/75764)](https://cloud.tencent.com/document/api/#/#)
|
|
60212
|
+
* [[QueryChainMakerDemoTransaction](https://cloud.tencent.com/document/api/663/75763)](https://cloud.tencent.com/document/api/#/#)
|
|
60213
|
+
|
|
60227
60214
|
### 第 11 次发布
|
|
60228
60215
|
|
|
60229
60216
|
发布时间:2021-08-24 08:09:26
|
|
@@ -62651,6 +62638,47 @@
|
|
|
62651
62638
|
|
|
62652
62639
|
|
|
62653
62640
|
|
|
62641
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
62642
|
+
|
|
62643
|
+
### 第 1 次发布
|
|
62644
|
+
|
|
62645
|
+
发布时间:2022-06-16 14:56:04
|
|
62646
|
+
|
|
62647
|
+
本次发布包含了以下内容:
|
|
62648
|
+
|
|
62649
|
+
改善已有的文档。
|
|
62650
|
+
|
|
62651
|
+
新增接口:
|
|
62652
|
+
|
|
62653
|
+
* [CreateCloudRunEnv](https://cloud.tencent.com/document/api/1243/75707)
|
|
62654
|
+
* [CreateCloudRunServer](https://cloud.tencent.com/document/api/1243/75712)
|
|
62655
|
+
* [DescribeCloudRunEnvs](https://cloud.tencent.com/document/api/1243/75706)
|
|
62656
|
+
* [DescribeCloudRunServerDetail](https://cloud.tencent.com/document/api/1243/75711)
|
|
62657
|
+
* [DescribeCloudRunServers](https://cloud.tencent.com/document/api/1243/75710)
|
|
62658
|
+
* [DescribeEnvBaseInfo](https://cloud.tencent.com/document/api/1243/75701)
|
|
62659
|
+
* [UpdateCloudRunServer](https://cloud.tencent.com/document/api/1243/75709)
|
|
62660
|
+
|
|
62661
|
+
新增数据结构:
|
|
62662
|
+
|
|
62663
|
+
* [BuildPacksInfo](https://cloud.tencent.com/document/api/1243/75713#BuildPacksInfo)
|
|
62664
|
+
* [ClsInfo](https://cloud.tencent.com/document/api/1243/75713#ClsInfo)
|
|
62665
|
+
* [DatabasesInfo](https://cloud.tencent.com/document/api/1243/75713#DatabasesInfo)
|
|
62666
|
+
* [DeployParam](https://cloud.tencent.com/document/api/1243/75713#DeployParam)
|
|
62667
|
+
* [EnvBaseInfo](https://cloud.tencent.com/document/api/1243/75713#EnvBaseInfo)
|
|
62668
|
+
* [EnvInfo](https://cloud.tencent.com/document/api/1243/75713#EnvInfo)
|
|
62669
|
+
* [FunctionInfo](https://cloud.tencent.com/document/api/1243/75713#FunctionInfo)
|
|
62670
|
+
* [HpaPolicy](https://cloud.tencent.com/document/api/1243/75713#HpaPolicy)
|
|
62671
|
+
* [LogServiceInfo](https://cloud.tencent.com/document/api/1243/75713#LogServiceInfo)
|
|
62672
|
+
* [RepositoryInfo](https://cloud.tencent.com/document/api/1243/75713#RepositoryInfo)
|
|
62673
|
+
* [ServerBaseConfig](https://cloud.tencent.com/document/api/1243/75713#ServerBaseConfig)
|
|
62674
|
+
* [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
|
|
62675
|
+
* [StaticStorageInfo](https://cloud.tencent.com/document/api/1243/75713#StaticStorageInfo)
|
|
62676
|
+
* [StorageInfo](https://cloud.tencent.com/document/api/1243/75713#StorageInfo)
|
|
62677
|
+
* [Tag](https://cloud.tencent.com/document/api/1243/75713#Tag)
|
|
62678
|
+
|
|
62679
|
+
|
|
62680
|
+
|
|
62681
|
+
|
|
62654
62682
|
## 腾讯云释义(tcex) 版本:2020-07-27
|
|
62655
62683
|
|
|
62656
62684
|
### 第 1 次发布
|
|
@@ -65947,6 +65975,22 @@
|
|
|
65947
65975
|
|
|
65948
65976
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
65949
65977
|
|
|
65978
|
+
### 第 18 次发布
|
|
65979
|
+
|
|
65980
|
+
发布时间:2022-06-20 06:14:36
|
|
65981
|
+
|
|
65982
|
+
本次发布包含了以下内容:
|
|
65983
|
+
|
|
65984
|
+
改善已有的文档。
|
|
65985
|
+
|
|
65986
|
+
新增接口:
|
|
65987
|
+
|
|
65988
|
+
* [DescribeApplicationsStatus](https://cloud.tencent.com/document/api/1371/75754)
|
|
65989
|
+
|
|
65990
|
+
新增数据结构:
|
|
65991
|
+
|
|
65992
|
+
* [ServiceVersionBrief](https://cloud.tencent.com/document/api/1371/60171#ServiceVersionBrief)
|
|
65993
|
+
|
|
65950
65994
|
### 第 17 次发布
|
|
65951
65995
|
|
|
65952
65996
|
发布时间:2022-06-09 06:18:14
|
|
@@ -66310,6 +66354,19 @@
|
|
|
66310
66354
|
|
|
66311
66355
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
66312
66356
|
|
|
66357
|
+
### 第 9 次发布
|
|
66358
|
+
|
|
66359
|
+
发布时间:2022-06-17 06:14:37
|
|
66360
|
+
|
|
66361
|
+
本次发布包含了以下内容:
|
|
66362
|
+
|
|
66363
|
+
改善已有的文档。
|
|
66364
|
+
|
|
66365
|
+
新增接口:
|
|
66366
|
+
|
|
66367
|
+
* [DescribeTimingL7CacheData](https://cloud.tencent.com/document/api/1552/75726)
|
|
66368
|
+
* [DescribeTopL7CacheData](https://cloud.tencent.com/document/api/1552/75725)
|
|
66369
|
+
|
|
66313
66370
|
### 第 8 次发布
|
|
66314
66371
|
|
|
66315
66372
|
发布时间:2022-06-16 06:13:25
|
|
@@ -66320,24 +66377,24 @@
|
|
|
66320
66377
|
|
|
66321
66378
|
新增接口:
|
|
66322
66379
|
|
|
66323
|
-
* [
|
|
66324
|
-
* [
|
|
66325
|
-
* [
|
|
66326
|
-
* [
|
|
66327
|
-
* [
|
|
66328
|
-
* [
|
|
66329
|
-
* [
|
|
66330
|
-
* [
|
|
66331
|
-
* [
|
|
66332
|
-
* [
|
|
66333
|
-
* [
|
|
66334
|
-
* [
|
|
66335
|
-
* [
|
|
66336
|
-
* [
|
|
66337
|
-
* [
|
|
66338
|
-
* [
|
|
66339
|
-
* [
|
|
66340
|
-
* [
|
|
66380
|
+
* [DescribeBotLog](https://cloud.tencent.com/document/api/1552/75663)
|
|
66381
|
+
* [DescribeDDosAttackData](https://cloud.tencent.com/document/api/1552/75662)
|
|
66382
|
+
* [DescribeDDosAttackEvent](https://cloud.tencent.com/document/api/1552/75661)
|
|
66383
|
+
* [DescribeDDosAttackEventDetail](https://cloud.tencent.com/document/api/1552/75660)
|
|
66384
|
+
* [DescribeDDosAttackSourceEvent](https://cloud.tencent.com/document/api/1552/75659)
|
|
66385
|
+
* [DescribeDDosAttackTopData](https://cloud.tencent.com/document/api/1552/75658)
|
|
66386
|
+
* [DescribeDDosMajorAttackEvent](https://cloud.tencent.com/document/api/1552/75657)
|
|
66387
|
+
* [DescribeOverviewL7Data](https://cloud.tencent.com/document/api/1552/75656)
|
|
66388
|
+
* [DescribeTimingL4Data](https://cloud.tencent.com/document/api/1552/75655)
|
|
66389
|
+
* [DescribeTimingL7AnalysisData](https://cloud.tencent.com/document/api/1552/75654)
|
|
66390
|
+
* [DescribeTopL7AnalysisData](https://cloud.tencent.com/document/api/1552/75653)
|
|
66391
|
+
* [DescribeWebManagedRulesAttackEvents](https://cloud.tencent.com/document/api/1552/75652)
|
|
66392
|
+
* [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
|
|
66393
|
+
* [DescribeWebManagedRulesLog](https://cloud.tencent.com/document/api/1552/75650)
|
|
66394
|
+
* [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
|
|
66395
|
+
* [DescribeWebProtectionAttackEvents](https://cloud.tencent.com/document/api/1552/75648)
|
|
66396
|
+
* [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
|
|
66397
|
+
* [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
|
|
66341
66398
|
|
|
66342
66399
|
修改接口:
|
|
66343
66400
|
|
|
@@ -66348,34 +66405,34 @@
|
|
|
66348
66405
|
|
|
66349
66406
|
新增数据结构:
|
|
66350
66407
|
|
|
66351
|
-
* [
|
|
66352
|
-
* [
|
|
66353
|
-
* [
|
|
66354
|
-
* [
|
|
66355
|
-
* [
|
|
66356
|
-
* [
|
|
66357
|
-
* [
|
|
66358
|
-
* [
|
|
66359
|
-
* [
|
|
66360
|
-
* [
|
|
66361
|
-
* [
|
|
66362
|
-
* [
|
|
66363
|
-
* [
|
|
66364
|
-
* [
|
|
66365
|
-
* [
|
|
66366
|
-
* [
|
|
66367
|
-
* [
|
|
66368
|
-
* [
|
|
66369
|
-
* [
|
|
66370
|
-
* [
|
|
66371
|
-
* [
|
|
66372
|
-
* [
|
|
66373
|
-
* [
|
|
66374
|
-
* [
|
|
66375
|
-
* [
|
|
66376
|
-
* [
|
|
66377
|
-
* [
|
|
66378
|
-
* [
|
|
66408
|
+
* [BotLog](https://cloud.tencent.com/document/api/1552/73155#BotLog)
|
|
66409
|
+
* [BotLogData](https://cloud.tencent.com/document/api/1552/73155#BotLogData)
|
|
66410
|
+
* [CCInterceptEvent](https://cloud.tencent.com/document/api/1552/73155#CCInterceptEvent)
|
|
66411
|
+
* [CCInterceptEventData](https://cloud.tencent.com/document/api/1552/73155#CCInterceptEventData)
|
|
66412
|
+
* [CCLog](https://cloud.tencent.com/document/api/1552/73155#CCLog)
|
|
66413
|
+
* [CCLogData](https://cloud.tencent.com/document/api/1552/73155#CCLogData)
|
|
66414
|
+
* [DDosAttackEvent](https://cloud.tencent.com/document/api/1552/73155#DDosAttackEvent)
|
|
66415
|
+
* [DDosAttackEventData](https://cloud.tencent.com/document/api/1552/73155#DDosAttackEventData)
|
|
66416
|
+
* [DDosAttackEventDetailData](https://cloud.tencent.com/document/api/1552/73155#DDosAttackEventDetailData)
|
|
66417
|
+
* [DDosAttackSourceEvent](https://cloud.tencent.com/document/api/1552/73155#DDosAttackSourceEvent)
|
|
66418
|
+
* [DDosAttackSourceEventData](https://cloud.tencent.com/document/api/1552/73155#DDosAttackSourceEventData)
|
|
66419
|
+
* [DDosMajorAttackEvent](https://cloud.tencent.com/document/api/1552/73155#DDosMajorAttackEvent)
|
|
66420
|
+
* [DDosMajorAttackEventData](https://cloud.tencent.com/document/api/1552/73155#DDosMajorAttackEventData)
|
|
66421
|
+
* [Filter](https://cloud.tencent.com/document/api/1552/73155#Filter)
|
|
66422
|
+
* [QueryCondition](https://cloud.tencent.com/document/api/1552/73155#QueryCondition)
|
|
66423
|
+
* [SecEntry](https://cloud.tencent.com/document/api/1552/73155#SecEntry)
|
|
66424
|
+
* [SecEntryValue](https://cloud.tencent.com/document/api/1552/73155#SecEntryValue)
|
|
66425
|
+
* [TimingDataItem](https://cloud.tencent.com/document/api/1552/73155#TimingDataItem)
|
|
66426
|
+
* [TimingDataRecord](https://cloud.tencent.com/document/api/1552/73155#TimingDataRecord)
|
|
66427
|
+
* [TimingTypeValue](https://cloud.tencent.com/document/api/1552/73155#TimingTypeValue)
|
|
66428
|
+
* [TopDataRecord](https://cloud.tencent.com/document/api/1552/73155#TopDataRecord)
|
|
66429
|
+
* [TopDetailData](https://cloud.tencent.com/document/api/1552/73155#TopDetailData)
|
|
66430
|
+
* [TopNEntry](https://cloud.tencent.com/document/api/1552/73155#TopNEntry)
|
|
66431
|
+
* [TopNEntryValue](https://cloud.tencent.com/document/api/1552/73155#TopNEntryValue)
|
|
66432
|
+
* [WebAttackEvent](https://cloud.tencent.com/document/api/1552/73155#WebAttackEvent)
|
|
66433
|
+
* [WebEventData](https://cloud.tencent.com/document/api/1552/73155#WebEventData)
|
|
66434
|
+
* [WebLogData](https://cloud.tencent.com/document/api/1552/73155#WebLogData)
|
|
66435
|
+
* [WebLogs](https://cloud.tencent.com/document/api/1552/73155#WebLogs)
|
|
66379
66436
|
|
|
66380
66437
|
### 第 7 次发布
|
|
66381
66438
|
|
|
@@ -74446,6 +74503,21 @@
|
|
|
74446
74503
|
|
|
74447
74504
|
## 视频内容安全(vm) 版本:2020-12-29
|
|
74448
74505
|
|
|
74506
|
+
### 第 5 次发布
|
|
74507
|
+
|
|
74508
|
+
发布时间:2022-06-17 06:16:09
|
|
74509
|
+
|
|
74510
|
+
本次发布包含了以下内容:
|
|
74511
|
+
|
|
74512
|
+
改善已有的文档。
|
|
74513
|
+
|
|
74514
|
+
修改接口:
|
|
74515
|
+
|
|
74516
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/51878)
|
|
74517
|
+
|
|
74518
|
+
* 新增出参:Label
|
|
74519
|
+
|
|
74520
|
+
|
|
74449
74521
|
### 第 4 次发布
|
|
74450
74522
|
|
|
74451
74523
|
发布时间:2022-06-09 06:19:53
|
|
@@ -74590,6 +74662,26 @@
|
|
|
74590
74662
|
|
|
74591
74663
|
## 云点播(vod) 版本:2018-07-17
|
|
74592
74664
|
|
|
74665
|
+
### 第 105 次发布
|
|
74666
|
+
|
|
74667
|
+
发布时间:2022-06-17 06:16:12
|
|
74668
|
+
|
|
74669
|
+
本次发布包含了以下内容:
|
|
74670
|
+
|
|
74671
|
+
改善已有的文档。
|
|
74672
|
+
|
|
74673
|
+
新增接口:
|
|
74674
|
+
|
|
74675
|
+
* [RefreshUrlCache](https://cloud.tencent.com/document/api/266/75729)
|
|
74676
|
+
* [RestoreMedia](https://cloud.tencent.com/document/api/266/75728)
|
|
74677
|
+
|
|
74678
|
+
修改接口:
|
|
74679
|
+
|
|
74680
|
+
* [DescribeStorageData](https://cloud.tencent.com/document/api/266/41463)
|
|
74681
|
+
|
|
74682
|
+
* 新增出参:ArchiveStorage, DeepArchiveStorage
|
|
74683
|
+
|
|
74684
|
+
|
|
74593
74685
|
### 第 104 次发布
|
|
74594
74686
|
|
|
74595
74687
|
发布时间:2022-05-17 06:18:35
|