@alicloud/sas20181203 1.0.11 → 1.0.12

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;
@@ -3344,6 +3337,7 @@ export declare class DescribePropertyCronDetailResponse extends $tea.Model {
3344
3337
  });
3345
3338
  }
3346
3339
  export declare class DescribePropertyPortDetailRequest extends $tea.Model {
3340
+ bindIp?: string;
3347
3341
  currentPage?: number;
3348
3342
  pageSize?: number;
3349
3343
  port?: string;
@@ -3438,6 +3432,8 @@ export declare class DescribePropertyProcDetailRequest extends $tea.Model {
3438
3432
  currentPage?: number;
3439
3433
  name?: string;
3440
3434
  pageSize?: number;
3435
+ procTimeEnd?: number;
3436
+ procTimeStart?: number;
3441
3437
  remark?: string;
3442
3438
  user?: string;
3443
3439
  uuid?: string;
@@ -3525,17 +3521,25 @@ export declare class DescribePropertyProcItemResponse extends $tea.Model {
3525
3521
  });
3526
3522
  }
3527
3523
  export declare class DescribePropertyScaDetailRequest extends $tea.Model {
3524
+ biz?: string;
3528
3525
  bizType?: string;
3529
3526
  currentPage?: number;
3530
3527
  lang?: string;
3531
3528
  name?: number;
3532
3529
  pageSize?: number;
3530
+ pid?: string;
3531
+ port?: string;
3532
+ processStartedEnd?: number;
3533
+ processStartedStart?: number;
3533
3534
  remark?: string;
3534
3535
  scaName?: string;
3536
+ scaNamePattern?: string;
3537
+ scaVersion?: string;
3535
3538
  searchInfo?: string;
3536
3539
  searchInfoSub?: string;
3537
3540
  searchItem?: string;
3538
3541
  searchItemSub?: string;
3542
+ user?: string;
3539
3543
  uuid?: string;
3540
3544
  static names(): {
3541
3545
  [key: string]: string;
@@ -3578,6 +3582,8 @@ export declare class DescribePropertyScaDetailResponse extends $tea.Model {
3578
3582
  }
3579
3583
  export declare class DescribePropertySoftwareDetailRequest extends $tea.Model {
3580
3584
  currentPage?: number;
3585
+ installTimeEnd?: number;
3586
+ installTimeStart?: number;
3581
3587
  name?: string;
3582
3588
  pageSize?: number;
3583
3589
  path?: string;
@@ -3712,6 +3718,8 @@ export declare class DescribePropertyUsageNewestResponse extends $tea.Model {
3712
3718
  export declare class DescribePropertyUserDetailRequest extends $tea.Model {
3713
3719
  currentPage?: number;
3714
3720
  isRoot?: string;
3721
+ lastLoginTimeEnd?: number;
3722
+ lastLoginTimeStart?: number;
3715
3723
  pageSize?: number;
3716
3724
  remark?: string;
3717
3725
  user?: string;
@@ -4756,57 +4764,6 @@ export declare class DescribeSuspEventDetailResponse extends $tea.Model {
4756
4764
  [key: string]: any;
4757
4765
  });
4758
4766
  }
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
4767
  export declare class DescribeSuspEventQuaraFilesRequest extends $tea.Model {
4811
4768
  currentPage?: string;
4812
4769
  from?: string;
@@ -4964,51 +4921,6 @@ export declare class DescribeSuspiciousUUIDConfigResponse extends $tea.Model {
4964
4921
  [key: string]: any;
4965
4922
  });
4966
4923
  }
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
4924
  export declare class DescribeUserBackupMachinesResponseBody extends $tea.Model {
5013
4925
  machines?: DescribeUserBackupMachinesResponseBodyMachines[];
5014
4926
  requestId?: string;
@@ -5471,51 +5383,6 @@ export declare class DescribeVulListResponse extends $tea.Model {
5471
5383
  [key: string]: any;
5472
5384
  });
5473
5385
  }
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
5386
  export declare class DescribeVulWhitelistRequest extends $tea.Model {
5520
5387
  currentPage?: number;
5521
5388
  pageSize?: number;
@@ -5582,101 +5449,10 @@ export declare class DescribeWarningMachinesRequest extends $tea.Model {
5582
5449
  export declare class DescribeWarningMachinesResponseBody extends $tea.Model {
5583
5450
  count?: number;
5584
5451
  currentPage?: number;
5585
- pageSize?: number;
5586
- requestId?: string;
5587
- totalCount?: number;
5588
- warningMachines?: DescribeWarningMachinesResponseBodyWarningMachines[];
5589
- static names(): {
5590
- [key: string]: string;
5591
- };
5592
- static types(): {
5593
- [key: string]: any;
5594
- };
5595
- constructor(map?: {
5596
- [key: string]: any;
5597
- });
5598
- }
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[];
5452
+ pageSize?: number;
5678
5453
  requestId?: string;
5679
5454
  totalCount?: number;
5455
+ warningMachines?: DescribeWarningMachinesResponseBodyWarningMachines[];
5680
5456
  static names(): {
5681
5457
  [key: string]: string;
5682
5458
  };
@@ -5687,11 +5463,11 @@ export declare class DescribeWebLockConfigListResponseBody extends $tea.Model {
5687
5463
  [key: string]: any;
5688
5464
  });
5689
5465
  }
5690
- export declare class DescribeWebLockConfigListResponse extends $tea.Model {
5466
+ export declare class DescribeWarningMachinesResponse extends $tea.Model {
5691
5467
  headers: {
5692
5468
  [key: string]: string;
5693
5469
  };
5694
- body: DescribeWebLockConfigListResponseBody;
5470
+ body: DescribeWarningMachinesResponseBody;
5695
5471
  static names(): {
5696
5472
  [key: string]: string;
5697
5473
  };
@@ -5702,10 +5478,13 @@ export declare class DescribeWebLockConfigListResponse extends $tea.Model {
5702
5478
  [key: string]: any;
5703
5479
  });
5704
5480
  }
5705
- export declare class ExportRecordRequest extends $tea.Model {
5706
- exportType?: string;
5481
+ export declare class DescribeWebLockBindListRequest extends $tea.Model {
5482
+ currentPage?: number;
5707
5483
  lang?: string;
5708
- params?: string;
5484
+ pageSize?: number;
5485
+ remark?: string;
5486
+ sourceIp?: string;
5487
+ status?: string;
5709
5488
  static names(): {
5710
5489
  [key: string]: string;
5711
5490
  };
@@ -5716,10 +5495,12 @@ export declare class ExportRecordRequest extends $tea.Model {
5716
5495
  [key: string]: any;
5717
5496
  });
5718
5497
  }
5719
- export declare class ExportRecordResponseBody extends $tea.Model {
5720
- fileName?: string;
5721
- id?: number;
5498
+ export declare class DescribeWebLockBindListResponseBody extends $tea.Model {
5499
+ bindList?: DescribeWebLockBindListResponseBodyBindList[];
5500
+ currentPage?: number;
5501
+ pageSize?: number;
5722
5502
  requestId?: string;
5503
+ totalCount?: number;
5723
5504
  static names(): {
5724
5505
  [key: string]: string;
5725
5506
  };
@@ -5730,11 +5511,11 @@ export declare class ExportRecordResponseBody extends $tea.Model {
5730
5511
  [key: string]: any;
5731
5512
  });
5732
5513
  }
5733
- export declare class ExportRecordResponse extends $tea.Model {
5514
+ export declare class DescribeWebLockBindListResponse extends $tea.Model {
5734
5515
  headers: {
5735
5516
  [key: string]: string;
5736
5517
  };
5737
- body: ExportRecordResponseBody;
5518
+ body: DescribeWebLockBindListResponseBody;
5738
5519
  static names(): {
5739
5520
  [key: string]: string;
5740
5521
  };
@@ -5745,22 +5526,10 @@ export declare class ExportRecordResponse extends $tea.Model {
5745
5526
  [key: string]: any;
5746
5527
  });
5747
5528
  }
5748
- export declare class ExportSuspEventsRequest extends $tea.Model {
5749
- clusterId?: string;
5750
- containerFieldName?: string;
5751
- containerFieldValue?: string;
5752
- dealed?: string;
5753
- from?: string;
5529
+ export declare class DescribeWebLockConfigListRequest extends $tea.Model {
5754
5530
  lang?: string;
5755
- levels?: string;
5756
- name?: string;
5757
- parentEventTypes?: string;
5758
- remark?: string;
5759
5531
  sourceIp?: string;
5760
- status?: string;
5761
- targetType?: string;
5762
- timeEnd?: string;
5763
- timeStart?: string;
5532
+ uuid?: string;
5764
5533
  static names(): {
5765
5534
  [key: string]: string;
5766
5535
  };
@@ -5771,10 +5540,10 @@ export declare class ExportSuspEventsRequest extends $tea.Model {
5771
5540
  [key: string]: any;
5772
5541
  });
5773
5542
  }
5774
- export declare class ExportSuspEventsResponseBody extends $tea.Model {
5775
- fileName?: number;
5776
- id?: number;
5543
+ export declare class DescribeWebLockConfigListResponseBody extends $tea.Model {
5544
+ configList?: DescribeWebLockConfigListResponseBodyConfigList[];
5777
5545
  requestId?: string;
5546
+ totalCount?: number;
5778
5547
  static names(): {
5779
5548
  [key: string]: string;
5780
5549
  };
@@ -5785,11 +5554,11 @@ export declare class ExportSuspEventsResponseBody extends $tea.Model {
5785
5554
  [key: string]: any;
5786
5555
  });
5787
5556
  }
5788
- export declare class ExportSuspEventsResponse extends $tea.Model {
5557
+ export declare class DescribeWebLockConfigListResponse extends $tea.Model {
5789
5558
  headers: {
5790
5559
  [key: string]: string;
5791
5560
  };
5792
- body: ExportSuspEventsResponseBody;
5561
+ body: DescribeWebLockConfigListResponseBody;
5793
5562
  static names(): {
5794
5563
  [key: string]: string;
5795
5564
  };
@@ -5800,17 +5569,10 @@ export declare class ExportSuspEventsResponse extends $tea.Model {
5800
5569
  [key: string]: any;
5801
5570
  });
5802
5571
  }
5803
- export declare class ExportVulRequest extends $tea.Model {
5804
- aliasName?: string;
5805
- attachTypes?: string;
5806
- dealed?: string;
5807
- groupId?: string;
5572
+ export declare class ExportRecordRequest extends $tea.Model {
5573
+ exportType?: string;
5808
5574
  lang?: string;
5809
- necessity?: string;
5810
- searchTags?: string;
5811
- type?: string;
5812
- uuids?: string;
5813
- vpcInstanceIds?: string;
5575
+ params?: string;
5814
5576
  static names(): {
5815
5577
  [key: string]: string;
5816
5578
  };
@@ -5821,7 +5583,7 @@ export declare class ExportVulRequest extends $tea.Model {
5821
5583
  [key: string]: any;
5822
5584
  });
5823
5585
  }
5824
- export declare class ExportVulResponseBody extends $tea.Model {
5586
+ export declare class ExportRecordResponseBody extends $tea.Model {
5825
5587
  fileName?: string;
5826
5588
  id?: number;
5827
5589
  requestId?: string;
@@ -5835,11 +5597,11 @@ export declare class ExportVulResponseBody extends $tea.Model {
5835
5597
  [key: string]: any;
5836
5598
  });
5837
5599
  }
5838
- export declare class ExportVulResponse extends $tea.Model {
5600
+ export declare class ExportRecordResponse extends $tea.Model {
5839
5601
  headers: {
5840
5602
  [key: string]: string;
5841
5603
  };
5842
- body: ExportVulResponseBody;
5604
+ body: ExportRecordResponseBody;
5843
5605
  static names(): {
5844
5606
  [key: string]: string;
5845
5607
  };
@@ -5850,22 +5612,17 @@ export declare class ExportVulResponse extends $tea.Model {
5850
5612
  [key: string]: any;
5851
5613
  });
5852
5614
  }
5853
- export declare class ExportWarningRequest extends $tea.Model {
5615
+ export declare class ExportVulRequest extends $tea.Model {
5616
+ aliasName?: string;
5617
+ attachTypes?: string;
5854
5618
  dealed?: string;
5855
- exportType?: string;
5856
- isCleartextPwd?: number;
5857
- isSummaryExport?: number;
5619
+ groupId?: string;
5858
5620
  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;
5621
+ necessity?: string;
5622
+ searchTags?: string;
5623
+ type?: string;
5868
5624
  uuids?: string;
5625
+ vpcInstanceIds?: string;
5869
5626
  static names(): {
5870
5627
  [key: string]: string;
5871
5628
  };
@@ -5876,7 +5633,7 @@ export declare class ExportWarningRequest extends $tea.Model {
5876
5633
  [key: string]: any;
5877
5634
  });
5878
5635
  }
5879
- export declare class ExportWarningResponseBody extends $tea.Model {
5636
+ export declare class ExportVulResponseBody extends $tea.Model {
5880
5637
  fileName?: string;
5881
5638
  id?: number;
5882
5639
  requestId?: string;
@@ -5890,11 +5647,11 @@ export declare class ExportWarningResponseBody extends $tea.Model {
5890
5647
  [key: string]: any;
5891
5648
  });
5892
5649
  }
5893
- export declare class ExportWarningResponse extends $tea.Model {
5650
+ export declare class ExportVulResponse extends $tea.Model {
5894
5651
  headers: {
5895
5652
  [key: string]: string;
5896
5653
  };
5897
- body: ExportWarningResponseBody;
5654
+ body: ExportVulResponseBody;
5898
5655
  static names(): {
5899
5656
  [key: string]: string;
5900
5657
  };
@@ -6431,46 +6188,6 @@ export declare class ModifyBackupPolicyStatusResponse extends $tea.Model {
6431
6188
  [key: string]: any;
6432
6189
  });
6433
6190
  }
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
6191
  export declare class ModifyCreateVulWhitelistRequest extends $tea.Model {
6475
6192
  reason?: string;
6476
6193
  targetInfo?: string;
@@ -7697,45 +7414,6 @@ export declare class RefreshContainerAssetsResponse extends $tea.Model {
7697
7414
  [key: string]: any;
7698
7415
  });
7699
7416
  }
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
7417
  export declare class RollbackSuspEventQuaraFileRequest extends $tea.Model {
7740
7418
  from?: string;
7741
7419
  quaraFileId?: number;
@@ -8963,6 +8641,7 @@ export declare class DescribeFieldStatisticsResponseBodyGroupedFields extends $t
8963
8641
  exposedInstanceCount?: number;
8964
8642
  generalAssetCount?: number;
8965
8643
  groupCount?: number;
8644
+ huaweiInstanceCount?: number;
8966
8645
  idcInstanceCount?: number;
8967
8646
  importantAssetCount?: number;
8968
8647
  instanceCount?: number;
@@ -9148,6 +8827,43 @@ export declare class DescribeHoneyPotSuspStatisticsResponseBodySuspHoneyPotStati
9148
8827
  [key: string]: any;
9149
8828
  });
