tencentcloud-sdk-nodejs 4.1.257 → 4.1.259

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 (83) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cfw/v20190904/cfw_client.js +3 -0
  3. package/es/services/cngw/v20230418/cngw_client.js +12 -0
  4. package/es/services/csip/v20221121/csip_client.js +24 -0
  5. package/es/services/cwp/v20180228/cwp_client.js +3 -0
  6. package/es/services/dlc/v20210125/dlc_client.js +3 -0
  7. package/es/services/dts/v20211206/dts_client.js +6 -0
  8. package/es/services/monitor/v20180724/monitor_client.js +3 -0
  9. package/es/services/omics/v20221128/omics_client.js +3 -0
  10. package/es/services/tdmysql/v20211122/tdmysql_client.js +0 -3
  11. package/package.json +1 -1
  12. package/tencentcloud/common/sdk_version.d.ts +1 -1
  13. package/tencentcloud/common/sdk_version.js +1 -1
  14. package/tencentcloud/services/adp/v20260520/adp_client.d.ts +1 -1
  15. package/tencentcloud/services/adp/v20260520/adp_models.d.ts +850 -447
  16. package/tencentcloud/services/apis/v20240801/apis_models.d.ts +12 -0
  17. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +28 -0
  18. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +32 -7
  19. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -7
  20. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -8
  21. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +26 -24
  22. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  23. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  24. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +38 -0
  25. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +59 -105
  26. package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +17 -1
  27. package/tencentcloud/services/cngw/v20230418/cngw_client.js +24 -0
  28. package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +202 -82
  29. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +33 -1
  30. package/tencentcloud/services/csip/v20221121/csip_client.js +48 -0
  31. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +856 -187
  32. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +5 -1
  33. package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -0
  34. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +64 -0
  35. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -0
  36. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +2 -2
  37. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  38. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  39. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +34 -12
  40. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +10 -24
  41. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +9 -1
  42. package/tencentcloud/services/dts/v20211206/dts_client.js +12 -0
  43. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +129 -4
  44. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +96 -96
  45. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  46. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  47. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
  48. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +44 -279
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +17 -17
  52. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +18 -18
  53. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +7 -1
  54. package/tencentcloud/services/monitor/v20180724/monitor_client.js +8 -0
  55. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +398 -386
  56. package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +15 -15
  57. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +67 -0
  58. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +4 -2
  59. package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -2
  60. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +5 -1
  61. package/tencentcloud/services/omics/v20221128/omics_client.js +6 -0
  62. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +46 -8
  63. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +17 -9
  64. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +45 -21
  65. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +326 -240
  66. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +18 -18
  67. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +12 -4
  68. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -4
  69. package/tencentcloud/services/tdmysql/v20211122/tdmysql_client.d.ts +1 -5
  70. package/tencentcloud/services/tdmysql/v20211122/tdmysql_client.js +0 -6
  71. package/tencentcloud/services/tdmysql/v20211122/tdmysql_models.d.ts +0 -34
  72. package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.d.ts +11 -3
  73. package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.js +11 -3
  74. package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +53 -33
  75. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -8
  76. package/tencentcloud/services/vm/v20210922/vm_client.d.ts +1 -1
  77. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +86 -65
  78. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +56 -26
  79. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +30 -6
  80. package/tencentcloud/services/vtc/v20240223/vtc_client.d.ts +3 -1
  81. package/tencentcloud/services/vtc/v20240223/vtc_client.js +3 -1
  82. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +290 -237
  83. package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +10 -2
@@ -785,6 +785,19 @@ export interface DescribeDspmRiskStrategyResponse {
785
785
  */
786
786
  RequestId?: string;
787
787
  }
788
+ /**
789
+ * 日志高亮信息
790
+ */
791
+ export interface LogHighLightItem {
792
+ /**
793
+ * <p>键</p>
794
+ */
795
+ Key?: string;
796
+ /**
797
+ * <p>值</p>
798
+ */
799
+ Values?: Array<string>;
800
+ }
788
801
  /**
789
802
  * DeleteIaCFile返回参数结构体
790
803
  */
@@ -883,6 +896,19 @@ export interface DescribeDspmAccessTopologyIpsResponse {
883
896
  */
884
897
  RequestId?: string;
885
898
  }
899
+ /**
900
+ * 日志键值索引规则信息
901
+ */
902
+ export interface LogRuleKeyValueInfo {
903
+ /**
904
+ * <p>大小写敏感</p>
905
+ */
906
+ CaseSensitive?: boolean;
907
+ /**
908
+ * <p>键值索引信息</p>
909
+ */
910
+ KeyValues?: Array<LogKeyValueInfo>;
911
+ }
886
912
  /**
887
913
  * CreateDspmAssetsExportJob返回参数结构体
888
914
  */
@@ -1073,13 +1099,21 @@ export interface DspmApproverOrder {
1073
1099
  CreateTime?: string;
1074
1100
  }
1075
1101
  /**
1076
- * SyncDspmAssets返回参数结构体
1102
+ * 日志全文索引信息
1077
1103
  */
1078
- export interface SyncDspmAssetsResponse {
1104
+ export interface LogFullTextInfo {
1079
1105
  /**
1080
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1106
+ * <p>大小写敏感</p>
1081
1107
  */
1082
- RequestId?: string;
1108
+ CaseSensitive?: boolean;
1109
+ /**
1110
+ * <p>token</p>
1111
+ */
1112
+ Tokenizer?: string;
1113
+ /**
1114
+ * <p>包含中文</p>
1115
+ */
1116
+ ContainZH?: boolean;
1083
1117
  }
1084
1118
  /**
1085
1119
  * DescribeCSIPRiskStatistics返回参数结构体
@@ -1384,6 +1418,23 @@ export interface DescribeCosBucketBillingInfoRequest {
1384
1418
  */
1385
1419
  MemberId?: Array<string>;
1386
1420
  }
1421
+ /**
1422
+ * DescribeDspmRiskTendency请求参数结构体
1423
+ */
1424
+ export interface DescribeDspmRiskTendencyRequest {
1425
+ /**
1426
+ * 集团账号的成员id
1427
+ */
1428
+ MemberId?: Array<string>;
1429
+ /**
1430
+ * 起始日期
1431
+ */
1432
+ StartDate?: string;
1433
+ /**
1434
+ * 结束日期
1435
+ */
1436
+ EndDate?: string;
1437
+ }
1387
1438
  /**
1388
1439
  * DescribeDspmRisk返回参数结构体
1389
1440
  */
@@ -1401,6 +1452,15 @@ export interface DescribeDspmRiskResponse {
1401
1452
  */
1402
1453
  RequestId?: string;
1403
1454
  }
