tencentcloud-sdk-nodejs 4.0.360 → 4.0.363
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 +663 -0
- package/SERVICE_CHANGELOG.md +685 -39
- package/package.json +1 -1
- package/products.md +29 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_client.ts +25 -12
- package/src/services/acp/v20220105/acp_models.ts +50 -0
- package/src/services/ams/v20201229/ams_models.ts +7 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +3 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +68 -2
- package/src/services/cat/v20180409/cat_client.ts +38 -377
- package/src/services/cat/v20180409/cat_models.ts +385 -2403
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/ciam/index.ts +5 -0
- package/src/services/ciam/v20220331/ciam_client.ts +198 -0
- package/src/services/ciam/v20220331/ciam_models.ts +1087 -0
- package/src/services/ciam/v20220331/index.ts +6 -0
- package/src/services/cii/v20210408/cii_client.ts +3 -0
- package/src/services/cii/v20210408/cii_models.ts +61 -0
- package/src/services/cvm/v20170312/cvm_models.ts +18 -8
- package/src/services/dlc/v20210125/dlc_client.ts +13 -0
- package/src/services/dlc/v20210125/dlc_models.ts +94 -7
- package/src/services/eis/v20210601/eis_models.ts +39 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/facefusion/v20181201/facefusion_models.ts +1 -1
- package/src/services/index.ts +2 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/mmps/v20200710/mmps_client.ts +30 -5
- package/src/services/mmps/v20200710/mmps_models.ts +193 -103
- package/src/services/oceanus/v20190422/oceanus_client.ts +22 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +40 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +5 -0
- package/src/services/postgres/v20170312/postgres_models.ts +53 -38
- package/src/services/redis/v20180412/redis_models.ts +10 -0
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/tbaas/v20180416/tbaas_models.ts +1 -1
- 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/teo/v20220106/teo_client.ts +680 -412
- package/src/services/teo/v20220106/teo_models.ts +2927 -579
- package/src/services/tiia/v20190529/tiia_client.ts +17 -1
- package/src/services/tiia/v20190529/tiia_models.ts +70 -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/src/services/vpc/v20170312/vpc_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_client.d.ts +9 -5
- package/tencentcloud/services/acp/v20220105/acp_client.js +12 -6
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +43 -0
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +6 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +57 -2
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +9 -117
- package/tencentcloud/services/cat/v20180409/cat_client.js +12 -174
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +348 -2028
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/ciam/index.d.ts +6 -0
- package/tencentcloud/services/ciam/index.js +7 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +62 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +109 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +910 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.js +18 -0
- package/tencentcloud/services/ciam/v20220331/index.d.ts +6 -0
- package/tencentcloud/services/ciam/v20220331/index.js +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +52 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +17 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +81 -7
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +32 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +9 -1
- package/tencentcloud/services/mmps/v20200710/mmps_client.js +12 -0
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +164 -88
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +15 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +16 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +34 -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 +4 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +50 -38
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -0
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +1 -1
- 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/teo/v20220106/teo_client.d.ts +205 -125
- package/tencentcloud/services/teo/v20220106/teo_client.js +306 -186
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2539 -562
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +8 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +9 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +61 -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/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/test/acp.v20220105.test.js +14 -4
- package/test/cat.v20180409.test.js +8 -278
- package/test/ciam.v20220331.test.js +151 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/mmps.v20200710.test.js +20 -0
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/tcbr.v20220217.test.js +91 -0
- package/test/teo.v20220106.test.js +324 -124
- package/test/tiia.v20190529.test.js +10 -0
- package/test/vod.v20180717.test.js +20 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|-|-|-|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-04-04 06:03:06 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
|
-
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-06-
|
|
5
|
+
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-06-14 11:16:27 |
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-06-08 06:03:05 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
|
|
9
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
10
|
-
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-06-
|
|
11
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-
|
|
10
|
+
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-06-17 06:02:19 |
|
|
11
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-06-16 06:00:42 |
|
|
12
12
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
|
|
35
35
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-04-27 06:05:49 |
|
|
36
36
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
37
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-
|
|
37
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-06-17 06:03:48 |
|
|
38
38
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-05-31 06:05:45 |
|
|
39
39
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-31 06:05:55 |
|
|
40
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-
|
|
40
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-15 06:04:37 |
|
|
41
41
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
|
|
42
42
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-13 06:07:47 |
|
|
43
43
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
46
46
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-31 06:06:47 |
|
|
47
47
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-05-26 06:08:04 |
|
|
48
|
-
|
|
|
48
|
+
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-06-16 19:58:34 |
|
|
49
|
+
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-16 06:03:27 |
|
|
49
50
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
50
51
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
51
52
|
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-31 06:07:03 |
|
|
@@ -58,17 +59,17 @@
|
|
|
58
59
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
59
60
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-06-07 06:04:05 |
|
|
60
61
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
61
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-06-
|
|
62
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-06-16 06:04:38 |
|
|
62
63
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-06-10 06:05:46 |
|
|
63
64
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
64
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-
|
|
65
|
+
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-06-15 06:07:21 |
|
|
65
66
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
|
|
66
67
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
|
|
67
68
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-25 06:05:43 |
|
|
68
69
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-05-31 17:05:07 |
|
|
69
70
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
70
71
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-31 06:09:47 |
|
|
71
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-
|
|
72
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-17 06:07:19 |
|
|
72
73
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
|
|
73
74
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
74
75
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
@@ -80,12 +81,12 @@
|
|
|
80
81
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
81
82
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-06-09 06:11:09 |
|
|
82
83
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
83
|
-
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-
|
|
84
|
+
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
|
|
84
85
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-06-09 06:11:36 |
|
|
85
86
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-06-08 06:09:29 |
|
|
86
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-
|
|
87
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-15 06:09:03 |
|
|
87
88
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-13 06:12:00 |
|
|
88
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-
|
|
89
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
89
90
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-06-02 06:08:18 |
|
|
90
91
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
91
92
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
@@ -112,14 +113,14 @@
|
|
|
112
113
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
|
|
113
114
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-01 06:12:55 |
|
|
114
115
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-01 06:13:02 |
|
|
115
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-
|
|
116
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-16 06:09:18 |
|
|
116
117
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
117
118
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
118
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-
|
|
119
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-06-15 06:11:30 |
|
|
119
120
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
120
121
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
|
|
121
122
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
|
|
122
|
-
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-
|
|
123
|
+
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-14 11:16:30 |
|
|
123
124
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
124
125
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
|
|
125
126
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-06-14 06:14:22 |
|
|
@@ -130,20 +131,20 @@
|
|
|
130
131
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
131
132
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
132
133
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
133
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-06-
|
|
134
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-
|
|
134
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-06-15 06:12:20 |
|
|
135
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-17 06:11:40 |
|
|
135
136
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-06-10 06:11:43 |
|
|
136
137
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
|
|
137
138
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
138
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-
|
|
139
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-15 06:12:41 |
|
|
139
140
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
|
|
140
141
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-21 06:16:10 |
|
|
141
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-
|
|
142
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-06-16 06:10:57 |
|
|
142
143
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
143
144
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
144
145
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-04-04 07:04:08 |
|
|
145
146
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-05-19 06:16:44 |
|
|
146
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-06-
|
|
147
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-06-15 06:13:30 |
|
|
147
148
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
|
|
148
149
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
149
150
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
|
|
@@ -160,11 +161,12 @@
|
|
|
160
161
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-06-06 16:47:40 |
|
|
161
162
|
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
|
|
162
163
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
163
|
-
| tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-
|
|
164
|
+
| tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-06-15 06:14:16 |
|
|
164
165
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
165
166
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
166
167
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
|
|
167
168
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-26 06:16:06 |
|
|
169
|
+
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-06-16 14:56:04 |
|
|
168
170
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
|
|
169
171
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
170
172
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-06-08 06:15:21 |
|
|
@@ -174,17 +176,17 @@
|
|
|
174
176
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
175
177
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-06-13 06:18:15 |
|
|
176
178
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-09 06:18:14 |
|
|
177
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-
|
|
179
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-17 06:14:37 |
|
|
178
180
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
179
181
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
180
182
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
181
183
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
182
184
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
183
185
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
|
|
184
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-
|
|
186
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-15 06:15:49 |
|
|
185
187
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-06-07 22:05:59 |
|
|
186
188
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
187
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-
|
|
189
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-16 06:14:09 |
|
|
188
190
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
189
191
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
190
192
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
@@ -195,10 +197,10 @@
|
|
|
195
197
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
196
198
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
|
|
197
199
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
198
|
-
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-
|
|
200
|
+
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-17 06:16:09 |
|
|
199
201
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
200
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-
|
|
201
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-
|
|
202
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-17 06:16:12 |
|
|
203
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-15 06:17:25 |
|
|
202
204
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
|
|
203
205
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
204
206
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.363"
|
|
@@ -21,7 +21,9 @@ import {
|
|
|
21
21
|
CreateAppScanTaskRepeatRequest,
|
|
22
22
|
DescribeScanTaskListResponse,
|
|
23
23
|
AppInfoItem,
|
|
24
|
+
DescribeResourceUsageInfoResponse,
|
|
24
25
|
DescribeScanTaskListRequest,
|
|
26
|
+
ResourceUsageInfoData,
|
|
25
27
|
TaskFlowStepsInfo,
|
|
26
28
|
CreateAppScanTaskRequest,
|
|
27
29
|
DescribeScanTaskStatusResponse,
|
|
@@ -31,6 +33,7 @@ import {
|
|
|
31
33
|
DescribeScanTaskStatusRequest,
|
|
32
34
|
DescribeFileTicketRequest,
|
|
33
35
|
CreateAppScanTaskResponse,
|
|
36
|
+
DescribeResourceUsageInfoRequest,
|
|
34
37
|
DescribeScanTaskReportUrlResponse,
|
|
35
38
|
CreateAppScanTaskRepeatResponse,
|
|
36
39
|
} from "./acp_models"
|
|
@@ -65,13 +68,23 @@ export class Client extends AbstractClient {
|
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
/**
|
|
68
|
-
*
|
|
71
|
+
* 查询应用合规平台用户资源的使用情况
|
|
69
72
|
*/
|
|
70
|
-
async
|
|
71
|
-
req:
|
|
72
|
-
cb?: (error: string, rep:
|
|
73
|
-
): Promise<
|
|
74
|
-
return this.request("
|
|
73
|
+
async DescribeResourceUsageInfo(
|
|
74
|
+
req: DescribeResourceUsageInfoRequest,
|
|
75
|
+
cb?: (error: string, rep: DescribeResourceUsageInfoResponse) => void
|
|
76
|
+
): Promise<DescribeResourceUsageInfoResponse> {
|
|
77
|
+
return this.request("DescribeResourceUsageInfo", req, cb)
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* 查询App隐私合规诊断任务状态
|
|
82
|
+
*/
|
|
83
|
+
async DescribeScanTaskStatus(
|
|
84
|
+
req: DescribeScanTaskStatusRequest,
|
|
85
|
+
cb?: (error: string, rep: DescribeScanTaskStatusResponse) => void
|
|
86
|
+
): Promise<DescribeScanTaskStatusResponse> {
|
|
87
|
+
return this.request("DescribeScanTaskStatus", req, cb)
|
|
75
88
|
}
|
|
76
89
|
|
|
77
90
|
/**
|
|
@@ -85,13 +98,13 @@ export class Client extends AbstractClient {
|
|
|
85
98
|
}
|
|
86
99
|
|
|
87
100
|
/**
|
|
88
|
-
*
|
|
101
|
+
* 获取应用合规文件上传凭证,用于上传诊断文件
|
|
89
102
|
*/
|
|
90
|
-
async
|
|
91
|
-
req:
|
|
92
|
-
cb?: (error: string, rep:
|
|
93
|
-
): Promise<
|
|
94
|
-
return this.request("
|
|
103
|
+
async DescribeFileTicket(
|
|
104
|
+
req: DescribeFileTicketRequest,
|
|
105
|
+
cb?: (error: string, rep: DescribeFileTicketResponse) => void
|
|
106
|
+
): Promise<DescribeFileTicketResponse> {
|
|
107
|
+
return this.request("DescribeFileTicket", req, cb)
|
|
95
108
|
}
|
|
96
109
|
|
|
97
110
|
/**
|
|
@@ -171,6 +171,26 @@ export interface AppInfoItem {
|
|
|
171
171
|
PrivacyTextMD5: string
|
|
172
172
|
}
|
|
173
173
|
|
|
174
|
+
/**
|
|
175
|
+
* DescribeResourceUsageInfo返回参数结构体
|
|
176
|
+
*/
|
|
177
|
+
export interface DescribeResourceUsageInfoResponse {
|
|
178
|
+
/**
|
|
179
|
+
* 返回值, 0:成功, 其他值请查看“返回值”定义,暂时未定
|
|
180
|
+
*/
|
|
181
|
+
Result: number
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* 资源使用信息
|
|
185
|
+
*/
|
|
186
|
+
Data: ResourceUsageInfoData
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
190
|
+
*/
|
|
191
|
+
RequestId?: string
|
|
192
|
+
}
|
|
193
|
+
|
|
174
194
|
/**
|
|
175
195
|
* DescribeScanTaskList请求参数结构体
|
|
176
196
|
*/
|
|
@@ -221,6 +241,26 @@ export interface DescribeScanTaskListRequest {
|
|
|
221
241
|
EndTime?: string
|
|
222
242
|
}
|
|
223
243
|
|
|
244
|
+
/**
|
|
245
|
+
* 资源使用情况信息
|
|
246
|
+
*/
|
|
247
|
+
export interface ResourceUsageInfoData {
|
|
248
|
+
/**
|
|
249
|
+
* 资源计费项名称
|
|
250
|
+
*/
|
|
251
|
+
ResourceName: string
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* 资源总数
|
|
255
|
+
*/
|
|
256
|
+
Total: number
|
|
257
|
+
|
|
258
|
+
/**
|
|
259
|
+
* 未使用资源数
|
|
260
|
+
*/
|
|
261
|
+
UnusedCount: number
|
|
262
|
+
}
|
|
263
|
+
|
|
224
264
|
/**
|
|
225
265
|
* 任务流步骤详情
|
|
226
266
|
*/
|
|
@@ -557,6 +597,16 @@ export interface CreateAppScanTaskResponse {
|
|
|
557
597
|
RequestId?: string
|
|
558
598
|
}
|
|
559
599
|
|
|
600
|
+
/**
|
|
601
|
+
* DescribeResourceUsageInfo请求参数结构体
|
|
602
|
+
*/
|
|
603
|
+
export interface DescribeResourceUsageInfoRequest {
|
|
604
|
+
/**
|
|
605
|
+
* 资源计费项名称
|
|
606
|
+
*/
|
|
607
|
+
PriceName: string
|
|
608
|
+
}
|
|
609
|
+
|
|
560
610
|
/**
|
|
561
611
|
* DescribeScanTaskReportUrl返回参数结构体
|
|
562
612
|
*/
|
|
@@ -289,7 +289,7 @@ export interface DescribeTaskDetailResponse {
|
|
|
289
289
|
Suggestion: string
|
|
290
290
|
|
|
291
291
|
/**
|
|
292
|
-
* 该字段用于返回检测结果所对应的恶意标签。<br>返回值:**
|
|
292
|
+
* 该字段用于返回检测结果所对应的恶意标签。<br>返回值:**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom**:自定义违规;以及其他令人反感、不安全或不适宜的内容类型。
|
|
293
293
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
294
294
|
*/
|
|
295
295
|
Labels: Array<TaskLabel>
|
|
@@ -336,6 +336,12 @@ export interface DescribeTaskDetailResponse {
|
|
|
336
336
|
*/
|
|
337
337
|
UpdatedAt: string
|
|
338
338
|
|
|
339
|
+
/**
|
|
340
|
+
* 该字段用于返回检测结果所对应的标签。如果未命中恶意,返回Normal,如果命中恶意,则返回Labels中优先级最高的标签
|
|
341
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
342
|
+
*/
|
|
343
|
+
Label: string
|
|
344
|
+
|
|
339
345
|
/**
|
|
340
346
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
341
347
|
*/
|
|
@@ -71,6 +71,7 @@ import {
|
|
|
71
71
|
CreatePortAclConfigRequest,
|
|
72
72
|
DescribeCCThresholdListResponse,
|
|
73
73
|
DescribeL7RulesBySSLCertIdRequest,
|
|
74
|
+
TagFilter,
|
|
74
75
|
DescribeListPacketFilterConfigResponse,
|
|
75
76
|
DeleteBlackWhiteIpListResponse,
|
|
76
77
|
CreateSchedulingDomainRequest,
|
|
@@ -226,6 +227,7 @@ import {
|
|
|
226
227
|
DDoSGeoIPBlockConfigRelation,
|
|
227
228
|
DescribeListProtocolBlockConfigRequest,
|
|
228
229
|
DescribeListBGPInstancesResponse,
|
|
230
|
+
TagInfo,
|
|
229
231
|
DescribeDDoSTrendRequest,
|
|
230
232
|
DeleteCCRequestLimitPolicyResponse,
|
|
231
233
|
CreateCcBlackWhiteIpListRequest,
|
|
@@ -352,7 +354,7 @@ export class Client extends AbstractClient {
|
|
|
352
354
|
}
|
|
353
355
|
|
|
354
356
|
/**
|
|
355
|
-
*
|
|
357
|
+
* 获取边界防护CC防护等级列表
|
|
356
358
|
*/
|
|
357
359
|
async DescribeCCLevelList(
|
|
358
360
|
req: DescribeCCLevelListRequest,
|
|
@@ -680,6 +680,11 @@ export interface DescribeListBGPInstancesRequest {
|
|
|
680
680
|
* 企业版搜索
|
|
681
681
|
*/
|
|
682
682
|
FilterEnterpriseFlag?: number
|
|
683
|
+
|
|
684
|
+
/**
|
|
685
|
+
* 标签搜索
|
|
686
|
+
*/
|
|
687
|
+
FilterTag?: TagFilter
|
|
683
688
|
}
|
|
684
689
|
|
|
685
690
|
/**
|
|
@@ -1199,6 +1204,11 @@ export interface DescribeListBGPIPInstancesRequest {
|
|
|
1199
1204
|
* 批量查询实例ID对应的高防IP实例资源
|
|
1200
1205
|
*/
|
|
1201
1206
|
FilterInstanceIdList?: Array<string>
|
|
1207
|
+
|
|
1208
|
+
/**
|
|
1209
|
+
* 标签搜索
|
|
1210
|
+
*/
|
|
1211
|
+
FilterTag?: TagFilter
|
|
1202
1212
|
}
|
|
1203
1213
|
|
|
1204
1214
|
/**
|
|
@@ -1286,6 +1296,21 @@ export interface DescribeL7RulesBySSLCertIdRequest {
|
|
|
1286
1296
|
CertIds: Array<string>
|
|
1287
1297
|
}
|
|
1288
1298
|
|
|
1299
|
+
/**
|
|
1300
|
+
* 标签类型
|
|
1301
|
+
*/
|
|
1302
|
+
export interface TagFilter {
|
|
1303
|
+
/**
|
|
1304
|
+
* 标签键
|
|
1305
|
+
*/
|
|
1306
|
+
TagKey: string
|
|
1307
|
+
|
|
1308
|
+
/**
|
|
1309
|
+
* 标签键值列表
|
|
1310
|
+
*/
|
|
1311
|
+
TagValue: Array<string>
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1289
1314
|
/**
|
|
1290
1315
|
* DescribeListPacketFilterConfig返回参数结构体
|
|
1291
1316
|
*/
|
|
@@ -1725,6 +1750,11 @@ export interface BlackWhiteIpRelation {
|
|
|
1725
1750
|
* ip掩码,0表示32位完整ip
|
|
1726
1751
|
*/
|
|
1727
1752
|
Mask: number
|
|
1753
|
+
|
|
1754
|
+
/**
|
|
1755
|
+
* 修改时间
|
|
1756
|
+
*/
|
|
1757
|
+
ModifyTime: string
|
|
1728
1758
|
}
|
|
1729
1759
|
|
|
1730
1760
|
/**
|
|
@@ -2052,7 +2082,7 @@ export interface DescribeCCLevelListResponse {
|
|
|
2052
2082
|
Total: number
|
|
2053
2083
|
|
|
2054
2084
|
/**
|
|
2055
|
-
*
|
|
2085
|
+
* 分级策略列表总数
|
|
2056
2086
|
*/
|
|
2057
2087
|
LevelList: Array<CCLevelPolicy>
|
|
2058
2088
|
|
|
@@ -2546,6 +2576,12 @@ export interface BGPIPInstance {
|
|
|
2546
2576
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2547
2577
|
*/
|
|
2548
2578
|
BGPIPChannelFlag: number
|
|
2579
|
+
|
|
2580
|
+
/**
|
|
2581
|
+
* 资源关联标签
|
|
2582
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2583
|
+
*/
|
|
2584
|
+
TagInfoList: Array<TagInfo>
|
|
2549
2585
|
}
|
|
2550
2586
|
|
|
2551
2587
|
/**
|
|
@@ -2948,7 +2984,7 @@ export interface ListenerCcThreholdConfig {
|
|
|
2948
2984
|
Domain: string
|
|
2949
2985
|
|
|
2950
2986
|
/**
|
|
2951
|
-
* 协议(可取值
|
|
2987
|
+
* 协议(可取值https)
|
|
2952
2988
|
*/
|
|
2953
2989
|
Protocol: string
|
|
2954
2990
|
|
|
@@ -4843,6 +4879,21 @@ export interface DescribeListBGPInstancesResponse {
|
|
|
4843
4879
|
RequestId?: string
|
|
4844
4880
|
}
|
|
4845
4881
|
|
|
4882
|
+
/**
|
|
4883
|
+
* 标签信息,用于资源列表返回关联的标签
|
|
4884
|
+
*/
|
|
4885
|
+
export interface TagInfo {
|
|
4886
|
+
/**
|
|
4887
|
+
* 标签键
|
|
4888
|
+
*/
|
|
4889
|
+
TagKey: string
|
|
4890
|
+
|
|
4891
|
+
/**
|
|
4892
|
+
* 标签值
|
|
4893
|
+
*/
|
|
4894
|
+
TagValue: string
|
|
4895
|
+
}
|
|
4896
|
+
|
|
4846
4897
|
/**
|
|
4847
4898
|
* DescribeDDoSTrend请求参数结构体
|
|
4848
4899
|
*/
|
|
@@ -5008,6 +5059,11 @@ export interface BGPInstance {
|
|
|
5008
5059
|
* CC防护开关
|
|
5009
5060
|
*/
|
|
5010
5061
|
CCEnable: number
|
|
5062
|
+
|
|
5063
|
+
/**
|
|
5064
|
+
* 资源关联标签
|
|
5065
|
+
*/
|
|
5066
|
+
TagInfoList: Array<TagInfo>
|
|
5011
5067
|
}
|
|
5012
5068
|
|
|
5013
5069
|
/**
|
|
@@ -5576,6 +5632,11 @@ export interface CreateCCReqLimitPolicyRequest {
|
|
|
5576
5632
|
* 策略项
|
|
5577
5633
|
*/
|
|
5578
5634
|
Policy: CCReqLimitPolicyRecord
|
|
5635
|
+
|
|
5636
|
+
/**
|
|
5637
|
+
* 是否为兜底频控
|
|
5638
|
+
*/
|
|
5639
|
+
IsGlobal?: number
|
|
5579
5640
|
}
|
|
5580
5641
|
|
|
5581
5642
|
/**
|
|
@@ -5772,6 +5833,11 @@ export interface PacketFilterRelation {
|
|
|
5772
5833
|
* 特征过滤配置所属的实例
|
|
5773
5834
|
*/
|
|
5774
5835
|
InstanceDetailList: Array<InstanceRelation>
|
|
5836
|
+
|
|
5837
|
+
/**
|
|
5838
|
+
* 修改时间
|
|
5839
|
+
*/
|
|
5840
|
+
ModifyTime: string
|
|
5775
5841
|
}
|
|
5776
5842
|
|
|
5777
5843
|
/**
|