9150
8829
  }
8830
+ export declare class DescribeImageBaselineCheckSummaryResponseBodyBaselineResultSummary extends $tea.Model {
8831
+ baselineClassAlias?: string;
8832
+ baselineClassKey?: string;
8833
+ baselineNameAlias?: string;
8834
+ baselineNameKey?: string;
8835
+ baselineNameLevel?: string;
8836
+ firstScanTime?: number;
8837
+ highRiskImage?: number;
8838
+ lastScanTime?: number;
8839
+ lowRiskImage?: number;
8840
+ middleRiskImage?: number;
8841
+ status?: number;
8842
+ static names(): {
8843
+ [key: string]: string;
8844
+ };
8845
+ static types(): {
8846
+ [key: string]: any;
8847
+ };
8848
+ constructor(map?: {
8849
+ [key: string]: any;
8850
+ });
8851
+ }
8852
+ export declare class DescribeImageBaselineCheckSummaryResponseBodyPageInfo extends $tea.Model {
8853
+ count?: number;
8854
+ currentPage?: number;
8855
+ pageSize?: number;
8856
+ totalCount?: number;
8857
+ static names(): {
8858
+ [key: string]: string;
8859
+ };
8860
+ static types(): {
8861
+ [key: string]: any;
8862
+ };
8863
+ constructor(map?: {
8864
+ [key: string]: any;
8865
+ });
8866
+ }
9151
8867
  export declare class DescribeImageFixTaskResponseBodyBuildTasks extends $tea.Model {
9152
8868
  buildTaskId?: string;
9153
8869
  finishTime?: string;
@@ -9207,6 +8923,51 @@ export declare class DescribeImageGroupedVulListResponseBodyGroupedVulItems exte
9207
8923
  [key: string]: any;
9208
8924
  });
