@alicloud/sas20181203 1.0.11 → 1.0.14

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/dist/client.d.ts CHANGED
@@ -588,64 +588,6 @@ export declare class DeleteVpcHoneyPotResponse extends $tea.Model {
588
588
  [key: string]: any;
589
589
  });
590
590
  }
591
- export declare class DescribeAccessKeyLeakDetailRequest extends $tea.Model {
592
- id?: number;
593
- static names(): {
594
- [key: string]: string;
595
- };
596
- static types(): {
597
- [key: string]: any;
598
- };
599
- constructor(map?: {
600
- [key: string]: any;
601
- });
602
- }
603
- export declare class DescribeAccessKeyLeakDetailResponseBody extends $tea.Model {
604
- accesskeyId?: string;
605
- asset?: string;
606
- code?: string;
607
- dealTime?: string;
608
- dealType?: string;
609
- githubFileName?: string;
610
- githubFileType?: string;
611
- githubFileUpdateTime?: string;
612
- githubFileUrl?: string;
613
- githubRepoName?: string;
614
- githubRepoUrl?: string;
615
- githubUser?: string;
616
- githubUserPicUrl?: string;
617
- gmtCreate?: string;
618
- gmtModified?: string;
619
- remark?: string;
620
- requestId?: string;
621
- source?: string;
622
- type?: string;
623
- whitelistStatus?: string;
624
- static names(): {
625
- [key: string]: string;
626
- };
627
- static types(): {
628
- [key: string]: any;
629
- };
630
- constructor(map?: {
631
- [key: string]: any;
632
- });
633
- }
634
- export declare class DescribeAccessKeyLeakDetailResponse extends $tea.Model {
635
- headers: {
636
- [key: string]: string;
637
- };
638
- body: DescribeAccessKeyLeakDetailResponseBody;
639
- static names(): {
640
- [key: string]: string;
641
- };
642
- static types(): {
643
- [key: string]: any;
644
- };
645
- constructor(map?: {
646
- [key: string]: any;
647
- });
648
- }
649
591
  export declare class DescribeAccesskeyLeakListRequest extends $tea.Model {
650
592
  currentPage?: number;
651
593
  pageSize?: number;
@@ -1539,6 +1481,7 @@ export declare class DescribeCloudCenterInstancesRequest extends $tea.Model {
1539
1481
  importance?: number;
1540
1482
  logicalExp?: string;
1541
1483
  machineTypes?: string;
1484
+ noGroupTrace?: boolean;
1542
1485
  pageSize?: number;
1543
1486
  regionId?: string;
1544
1487
  static names(): {
@@ -1689,52 +1632,6 @@ export declare class DescribeContainerStatisticsResponse extends $tea.Model {
1689
1632
  [key: string]: any;
1690
1633
  });
1691
1634
  }
1692
- export declare class DescribeContainerTagsRequest extends $tea.Model {
1693
- appName?: string;
1694
- clusterId?: string;
1695
- currentPage?: number;
1696
- fieldName?: string;
1697
- fieldValue?: string;
1698
- namespace?: string;
1699
- pageSize?: number;
1700
- static names(): {
1701
- [key: string]: string;
1702
- };
1703
- static types(): {
1704
- [key: string]: any;
1705
- };
1706
- constructor(map?: {
1707
- [key: string]: any;
1708
- });
1709
- }
1710
- export declare class DescribeContainerTagsResponseBody extends $tea.Model {
1711
- requestId?: string;
1712
- tagValues?: string[];
1713
- static names(): {
1714
- [key: string]: string;
1715
- };
1716
- static types(): {
1717
- [key: string]: any;
1718
- };
1719
- constructor(map?: {
1720
- [key: string]: any;
1721
- });
1722
- }
1723
- export declare class DescribeContainerTagsResponse extends $tea.Model {
1724
- headers: {
1725
- [key: string]: string;
1726
- };
1727
- body: DescribeContainerTagsResponseBody;
1728
- static names(): {
1729
- [key: string]: string;
1730
- };
1731
- static types(): {
1732
- [key: string]: any;
1733
- };
1734
- constructor(map?: {
1735
- [key: string]: any;
1736
- });
1737
- }
1738
1635
  export declare class DescribeCriteriaRequest extends $tea.Model {
1739
1636
  machineTypes?: string;
1740
1637
  supportAutoTag?: boolean;
@@ -2652,6 +2549,52 @@ export declare class DescribeHoneyPotSuspStatisticsResponse extends $tea.Model {
2652
2549
  [key: string]: any;
2653
2550
  });
2654
2551
  }
2552
+ export declare class DescribeImageBaselineCheckSummaryRequest extends $tea.Model {
2553
+ criteria?: string;
2554
+ criteriaType?: string;
2555
+ currentPage?: number;
2556
+ lang?: string;
2557
+ pageSize?: number;
2558
+ riskLevel?: string;
2559
+ static names(): {
2560
+ [key: string]: string;
2561
+ };
2562
+ static types(): {
2563
+ [key: string]: any;
2564
+ };
2565
+ constructor(map?: {
2566
+ [key: string]: any;
2567
+ });
2568
+ }
2569
+ export declare class DescribeImageBaselineCheckSummaryResponseBody extends $tea.Model {
2570
+ baselineResultSummary?: DescribeImageBaselineCheckSummaryResponseBodyBaselineResultSummary[];
2571
+ pageInfo?: DescribeImageBaselineCheckSummaryResponseBodyPageInfo;
2572
+ requestId?: string;
2573
+ static names(): {
2574
+ [key: string]: string;
2575
+ };
2576
+ static types(): {
2577
+ [key: string]: any;
2578
+ };
2579
+ constructor(map?: {
2580
+ [key: string]: any;
2581
+ });
2582
+ }
2583
+ export declare class DescribeImageBaselineCheckSummaryResponse extends $tea.Model {
2584
+ headers: {
2585
+ [key: string]: string;
2586
+ };
2587
+ body: DescribeImageBaselineCheckSummaryResponseBody;
2588
+ static names(): {
2589
+ [key: string]: string;
2590
+ };
2591
+ static types(): {
2592
+ [key: string]: any;
2593
+ };
2594
+ constructor(map?: {
2595
+ [key: string]: any;
2596
+ });
2597
+ }
2655
2598
  export declare class DescribeImageFixTaskRequest extends $tea.Model {
2656
2599
  currentPage?: number;
2657
2600
  endTime?: number;
@@ -2759,6 +2702,56 @@ export declare class DescribeImageGroupedVulListResponse extends $tea.Model {
2759
2702
  [key: string]: any;
2760
2703
  });
2761
2704
  }