1455
+ /**
1456
+ * 日志条目列表
1457
+ */
1458
+ export interface LogItems {
1459
+ /**
1460
+ * <p>数值</p>
1461
+ */
1462
+ Data?: Array<LogItem>;
1463
+ }
1404
1464
  /**
1405
1465
  * ModifyDspmWhitelistStrategy返回参数结构体
1406
1466
  */
@@ -1437,21 +1497,73 @@ export interface DescribeDspmDictionaryListRequest {
1437
1497
  Filters?: Array<WhereFilter>;
1438
1498
  }
1439
1499
  /**
1440
- * DescribeDspmRiskTendency请求参数结构体
1500
+ * 检查项视角风险
1441
1501
  */
1442
- export interface DescribeDspmRiskTendencyRequest {
1502
+ export interface CheckViewRiskItem {
1443
1503
  /**
1444
- * 集团账号的成员id
1504
+ * <p>检查项规则ID</p>
1445
1505
  */
1446
- MemberId?: Array<string>;
1506
+ RiskRuleId?: string;
1447
1507
  /**
1448
- * 起始日期
1508
+ * <p>风险名称</p>
1449
1509
  */
1450
- StartDate?: string;
1510
+ RiskTitle?: string;
1451
1511
  /**
1452
- * 结束日期
1512
+ * <p>检查类型</p>
1453
1513
  */
1454
- EndDate?: string;
1514
+ CheckType?: string;
1515
+ /**
1516
+ * <p>风险等级</p>
1517
+ */
1518
+ Severity?: string;
1519
+ /**
1520
+ * <p>存在1个风险项</p>
1521
+ */
1522
+ RiskDesc?: string;
1523
+ /**
1524
+ * <p>首次发现时间</p>
1525
+ */
1526
+ CreateTime?: string;
1527
+ /**
1528
+ * <p>风险更新时间</p>
1529
+ */
1530
+ UpdateTime?: string;
1531
+ /**
1532
+ * <p>云厂商</p>
1533
+ */
1534
+ Provider?: string;
1535
+ /**
1536
+ * <p>风险状态</p>
1537
+ */
1538
+ RiskStatus?: number;
1539
+ /**
1540
+ * <p>受影响资产数量</p>
1541
+ */
1542
+ AssetCount?: number;
1543
+ /**
1544
+ * <p>风险数量</p>
1545
+ */
1546
+ RiskCount?: number;
1547
+ /**
1548
+ * <p>资产类型</p>
1549
+ */
1550
+ AssetType?: string;
1551
+ /**
1552
+ * <p>事件类型</p>
1553
+ */
1554
+ EventType?: string;
1555
+ /**
1556
+ * <p>处置分类</p>
1557
+ */
1558
+ Classify?: string;
1559
+ /**
1560
+ * <p>cspm规范条款</p>
1561
+ */
1562
+ StandardTerms?: Array<StandardTerm>;
1563
+ /**
1564
+ * <p>资产类型图标</p>
1565
+ */
1566
+ AssetTypeIconURL?: string;
1455
1567
  }
1456
1568
  /**
1457
1569
  * 审批步骤
@@ -2113,19 +2225,6 @@ export interface DspmIdentifyAssetStatistic {
2113
2225
  */
2114
2226
  MemberCount?: number;
2115
2227
  }
2116
- /**
2117
- * DescribeIaCFileList请求参数结构体
2118
- */
2119
- export interface DescribeIaCFileListRequest {
2120
- /**
2121
- * <p>过滤条件</p>
2122
- */
2123
- Filter?: Filter;
2124
- /**
2125
- * 集团账号的成员id
2126
- */
2127
- MemberId?: Array<string>;
2128
- }
2129
2228
  /**
2130
2229
  * DescribeCosActionList请求参数结构体
2131
2230
  */
@@ -2230,6 +2329,15 @@ export interface DescribeSkillScanPayInfoResponse {
2230
2329
  */
2231
2330
  RequestId?: string;
2232
2331
  }
2332
+ /**
2333
+ * 公网IP和域名资产列表key
2334
+ */
2335
+ export interface PublicIpDomainListKey {
2336
+ /**
2337
+ * 资产值
2338
+ */
2339
+ Asset: string;
2340
+ }
2233
2341
  /**
2234
2342
  * DescribeDspmApproveHistory返回参数结构体
2235
2343
  */
@@ -2804,6 +2912,19 @@ export interface CosDictionary {
2804
2912
  */
2805
2913
  DictName?: string;
2806
2914
  }
2915
+ /**
2916
+ * 日志检索主题信息
2917
+ */
2918
+ export interface LogSearchTopics {
2919
+ /**
2920
+ * <p>错误信息</p>
2921
+ */
2922
+ Errors?: Array<LogSearchErrors>;
2923
+ /**
2924
+ * <p>正常信息</p>
2925
+ */
2926
+ Infos?: Array<LogSearchInfos>;
2927
+ }
2807
2928
  /**
2808
2929
  * DescribeRiskRules返回参数结构体
2809
2930
  */
@@ -4557,6 +4678,15 @@ export interface DescribeRepositoryImageAssetsResponse {
4557
4678
  */
4558
4679
  RequestId?: string;
4559
4680
  }
4681
+ /**
4682
+ * ModifyNotifySetting返回参数结构体
4683
+ */
4684
+ export interface ModifyNotifySettingResponse {
4685
+ /**
4686
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4687
+ */
4688
+ RequestId?: string;
4689
+ }
4560
4690
  /**
4561
4691
  * CreateDspmApproveHistoryExportJob返回参数结构体
4562
4692
  */
@@ -4803,6 +4933,27 @@ export interface DspmAssetTypeCount {
4803
4933
  */
4804
4934
  CloseCount?: number;
4805
4935
  }
4936
+ /**
4937
+ * DescribeCLSLogIndexV3请求参数结构体
4938
+ */
4939
+ export interface DescribeCLSLogIndexV3Request {
4940
+ /**
4941
+ * <p>过滤条件</p>
4942
+ */
4943
+ Filters: Array<LogCLSFilter>;
4944
+ /**
4945
+ * <p>集团账号的成员id</p>
4946
+ */
4947
+ MemberId?: Array<string>;
4948
+ /**
4949
+ * <p>limit限制</p>
4950
+ */
4951
+ Limit?: number;
4952
+ /**
4953
+ * <p>offset</p>
4954
+ */
4955
+ Offset?: number;
4956
+ }
4806
4957
  /**
4807
4958
  * DescribeCosAssetSyncTask返回参数结构体
4808
4959
  */
