@alicloud/sas20181203 1.1.21 → 1.1.24

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
@@ -6463,6 +6463,50 @@ export declare class GetBackupStorageCountResponse extends $tea.Model {
6463
6463
  [key: string]: any;
6464
6464
  });
6465
6465
  }
6466
+ export declare class GetCheckDetailRequest extends $tea.Model {
6467
+ checkId?: number;
6468
+ lang?: string;
6469
+ static names(): {
6470
+ [key: string]: string;
6471
+ };
6472
+ static types(): {
6473
+ [key: string]: any;
6474
+ };
6475
+ constructor(map?: {
6476
+ [key: string]: any;
6477
+ });
6478
+ }
6479
+ export declare class GetCheckDetailResponseBody extends $tea.Model {
6480
+ assistInfo?: GetCheckDetailResponseBodyAssistInfo;
6481
+ description?: GetCheckDetailResponseBodyDescription;
6482
+ requestId?: string;
6483
+ solution?: GetCheckDetailResponseBodySolution;
6484
+ static names(): {
6485
+ [key: string]: string;
6486
+ };
6487
+ static types(): {
6488
+ [key: string]: any;
6489
+ };
6490
+ constructor(map?: {
6491
+ [key: string]: any;
6492
+ });
6493
+ }
6494
+ export declare class GetCheckDetailResponse extends $tea.Model {
6495
+ headers: {
6496
+ [key: string]: string;
6497
+ };
6498
+ statusCode: number;
6499
+ body: GetCheckDetailResponseBody;
6500
+ static names(): {
6501
+ [key: string]: string;
6502
+ };
6503
+ static types(): {
6504
+ [key: string]: any;
6505
+ };
6506
+ constructor(map?: {
6507
+ [key: string]: any;
6508
+ });
6509
+ }
6466
6510
  export declare class GetFileDetectResultRequest extends $tea.Model {
6467
6511
  hashKeyList?: string[];
6468
6512
  sourceIp?: string;
@@ -6822,11 +6866,66 @@ export declare class InstallCloudMonitorResponse extends $tea.Model {
6822
6866
  [key: string]: any;
6823
6867
  });
6824
6868
  }
6869
+ export declare class ListCheckInstanceResultRequest extends $tea.Model {
6870
+ checkId?: number;
6871
+ currentPage?: number;
6872
+ instanceIdKey?: string;
6873
+ instanceIds?: string[];
6874
+ instanceNameKey?: string;
6875
+ lang?: string;
6876
+ pageSize?: number;
6877
+ regionIdKey?: string;
6878
+ sortTypes?: string[];
6879
+ statuses?: string[];
6880
+ static names(): {
6881
+ [key: string]: string;
6882
+ };
6883
+ static types(): {
6884
+ [key: string]: any;
6885
+ };
6886
+ constructor(map?: {
6887
+ [key: string]: any;
6888
+ });
6889
+ }
6890
+ export declare class ListCheckInstanceResultResponseBody extends $tea.Model {
6891
+ basicData?: ListCheckInstanceResultResponseBodyBasicData[];
6892
+ checks?: {
6893
+ [key: string]: any;
6894
+ };
6895
+ columns?: ListCheckInstanceResultResponseBodyColumns[];
6896
+ pageInfo?: ListCheckInstanceResultResponseBodyPageInfo;
6897
+ requestId?: string;
6898
+ totalCount?: number;
6899
+ static names(): {
6900
+ [key: string]: string;
6901
+ };
6902
+ static types(): {
6903
+ [key: string]: any;
6904
+ };
6905
+ constructor(map?: {
6906
+ [key: string]: any;
6907
+ });
6908
+ }
6909
+ export declare class ListCheckInstanceResultResponse extends $tea.Model {
6910
+ headers: {
6911
+ [key: string]: string;
6912
+ };
6913
+ statusCode: number;
6914
+ body: ListCheckInstanceResultResponseBody;
6915
+ static names(): {
6916
+ [key: string]: string;
6917
+ };
6918
+ static types(): {
6919
+ [key: string]: any;
6920
+ };
6921
+ constructor(map?: {
6922
+ [key: string]: any;
6923
+ });
6924
+ }
6825
6925
  export declare class ListCheckResultRequest extends $tea.Model {
6826
6926
  checkKey?: string;
6827
6927
  currentPage?: number;
6828
6928
  instanceIds?: string[];
6829
- instanceSubTypes?: string[];
6830
6929
  instanceTypes?: string[];
6831
6930
  lang?: string;
6832
6931
  pageSize?: number;
@@ -7121,6 +7220,49 @@ export declare class ModifyBackupPolicyStatusResponse extends $tea.Model {
7121
7220
  [key: string]: any;
7122
7221
  });
7123
7222
  }