2705
+ export declare class DescribeImageListWithBaselineNameRequest extends $tea.Model {
2706
+ baselineNameKey?: string;
2707
+ criteria?: string;
2708
+ criteriaType?: string;
2709
+ currentPage?: number;
2710
+ imageDigest?: string;
2711
+ lang?: string;
2712
+ pageSize?: number;
2713
+ repoInstanceId?: string;
2714
+ repoName?: string;
2715
+ repoNamespace?: string;
2716
+ static names(): {
2717
+ [key: string]: string;
2718
+ };
2719
+ static types(): {
2720
+ [key: string]: any;
2721
+ };
2722
+ constructor(map?: {
2723
+ [key: string]: any;
2724
+ });
2725
+ }
2726
+ export declare class DescribeImageListWithBaselineNameResponseBody extends $tea.Model {
2727
+ imageInfos?: DescribeImageListWithBaselineNameResponseBodyImageInfos[];
2728
+ pageInfo?: DescribeImageListWithBaselineNameResponseBodyPageInfo;
2729
+ requestId?: string;
2730
+ static names(): {
2731
+ [key: string]: string;
2732
+ };
2733
+ static types(): {
2734
+ [key: string]: any;
2735
+ };
2736
+ constructor(map?: {
2737
+ [key: string]: any;
2738
+ });
2739
+ }
2740
+ export declare class DescribeImageListWithBaselineNameResponse extends $tea.Model {
2741
+ headers: {
2742
+ [key: string]: string;
2743
+ };
2744
+ body: DescribeImageListWithBaselineNameResponseBody;
2745
+ static names(): {
2746
+ [key: string]: string;
2747
+ };
2748
+ static types(): {
2749
+ [key: string]: any;
2750
+ };
2751
+ constructor(map?: {
2752
+ [key: string]: any;
2753
+ });
2754
+ }
2762
2755
  export declare class DescribeImageScanAuthCountResponseBody extends $tea.Model {
2763
2756
  imageScan?: DescribeImageScanAuthCountResponseBodyImageScan;
2764
2757
  requestId?: string;
@@ -3264,14 +3257,18 @@ export declare class DescribePropertyCountRequest extends $tea.Model {
3264
3257
  });
3265
3258
  }
3266
3259
  export declare class DescribePropertyCountResponseBody extends $tea.Model {
3267
- autoRun?: number;
3260
+ autorun?: number;
3268
3261
  cron?: number;
3262
+ database?: number;
3263
+ lkm?: number;
3269
3264
  port?: number;
3270
3265
  process?: number;
3271
3266
  requestId?: string;
3272
3267
  sca?: number;
3273
3268
  software?: number;
3274
3269
  user?: number;
3270
+ web?: number;
3271
+ webserver?: number;
3275
3272
  static names(): {
3276
3273
  [key: string]: string;
3277
3274
  };
@@ -3344,6 +3341,7 @@ export declare class DescribePropertyCronDetailResponse extends $tea.Model {
3344
3341
  });
3345
3342
  }
3346
3343
  export declare class DescribePropertyPortDetailRequest extends $tea.Model {
3344
+ bindIp?: string;
3347
3345
  currentPage?: number;
3348
3346
  pageSize?: number;
3349
3347
  port?: string;
@@ -3438,6 +3436,8 @@ export declare class DescribePropertyProcDetailRequest extends $tea.Model {
3438
3436
  currentPage?: number;
3439
3437
  name?: string;
3440
3438
  pageSize?: number;
3439
+ procTimeEnd?: number;
3440
+ procTimeStart?: number;
3441
3441
  remark?: string;
3442
3442
  user?: string;
3443
3443
  uuid?: string;
@@ -3525,17 +3525,25 @@ export declare class DescribePropertyProcItemResponse extends $tea.Model {
3525
3525
  });
3526
3526
  }
