tencentcloud-sdk-nodejs-vod 4.0.198 → 4.0.203
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 +384 -31
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/services/vod/v20180717/vod_client.ts +97 -45
- package/src/services/vod/v20180717/vod_models.ts +148 -10
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +40 -20
- package/tencentcloud/services/vod/v20180717/vod_client.js +54 -26
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +131 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,70 +1,62 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 借贷反欺诈(af) 版本:2020-02-26
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 3 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-09-
|
|
7
|
+
发布时间:2021-09-15 08:02:06
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [FinanceOtherModelScores](https://cloud.tencent.com/document/api/668/44002#FinanceOtherModelScores)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
修改数据结构:
|
|
18
18
|
|
|
19
|
-
* [
|
|
19
|
+
* [FinanceAntiFraudRecord](https://cloud.tencent.com/document/api/668/44002#FinanceAntiFraudRecord)
|
|
20
20
|
|
|
21
|
+
* 新增成员:OtherModelScores
|
|
21
22
|
|
|
22
23
|
|
|
23
|
-
## 云直播(live) 版本:2018-08-01
|
|
24
24
|
|
|
25
|
-
### 第 70 次发布
|
|
26
25
|
|
|
27
|
-
|
|
26
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
27
|
+
|
|
28
|
+
### 第 77 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2021-09-15 08:04:54
|
|
28
31
|
|
|
29
32
|
本次发布包含了以下内容:
|
|
30
33
|
|
|
31
34
|
改善已有的文档。
|
|
32
35
|
|
|
33
|
-
|
|
36
|
+
修改数据结构:
|
|
34
37
|
|
|
35
|
-
* [
|
|
38
|
+
* [BandwidthAlert](https://cloud.tencent.com/document/api/228/30987#BandwidthAlert)
|
|
36
39
|
|
|
37
|
-
*
|
|
40
|
+
* 新增成员:Metric
|
|
38
41
|
|
|
39
42
|
|
|
40
43
|
|
|
41
44
|
|
|
42
|
-
##
|
|
45
|
+
## 腾讯云剪(cme) 版本:2019-10-29
|
|
43
46
|
|
|
44
|
-
### 第
|
|
47
|
+
### 第 39 次发布
|
|
45
48
|
|
|
46
|
-
发布时间:2021-09-
|
|
49
|
+
发布时间:2021-09-15 08:03:30
|
|
47
50
|
|
|
48
51
|
本次发布包含了以下内容:
|
|
49
52
|
|
|
50
53
|
改善已有的文档。
|
|
51
54
|
|
|
52
|
-
修改接口:
|
|
53
|
-
|
|
54
|
-
* [CreateCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/49627)
|
|
55
|
-
|
|
56
|
-
* 新增入参:HasDockerfile, BaseImage, EntryPoint, RepoLanguage, UploadFilename
|
|
57
|
-
|
|
58
|
-
* [DescribeCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/49739)
|
|
59
|
-
|
|
60
|
-
* 新增出参:HasDockerfile, BaseImage, EntryPoint, RepoLanguage
|
|
61
|
-
|
|
62
|
-
|
|
63
55
|
修改数据结构:
|
|
64
56
|
|
|
65
|
-
* [
|
|
57
|
+
* [PlatformInfo](https://cloud.tencent.com/document/api/1156/40360#PlatformInfo)
|
|
66
58
|
|
|
67
|
-
* 新增成员:
|
|
59
|
+
* 新增成员:Status
|
|
68
60
|
|
|
69
61
|
|
|
70
62
|
|
|
@@ -290,6 +282,44 @@
|
|
|
290
282
|
|
|
291
283
|
## 借贷反欺诈(af) 版本:2020-02-26
|
|
292
284
|
|
|
285
|
+
### 第 3 次发布
|
|
286
|
+
|
|
287
|
+
发布时间:2021-09-15 08:02:06
|
|
288
|
+
|
|
289
|
+
本次发布包含了以下内容:
|
|
290
|
+
|
|
291
|
+
改善已有的文档。
|
|
292
|
+
|
|
293
|
+
新增数据结构:
|
|
294
|
+
|
|
295
|
+
* [[FinanceOtherModelScores](https://cloud.tencent.com/document/api/668/44002#FinanceOtherModelScores)](https://cloud.tencent.com/document/api/668/44002#[FinanceOtherModelScores](https://cloud.tencent.com/document/api/668/44002#FinanceOtherModelScores))
|
|
296
|
+
|
|
297
|
+
修改数据结构:
|
|
298
|
+
|
|
299
|
+
* [FinanceAntiFraudRecord](https://cloud.tencent.com/document/api/668/44002#FinanceAntiFraudRecord)
|
|
300
|
+
|
|
301
|
+
* 新增成员:OtherModelScores
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
### 第 2 次发布
|
|
305
|
+
|
|
306
|
+
发布时间:2021-09-14 08:01:47
|
|
307
|
+
|
|
308
|
+
本次发布包含了以下内容:
|
|
309
|
+
|
|
310
|
+
改善已有的文档。
|
|
311
|
+
|
|
312
|
+
新增接口:
|
|
313
|
+
|
|
314
|
+
* [DescribeAntiFraud](https://cloud.tencent.com/document/api/668/61477)
|
|
315
|
+
|
|
316
|
+
新增数据结构:
|
|
317
|
+
|
|
318
|
+
* [FinanceAntiFraudCryptoFilter](https://cloud.tencent.com/document/api/668/44002#FinanceAntiFraudCryptoFilter)
|
|
319
|
+
* [FinanceAntiFraudFilter](https://cloud.tencent.com/document/api/668/44002#FinanceAntiFraudFilter)
|
|
320
|
+
* [FinanceAntiFraudRecord](https://cloud.tencent.com/document/api/668/44002#FinanceAntiFraudRecord)
|
|
321
|
+
* [RiskDetailInfo](https://cloud.tencent.com/document/api/668/44002#RiskDetailInfo)
|
|
322
|
+
|
|
293
323
|
### 第 1 次发布
|
|
294
324
|
|
|
295
325
|
发布时间:2020-04-28 15:20:07
|
|
@@ -4199,6 +4229,66 @@
|
|
|
4199
4229
|
|
|
4200
4230
|
## 计费相关(billing) 版本:2018-07-09
|
|
4201
4231
|
|
|
4232
|
+
### 第 27 次发布
|
|
4233
|
+
|
|
4234
|
+
发布时间:2021-09-13 08:03:19
|
|
4235
|
+
|
|
4236
|
+
本次发布包含了以下内容:
|
|
4237
|
+
|
|
4238
|
+
改善已有的文档。
|
|
4239
|
+
|
|
4240
|
+
修改接口:
|
|
4241
|
+
|
|
4242
|
+
* [DescribeBillDetail](https://cloud.tencent.com/document/api/555/19182)
|
|
4243
|
+
|
|
4244
|
+
* <font color="#dd0000">**修改入参**:</font>PeriodType
|
|
4245
|
+
|
|
4246
|
+
* [DescribeBillResourceSummary](https://cloud.tencent.com/document/api/555/19181)
|
|
4247
|
+
|
|
4248
|
+
* <font color="#dd0000">**修改入参**:</font>PeriodType
|
|
4249
|
+
|
|
4250
|
+
* [DescribeBillSummaryByTag](https://cloud.tencent.com/document/api/555/38208)
|
|
4251
|
+
|
|
4252
|
+
* 新增入参:TagValue
|
|
4253
|
+
|
|
4254
|
+
* 新增出参:SummaryTotal
|
|
4255
|
+
|
|
4256
|
+
|
|
4257
|
+
新增数据结构:
|
|
4258
|
+
|
|
4259
|
+
* [SummaryTotal](https://cloud.tencent.com/document/api/555/19183#SummaryTotal)
|
|
4260
|
+
|
|
4261
|
+
修改数据结构:
|
|
4262
|
+
|
|
4263
|
+
* [ActionSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#ActionSummaryOverviewItem)
|
|
4264
|
+
|
|
4265
|
+
* 新增成员:TotalCost
|
|
4266
|
+
|
|
4267
|
+
* [BusinessSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryOverviewItem)
|
|
4268
|
+
|
|
4269
|
+
* 新增成员:TotalCost
|
|
4270
|
+
|
|
4271
|
+
* [BusinessSummaryTotal](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryTotal)
|
|
4272
|
+
|
|
4273
|
+
* 新增成员:TotalCost
|
|
4274
|
+
|
|
4275
|
+
* [PayModeSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#PayModeSummaryOverviewItem)
|
|
4276
|
+
|
|
4277
|
+
* 新增成员:TotalCost
|
|
4278
|
+
|
|
4279
|
+
* [ProjectSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#ProjectSummaryOverviewItem)
|
|
4280
|
+
|
|
4281
|
+
* 新增成员:TotalCost
|
|
4282
|
+
|
|
4283
|
+
* [RegionSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#RegionSummaryOverviewItem)
|
|
4284
|
+
|
|
4285
|
+
* 新增成员:TotalCost
|
|
4286
|
+
|
|
4287
|
+
* [TagSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#TagSummaryOverviewItem)
|
|
4288
|
+
|
|
4289
|
+
* 新增成员:TotalCost
|
|
4290
|
+
|
|
4291
|
+
|
|
4202
4292
|
### 第 26 次发布
|
|
4203
4293
|
|
|
4204
4294
|
发布时间:2021-06-28 08:03:05
|
|
@@ -9143,6 +9233,21 @@
|
|
|
9143
9233
|
|
|
9144
9234
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
9145
9235
|
|
|
9236
|
+
### 第 77 次发布
|
|
9237
|
+
|
|
9238
|
+
发布时间:2021-09-15 08:04:54
|
|
9239
|
+
|
|
9240
|
+
本次发布包含了以下内容:
|
|
9241
|
+
|
|
9242
|
+
改善已有的文档。
|
|
9243
|
+
|
|
9244
|
+
修改数据结构:
|
|
9245
|
+
|
|
9246
|
+
* [BandwidthAlert](https://cloud.tencent.com/document/api/228/30987#BandwidthAlert)
|
|
9247
|
+
|
|
9248
|
+
* 新增成员:Metric
|
|
9249
|
+
|
|
9250
|
+
|
|
9146
9251
|
### 第 76 次发布
|
|
9147
9252
|
|
|
9148
9253
|
发布时间:2021-09-02 08:03:38
|
|
@@ -11099,6 +11204,29 @@
|
|
|
11099
11204
|
|
|
11100
11205
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
11101
11206
|
|
|
11207
|
+
### 第 10 次发布
|
|
11208
|
+
|
|
11209
|
+
发布时间:2021-09-14 08:12:02
|
|
11210
|
+
|
|
11211
|
+
本次发布包含了以下内容:
|
|
11212
|
+
|
|
11213
|
+
改善已有的文档。
|
|
11214
|
+
|
|
11215
|
+
新增接口:
|
|
11216
|
+
|
|
11217
|
+
* [CreateDatabaseWhiteListRules](https://cloud.tencent.com/document/api/1132/61483)
|
|
11218
|
+
|
|
11219
|
+
新增数据结构:
|
|
11220
|
+
|
|
11221
|
+
* [DatabaseWhiteListRuleData](https://cloud.tencent.com/document/api/1132/49071#DatabaseWhiteListRuleData)
|
|
11222
|
+
|
|
11223
|
+
修改数据结构:
|
|
11224
|
+
|
|
11225
|
+
* [NatFwInstance](https://cloud.tencent.com/document/api/1132/49071#NatFwInstance)
|
|
11226
|
+
|
|
11227
|
+
* 新增成员:NatIp
|
|
11228
|
+
|
|
11229
|
+
|
|
11102
11230
|
### 第 9 次发布
|
|
11103
11231
|
|
|
11104
11232
|
发布时间:2021-08-27 08:11:17
|
|
@@ -11677,11 +11805,11 @@
|
|
|
11677
11805
|
|
|
11678
11806
|
新增接口:
|
|
11679
11807
|
|
|
11680
|
-
* [
|
|
11808
|
+
* [BatchCreateAcl](https://cloud.tencent.com/document/api/597/61309)
|
|
11681
11809
|
|
|
11682
11810
|
新增数据结构:
|
|
11683
11811
|
|
|
11684
|
-
* [
|
|
11812
|
+
* [AclRuleInfo](https://cloud.tencent.com/document/api/597/40861#AclRuleInfo)
|
|
11685
11813
|
|
|
11686
11814
|
### 第 20 次发布
|
|
11687
11815
|
|
|
@@ -12139,6 +12267,33 @@
|
|
|
12139
12267
|
|
|
12140
12268
|
## 负载均衡(clb) 版本:2018-03-17
|
|
12141
12269
|
|
|
12270
|
+
### 第 54 次发布
|
|
12271
|
+
|
|
12272
|
+
发布时间:2021-09-14 08:04:35
|
|
12273
|
+
|
|
12274
|
+
本次发布包含了以下内容:
|
|
12275
|
+
|
|
12276
|
+
改善已有的文档。
|
|
12277
|
+
|
|
12278
|
+
新增接口:
|
|
12279
|
+
|
|
12280
|
+
* [DescribeLBListeners](https://cloud.tencent.com/document/api/214/61478)
|
|
12281
|
+
|
|
12282
|
+
修改接口:
|
|
12283
|
+
|
|
12284
|
+
* [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
|
|
12285
|
+
|
|
12286
|
+
* 新增入参:SlaType
|
|
12287
|
+
|
|
12288
|
+
|
|
12289
|
+
新增数据结构:
|
|
12290
|
+
|
|
12291
|
+
* [LBItem](https://cloud.tencent.com/document/api/214/30694#LBItem)
|
|
12292
|
+
* [LbRsItem](https://cloud.tencent.com/document/api/214/30694#LbRsItem)
|
|
12293
|
+
* [LbRsTargets](https://cloud.tencent.com/document/api/214/30694#LbRsTargets)
|
|
12294
|
+
* [ListenerItem](https://cloud.tencent.com/document/api/214/30694#ListenerItem)
|
|
12295
|
+
* [RulesItems](https://cloud.tencent.com/document/api/214/30694#RulesItems)
|
|
12296
|
+
|
|
12142
12297
|
### 第 53 次发布
|
|
12143
12298
|
|
|
12144
12299
|
发布时间:2021-08-25 08:04:41
|
|
@@ -13880,6 +14035,21 @@
|
|
|
13880
14035
|
|
|
13881
14036
|
## 腾讯云剪(cme) 版本:2019-10-29
|
|
13882
14037
|
|
|
14038
|
+
### 第 39 次发布
|
|
14039
|
+
|
|
14040
|
+
发布时间:2021-09-15 08:03:30
|
|
14041
|
+
|
|
14042
|
+
本次发布包含了以下内容:
|
|
14043
|
+
|
|
14044
|
+
改善已有的文档。
|
|
14045
|
+
|
|
14046
|
+
修改数据结构:
|
|
14047
|
+
|
|
14048
|
+
* [PlatformInfo](https://cloud.tencent.com/document/api/1156/40360#PlatformInfo)
|
|
14049
|
+
|
|
14050
|
+
* 新增成员:Status
|
|
14051
|
+
|
|
14052
|
+
|
|
13883
14053
|
### 第 38 次发布
|
|
13884
14054
|
|
|
13885
14055
|
发布时间:2021-08-12 08:03:28
|
|
@@ -20485,6 +20655,18 @@
|
|
|
20485
20655
|
|
|
20486
20656
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
20487
20657
|
|
|
20658
|
+
### 第 28 次发布
|
|
20659
|
+
|
|
20660
|
+
发布时间:2021-09-10 08:05:13
|
|
20661
|
+
|
|
20662
|
+
本次发布包含了以下内容:
|
|
20663
|
+
|
|
20664
|
+
改善已有的文档。
|
|
20665
|
+
|
|
20666
|
+
新增接口:
|
|
20667
|
+
|
|
20668
|
+
* [CreateDedicatedClusterDCDBInstance](https://cloud.tencent.com/document/api/557/61369)
|
|
20669
|
+
|
|
20488
20670
|
### 第 27 次发布
|
|
20489
20671
|
|
|
20490
20672
|
发布时间:2021-08-11 08:05:20
|
|
@@ -28987,6 +29169,18 @@
|
|
|
28987
29169
|
|
|
28988
29170
|
## 图片内容检测(ims) 版本:2020-12-29
|
|
28989
29171
|
|
|
29172
|
+
### 第 2 次发布
|
|
29173
|
+
|
|
29174
|
+
发布时间:2021-09-14 08:01:18
|
|
29175
|
+
|
|
29176
|
+
本次发布包含了以下内容:
|
|
29177
|
+
|
|
29178
|
+
改善已有的文档。
|
|
29179
|
+
|
|
29180
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
29181
|
+
|
|
29182
|
+
* ImageRecognition
|
|
29183
|
+
|
|
28990
29184
|
### 第 1 次发布
|
|
28991
29185
|
|
|
28992
29186
|
发布时间:2021-02-01 10:50:49
|
|
@@ -33899,6 +34093,18 @@
|
|
|
33899
34093
|
|
|
33900
34094
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
33901
34095
|
|
|
34096
|
+
### 第 25 次发布
|
|
34097
|
+
|
|
34098
|
+
发布时间:2021-09-10 08:06:48
|
|
34099
|
+
|
|
34100
|
+
本次发布包含了以下内容:
|
|
34101
|
+
|
|
34102
|
+
改善已有的文档。
|
|
34103
|
+
|
|
34104
|
+
新增接口:
|
|
34105
|
+
|
|
34106
|
+
* [CreateDedicatedClusterDBInstance](https://cloud.tencent.com/document/api/237/61370)
|
|
34107
|
+
|
|
33902
34108
|
### 第 24 次发布
|
|
33903
34109
|
|
|
33904
34110
|
发布时间:2021-08-11 08:06:54
|
|
@@ -35108,6 +35314,21 @@
|
|
|
35108
35314
|
|
|
35109
35315
|
## 云监控(monitor) 版本:2018-07-24
|
|
35110
35316
|
|
|
35317
|
+
### 第 29 次发布
|
|
35318
|
+
|
|
35319
|
+
发布时间:2021-09-10 08:07:03
|
|
35320
|
+
|
|
35321
|
+
本次发布包含了以下内容:
|
|
35322
|
+
|
|
35323
|
+
改善已有的文档。
|
|
35324
|
+
|
|
35325
|
+
修改接口:
|
|
35326
|
+
|
|
35327
|
+
* [DescribeAlarmNotices](https://cloud.tencent.com/document/api/248/51280)
|
|
35328
|
+
|
|
35329
|
+
* 新增入参:NoticeIds
|
|
35330
|
+
|
|
35331
|
+
|
|
35111
35332
|
### 第 28 次发布
|
|
35112
35333
|
|
|
35113
35334
|
发布时间:2021-08-19 08:07:10
|
|
@@ -39859,6 +40080,22 @@
|
|
|
39859
40080
|
|
|
39860
40081
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
39861
40082
|
|
|
40083
|
+
### 第 3 次发布
|
|
40084
|
+
|
|
40085
|
+
发布时间:2021-09-13 08:00:37
|
|
40086
|
+
|
|
40087
|
+
本次发布包含了以下内容:
|
|
40088
|
+
|
|
40089
|
+
改善已有的文档。
|
|
40090
|
+
|
|
40091
|
+
新增接口:
|
|
40092
|
+
|
|
40093
|
+
* [DescribePrivateDNSAccountList](https://cloud.tencent.com/document/api/1338/61417)
|
|
40094
|
+
|
|
40095
|
+
新增数据结构:
|
|
40096
|
+
|
|
40097
|
+
* [PrivateDNSAccount](https://cloud.tencent.com/document/api/1338/55947#PrivateDNSAccount)
|
|
40098
|
+
|
|
39862
40099
|
### 第 2 次发布
|
|
39863
40100
|
|
|
39864
40101
|
发布时间:2021-09-06 08:00:36
|
|
@@ -40787,6 +41024,35 @@
|
|
|
40787
41024
|
|
|
40788
41025
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
40789
41026
|
|
|
41027
|
+
### 第 6 次发布
|
|
41028
|
+
|
|
41029
|
+
发布时间:2021-09-14 08:00:07
|
|
41030
|
+
|
|
41031
|
+
本次发布包含了以下内容:
|
|
41032
|
+
|
|
41033
|
+
改善已有的文档。
|
|
41034
|
+
|
|
41035
|
+
新增接口:
|
|
41036
|
+
|
|
41037
|
+
* [DescribeProjects](https://cloud.tencent.com/document/api/1464/61475)
|
|
41038
|
+
|
|
41039
|
+
新增数据结构:
|
|
41040
|
+
|
|
41041
|
+
* [Filter](https://cloud.tencent.com/document/api/1464/61476#Filter)
|
|
41042
|
+
* [RumProject](https://cloud.tencent.com/document/api/1464/61476#RumProject)
|
|
41043
|
+
|
|
41044
|
+
### 第 5 次发布
|
|
41045
|
+
|
|
41046
|
+
发布时间:2021-09-13 08:00:06
|
|
41047
|
+
|
|
41048
|
+
本次发布包含了以下内容:
|
|
41049
|
+
|
|
41050
|
+
改善已有的文档。
|
|
41051
|
+
|
|
41052
|
+
新增接口:
|
|
41053
|
+
|
|
41054
|
+
* [DescribeLogList](https://cloud.tencent.com/document/api/1464/61416)
|
|
41055
|
+
|
|
40790
41056
|
### 第 4 次发布
|
|
40791
41057
|
|
|
40792
41058
|
发布时间:2021-08-20 08:00:08
|
|
@@ -44934,6 +45200,55 @@
|
|
|
44934
45200
|
|
|
44935
45201
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
44936
45202
|
|
|
45203
|
+
### 第 68 次发布
|
|
45204
|
+
|
|
45205
|
+
发布时间:2021-09-14 08:08:33
|
|
45206
|
+
|
|
45207
|
+
本次发布包含了以下内容:
|
|
45208
|
+
|
|
45209
|
+
改善已有的文档。
|
|
45210
|
+
|
|
45211
|
+
修改接口:
|
|
45212
|
+
|
|
45213
|
+
* [CreateCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/49627)
|
|
45214
|
+
|
|
45215
|
+
* 新增入参:PolicyDetail
|
|
45216
|
+
|
|
45217
|
+
* [DescribeCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/49739)
|
|
45218
|
+
|
|
45219
|
+
* 新增出参:PolicyDetail
|
|
45220
|
+
|
|
45221
|
+
* [RollUpdateCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/55676)
|
|
45222
|
+
|
|
45223
|
+
* 新增入参:PolicyDetail
|
|
45224
|
+
|
|
45225
|
+
|
|
45226
|
+
新增数据结构:
|
|
45227
|
+
|
|
45228
|
+
* [HpaPolicy](https://cloud.tencent.com/document/api/876/34822#HpaPolicy)
|
|
45229
|
+
|
|
45230
|
+
### 第 67 次发布
|
|
45231
|
+
|
|
45232
|
+
发布时间:2021-09-10 08:08:32
|
|
45233
|
+
|
|
45234
|
+
本次发布包含了以下内容:
|
|
45235
|
+
|
|
45236
|
+
改善已有的文档。
|
|
45237
|
+
|
|
45238
|
+
修改接口:
|
|
45239
|
+
|
|
45240
|
+
* [DescribeCloudBaseProjectLatestVersionList](https://cloud.tencent.com/document/api/876/52615)
|
|
45241
|
+
|
|
45242
|
+
* 新增入参:CiId
|
|
45243
|
+
|
|
45244
|
+
|
|
45245
|
+
修改数据结构:
|
|
45246
|
+
|
|
45247
|
+
* [CloudBaseProjectVersion](https://cloud.tencent.com/document/api/876/34822#CloudBaseProjectVersion)
|
|
45248
|
+
|
|
45249
|
+
* 新增成员:BuildPercent
|
|
45250
|
+
|
|
45251
|
+
|
|
44937
45252
|
### 第 66 次发布
|
|
44938
45253
|
|
|
44939
45254
|
发布时间:2021-09-09 08:08:15
|
|
@@ -49450,6 +49765,22 @@
|
|
|
49450
49765
|
|
|
49451
49766
|
## 容器服务(tke) 版本:2018-05-25
|
|
49452
49767
|
|
|
49768
|
+
### 第 71 次发布
|
|
49769
|
+
|
|
49770
|
+
发布时间:2021-09-13 08:08:39
|
|
49771
|
+
|
|
49772
|
+
本次发布包含了以下内容:
|
|
49773
|
+
|
|
49774
|
+
改善已有的文档。
|
|
49775
|
+
|
|
49776
|
+
新增接口:
|
|
49777
|
+
|
|
49778
|
+
* [DescribeEKSContainerInstanceRegions](https://cloud.tencent.com/document/api/457/61419)
|
|
49779
|
+
|
|
49780
|
+
新增数据结构:
|
|
49781
|
+
|
|
49782
|
+
* [EksCiRegionInfo](https://cloud.tencent.com/document/api/457/31866#EksCiRegionInfo)
|
|
49783
|
+
|
|
49453
49784
|
### 第 70 次发布
|
|
49454
49785
|
|
|
49455
49786
|
发布时间:2021-08-25 08:08:51
|
|
@@ -53706,6 +54037,28 @@
|
|
|
53706
54037
|
|
|
53707
54038
|
## 云点播(vod) 版本:2018-07-17
|
|
53708
54039
|
|
|
54040
|
+
### 第 91 次发布
|
|
54041
|
+
|
|
54042
|
+
发布时间:2021-09-14 08:09:57
|
|
54043
|
+
|
|
54044
|
+
本次发布包含了以下内容:
|
|
54045
|
+
|
|
54046
|
+
改善已有的文档。
|
|
54047
|
+
|
|
54048
|
+
新增接口:
|
|
54049
|
+
|
|
54050
|
+
* [CreateVodDomain](https://cloud.tencent.com/document/api/266/61482)
|
|
54051
|
+
* [DeleteVodDomain](https://cloud.tencent.com/document/api/266/61481)
|
|
54052
|
+
* [ModifyVodDomainAccelerateConfig](https://cloud.tencent.com/document/api/266/61480)
|
|
54053
|
+
* [ModifyVodDomainConfig](https://cloud.tencent.com/document/api/266/61479)
|
|
54054
|
+
|
|
54055
|
+
修改数据结构:
|
|
54056
|
+
|
|
54057
|
+
* [UrlSignatureAuthPolicy](https://cloud.tencent.com/document/api/266/31773#UrlSignatureAuthPolicy)
|
|
54058
|
+
|
|
54059
|
+
* <font color="#dd0000">**修改成员**:</font>EncryptedKey
|
|
54060
|
+
|
|
54061
|
+
|
|
53709
54062
|
### 第 90 次发布
|
|
53710
54063
|
|
|
53711
54064
|
发布时间:2021-08-04 08:09:55
|