@@ -5032,6 +5183,35 @@ export interface DescribeCosAkAssetResponse {
5032
5183
  */
5033
5184
  RequestId?: string;
5034
5185
  }
5186
+ /**
5187
+ * ModifyNotifySetting请求参数结构体
5188
+ */
5189
+ export interface ModifyNotifySettingRequest {
5190
+ /**
5191
+ * <p>通知模块</p><p>枚举值:</p><ul><li>AkSk: 云API风险治理</li><li>Alert: 告警中心</li><li>Agent: 客户端</li></ul>
5192
+ */
5193
+ Module?: string;
5194
+ /**
5195
+ * <p>通知设置模式</p><p>枚举值:</p><ul><li>0: 标准模式</li><li>1: 高级模式</li></ul>
5196
+ */
5197
+ Mode?: number;
5198
+ /**
5199
+ * <p>通知状态</p><p>枚举值:</p><ul><li>0: 通知关闭</li><li>1: 通知开启</li></ul>
5200
+ */
5201
+ Status?: number;
5202
+ /**
5203
+ * <p>通知开始时间</p><p>参数格式:hh:mm:ss</p>
5204
+ */
5205
+ BeginTime?: string;
5206
+ /**
5207
+ * <p>通知结束时间</p><p>参数格式:hh:mm:ss</p>
5208
+ */
5209
+ EndTime?: string;
5210
+ /**
5211
+ * <p>通知选项</p><p>枚举值:</p><ul><li>CRITICAL: 告警等级:严重</li><li>HIGH: 告警等级:高危</li><li>MEDIUM: 告警等级:中危</li><li>LOW: 告警等级:低危</li><li>INFO: 告警等级:提醒</li><li>AGENT_UNINSTALL: 客户端卸载</li><li>AGENT_OFFLINE: 客户端离线</li></ul>
5212
+ */
5213
+ Option?: Array<string>;
5214
+ }
5035
5215
  /**
5036
5216
  * DescribeDspmPayInfo请求参数结构体
5037
5217
  */
@@ -5088,6 +5268,15 @@ export interface ModifyDspmAssetAccountPrivilegesResponse {
5088
5268
  */
5089
5269
  RequestId?: string;
5090
5270
  }
5271
+ /**
5272
+ * ModifyNotifyAssetConfig请求参数结构体
5273
+ */
5274
+ export interface ModifyNotifyAssetConfigRequest {
5275
+ /**
5276
+ * <p>资产范围配置</p>
5277
+ */
5278
+ Items?: Array<NotifyAssetConfigItem>;
5279
+ }
5091
5280
  /**
5092
5281
  * ModifyDspmWhitelistStrategy请求参数结构体
5093
5282
  */
@@ -5172,6 +5361,19 @@ export interface DescribeSkillScanResultRequest {
5172
5361
  */
5173
5362
  ReportURLExpireHours?: number;
5174
5363
  }
5364
+ /**
5365
+ * 日志过滤器
5366
+ */
5367
+ export interface LogCLSFilter {
5368
+ /**
5369
+ * <p>键</p>
5370
+ */
5371
+ Key?: string;
5372
+ /**
5373
+ * <p>值</p>
5374
+ */
5375
+ Values?: Array<string>;
5376
+ }
5175
5377
  /**
5176
5378
  * 网关资产
5177
5379
  */
@@ -5729,6 +5931,55 @@ export interface NICAsset {
5729
5931
  */
5730
5932
  IsNewAsset?: number;
5731
5933
  }
5934
+ /**
5935
+ * DescribeCLSLogListV3返回参数结构体
5936
+ */
5937
+ export interface DescribeCLSLogListV3Response {
5938
+ /**
5939
+ * <p>上下文</p>
5940
+ */
5941
+ Context?: string;
5942
+ /**
5943
+ * <p>listover</p>
5944
+ */
5945
+ ListOver?: boolean;
5946
+ /**
5947
+ * <p>是否采用分析</p>
5948
+ */
5949
+ Analysis?: boolean;
5950
+ /**
5951
+ * <p>结果</p>
5952
+ */
5953
+ Results?: Array<LogSearchResult>;
5954
+ /**
5955
+ * <p>列名</p>
5956
+ */
5957
+ ColNames?: Array<string>;
5958
+ /**
5959
+ * <p>分析结果</p>
5960
+ */
5961
+ AnalysisResults?: Array<LogItems>;
5962
+ /**
5963
+ * <p>分析记录</p>
5964
+ */
5965
+ AnalysisRecords?: Array<string>;
5966
+ /**
5967
+ * <p>列名</p>
5968
+ */
5969
+ Columns?: Array<LogColumn>;
5970
+ /**
5971
+ * <p>采样</p>
5972
+ */
5973
+ SamplingRate?: number;
5974
+ /**
5975
+ * <p>主题信息</p>
5976
+ */
5977
+ Topics?: LogSearchTopics;
5978
+ /**
5979
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5980
+ */
5981
+ RequestId?: string;
5982
+ }
5732
5983
  /**
5733
5984
  * ModifyDspmAssetDataScanTask返回参数结构体
5734
5985
  */
@@ -5924,14 +6175,9 @@ export interface DescribeAccessKeyRiskRequest {
5924
6175
  SubUin?: string;
5925
6176
  }
5926
6177
  /**
5927
- * 公网IP和域名资产列表key
6178
+ * DescribeNotifySettingAlert请求参数结构体
5928
6179
  */
5929
- export interface PublicIpDomainListKey {
5930
- /**
5931
- * 资产值
5932
- */
5933
- Asset: string;
5934
- }
6180
+ export type DescribeNotifySettingAlertRequest = null;
5935
6181
  /**
5936
6182
  * DescribeDspmLogList请求参数结构体
5937
6183
  */
@@ -6896,6 +7142,23 @@ export interface CosActionInfo {
6896
7142
  */
6897
7143
  ActionDescription?: string;
6898
7144
  }
7145
+ /**
7146
+ * 日志检索信息
7147
+ */
7148
+ export interface LogSearchInfos {
7149
+ /**
7150
+ * <p>主题</p>
7151
+ */
7152
+ TopicId?: string;
7153
+ /**
7154
+ * <p>时间间隔</p>
7155
+ */
7156
+ Period?: number;
7157
+ /**
7158
+ * <p>上下文</p>
7159
+ */
7160
+ Context?: string;
7161
+ }
6899
7162
  /**
6900
7163
  * DescribeUserDspmInfoList返回参数结构体
6901
7164
  */
@@ -6934,6 +7197,23 @@ export interface DspmSensitiveScanTaskConfig {
6934
7197
  */
6935
7198
  IsRunAtOnce?: boolean;
6936
7199
  }
