@alicloud/sas20181203 2.11.0 → 2.12.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
@@ -6308,6 +6308,50 @@ export declare class DescribeConcernNecessityResponse extends $tea.Model {
6308
6308
  [key: string]: any;
6309
6309
  });
6310
6310
  }
6311
+ export declare class DescribeContainerAppsRequest extends $tea.Model {
6312
+ clusterId?: string;
6313
+ currentPage?: number;
6314
+ fieldValue?: string;
6315
+ pageSize?: number;
6316
+ static names(): {
6317
+ [key: string]: string;
6318
+ };
6319
+ static types(): {
6320
+ [key: string]: any;
6321
+ };
6322
+ constructor(map?: {
6323
+ [key: string]: any;
6324
+ });
6325
+ }
6326
+ export declare class DescribeContainerAppsResponseBody extends $tea.Model {
6327
+ requestId?: string;
6328
+ tagValues?: string[];
6329
+ static names(): {
6330
+ [key: string]: string;
6331
+ };
6332
+ static types(): {
6333
+ [key: string]: any;
6334
+ };
6335
+ constructor(map?: {
6336
+ [key: string]: any;
6337
+ });
6338
+ }
6339
+ export declare class DescribeContainerAppsResponse extends $tea.Model {
6340
+ headers: {
6341
+ [key: string]: string;
6342
+ };
6343
+ statusCode: number;
6344
+ body: DescribeContainerAppsResponseBody;
6345
+ static names(): {
6346
+ [key: string]: string;
6347
+ };
6348
+ static types(): {
6349
+ [key: string]: any;
6350
+ };
6351
+ constructor(map?: {
6352
+ [key: string]: any;
6353
+ });
6354
+ }
6311
6355
  export declare class DescribeContainerCriteriaRequest extends $tea.Model {
6312
6356
  groupField?: string;
6313
6357
  value?: string;
@@ -15116,6 +15160,48 @@ export declare class GenerateOnceTaskResponse extends $tea.Model {
15116
15160
  [key: string]: any;
15117
15161
  });
15118
15162
  }
15163
+ export declare class GetAegisContainerPluginRuleCriteriaRequest extends $tea.Model {
15164
+ lang?: string;
15165
+ value?: string;
15166
+ static names(): {
15167
+ [key: string]: string;
15168
+ };
15169
+ static types(): {
15170
+ [key: string]: any;
15171
+ };
15172
+ constructor(map?: {
15173
+ [key: string]: any;
15174
+ });
15175
+ }
15176
+ export declare class GetAegisContainerPluginRuleCriteriaResponseBody extends $tea.Model {
15177
+ criteriaList?: GetAegisContainerPluginRuleCriteriaResponseBodyCriteriaList[];
15178
+ requestId?: string;
15179
+ static names(): {
15180
+ [key: string]: string;
15181
+ };
15182
+ static types(): {
15183
+ [key: string]: any;
15184
+ };
15185
+ constructor(map?: {
15186
+ [key: string]: any;
15187
+ });
15188
+ }
15189
+ export declare class GetAegisContainerPluginRuleCriteriaResponse extends $tea.Model {
15190
+ headers: {
15191
+ [key: string]: string;
15192
+ };
15193
+ statusCode: number;
15194
+ body: GetAegisContainerPluginRuleCriteriaResponseBody;
15195
+ static names(): {
15196
+ [key: string]: string;
15197
+ };
15198
+ static types(): {
15199
+ [key: string]: any;
15200
+ };
15201
+ constructor(map?: {
15202
+ [key: string]: any;
15203
+ });
15204
+ }
15119
15205
  export declare class GetAgentlessTaskCountResponseBody extends $tea.Model {
15120
15206
  baselineCheckCount?: number;
15121
15207
  cveVulCount?: number;
@@ -17681,6 +17767,47 @@ export declare class GetRulesCountResponse extends $tea.Model {
17681
17767
  [key: string]: any;
17682
17768
  });
