@alicloud/sas20181203 2.25.3 → 2.26.0

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
@@ -1829,6 +1829,9 @@ export declare class CreateCycleTaskResponse extends $tea.Model {
1829
1829
  });
1830
1830
  }
1831
1831
  export declare class CreateFileDetectRequest extends $tea.Model {
1832
+ decompress?: boolean;
1833
+ decompressMaxFileCount?: number;
1834
+ decompressMaxLayer?: number;
1832
1835
  downloadUrl?: string;
1833
1836
  hashKey?: string;
1834
1837
  ossKey?: string;
@@ -14127,6 +14130,7 @@ export declare class DescribeVersionConfigResponseBody extends $tea.Model {
14127
14130
  lastTrailEndTime?: number;
14128
14131
  MVAuthCount?: number;
14129
14132
  MVUnusedAuthCount?: number;
14133
+ newThreatAnalysis?: number;
14130
14134
  openTime?: number;
14131
14135
  postPayInstanceId?: string;
14132
14136
  postPayModuleSwitch?: string;
@@ -14140,6 +14144,7 @@ export declare class DescribeVersionConfigResponseBody extends $tea.Model {
14140
14144
  sdkCapacity?: number;
14141
14145
  slsCapacity?: number;
14142
14146
  threatAnalysisCapacity?: number;
14147
+ threatAnalysisFlow?: number;
14143
14148
  userDefinedAlarms?: number;
14144
14149
  version?: number;
14145
14150
  vmCores?: number;
@@ -21120,6 +21125,51 @@ export declare class ListClusterPluginInfoResponse extends $tea.Model {
21120
21125
  [key: string]: any;
21121
21126
  });
21122
21127
  }
21128
+ export declare class ListCompressFileDetectResultRequest extends $tea.Model {
21129
+ currentPage?: number;
21130
+ hashKey?: string;
21131
+ pageSize?: number;
21132
+ sourceIp?: string;
21133
+ static names(): {
21134
+ [key: string]: string;
21135
+ };
21136
+ static types(): {
21137
+ [key: string]: any;
21138
+ };
21139
+ constructor(map?: {
21140
+ [key: string]: any;
21141
+ });
21142
+ }
21143
+ export declare class ListCompressFileDetectResultResponseBody extends $tea.Model {
21144
+ pageInfo?: ListCompressFileDetectResultResponseBodyPageInfo;
21145
+ requestId?: string;
21146
+ resultList?: ListCompressFileDetectResultResponseBodyResultList[];
21147
+ static names(): {
21148
+ [key: string]: string;
21149
+ };
21150
+ static types(): {
21151
+ [key: string]: any;
21152
+ };
21153
+ constructor(map?: {
21154
+ [key: string]: any;
21155
+ });
21156
+ }
21157
+ export declare class ListCompressFileDetectResultResponse extends $tea.Model {
21158
+ headers?: {
21159
+ [key: string]: string;
21160
+ };
21161
+ statusCode?: number;
21162
+ body?: ListCompressFileDetectResultResponseBody;
21163
+ static names(): {
21164
+ [key: string]: string;
21165
+ };
21166
+ static types(): {
21167
+ [key: string]: any;
21168
+ };
21169
+ constructor(map?: {
21170
+ [key: string]: any;
21171
+ });
21172
+ }
21123
21173
  export declare class ListContainerDefenseRuleRequest extends $tea.Model {
21124
21174
  conditions?: ListContainerDefenseRuleRequestConditions[];
21125
21175
  currentPage?: number;
@@ -30488,6 +30538,7 @@ export declare class AddSasContainerWebDefenseRuleRequestPathConfDTOList extends
30488
30538
  }
30489
30539
  export declare class AddSasModuleTrialResponseBodyDataTrialRecordList extends $tea.Model {
30490
30540
  authLimit?: number;
30541
+ authLimitList?: string;
30491
30542
  gmtEnd?: number;
30492
30543
  gmtStart?: number;
30493
30544
  moduleCode?: string;
@@ -38056,6 +38107,7 @@ export declare class GetFileDetectReportResponseBodyData extends $tea.Model {
38056
38107
  }
38057
38108
  export declare class GetFileDetectResultResponseBodyResultList extends $tea.Model {
38058
38109
  code?: string;
38110
+ compress?: boolean;
38059
38111
  ext?: string;
38060
38112
  hashKey?: string;
38061
38113
  message?: string;
@@ -38608,6 +38660,7 @@ export declare class GetModuleConfigResponseBodyPageInfo extends $tea.Model {
38608
38660
  }
38609
38661
  export declare class GetModuleTrialAuthInfoResponseBodyDataTrialRecordList extends $tea.Model {
38610
38662
  authLimit?: number;
38663
+ authLimitList?: string;
38611
38664
  gmtEnd?: number;
38612
38665
  gmtStart?: number;
38613
38666
  moduleCode?: string;
@@ -40305,6 +40358,37 @@ export declare class ListClusterPluginInfoResponseBodyData extends $tea.Model {
40305
40358
  [key: string]: any;
40306
40359
  });
40307
40360
  }
40361
+ export declare class ListCompressFileDetectResultResponseBodyPageInfo extends $tea.Model {
40362
+ currentPage?: number;
40363
+ pageSize?: number;
40364
+ totalCount?: number;
40365
+ static names(): {
40366
+ [key: string]: string;
40367
+ };
40368
+ static types(): {
40369
+ [key: string]: any;
40370
+ };
40371
+ constructor(map?: {
40372
+ [key: string]: any;
40373
+ });
40374
+ }
40375
+ export declare class ListCompressFileDetectResultResponseBodyResultList extends $tea.Model {
40376
+ ext?: string;
40377
+ hashKey?: string;
40378
+ path?: string;
40379
+ result?: number;
40380
+ score?: number;
40381
+ virusType?: string;
40382
+ static names(): {
40383
+ [key: string]: string;
40384
+ };
40385
+ static types(): {
40386
+ [key: string]: any;
40387
+ };
40388
+ constructor(map?: {
40389
+ [key: string]: any;
40390
+ });
40391
+ }
40308
40392
  export declare class ListContainerDefenseRuleRequestConditions extends $tea.Model {
40309
40393
  type?: string;
40310
40394
  value?: string;
@@ -44573,6 +44657,8 @@ export default class Client extends OpenApi {
44573
44657
  listClusterInterceptionConfig(request: ListClusterInterceptionConfigRequest): Promise<ListClusterInterceptionConfigResponse>;
44574
44658
  listClusterPluginInfoWithOptions(request: ListClusterPluginInfoRequest, runtime: $Util.RuntimeOptions): Promise<ListClusterPluginInfoResponse>;
44575
44659
  listClusterPluginInfo(request: ListClusterPluginInfoRequest): Promise<ListClusterPluginInfoResponse>;
44660
+ listCompressFileDetectResultWithOptions(request: ListCompressFileDetectResultRequest, runtime: $Util.RuntimeOptions): Promise<ListCompressFileDetectResultResponse>;
44661
+ listCompressFileDetectResult(request: ListCompressFileDetectResultRequest): Promise<ListCompressFileDetectResultResponse>;
44576
44662
  listContainerDefenseRuleWithOptions(request: ListContainerDefenseRuleRequest, runtime: $Util.RuntimeOptions): Promise<ListContainerDefenseRuleResponse>;
44577
44663
  listContainerDefenseRule(request: ListContainerDefenseRuleRequest): Promise<ListContainerDefenseRuleResponse>;
44578
44664
  listContainerDefenseRuleClustersWithOptions(runtime: $Util.RuntimeOptions): Promise<ListContainerDefenseRuleClustersResponse>;