tencentcloud-sdk-nodejs 4.0.285 → 4.0.289
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 +494 -0
- package/SERVICE_CHANGELOG.md +505 -5
- package/package.json +1 -1
- package/products.md +33 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -0
- package/src/services/ame/v20190916/ame_models.ts +35 -4
- package/src/services/antiddos/v20200309/antiddos_client.ts +327 -68
- package/src/services/antiddos/v20200309/antiddos_models.ts +1382 -244
- package/src/services/ccc/v20200210/ccc_client.ts +128 -91
- package/src/services/ccc/v20200210/ccc_models.ts +183 -6
- package/src/services/cdb/v20170320/cdb_models.ts +32 -5
- package/src/services/cdn/v20180606/cdn_client.ts +4 -2
- package/src/services/cfs/v20190719/cfs_models.ts +5 -0
- package/src/services/cii/v20210408/cii_client.ts +2 -2
- package/src/services/cii/v20210408/cii_models.ts +14 -6
- package/src/services/clb/v20180317/clb_models.ts +4 -3
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +12 -0
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +15 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +15 -2
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +122 -22
- package/src/services/ecdn/v20191012/ecdn_client.ts +8 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/facefusion/v20181201/facefusion_models.ts +2 -2
- package/src/services/ic/v20190307/ic_models.ts +1 -1
- package/src/services/iecp/v20210914/iecp_models.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
- package/src/services/ivld/v20210903/ivld_models.ts +10 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +21 -4
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +209 -36
- package/src/services/mariadb/v20170312/mariadb_client.ts +13 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +65 -0
- package/src/services/organization/v20210331/organization_models.ts +2 -2
- package/src/services/rum/v20210622/rum_client.ts +585 -47
- package/src/services/rum/v20210622/rum_models.ts +3049 -338
- package/src/services/smh/index.ts +5 -0
- package/src/services/smh/v20210712/index.ts +6 -0
- package/src/services/smh/v20210712/smh_client.ts +155 -0
- package/src/services/smh/v20210712/smh_models.ts +655 -0
- package/src/services/ssl/v20191205/ssl_models.ts +6 -0
- package/src/services/ssm/v20190923/ssm_models.ts +3 -3
- package/src/services/tat/v20201028/tat_models.ts +1 -1
- package/src/services/tcm/v20210413/tcm_models.ts +10 -0
- package/src/services/tcss/v20201101/tcss_models.ts +13 -2
- package/src/services/tke/v20180525/tke_models.ts +35 -2
- package/src/services/vod/v20180717/vod_models.ts +3 -3
- package/src/services/vpc/v20170312/vpc_client.ts +4 -4
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +29 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +103 -19
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +153 -27
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1205 -244
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +47 -35
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +69 -51
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +154 -5
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +27 -5
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +3 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +4 -0
- package/tencentcloud/services/cii/v20210408/cii_client.d.ts +2 -2
- package/tencentcloud/services/cii/v20210408/cii_client.js +2 -2
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +11 -3
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -1
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +5 -1
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +6 -0
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +13 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +104 -21
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +6 -2
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +6 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +2 -2
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +1 -1
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +5 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +8 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +5 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +6 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +179 -33
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +55 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +2 -2
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +198 -13
- package/tencentcloud/services/rum/v20210622/rum_client.js +289 -18
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2593 -328
- package/tencentcloud/services/smh/index.d.ts +6 -0
- package/tencentcloud/services/smh/index.js +7 -0
- package/tencentcloud/services/smh/v20210712/index.d.ts +6 -0
- package/tencentcloud/services/smh/v20210712/index.js +9 -0
- package/tencentcloud/services/smh/v20210712/smh_client.d.ts +50 -0
- package/tencentcloud/services/smh/v20210712/smh_client.js +91 -0
- package/tencentcloud/services/smh/v20210712/smh_models.d.ts +538 -0
- package/tencentcloud/services/smh/v20210712/smh_models.js +18 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +5 -0
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +3 -3
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +1 -1
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +8 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +11 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +34 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/test/antiddos.v20200309.test.js +228 -18
- package/test/ccc.v20200210.test.js +66 -36
- package/test/cloudaudit.v20190319.test.js +10 -0
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/lighthouse.v20200324.test.js +10 -0
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/rum.v20210622.test.js +442 -12
- package/test/smh.v20210712.test.js +121 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,48 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 85 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-02-
|
|
7
|
+
发布时间:2022-02-16 08:02:33
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [ZoneSellConf](https://cloud.tencent.com/document/api/236/15878#ZoneSellConf)
|
|
16
|
+
|
|
17
|
+
* 新增成员:ExClusterStatus, ExClusterRemoteRoZone, ExClusterZoneConf
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 视频智能标签(ivld) 版本:2021-09-03
|
|
23
|
+
|
|
24
|
+
### 第 3 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2022-02-16 08:08:24
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [CustomPersonInfo](https://cloud.tencent.com/document/api/1509/65063#CustomPersonInfo)
|
|
35
|
+
|
|
36
|
+
* 新增成员:ImageInfoSet, CreateTime
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
42
|
+
|
|
43
|
+
### 第 25 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2022-02-16 08:08:43
|
|
8
46
|
|
|
9
47
|
本次发布包含了以下内容:
|
|
10
48
|
|
|
@@ -12,7 +50,34 @@
|
|
|
12
50
|
|
|
13
51
|
新增接口:
|
|
14
52
|
|
|
15
|
-
* [
|
|
53
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
|
|
54
|
+
|
|
55
|
+
新增数据结构:
|
|
56
|
+
|
|
57
|
+
* [ContainerEnv](https://cloud.tencent.com/document/api/1207/47576#ContainerEnv)
|
|
58
|
+
* [DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration)
|
|
59
|
+
* [DockerContainerPublishPort](https://cloud.tencent.com/document/api/1207/47576#DockerContainerPublishPort)
|
|
60
|
+
* [DockerContainerVolume](https://cloud.tencent.com/document/api/1207/47576#DockerContainerVolume)
|
|
61
|
+
* [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
66
|
+
|
|
67
|
+
### 第 4 次发布
|
|
68
|
+
|
|
69
|
+
发布时间:2022-02-16 08:11:56
|
|
70
|
+
|
|
71
|
+
本次发布包含了以下内容:
|
|
72
|
+
|
|
73
|
+
改善已有的文档。
|
|
74
|
+
|
|
75
|
+
修改数据结构:
|
|
76
|
+
|
|
77
|
+
* [AccessLogConfig](https://cloud.tencent.com/document/api/1261/63843#AccessLogConfig)
|
|
78
|
+
|
|
79
|
+
* 新增成员:Encoding, Format
|
|
80
|
+
|
|
16
81
|
|
|
17
82
|
|
|
18
83
|
|
|
@@ -415,6 +480,40 @@
|
|
|
415
480
|
|
|
416
481
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
417
482
|
|
|
483
|
+
### 第 26 次发布
|
|
484
|
+
|
|
485
|
+
发布时间:2022-02-15 08:02:33
|
|
486
|
+
|
|
487
|
+
本次发布包含了以下内容:
|
|
488
|
+
|
|
489
|
+
改善已有的文档。
|
|
490
|
+
|
|
491
|
+
修改接口:
|
|
492
|
+
|
|
493
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1155/68348)
|
|
494
|
+
|
|
495
|
+
* 新增入参:SetDestroyModeCommandInput
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
新增数据结构:
|
|
499
|
+
|
|
500
|
+
* [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetDestroyModeCommandInput)
|
|
501
|
+
|
|
502
|
+
### 第 25 次发布
|
|
503
|
+
|
|
504
|
+
发布时间:2022-02-14 08:04:52
|
|
505
|
+
|
|
506
|
+
本次发布包含了以下内容:
|
|
507
|
+
|
|
508
|
+
改善已有的文档。
|
|
509
|
+
|
|
510
|
+
修改接口:
|
|
511
|
+
|
|
512
|
+
* [SearchKTVMusics](https://cloud.tencent.com/document/api/1155/56401)
|
|
513
|
+
|
|
514
|
+
* 新增入参:Sort
|
|
515
|
+
|
|
516
|
+
|
|
418
517
|
### 第 24 次发布
|
|
419
518
|
|
|
420
519
|
发布时间:2022-01-28 08:00:20
|
|
@@ -1100,6 +1199,48 @@
|
|
|
1100
1199
|
|
|
1101
1200
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1102
1201
|
|
|
1202
|
+
### 第 21 次发布
|
|
1203
|
+
|
|
1204
|
+
发布时间:2022-02-14 08:04:59
|
|
1205
|
+
|
|
1206
|
+
本次发布包含了以下内容:
|
|
1207
|
+
|
|
1208
|
+
改善已有的文档。
|
|
1209
|
+
|
|
1210
|
+
新增接口:
|
|
1211
|
+
|
|
1212
|
+
* [CreateCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69188)
|
|
1213
|
+
* [CreateCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69187)
|
|
1214
|
+
* [CreateCcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/69178)
|
|
1215
|
+
* [DeleteCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69186)
|
|
1216
|
+
* [DeleteCCRequestLimitPolicy](https://cloud.tencent.com/document/api/1021/69185)
|
|
1217
|
+
* [DeleteCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69177)
|
|
1218
|
+
* [DeleteCcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/69176)
|
|
1219
|
+
* [DeletePortAclConfig](https://cloud.tencent.com/document/api/1021/69175)
|
|
1220
|
+
* [DescribeCCPrecisionPlyList](https://cloud.tencent.com/document/api/1021/69184)
|
|
1221
|
+
* [DescribeCCReqLimitPolicyList](https://cloud.tencent.com/document/api/1021/69183)
|
|
1222
|
+
* [DescribeCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69174)
|
|
1223
|
+
* [DescribeCcGeoIPBlockConfigList](https://cloud.tencent.com/document/api/1021/69173)
|
|
1224
|
+
* [ModifyCCLevelPolicy](https://cloud.tencent.com/document/api/1021/69182)
|
|
1225
|
+
* [ModifyCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69181)
|
|
1226
|
+
* [ModifyCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69180)
|
|
1227
|
+
* [ModifyCCThresholdPolicy](https://cloud.tencent.com/document/api/1021/69179)
|
|
1228
|
+
* [ModifyCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69172)
|
|
1229
|
+
* [ModifyDDoSBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69171)
|
|
1230
|
+
* [ModifyDDoSLevel](https://cloud.tencent.com/document/api/1021/69191)
|
|
1231
|
+
* [ModifyDDoSThreshold](https://cloud.tencent.com/document/api/1021/69190)
|
|
1232
|
+
* [ModifyPortAclConfig](https://cloud.tencent.com/document/api/1021/69170)
|
|
1233
|
+
|
|
1234
|
+
新增数据结构:
|
|
1235
|
+
|
|
1236
|
+
* [CCPrecisionPlyRecord](https://cloud.tencent.com/document/api/1021/57582#CCPrecisionPlyRecord)
|
|
1237
|
+
* [CCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/57582#CCPrecisionPolicy)
|
|
1238
|
+
* [CCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/57582#CCReqLimitPolicy)
|
|
1239
|
+
* [CCReqLimitPolicyRecord](https://cloud.tencent.com/document/api/1021/57582#CCReqLimitPolicyRecord)
|
|
1240
|
+
* [CcBlackWhiteIpPolicy](https://cloud.tencent.com/document/api/1021/57582#CcBlackWhiteIpPolicy)
|
|
1241
|
+
* [CcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/57582#CcGeoIPBlockConfig)
|
|
1242
|
+
* [CcGeoIpPolicyNew](https://cloud.tencent.com/document/api/1021/57582#CcGeoIpPolicyNew)
|
|
1243
|
+
|
|
1103
1244
|
### 第 20 次发布
|
|
1104
1245
|
|
|
1105
1246
|
发布时间:2022-01-19 08:04:47
|
|
@@ -8606,6 +8747,31 @@
|
|
|
8606
8747
|
|
|
8607
8748
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
8608
8749
|
|
|
8750
|
+
### 第 21 次发布
|
|
8751
|
+
|
|
8752
|
+
发布时间:2022-02-14 08:06:57
|
|
8753
|
+
|
|
8754
|
+
本次发布包含了以下内容:
|
|
8755
|
+
|
|
8756
|
+
改善已有的文档。
|
|
8757
|
+
|
|
8758
|
+
新增接口:
|
|
8759
|
+
|
|
8760
|
+
* [CreateAutoCalloutTask](https://cloud.tencent.com/document/api/679/69194)
|
|
8761
|
+
* [DescribeAutoCalloutTask](https://cloud.tencent.com/document/api/679/69193)
|
|
8762
|
+
* [StopAutoCalloutTask](https://cloud.tencent.com/document/api/679/69192)
|
|
8763
|
+
|
|
8764
|
+
新增数据结构:
|
|
8765
|
+
|
|
8766
|
+
* [AutoCalloutTaskCalleeInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskCalleeInfo)
|
|
8767
|
+
|
|
8768
|
+
修改数据结构:
|
|
8769
|
+
|
|
8770
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
8771
|
+
|
|
8772
|
+
* 新增成员:AsrUrl
|
|
8773
|
+
|
|
8774
|
+
|
|
8609
8775
|
### 第 20 次发布
|
|
8610
8776
|
|
|
8611
8777
|
发布时间:2022-01-24 08:05:51
|
|
@@ -8992,6 +9158,53 @@
|
|
|
8992
9158
|
|
|
8993
9159
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
8994
9160
|
|
|
9161
|
+
### 第 85 次发布
|
|
9162
|
+
|
|
9163
|
+
发布时间:2022-02-16 08:02:33
|
|
9164
|
+
|
|
9165
|
+
本次发布包含了以下内容:
|
|
9166
|
+
|
|
9167
|
+
改善已有的文档。
|
|
9168
|
+
|
|
9169
|
+
修改数据结构:
|
|
9170
|
+
|
|
9171
|
+
* [ZoneSellConf](https://cloud.tencent.com/document/api/236/15878#ZoneSellConf)
|
|
9172
|
+
|
|
9173
|
+
* 新增成员:ExClusterStatus, ExClusterRemoteRoZone, ExClusterZoneConf
|
|
9174
|
+
|
|
9175
|
+
|
|
9176
|
+
### 第 84 次发布
|
|
9177
|
+
|
|
9178
|
+
发布时间:2022-02-14 08:07:04
|
|
9179
|
+
|
|
9180
|
+
本次发布包含了以下内容:
|
|
9181
|
+
|
|
9182
|
+
改善已有的文档。
|
|
9183
|
+
|
|
9184
|
+
修改接口:
|
|
9185
|
+
|
|
9186
|
+
* [DescribeDefaultParams](https://cloud.tencent.com/document/api/236/32662)
|
|
9187
|
+
|
|
9188
|
+
* 新增入参:TemplateType
|
|
9189
|
+
|
|
9190
|
+
|
|
9191
|
+
### 第 83 次发布
|
|
9192
|
+
|
|
9193
|
+
发布时间:2022-02-11 08:03:05
|
|
9194
|
+
|
|
9195
|
+
本次发布包含了以下内容:
|
|
9196
|
+
|
|
9197
|
+
改善已有的文档。
|
|
9198
|
+
|
|
9199
|
+
修改接口:
|
|
9200
|
+
|
|
9201
|
+
* [CreateDBImportJob](https://cloud.tencent.com/document/api/236/15858)
|
|
9202
|
+
|
|
9203
|
+
* 新增入参:CosUrl
|
|
9204
|
+
|
|
9205
|
+
* <font color="#dd0000">**修改入参**:</font>FileName
|
|
9206
|
+
|
|
9207
|
+
|
|
8995
9208
|
### 第 82 次发布
|
|
8996
9209
|
|
|
8997
9210
|
发布时间:2022-01-20 08:05:53
|
|
@@ -12891,6 +13104,21 @@
|
|
|
12891
13104
|
|
|
12892
13105
|
## 文件存储(cfs) 版本:2019-07-19
|
|
12893
13106
|
|
|
13107
|
+
### 第 10 次发布
|
|
13108
|
+
|
|
13109
|
+
发布时间:2022-02-11 08:03:37
|
|
13110
|
+
|
|
13111
|
+
本次发布包含了以下内容:
|
|
13112
|
+
|
|
13113
|
+
改善已有的文档。
|
|
13114
|
+
|
|
13115
|
+
修改数据结构:
|
|
13116
|
+
|
|
13117
|
+
* [FileSystemInfo](https://cloud.tencent.com/document/api/582/38175#FileSystemInfo)
|
|
13118
|
+
|
|
13119
|
+
* 新增成员:Tags
|
|
13120
|
+
|
|
13121
|
+
|
|
12894
13122
|
### 第 9 次发布
|
|
12895
13123
|
|
|
12896
13124
|
发布时间:2021-08-26 08:04:29
|
|
@@ -13941,7 +14169,7 @@
|
|
|
13941
14169
|
|
|
13942
14170
|
新增接口:
|
|
13943
14171
|
|
|
13944
|
-
* [
|
|
14172
|
+
* [DeleteGroup](https://cloud.tencent.com/document/api/597/69059)
|
|
13945
14173
|
|
|
13946
14174
|
### 第 33 次发布
|
|
13947
14175
|
|
|
@@ -16089,6 +16317,18 @@
|
|
|
16089
16317
|
|
|
16090
16318
|
## 云审计(cloudaudit) 版本:2019-03-19
|
|
16091
16319
|
|
|
16320
|
+
### 第 10 次发布
|
|
16321
|
+
|
|
16322
|
+
发布时间:2022-02-14 08:08:17
|
|
16323
|
+
|
|
16324
|
+
本次发布包含了以下内容:
|
|
16325
|
+
|
|
16326
|
+
改善已有的文档。
|
|
16327
|
+
|
|
16328
|
+
新增接口:
|
|
16329
|
+
|
|
16330
|
+
* [DescribeAuditTracks](https://cloud.tencent.com/document/api/629/69204)
|
|
16331
|
+
|
|
16092
16332
|
### 第 9 次发布
|
|
16093
16333
|
|
|
16094
16334
|
发布时间:2021-11-16 08:07:51
|
|
@@ -23744,6 +23984,22 @@
|
|
|
23744
23984
|
|
|
23745
23985
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
23746
23986
|
|
|
23987
|
+
### 第 7 次发布
|
|
23988
|
+
|
|
23989
|
+
发布时间:2022-02-14 08:09:51
|
|
23990
|
+
|
|
23991
|
+
本次发布包含了以下内容:
|
|
23992
|
+
|
|
23993
|
+
改善已有的文档。
|
|
23994
|
+
|
|
23995
|
+
新增接口:
|
|
23996
|
+
|
|
23997
|
+
* [DescribeProxySessionKillTasks](https://cloud.tencent.com/document/api/1130/69205)
|
|
23998
|
+
|
|
23999
|
+
新增数据结构:
|
|
24000
|
+
|
|
24001
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1130/57812#TaskInfo)
|
|
24002
|
+
|
|
23747
24003
|
### 第 6 次发布
|
|
23748
24004
|
|
|
23749
24005
|
发布时间:2022-01-10 08:09:43
|
|
@@ -34381,6 +34637,21 @@
|
|
|
34381
34637
|
|
|
34382
34638
|
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
34383
34639
|
|
|
34640
|
+
### 第 2 次发布
|
|
34641
|
+
|
|
34642
|
+
发布时间:2022-02-15 08:09:12
|
|
34643
|
+
|
|
34644
|
+
本次发布包含了以下内容:
|
|
34645
|
+
|
|
34646
|
+
改善已有的文档。
|
|
34647
|
+
|
|
34648
|
+
修改数据结构:
|
|
34649
|
+
|
|
34650
|
+
* [ApplicationBasicInfo](https://cloud.tencent.com/document/api/1118/66797#ApplicationBasicInfo)
|
|
34651
|
+
|
|
34652
|
+
* 新增成员:AllowVisualModify
|
|
34653
|
+
|
|
34654
|
+
|
|
34384
34655
|
### 第 1 次发布
|
|
34385
34656
|
|
|
34386
34657
|
发布时间:2021-12-23 14:56:48
|
|
@@ -35673,6 +35944,18 @@
|
|
|
35673
35944
|
|
|
35674
35945
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
35675
35946
|
|
|
35947
|
+
### 第 41 次发布
|
|
35948
|
+
|
|
35949
|
+
发布时间:2022-02-15 08:09:38
|
|
35950
|
+
|
|
35951
|
+
本次发布包含了以下内容:
|
|
35952
|
+
|
|
35953
|
+
改善已有的文档。
|
|
35954
|
+
|
|
35955
|
+
新增接口:
|
|
35956
|
+
|
|
35957
|
+
* [DescribeGatewaySubDeviceList](https://cloud.tencent.com/document/api/1081/69291)
|
|
35958
|
+
|
|
35676
35959
|
### 第 40 次发布
|
|
35677
35960
|
|
|
35678
35961
|
发布时间:2022-01-11 08:10:29
|
|
@@ -37887,6 +38170,21 @@
|
|
|
37887
38170
|
|
|
37888
38171
|
## 视频智能标签(ivld) 版本:2021-09-03
|
|
37889
38172
|
|
|
38173
|
+
### 第 3 次发布
|
|
38174
|
+
|
|
38175
|
+
发布时间:2022-02-16 08:08:24
|
|
38176
|
+
|
|
38177
|
+
本次发布包含了以下内容:
|
|
38178
|
+
|
|
38179
|
+
改善已有的文档。
|
|
38180
|
+
|
|
38181
|
+
修改数据结构:
|
|
38182
|
+
|
|
38183
|
+
* [CustomPersonInfo](https://cloud.tencent.com/document/api/1509/65063#CustomPersonInfo)
|
|
38184
|
+
|
|
38185
|
+
* 新增成员:ImageInfoSet, CreateTime
|
|
38186
|
+
|
|
38187
|
+
|
|
37890
38188
|
### 第 2 次发布
|
|
37891
38189
|
|
|
37892
38190
|
发布时间:2022-01-25 16:20:40
|
|
@@ -38311,6 +38609,26 @@
|
|
|
38311
38609
|
|
|
38312
38610
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
38313
38611
|
|
|
38612
|
+
### 第 25 次发布
|
|
38613
|
+
|
|
38614
|
+
发布时间:2022-02-16 08:08:43
|
|
38615
|
+
|
|
38616
|
+
本次发布包含了以下内容:
|
|
38617
|
+
|
|
38618
|
+
改善已有的文档。
|
|
38619
|
+
|
|
38620
|
+
新增接口:
|
|
38621
|
+
|
|
38622
|
+
* [[CreateInstances](https://cloud.tencent.com/document/api/1207/69573)](https://cloud.tencent.com/document/api/#/#)
|
|
38623
|
+
|
|
38624
|
+
新增数据结构:
|
|
38625
|
+
|
|
38626
|
+
* [[ContainerEnv](https://cloud.tencent.com/document/api/1207/47576#ContainerEnv)](https://cloud.tencent.com/document/api/1207/47576#[ContainerEnv](https://cloud.tencent.com/document/api/1207/47576#ContainerEnv))
|
|
38627
|
+
* [[DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration)](https://cloud.tencent.com/document/api/1207/47576#[DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration))
|
|
38628
|
+
* [[DockerContainerPublishPort](https://cloud.tencent.com/document/api/1207/47576#DockerContainerPublishPort)](https://cloud.tencent.com/document/api/1207/47576#[DockerContainerPublishPort](https://cloud.tencent.com/document/api/1207/47576#DockerContainerPublishPort))
|
|
38629
|
+
* [[DockerContainerVolume](https://cloud.tencent.com/document/api/1207/47576#DockerContainerVolume)](https://cloud.tencent.com/document/api/1207/47576#[DockerContainerVolume](https://cloud.tencent.com/document/api/1207/47576#DockerContainerVolume))
|
|
38630
|
+
* [[LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)](https://cloud.tencent.com/document/api/1207/47576#[LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration))
|
|
38631
|
+
|
|
38314
38632
|
### 第 24 次发布
|
|
38315
38633
|
|
|
38316
38634
|
发布时间:2022-01-11 08:11:43
|
|
@@ -40360,6 +40678,22 @@
|
|
|
40360
40678
|
|
|
40361
40679
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
40362
40680
|
|
|
40681
|
+
### 第 31 次发布
|
|
40682
|
+
|
|
40683
|
+
发布时间:2022-02-11 08:09:25
|
|
40684
|
+
|
|
40685
|
+
本次发布包含了以下内容:
|
|
40686
|
+
|
|
40687
|
+
改善已有的文档。
|
|
40688
|
+
|
|
40689
|
+
新增接口:
|
|
40690
|
+
|
|
40691
|
+
* [DescribeDatabaseTable](https://cloud.tencent.com/document/api/237/69130)
|
|
40692
|
+
|
|
40693
|
+
新增数据结构:
|
|
40694
|
+
|
|
40695
|
+
* [TableColumn](https://cloud.tencent.com/document/api/237/16191#TableColumn)
|
|
40696
|
+
|
|
40363
40697
|
### 第 30 次发布
|
|
40364
40698
|
|
|
40365
40699
|
发布时间:2022-01-13 08:50:16
|
|
@@ -48402,6 +48736,72 @@
|
|
|
48402
48736
|
|
|
48403
48737
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
48404
48738
|
|
|
48739
|
+
### 第 11 次发布
|
|
48740
|
+
|
|
48741
|
+
发布时间:2022-02-14 08:15:11
|
|
48742
|
+
|
|
48743
|
+
本次发布包含了以下内容:
|
|
48744
|
+
|
|
48745
|
+
改善已有的文档。
|
|
48746
|
+
|
|
48747
|
+
新增接口:
|
|
48748
|
+
|
|
48749
|
+
* [CreateLogExport](https://cloud.tencent.com/document/api/1464/69248)
|
|
48750
|
+
* [CreateOfflineLogConfig](https://cloud.tencent.com/document/api/1464/69247)
|
|
48751
|
+
* [CreateReleaseFile](https://cloud.tencent.com/document/api/1464/69246)
|
|
48752
|
+
* [CreateStarProject](https://cloud.tencent.com/document/api/1464/69245)
|
|
48753
|
+
* [CreateTawInstance](https://cloud.tencent.com/document/api/1464/69244)
|
|
48754
|
+
* [CreateWhitelist](https://cloud.tencent.com/document/api/1464/69243)
|
|
48755
|
+
* [DeleteInstance](https://cloud.tencent.com/document/api/1464/69242)
|
|
48756
|
+
* [DeleteLogExport](https://cloud.tencent.com/document/api/1464/69241)
|
|
48757
|
+
* [DeleteOfflineLogConfig](https://cloud.tencent.com/document/api/1464/69240)
|
|
48758
|
+
* [DeleteOfflineLogRecord](https://cloud.tencent.com/document/api/1464/69239)
|
|
48759
|
+
* [DeleteProject](https://cloud.tencent.com/document/api/1464/69238)
|
|
48760
|
+
* [DeleteReleaseFile](https://cloud.tencent.com/document/api/1464/69237)
|
|
48761
|
+
* [DeleteStarProject](https://cloud.tencent.com/document/api/1464/69236)
|
|
48762
|
+
* [DeleteWhitelist](https://cloud.tencent.com/document/api/1464/69235)
|
|
48763
|
+
* [DescribeData](https://cloud.tencent.com/document/api/1464/69234)
|
|
48764
|
+
* [DescribeDataCustomUrl](https://cloud.tencent.com/document/api/1464/69233)
|
|
48765
|
+
* [DescribeDataFetchProject](https://cloud.tencent.com/document/api/1464/69232)
|
|
48766
|
+
* [DescribeDataLogUrlInfo](https://cloud.tencent.com/document/api/1464/69231)
|
|
48767
|
+
* [DescribeDataPerformanceProject](https://cloud.tencent.com/document/api/1464/69230)
|
|
48768
|
+
* [DescribeDataPvUrlInfo](https://cloud.tencent.com/document/api/1464/69229)
|
|
48769
|
+
* [DescribeDataReportCount](https://cloud.tencent.com/document/api/1464/69228)
|
|
48770
|
+
* [DescribeDataSetUrlStatistics](https://cloud.tencent.com/document/api/1464/69227)
|
|
48771
|
+
* [DescribeDataStaticProject](https://cloud.tencent.com/document/api/1464/69226)
|
|
48772
|
+
* [DescribeDataStaticResource](https://cloud.tencent.com/document/api/1464/69225)
|
|
48773
|
+
* [DescribeDataStaticUrl](https://cloud.tencent.com/document/api/1464/69224)
|
|
48774
|
+
* [DescribeDataWebVitalsPage](https://cloud.tencent.com/document/api/1464/69223)
|
|
48775
|
+
* [DescribeLogExports](https://cloud.tencent.com/document/api/1464/69222)
|
|
48776
|
+
* [DescribeOfflineLogConfigs](https://cloud.tencent.com/document/api/1464/69221)
|
|
48777
|
+
* [DescribeOfflineLogRecords](https://cloud.tencent.com/document/api/1464/69220)
|
|
48778
|
+
* [DescribeOfflineLogs](https://cloud.tencent.com/document/api/1464/69219)
|
|
48779
|
+
* [DescribeProjectLimits](https://cloud.tencent.com/document/api/1464/69218)
|
|
48780
|
+
* [DescribePvList](https://cloud.tencent.com/document/api/1464/69217)
|
|
48781
|
+
* [DescribeReleaseFileSign](https://cloud.tencent.com/document/api/1464/69216)
|
|
48782
|
+
* [DescribeReleaseFiles](https://cloud.tencent.com/document/api/1464/69215)
|
|
48783
|
+
* [DescribeTawAreas](https://cloud.tencent.com/document/api/1464/69214)
|
|
48784
|
+
* [DescribeTawInstances](https://cloud.tencent.com/document/api/1464/69213)
|
|
48785
|
+
* [DescribeUvList](https://cloud.tencent.com/document/api/1464/69212)
|
|
48786
|
+
* [DescribeWhitelists](https://cloud.tencent.com/document/api/1464/69211)
|
|
48787
|
+
* [ModifyInstance](https://cloud.tencent.com/document/api/1464/69210)
|
|
48788
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/1464/69209)
|
|
48789
|
+
* [ModifyProjectLimit](https://cloud.tencent.com/document/api/1464/69208)
|
|
48790
|
+
* [ResumeInstance](https://cloud.tencent.com/document/api/1464/69207)
|
|
48791
|
+
* [StopInstance](https://cloud.tencent.com/document/api/1464/69206)
|
|
48792
|
+
|
|
48793
|
+
新增数据结构:
|
|
48794
|
+
|
|
48795
|
+
* [LogExport](https://cloud.tencent.com/document/api/1464/61476#LogExport)
|
|
48796
|
+
* [ProjectLimit](https://cloud.tencent.com/document/api/1464/61476#ProjectLimit)
|
|
48797
|
+
* [ReleaseFile](https://cloud.tencent.com/document/api/1464/61476#ReleaseFile)
|
|
48798
|
+
* [RumAreaInfo](https://cloud.tencent.com/document/api/1464/61476#RumAreaInfo)
|
|
48799
|
+
* [RumInstanceInfo](https://cloud.tencent.com/document/api/1464/61476#RumInstanceInfo)
|
|
48800
|
+
* [RumPvInfo](https://cloud.tencent.com/document/api/1464/61476#RumPvInfo)
|
|
48801
|
+
* [RumUvInfo](https://cloud.tencent.com/document/api/1464/61476#RumUvInfo)
|
|
48802
|
+
* [Tag](https://cloud.tencent.com/document/api/1464/61476#Tag)
|
|
48803
|
+
* [Whitelist](https://cloud.tencent.com/document/api/1464/61476#Whitelist)
|
|
48804
|
+
|
|
48405
48805
|
### 第 10 次发布
|
|
48406
48806
|
|
|
48407
48807
|
发布时间:2022-01-18 08:14:02
|
|
@@ -49656,6 +50056,39 @@
|
|
|
49656
50056
|
|
|
49657
50057
|
|
|
49658
50058
|
|
|
50059
|
+
## 智能媒资托管(smh) 版本:2021-07-12
|
|
50060
|
+
|
|
50061
|
+
### 第 1 次发布
|
|
50062
|
+
|
|
50063
|
+
发布时间:2022-02-10 11:28:45
|
|
50064
|
+
|
|
50065
|
+
本次发布包含了以下内容:
|
|
50066
|
+
|
|
50067
|
+
改善已有的文档。
|
|
50068
|
+
|
|
50069
|
+
新增接口:
|
|
50070
|
+
|
|
50071
|
+
* [CreateLibrary](https://cloud.tencent.com/document/api/1339/69089)
|
|
50072
|
+
* [DeleteLibrary](https://cloud.tencent.com/document/api/1339/69088)
|
|
50073
|
+
* [DescribeLibraries](https://cloud.tencent.com/document/api/1339/69087)
|
|
50074
|
+
* [DescribeLibrarySecret](https://cloud.tencent.com/document/api/1339/69086)
|
|
50075
|
+
* [DescribeOfficialInstances](https://cloud.tencent.com/document/api/1339/69083)
|
|
50076
|
+
* [DescribeOfficialOverview](https://cloud.tencent.com/document/api/1339/69082)
|
|
50077
|
+
* [DescribeTrafficPackages](https://cloud.tencent.com/document/api/1339/69081)
|
|
50078
|
+
* [ModifyLibrary](https://cloud.tencent.com/document/api/1339/69085)
|
|
50079
|
+
* [SendSmsCode](https://cloud.tencent.com/document/api/1339/69080)
|
|
50080
|
+
* [VerifySmsCode](https://cloud.tencent.com/document/api/1339/69079)
|
|
50081
|
+
|
|
50082
|
+
新增数据结构:
|
|
50083
|
+
|
|
50084
|
+
* [Instance](https://cloud.tencent.com/document/api/1339/69090#Instance)
|
|
50085
|
+
* [Library](https://cloud.tencent.com/document/api/1339/69090#Library)
|
|
50086
|
+
* [LibraryExtension](https://cloud.tencent.com/document/api/1339/69090#LibraryExtension)
|
|
50087
|
+
* [TrafficPackage](https://cloud.tencent.com/document/api/1339/69090#TrafficPackage)
|
|
50088
|
+
|
|
50089
|
+
|
|
50090
|
+
|
|
50091
|
+
|
|
49659
50092
|
## 营销号码安全(smpn) 版本:2019-08-22
|
|
49660
50093
|
|
|
49661
50094
|
### 第 1 次发布
|
|
@@ -51110,6 +51543,21 @@
|
|
|
51110
51543
|
|
|
51111
51544
|
## 证书(ssl) 版本:2019-12-05
|
|
51112
51545
|
|
|
51546
|
+
### 第 11 次发布
|
|
51547
|
+
|
|
51548
|
+
发布时间:2022-02-11 08:11:30
|
|
51549
|
+
|
|
51550
|
+
本次发布包含了以下内容:
|
|
51551
|
+
|
|
51552
|
+
改善已有的文档。
|
|
51553
|
+
|
|
51554
|
+
修改数据结构:
|
|
51555
|
+
|
|
51556
|
+
* [DeployedResources](https://cloud.tencent.com/document/api/400/41679#DeployedResources)
|
|
51557
|
+
|
|
51558
|
+
* 新增成员:ResourceIds
|
|
51559
|
+
|
|
51560
|
+
|
|
51113
51561
|
### 第 10 次发布
|
|
51114
51562
|
|
|
51115
51563
|
发布时间:2022-01-17 08:12:18
|
|
@@ -55167,6 +55615,21 @@
|
|
|
55167
55615
|
|
|
55168
55616
|
## 服务网格(tcm) 版本:2021-04-13
|
|
55169
55617
|
|
|
55618
|
+
### 第 4 次发布
|
|
55619
|
+
|
|
55620
|
+
发布时间:2022-02-16 08:11:56
|
|
55621
|
+
|
|
55622
|
+
本次发布包含了以下内容:
|
|
55623
|
+
|
|
55624
|
+
改善已有的文档。
|
|
55625
|
+
|
|
55626
|
+
修改数据结构:
|
|
55627
|
+
|
|
55628
|
+
* [AccessLogConfig](https://cloud.tencent.com/document/api/1261/63843#AccessLogConfig)
|
|
55629
|
+
|
|
55630
|
+
* 新增成员:Encoding, Format
|
|
55631
|
+
|
|
55632
|
+
|
|
55170
55633
|
### 第 3 次发布
|
|
55171
55634
|
|
|
55172
55635
|
发布时间:2022-01-24 08:14:58
|
|
@@ -56005,6 +56468,28 @@
|
|
|
56005
56468
|
|
|
56006
56469
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
56007
56470
|
|
|
56471
|
+
### 第 9 次发布
|
|
56472
|
+
|
|
56473
|
+
发布时间:2022-02-15 08:13:53
|
|
56474
|
+
|
|
56475
|
+
本次发布包含了以下内容:
|
|
56476
|
+
|
|
56477
|
+
改善已有的文档。
|
|
56478
|
+
|
|
56479
|
+
修改接口:
|
|
56480
|
+
|
|
56481
|
+
* [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
|
|
56482
|
+
|
|
56483
|
+
* 新增入参:ImageId
|
|
56484
|
+
|
|
56485
|
+
|
|
56486
|
+
修改数据结构:
|
|
56487
|
+
|
|
56488
|
+
* [ComplianceK8SDetailInfo](https://cloud.tencent.com/document/api/1285/65614#ComplianceK8SDetailInfo)
|
|
56489
|
+
|
|
56490
|
+
* 新增成员:ClusterVersion
|
|
56491
|
+
|
|
56492
|
+
|
|
56008
56493
|
### 第 8 次发布
|
|
56009
56494
|
|
|
56010
56495
|
发布时间:2022-01-24 08:15:12
|
|
@@ -59395,6 +59880,21 @@
|
|
|
59395
59880
|
|
|
59396
59881
|
## 容器服务(tke) 版本:2018-05-25
|
|
59397
59882
|
|
|
59883
|
+
### 第 89 次发布
|
|
59884
|
+
|
|
59885
|
+
发布时间:2022-02-11 08:13:17
|
|
59886
|
+
|
|
59887
|
+
本次发布包含了以下内容:
|
|
59888
|
+
|
|
59889
|
+
改善已有的文档。
|
|
59890
|
+
|
|
59891
|
+
修改接口:
|
|
59892
|
+
|
|
59893
|
+
* [DescribeClusterNodePools](https://cloud.tencent.com/document/api/457/49432)
|
|
59894
|
+
|
|
59895
|
+
* 新增入参:Filters
|
|
59896
|
+
|
|
59897
|
+
|
|
59398
59898
|
### 第 88 次发布
|
|
59399
59899
|
|
|
59400
59900
|
发布时间:2022-01-24 08:16:10
|