17683
17769
  }
17770
+ export declare class GetSasContainerWebDefenseRuleCriteriaRequest extends $tea.Model {
17771
+ value?: string;
17772
+ static names(): {
17773
+ [key: string]: string;
17774
+ };
17775
+ static types(): {
17776
+ [key: string]: any;
17777
+ };
17778
+ constructor(map?: {
17779
+ [key: string]: any;
17780
+ });
17781
+ }
17782
+ export declare class GetSasContainerWebDefenseRuleCriteriaResponseBody extends $tea.Model {
17783
+ criteriaList?: GetSasContainerWebDefenseRuleCriteriaResponseBodyCriteriaList[];
17784
+ requestId?: string;
17785
+ static names(): {
17786
+ [key: string]: string;
17787
+ };
17788
+ static types(): {
17789
+ [key: string]: any;
17790
+ };
17791
+ constructor(map?: {
17792
+ [key: string]: any;
17793
+ });
17794
+ }
17795
+ export declare class GetSasContainerWebDefenseRuleCriteriaResponse extends $tea.Model {
17796
+ headers: {
17797
+ [key: string]: string;
17798
+ };
17799
+ statusCode: number;
17800
+ body: GetSasContainerWebDefenseRuleCriteriaResponseBody;
17801
+ static names(): {
17802
+ [key: string]: string;
17803
+ };
17804
+ static types(): {
17805
+ [key: string]: any;
17806
+ };
17807
+ constructor(map?: {
17808
+ [key: string]: any;
17809
+ });
17810
+ }
17684
17811
  export declare class GetSecurityScoreRuleRequest extends $tea.Model {
17685
17812
  lang?: string;
17686
17813
  static names(): {
@@ -24285,6 +24412,47 @@ export declare class OperateAgentClientInstallResponse extends $tea.Model {
24285
24412
  [key: string]: any;
24286
24413
  });
24287
24414
  }
24415
+ export declare class OperateApplicationRequest extends $tea.Model {
24416
+ containerWebDefenseApplicationDTOS?: OperateApplicationRequestContainerWebDefenseApplicationDTOS[];
24417
+ ruleId?: number;
24418
+ static names(): {
24419
+ [key: string]: string;
24420
+ };
24421
+ static types(): {
24422
+ [key: string]: any;
24423
+ };
24424
+ constructor(map?: {
24425
+ [key: string]: any;
24426
+ });
24427
+ }
24428
+ export declare class OperateApplicationResponseBody extends $tea.Model {
24429
+ requestId?: string;
24430
+ static names(): {
24431
+ [key: string]: string;
24432
+ };
24433
+ static types(): {
24434
+ [key: string]: any;
24435
+ };
24436
+ constructor(map?: {
24437
+ [key: string]: any;
24438
+ });
24439
+ }
24440
+ export declare class OperateApplicationResponse extends $tea.Model {
24441
+ headers: {
24442
+ [key: string]: string;
24443
+ };
24444
+ statusCode: number;
24445
+ body: OperateApplicationResponseBody;
24446
+ static names(): {
24447
+ [key: string]: string;
24448
+ };
24449
+ static types(): {
24450
+ [key: string]: any;
24451
+ };
24452
+ constructor(map?: {
24453
+ [key: string]: any;
24454
+ });
24455
+ }
24288
24456
  export declare class OperateBucketScanTaskRequest extends $tea.Model {
24289
24457
  bucketName?: string;
24290
24458
  operateCode?: number;
@@ -33692,6 +33860,20 @@ export declare class FindContainerNetworkConnectResponseBodyPageInfo extends $te
33692
33860
  [key: string]: any;
33693
33861
  });
33694
33862
  }
