tencentcloud-sdk-nodejs 4.0.521 → 4.0.522

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.
Files changed (53) hide show
  1. package/CHANGELOG.md +197 -0
  2. package/SERVICE_CHANGELOG.md +262 -58
  3. package/package.json +1 -1
  4. package/products.md +14 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/btoe/v20210514/btoe_client.ts +1 -1
  7. package/src/services/btoe/v20210514/btoe_models.ts +2 -2
  8. package/src/services/cwp/v20180228/cwp_client.ts +20 -7
  9. package/src/services/cwp/v20180228/cwp_models.ts +253 -75
  10. package/src/services/dts/v20211206/dts_client.ts +1 -1
  11. package/src/services/dts/v20211206/dts_models.ts +11 -0
  12. package/src/services/essbasic/v20210526/essbasic_client.ts +28 -3
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +218 -108
  14. package/src/services/facefusion/v20220927/facefusion_models.ts +2 -2
  15. package/src/services/gme/v20180711/gme_models.ts +9 -3
  16. package/src/services/hcm/v20181106/hcm_models.ts +12 -7
  17. package/src/services/ims/v20200713/ims_client.ts +8 -38
  18. package/src/services/ims/v20200713/ims_models.ts +227 -491
  19. package/src/services/rum/v20210622/rum_models.ts +7 -1
  20. package/src/services/tbaas/v20180416/tbaas_models.ts +22 -22
  21. package/src/services/tcss/v20201101/tcss_models.ts +12 -0
  22. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  23. package/src/services/teo/v20220106/teo_models.ts +2 -2
  24. package/src/services/wedata/v20210820/wedata_models.ts +6 -0
  25. package/tencentcloud/common/sdk_version.d.ts +1 -1
  26. package/tencentcloud/common/sdk_version.js +1 -1
  27. package/tencentcloud/services/btoe/v20210514/btoe_client.d.ts +1 -1
  28. package/tencentcloud/services/btoe/v20210514/btoe_client.js +1 -1
  29. package/tencentcloud/services/btoe/v20210514/btoe_models.d.ts +2 -2
  30. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
  31. package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
  32. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +211 -62
  33. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
  34. package/tencentcloud/services/dts/v20211206/dts_client.js +1 -1
  35. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +9 -0
  36. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -1
  37. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -0
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +181 -84
  39. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +2 -2
  40. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +8 -3
  41. package/tencentcloud/services/hcm/v20181106/hcm_models.d.ts +9 -4
  42. package/tencentcloud/services/ims/v20200713/ims_client.d.ts +1 -9
  43. package/tencentcloud/services/ims/v20200713/ims_client.js +0 -12
  44. package/tencentcloud/services/ims/v20200713/ims_models.d.ts +191 -415
  45. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -1
  46. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +22 -22
  47. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +10 -0
  48. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  49. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2 -2
  50. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  51. package/test/cwp.v20180228.test.js +12 -2
  52. package/test/essbasic.v20210526.test.js +20 -0
  53. package/test/ims.v20200713.test.js +0 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.521",
3
+ "version": "4.0.522",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -24,7 +24,7 @@
24
24
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
25
25
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-01-06 01:04:34 |
26
26
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
27
- | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2022-08-09 11:50:03 |
27
+ | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
28
28
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-11-04 06:09:26 |
29
29
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
30
30
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
@@ -32,7 +32,7 @@
32
32
  | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2022-12-15 01:10:28 |
