tencentcloud-sdk-nodejs 4.0.784 → 4.0.786
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 -0
- package/SERVICE_CHANGELOG.md +376 -80
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +14 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +188 -8
- package/src/services/cfg/v20210820/cfg_models.ts +6 -5
- package/src/services/cls/v20201016/cls_models.ts +32 -19
- package/src/services/csip/v20221121/csip_client.ts +26 -2
- package/src/services/csip/v20221121/csip_models.ts +100 -8
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +3 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +195 -50
- package/src/services/ess/v20201111/ess_client.ts +2 -1
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -2
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +12 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +17 -3
- package/src/services/privatedns/v20201028/privatedns_models.ts +25 -19
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +17 -13
- package/src/services/ssl/v20191205/ssl_client.ts +0 -15
- package/src/services/ssl/v20191205/ssl_models.ts +0 -53
- package/src/services/teo/v20220901/teo_models.ts +7 -3
- package/src/services/tke/v20180525/tke_client.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +5 -5
- package/src/services/trocket/v20230308/trocket_client.ts +398 -77
- package/src/services/trocket/v20230308/trocket_models.ts +1970 -694
- package/src/services/ump/v20200918/ump_client.ts +4 -2
- package/src/services/wedata/v20210820/wedata_client.ts +13 -1
- package/src/services/wedata/v20210820/wedata_models.ts +50 -35
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +185 -8
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +6 -5
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +32 -19
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +9 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +12 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +96 -8
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +194 -50
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +2 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +2 -2
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +12 -2
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +17 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +25 -19
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +17 -13
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -7
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +0 -8
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +0 -50
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -3
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +127 -15
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +182 -20
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1877 -660
- package/tencentcloud/services/ump/v20200918/ump_client.d.ts +3 -1
- package/tencentcloud/services/ump/v20200918/ump_client.js +3 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +48 -35
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/csip.v20221121.test.js +20 -0
- package/test/ssl.v20191205.test.js +0 -10
- package/test/trocket.v20230308.test.js +262 -12
- package/test/wedata.v20210820.test.js +10 -0
package/products.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-12-22 01:06:11 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
13
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2024-01-
|
|
13
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2024-01-19 01:06:05 |
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-01-04 01:08:58 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-01-05 01:09:22 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-12-15 19:11:22 |
|
|
50
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) |
|
|
50
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-01-19 01:08:39 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-01-09 01:09:35 |
|
|
52
52
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-01-09 01:09:43 |
|
|
53
53
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
|
|
@@ -55,24 +55,24 @@
|
|
|
55
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
|
-
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-01-
|
|
58
|
+
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-01-19 01:09:07 |
|
|
59
59
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-01-10 01:09:43 |
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-01-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-01-19 01:09:34 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-12-05 01:27:33 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
67
67
|
| config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2023-11-27 00:06:03 |
|
|
68
68
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) |
|
|
70
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-01-22 01:09:58 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-01-18 01:12:34 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-01-05 01:11:37 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-01-
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-01-19 01:11:18 |
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-01-17 01:12:30 |
|
|
77
77
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-01-18 01:15:51 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-03 01:15:03 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-22 01:13:39 |
|
|
100
100
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-18 01:16:19 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-01-12 01:15:37 |
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-01-18 01:16:58 |
|
|
113
113
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
114
114
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
|
|
115
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-01-
|
|
115
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-01-22 01:14:29 |
|
|
116
116
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-12-15 19:45:01 |
|
|
117
117
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
118
118
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-21 01:48:52 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-01-03 01:18:19 |
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-01-
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-01-22 01:16:38 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
140
140
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
@@ -153,17 +153,17 @@
|
|
|
153
153
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-
|
|
156
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-19 01:18:01 |
|
|
157
157
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-01-16 01:19:57 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-01-05 01:21:57 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-01-17 01:19:45 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
161
161
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
162
162
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-11-14 01:22:46 |
|
|
163
|
-
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) |
|
|
163
|
+
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-01-19 01:18:43 |
|
|
164
164
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-12-12 02:16:34 |
|
|
165
165
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-11-24 01:21:07 |
|
|
166
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) |
|
|
166
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-01-22 01:18:51 |
|
|
167
167
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
168
168
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
169
169
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
179
179
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-01-17 01:21:16 |
|
|
180
180
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
181
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) |
|
|
181
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-01-19 01:19:47 |
|
|
182
182
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
183
183
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-28 01:23:11 |
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-01-17 01:21:44 |
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-01-12 01:24:10 |
|
|
205
205
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
206
206
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-12-20 02:13:36 |
|
|
207
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-01-
|
|
207
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-01-19 01:22:03 |
|
|
208
208
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
|
|
209
209
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
210
210
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -214,13 +214,13 @@
|
|
|
214
214
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
215
215
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-01-16 01:24:12 |
|
|
216
216
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-29 01:26:38 |
|
|
217
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-01-
|
|
217
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-01-22 01:22:42 |
|
|
218
218
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
219
219
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-01-12 01:25:58 |
|
|
220
220
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-01-04 01:25:25 |
|
|
221
221
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
222
222
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
223
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-01-
|
|
223
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-01-22 01:23:11 |
|
|
224
224
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-29 01:27:21 |
|
|
225
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
226
226
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-01-16 14:56:12 |
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-01-15 01:25:03 |
|
|
229
229
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
230
230
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
|
|
231
|
-
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) |
|
|
231
|
+
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-01-22 01:24:15 |
|
|
232
232
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-12-22 01:27:31 |
|
|
233
233
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
234
234
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-01-09 01:28:56 |
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
237
237
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-01-17 01:26:45 |
|
|
238
238
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
239
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-01-
|
|
239
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-01-22 01:25:42 |
|
|
240
240
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-01-17 01:27:53 |
|
|
241
241
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
242
242
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-12-26 02:06:57 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.786"
|
|
@@ -42,6 +42,7 @@ import {
|
|
|
42
42
|
DescribeListProtocolBlockConfigResponse,
|
|
43
43
|
DescribeListBGPInstancesRequest,
|
|
44
44
|
KeyValue,
|
|
45
|
+
DescribeBGPIPL7RulesRequest,
|
|
45
46
|
ModifyCcBlackWhiteIpListRequest,
|
|
46
47
|
DeleteDDoSSpeedLimitConfigRequest,
|
|
47
48
|
CreatePacketFilterConfigResponse,
|
|
@@ -152,6 +153,7 @@ import {
|
|
|
152
153
|
ConnectLimitRelation,
|
|
153
154
|
DescribeListBlackWhiteIpListResponse,
|
|
154
155
|
DDoSAIRelation,
|
|
156
|
+
CreateBlackWhiteIpListRequest,
|
|
155
157
|
DescribeCCReqLimitPolicyListRequest,
|
|
156
158
|
AclConfigRelation,
|
|
157
159
|
DescribeListDDoSSpeedLimitConfigResponse,
|
|
@@ -163,6 +165,7 @@ import {
|
|
|
163
165
|
EipAddressRelation,
|
|
164
166
|
DeleteDDoSBlackWhiteIpListRequest,
|
|
165
167
|
PackInfo,
|
|
168
|
+
DescribeBGPIPL7RulesResponse,
|
|
166
169
|
CreateDDoSConnectLimitResponse,
|
|
167
170
|
WaterPrintRelation,
|
|
168
171
|
IPLineInfo,
|
|
@@ -218,7 +221,7 @@ import {
|
|
|
218
221
|
AssociateDDoSEipAddressRequest,
|
|
219
222
|
AssociateDDoSEipLoadBalancerResponse,
|
|
220
223
|
DescribeCCThresholdListRequest,
|
|
221
|
-
|
|
224
|
+
BGPIPL7RuleEntry,
|
|
222
225
|
ModifyDDoSGeoIPBlockConfigRequest,
|
|
223
226
|
DescribeBizTrendResponse,
|
|
224
227
|
NewL7RuleEntry,
|
|
@@ -329,6 +332,16 @@ export class Client extends AbstractClient {
|
|
|
329
332
|
return this.request("DescribeL7RulesBySSLCertId", req, cb)
|
|
330
333
|
}
|
|
331
334
|
|
|
335
|
+
/**
|
|
336
|
+
* 高防IP获取7层规则
|
|
337
|
+
*/
|
|
338
|
+
async DescribeBGPIPL7Rules(
|
|
339
|
+
req: DescribeBGPIPL7RulesRequest,
|
|
340
|
+
cb?: (error: string, rep: DescribeBGPIPL7RulesResponse) => void
|
|
341
|
+
): Promise<DescribeBGPIPL7RulesResponse> {
|
|
342
|
+
return this.request("DescribeBGPIPL7Rules", req, cb)
|
|
343
|
+
}
|
|
344
|
+
|
|
332
345
|
/**
|
|
333
346
|
* 获取单IP告警阈值配置列表
|
|
334
347
|
*/
|
|
@@ -668,6 +668,48 @@ export interface KeyValue {
|
|
|
668
668
|
Value: string
|
|
669
669
|
}
|
|
670
670
|
|
|
671
|
+
/**
|
|
672
|
+
* DescribeBGPIPL7Rules请求参数结构体
|
|
673
|
+
*/
|
|
674
|
+
export interface DescribeBGPIPL7RulesRequest {
|
|
675
|
+
/**
|
|
676
|
+
* DDoS防护子产品代号(bgpip表示高防IP)
|
|
677
|
+
*/
|
|
678
|
+
Business: string
|
|
679
|
+
/**
|
|
680
|
+
* 状态搜索,选填,取值[0(规则配置成功),1(规则配置生效中),2(规则配置失败),3(规则删除生效中),5(规则删除失败),6(规则等待配置),7(规则等待删除),8(规则待配置证书)]
|
|
681
|
+
*/
|
|
682
|
+
StatusList?: Array<number | bigint>
|
|
683
|
+
/**
|
|
684
|
+
* 域名搜索,选填,当需要搜索域名请填写
|
|
685
|
+
*/
|
|
686
|
+
Domain?: string
|
|
687
|
+
/**
|
|
688
|
+
* IP搜索,选填,当需要搜索IP请填写
|
|
689
|
+
*/
|
|
690
|
+
Ip?: string
|
|
691
|
+
/**
|
|
692
|
+
* 一页条数,默认值100,最大值100,超过100最大返回100条
|
|
693
|
+
*/
|
|
694
|
+
Limit?: number
|
|
695
|
+
/**
|
|
696
|
+
* 规则偏移量,取值为(页码-1)*一页条数
|
|
697
|
+
*/
|
|
698
|
+
Offset?: number
|
|
699
|
+
/**
|
|
700
|
+
* 转发协议搜索,选填,取值[http, https, http/https]
|
|
701
|
+
*/
|
|
702
|
+
ProtocolList?: Array<string>
|
|
703
|
+
/**
|
|
704
|
+
* 高防IP实例的Cname
|
|
705
|
+
*/
|
|
706
|
+
Cname?: string
|
|
707
|
+
/**
|
|
708
|
+
* 默认为false,当为true时,将不对各个规则做策略检查,直接导出所有规则
|
|
709
|
+
*/
|
|
710
|
+
Export?: boolean
|
|
711
|
+
}
|
|
712
|
+
|
|
671
713
|
/**
|
|
672
714
|
* ModifyCcBlackWhiteIpList请求参数结构体
|
|
673
715
|
*/
|
|
@@ -2999,6 +3041,24 @@ off(关闭)
|
|
|
2999
3041
|
InstanceDetailList: Array<InstanceRelation>
|
|
3000
3042
|
}
|
|
3001
3043
|
|
|
3044
|
+
/**
|
|
3045
|
+
* CreateBlackWhiteIpList请求参数结构体
|
|
3046
|
+
*/
|
|
3047
|
+
export interface CreateBlackWhiteIpListRequest {
|
|
3048
|
+
/**
|
|
3049
|
+
* 资源实例ID
|
|
3050
|
+
*/
|
|
3051
|
+
InstanceId: string
|
|
3052
|
+
/**
|
|
3053
|
+
* IP列表
|
|
3054
|
+
*/
|
|
3055
|
+
IpList: Array<string>
|
|
3056
|
+
/**
|
|
3057
|
+
* IP类型,取值[black(黑名单IP), white(白名单IP)]
|
|
3058
|
+
*/
|
|
3059
|
+
Type: string
|
|
3060
|
+
}
|
|
3061
|
+
|
|
3002
3062
|
/**
|
|
3003
3063
|
* DescribeCCReqLimitPolicyList请求参数结构体
|
|
3004
3064
|
*/
|
|
@@ -3245,6 +3305,28 @@ insurance:保险套餐包
|
|
|
3245
3305
|
PackId: string
|
|
3246
3306
|
}
|
|
3247
3307
|
|
|
3308
|
+
/**
|
|
3309
|
+
* DescribeBGPIPL7Rules返回参数结构体
|
|
3310
|
+
*/
|
|
3311
|
+
export interface DescribeBGPIPL7RulesResponse {
|
|
3312
|
+
/**
|
|
3313
|
+
* 转发规则列表
|
|
3314
|
+
*/
|
|
3315
|
+
Rules?: Array<BGPIPL7RuleEntry>
|
|
3316
|
+
/**
|
|
3317
|
+
* 健康检查配置列表
|
|
3318
|
+
*/
|
|
3319
|
+
Healths?: Array<L7RuleHealth>
|
|
3320
|
+
/**
|
|
3321
|
+
* 总规则数
|
|
3322
|
+
*/
|
|
3323
|
+
Total?: number
|
|
3324
|
+
/**
|
|
3325
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3326
|
+
*/
|
|
3327
|
+
RequestId?: string
|
|
3328
|
+
}
|
|
3329
|
+
|
|
3248
3330
|
/**
|
|
3249
3331
|
* CreateDDoSConnectLimit返回参数结构体
|
|
3250
3332
|
*/
|
|
@@ -4499,21 +4581,119 @@ export interface DescribeCCThresholdListRequest {
|
|
|
4499
4581
|
}
|
|
4500
4582
|
|
|
4501
4583
|
/**
|
|
4502
|
-
*
|
|
4584
|
+
* L7规则
|
|
4503
4585
|
*/
|
|
4504
|
-
export interface
|
|
4586
|
+
export interface BGPIPL7RuleEntry {
|
|
4505
4587
|
/**
|
|
4506
|
-
*
|
|
4588
|
+
* 转发协议,取值[http, https]
|
|
4507
4589
|
*/
|
|
4508
|
-
|
|
4590
|
+
Protocol: string
|
|
4509
4591
|
/**
|
|
4510
|
-
*
|
|
4592
|
+
* 转发域名
|
|
4511
4593
|
*/
|
|
4512
|
-
|
|
4594
|
+
Domain: string
|
|
4513
4595
|
/**
|
|
4514
|
-
*
|
|
4596
|
+
* 负载均衡方式,取值[1(加权轮询)]
|
|
4515
4597
|
*/
|
|
4516
|
-
|
|
4598
|
+
LbType: number
|
|
4599
|
+
/**
|
|
4600
|
+
* 会话保持开关,取值[0(会话保持关闭),1(会话保持开启)]
|
|
4601
|
+
*/
|
|
4602
|
+
KeepEnable: number
|
|
4603
|
+
/**
|
|
4604
|
+
* 会话保持时间,单位秒
|
|
4605
|
+
*/
|
|
4606
|
+
KeepTime: number
|
|
4607
|
+
/**
|
|
4608
|
+
* 回源方式,取值[1(域名回源),2(IP回源)]
|
|
4609
|
+
*/
|
|
4610
|
+
SourceType: number
|
|
4611
|
+
/**
|
|
4612
|
+
* 回源列表
|
|
4613
|
+
*/
|
|
4614
|
+
SourceList: Array<L4RuleSource>
|
|
4615
|
+
/**
|
|
4616
|
+
* 区域码
|
|
4617
|
+
*/
|
|
4618
|
+
Region?: number
|
|
4619
|
+
/**
|
|
4620
|
+
* 资源Id
|
|
4621
|
+
*/
|
|
4622
|
+
Id?: string
|
|
4623
|
+
/**
|
|
4624
|
+
* 资源Ip
|
|
4625
|
+
*/
|
|
4626
|
+
Ip?: string
|
|
4627
|
+
/**
|
|
4628
|
+
* 规则ID,当添加新规则时可以不用填写此字段;当修改或者删除规则时需要填写此字段;
|
|
4629
|
+
*/
|
|
4630
|
+
RuleId?: string
|
|
4631
|
+
/**
|
|
4632
|
+
* 规则描述
|
|
4633
|
+
*/
|
|
4634
|
+
RuleName?: string
|
|
4635
|
+
/**
|
|
4636
|
+
* 证书来源,当转发协议为https时必须填,取值[2(腾讯云托管证书)],当转发协议为http时也可以填0
|
|
4637
|
+
*/
|
|
4638
|
+
CertType?: number
|
|
4639
|
+
/**
|
|
4640
|
+
* 当证书来源为腾讯云托管证书时,此字段必须填写托管证书ID
|
|
4641
|
+
*/
|
|
4642
|
+
SSLId?: string
|
|
4643
|
+
/**
|
|
4644
|
+
* 当证书来源为自有证书时,此字段必须填写证书内容;(因已不再支持自有证书,此字段已弃用,请不用填写此字段)
|
|
4645
|
+
*/
|
|
4646
|
+
Cert?: string
|
|
4647
|
+
/**
|
|
4648
|
+
* 当证书来源为自有证书时,此字段必须填写证书密钥;(因已不再支持自有证书,此字段已弃用,请不用填写此字段)
|
|
4649
|
+
*/
|
|
4650
|
+
PrivateKey?: string
|
|
4651
|
+
/**
|
|
4652
|
+
* 规则状态,取值[0(规则配置成功),1(规则配置生效中),2(规则配置失败),3(规则删除生效中),5(规则删除失败),6(规则等待配置),7(规则等待删除),8(规则待配置证书)]
|
|
4653
|
+
*/
|
|
4654
|
+
Status?: number
|
|
4655
|
+
/**
|
|
4656
|
+
* cc防护状态,取值[0(关闭), 1(开启)]
|
|
4657
|
+
*/
|
|
4658
|
+
CCStatus?: number
|
|
4659
|
+
/**
|
|
4660
|
+
* HTTPS协议的CC防护状态,取值[0(关闭), 1(开启)]
|
|
4661
|
+
*/
|
|
4662
|
+
CCEnable?: number
|
|
4663
|
+
/**
|
|
4664
|
+
* HTTPS协议的CC防护阈值(已废弃)
|
|
4665
|
+
*/
|
|
4666
|
+
CCThreshold?: number
|
|
4667
|
+
/**
|
|
4668
|
+
* HTTPS协议的CC防护等级
|
|
4669
|
+
*/
|
|
4670
|
+
CCLevel?: string
|
|
4671
|
+
/**
|
|
4672
|
+
* 修改时间
|
|
4673
|
+
*/
|
|
4674
|
+
ModifyTime?: string
|
|
4675
|
+
/**
|
|
4676
|
+
* 是否开启Https协议使用Http回源,取值[0(关闭), 1(开启)],不填写默认是关闭
|
|
4677
|
+
*/
|
|
4678
|
+
HttpsToHttpEnable?: number
|
|
4679
|
+
/**
|
|
4680
|
+
* 接入端口值
|
|
4681
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4682
|
+
*/
|
|
4683
|
+
VirtualPort?: number
|
|
4684
|
+
/**
|
|
4685
|
+
* http强制跳转https,1表示打开,0表示关闭
|
|
4686
|
+
*/
|
|
4687
|
+
RewriteHttps?: number
|
|
4688
|
+
/**
|
|
4689
|
+
* 规则配置失败时的详细错误原因(仅当Status=2时有效),1001证书不存在,1002证书获取失败,1003证书上传失败,1004证书已过期
|
|
4690
|
+
*/
|
|
4691
|
+
ErrCode?: number
|
|
4692
|
+
/**
|
|
4693
|
+
* 版本
|
|
4694
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4695
|
+
*/
|
|
4696
|
+
Version?: number
|
|
4517
4697
|
}
|
|
4518
4698
|
|
|
4519
4699
|
/**
|
|
@@ -571,11 +571,6 @@ export interface TaskGroupInstance {
|
|
|
571
571
|
* 实例动作执行状态
|
|
572
572
|
*/
|
|
573
573
|
TaskGroupInstanceStatus: number
|
|
574
|
-
/**
|
|
575
|
-
* 实例动作执行日志
|
|
576
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
577
|
-
*/
|
|
578
|
-
TaskGroupInstanceExecuteLog: string
|
|
579
574
|
/**
|
|
580
575
|
* 实例创建时间
|
|
581
576
|
*/
|
|
@@ -598,6 +593,12 @@ export interface TaskGroupInstance {
|
|
|
598
593
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
599
594
|
*/
|
|
600
595
|
TaskGroupInstanceEndTime: string
|
|
596
|
+
/**
|
|
597
|
+
* 实例动作执行日志
|
|
598
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
599
|
+
* @deprecated
|
|
600
|
+
*/
|
|
601
|
+
TaskGroupInstanceExecuteLog?: string
|
|
601
602
|
/**
|
|
602
603
|
* 实例是否可重试
|
|
603
604
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -3881,6 +3881,10 @@ export interface CreateShipperRequest {
|
|
|
3881
3881
|
* 投递数据范围的结束时间点,不能填写未来时间。如果用户不填写,默认为持续投递,即无限。
|
|
3882
3882
|
*/
|
|
3883
3883
|
EndTime?: number
|
|
3884
|
+
/**
|
|
3885
|
+
* cos桶存储类型
|
|
3886
|
+
*/
|
|
3887
|
+
StorageType?: string
|
|
3884
3888
|
}
|
|
3885
3889
|
|
|
3886
3890
|
/**
|
|
@@ -4624,6 +4628,10 @@ export interface ModifyShipperRequest {
|
|
|
4624
4628
|
* 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
|
4625
4629
|
*/
|
|
4626
4630
|
FilenameMode?: number
|
|
4631
|
+
/**
|
|
4632
|
+
* cos桶类型
|
|
4633
|
+
*/
|
|
4634
|
+
StorageType?: string
|
|
4627
4635
|
}
|
|
4628
4636
|
|
|
4629
4637
|
/**
|
|
@@ -5250,83 +5258,83 @@ export interface ShipperInfo {
|
|
|
5250
5258
|
/**
|
|
5251
5259
|
* 投递规则ID
|
|
5252
5260
|
*/
|
|
5253
|
-
ShipperId
|
|
5261
|
+
ShipperId?: string
|
|
5254
5262
|
/**
|
|
5255
5263
|
* 日志主题ID
|
|
5256
5264
|
*/
|
|
5257
|
-
TopicId
|
|
5265
|
+
TopicId?: string
|
|
5258
5266
|
/**
|
|
5259
5267
|
* 投递的bucket地址
|
|
5260
5268
|
*/
|
|
5261
|
-
Bucket
|
|
5269
|
+
Bucket?: string
|
|
5262
5270
|
/**
|
|
5263
5271
|
* 投递的前缀目录
|
|
5264
5272
|
*/
|
|
5265
|
-
Prefix
|
|
5273
|
+
Prefix?: string
|
|
5266
5274
|
/**
|
|
5267
5275
|
* 投递规则的名字
|
|
5268
5276
|
*/
|
|
5269
|
-
ShipperName
|
|
5277
|
+
ShipperName?: string
|
|
5270
5278
|
/**
|
|
5271
5279
|
* 投递的时间间隔,单位 秒
|
|
5272
5280
|
*/
|
|
5273
|
-
Interval
|
|
5281
|
+
Interval?: number
|
|
5274
5282
|
/**
|
|
5275
5283
|
* 投递的文件的最大值,单位 MB
|
|
5276
5284
|
*/
|
|
5277
|
-
MaxSize
|
|
5285
|
+
MaxSize?: number
|
|
5278
5286
|
/**
|
|
5279
5287
|
* 是否生效
|
|
5280
5288
|
*/
|
|
5281
|
-
Status
|
|
5289
|
+
Status?: boolean
|
|
5282
5290
|
/**
|
|
5283
5291
|
* 投递日志的过滤规则
|
|
5284
5292
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5285
5293
|
*/
|
|
5286
|
-
FilterRules
|
|
5294
|
+
FilterRules?: Array<FilterRuleInfo>
|
|
5287
5295
|
/**
|
|
5288
5296
|
* 投递日志的分区规则,支持strftime的时间格式表示
|
|
5289
5297
|
*/
|
|
5290
|
-
Partition
|
|
5298
|
+
Partition?: string
|
|
5291
5299
|
/**
|
|
5292
5300
|
* 投递日志的压缩配置
|
|
5293
5301
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5294
5302
|
*/
|
|
5295
|
-
Compress
|
|
5303
|
+
Compress?: CompressInfo
|
|
5296
5304
|
/**
|
|
5297
5305
|
* 投递日志的内容格式配置
|
|
5298
5306
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5299
5307
|
*/
|
|
5300
|
-
Content
|
|
5308
|
+
Content?: ContentInfo
|
|
5301
5309
|
/**
|
|
5302
5310
|
* 投递日志的创建时间
|
|
5303
5311
|
*/
|
|
5304
|
-
CreateTime
|
|
5312
|
+
CreateTime?: string
|
|
5305
5313
|
/**
|
|
5306
5314
|
* 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
|
5307
5315
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5308
5316
|
*/
|
|
5309
|
-
FilenameMode
|
|
5317
|
+
FilenameMode?: number
|
|
5310
5318
|
/**
|
|
5311
5319
|
* 投递数据范围的开始时间点
|
|
5312
5320
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5313
5321
|
*/
|
|
5314
|
-
StartTime
|
|
5322
|
+
StartTime?: number
|
|
5315
5323
|
/**
|
|
5316
5324
|
* 投递数据范围的结束时间点
|
|
5317
5325
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5318
5326
|
*/
|
|
5319
|
-
EndTime
|
|
5327
|
+
EndTime?: number
|
|
5320
5328
|
/**
|
|
5321
5329
|
* 历史数据投递的进度(仅当用户选择的数据内中历史数据时才有效)
|
|
5322
5330
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5323
5331
|
*/
|
|
5324
|
-
Progress
|
|
5332
|
+
Progress?: number
|
|
5325
5333
|
/**
|
|
5326
5334
|
* 历史数据全部投递完成剩余的时间(仅当用户选择的数据中有历史数据时才有效)
|
|
5327
5335
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5328
5336
|
*/
|
|
5329
|
-
RemainTime
|
|
5337
|
+
RemainTime?: number
|
|
5330
5338
|
/**
|
|
5331
5339
|
* 历史任务状态:
|
|
5332
5340
|
0:实时任务
|
|
@@ -5336,7 +5344,12 @@ export interface ShipperInfo {
|
|
|
5336
5344
|
4:任务运行结束
|
|
5337
5345
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5338
5346
|
*/
|
|
5339
|
-
HistoryStatus
|
|
5347
|
+
HistoryStatus?: number
|
|
5348
|
+
/**
|
|
5349
|
+
* cos桶类型
|
|
5350
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5351
|
+
*/
|
|
5352
|
+
StorageType?: string
|
|
5340
5353
|
}
|
|
5341
5354
|
|
|
5342
5355
|
/**
|
|
@@ -38,6 +38,7 @@ import {
|
|
|
38
38
|
OrganizationUserInfo,
|
|
39
39
|
AssetTag,
|
|
40
40
|
DescribeVULRiskAdvanceCFGListRequest,
|
|
41
|
+
ModifyRiskCenterScanTaskResponse,
|
|
41
42
|
DescribeRiskCenterAssetViewCFGRiskListRequest,
|
|
42
43
|
DescribeDomainAssetsRequest,
|
|
43
44
|
Tag,
|
|
@@ -90,6 +91,7 @@ import {
|
|
|
90
91
|
DescribeCVMAssetInfoResponse,
|
|
91
92
|
DescribePublicIpAssetsResponse,
|
|
92
93
|
DescribeTaskLogURLResponse,
|
|
94
|
+
ModifyOrganizationAccountStatusResponse,
|
|
93
95
|
DescribeDbAssetInfoRequest,
|
|
94
96
|
Filter,
|
|
95
97
|
DescribeRiskCenterWebsiteRiskListRequest,
|
|
@@ -109,12 +111,13 @@ import {
|
|
|
109
111
|
ScanTaskInfoList,
|
|
110
112
|
DescribeDbAssetsRequest,
|
|
111
113
|
TaskLogInfo,
|
|
112
|
-
|
|
114
|
+
ModifyRiskCenterRiskStatusResponse,
|
|
113
115
|
DescribeRiskCenterAssetViewVULRiskListRequest,
|
|
114
116
|
TaskCenterCFGRiskInputParam,
|
|
115
117
|
CreateDomainAndIpRequest,
|
|
116
118
|
DomainAssetVO,
|
|
117
119
|
DescribeSearchBugInfoResponse,
|
|
120
|
+
ModifyOrganizationAccountStatusRequest,
|
|
118
121
|
DescribeTaskLogListResponse,
|
|
119
122
|
BugInfoDetail,
|
|
120
123
|
DescribeDomainAssetsResponse,
|
|
@@ -123,12 +126,13 @@ import {
|
|
|
123
126
|
DescribeRiskCenterAssetViewVULRiskListResponse,
|
|
124
127
|
DescribeCVMAssetsRequest,
|
|
125
128
|
DescribeRiskCenterServerRiskListRequest,
|
|
129
|
+
ModifyRiskCenterScanTaskRequest,
|
|
126
130
|
ClbListenerListInfo,
|
|
127
131
|
DescribeRiskCenterServerRiskListResponse,
|
|
128
132
|
DescribeListenerListRequest,
|
|
129
133
|
DeleteRiskScanTaskResponse,
|
|
130
134
|
DescribeGatewayAssetsRequest,
|
|
131
|
-
|
|
135
|
+
CreateDomainAndIpResponse,
|
|
132
136
|
DescribeTaskLogListRequest,
|
|
133
137
|
DescribeRiskCenterAssetViewPortRiskListResponse,
|
|
134
138
|
DescribeTaskLogURLRequest,
|
|
@@ -303,6 +307,16 @@ export class Client extends AbstractClient {
|
|
|
303
307
|
return this.request("DescribeCVMAssets", req, cb)
|
|
304
308
|
}
|
|
305
309
|
|
|
310
|
+
/**
|
|
311
|
+
* 修改风险中心扫描任务
|
|
312
|
+
*/
|
|
313
|
+
async ModifyRiskCenterScanTask(
|
|
314
|
+
req: ModifyRiskCenterScanTaskRequest,
|
|
315
|
+
cb?: (error: string, rep: ModifyRiskCenterScanTaskResponse) => void
|
|
316
|
+
): Promise<ModifyRiskCenterScanTaskResponse> {
|
|
317
|
+
return this.request("ModifyRiskCenterScanTask", req, cb)
|
|
318
|
+
}
|
|
319
|
+
|
|
306
320
|
/**
|
|
307
321
|
* 获取内容风险列表
|
|
308
322
|
*/
|
|
@@ -443,6 +457,16 @@ export class Client extends AbstractClient {
|
|
|
443
457
|
return this.request("ModifyRiskCenterRiskStatus", req, cb)
|
|
444
458
|
}
|
|
445
459
|
|
|
460
|
+
/**
|
|
461
|
+
* 修改集团账号状态
|
|
462
|
+
*/
|
|
463
|
+
async ModifyOrganizationAccountStatus(
|
|
464
|
+
req: ModifyOrganizationAccountStatusRequest,
|
|
465
|
+
cb?: (error: string, rep: ModifyOrganizationAccountStatusResponse) => void
|
|
466
|
+
): Promise<ModifyOrganizationAccountStatusResponse> {
|
|
467
|
+
return this.request("ModifyOrganizationAccountStatus", req, cb)
|
|
468
|
+
}
|
|
469
|
+
|
|
446
470
|
/**
|
|
447
471
|
* 查询集团账号用户列表
|
|
448
472
|
*/
|