33863
+ export declare class GetAegisContainerPluginRuleCriteriaResponseBodyCriteriaList extends $tea.Model {
33864
+ name?: string;
33865
+ type?: string;
33866
+ values?: string;
33867
+ static names(): {
33868
+ [key: string]: string;
33869
+ };
33870
+ static types(): {
33871
+ [key: string]: any;
33872
+ };
33873
+ constructor(map?: {
33874
+ [key: string]: any;
33875
+ });
33876
+ }
33695
33877
  export declare class GetAlarmMachineCountResponseBodyData extends $tea.Model {
33696
33878
  machineCount?: number;
33697
33879
  static names(): {
@@ -35328,6 +35510,20 @@ export declare class GetPropertyScheduleConfigResponseBodyPropertyScheduleConfig
35328
35510
  [key: string]: any;
35329
35511
  });
35330
35512
  }
35513
+ export declare class GetSasContainerWebDefenseRuleCriteriaResponseBodyCriteriaList extends $tea.Model {
35514
+ name?: string;
35515
+ type?: string;
35516
+ values?: string;
35517
+ static names(): {
35518
+ [key: string]: string;
35519
+ };
35520
+ static types(): {
35521
+ [key: string]: any;
35522
+ };
35523
+ constructor(map?: {
35524
+ [key: string]: any;
35525
+ });
35526
+ }
35331
35527
  export declare class GetSecurityScoreRuleResponseBodySecurityScoreRuleListSecurityScoreItemList extends $tea.Model {
35332
35528
  score?: number;
35333
35529
  scoreThreshold?: number;
@@ -37979,6 +38175,21 @@ export declare class OperateAgentClientInstallResponseBodyAegisCelintInstallResp
37979
38175
  [key: string]: any;
37980
38176
  });
37981
38177
  }