33
33
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
34
34
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
35
- | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
35
+ | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
36
36
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-12-23 01:11:34 |
37
37
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-12-15 01:11:14 |
38
38
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-01-09 01:07:04 |
@@ -65,7 +65,7 @@
65
65
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-28 11:40:24 |
66
66
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
67
67
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-28 01:05:55 |
68
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-01-10 01:16:24 |
68
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-01-12 01:12:53 |
69
69
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
70
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-01-02 01:17:01 |
71
71
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
@@ -81,7 +81,7 @@
81
81
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
82
82
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2022-10-31 06:27:09 |
83
83
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
84
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-01-09 01:20:52 |
84
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-01-12 01:17:34 |
85
85
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
86
86
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
87
87
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
@@ -91,19 +91,19 @@
91
91
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-01-11 01:21:05 |
92
92
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-12 01:25:49 |
93
93
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-01-11 01:21:38 |
94
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-01-09 01:24:27 |
95
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-10 20:30:44 |
94
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-01-11 15:01:01 |
95
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-12 01:20:14 |
96
96
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-01-06 01:23:24 |
97
97
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
98
98
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
99
99
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-11-23 06:29:46 |
100
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-12-16 01:25:37 |
100
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-01-12 01:21:12 |
101
101
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
102
102
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2022-12-21 15:17:42 |
103
103
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
104
104
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
105
105
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-01-04 16:41:04 |
106
- | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
106
+ | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-01-12 01:21:36 |
107
107
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-11-21 06:30:35 |
108
108
  | ic | [物联网卡](https://cloud.tencent.com/document/product/636) | 2022-11-18 06:30:40 |
109
109
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
@@ -153,7 +153,7 @@
153
153
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
154
154
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
155
155
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
156
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-01-05 01:37:14 |
156
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-01-12 01:32:36 |
157
157
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-12-16 01:37:15 |
158
158
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
159
159
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
@@ -172,7 +172,7 @@
172
172
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
173
173
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-10-31 06:48:20 |
174
174
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
175
- | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-01-04 01:39:31 |
175
+ | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-01-12 01:35:28 |
176
176
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
177
177
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
178
178
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
@@ -182,10 +182,10 @@
182
182
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
183
183
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-30 06:59:59 |
184
184
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-01-11 01:40:34 |
185
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-12-15 01:46:24 |
185
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-01-12 01:37:30 |
186
186
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
187
187
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-12-30 17:21:31 |
188
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-12-30 01:47:00 |
188
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-01-12 01:39:37 |
189
189
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
190
190
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
191
191
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-10 01:48:46 |
@@ -204,7 +204,7 @@
204
204
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
205
205
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
206
206
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-12-28 16:01:40 |
207
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-06 01:51:15 |
207
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-12 01:44:46 |
208
208
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
209
209
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-01-10 01:53:48 |
210
210
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
@@ -216,7 +216,7 @@
216
216
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-01-10 01:57:25 |
217
217
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-01-04 01:53:21 |
218
218
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
219
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-30 01:58:31 |
219
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-01-12 01:49:24 |
220
220
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
221
221
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-01-09 01:59:51 |
222
222
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.521"
1
+ export const sdkVersion = "4.0.522"
@@ -87,7 +87,7 @@ export class Client extends AbstractClient {
87
87
  }
88
88
 
89
89
  /**
90
- * 用户通过本接口向BTOE写入待存证的视频的原文件或下载URL,BTOE对视频原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。视频文件支持格式:mp4、avi、mkv、mov、flv,wmv,rmvb,3gp;文件大小限制:直接上传原文件不大于5MB,下载URL文件大小不大于200 MB
90
+ * 用户通过本接口向BTOE写入待存证的视频的原文件或下载URL,BTOE对视频原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。视频文件支持格式:mp4、avi、mkv、mov、flv,wmv,rmvb,3gp;文件大小限制:直接上传原文件不大于5MB。
91
91
  */
92
92
  async CreateVideoDeposit(
93
93
  req: CreateVideoDepositRequest,
@@ -490,12 +490,12 @@ export interface CreateVideoDepositResponse {
490
490
  * 业务ID 透传 长度最大不超过64
491
491
  注意:此字段可能返回 null,表示取不到有效值。
492
492
  */
493
- BusinessId: string
493
+ BusinessId?: string
494
494
 
495
495
  /**
496
496
  * 请求成功,返回存证编码,用于查询存证后续业务数据
497
497
  */
498
- EvidenceId: string
498
+ EvidenceId?: string
499
499
 
500
500
  /**
501
501
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -103,6 +103,7 @@ import {
103
103
  DeleteSearchTemplateRequest,
104
104
  EmergencyVul,
105
105
  ExportReverseShellEventsRequest,
106
+ BashEventNew,
106
107
  DeleteLoginWhiteListResponse,
107
108
  DescribeAttackLogsResponse,
108
109
  DeleteMalwaresResponse,
@@ -331,6 +332,7 @@ import {
331
332
  DescribeScanTaskStatusResponse,
332
333
  DescribeProtectNetListRequest,
333
334
  DescribeWebPageEventListResponse,
335
+ DescribeBashEventsNewResponse,
334
336
  DeleteProtectDirResponse,
335
337
  ModifyBanStatusRequest,
336
338
  OsName,
@@ -477,7 +479,7 @@ import {
477
479
  DescribeAttackVulTypeListResponse,
478
480
  DescribePrivilegeRulesResponse,
479
481
  DescribeReverseShellEventsResponse,
480
- DescribeSecurityEventsCntResponse,
482
+ DescribeBashEventsNewRequest,
481
483
  DescribeWebPageProtectStatResponse,
482
484
  DescribeAssetPortInfoListRequest,
483
485
  VulLevelCountInfo,
@@ -598,6 +600,7 @@ import {
598
600
  DeleteBaselineStrategyRequest,
599
601
  DescribeAssetSystemPackageListRequest,
600
602
  MachineTag,
603
+ DescribeSecurityEventsCntResponse,
601
604
  Filters,
602
605
  DescribeAssetWebServiceInfoListRequest,
603
606
  CreateSearchLogRequest,
@@ -1977,6 +1980,16 @@ export class Client extends AbstractClient {
1977
1980
  return this.request("SeparateMalwares", req, cb)
1978
1981
  }
1979
1982
 
1983
+ /**
1984
+ * 导出基线影响主机列表
1985
+ */
1986
+ async ExportBaselineEffectHostList(
1987
+ req: ExportBaselineEffectHostListRequest,
1988
+ cb?: (error: string, rep: ExportBaselineEffectHostListResponse) => void
1989
+ ): Promise<ExportBaselineEffectHostListResponse> {
1990
+ return this.request("ExportBaselineEffectHostList", req, cb)
1991
+ }
1992
+
1980
1993
  /**
1981
1994
  * 查询木马扫描进度
1982
1995
  */
@@ -1998,13 +2011,13 @@ export class Client extends AbstractClient {
1998
2011
  }
1999
2012
 
2000
2013
  /**
2001
- * 导出基线影响主机列表
2014
+ * 获取高危命令列表(新)
2002
2015
  */
2003
- async ExportBaselineEffectHostList(
2004
- req: ExportBaselineEffectHostListRequest,
2005
- cb?: (error: string, rep: ExportBaselineEffectHostListResponse) => void
2006
- ): Promise<ExportBaselineEffectHostListResponse> {
2007
- return this.request("ExportBaselineEffectHostList", req, cb)
2016
+ async DescribeBashEventsNew(
2017
+ req: DescribeBashEventsNewRequest,
2018
+ cb?: (error: string, rep: DescribeBashEventsNewResponse) => void
2019
+ ): Promise<DescribeBashEventsNewResponse> {
2020
+ return this.request("DescribeBashEventsNew", req, cb)
2008
2021
  }
2009
2022
 
2010
2023
  /**
@@ -2356,6 +2356,124 @@ export interface ExportReverseShellEventsRequest {
2356
2356
  Filters?: Array<Filters>
2357
2357
  }
2358
2358
 
2359
+ /**
2360
+ * 高危命令数据(新)
2361
+ */
2362
+ export interface BashEventNew {
2363
+ /**
2364
+ * 数据ID
2365
+ */
2366
+ Id?: number
2367
+
2368
+ /**
2369
+ * 云镜ID
2370
+ */
2371
+ Uuid?: string
2372
+
2373
+ /**
2374
+ * 主机ID
2375
+ */
2376
+ Quuid?: string
2377
+
2378
+ /**
2379
+ * 主机内网IP
2380
+ */
2381
+ HostIp?: string
2382
+
2383
+ /**
2384
+ * 执行用户名
2385
+ */
2386
+ User?: string
2387
+
2388
+ /**
2389
+ * 平台类型
2390
+ */
2391
+ Platform?: number
2392
+
2393
+ /**
2394
+ * 执行命令
2395
+ */
2396
+ BashCmd?: string
2397
+
2398
+ /**
2399
+ * 规则ID
2400
+ */
2401
+ RuleId?: number
2402
+
2403
+ /**
2404
+ * 规则名称
2405
+ */
2406
+ RuleName?: string
2407
+
2408
+ /**
2409
+ * 规则等级:1-高 2-中 3-低
2410
+ */
2411
+ RuleLevel?: number
2412
+
2413
+ /**
2414
+ * 处理状态: 0 = 待处理 1= 已处理, 2 = 已加白, 3 = 已忽略
2415
+ */
2416
+ Status?: number
2417
+
2418
+ /**
2419
+ * 发生时间
2420
+ */
2421
+ CreateTime?: string
2422
+
2423
+ /**
2424
+ * 主机名
2425
+ */
2426
+ MachineName?: string
2427
+
2428
+ /**
2429
+ * 0: bash日志 1: 实时监控(雷霆版)
2430
+ 注意:此字段可能返回 null,表示取不到有效值。
2431
+ */
2432
+ DetectBy?: number
2433
+
2434
+ /**
2435
+ * 进程id
2436
+ 注意:此字段可能返回 null,表示取不到有效值。
2437
+ */
2438
+ Pid?: string
2439
+
2440
+ /**
2441
+ * 进程名称
2442
+ 注意:此字段可能返回 null,表示取不到有效值。
2443
+ */
2444
+ Exe?: string
2445
+
2446
+ /**
2447
+ * 处理时间
2448
+ 注意:此字段可能返回 null,表示取不到有效值。
2449
+ */
2450
+ ModifyTime?: string
2451
+
2452
+ /**
2453
+ * 规则类别 0=系统规则,1=用户规则
2454
+ 注意:此字段可能返回 null,表示取不到有效值。
2455
+ */
2456
+ RuleCategory?: number
2457
+
2458
+ /**
2459
+ * 自动生成的正则表达式
2460
+ 注意:此字段可能返回 null,表示取不到有效值。
2461
+ */
2462
+ RegexBashCmd?: string
2463
+
2464
+ /**
2465
+ * 0:普通 1:专业版 2:旗舰版
2466
+ 注意:此字段可能返回 null,表示取不到有效值。
2467
+ */
2468
+ MachineType?: number
2469
+
2470
+ /**
2471
+ * 机器额外信息
2472
+ 注意:此字段可能返回 null,表示取不到有效值。
2473
+ */
2474
+ MachineExtraInfo?: MachineExtraInfo
2475
+ }
2476
+
2359
2477
  /**
2360
2478
  * DeleteLoginWhiteList返回参数结构体
2361
2479
  */
@@ -8755,6 +8873,26 @@ export interface DescribeWebPageEventListResponse {
8755
8873
  RequestId?: string
8756
8874
  }
8757
8875
 
8876
+ /**
8877
+ * DescribeBashEventsNew返回参数结构体
8878
+ */
8879
+ export interface DescribeBashEventsNewResponse {
8880
+ /**
8881
+ * 总条数
8882
+ */
8883
+ TotalCount: number
8884
+
8885
+ /**
8886
+ * 高危命令事件列表
8887
+ */
8888
+ List: Array<BashEventNew>
8889
+
8890
+ /**
8891
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8892
+ */
8893
+ RequestId?: string
8894
+ }
8895
+
8758
8896
  /**
8759
8897
  * DeleteProtectDir返回参数结构体
8760
8898
  */
@@ -13033,95 +13171,43 @@ export interface DescribeReverseShellEventsResponse {
13033
13171
  }
13034
13172
 
13035
13173
  /**
13036
- * DescribeSecurityEventsCnt返回参数结构体
13174
+ * DescribeBashEventsNew请求参数结构体
13037
13175
  */
13038
- export interface DescribeSecurityEventsCntResponse {
13176
+ export interface DescribeBashEventsNewRequest {
13039
13177
  /**
13040
- * 木马文件相关风险事件
13041
- */
13042
- Malware: SecurityEventInfo
13043
-
13044
- /**
13045
- * 登录审计相关风险事件
13046
- */
13047
- HostLogin: SecurityEventInfo
13048
-
13049
- /**
13050
- * 密码破解相关风险事件
13051
- */
13052
- BruteAttack: SecurityEventInfo
13053
-
13054
- /**
13055
- * 恶意请求相关风险事件
13056
- */
13057
- RiskDns: SecurityEventInfo
13058
-
13059
- /**
13060
- * 高危命令相关风险事件
13061
- */
13062
- Bash: SecurityEventInfo
13063
-
13064
- /**
13065
- * 本地提权相关风险事件
13066
- */
13067
- PrivilegeRules: SecurityEventInfo
13068
-
13069
- /**
13070
- * 反弹Shell相关风险事件
13071
- */
13072
- ReverseShell: SecurityEventInfo
13073
-
13074
- /**
13075
- * 应用漏洞风险事件
13076
- */
13077
- SysVul: SecurityEventInfo
13078
-
13079
- /**
13080
- * Web应用漏洞相关风险事件
13081
- */
13082
- WebVul: SecurityEventInfo
13083
-
13084
- /**
13085
- * 应急漏洞相关风险事件
13086
- */
13087
- EmergencyVul: SecurityEventInfo
13088
-
13089
- /**
13090
- * 安全基线相关风险事件
13178
+ * 返回数量,默认为10,最大值为100。
13091
13179
  */
13092
- BaseLine: SecurityEventInfo
13180
+ Limit?: number
13093
13181
 
13094
13182
  /**
13095
- * 攻击检测相关风险事件
13096
- */
13097
- AttackLogs: SecurityEventInfo
13183
+ * 过滤条件。
13184
+ <li>HostName - String - 是否必填:否 - 主机名</li>
13185
+ <li>Hostip - String - 是否必填:否 - 主机内网IP</li>
13186
+ <li>HostIp - String - 是否必填:否 - 主机内网IP</li>
13187
+ <li>RuleCategory - Int - 是否必填:否 - 策略类型,全部或者单选(0:系统 1:用户)</li>
13188
+ <li>RuleName - String - 是否必填:否 - 策略名称</li>
13189
+ <li>RuleLevel - Int - 是否必填:否 - 威胁等级,可以多选</li>
13190
+ <li>Status - Int - 是否必填:否 - 处理状态,可多选(0:待处理 1:已处理 2:已加白 3:已忽略 4:已删除 5:已拦截)</li>
13191
+ <li>DetectBy - Int - 是否必填:否 - 数据来源,可多选(0:bash日志 1:实时监控)</li>
13192
+ <li>StartTime - String - 是否必填:否 - 开始时间</li>
13193
+ <li>EndTime - String - 是否必填:否 - 结束时间</li>
13194
+ */
13195
+ Filters?: Array<Filter>
13098
13196
 
13099
13197
  /**
13100
- * 受影响机器数
13198
+ * 偏移量,默认为0。
13101
13199
  */
13102
- EffectMachineCount: number
13200
+ Offset?: number
13103
13201
 
13104
13202
  /**
13105
- * 所有事件总数
13203
+ * 排序方式:根据请求次数排序:asc-升序/desc-降序
13106
13204
  */
13107
- EventsCount: number
13108
-
13109
- /**
13110
- * window 系统漏洞事件总数
13111
- 注意:此字段可能返回 null,表示取不到有效值。
13112
- */
13113
- WindowVul: SecurityEventInfo
13114
-
13115
- /**
13116
- * linux系统漏洞事件总数
13117
- 注意:此字段可能返回 null,表示取不到有效值。
13118
- */
13119
- LinuxVul: SecurityEventInfo
13205
+ Order?: string
13120
13206
 
13121
13207
  /**
13122
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13208
+ * 排序字段:CreateTime-发生时间。ModifyTime-处理时间
13123
13209
  */
13124
- RequestId?: string
13210
+ By?: string
13125
13211
  }
13126
13212
 
13127
13213
  /**
@@ -17184,6 +17270,98 @@ export interface MachineTag {
17184
17270
  TagId: number
17185
17271
  }
17186
17272
 
17273
+ /**
17274
+ * DescribeSecurityEventsCnt返回参数结构体
17275
+ */
17276
+ export interface DescribeSecurityEventsCntResponse {
17277
+ /**
17278
+ * 木马文件相关风险事件
17279
+ */
17280
+ Malware: SecurityEventInfo
17281
+
17282
+ /**
17283
+ * 登录审计相关风险事件
17284
+ */
17285
+ HostLogin: SecurityEventInfo
17286
+
17287
+ /**
17288
+ * 密码破解相关风险事件
17289
+ */
17290
+ BruteAttack: SecurityEventInfo
17291
+
17292
+ /**
17293
+ * 恶意请求相关风险事件
17294
+ */
17295
+ RiskDns: SecurityEventInfo
17296
+
17297
+ /**
17298
+ * 高危命令相关风险事件
17299
+ */
17300
+ Bash: SecurityEventInfo
17301
+
17302
+ /**
17303
+ * 本地提权相关风险事件
17304
+ */
17305
+ PrivilegeRules: SecurityEventInfo
17306
+
17307
+ /**
17308
+ * 反弹Shell相关风险事件
17309
+ */
17310
+ ReverseShell: SecurityEventInfo
17311
+
17312
+ /**
17313
+ * 应用漏洞风险事件
17314
+ */
17315
+ SysVul: SecurityEventInfo
17316
+
17317
+ /**
17318
+ * Web应用漏洞相关风险事件
17319
+ */
17320
+ WebVul: SecurityEventInfo
17321
+
17322
+ /**
17323
+ * 应急漏洞相关风险事件
17324
+ */
17325
+ EmergencyVul: SecurityEventInfo
17326
+
17327
+ /**
17328
+ * 安全基线相关风险事件
17329
+ */
17330
+ BaseLine: SecurityEventInfo
17331
+
17332
+ /**
17333
+ * 攻击检测相关风险事件
17334
+ */
17335
+ AttackLogs: SecurityEventInfo
17336
+
17337
+ /**
17338
+ * 受影响机器数
17339
+ */
17340
+ EffectMachineCount: number
17341
+
17342
+ /**
17343
+ * 所有事件总数
17344
+ */
17345
+ EventsCount: number
17346
+
17347
+ /**
17348
+ * window 系统漏洞事件总数
17349
+ 注意:此字段可能返回 null,表示取不到有效值。
17350
+ */
17351
+ WindowVul: SecurityEventInfo
17352
+
17353
+ /**
17354
+ * linux系统漏洞事件总数
17355
+ 注意:此字段可能返回 null,表示取不到有效值。
17356
+ */
17357
+ LinuxVul: SecurityEventInfo
17358
+
17359
+ /**
17360
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
17361
+ */
17362
+ RequestId?: string
17363
+ }
17364
+
17187
17365
  /**
17188
17366
  * 描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等
17189
17367
 
@@ -365,7 +365,7 @@ export class Client extends AbstractClient {
365
365
  }
366
366
 
367
367
  /**
368
- * 恢复处于暂停中的数据同步任务。
368
+ * 恢复处于已暂停状态的数据同步任务。
369
369
  */
370
370
  async ContinueSyncJob(
371
371
  req: ContinueSyncJobRequest,
@@ -131,6 +131,12 @@ export interface DestroyMigrateJobRequest {
131
131
  * SkipCheckItem返回参数结构体
132
132
  */
133
133
  export interface SkipCheckItemResponse {
134
+ /**
135
+ * 跳过的提示信息
136
+ 注意:此字段可能返回 null,表示取不到有效值。
137
+ */
138
+ Message?: string
139
+
134
140
  /**
135
141
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
136
142
  */
@@ -2478,6 +2484,11 @@ export interface SkipCheckItemRequest {
2478
2484
  * 需要跳过校验项的步骤id,需要通过DescribeMigrationCheckJob接口返回StepInfo[i].StepId字段获取,例如:["OptimizeCheck"]
2479
2485
  */
2480
2486
  StepIds: Array<string>
2487
+
2488
+ /**
2489
+ * 当出现外键依赖检查导致校验不通过时、可以通过该字段选择是否迁移外键依赖,当StepIds包含ConstraintCheck且该字段值为shield时表示不迁移外键依赖、当StepIds包含ConstraintCheck且值为migrate时表示迁移外键依赖
2490
+ */
2491
+ ForeignKeyFlag?: string
2481
2492
  }
2482
2493
 
2483
2494
  /**