7223
+ export declare class ModifyClearLogstoreStorageRequest extends $tea.Model {
7224
+ from?: string;
7225
+ lang?: string;
7226
+ userLogStore?: string;
7227
+ userProject?: string;
7228
+ static names(): {
7229
+ [key: string]: string;
7230
+ };
7231
+ static types(): {
7232
+ [key: string]: any;
7233
+ };
7234
+ constructor(map?: {
7235
+ [key: string]: any;
7236
+ });
7237
+ }
7238
+ export declare class ModifyClearLogstoreStorageResponseBody extends $tea.Model {
7239
+ requestId?: string;
7240
+ static names(): {
7241
+ [key: string]: string;
7242
+ };
7243
+ static types(): {
7244
+ [key: string]: any;
7245
+ };
7246
+ constructor(map?: {
7247
+ [key: string]: any;
7248
+ });
7249
+ }
7250
+ export declare class ModifyClearLogstoreStorageResponse extends $tea.Model {
7251
+ headers: {
7252
+ [key: string]: string;
7253
+ };
7254
+ statusCode: number;
7255
+ body: ModifyClearLogstoreStorageResponseBody;
7256
+ static names(): {
7257
+ [key: string]: string;
7258
+ };
7259
+ static types(): {
7260
+ [key: string]: any;
7261
+ };
7262
+ constructor(map?: {
7263
+ [key: string]: any;
7264
+ });
7265
+ }
7124
7266
  export declare class ModifyCreateVulWhitelistRequest extends $tea.Model {
7125
7267
  reason?: string;
7126
7268
  targetInfo?: string;
@@ -12292,6 +12434,48 @@ export declare class GetBackupStorageCountResponseBodyBackupStorageCount extends
12292
12434
  [key: string]: any;
12293
12435
  });
12294
12436
  }
12437
+ export declare class GetCheckDetailResponseBodyAssistInfo extends $tea.Model {
12438
+ link?: string;
12439
+ type?: string;
12440
+ value?: string;
12441
+ static names(): {
12442
+ [key: string]: string;
12443
+ };
12444
+ static types(): {
12445
+ [key: string]: any;
12446
+ };
12447
+ constructor(map?: {
12448
+ [key: string]: any;
12449
+ });
12450
+ }
12451
+ export declare class GetCheckDetailResponseBodyDescription extends $tea.Model {
12452
+ link?: string;
12453
+ type?: string;
12454
+ value?: string;
12455
+ static names(): {
12456
+ [key: string]: string;
12457
+ };
12458
+ static types(): {
12459
+ [key: string]: any;
12460
+ };
12461
+ constructor(map?: {
12462
+ [key: string]: any;
12463
+ });
12464
+ }
12465
+ export declare class GetCheckDetailResponseBodySolution extends $tea.Model {
12466
+ link?: string;
12467
+ type?: string;
12468
+ value?: string;
12469
+ static names(): {
12470
+ [key: string]: string;
12471
+ };
12472
+ static types(): {
12473
+ [key: string]: any;
12474
+ };
12475
+ constructor(map?: {
12476
+ [key: string]: any;
12477
+ });
12478
+ }
12295
12479
  export declare class GetFileDetectResultResponseBodyResultListExt extends $tea.Model {
12296
12480
  virusName?: string;
12297
12481
  static names(): {
@@ -12308,6 +12492,8 @@ export declare class GetFileDetectResultResponseBodyResultList extends $tea.Mode
12308
12492
  ext?: GetFileDetectResultResponseBodyResultListExt;
12309
12493
  hashKey?: string;
12310
12494
  result?: number;
12495
+ score?: number;
12496
+ virusType?: string;
12311
12497
  static names(): {
12312
12498
  [key: string]: string;
12313
12499
  };
@@ -12330,6 +12516,68 @@ export declare class HandleSecurityEventsResponseBodyHandleSecurityEventsRespons
12330
12516
  [key: string]: any;
12331
12517
  });
12332
12518
  }