7200
+ /**
7201
+ * 日志检索错误信息
7202
+ */
7203
+ export interface LogSearchErrors {
7204
+ /**
7205
+ * <p>主题</p>
7206
+ */
7207
+ TopicId?: string;
7208
+ /**
7209
+ * <p>错误信息</p>
7210
+ */
7211
+ ErrorMsg?: string;
7212
+ /**
7213
+ * <p>错误信息</p>
7214
+ */
7215
+ ErrorCodeStr?: string;
7216
+ }
6937
7217
  /**
6938
7218
  * 告警下拉字段
6939
7219
  */
@@ -7481,13 +7761,33 @@ export interface DescribeRiskCenterWebsiteRiskListRequest {
7481
7761
  Tags?: Array<AssetTag>;
7482
7762
  }
7483
7763
  /**
7484
- * DescribeDspmStatistics请求参数结构体
7764
+ * DescribeCallRecord请求参数结构体
7485
7765
  */
7486
- export interface DescribeDspmStatisticsRequest {
7766
+ export interface DescribeCallRecordRequest {
7487
7767
  /**
7488
7768
  * 集团账号的成员id
7489
7769
  */
7490
7770
  MemberId?: Array<string>;
7771
+ /**
7772
+ * 访问密钥的ID
7773
+ */
7774
+ AccessKeyID?: number;
7775
+ /**
7776
+ * 调用源IP的ID
7777
+ */
7778
+ SourceIPID?: number;
7779
+ /**
7780
+ * 访问账号uin
7781
+ */
7782
+ AccUin?: string;
7783
+ /**
7784
+ * 访问密钥,注意:不支持临时密钥的情况
7785
+ */
7786
+ AccessKey?: string;
7787
+ /**
7788
+ * 过滤器
7789
+ */
7790
+ Filter?: Filter;
7491
7791
  }
7492
7792
  /**
7493
7793
  * 资产视角的漏洞风险对象
@@ -8175,6 +8475,19 @@ export interface TaskLogInfo {
8175
8475
  */
8176
8476
  TemplateId?: number;
8177
8477
  }
8478
+ /**
8479
+ * 日志列信息
8480
+ */
8481
+ export interface LogColumn {
8482
+ /**
8483
+ * <p>名称</p>
8484
+ */
8485
+ Name?: string;
8486
+ /**
8487
+ * <p>类型</p>
8488
+ */
8489
+ Type?: string;
8490
+ }
8178
8491
  /**
8179
8492
  * DescribeTaskLogURL返回参数结构体
8180
8493
  */
@@ -8339,60 +8652,45 @@ export interface Machine {
8339
8652
  CpuCoreCount?: number;
8340
8653
  }
8341
8654
  /**
8342
- * 调用记录详情
8655
+ * 通知设置
8343
8656
  */
8344
- export interface UserCallRecord {
8657
+ export interface NotifySetting {
8345
8658
  /**
8346
- * 调用源IP
8347
- */
8348
- SourceIP?: string;
8349
- /**
8350
- * 调用类型
8351
- 0:控制台调用
8352
- 1:API
8353
- */
8354
- EventType?: number;
8355
- /**
8356
- * 调用次数
8659
+ * <p>通知模块</p><p>枚举值:</p><ul><li>AkSk: 云API风险治理</li><li>Alert: 告警中心</li><li>Agent: 客户端</li></ul>
8357
8660
  */
8358
- CallCount?: number;
8661
+ Module: string;
8359
8662
  /**
8360
- * 调用错误码
8361
- 0表示成功
8663
+ * <p>通知设置模式</p><p>枚举值:</p><ul><li>0: 标准模式</li><li>1: 高级模式</li></ul>
8362
8664
  */
8363
- Code?: number;
8665
+ Mode: number;
8364
8666
  /**
8365
- * 首次调用时间
8667
+ * <p>通知状态</p><p>枚举值:</p><ul><li>0: 通知关闭</li><li>1: 通知开启</li></ul>
8366
8668
  */
8367
- FirstCallTime?: string;
8368
- /**
8369
- * 最后调用时间
8370
- */
8371
- LastCallTime?: string;
8669
+ Status: number;
8372
8670
  /**
8373
- * 调用源IP备注
8671
+ * <p>通知开始时间</p><p>参数格式:hh:mm:ss</p>
8374
8672
  */
8375
- SourceIPRemark?: string;
8673
+ BeginTime: string;
8376
8674
  /**
8377
- * 调用源IP地域
8675
+ * <p>通知结束时间</p><p>参数格式:hh:mm:ss</p>
8378
8676
  */
8379
- Region?: string;
8677
+ EndTime: string;
8380
8678
  /**
8381
- * 用户/角色名称
8679
+ * <p>资产范围</p><p>枚举值:</p><ul><li>1: 全部主机</li><li>2: 自选主机</li><li>3: 按标签选择</li></ul>
8382
8680
  */
8383
- UserName?: string;
8681
+ AssetRange: number;
8384
8682
  /**
8385
- * 聚合日期
8683
+ * <p>通知选项</p><p>枚举值:</p><ul><li>CRITICAL: 告警等级:严重</li><li>HIGH: 告警等级:高危</li><li>MEDIUM: 告警等级:中危</li><li>LOW: 告警等级:低危</li><li>INFO: 告警等级:提醒</li><li>AGENT_UNINSTALL: 客户端卸载</li><li>AGENT_OFFLINE: 客户端离线</li></ul>
8386
8684
  */
8387
- Date?: string;
8685
+ Option?: Array<string>;
8388
8686
  /**
8389
- * appid
8687
+ * <p>通知模块(二级模块)</p>
8390
8688
  */
8391
- AppID?: number;
8689
+ SubModule?: string;
8392
8690
  /**
8393
- * 运营商
8691
+ * <p>处置状态等</p>
8394
8692
  */
8395
- ISP?: string;
8693
+ Item?: Array<string>;
8396
8694
  }
8397
8695
  /**
8398
8696
  * DescribeCosAuditDictionaryList返回参数结构体
@@ -9219,6 +9517,15 @@ export interface CosAssetDataScanDetail {
9219
9517
  */
9220
9518
  CategoryDetails?: Array<CosIdentifyCategoryDetail>;
9221
9519
  }
9520
+ /**
9521
+ * ModifyNotifySettingAlert请求参数结构体
9522
+ */
9523
+ export interface ModifyNotifySettingAlertRequest {
9524
+ /**
9525
+ * <p>通知配置</p>
9526
+ */
9527
+ Settings: Array<NotifySetting>;
9528
+ }
9222
9529
  /**
9223
9530
  * 集群列表
9224
9531
 
@@ -9478,33 +9785,13 @@ export interface AddDspmAssetManagerRequest {
9478
9785
  AssetId: Array<string>;
9479
9786
  }
9480
9787
  /**
9481
- * DescribeCallRecord请求参数结构体
9788
+ * DescribeDspmStatistics请求参数结构体
9482
9789
  */