3527
3527
  export declare class DescribePropertyScaDetailRequest extends $tea.Model {
3528
+ biz?: string;
3528
3529
  bizType?: string;
3529
3530
  currentPage?: number;
3530
3531
  lang?: string;
3531
3532
  name?: number;
3532
3533
  pageSize?: number;
3534
+ pid?: string;
3535
+ port?: string;
3536
+ processStartedEnd?: number;
3537
+ processStartedStart?: number;
3533
3538
  remark?: string;
3534
3539
  scaName?: string;
3540
+ scaNamePattern?: string;
3541
+ scaVersion?: string;
3535
3542
  searchInfo?: string;
3536
3543
  searchInfoSub?: string;
3537
3544
  searchItem?: string;
3538
3545
  searchItemSub?: string;
3546
+ user?: string;
3539
3547
  uuid?: string;
3540
3548
  static names(): {
3541
3549
  [key: string]: string;
@@ -3578,6 +3586,8 @@ export declare class DescribePropertyScaDetailResponse extends $tea.Model {
3578
3586
  }
3579
3587
  export declare class DescribePropertySoftwareDetailRequest extends $tea.Model {
3580
3588
  currentPage?: number;
3589
+ installTimeEnd?: number;
3590
+ installTimeStart?: number;
3581
3591
  name?: string;
3582
3592
  pageSize?: number;
3583
3593
  path?: string;
@@ -3712,6 +3722,8 @@ export declare class DescribePropertyUsageNewestResponse extends $tea.Model {
3712
3722
  export declare class DescribePropertyUserDetailRequest extends $tea.Model {
3713
3723
  currentPage?: number;
3714
3724
  isRoot?: string;
3725
+ lastLoginTimeEnd?: number;
3726
+ lastLoginTimeStart?: number;
3715
3727
  pageSize?: number;
3716
3728
  remark?: string;
3717
3729
  user?: string;
@@ -4756,57 +4768,6 @@ export declare class DescribeSuspEventDetailResponse extends $tea.Model {
4756
4768
  [key: string]: any;
4757
4769
  });
4758
4770
  }
4759
- export declare class DescribeSuspEventExportInfoRequest extends $tea.Model {
4760
- exportId?: number;
4761
- from?: string;
4762
- sourceIp?: string;
4763
- static names(): {
4764
- [key: string]: string;
4765
- };
4766
- static types(): {
4767
- [key: string]: any;
4768
- };
4769
- constructor(map?: {
4770
- [key: string]: any;
4771
- });
4772
- }
4773
- export declare class DescribeSuspEventExportInfoResponseBody extends $tea.Model {
4774
- exportStatus?: string;
4775
- fileName?: string;
4776
- gmtCreate?: number;
4777
- gmtModified?: number;
4778
- id?: number;
4779
- link?: string;
4780
- progress?: number;
4781
- properties?: string;
4782
- requestId?: string;
4783
- totalCount?: number;
4784
- type?: string;
4785
- static names(): {
4786
- [key: string]: string;
4787
- };
4788
- static types(): {
4789
- [key: string]: any;
4790
- };
4791
- constructor(map?: {
4792
- [key: string]: any;
4793
- });
4794
- }
4795
- export declare class DescribeSuspEventExportInfoResponse extends $tea.Model {
4796
- headers: {
4797
- [key: string]: string;
4798
- };
4799
- body: DescribeSuspEventExportInfoResponseBody;
4800
- static names(): {
4801
- [key: string]: string;
4802
- };
4803
- static types(): {
4804
- [key: string]: any;
4805
- };
4806
- constructor(map?: {
4807
- [key: string]: any;
4808
- });
4809
- }
4810
4771
  export declare class DescribeSuspEventQuaraFilesRequest extends $tea.Model {
4811
4772
  currentPage?: string;
4812
4773
  from?: string;
@@ -4964,51 +4925,6 @@ export declare class DescribeSuspiciousUUIDConfigResponse extends $tea.Model {
4964
4925
  [key: string]: any;
4965
4926
  });
4966
4927
  }
4967
- export declare class DescribeUniBackupPoliciesRequest extends $tea.Model {
4968
- currentPage?: number;
4969
- pageSize?: number;
4970
- policyName?: string;
4971
- resourceOwnerId?: number;
4972
- sourceIp?: string;
4973
- static names(): {
4974
- [key: string]: string;
4975
- };
4976
- static types(): {
4977
- [key: string]: any;
4978
- };
4979
- constructor(map?: {
4980
- [key: string]: any;
4981
- });
4982
- }
4983
- export declare class DescribeUniBackupPoliciesResponseBody extends $tea.Model {
4984
- pageInfo?: DescribeUniBackupPoliciesResponseBodyPageInfo;
4985
- requestId?: string;
4986
- uniBackupPolicies?: DescribeUniBackupPoliciesResponseBodyUniBackupPolicies[];
4987
- static names(): {
4988
- [key: string]: string;
4989
- };
4990
- static types(): {
4991
- [key: string]: any;
4992
- };
4993
- constructor(map?: {
4994
- [key: string]: any;
4995
- });
4996
- }
4997
- export declare class DescribeUniBackupPoliciesResponse extends $tea.Model {
4998
- headers: {
4999
- [key: string]: string;
5000
- };
5001
- body: DescribeUniBackupPoliciesResponseBody;
5002
- static names(): {
5003
- [key: string]: string;
5004
- };
5005
- static types(): {
5006
- [key: string]: any;
5007
- };
5008
- constructor(map?: {
5009
- [key: string]: any;
5010
- });
5011
- }
5012
4928
  export declare class DescribeUserBackupMachinesResponseBody extends $tea.Model {
5013
4929
  machines?: DescribeUserBackupMachinesResponseBodyMachines[];
5014
4930
  requestId?: string;
@@ -5471,51 +5387,6 @@ export declare class DescribeVulListResponse extends $tea.Model {
5471
5387
  [key: string]: any;
5472
5388
  });
5473
5389
  }
5474
- export declare class DescribeVulListPageRequest extends $tea.Model {
5475
- currentPage?: number;
5476
- cveId?: string;
5477
- pageSize?: number;
5478
- sourceIp?: string;
5479
- vulNameLike?: string;
5480
- static names(): {
5481
- [key: string]: string;
5482
- };
5483
- static types(): {
5484
- [key: string]: any;
5485
- };
5486
- constructor(map?: {
5487
- [key: string]: any;
5488
- });
5489
- }
5490
- export declare class DescribeVulListPageResponseBody extends $tea.Model {
5491
- data?: DescribeVulListPageResponseBodyData[];
5492
- requestId?: string;
5493
- totalCount?: number;
5494
- static names(): {
5495
- [key: string]: string;
5496
- };
5497
- static types(): {
5498
- [key: string]: any;
5499
- };
5500
- constructor(map?: {
5501
- [key: string]: any;
5502
- });
5503
- }
5504
- export declare class DescribeVulListPageResponse extends $tea.Model {
5505
- headers: {
5506
- [key: string]: string;
5507
- };
5508
- body: DescribeVulListPageResponseBody;
5509
- static names(): {
5510
- [key: string]: string;
5511
- };
5512
- static types(): {
5513
- [key: string]: any;
5514
- };
5515
- constructor(map?: {
5516
- [key: string]: any;
5517
- });
5518
- }
5519
5390
  export declare class DescribeVulWhitelistRequest extends $tea.Model {
5520
5391
  currentPage?: number;
5521
5392
  pageSize?: number;
@@ -5596,102 +5467,11 @@ export declare class DescribeWarningMachinesResponseBody extends $tea.Model {
5596
5467
  [key: string]: any;
5597
5468
  });
5598
5469
  }
5599
- export declare class DescribeWarningMachinesResponse extends $tea.Model {
5600
- headers: {
5601
- [key: string]: string;
5602
- };
5603
- body: DescribeWarningMachinesResponseBody;
5604
- static names(): {
5605
- [key: string]: string;
5606
- };
5607
- static types(): {
5608
- [key: string]: any;
5609
- };
5610
- constructor(map?: {
5611
- [key: string]: any;
5612
- });
5613
- }
5614
- export declare class DescribeWebLockBindListRequest extends $tea.Model {
5615
- currentPage?: number;
5616
- lang?: string;
5617
- pageSize?: number;
5618
- remark?: string;
5619
- sourceIp?: string;
5620
- status?: string;
5621
- static names(): {
5622
- [key: string]: string;
5623
- };
5624
- static types(): {
5625
- [key: string]: any;
5626
- };
5627
- constructor(map?: {
5628
- [key: string]: any;
5629
- });
5630
- }
5631
- export declare class DescribeWebLockBindListResponseBody extends $tea.Model {
5632
- bindList?: DescribeWebLockBindListResponseBodyBindList[];
5633
- currentPage?: number;
5634
- pageSize?: number;
5635
- requestId?: string;
5636
- totalCount?: number;
5637
- static names(): {
5638
- [key: string]: string;
5639
- };
5640
- static types(): {
5641
- [key: string]: any;
5642
- };
5643
- constructor(map?: {
5644
- [key: string]: any;
5645
- });
5646
- }
5647
- export declare class DescribeWebLockBindListResponse extends $tea.Model {
5648
- headers: {
5649
- [key: string]: string;
5650
- };
5651
- body: DescribeWebLockBindListResponseBody;
5652
- static names(): {
5653
- [key: string]: string;
5654
- };
5655
- static types(): {
5656
- [key: string]: any;
5657
- };
5658
- constructor(map?: {
5659
- [key: string]: any;
5660
- });
5661
- }
5662
- export declare class DescribeWebLockConfigListRequest extends $tea.Model {
5663
- lang?: string;
5664
- sourceIp?: string;
5665
- uuid?: string;
5666
- static names(): {
5667
- [key: string]: string;
5668
- };
5669
- static types(): {
5670
- [key: string]: any;
5671
- };
5672
- constructor(map?: {
5673
- [key: string]: any;
5674
- });
5675
- }
5676
- export declare class DescribeWebLockConfigListResponseBody extends $tea.Model {
5677
- configList?: DescribeWebLockConfigListResponseBodyConfigList[];
5678
- requestId?: string;
5679
- totalCount?: number;
5680
- static names(): {
5681
- [key: string]: string;
5682
- };
5683
- static types(): {
5684
- [key: string]: any;
5685
- };
5686
- constructor(map?: {
5687
- [key: string]: any;
5688
- });
5689
- }
5690
- export declare class DescribeWebLockConfigListResponse extends $tea.Model {
5470
+ export declare class DescribeWarningMachinesResponse extends $tea.Model {
5691
5471
  headers: {
5692
5472
  [key: string]: string;
5693
5473
  };
5694
- body: DescribeWebLockConfigListResponseBody;
5474
+ body: DescribeWarningMachinesResponseBody;
5695
5475
  static names(): {
5696
5476
  [key: string]: string;
5697
5477
  };
@@ -5702,10 +5482,13 @@ export declare class DescribeWebLockConfigListResponse extends $tea.Model {
5702
5482
  [key: string]: any;
5703
5483
  });
5704
5484
  }