12519
+ export declare class ListCheckInstanceResultResponseBodyBasicData extends $tea.Model {
12520
+ id?: number;
12521
+ instanceId?: string;
12522
+ instanceName?: string;
12523
+ regionId?: string;
12524
+ status?: string;
12525
+ static names(): {
12526
+ [key: string]: string;
12527
+ };
12528
+ static types(): {
12529
+ [key: string]: any;
12530
+ };
12531
+ constructor(map?: {
12532
+ [key: string]: any;
12533
+ });
12534
+ }
12535
+ export declare class ListCheckInstanceResultResponseBodyColumnsGrids extends $tea.Model {
12536
+ key?: string;
12537
+ showName?: string;
12538
+ type?: string;
12539
+ static names(): {
12540
+ [key: string]: string;
12541
+ };
12542
+ static types(): {
12543
+ [key: string]: any;
12544
+ };
12545
+ constructor(map?: {
12546
+ [key: string]: any;
12547
+ });
12548
+ }
12549
+ export declare class ListCheckInstanceResultResponseBodyColumns extends $tea.Model {
12550
+ grids?: ListCheckInstanceResultResponseBodyColumnsGrids[];
12551
+ key?: string;
12552
+ search?: boolean;
12553
+ searchKey?: string;
12554
+ showName?: string;
12555
+ type?: string;
12556
+ static names(): {
12557
+ [key: string]: string;
12558
+ };
12559
+ static types(): {
12560
+ [key: string]: any;
12561
+ };
12562
+ constructor(map?: {
12563
+ [key: string]: any;
12564
+ });
12565
+ }
12566
+ export declare class ListCheckInstanceResultResponseBodyPageInfo extends $tea.Model {
12567
+ count?: string;
12568
+ currentPage?: number;
12569
+ pageSize?: number;
12570
+ totalCount?: number;
12571
+ static names(): {
12572
+ [key: string]: string;
12573
+ };
12574
+ static types(): {
12575
+ [key: string]: any;
12576
+ };
12577
+ constructor(map?: {
12578
+ [key: string]: any;
12579
+ });
12580
+ }
12333
12581
  export declare class ListCheckResultResponseBodyChecksCheckPolicies extends $tea.Model {
12334
12582
  requirementId?: number;
12335
12583
  requirementShowName?: string;
@@ -12857,6 +13105,8 @@ export default class Client extends OpenApi {
12857
13105
  fixCheckWarnings(request: FixCheckWarningsRequest): Promise<FixCheckWarningsResponse>;
12858
13106
  getBackupStorageCountWithOptions(runtime: $Util.RuntimeOptions): Promise<GetBackupStorageCountResponse>;
12859
13107
  getBackupStorageCount(): Promise<GetBackupStorageCountResponse>;
13108
+ getCheckDetailWithOptions(request: GetCheckDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetCheckDetailResponse>;
13109
+ getCheckDetail(request: GetCheckDetailRequest): Promise<GetCheckDetailResponse>;
12860
13110
  getFileDetectResultWithOptions(request: GetFileDetectResultRequest, runtime: $Util.RuntimeOptions): Promise<GetFileDetectResultResponse>;
12861
13111
  getFileDetectResult(request: GetFileDetectResultRequest): Promise<GetFileDetectResultResponse>;
12862
13112
  getSuspiciousStatisticsWithOptions(request: GetSuspiciousStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<GetSuspiciousStatisticsResponse>;
@@ -12873,6 +13123,8 @@ export default class Client extends OpenApi {
12873
13123
  installBackupClient(request: InstallBackupClientRequest): Promise<InstallBackupClientResponse>;
12874
13124
  installCloudMonitorWithOptions(request: InstallCloudMonitorRequest, runtime: $Util.RuntimeOptions): Promise<InstallCloudMonitorResponse>;
12875
13125
  installCloudMonitor(request: InstallCloudMonitorRequest): Promise<InstallCloudMonitorResponse>;
13126
+ listCheckInstanceResultWithOptions(request: ListCheckInstanceResultRequest, runtime: $Util.RuntimeOptions): Promise<ListCheckInstanceResultResponse>;
13127
+ listCheckInstanceResult(request: ListCheckInstanceResultRequest): Promise<ListCheckInstanceResultResponse>;
12876
13128
  listCheckResultWithOptions(request: ListCheckResultRequest, runtime: $Util.RuntimeOptions): Promise<ListCheckResultResponse>;
12877
13129
  listCheckResult(request: ListCheckResultRequest): Promise<ListCheckResultResponse>;
12878
13130
  listVulAutoRepairConfigWithOptions(request: ListVulAutoRepairConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListVulAutoRepairConfigResponse>;
@@ -12885,6 +13137,8 @@ export default class Client extends OpenApi {
12885
13137
  modifyBackupPolicy(request: ModifyBackupPolicyRequest): Promise<ModifyBackupPolicyResponse>;
12886
13138
  modifyBackupPolicyStatusWithOptions(request: ModifyBackupPolicyStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackupPolicyStatusResponse>;
12887
13139
  modifyBackupPolicyStatus(request: ModifyBackupPolicyStatusRequest): Promise<ModifyBackupPolicyStatusResponse>;
13140
+ modifyClearLogstoreStorageWithOptions(request: ModifyClearLogstoreStorageRequest, runtime: $Util.RuntimeOptions): Promise<ModifyClearLogstoreStorageResponse>;
13141
+ modifyClearLogstoreStorage(request: ModifyClearLogstoreStorageRequest): Promise<ModifyClearLogstoreStorageResponse>;
12888
13142
  modifyCreateVulWhitelistWithOptions(request: ModifyCreateVulWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<ModifyCreateVulWhitelistResponse>;
12889
13143
  modifyCreateVulWhitelist(request: ModifyCreateVulWhitelistRequest): Promise<ModifyCreateVulWhitelistResponse>;
12890
13144
  modifyEmgVulSubmitWithOptions(request: ModifyEmgVulSubmitRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEmgVulSubmitResponse>;