9483
- export interface DescribeCallRecordRequest {
9790
+ export interface DescribeDspmStatisticsRequest {
9484
9791
  /**
9485
9792
  * 集团账号的成员id
9486
9793
  */
9487
9794
  MemberId?: Array<string>;
9488
- /**
9489
- * 访问密钥的ID
9490
- */
9491
- AccessKeyID?: number;
9492
- /**
9493
- * 调用源IP的ID
9494
- */
9495
- SourceIPID?: number;
9496
- /**
9497
- * 访问账号uin
9498
- */
9499
- AccUin?: string;
9500
- /**
9501
- * 访问密钥,注意:不支持临时密钥的情况
9502
- */
9503
- AccessKey?: string;
9504
- /**
9505
- * 过滤器
9506
- */
9507
- Filter?: Filter;
9508
9795
  }
9509
9796
  /**
9510
9797
  * CreateDspmPersonalIdentify请求参数结构体
@@ -10390,73 +10677,17 @@ export interface AssetViewCFGRisk {
10390
10677
  ClbId?: string;
10391
10678
  }
10392
10679
  /**
10393
- * 检查项视角风险
10680
+ * DescribeIaCFileList请求参数结构体
10394
10681
  */
10395
- export interface CheckViewRiskItem {
10396
- /**
10397
- * <p>检查项规则ID</p>
10398
- */
10399
- RiskRuleId?: string;
10400
- /**
10401
- * <p>风险名称</p>
10402
- */
10403
- RiskTitle?: string;
10404
- /**
10405
- * <p>检查类型</p>
10406
- */
10407
- CheckType?: string;
10408
- /**
10409
- * <p>风险等级</p>
10410
- */
10411
- Severity?: string;
10412
- /**
10413
- * <p>存在1个风险项</p>
10414
- */
10415
- RiskDesc?: string;
10416
- /**
10417
- * <p>首次发现时间</p>
10418
- */
10419
- CreateTime?: string;
10420
- /**
10421
- * <p>风险更新时间</p>
10422
- */
10423
- UpdateTime?: string;
10424
- /**
10425
- * <p>云厂商</p>
10426
- */
10427
- Provider?: string;
10428
- /**
10429
- * <p>风险状态</p>
10430
- */
10431
- RiskStatus?: number;
10432
- /**
10433
- * <p>受影响资产数量</p>
10434
- */
10435
- AssetCount?: number;
10436
- /**
10437
- * <p>风险数量</p>
10438
- */
10439
- RiskCount?: number;
10440
- /**
10441
- * <p>资产类型</p>
10442
- */
10443
- AssetType?: string;
10444
- /**
10445
- * <p>事件类型</p>
10446
- */
10447
- EventType?: string;
10448
- /**
10449
- * <p>处置分类</p>
10450
- */
10451
- Classify?: string;
10682
+ export interface DescribeIaCFileListRequest {
10452
10683
  /**
10453
- * <p>cspm规范条款</p>
10684
+ * <p>过滤条件</p>
10454
10685
  */
10455
- StandardTerms?: Array<StandardTerm>;
10686
+ Filter?: Filter;
10456
10687
  /**
10457
- * <p>资产类型图标</p>
10688
+ * 集团账号的成员id
10458
10689
  */
10459
- AssetTypeIconURL?: string;
10690
+ MemberId?: Array<string>;
10460
10691
  }
10461
10692
  /**
10462
10693
  * 键值对(整数)
@@ -10833,6 +11064,19 @@ export interface DescribeDomainAssetsRequest {
10833
11064
  */
10834
11065
  Tags?: Array<AssetTag>;
10835
11066
  }
11067
+ /**
11068
+ * DescribeNotifyAssetConfig返回参数结构体
11069
+ */
11070
+ export interface DescribeNotifyAssetConfigResponse {
11071
+ /**
11072
+ * <p>资产范围配置</p>
11073
+ */
11074
+ Items?: Array<NotifyAssetConfigItem>;
11075
+ /**
11076
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11077
+ */
11078
+ RequestId?: string;
11079
+ }
10836
11080
  /**
10837
11081
  * DescribeNICAssets请求参数结构体
10838
11082
  */
@@ -11462,6 +11706,19 @@ export interface DescribeOrganizationUserInfoResponse {
11462
11706
  */
11463
11707
  RequestId?: string;
11464
11708
  }
11709
+ /**
11710
+ * 日志条目
11711
+ */
11712
+ export interface LogItem {
11713
+ /**
11714
+ * <p>键</p>
11715
+ */
11716
+ Key?: string;
11717
+ /**
11718
+ * <p>值</p>
11719
+ */
11720
+ Value?: string;
11721
+ }
11465
11722
  /**
11466
11723
  * 访问密钥风险记录
11467
11724
  */
@@ -12295,21 +12552,73 @@ export interface DescribeDspmAssetLoginCredentialRequest {
12295
12552
  EncryptMethod?: string;
12296
12553
  }
12297
12554
  /**
12298
- * DescribeDspmIdentifyInfoList返回参数结构体
12555
+ * DescribeCLSLogListV3请求参数结构体
12299
12556
  */
12300
- export interface DescribeDspmIdentifyInfoListResponse {
12557
+ export interface DescribeCLSLogListV3Request {
12301
12558
  /**
12302
- * 身份总数
12559
+ * <p>开始时间</p>
12303
12560
  */
12304
- TotalCount?: number;
12561
+ From: number;
12305
12562
  /**
12306
- * 身份 信息
12563
+ * <p>结束时间</p>
12307
12564
  */
12308
- InfoSet?: Array<DspmIdentifyInfoItem>;
12565
+ To: number;
12309
12566
  /**
12310
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12567
+ * <p>查询条件</p>
12311
12568
  */
12312
- RequestId?: string;
12569
+ Query: string;
12570
+ /**
12571
+ * <p>语法</p>
12572
+ */
12573
+ SyntaxRule: number;
12574
+ /**
12575
+ * <p>主题</p>
12576
+ */
12577
+ Topics?: Array<LogContextInfo>;
12578
+ /**
12579
+ * <p>集团账号的成员id</p>
12580
+ */
12581
+ MemberId?: Array<string>;
12582
+ /**
12583
+ * <p>排序</p>
12584
+ */
12585
+ Sort?: string;
12586
+ /**
12587
+ * <p>limit</p>
12588
+ */
12589
+ Limit?: number;
12590
+ /**
12591
+ * <p>offset</p>
12592
+ */
12593
+ Offset?: number;
12594
+ /**
12595
+ * <p>采样</p>
12596
+ */
12597
+ SamplingRate?: number;
12598
+ /**
12599
+ * <p>是否高亮</p>
12600
+ */
12601
+ HighLight?: boolean;
12602
+ /**
12603
+ * <p>是否采用新分析</p>
12604
+ */
12605
+ UseNewAnalysis?: boolean;
12606
+ /**
12607
+ * <p>查询优化</p>
12608
+ */
12609
+ QueryOptimize?: number;
12610
+ /**
12611
+ * <p>主题id</p>
12612
+ */
12613
+ TopicId?: string;
12614
+ /**
12615
+ * <p>上下文信息</p>
12616
+ */
12617
+ Context?: string;
12618
+ /**
12619
+ * <p>查询类型</p>
12620
+ */
12621
+ SubQueryTypes?: Array<string>;
12313
12622
  }
12314
12623
  /**
12315
12624
  * DescribeCVMAssets返回参数结构体
@@ -12376,6 +12685,27 @@ export interface DescribeCVMAssetsResponse {
12376
12685
  */
12377
12686
  RequestId?: string;
12378
12687
  }
12688
+ /**
12689
+ * 日志索引规则信息
12690
+ */
12691
+ export interface LogIndexRuleInfo {
12692
+ /**
12693
+ * <p>全文索引</p>
12694
+ */
12695
+ FullText?: LogFullTextInfo;
12696
+ /**
12697
+ * <p>键值索引</p>
12698
+ */
12699
+ KeyValue?: LogRuleKeyValueInfo;
12700
+ /**
12701
+ * <p>标签</p>
12702
+ */
12703
+ Tag?: LogRuleKeyValueInfo;
12704
+ /**
12705
+ * <p>动态索引</p>
12706
+ */
12707
+ DynamicIndex?: LogDynamicIndex;
12708
+ }
12379
12709
  /**
12380
12710
  * UpdateAccessKeyRemark返回参数结构体
12381
12711
  */
@@ -12691,19 +13021,61 @@ export interface AccessCredentialOutput {
12691
13021
  */
12692
13022
  Key?: string;
12693
13023
  /**
12694
- * 凭据键值(打码后)
12695
- 补充说明:保留前3后4位,中间用***替代;长度不足7位时全部替换为***
13024
+ * 凭据键值(打码后)
13025
+ 补充说明:保留前3后4位,中间用***替代;长度不足7位时全部替换为***
13026
+ */
13027
+ Value?: string;
13028
+ }
13029
+ /**
13030
+ * DescribeNotifySetting返回参数结构体
13031
+ */
13032
+ export interface DescribeNotifySettingResponse {
13033
+ /**
13034
+ * <p>通知设置列表</p>
13035
+ */
13036
+ List?: Array<NotifySetting>;
13037
+ /**
13038
+ * <p>成员账号Id</p>
13039
+ */
13040
+ MemberId?: Array<string>;
13041
+ /**
13042
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13043
+ */
13044
+ RequestId?: string;
13045
+ }
13046
+ /**
13047
+ * CreateDspmExportTask返回参数结构体
13048
+ */
13049
+ export interface CreateDspmExportTaskResponse {
13050
+ /**
13051
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13052
+ */
13053
+ RequestId?: string;
13054
+ }
13055
+ /**
13056
+ * 日志索引值描述信息
13057
+ */
13058
+ export interface LogValueInfo {
13059
+ /**
13060
+ * <p>类型</p>
13061
+ */
13062
+ Type?: string;
13063
+ /**
13064
+ * <p>标签</p>
13065
+ */
13066
+ Tokenizer?: string;
13067
+ /**
13068
+ * <p>sql标签</p>
13069
+ */
13070
+ SqlFlag?: boolean;
13071
+ /**
13072
+ * <p>包含中文</p>
12696
13073
  */
12697
- Value?: string;
12698
- }
12699
- /**
12700
- * CreateDspmExportTask返回参数结构体
12701
- */
12702
- export interface CreateDspmExportTaskResponse {
13074
+ ContainZH?: boolean;
12703
13075
  /**
12704
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13076
+ * <p>别名</p>
12705
13077
  */
12706
- RequestId?: string;
13078
+ Alias?: string;
12707
13079
  }
12708
13080
  /**
12709
13081
  * 漏洞风险高级配置列表
@@ -13255,6 +13627,23 @@ export interface SkillState {
13255
13627
  */
13256
13628
  SkillInstallResult?: string;
13257
13629
  }