9209
8925
  }
8926
+ export declare class DescribeImageListWithBaselineNameResponseBodyImageInfos extends $tea.Model {
8927
+ digest?: string;
8928
+ highRiskImage?: number;
8929
+ imageCreate?: number;
8930
+ imageId?: string;
8931
+ imageSize?: number;
8932
+ imageUpdate?: number;
8933
+ instanceId?: string;
8934
+ lowRiskImage?: number;
8935
+ middleRiskImage?: number;
8936
+ noRiskImage?: number;
8937
+ regionId?: string;
8938
+ repoId?: string;
8939
+ repoName?: string;
8940
+ repoNamespace?: string;
8941
+ repoType?: string;
8942
+ riskStatus?: string;
8943
+ tag?: string;
8944
+ totalItemCount?: number;
8945
+ uuid?: string;
8946
+ static names(): {
8947
+ [key: string]: string;
8948
+ };
8949
+ static types(): {
8950
+ [key: string]: any;
8951
+ };
8952
+ constructor(map?: {
8953
+ [key: string]: any;
8954
+ });
8955
+ }
8956
+ export declare class DescribeImageListWithBaselineNameResponseBodyPageInfo extends $tea.Model {
8957
+ count?: number;
8958
+ currentPage?: number;
8959
+ pageSize?: number;
8960
+ totalCount?: number;
8961
+ static names(): {
8962
+ [key: string]: string;
8963
+ };
8964
+ static types(): {
8965
+ [key: string]: any;
8966
+ };
8967
+ constructor(map?: {
8968
+ [key: string]: any;
8969
+ });
8970
+ }
9210
8971
  export declare class DescribeImageScanAuthCountResponseBodyImageScan extends $tea.Model {
9211
8972
  imageScanCapacity?: number;
9212
8973
  instanceId?: string;
@@ -9531,12 +9292,15 @@ export declare class DescribePropertyProcDetailResponseBodyPropertys extends $te
9531
9292
  instanceName?: string;
9532
9293
  internetIp?: string;
9533
9294
  intranetIp?: string;
9295
+ isPackage?: number;
9534
9296
  md5?: string;
9535
9297
  name?: string;
9536
9298
  path?: string;
9537
9299
  pid?: string;
9538
9300
  pname?: string;
9539
9301
  startTime?: string;
9302
+ startTimeDt?: number;
9303
+ state?: string;
9540
9304
  user?: string;
9541
9305
  uuid?: string;
9542
9306
  static names(): {
@@ -9650,6 +9414,7 @@ export declare class DescribePropertySoftwareDetailResponseBodyPropertys extends
9650
9414
  create?: number;
9651
9415
  createTimestamp?: number;
9652
9416
  installTime?: string;
9417
+ installTimeDt?: number;
9653
9418
  instanceId?: string;
9654
9419
  instanceName?: string;
9655
9420
  internetIp?: string;
@@ -9735,9 +9500,15 @@ export declare class DescribePropertyUserDetailResponseBodyPropertys extends $te
9735
9500
  internetIp?: string;
9736
9501
  intranetIp?: string;
9737
9502
  ip?: string;
9503
+ isCouldLogin?: number;
9504
+ isPasswdExpired?: number;
9505
+ isPasswdLocked?: number;
9738
9506
  isRoot?: string;
9507
+ isSudoer?: number;
9508
+ isUserExpired?: number;
9739
9509
  lastLoginIp?: string;
9740
9510
  lastLoginTime?: string;
9511
+ lastLoginTimeDt?: number;
9741
9512
  lastLoginTimestamp?: number;
9742
9513
  passwordExpirationDate?: string;
9743
9514
  status?: string;
@@ -10453,50 +10224,6 @@ export declare class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model
10453
10224
  [key: string]: any;
10454
10225
  });
