tencentcloud-sdk-nodejs 4.0.463 → 4.0.465
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 +509 -0
- package/README.md +6 -4
- package/SERVICE_CHANGELOG.md +622 -171
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_client.ts +13 -1
- package/src/services/bma/v20210624/bma_models.ts +41 -16
- package/src/services/ckafka/v20190819/ckafka_models.ts +5 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +8 -0
- package/src/services/cwp/v20180228/cwp_client.ts +106 -19
- package/src/services/cwp/v20180228/cwp_models.ts +633 -199
- package/src/services/ess/v20201111/ess_models.ts +24 -18
- package/src/services/essbasic/v20210526/essbasic_client.ts +25 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +40 -14
- package/src/services/monitor/v20180724/monitor_client.ts +2 -1
- package/src/services/monitor/v20180724/monitor_models.ts +32 -5
- package/src/services/pts/v20210728/pts_models.ts +36 -0
- package/src/services/ssm/v20190923/ssm_models.ts +1 -1
- package/src/services/tcb/v20180608/tcb_models.ts +7 -0
- package/src/services/tcm/v20210413/tcm_client.ts +41 -16
- package/src/services/tcm/v20210413/tcm_models.ts +95 -0
- package/src/services/tcss/v20201101/tcss_client.ts +2064 -278
- package/src/services/tcss/v20201101/tcss_models.ts +12415 -4071
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +13 -0
- package/src/services/teo/v20220901/teo_client.ts +2 -0
- package/src/services/teo/v20220901/teo_models.ts +68 -4
- package/src/services/thpc/v20220401/thpc_client.ts +16 -2
- package/src/services/thpc/v20220401/thpc_models.ts +145 -15
- package/src/services/tke/v20180525/tke_client.ts +4 -4
- package/src/services/tke/v20180525/tke_models.ts +62 -2
- package/src/services/trp/v20210515/trp_models.ts +5 -5
- package/src/services/trtc/v20190722/trtc_client.ts +8 -81
- package/src/services/trtc/v20190722/trtc_models.ts +107 -692
- package/src/services/wedata/v20210820/wedata_client.ts +79 -41
- package/src/services/wedata/v20210820/wedata_models.ts +417 -64
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +5 -1
- package/tencentcloud/services/bma/v20210624/bma_client.js +6 -0
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +36 -14
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +4 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +7 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +33 -5
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +48 -6
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +514 -147
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +20 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +23 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +23 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +38 -13
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +27 -4
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +30 -0
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +6 -0
- package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +15 -7
- package/tencentcloud/services/tcm/v20210413/tcm_client.js +21 -9
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +81 -0
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +646 -67
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +976 -109
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +9730 -2639
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +11 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +58 -4
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +124 -15
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +4 -4
- package/tencentcloud/services/tke/v20180525/tke_client.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +54 -2
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +5 -5
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -33
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -38
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +60 -556
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +25 -13
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +35 -17
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +352 -54
- package/test/bma.v20210624.test.js +10 -0
- package/test/cwp.v20180228.test.js +74 -4
- package/test/tcm.v20210413.test.js +26 -6
- package/test/tcss.v20201101.test.js +1764 -324
- package/test/thpc.v20220401.test.js +10 -0
- package/test/trtc.v20190722.test.js +0 -30
- package/test/wedata.v20210820.test.js +40 -10
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-08-15 06:09:23 |
|
|
25
25
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
26
26
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2022-08-09 11:50:03 |
|
|
27
|
-
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-10-19
|
|
27
|
+
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-10-19 17:32:07 |
|
|
28
28
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
|
|
29
29
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
30
30
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
34
34
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
35
35
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-09-23 06:11:49 |
|
|
36
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-10-
|
|
36
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-10-21 06:11:52 |
|
|
37
37
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-08-03 06:08:12 |
|
|
38
38
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
39
39
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-09-15 11:03:22 |
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
52
52
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
53
53
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
54
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-10-
|
|
54
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-10-20 06:14:29 |
|
|
55
55
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-09-22 06:16:46 |
|
|
56
56
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
57
57
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
|
|
61
61
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-10-17 06:17:26 |
|
|
62
62
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
63
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-10-
|
|
63
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-10-20 06:16:38 |
|
|
64
64
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
65
65
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-10-12 06:23:14 |
|
|
66
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-10-
|
|
66
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-10-24 06:23:41 |
|
|
67
67
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
68
68
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-10-17 13:57:08 |
|
|
69
69
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
|
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
|
|
89
89
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-09-06 06:30:34 |
|
|
90
90
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-09-28 06:30:23 |
|
|
91
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-
|
|
92
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-10-
|
|
91
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-10-21 06:26:34 |
|
|
92
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-10-21 06:26:44 |
|
|
93
93
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
94
94
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-10-17 06:26:28 |
|
|
95
95
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
|
|
120
120
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-10-19 06:31:50 |
|
|
121
121
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-09-14 06:27:13 |
|
|
122
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-
|
|
122
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-10-20 06:30:31 |
|
|
123
123
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
124
124
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
125
125
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-10-13 06:35:29 |
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
|
|
130
130
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-09-14 20:21:28 |
|
|
131
131
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-10-10 06:31:49 |
|
|
132
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-10-
|
|
132
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-10-21 06:35:12 |
|
|
133
133
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-09-20 06:38:58 |
|
|
134
134
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
|
|
135
135
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-09-16 17:41:33 |
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
145
145
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-09-23 06:42:05 |
|
|
146
146
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-09-19 06:43:11 |
|
|
147
|
-
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-
|
|
147
|
+
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-10-20 06:35:28 |
|
|
148
148
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
149
149
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-10-18 06:44:04 |
|
|
150
150
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-08-16 06:39:20 |
|
|
163
163
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-10-18 06:47:25 |
|
|
164
164
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
165
|
-
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-
|
|
165
|
+
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
|
|
166
166
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
|
|
167
167
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-09-12 06:39:19 |
|
|
168
168
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-09-05 06:46:56 |
|
|
@@ -173,20 +173,20 @@
|
|
|
173
173
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
174
174
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
175
175
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-08-23 06:49:36 |
|
|
176
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-10-
|
|
176
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-10-21 06:43:29 |
|
|
177
177
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
|
|
178
178
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
179
179
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
180
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-10-
|
|
180
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-10-21 06:44:08 |
|
|
181
181
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-09-26 06:53:07 |
|
|
182
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-
|
|
183
|
-
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-
|
|
182
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-10-21 06:44:56 |
|
|
183
|
+
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
184
184
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
185
185
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-10-17 06:45:52 |
|
|
186
186
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-10-10 06:42:56 |
|
|
187
187
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-09-28 06:54:52 |
|
|
188
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-10-
|
|
189
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-
|
|
188
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-10-20 06:52:24 |
|
|
189
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-10-21 06:49:31 |
|
|
190
190
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
191
191
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
192
192
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -195,24 +195,24 @@
|
|
|
195
195
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-09-20 06:53:40 |
|
|
196
196
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-09-30 07:00:21 |
|
|
197
197
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
198
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-10-
|
|
198
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-10-21 06:50:37 |
|
|
199
199
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
200
200
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
201
201
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-08-31 06:55:53 |
|
|
202
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-10-
|
|
203
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-10-
|
|
202
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-10-20 06:56:09 |
|
|
203
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-10-19 15:31:57 |
|
|
204
204
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-10-12 07:03:55 |
|
|
205
205
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-10-11 07:02:55 |
|
|
206
206
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
207
207
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-09-08 06:47:44 |
|
|
208
208
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
209
|
-
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-
|
|
209
|
+
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-10-21 06:54:07 |
|
|
210
210
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
211
211
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-10-14 06:59:02 |
|
|
212
212
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-10-10 06:50:01 |
|
|
213
213
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-09-15 06:49:04 |
|
|
214
214
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
215
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-10-
|
|
215
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-10-20 07:01:15 |
|
|
216
216
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
217
217
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-09-16 06:52:09 |
|
|
218
218
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.465"
|
|
@@ -39,6 +39,7 @@ import {
|
|
|
39
39
|
DescribeBPFakeURLsResponse,
|
|
40
40
|
CreateBPOfflineAttachmentResponse,
|
|
41
41
|
DescribeBPReportFakeURLsRequest,
|
|
42
|
+
DescribeCRMonitorDetailResponse,
|
|
42
43
|
MonitorTort,
|
|
43
44
|
CreateBPFakeURLRequest,
|
|
44
45
|
UpdateCRWorkResponse,
|
|
@@ -47,11 +48,12 @@ import {
|
|
|
47
48
|
DescribeCRMonitorsResponse,
|
|
48
49
|
CreateCRCompanyVerifyResponse,
|
|
49
50
|
CreateBPOfflineAttachmentRequest,
|
|
51
|
+
CreateCRDesktopCodeResponse,
|
|
50
52
|
CreateBPProtectURLsRequest,
|
|
51
53
|
CreateCRObtainRequest,
|
|
52
54
|
ModifyCRBlockStatusRequest,
|
|
53
55
|
ModifyCRMonitorRequest,
|
|
54
|
-
|
|
56
|
+
CreateCRDesktopCodeRequest,
|
|
55
57
|
CreateCRWorkRequest,
|
|
56
58
|
DescribeBPCompanyInfoRequest,
|
|
57
59
|
DescribeCRObtainDetailRequest,
|
|
@@ -103,6 +105,16 @@ export class Client extends AbstractClient {
|
|
|
103
105
|
return this.request("UpdateCRWork", req, cb)
|
|
104
106
|
}
|
|
105
107
|
|
|
108
|
+
/**
|
|
109
|
+
* 新建过程取证码
|
|
110
|
+
*/
|
|
111
|
+
async CreateCRDesktopCode(
|
|
112
|
+
req: CreateCRDesktopCodeRequest,
|
|
113
|
+
cb?: (error: string, rep: CreateCRDesktopCodeResponse) => void
|
|
114
|
+
): Promise<CreateCRDesktopCodeResponse> {
|
|
115
|
+
return this.request("CreateCRDesktopCode", req, cb)
|
|
116
|
+
}
|
|
117
|
+
|
|
106
118
|
/**
|
|
107
119
|
* 查询企业信息
|
|
108
120
|
*/
|
|
@@ -620,6 +620,31 @@ export interface DescribeBPReportFakeURLsRequest {
|
|
|
620
620
|
PageNumber?: number
|
|
621
621
|
}
|
|
622
622
|
|
|
623
|
+
/**
|
|
624
|
+
* DescribeCRMonitorDetail返回参数结构体
|
|
625
|
+
*/
|
|
626
|
+
export interface DescribeCRMonitorDetailResponse {
|
|
627
|
+
/**
|
|
628
|
+
* 侵权数组
|
|
629
|
+
*/
|
|
630
|
+
Torts: Array<MonitorTort>
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* 总记录数
|
|
634
|
+
*/
|
|
635
|
+
TotalCount: number
|
|
636
|
+
|
|
637
|
+
/**
|
|
638
|
+
* 监测状态
|
|
639
|
+
*/
|
|
640
|
+
MonitorStatus: number
|
|
641
|
+
|
|
642
|
+
/**
|
|
643
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
644
|
+
*/
|
|
645
|
+
RequestId?: string
|
|
646
|
+
}
|
|
647
|
+
|
|
623
648
|
/**
|
|
624
649
|
* 监测侵权信息详情
|
|
625
650
|
*/
|
|
@@ -890,6 +915,16 @@ export interface CreateBPOfflineAttachmentRequest {
|
|
|
890
915
|
AuthorizationName?: string
|
|
891
916
|
}
|
|
892
917
|
|
|
918
|
+
/**
|
|
919
|
+
* CreateCRDesktopCode返回参数结构体
|
|
920
|
+
*/
|
|
921
|
+
export interface CreateCRDesktopCodeResponse {
|
|
922
|
+
/**
|
|
923
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
924
|
+
*/
|
|
925
|
+
RequestId?: string
|
|
926
|
+
}
|
|
927
|
+
|
|
893
928
|
/**
|
|
894
929
|
* CreateBPProtectURLs请求参数结构体
|
|
895
930
|
*/
|
|
@@ -1006,28 +1041,18 @@ export interface ModifyCRMonitorRequest {
|
|
|
1006
1041
|
}
|
|
1007
1042
|
|
|
1008
1043
|
/**
|
|
1009
|
-
*
|
|
1044
|
+
* CreateCRDesktopCode请求参数结构体
|
|
1010
1045
|
*/
|
|
1011
|
-
export interface
|
|
1012
|
-
/**
|
|
1013
|
-
* 侵权数组
|
|
1014
|
-
*/
|
|
1015
|
-
Torts: Array<MonitorTort>
|
|
1016
|
-
|
|
1046
|
+
export interface CreateCRDesktopCodeRequest {
|
|
1017
1047
|
/**
|
|
1018
|
-
*
|
|
1019
|
-
*/
|
|
1020
|
-
TotalCount: number
|
|
1021
|
-
|
|
1022
|
-
/**
|
|
1023
|
-
* 监测状态
|
|
1048
|
+
* xxx
|
|
1024
1049
|
*/
|
|
1025
|
-
|
|
1050
|
+
TortId: number
|
|
1026
1051
|
|
|
1027
1052
|
/**
|
|
1028
|
-
*
|
|
1053
|
+
* xxx
|
|
1029
1054
|
*/
|
|
1030
|
-
|
|
1055
|
+
DesktopCode: string
|
|
1031
1056
|
}
|
|
1032
1057
|
|
|
1033
1058
|
/**
|
|
@@ -17430,6 +17430,14 @@ export interface CreateOpenBankGlobalPaymentOrderRequest {
|
|
|
17430
17430
|
* 账单信息
|
|
17431
17431
|
*/
|
|
17432
17432
|
BillingInfo?: OpenBankBillingInfo
|
|
17433
|
+
|
|
17434
|
+
/**
|
|
17435
|
+
* 环境类型
|
|
17436
|
+
__release__:生产环境
|
|
17437
|
+
__sandbox__:沙箱环境
|
|
17438
|
+
缺省默认为生产环境
|
|
17439
|
+
*/
|
|
17440
|
+
Environment?: string
|
|
17433
17441
|
}
|
|
17434
17442
|
|
|
17435
17443
|
/**
|
|
@@ -88,10 +88,11 @@ import {
|
|
|
88
88
|
LoginWhiteLists,
|
|
89
89
|
ScanVulResponse,
|
|
90
90
|
DescribeOverviewStatisticsRequest,
|
|
91
|
-
|
|
91
|
+
DeleteScanTaskRequest,
|
|
92
92
|
DescribeTagMachinesRequest,
|
|
93
93
|
AssetKeyVal,
|
|
94
94
|
DescribeLicenseListResponse,
|
|
95
|
+
DescribeJavaMemShellListResponse,
|
|
95
96
|
LicenseUnBindRsp,
|
|
96
97
|
ModifyAutoOpenProVersionConfigRequest,
|
|
97
98
|
DeletePrivilegeEventsRequest,
|
|
@@ -134,7 +135,7 @@ import {
|
|
|
134
135
|
DescribeAssetMachineDetailResponse,
|
|
135
136
|
DescribeStrategyExistResponse,
|
|
136
137
|
DeleteReverseShellEventsRequest,
|
|
137
|
-
|
|
138
|
+
DescribeSearchLogsResponse,
|
|
138
139
|
DescribeMachineOsListResponse,
|
|
139
140
|
DescribeAssetWebServiceProcessListResponse,
|
|
140
141
|
IgnoreImpactedHostsRequest,
|
|
@@ -150,11 +151,13 @@ import {
|
|
|
150
151
|
DescribeVersionStatisticsRequest,
|
|
151
152
|
ExportPrivilegeEventsResponse,
|
|
152
153
|
UsualPlace,
|
|
154
|
+
ModifyBaselinePolicyResponse,
|
|
153
155
|
DescribeReverseShellEventsRequest,
|
|
154
156
|
ReverseShell,
|
|
155
157
|
DescribeAttackVulTypeListRequest,
|
|
156
158
|
DescribeLogStorageStatisticRequest,
|
|
157
|
-
|
|
159
|
+
DeleteBaselinePolicyRequest,
|
|
160
|
+
DescribeBaselinePolicyListResponse,
|
|
158
161
|
CheckBashRuleParamsResponse,
|
|
159
162
|
DeleteLicenseRecordRequest,
|
|
160
163
|
ExportBaselineListRequest,
|
|
@@ -168,7 +171,7 @@ import {
|
|
|
168
171
|
AssetAppBaseInfo,
|
|
169
172
|
DescribePrivilegeRulesRequest,
|
|
170
173
|
ModifyOrderAttributeRequest,
|
|
171
|
-
|
|
174
|
+
JavaMemShellInfo,
|
|
172
175
|
DescribeAssetSystemPackageListResponse,
|
|
173
176
|
DescribeAssetMachineListResponse,
|
|
174
177
|
DescribeWebPageGeneralizeRequest,
|
|
@@ -185,6 +188,7 @@ import {
|
|
|
185
188
|
DescribeSearchExportListRequest,
|
|
186
189
|
ScanAssetRequest,
|
|
187
190
|
DescribeBaselineRuleResponse,
|
|
191
|
+
StopBaselineDetectResponse,
|
|
188
192
|
DeleteMaliciousRequestsResponse,
|
|
189
193
|
ExportBruteAttacksResponse,
|
|
190
194
|
ProtectDirRelatedServer,
|
|
@@ -268,6 +272,8 @@ import {
|
|
|
268
272
|
DescribeWebPageServiceInfoResponse,
|
|
269
273
|
DescribeUsualLoginPlacesRequest,
|
|
270
274
|
ProtectEventLists,
|
|
275
|
+
BaselinePolicy,
|
|
276
|
+
DescribeJavaMemShellListRequest,
|
|
271
277
|
SwitchBashRulesRequest,
|
|
272
278
|
DescribeProcessStatisticsRequest,
|
|
273
279
|
CreateScanMalwareSettingResponse,
|
|
@@ -292,6 +298,7 @@ import {
|
|
|
292
298
|
DescribeScanVulSettingResponse,
|
|
293
299
|
AssetFilters,
|
|
294
300
|
DescribeAssetDatabaseInfoResponse,
|
|
301
|
+
MonthInspectionReport,
|
|
295
302
|
SetBashEventsStatusRequest,
|
|
296
303
|
AssetAppProcessInfo,
|
|
297
304
|
DescribeBaselineStrategyListRequest,
|
|
@@ -305,6 +312,7 @@ import {
|
|
|
305
312
|
DescribeProtectDirListRequest,
|
|
306
313
|
ExportPrivilegeEventsRequest,
|
|
307
314
|
DescribeMalwareFileResponse,
|
|
315
|
+
StopBaselineDetectRequest,
|
|
308
316
|
TaskStatus,
|
|
309
317
|
DescribeRiskDnsListResponse,
|
|
310
318
|
DescribeAssetWebAppListResponse,
|
|
@@ -322,11 +330,13 @@ import {
|
|
|
322
330
|
DescribeWebPageEventListResponse,
|
|
323
331
|
DeleteProtectDirResponse,
|
|
324
332
|
ModifyBanStatusRequest,
|
|
333
|
+
OsName,
|
|
325
334
|
DescribeWebPageServiceInfoRequest,
|
|
326
335
|
DescribeLogStorageStatisticResponse,
|
|
327
336
|
BaselineItemDetect,
|
|
328
337
|
DescribeEmergencyResponseListRequest,
|
|
329
338
|
DescribeScanStateResponse,
|
|
339
|
+
BaselineHostDetect,
|
|
330
340
|
EditTagsRequest,
|
|
331
341
|
DeleteReverseShellRulesRequest,
|
|
332
342
|
DescribeBaselineEffectHostListRequest,
|
|
@@ -341,6 +351,7 @@ import {
|
|
|
341
351
|
DeleteMalwareScanTaskResponse,
|
|
342
352
|
DescribeBaselineDetailResponse,
|
|
343
353
|
ExportIgnoreRuleEffectHostListResponse,
|
|
354
|
+
DescribeAssetRecentMachineInfoRequest,
|
|
344
355
|
DescribeAssetWebAppPluginListRequest,
|
|
345
356
|
DeletePrivilegeEventsResponse,
|
|
346
357
|
DescribeMachineInfoResponse,
|
|
@@ -410,6 +421,7 @@ import {
|
|
|
410
421
|
DescribeEmergencyResponseListResponse,
|
|
411
422
|
ProtectHostConfig,
|
|
412
423
|
AssetPlanTask,
|
|
424
|
+
DeleteBaselinePolicyResponse,
|
|
413
425
|
HistoryAccount,
|
|
414
426
|
DescribeAssetAppListResponse,
|
|
415
427
|
ModifyWebPageProtectSwitchRequest,
|
|
@@ -435,6 +447,7 @@ import {
|
|
|
435
447
|
DescribeAssetPortInfoListResponse,
|
|
436
448
|
DescribeProtectDirListResponse,
|
|
437
449
|
DescribeMaliciousRequestWhiteListResponse,
|
|
450
|
+
DescribeBaselinePolicyListRequest,
|
|
438
451
|
DeleteBruteAttacksResponse,
|
|
439
452
|
ExportTasksResponse,
|
|
440
453
|
DescribeIgnoreBaselineRuleResponse,
|
|
@@ -460,7 +473,7 @@ import {
|
|
|
460
473
|
DescribeAttackVulTypeListResponse,
|
|
461
474
|
DescribePrivilegeRulesResponse,
|
|
462
475
|
DescribeReverseShellEventsResponse,
|
|
463
|
-
|
|
476
|
+
DescribeSecurityEventsCntResponse,
|
|
464
477
|
DescribeWebPageProtectStatResponse,
|
|
465
478
|
DescribeAssetPortInfoListRequest,
|
|
466
479
|
VulLevelCountInfo,
|
|
@@ -509,11 +522,12 @@ import {
|
|
|
509
522
|
DescribeScanTaskDetailsRequest,
|
|
510
523
|
DescribeProtectDirRelatedServerRequest,
|
|
511
524
|
DescribeBaselineItemListResponse,
|
|
512
|
-
|
|
525
|
+
DescribeBanRegionsRequest,
|
|
513
526
|
SecurityEventInfo,
|
|
514
527
|
DescribeBaselineAnalysisDataResponse,
|
|
515
528
|
ModifyBanModeRequest,
|
|
516
529
|
BanWhiteListDetail,
|
|
530
|
+
DeleteScanTaskResponse,
|
|
517
531
|
DescribeMachineRegionsResponse,
|
|
518
532
|
DestroyOrderRequest,
|
|
519
533
|
AssetWebAppBaseInfo,
|
|
@@ -535,6 +549,7 @@ import {
|
|
|
535
549
|
Filter,
|
|
536
550
|
DescribeAccountStatisticsRequest,
|
|
537
551
|
SecurityButlerInfo,
|
|
552
|
+
DescribeBaselineHostDetectListResponse,
|
|
538
553
|
DescribeSaveOrUpdateWarningsRequest,
|
|
539
554
|
DescribeAssetProcessInfoListResponse,
|
|
540
555
|
ProcessStatistics,
|
|
@@ -561,7 +576,7 @@ import {
|
|
|
561
576
|
DescribeGeneralStatResponse,
|
|
562
577
|
EditTagsResponse,
|
|
563
578
|
DeleteMachineTagResponse,
|
|
564
|
-
|
|
579
|
+
BruteAttackInfo,
|
|
565
580
|
WarningInfoObj,
|
|
566
581
|
UpdateMachineTagsRequest,
|
|
567
582
|
DescribeBaselineItemDetectListResponse,
|
|
@@ -571,6 +586,8 @@ import {
|
|
|
571
586
|
AssetPortBaseInfo,
|
|
572
587
|
DescribeAssetWebLocationInfoRequest,
|
|
573
588
|
DescribeAssetInitServiceListResponse,
|
|
589
|
+
ModifyBaselinePolicyRequest,
|
|
590
|
+
DescribeBaselineHostDetectListRequest,
|
|
574
591
|
DescribeAssetWebFrameListResponse,
|
|
575
592
|
DescribeAssetUserListRequest,
|
|
576
593
|
DeleteBaselineStrategyRequest,
|
|
@@ -782,6 +799,16 @@ export class Client extends AbstractClient {
|
|
|
782
799
|
return this.request("DescribeServerRelatedDirInfo", req, cb)
|
|
783
800
|
}
|
|
784
801
|
|
|
802
|
+
/**
|
|
803
|
+
* 停止基线检测
|
|
804
|
+
*/
|
|
805
|
+
async StopBaselineDetect(
|
|
806
|
+
req: StopBaselineDetectRequest,
|
|
807
|
+
cb?: (error: string, rep: StopBaselineDetectResponse) => void
|
|
808
|
+
): Promise<StopBaselineDetectResponse> {
|
|
809
|
+
return this.request("StopBaselineDetect", req, cb)
|
|
810
|
+
}
|
|
811
|
+
|
|
785
812
|
/**
|
|
786
813
|
* 根据策略信息创建基线策略
|
|
787
814
|
*/
|
|
@@ -882,6 +909,16 @@ export class Client extends AbstractClient {
|
|
|
882
909
|
return this.request("DescribeBaselineList", req, cb)
|
|
883
910
|
}
|
|
884
911
|
|
|
912
|
+
/**
|
|
913
|
+
* DeleteScanTask 该接口可以对指定类型的扫描任务进行停止扫描;
|
|
914
|
+
*/
|
|
915
|
+
async DeleteScanTask(
|
|
916
|
+
req: DeleteScanTaskRequest,
|
|
917
|
+
cb?: (error: string, rep: DeleteScanTaskResponse) => void
|
|
918
|
+
): Promise<DeleteScanTaskResponse> {
|
|
919
|
+
return this.request("DeleteScanTask", req, cb)
|
|
920
|
+
}
|
|
921
|
+
|
|
885
922
|
/**
|
|
886
923
|
* 根据Ids删除高危命令事件
|
|
887
924
|
*/
|
|
@@ -1492,6 +1529,16 @@ export class Client extends AbstractClient {
|
|
|
1492
1529
|
return this.request("DeleteMalwares", req, cb)
|
|
1493
1530
|
}
|
|
1494
1531
|
|
|
1532
|
+
/**
|
|
1533
|
+
* 用于异步导出数据量大的日志文件
|
|
1534
|
+
*/
|
|
1535
|
+
async ExportTasks(
|
|
1536
|
+
req: ExportTasksRequest,
|
|
1537
|
+
cb?: (error: string, rep: ExportTasksResponse) => void
|
|
1538
|
+
): Promise<ExportTasksResponse> {
|
|
1539
|
+
return this.request("ExportTasks", req, cb)
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1495
1542
|
/**
|
|
1496
1543
|
* 用于网页防篡改获取区域主机列表。
|
|
1497
1544
|
*/
|
|
@@ -1712,6 +1759,16 @@ export class Client extends AbstractClient {
|
|
|
1712
1759
|
return this.request("DescribeBaselineStrategyDetail", req, cb)
|
|
1713
1760
|
}
|
|
1714
1761
|
|
|
1762
|
+
/**
|
|
1763
|
+
* 更改基线策略设置
|
|
1764
|
+
*/
|
|
1765
|
+
async ModifyBaselinePolicy(
|
|
1766
|
+
req: ModifyBaselinePolicyRequest,
|
|
1767
|
+
cb?: (error: string, rep: ModifyBaselinePolicyResponse) => void
|
|
1768
|
+
): Promise<ModifyBaselinePolicyResponse> {
|
|
1769
|
+
return this.request("ModifyBaselinePolicy", req, cb)
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1715
1772
|
/**
|
|
1716
1773
|
* 获取Web站点详情
|
|
1717
1774
|
*/
|
|
@@ -1732,6 +1789,16 @@ export class Client extends AbstractClient {
|
|
|
1732
1789
|
return this.request("UntrustMalwares", req, cb)
|
|
1733
1790
|
}
|
|
1734
1791
|
|
|
1792
|
+
/**
|
|
1793
|
+
* 获取基线策略列表
|
|
1794
|
+
*/
|
|
1795
|
+
async DescribeBaselinePolicyList(
|
|
1796
|
+
req: DescribeBaselinePolicyListRequest,
|
|
1797
|
+
cb?: (error: string, rep: DescribeBaselinePolicyListResponse) => void
|
|
1798
|
+
): Promise<DescribeBaselinePolicyListResponse> {
|
|
1799
|
+
return this.request("DescribeBaselinePolicyList", req, cb)
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1735
1802
|
/**
|
|
1736
1803
|
* 网页防篡改防护目录列表
|
|
1737
1804
|
*/
|
|
@@ -1802,6 +1869,16 @@ export class Client extends AbstractClient {
|
|
|
1802
1869
|
return this.request("DescribeVulEffectHostList", req, cb)
|
|
1803
1870
|
}
|
|
1804
1871
|
|
|
1872
|
+
/**
|
|
1873
|
+
* 删除基线策略配置
|
|
1874
|
+
*/
|
|
1875
|
+
async DeleteBaselinePolicy(
|
|
1876
|
+
req: DeleteBaselinePolicyRequest,
|
|
1877
|
+
cb?: (error: string, rep: DeleteBaselinePolicyResponse) => void
|
|
1878
|
+
): Promise<DeleteBaselinePolicyResponse> {
|
|
1879
|
+
return this.request("DeleteBaselinePolicy", req, cb)
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1805
1882
|
/**
|
|
1806
1883
|
* DescribeScanTaskStatus 查询机器扫描状态列表用于过滤筛选
|
|
1807
1884
|
*/
|
|
@@ -2205,6 +2282,16 @@ export class Client extends AbstractClient {
|
|
|
2205
2282
|
return this.request("SwitchBashRules", req, cb)
|
|
2206
2283
|
}
|
|
2207
2284
|
|
|
2285
|
+
/**
|
|
2286
|
+
* 查询可筛选操作系统列表.
|
|
2287
|
+
*/
|
|
2288
|
+
async DescribeMachineOsList(
|
|
2289
|
+
req?: DescribeMachineOsListRequest,
|
|
2290
|
+
cb?: (error: string, rep: DescribeMachineOsListResponse) => void
|
|
2291
|
+
): Promise<DescribeMachineOsListResponse> {
|
|
2292
|
+
return this.request("DescribeMachineOsList", req, cb)
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2208
2295
|
/**
|
|
2209
2296
|
* 获取阻断白名单列表
|
|
2210
2297
|
*/
|
|
@@ -2396,13 +2483,13 @@ export class Client extends AbstractClient {
|
|
|
2396
2483
|
}
|
|
2397
2484
|
|
|
2398
2485
|
/**
|
|
2399
|
-
*
|
|
2486
|
+
* 查询java内存马事件列表
|
|
2400
2487
|
*/
|
|
2401
|
-
async
|
|
2402
|
-
req
|
|
2403
|
-
cb?: (error: string, rep:
|
|
2404
|
-
): Promise<
|
|
2405
|
-
return this.request("
|
|
2488
|
+
async DescribeJavaMemShellList(
|
|
2489
|
+
req: DescribeJavaMemShellListRequest,
|
|
2490
|
+
cb?: (error: string, rep: DescribeJavaMemShellListResponse) => void
|
|
2491
|
+
): Promise<DescribeJavaMemShellListResponse> {
|
|
2492
|
+
return this.request("DescribeJavaMemShellList", req, cb)
|
|
2406
2493
|
}
|
|
2407
2494
|
|
|
2408
2495
|
/**
|
|
@@ -2746,13 +2833,13 @@ export class Client extends AbstractClient {
|
|
|
2746
2833
|
}
|
|
2747
2834
|
|
|
2748
2835
|
/**
|
|
2749
|
-
*
|
|
2836
|
+
* 获取基线检测主机列表
|
|
2750
2837
|
*/
|
|
2751
|
-
async
|
|
2752
|
-
req:
|
|
2753
|
-
cb?: (error: string, rep:
|
|
2754
|
-
): Promise<
|
|
2755
|
-
return this.request("
|
|
2838
|
+
async DescribeBaselineHostDetectList(
|
|
2839
|
+
req: DescribeBaselineHostDetectListRequest,
|
|
2840
|
+
cb?: (error: string, rep: DescribeBaselineHostDetectListResponse) => void
|
|
2841
|
+
): Promise<DescribeBaselineHostDetectListResponse> {
|
|
2842
|
+
return this.request("DescribeBaselineHostDetectList", req, cb)
|
|
2756
2843
|
}
|
|
2757
2844
|
|
|
2758
2845
|
/**
|