5705
- export declare class ExportRecordRequest extends $tea.Model {
5706
- exportType?: string;
5485
+ export declare class DescribeWebLockBindListRequest extends $tea.Model {
5486
+ currentPage?: number;
5707
5487
  lang?: string;
5708
- params?: string;
5488
+ pageSize?: number;
5489
+ remark?: string;
5490
+ sourceIp?: string;
5491
+ status?: string;
5709
5492
  static names(): {
5710
5493
  [key: string]: string;
5711
5494
  };
@@ -5716,10 +5499,12 @@ export declare class ExportRecordRequest extends $tea.Model {
5716
5499
  [key: string]: any;
5717
5500
  });
5718
5501
  }
5719
- export declare class ExportRecordResponseBody extends $tea.Model {
5720
- fileName?: string;
5721
- id?: number;
5502
+ export declare class DescribeWebLockBindListResponseBody extends $tea.Model {
5503
+ bindList?: DescribeWebLockBindListResponseBodyBindList[];
5504
+ currentPage?: number;
5505
+ pageSize?: number;
5722
5506
  requestId?: string;
5507
+ totalCount?: number;
5723
5508
  static names(): {
5724
5509
  [key: string]: string;
5725
5510
  };
@@ -5730,11 +5515,11 @@ export declare class ExportRecordResponseBody extends $tea.Model {
5730
5515
  [key: string]: any;
5731
5516
  });
5732
5517
  }
5733
- export declare class ExportRecordResponse extends $tea.Model {
5518
+ export declare class DescribeWebLockBindListResponse extends $tea.Model {
5734
5519
  headers: {
5735
5520
  [key: string]: string;
5736
5521
  };
5737
- body: ExportRecordResponseBody;
5522
+ body: DescribeWebLockBindListResponseBody;
5738
5523
  static names(): {
5739
5524
  [key: string]: string;
5740
5525
  };
@@ -5745,22 +5530,10 @@ export declare class ExportRecordResponse extends $tea.Model {
5745
5530
  [key: string]: any;
5746
5531
  });
5747
5532
  }
5748
- export declare class ExportSuspEventsRequest extends $tea.Model {
5749
- clusterId?: string;
5750
- containerFieldName?: string;
5751
- containerFieldValue?: string;
5752
- dealed?: string;
5753
- from?: string;
5533
+ export declare class DescribeWebLockConfigListRequest extends $tea.Model {
5754
5534
  lang?: string;
5755
- levels?: string;
5756
- name?: string;
5757
- parentEventTypes?: string;
5758
- remark?: string;
5759
5535
  sourceIp?: string;
5760
- status?: string;
5761
- targetType?: string;
5762
- timeEnd?: string;
5763
- timeStart?: string;
5536
+ uuid?: string;
5764
5537
  static names(): {
5765
5538
  [key: string]: string;
5766
5539
  };
@@ -5771,10 +5544,10 @@ export declare class ExportSuspEventsRequest extends $tea.Model {
5771
5544
  [key: string]: any;
5772
5545
  });
5773
5546
  }
5774
- export declare class ExportSuspEventsResponseBody extends $tea.Model {
5775
- fileName?: number;
5776
- id?: number;
5547
+ export declare class DescribeWebLockConfigListResponseBody extends $tea.Model {
5548
+ configList?: DescribeWebLockConfigListResponseBodyConfigList[];
5777
5549
  requestId?: string;
5550
+ totalCount?: number;
5778
5551
  static names(): {
5779
5552
  [key: string]: string;
5780
5553
  };
@@ -5785,11 +5558,11 @@ export declare class ExportSuspEventsResponseBody extends $tea.Model {
5785
5558
  [key: string]: any;
5786
5559
  });
5787
5560
  }
5788
- export declare class ExportSuspEventsResponse extends $tea.Model {
5561
+ export declare class DescribeWebLockConfigListResponse extends $tea.Model {
5789
5562
  headers: {
5790
5563
  [key: string]: string;
5791
5564
  };
5792
- body: ExportSuspEventsResponseBody;
5565
+ body: DescribeWebLockConfigListResponseBody;
5793
5566
  static names(): {
5794
5567
  [key: string]: string;
5795
5568
  };
@@ -5800,17 +5573,10 @@ export declare class ExportSuspEventsResponse extends $tea.Model {
5800
5573
  [key: string]: any;
5801
5574
  });
5802
5575
  }
5803
- export declare class ExportVulRequest extends $tea.Model {
5804
- aliasName?: string;
5805
- attachTypes?: string;
5806
- dealed?: string;
5807
- groupId?: string;
5576
+ export declare class ExportRecordRequest extends $tea.Model {
5577
+ exportType?: string;
5808
5578
  lang?: string;
5809
- necessity?: string;
5810
- searchTags?: string;
5811
- type?: string;
5812
- uuids?: string;
5813
- vpcInstanceIds?: string;
5579
+ params?: string;
5814
5580
  static names(): {
5815
5581
  [key: string]: string;
5816
5582
  };
@@ -5821,7 +5587,7 @@ export declare class ExportVulRequest extends $tea.Model {
5821
5587
  [key: string]: any;
5822
5588
  });
5823
5589
  }
5824
- export declare class ExportVulResponseBody extends $tea.Model {
5590
+ export declare class ExportRecordResponseBody extends $tea.Model {
5825
5591
  fileName?: string;
5826
5592
  id?: number;
5827
5593
  requestId?: string;
@@ -5835,11 +5601,11 @@ export declare class ExportVulResponseBody extends $tea.Model {
5835
5601
  [key: string]: any;
5836
5602
  });
5837
5603
  }