13630
+ /**
13631
+ * DescribeDspmIdentifyInfoList返回参数结构体
13632
+ */
13633
+ export interface DescribeDspmIdentifyInfoListResponse {
13634
+ /**
13635
+ * 身份总数
13636
+ */
13637
+ TotalCount?: number;
13638
+ /**
13639
+ * 身份 信息
13640
+ */
13641
+ InfoSet?: Array<DspmIdentifyInfoItem>;
13642
+ /**
13643
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13644
+ */
13645
+ RequestId?: string;
13646
+ }
13258
13647
  /**
13259
13648
  * DescribeCosRiskActionList返回参数结构体
13260
13649
  */
@@ -13306,6 +13695,15 @@ export interface DescribeAccessKeyRiskResponse {
13306
13695
  */
13307
13696
  RequestId?: string;
13308
13697
  }
13698
+ /**
13699
+ * 日志动态索引信息
13700
+ */
13701
+ export interface LogDynamicIndex {
13702
+ /**
13703
+ * <p>状态</p>
13704
+ */
13705
+ Status?: boolean;
13706
+ }
13309
13707
  /**
13310
13708
  * ModifyCosMarkInfo请求参数结构体
13311
13709
  */
@@ -13392,6 +13790,23 @@ export interface SyncDspmUsersResponse {
13392
13790
  */
13393
13791
  RequestId?: string;
13394
13792
  }
13793
+ /**
13794
+ * DescribeCLSLogIndexV3返回参数结构体
13795
+ */
13796
+ export interface DescribeCLSLogIndexV3Response {
13797
+ /**
13798
+ * <p>主题信息</p>
13799
+ */
13800
+ TopicIndexInfos?: Array<LogTopicIndexInfo>;
13801
+ /**
13802
+ * <p>总数</p>
13803
+ */
13804
+ TotalCount?: number;
13805
+ /**
13806
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13807
+ */
13808
+ RequestId?: string;
13809
+ }
13395
13810
  /**
13396
13811
  * DescribeDspmAssetAccounts返回参数结构体
13397
13812
  */