10455
10226
  }
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
10227
  export declare class DescribeUserBackupMachinesResponseBodyMachines extends $tea.Model {
10501
10228
  id?: number;
10502
10229
  policyName?: string;
@@ -10745,24 +10472,6 @@ export declare class DescribeVulListResponseBodyVulRecords extends $tea.Model {
10745
10472
  [key: string]: any;
10746
10473
  });
10747
10474
  }
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
10475
  export declare class DescribeVulWhitelistResponseBodyVulWhitelists extends $tea.Model {
10767
10476
  aliasName?: string;
10768
10477
  id?: string;
@@ -10957,8 +10666,6 @@ export default class Client extends OpenApi {
10957
10666
  deleteTagWithUuid(request: DeleteTagWithUuidRequest): Promise<DeleteTagWithUuidResponse>;
10958
10667
  deleteVpcHoneyPotWithOptions(request: DeleteVpcHoneyPotRequest, runtime: $Util.RuntimeOptions): Promise<DeleteVpcHoneyPotResponse>;
10959
10668
  deleteVpcHoneyPot(request: DeleteVpcHoneyPotRequest): Promise<DeleteVpcHoneyPotResponse>;
10960
- describeAccessKeyLeakDetailWithOptions(request: DescribeAccessKeyLeakDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessKeyLeakDetailResponse>;
10961
- describeAccessKeyLeakDetail(request: DescribeAccessKeyLeakDetailRequest): Promise<DescribeAccessKeyLeakDetailResponse>;
10962
10669
  describeAccesskeyLeakListWithOptions(request: DescribeAccesskeyLeakListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccesskeyLeakListResponse>;
10963
10670
  describeAccesskeyLeakList(request: DescribeAccesskeyLeakListRequest): Promise<DescribeAccesskeyLeakListResponse>;
10964
10671
  describeAffectedMaliciousFileImagesWithOptions(request: DescribeAffectedMaliciousFileImagesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAffectedMaliciousFileImagesResponse>;
@@ -11009,8 +10716,6 @@ export default class Client extends OpenApi {
11009
10716
  describeConcernNecessity(request: DescribeConcernNecessityRequest): Promise<DescribeConcernNecessityResponse>;
11010
10717
  describeContainerStatisticsWithOptions(request: DescribeContainerStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerStatisticsResponse>;
11011
10718
  describeContainerStatistics(request: DescribeContainerStatisticsRequest): Promise<DescribeContainerStatisticsResponse>;
11012
- describeContainerTagsWithOptions(request: DescribeContainerTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerTagsResponse>;
11013
- describeContainerTags(request: DescribeContainerTagsRequest): Promise<DescribeContainerTagsResponse>;
11014
10719
  describeCriteriaWithOptions(request: DescribeCriteriaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCriteriaResponse>;
11015
10720
  describeCriteria(request: DescribeCriteriaRequest): Promise<DescribeCriteriaResponse>;
11016
10721
  describeDialogMessagesWithOptions(request: DescribeDialogMessagesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDialogMessagesResponse>;
@@ -11053,10 +10758,14 @@ export default class Client extends OpenApi {
11053
10758
  describeHoneyPotAuth(): Promise<DescribeHoneyPotAuthResponse>;
11054
10759
  describeHoneyPotSuspStatisticsWithOptions(request: DescribeHoneyPotSuspStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHoneyPotSuspStatisticsResponse>;
11055
10760
  describeHoneyPotSuspStatistics(request: DescribeHoneyPotSuspStatisticsRequest): Promise<DescribeHoneyPotSuspStatisticsResponse>;
10761
+ describeImageBaselineCheckSummaryWithOptions(request: DescribeImageBaselineCheckSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageBaselineCheckSummaryResponse>;
10762
+ describeImageBaselineCheckSummary(request: DescribeImageBaselineCheckSummaryRequest): Promise<DescribeImageBaselineCheckSummaryResponse>;
11056
10763
  describeImageFixTaskWithOptions(request: DescribeImageFixTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageFixTaskResponse>;
11057
10764
  describeImageFixTask(request: DescribeImageFixTaskRequest): Promise<DescribeImageFixTaskResponse>;
11058
10765
  describeImageGroupedVulListWithOptions(request: DescribeImageGroupedVulListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageGroupedVulListResponse>;
11059
10766
  describeImageGroupedVulList(request: DescribeImageGroupedVulListRequest): Promise<DescribeImageGroupedVulListResponse>;
10767
+ describeImageListWithBaselineNameWithOptions(request: DescribeImageListWithBaselineNameRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageListWithBaselineNameResponse>;
10768
+ describeImageListWithBaselineName(request: DescribeImageListWithBaselineNameRequest): Promise<DescribeImageListWithBaselineNameResponse>;
11060
10769
  describeImageScanAuthCountWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeImageScanAuthCountResponse>;
11061
10770
  describeImageScanAuthCount(): Promise<DescribeImageScanAuthCountResponse>;
11062
10771
  describeImageStatisticsWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeImageStatisticsResponse>;
@@ -11147,16 +10856,12 @@ export default class Client extends OpenApi {
11147
10856
  describeSupportRegion(): Promise<DescribeSupportRegionResponse>;
11148
10857
  describeSuspEventDetailWithOptions(request: DescribeSuspEventDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventDetailResponse>;
11149
10858
  describeSuspEventDetail(request: DescribeSuspEventDetailRequest): Promise<DescribeSuspEventDetailResponse>;
11150
- describeSuspEventExportInfoWithOptions(request: DescribeSuspEventExportInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventExportInfoResponse>;
11151
- describeSuspEventExportInfo(request: DescribeSuspEventExportInfoRequest): Promise<DescribeSuspEventExportInfoResponse>;
11152
10859
  describeSuspEventQuaraFilesWithOptions(request: DescribeSuspEventQuaraFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventQuaraFilesResponse>;
11153
10860
  describeSuspEventQuaraFiles(request: DescribeSuspEventQuaraFilesRequest): Promise<DescribeSuspEventQuaraFilesResponse>;
11154
10861
  describeSuspEventsWithOptions(request: DescribeSuspEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventsResponse>;
11155
10862
  describeSuspEvents(request: DescribeSuspEventsRequest): Promise<DescribeSuspEventsResponse>;
11156
10863
  describeSuspiciousUUIDConfigWithOptions(request: DescribeSuspiciousUUIDConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspiciousUUIDConfigResponse>;
11157
10864
  describeSuspiciousUUIDConfig(request: DescribeSuspiciousUUIDConfigRequest): Promise<DescribeSuspiciousUUIDConfigResponse>;
11158
- describeUniBackupPoliciesWithOptions(request: DescribeUniBackupPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUniBackupPoliciesResponse>;
11159
- describeUniBackupPolicies(request: DescribeUniBackupPoliciesRequest): Promise<DescribeUniBackupPoliciesResponse>;
11160
10865
  describeUserBackupMachinesWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeUserBackupMachinesResponse>;
11161
10866
  describeUserBackupMachines(): Promise<DescribeUserBackupMachinesResponse>;
11162
10867
  describeUserBaselineAuthorizationWithOptions(request: DescribeUserBaselineAuthorizationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserBaselineAuthorizationResponse>;
@@ -11179,8 +10884,6 @@ export default class Client extends OpenApi {
11179
10884
  describeVulExportInfo(request: DescribeVulExportInfoRequest): Promise<DescribeVulExportInfoResponse>;
11180
10885
  describeVulListWithOptions(request: DescribeVulListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVulListResponse>;
11181
10886
  describeVulList(request: DescribeVulListRequest): Promise<DescribeVulListResponse>;
11182
- describeVulListPageWithOptions(request: DescribeVulListPageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVulListPageResponse>;
11183
- describeVulListPage(request: DescribeVulListPageRequest): Promise<DescribeVulListPageResponse>;
11184
10887
  describeVulWhitelistWithOptions(request: DescribeVulWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVulWhitelistResponse>;
11185
10888
  describeVulWhitelist(request: DescribeVulWhitelistRequest): Promise<DescribeVulWhitelistResponse>;
11186
10889
  describeWarningMachinesWithOptions(request: DescribeWarningMachinesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWarningMachinesResponse>;
@@ -11191,12 +10894,8 @@ export default class Client extends OpenApi {
11191
10894
  describeWebLockConfigList(request: DescribeWebLockConfigListRequest): Promise<DescribeWebLockConfigListResponse>;
11192
10895
  exportRecordWithOptions(request: ExportRecordRequest, runtime: $Util.RuntimeOptions): Promise<ExportRecordResponse>;
11193
10896
  exportRecord(request: ExportRecordRequest): Promise<ExportRecordResponse>;
11194
- exportSuspEventsWithOptions(request: ExportSuspEventsRequest, runtime: $Util.RuntimeOptions): Promise<ExportSuspEventsResponse>;
11195
- exportSuspEvents(request: ExportSuspEventsRequest): Promise<ExportSuspEventsResponse>;
11196
10897
  exportVulWithOptions(request: ExportVulRequest, runtime: $Util.RuntimeOptions): Promise<ExportVulResponse>;
11197
10898
  exportVul(request: ExportVulRequest): Promise<ExportVulResponse>;
11198
- exportWarningWithOptions(request: ExportWarningRequest, runtime: $Util.RuntimeOptions): Promise<ExportWarningResponse>;
11199
- exportWarning(request: ExportWarningRequest): Promise<ExportWarningResponse>;
11200
10899
  fixCheckWarningsWithOptions(request: FixCheckWarningsRequest, runtime: $Util.RuntimeOptions): Promise<FixCheckWarningsResponse>;
11201
10900
  fixCheckWarnings(request: FixCheckWarningsRequest): Promise<FixCheckWarningsResponse>;
11202
10901
  getBackupStorageCountWithOptions(runtime: $Util.RuntimeOptions): Promise<GetBackupStorageCountResponse>;
@@ -11221,8 +10920,6 @@ export default class Client extends OpenApi {
11221
10920
  modifyBackupPolicy(request: ModifyBackupPolicyRequest): Promise<ModifyBackupPolicyResponse>;
11222
10921
  modifyBackupPolicyStatusWithOptions(request: ModifyBackupPolicyStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackupPolicyStatusResponse>;
11223
10922
  modifyBackupPolicyStatus(request: ModifyBackupPolicyStatusRequest): Promise<ModifyBackupPolicyStatusResponse>;
11224
- modifyClearLogstoreStorageWithOptions(request: ModifyClearLogstoreStorageRequest, runtime: $Util.RuntimeOptions): Promise<ModifyClearLogstoreStorageResponse>;
11225
- modifyClearLogstoreStorage(request: ModifyClearLogstoreStorageRequest): Promise<ModifyClearLogstoreStorageResponse>;
11226
10923
  modifyCreateVulWhitelistWithOptions(request: ModifyCreateVulWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<ModifyCreateVulWhitelistResponse>;
11227
10924
  modifyCreateVulWhitelist(request: ModifyCreateVulWhitelistRequest): Promise<ModifyCreateVulWhitelistResponse>;
11228
10925
  modifyEmgVulSubmitWithOptions(request: ModifyEmgVulSubmitRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEmgVulSubmitResponse>;
@@ -11281,8 +10978,6 @@ export default class Client extends OpenApi {
11281
10978
  refreshAssets(request: RefreshAssetsRequest): Promise<RefreshAssetsResponse>;
11282
10979
  refreshContainerAssetsWithOptions(request: RefreshContainerAssetsRequest, runtime: $Util.RuntimeOptions): Promise<RefreshContainerAssetsResponse>;
11283
10980
  refreshContainerAssets(request: RefreshContainerAssetsRequest): Promise<RefreshContainerAssetsResponse>;
11284
- refreshContainerNetworkWithOptions(request: RefreshContainerNetworkRequest, runtime: $Util.RuntimeOptions): Promise<RefreshContainerNetworkResponse>;
11285
- refreshContainerNetwork(request: RefreshContainerNetworkRequest): Promise<RefreshContainerNetworkResponse>;
11286
10981
  rollbackSuspEventQuaraFileWithOptions(request: RollbackSuspEventQuaraFileRequest, runtime: $Util.RuntimeOptions): Promise<RollbackSuspEventQuaraFileResponse>;
11287
10982
  rollbackSuspEventQuaraFile(request: RollbackSuspEventQuaraFileRequest): Promise<RollbackSuspEventQuaraFileResponse>;
11288
10983
  sasInstallCodeWithOptions(request: SasInstallCodeRequest, runtime: $Util.RuntimeOptions): Promise<SasInstallCodeResponse>;