5838
- export declare class ExportVulResponse extends $tea.Model {
5604
+ export declare class ExportRecordResponse extends $tea.Model {
5839
5605
  headers: {
5840
5606
  [key: string]: string;
5841
5607
  };
5842
- body: ExportVulResponseBody;
5608
+ body: ExportRecordResponseBody;
5843
5609
  static names(): {
5844
5610
  [key: string]: string;
5845
5611
  };
@@ -5850,22 +5616,17 @@ export declare class ExportVulResponse extends $tea.Model {
5850
5616
  [key: string]: any;
5851
5617
  });
5852
5618
  }
5853
- export declare class ExportWarningRequest extends $tea.Model {
5619
+ export declare class ExportVulRequest extends $tea.Model {
5620
+ aliasName?: string;
5621
+ attachTypes?: string;
5854
5622
  dealed?: string;
5855
- exportType?: string;
5856
- isCleartextPwd?: number;
5857
- isSummaryExport?: number;
5623
+ groupId?: string;
5858
5624
  lang?: string;
5859
- riskIds?: string;
5860
- riskLevels?: string;
5861
- riskName?: string;
5862
- sourceIp?: string;
5863
- statusList?: string;
5864
- strategyId?: number;
5865
- subTypeNames?: string;
5866
- typeName?: string;
5867
- typeNames?: string;
5625
+ necessity?: string;
5626
+ searchTags?: string;
5627
+ type?: string;
5868
5628
  uuids?: string;
5629
+ vpcInstanceIds?: string;
5869
5630
  static names(): {
5870
5631
  [key: string]: string;
5871
5632
  };
@@ -5876,7 +5637,7 @@ export declare class ExportWarningRequest extends $tea.Model {
5876
5637
  [key: string]: any;
5877
5638
  });
5878
5639
  }
5879
- export declare class ExportWarningResponseBody extends $tea.Model {
5640
+ export declare class ExportVulResponseBody extends $tea.Model {
5880
5641
  fileName?: string;
5881
5642
  id?: number;
5882
5643
  requestId?: string;
@@ -5890,11 +5651,11 @@ export declare class ExportWarningResponseBody extends $tea.Model {
5890
5651
  [key: string]: any;
5891
5652
  });
5892
5653
  }
5893
- export declare class ExportWarningResponse extends $tea.Model {
5654
+ export declare class ExportVulResponse extends $tea.Model {
5894
5655
  headers: {
5895
5656
  [key: string]: string;
5896
5657
  };
5897
- body: ExportWarningResponseBody;
5658
+ body: ExportVulResponseBody;
5898
5659
  static names(): {
5899
5660
  [key: string]: string;
5900
5661
  };
@@ -6431,46 +6192,6 @@ export declare class ModifyBackupPolicyStatusResponse extends $tea.Model {
6431
6192
  [key: string]: any;
6432
6193
  });
6433
6194
  }
6434
- export declare class ModifyClearLogstoreStorageRequest extends $tea.Model {
6435
- from?: string;
6436
- lang?: string;
6437
- static names(): {
6438
- [key: string]: string;
6439
- };
6440
- static types(): {
6441
- [key: string]: any;
6442
- };
6443
- constructor(map?: {
6444
- [key: string]: any;
6445
- });
6446
- }
6447
- export declare class ModifyClearLogstoreStorageResponseBody extends $tea.Model {
6448
- requestId?: string;
6449
- static names(): {
6450
- [key: string]: string;
6451
- };
6452
- static types(): {
6453
- [key: string]: any;
6454
- };
6455
- constructor(map?: {
6456
- [key: string]: any;
6457
- });
6458
- }
6459
- export declare class ModifyClearLogstoreStorageResponse extends $tea.Model {
6460
- headers: {
6461
- [key: string]: string;
6462
- };
6463
- body: ModifyClearLogstoreStorageResponseBody;
6464
- static names(): {
6465
- [key: string]: string;
6466
- };
6467
- static types(): {
6468
- [key: string]: any;
6469
- };
6470
- constructor(map?: {
6471
- [key: string]: any;
6472
- });
6473
- }
6474
6195
  export declare class ModifyCreateVulWhitelistRequest extends $tea.Model {
6475
6196
  reason?: string;
6476
6197
  targetInfo?: string;
@@ -7697,45 +7418,6 @@ export declare class RefreshContainerAssetsResponse extends $tea.Model {
7697
7418
  [key: string]: any;
7698
7419
  });
7699
7420
  }
7700
- export declare class RefreshContainerNetworkRequest extends $tea.Model {
7701
- clusterId?: string;
7702
- static names(): {
7703
- [key: string]: string;
7704
- };
7705
- static types(): {
7706
- [key: string]: any;
7707
- };
7708
- constructor(map?: {
7709
- [key: string]: any;
7710
- });
7711
- }
7712
- export declare class RefreshContainerNetworkResponseBody extends $tea.Model {
7713
- requestId?: string;
7714
- static names(): {
7715
- [key: string]: string;
7716
- };
7717
- static types(): {
7718
- [key: string]: any;
7719
- };
7720
- constructor(map?: {
7721
- [key: string]: any;
7722
- });
7723
- }
7724
- export declare class RefreshContainerNetworkResponse extends $tea.Model {
7725
- headers: {
7726
- [key: string]: string;
7727
- };
7728
- body: RefreshContainerNetworkResponseBody;
7729
- static names(): {
7730
- [key: string]: string;
7731
- };
7732
- static types(): {
7733
- [key: string]: any;
7734
- };
7735
- constructor(map?: {
7736
- [key: string]: any;
7737
- });
7738
- }
7739
7421
  export declare class RollbackSuspEventQuaraFileRequest extends $tea.Model {
7740
7422
  from?: string;
7741
7423
  quaraFileId?: number;
@@ -8963,6 +8645,7 @@ export declare class DescribeFieldStatisticsResponseBodyGroupedFields extends $t
8963
8645
  exposedInstanceCount?: number;
8964
8646
  generalAssetCount?: number;
8965
8647
  groupCount?: number;
8648
+ huaweiInstanceCount?: number;
8966
8649
  idcInstanceCount?: number;
8967
8650
  importantAssetCount?: number;
8968
8651
  instanceCount?: number;
@@ -9148,6 +8831,43 @@ export declare class DescribeHoneyPotSuspStatisticsResponseBodySuspHoneyPotStati
9148
8831
  [key: string]: any;
9149
8832
  });
9150
8833
  }