@@ -14072,6 +14487,19 @@ export interface DeleteIaCFileRequest {
14072
14487
  */
14073
14488
  Id: Array<number | bigint>;
14074
14489
  }
14490
+ /**
14491
+ * 日志键值索引详情
14492
+ */
14493
+ export interface LogKeyValueInfo {
14494
+ /**
14495
+ * <p>键</p>
14496
+ */
14497
+ Key?: string;
14498
+ /**
14499
+ * <p>值</p>
14500
+ */
14501
+ Value?: LogValueInfo;
14502
+ }
14075
14503
  /**
14076
14504
  * DeleteDspmExportTask返回参数结构体
14077
14505
  */
@@ -14365,6 +14793,43 @@ export interface DescribeAccessKeyUserDetailResponse {
14365
14793
  */
14366
14794
  RequestId?: string;
14367
14795
  }
14796
+ /**
14797
+ * 通知资产范围配置项
14798
+ */
14799
+ export interface NotifyAssetConfigItem {
14800
+ /**
14801
+ * <p>模块名</p>
14802
+ */
14803
+ Module: string;
14804
+ /**
14805
+ * <p>子模块</p>
14806
+ */
14807
+ SubModule: string;
14808
+ /**
14809
+ * <p>资产范围</p><p>枚举值:</p><ul><li>0: 无含义</li><li>1: 全部</li><li>2: 自选</li><li>3: 按标签</li></ul>
14810
+ */
14811
+ AssetRange: number;
14812
+ /**
14813
+ * <p>选中的实例ID</p>
14814
+ */
14815
+ InstanceIds?: Array<string>;
14816
+ /**
14817
+ * <p>剔除的实例ID</p>
14818
+ */
14819
+ ExcludedInstanceIds?: Array<string>;
14820
+ /**
14821
+ * <p>标签ID</p>
14822
+ */
14823
+ TagIds?: Array<number | bigint>;
14824
+ /**
14825
+ * <p>云标签</p>
14826
+ */
14827
+ CloudTags?: Array<string>;
14828
+ /**
14829
+ * <p>总数</p>
14830
+ */
14831
+ TotalCount?: number;
14832
+ }
14368
14833
  /**
14369
14834
  * cos每日告警/风险信息
14370
14835
  */
@@ -14537,6 +15002,19 @@ export interface HighBaseLineRiskItem {
14537
15002
  */
14538
15003
  AppID?: number;
14539
15004
  }
15005
+ /**
15006
+ * DescribeNotifySettingAlert返回参数结构体
15007
+ */
15008
+ export interface DescribeNotifySettingAlertResponse {
15009
+ /**
15010
+ * <p>通知配置</p>
15011
+ */
15012
+ Settings?: Array<NotifySetting>;
15013
+ /**
15014
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15015
+ */
15016
+ RequestId?: string;
15017
+ }
14540
15018
  /**
14541
15019
  * CreateCosAssetSyncTask请求参数结构体
14542
15020
  */
@@ -14652,6 +15130,15 @@ export interface CosAlarmRiskIdInfo {
14652
15130
  */
14653
15131
  AppId: number;
14654
15132
  }
15133
+ /**
15134
+ * ModifyNotifyAssetConfig返回参数结构体
15135
+ */
15136
+ export interface ModifyNotifyAssetConfigResponse {
15137
+ /**
15138
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15139
+ */
15140
+ RequestId?: string;
15141
+ }
14655
15142
  /**
14656
15143
  * DescribeDspmBackupLogList返回参数结构体
14657
15144
  */
@@ -14899,21 +15386,21 @@ export interface DspmIdentifyIdItem {
14899
15386
  Person?: DspmPersonUser;
14900
15387
  }
14901
15388
  /**
14902
- * DescribeCosAkInvokeIpList请求参数结构体
15389
+ * DescribeCosPolicy返回参数结构体
14903
15390
  */