38178
+ export declare class OperateApplicationRequestContainerWebDefenseApplicationDTOS extends $tea.Model {
38179
+ clusterId?: string;
38180
+ flag?: string;
38181
+ id?: number;
38182
+ tag?: string;
38183
+ static names(): {
38184
+ [key: string]: string;
38185
+ };
38186
+ static types(): {
38187
+ [key: string]: any;
38188
+ };
38189
+ constructor(map?: {
38190
+ [key: string]: any;
38191
+ });
38192
+ }
37982
38193
  export declare class PageImageRegistryResponseBodyList extends $tea.Model {
37983
38194
  blackList?: string;
37984
38195
  domainName?: string;
@@ -38683,6 +38894,8 @@ export default class Client extends OpenApi {
38683
38894
  describeCommonTargetResultList(request: DescribeCommonTargetResultListRequest): Promise<DescribeCommonTargetResultListResponse>;
38684
38895
  describeConcernNecessityWithOptions(request: DescribeConcernNecessityRequest, runtime: $Util.RuntimeOptions): Promise<DescribeConcernNecessityResponse>;
38685
38896
  describeConcernNecessity(request: DescribeConcernNecessityRequest): Promise<DescribeConcernNecessityResponse>;
38897
+ describeContainerAppsWithOptions(request: DescribeContainerAppsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerAppsResponse>;
38898
+ describeContainerApps(request: DescribeContainerAppsRequest): Promise<DescribeContainerAppsResponse>;
38686
38899
  describeContainerCriteriaWithOptions(request: DescribeContainerCriteriaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerCriteriaResponse>;
38687
38900
  describeContainerCriteria(request: DescribeContainerCriteriaRequest): Promise<DescribeContainerCriteriaResponse>;
38688
38901
  describeContainerInstancesWithOptions(request: DescribeContainerInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerInstancesResponse>;
@@ -39298,6 +39511,8 @@ export default class Client extends OpenApi {
39298
39511
  fixCheckWarnings(request: FixCheckWarningsRequest): Promise<FixCheckWarningsResponse>;
39299
39512
  generateOnceTaskWithOptions(request: GenerateOnceTaskRequest, runtime: $Util.RuntimeOptions): Promise<GenerateOnceTaskResponse>;
39300
39513
  generateOnceTask(request: GenerateOnceTaskRequest): Promise<GenerateOnceTaskResponse>;
39514
+ getAegisContainerPluginRuleCriteriaWithOptions(request: GetAegisContainerPluginRuleCriteriaRequest, runtime: $Util.RuntimeOptions): Promise<GetAegisContainerPluginRuleCriteriaResponse>;
39515
+ getAegisContainerPluginRuleCriteria(request: GetAegisContainerPluginRuleCriteriaRequest): Promise<GetAegisContainerPluginRuleCriteriaResponse>;
39301
39516
  getAgentlessTaskCountWithOptions(runtime: $Util.RuntimeOptions): Promise<GetAgentlessTaskCountResponse>;
39302
39517
  getAgentlessTaskCount(): Promise<GetAgentlessTaskCountResponse>;
39303
39518
  getAlarmMachineCountWithOptions(request: GetAlarmMachineCountRequest, runtime: $Util.RuntimeOptions): Promise<GetAlarmMachineCountResponse>;
@@ -39448,6 +39663,8 @@ export default class Client extends OpenApi {
39448
39663
  getPropertyScheduleConfig(request: GetPropertyScheduleConfigRequest): Promise<GetPropertyScheduleConfigResponse>;
39449
39664
  getRulesCountWithOptions(runtime: $Util.RuntimeOptions): Promise<GetRulesCountResponse>;
39450
39665
  getRulesCount(): Promise<GetRulesCountResponse>;
39666
+ getSasContainerWebDefenseRuleCriteriaWithOptions(request: GetSasContainerWebDefenseRuleCriteriaRequest, runtime: $Util.RuntimeOptions): Promise<GetSasContainerWebDefenseRuleCriteriaResponse>;
39667
+ getSasContainerWebDefenseRuleCriteria(request: GetSasContainerWebDefenseRuleCriteriaRequest): Promise<GetSasContainerWebDefenseRuleCriteriaResponse>;
39451
39668
  getSecurityScoreRuleWithOptions(request: GetSecurityScoreRuleRequest, runtime: $Util.RuntimeOptions): Promise<GetSecurityScoreRuleResponse>;
39452
39669
  getSecurityScoreRule(request: GetSecurityScoreRuleRequest): Promise<GetSecurityScoreRuleResponse>;
39453
39670
  getSensitiveDefineRuleConfigWithOptions(request: GetSensitiveDefineRuleConfigRequest, runtime: $Util.RuntimeOptions): Promise<GetSensitiveDefineRuleConfigResponse>;
@@ -39851,6 +40068,8 @@ export default class Client extends OpenApi {
39851
40068
  openSensitiveFileScan(request: OpenSensitiveFileScanRequest): Promise<OpenSensitiveFileScanResponse>;
39852
40069
  operateAgentClientInstallWithOptions(request: OperateAgentClientInstallRequest, runtime: $Util.RuntimeOptions): Promise<OperateAgentClientInstallResponse>;
39853
40070
  operateAgentClientInstall(request: OperateAgentClientInstallRequest): Promise<OperateAgentClientInstallResponse>;
40071
+ operateApplicationWithOptions(request: OperateApplicationRequest, runtime: $Util.RuntimeOptions): Promise<OperateApplicationResponse>;
40072
+ operateApplication(request: OperateApplicationRequest): Promise<OperateApplicationResponse>;
39854
40073
  operateBucketScanTaskWithOptions(request: OperateBucketScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<OperateBucketScanTaskResponse>;
39855
40074
  operateBucketScanTask(request: OperateBucketScanTaskRequest): Promise<OperateBucketScanTaskResponse>;
39856
40075
  operateCommonOverallConfigWithOptions(request: OperateCommonOverallConfigRequest, runtime: $Util.RuntimeOptions): Promise<OperateCommonOverallConfigResponse>;