8834
+ export declare class DescribeImageBaselineCheckSummaryResponseBodyBaselineResultSummary extends $tea.Model {
8835
+ baselineClassAlias?: string;
8836
+ baselineClassKey?: string;
8837
+ baselineNameAlias?: string;
8838
+ baselineNameKey?: string;
8839
+ baselineNameLevel?: string;
8840
+ firstScanTime?: number;
8841
+ highRiskImage?: number;
8842
+ lastScanTime?: number;
8843
+ lowRiskImage?: number;
8844
+ middleRiskImage?: number;
8845
+ status?: number;
8846
+ static names(): {
8847
+ [key: string]: string;
8848
+ };
8849
+ static types(): {
8850
+ [key: string]: any;
8851
+ };
8852
+ constructor(map?: {
8853
+ [key: string]: any;
8854
+ });
8855
+ }
8856
+ export declare class DescribeImageBaselineCheckSummaryResponseBodyPageInfo extends $tea.Model {
8857
+ count?: number;
8858
+ currentPage?: number;
8859
+ pageSize?: number;
8860
+ totalCount?: number;
8861
+ static names(): {
8862
+ [key: string]: string;
8863
+ };
8864
+ static types(): {
8865
+ [key: string]: any;
8866
+ };
8867
+ constructor(map?: {
8868
+ [key: string]: any;
8869
+ });
8870
+ }
9151
8871
  export declare class DescribeImageFixTaskResponseBodyBuildTasks extends $tea.Model {
9152
8872
  buildTaskId?: string;
9153
8873
  finishTime?: string;
@@ -9207,6 +8927,51 @@ export declare class DescribeImageGroupedVulListResponseBodyGroupedVulItems exte
9207
8927
  [key: string]: any;
9208
8928
  });
9209
8929
  }
8930
+ export declare class DescribeImageListWithBaselineNameResponseBodyImageInfos extends $tea.Model {
8931
+ digest?: string;
8932
+ highRiskImage?: number;
8933
+ imageCreate?: number;
8934
+ imageId?: string;
8935
+ imageSize?: number;
8936
+ imageUpdate?: number;
8937
+ instanceId?: string;
8938
+ lowRiskImage?: number;
8939
+ middleRiskImage?: number;
8940
+ noRiskImage?: number;
8941
+ regionId?: string;
8942
+ repoId?: string;
8943
+ repoName?: string;
8944
+ repoNamespace?: string;
8945
+ repoType?: string;
8946
+ riskStatus?: string;
8947
+ tag?: string;
8948
+ totalItemCount?: number;
8949
+ uuid?: string;
8950
+ static names(): {
8951
+ [key: string]: string;
8952
+ };
8953
+ static types(): {
8954
+ [key: string]: any;
8955
+ };
8956
+ constructor(map?: {
8957
+ [key: string]: any;
8958
+ });
8959
+ }
8960
+ export declare class DescribeImageListWithBaselineNameResponseBodyPageInfo extends $tea.Model {
8961
+ count?: number;
8962
+ currentPage?: number;
8963
+ pageSize?: number;
8964
+ totalCount?: number;
8965
+ static names(): {
8966
+ [key: string]: string;
8967
+ };
8968
+ static types(): {
8969
+ [key: string]: any;
8970
+ };
8971
+ constructor(map?: {
8972
+ [key: string]: any;
8973
+ });
8974
+ }
9210
8975
  export declare class DescribeImageScanAuthCountResponseBodyImageScan extends $tea.Model {
9211
8976
  imageScanCapacity?: number;
9212
8977
  instanceId?: string;
@@ -9531,12 +9296,15 @@ export declare class DescribePropertyProcDetailResponseBodyPropertys extends $te
9531
9296
  instanceName?: string;
9532
9297
  internetIp?: string;
9533
9298
  intranetIp?: string;
9299
+ isPackage?: number;
9534
9300
  md5?: string;
9535
9301
  name?: string;
9536
9302
  path?: string;
9537
9303
  pid?: string;
9538
9304
  pname?: string;
9539
9305
  startTime?: string;
9306
+ startTimeDt?: number;
9307
+ state?: string;
9540
9308
  user?: string;
9541
9309
  uuid?: string;
9542
9310
  static names(): {
@@ -9650,6 +9418,7 @@ export declare class DescribePropertySoftwareDetailResponseBodyPropertys extends
9650
9418
  create?: number;
9651
9419
  createTimestamp?: number;
9652
9420
  installTime?: string;
9421
+ installTimeDt?: number;
9653
9422
  instanceId?: string;
9654
9423
  instanceName?: string;
9655
9424
  internetIp?: string;
@@ -9735,9 +9504,15 @@ export declare class DescribePropertyUserDetailResponseBodyPropertys extends $te
9735
9504
  internetIp?: string;
9736
9505
  intranetIp?: string;
9737
9506
  ip?: string;
9507
+ isCouldLogin?: number;
9508
+ isPasswdExpired?: number;
9509
+ isPasswdLocked?: number;
9738
9510
  isRoot?: string;
9511
+ isSudoer?: number;
9512
+ isUserExpired?: number;
9739
9513
  lastLoginIp?: string;
9740
9514
  lastLoginTime?: string;
9515
+ lastLoginTimeDt?: number;
9741
9516
  lastLoginTimestamp?: number;
9742
9517
  passwordExpirationDate?: string;
9743
9518
  status?: string;
@@ -10453,50 +10228,6 @@ export declare class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model
10453
10228
  [key: string]: any;
10454
10229
  });
10455
10230
  }
10456
- export declare class DescribeUniBackupPoliciesResponseBodyPageInfo extends $tea.Model {
10457
- count?: number;
10458
- currentPage?: number;
10459
- pageSize?: number;
10460
- totalCount?: number;
10461
- static names(): {
10462
- [key: string]: string;
10463
- };
10464
- static types(): {
10465
- [key: string]: any;
10466
- };
10467
- constructor(map?: {
10468
- [key: string]: any;
10469
- });
10470
- }
10471
- export declare class DescribeUniBackupPoliciesResponseBodyUniBackupPolicies extends $tea.Model {
10472
- agentErrorMessage?: string;
10473
- agentStatus?: string;
10474
- databaseName?: string;
10475
- databaseType?: string;
10476
- errorCode?: string;
10477
- errorMessage?: string;
10478
- instanceId?: string;
10479
- instanceName?: string;
10480
- instanceStatus?: string;
10481
- instanceUuid?: string;
10482
- latestBackResult?: string;
10483
- latestBackupTime?: string;
10484
- planStatus?: string;
10485
- policyId?: number;
10486
- policyName?: string;
10487
- policyStatus?: string;
10488
- uniBackUpCount?: number;
10489
- uniRegionId?: string;
10490
- static names(): {
10491
- [key: string]: string;
10492
- };
10493
- static types(): {
10494
- [key: string]: any;
10495
- };
10496
- constructor(map?: {
10497
- [key: string]: any;
10498
- });
10499
- }
10500
10231
  export declare class DescribeUserBackupMachinesResponseBodyMachines extends $tea.Model {
10501
10232
  id?: number;
10502
10233
  policyName?: string;
@@ -10672,8 +10403,10 @@ export declare class DescribeVulListResponseBodyVulRecordsExtendContentJsonRpmEn
10672
10403
  fullVersion?: string;
10673
10404
  imageName?: string;
10674
10405
  matchDetail?: string;
10406
+ matchList?: string;
10675
10407
  name?: string;
10676
10408
  path?: string;
10409
+ pid?: string;
10677
10410
  updateCmd?: string;
10678
10411
  version?: string;
10679
10412
  static names(): {
@@ -10745,24 +10478,6 @@ export declare class DescribeVulListResponseBodyVulRecords extends $tea.Model {
10745
10478
  [key: string]: any;
10746
10479
  });
10747
10480
  }