14904
- export interface DescribeCosAkInvokeIpListRequest {
15391
+ export interface DescribeCosPolicyResponse {
14905
15392
  /**
14906
- * appid
15393
+ * 策略总数
14907
15394
  */
14908
- RelAppId: number;
15395
+ Total?: number;
14909
15396
  /**
14910
- * ak
15397
+ * 策略信息
14911
15398
  */
14912
- Ak: string;
15399
+ Data?: Array<CosPolicyInfo>;
14913
15400
  /**
14914
- * 过滤条件
15401
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14915
15402
  */
14916
- Filter?: Filter;
15403
+ RequestId?: string;
14917
15404
  }
14918
15405
  /**
14919
15406
  * CreateDspmRiskExportJob请求参数结构体
@@ -15426,21 +15913,21 @@ export interface DescribeDspmAssetLoginCredentialResponse {
15426
15913
  RequestId?: string;
15427
15914
  }
15428
15915
  /**
15429
- * DescribeCosPolicy返回参数结构体
15916
+ * DescribeCosAkInvokeIpList请求参数结构体
15430
15917
  */
15431
- export interface DescribeCosPolicyResponse {
15918
+ export interface DescribeCosAkInvokeIpListRequest {
15432
15919
  /**
15433
- * 策略总数
15920
+ * appid
15434
15921
  */
15435
- Total?: number;
15922
+ RelAppId: number;
15436
15923
  /**
15437
- * 策略信息
15924
+ * ak
15438
15925
  */
15439
- Data?: Array<CosPolicyInfo>;
15926
+ Ak: string;
15440
15927
  /**
15441
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15928
+ * 过滤条件
15442
15929
  */
15443
- RequestId?: string;
15930
+ Filter?: Filter;
15444
15931
  }
15445
15932
  /**
15446
15933
  * DescribeCosBucketRisk返回参数结构体
@@ -15497,6 +15984,35 @@ export interface DescribeCosRoleAccessPermissionsRequest {
15497
15984
  */
15498
15985
  Filter?: Filter;
15499
15986
  }
15987
+ /**
15988
+ * 日志主题索性信息
15989
+ */
15990
+ export interface LogTopicIndexInfo {
15991
+ /**
15992
+ * <p>主题</p>
15993
+ */
15994
+ TopicId?: string;
15995
+ /**
15996
+ * <p>状态</p>
15997
+ */
15998
+ Status?: boolean;
15999
+ /**
16000
+ * <p>规则</p>
16001
+ */
16002
+ Rule?: LogIndexRuleInfo;
16003
+ /**
16004
+ * <p>修改时间</p>
16005
+ */
16006
+ ModifyTime?: string;
16007
+ /**
16008
+ * <p>是否包含</p>
16009
+ */
16010
+ IncludeInternalFields?: boolean;
16011
+ /**
16012
+ * <p>元数据标签</p>
16013
+ */
16014
+ MetadataFlag?: number;
16015
+ }
15500
16016
  /**
15501
16017
  * DescribeVULRiskDetail返回参数结构体
15502
16018
  */
@@ -15865,6 +16381,10 @@ export interface DspmAccessRecordId {
15865
16381
  */
15866
16382
  RecordTime?: string;
15867
16383
  }
16384
+ /**
16385
+ * DescribeNotifySetting请求参数结构体
16386
+ */
16387
+ export type DescribeNotifySettingRequest = null;
15868
16388
  /**
15869
16389
  * 告警数据攻击者或受害者信息
15870
16390
  */
@@ -18013,6 +18533,15 @@ export interface DescribeDspmRiskRequest {
18013
18533
  */
18014
18534
  Filter?: Filter;
18015
18535
  }
18536
+ /**
18537
+ * DescribeNotifyAssetConfig请求参数结构体
18538
+ */
18539
+ export interface DescribeNotifyAssetConfigRequest {
18540
+ /**
18541
+ * <p>模块名</p>
18542
+ */
18543
+ Modules?: Array<string>;
18544
+ }
18016
18545
  /**
18017
18546
  * DeleteDspmExportTask请求参数结构体
18018
18547
  */
@@ -18198,6 +18727,62 @@ export interface DescribeCosBucketRiskRequest {
18198
18727
  */
18199
18728
  Filter?: Filter;
18200
18729
  }
18730
+ /**
18731
+ * 调用记录详情
18732
+ */
18733
+ export interface UserCallRecord {
18734
+ /**
18735
+ * 调用源IP
18736
+ */
18737
+ SourceIP?: string;
18738
+ /**
18739
+ * 调用类型
18740
+ 0:控制台调用
18741
+ 1:API
18742
+ */
18743
+ EventType?: number;
18744
+ /**
18745
+ * 调用次数
18746
+ */
18747
+ CallCount?: number;
18748
+ /**
18749
+ * 调用错误码
18750
+ 0表示成功
18751
+ */
18752
+ Code?: number;
18753
+ /**
18754
+ * 首次调用时间
18755
+ */
18756
+ FirstCallTime?: string;
18757
+ /**
18758
+ * 最后调用时间
18759
+ */
18760
+ LastCallTime?: string;
18761
+ /**
18762
+ * 调用源IP备注
18763
+ */
18764
+ SourceIPRemark?: string;
18765
+ /**
18766
+ * 调用源IP地域
18767
+ */
18768
+ Region?: string;
18769
+ /**
18770
+ * 用户/角色名称
18771
+ */
18772
+ UserName?: string;
18773
+ /**
18774
+ * 聚合日期
18775
+ */
18776
+ Date?: string;
18777
+ /**
18778
+ * appid
18779
+ */
18780
+ AppID?: number;
18781
+ /**
18782
+ * 运营商
18783
+ */
18784
+ ISP?: string;
18785
+ }
18201
18786
  /**
18202
18787
  * 调用记录详情
18203
18788
  */
@@ -18407,6 +18992,15 @@ export interface DescribeDspmPersonalIdentifyListRequest {
18407
18992
  */
18408
18993
  Filter?: Filter;
18409
18994
  }
18995
+ /**
18996
+ * ModifyNotifySettingAlert返回参数结构体
18997
+ */
18998
+ export interface ModifyNotifySettingAlertResponse {
18999
+ /**
19000
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19001
+ */
19002
+ RequestId?: string;
19003
+ }
18410
19004
  /**
18411
19005
  * 对象存储调用源ip信息
18412
19006
  */
@@ -18480,6 +19074,19 @@ export interface DescribeDbAssetInfoResponse {
18480
19074
  */
18481
19075
  RequestId?: string;
18482
19076
  }
19077
+ /**
19078
+ * 日志检索上下文信息
19079
+ */
19080
+ export interface LogContextInfo {
19081
+ /**
19082
+ * <p>主题id</p>
19083
+ */
19084
+ TopicId?: string;
19085
+ /**
19086
+ * <p>上下文</p>
19087
+ */
19088
+ Context?: string;
19089
+ }
18483
19090
  /**
18484
19091
  * DescribeAlertList请求参数结构体
18485
19092
  */
@@ -18886,6 +19493,59 @@ export interface NetworkCardInfo {
18886
19493
  */
18887
19494
  Name?: string;
18888
19495
  }
19496
+ /**
19497
+ * 日志检索结果
19498
+ */
19499
+ export interface LogSearchResult {
19500
+ /**
19501
+ * <p>时间</p>
19502
+ */
19503
+ Time?: number;
19504
+ /**
19505
+ * <p>主题</p>
19506
+ */
19507
+ TopicId?: string;
19508
+ /**
19509
+ * <p>主题名</p>
19510
+ */
19511
+ TopicName?: string;
19512
+ /**
19513
+ * <p>源</p>
19514
+ */
19515
+ Source?: string;
19516
+ /**
19517
+ * <p>文件名</p>
19518
+ */
19519
+ FileName?: string;
19520
+ /**
19521
+ * <p>pkgid</p>
19522
+ */
19523
+ PkgId?: string;
19524
+ /**
19525
+ * <p>pkglogid</p>
19526
+ */
19527
+ PkgLogId?: string;
19528
+ /**
19529
+ * <p>json数据</p>
19530
+ */
19531
+ LogJson?: string;
19532
+ /**
19533
+ * <p>主机名</p>
19534
+ */
19535
+ HostName?: string;
19536
+ /**
19537
+ * <p>log信息</p>
19538
+ */
19539
+ RawLog?: string;
19540
+ /**
19541
+ * <p>索引状态</p>
19542
+ */
19543
+ IndexStatus?: string;
19544
+ /**
19545
+ * <p>高亮信息</p>
19546
+ */
19547
+ HighLights?: Array<LogHighLightItem>;
19548
+ }
18889
19549
  /**
18890
19550
  * 风险视角风险列表
18891
19551
  */
@@ -19231,6 +19891,15 @@ export interface DeleteRiskScanTaskResponse {
19231
19891
  */
19232
19892
  RequestId?: string;
19233
19893
  }
19894
+ /**
19895
+ * SyncDspmAssets返回参数结构体
19896
+ */
19897
+ export interface SyncDspmAssetsResponse {
19898
+ /**
19899
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19900
+ */
19901
+ RequestId?: string;
19902
+ }
19234
19903
  /**
19235
19904
  * CreateCosPolicy返回参数结构体
19236
19905
  */