10748
- export declare class DescribeVulListPageResponseBodyData extends $tea.Model {
10749
- cveId?: string;
10750
- id?: number;
10751
- isAegis?: number;
10752
- isSas?: number;
10753
- otherId?: string;
10754
- releaseTime?: number;
10755
- title?: string;
10756
- static names(): {
10757
- [key: string]: string;
10758
- };
10759
- static types(): {
10760
- [key: string]: any;
10761
- };
10762
- constructor(map?: {
10763
- [key: string]: any;
10764
- });
10765
- }
10766
10481
  export declare class DescribeVulWhitelistResponseBodyVulWhitelists extends $tea.Model {
10767
10482
  aliasName?: string;
10768
10483
  id?: string;
@@ -10957,8 +10672,6 @@ export default class Client extends OpenApi {
10957
10672
  deleteTagWithUuid(request: DeleteTagWithUuidRequest): Promise<DeleteTagWithUuidResponse>;
10958
10673
  deleteVpcHoneyPotWithOptions(request: DeleteVpcHoneyPotRequest, runtime: $Util.RuntimeOptions): Promise<DeleteVpcHoneyPotResponse>;
10959
10674
  deleteVpcHoneyPot(request: DeleteVpcHoneyPotRequest): Promise<DeleteVpcHoneyPotResponse>;
10960
- describeAccessKeyLeakDetailWithOptions(request: DescribeAccessKeyLeakDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessKeyLeakDetailResponse>;
10961
- describeAccessKeyLeakDetail(request: DescribeAccessKeyLeakDetailRequest): Promise<DescribeAccessKeyLeakDetailResponse>;
10962
10675
  describeAccesskeyLeakListWithOptions(request: DescribeAccesskeyLeakListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccesskeyLeakListResponse>;
10963
10676
  describeAccesskeyLeakList(request: DescribeAccesskeyLeakListRequest): Promise<DescribeAccesskeyLeakListResponse>;
10964
10677
  describeAffectedMaliciousFileImagesWithOptions(request: DescribeAffectedMaliciousFileImagesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAffectedMaliciousFileImagesResponse>;
@@ -11009,8 +10722,6 @@ export default class Client extends OpenApi {
11009
10722
  describeConcernNecessity(request: DescribeConcernNecessityRequest): Promise<DescribeConcernNecessityResponse>;
11010
10723
  describeContainerStatisticsWithOptions(request: DescribeContainerStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerStatisticsResponse>;
11011
10724
  describeContainerStatistics(request: DescribeContainerStatisticsRequest): Promise<DescribeContainerStatisticsResponse>;
11012
- describeContainerTagsWithOptions(request: DescribeContainerTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerTagsResponse>;
11013
- describeContainerTags(request: DescribeContainerTagsRequest): Promise<DescribeContainerTagsResponse>;
11014
10725
  describeCriteriaWithOptions(request: DescribeCriteriaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCriteriaResponse>;
11015
10726
  describeCriteria(request: DescribeCriteriaRequest): Promise<DescribeCriteriaResponse>;
11016
10727
  describeDialogMessagesWithOptions(request: DescribeDialogMessagesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDialogMessagesResponse>;
@@ -11053,10 +10764,14 @@ export default class Client extends OpenApi {
11053
10764
  describeHoneyPotAuth(): Promise<DescribeHoneyPotAuthResponse>;
11054
10765
  describeHoneyPotSuspStatisticsWithOptions(request: DescribeHoneyPotSuspStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHoneyPotSuspStatisticsResponse>;
11055
10766
  describeHoneyPotSuspStatistics(request: DescribeHoneyPotSuspStatisticsRequest): Promise<DescribeHoneyPotSuspStatisticsResponse>;
10767
+ describeImageBaselineCheckSummaryWithOptions(request: DescribeImageBaselineCheckSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageBaselineCheckSummaryResponse>;
10768
+ describeImageBaselineCheckSummary(request: DescribeImageBaselineCheckSummaryRequest): Promise<DescribeImageBaselineCheckSummaryResponse>;
11056
10769
  describeImageFixTaskWithOptions(request: DescribeImageFixTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageFixTaskResponse>;
11057
10770
  describeImageFixTask(request: DescribeImageFixTaskRequest): Promise<DescribeImageFixTaskResponse>;
11058
10771
  describeImageGroupedVulListWithOptions(request: DescribeImageGroupedVulListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageGroupedVulListResponse>;
11059
10772
  describeImageGroupedVulList(request: DescribeImageGroupedVulListRequest): Promise<DescribeImageGroupedVulListResponse>;
10773
+ describeImageListWithBaselineNameWithOptions(request: DescribeImageListWithBaselineNameRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageListWithBaselineNameResponse>;
10774
+ describeImageListWithBaselineName(request: DescribeImageListWithBaselineNameRequest): Promise<DescribeImageListWithBaselineNameResponse>;
11060
10775
  describeImageScanAuthCountWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeImageScanAuthCountResponse>;
11061
10776
  describeImageScanAuthCount(): Promise<DescribeImageScanAuthCountResponse>;
11062
10777
  describeImageStatisticsWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeImageStatisticsResponse>;
@@ -11147,16 +10862,12 @@ export default class Client extends OpenApi {
11147
10862
  describeSupportRegion(): Promise<DescribeSupportRegionResponse>;
11148
10863
  describeSuspEventDetailWithOptions(request: DescribeSuspEventDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventDetailResponse>;
11149
10864
  describeSuspEventDetail(request: DescribeSuspEventDetailRequest): Promise<DescribeSuspEventDetailResponse>;
11150
- describeSuspEventExportInfoWithOptions(request: DescribeSuspEventExportInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventExportInfoResponse>;
11151
- describeSuspEventExportInfo(request: DescribeSuspEventExportInfoRequest): Promise<DescribeSuspEventExportInfoResponse>;
11152
10865
  describeSuspEventQuaraFilesWithOptions(request: DescribeSuspEventQuaraFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventQuaraFilesResponse>;
11153
10866
  describeSuspEventQuaraFiles(request: DescribeSuspEventQuaraFilesRequest): Promise<DescribeSuspEventQuaraFilesResponse>;
11154
10867
  describeSuspEventsWithOptions(request: DescribeSuspEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventsResponse>;
11155
10868
  describeSuspEvents(request: DescribeSuspEventsRequest): Promise<DescribeSuspEventsResponse>;
11156
10869
  describeSuspiciousUUIDConfigWithOptions(request: DescribeSuspiciousUUIDConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspiciousUUIDConfigResponse>;
11157
10870
  describeSuspiciousUUIDConfig(request: DescribeSuspiciousUUIDConfigRequest): Promise<DescribeSuspiciousUUIDConfigResponse>;
11158
- describeUniBackupPoliciesWithOptions(request: DescribeUniBackupPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUniBackupPoliciesResponse>;
11159
- describeUniBackupPolicies(request: DescribeUniBackupPoliciesRequest): Promise<DescribeUniBackupPoliciesResponse>;
11160
10871
  describeUserBackupMachinesWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeUserBackupMachinesResponse>;
11161
10872
  describeUserBackupMachines(): Promise<DescribeUserBackupMachinesResponse>;
11162
10873
  describeUserBaselineAuthorizationWithOptions(request: DescribeUserBaselineAuthorizationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserBaselineAuthorizationResponse>;
@@ -11179,8 +10890,6 @@ export default class Client extends OpenApi {
11179
10890
  describeVulExportInfo(request: DescribeVulExportInfoRequest): Promise<DescribeVulExportInfoResponse>;
11180
10891
  describeVulListWithOptions(request: DescribeVulListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVulListResponse>;
11181
10892
  describeVulList(request: DescribeVulListRequest): Promise<DescribeVulListResponse>;
11182
- describeVulListPageWithOptions(request: DescribeVulListPageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVulListPageResponse>;
11183
- describeVulListPage(request: DescribeVulListPageRequest): Promise<DescribeVulListPageResponse>;
11184
10893
  describeVulWhitelistWithOptions(request: DescribeVulWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVulWhitelistResponse>;
11185
10894
  describeVulWhitelist(request: DescribeVulWhitelistRequest): Promise<DescribeVulWhitelistResponse>;
11186
10895
  describeWarningMachinesWithOptions(request: DescribeWarningMachinesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWarningMachinesResponse>;
@@ -11191,12 +10900,8 @@ export default class Client extends OpenApi {
11191
10900
  describeWebLockConfigList(request: DescribeWebLockConfigListRequest): Promise<DescribeWebLockConfigListResponse>;
11192
10901
  exportRecordWithOptions(request: ExportRecordRequest, runtime: $Util.RuntimeOptions): Promise<ExportRecordResponse>;
11193
10902
  exportRecord(request: ExportRecordRequest): Promise<ExportRecordResponse>;
11194
- exportSuspEventsWithOptions(request: ExportSuspEventsRequest, runtime: $Util.RuntimeOptions): Promise<ExportSuspEventsResponse>;
11195
- exportSuspEvents(request: ExportSuspEventsRequest): Promise<ExportSuspEventsResponse>;
11196
10903
  exportVulWithOptions(request: ExportVulRequest, runtime: $Util.RuntimeOptions): Promise<ExportVulResponse>;
11197
10904
  exportVul(request: ExportVulRequest): Promise<ExportVulResponse>;
11198
- exportWarningWithOptions(request: ExportWarningRequest, runtime: $Util.RuntimeOptions): Promise<ExportWarningResponse>;
11199
- exportWarning(request: ExportWarningRequest): Promise<ExportWarningResponse>;
11200
10905
  fixCheckWarningsWithOptions(request: FixCheckWarningsRequest, runtime: $Util.RuntimeOptions): Promise<FixCheckWarningsResponse>;
11201
10906
  fixCheckWarnings(request: FixCheckWarningsRequest): Promise<FixCheckWarningsResponse>;
11202
10907
  getBackupStorageCountWithOptions(runtime: $Util.RuntimeOptions): Promise<GetBackupStorageCountResponse>;
@@ -11221,8 +10926,6 @@ export default class Client extends OpenApi {
11221
10926
  modifyBackupPolicy(request: ModifyBackupPolicyRequest): Promise<ModifyBackupPolicyResponse>;
11222
10927
  modifyBackupPolicyStatusWithOptions(request: ModifyBackupPolicyStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackupPolicyStatusResponse>;
11223
10928
  modifyBackupPolicyStatus(request: ModifyBackupPolicyStatusRequest): Promise<ModifyBackupPolicyStatusResponse>;
11224
- modifyClearLogstoreStorageWithOptions(request: ModifyClearLogstoreStorageRequest, runtime: $Util.RuntimeOptions): Promise<ModifyClearLogstoreStorageResponse>;
11225
- modifyClearLogstoreStorage(request: ModifyClearLogstoreStorageRequest): Promise<ModifyClearLogstoreStorageResponse>;
11226
10929
  modifyCreateVulWhitelistWithOptions(request: ModifyCreateVulWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<ModifyCreateVulWhitelistResponse>;
11227
10930
  modifyCreateVulWhitelist(request: ModifyCreateVulWhitelistRequest): Promise<ModifyCreateVulWhitelistResponse>;
11228
10931
  modifyEmgVulSubmitWithOptions(request: ModifyEmgVulSubmitRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEmgVulSubmitResponse>;
@@ -11281,8 +10984,6 @@ export default class Client extends OpenApi {
11281
10984
  refreshAssets(request: RefreshAssetsRequest): Promise<RefreshAssetsResponse>;
11282
10985
  refreshContainerAssetsWithOptions(request: RefreshContainerAssetsRequest, runtime: $Util.RuntimeOptions): Promise<RefreshContainerAssetsResponse>;
11283
10986
  refreshContainerAssets(request: RefreshContainerAssetsRequest): Promise<RefreshContainerAssetsResponse>;
11284
- refreshContainerNetworkWithOptions(request: RefreshContainerNetworkRequest, runtime: $Util.RuntimeOptions): Promise<RefreshContainerNetworkResponse>;
11285
- refreshContainerNetwork(request: RefreshContainerNetworkRequest): Promise<RefreshContainerNetworkResponse>;
11286
10987
  rollbackSuspEventQuaraFileWithOptions(request: RollbackSuspEventQuaraFileRequest, runtime: $Util.RuntimeOptions): Promise<RollbackSuspEventQuaraFileResponse>;
11287
10988
  rollbackSuspEventQuaraFile(request: RollbackSuspEventQuaraFileRequest): Promise<RollbackSuspEventQuaraFileResponse>;
11288
10989
  sasInstallCodeWithOptions(request: SasInstallCodeRequest, runtime: $Util.RuntimeOptions): Promise<SasInstallCodeResponse>;