@alicloud/sas20181203 1.1.4 → 1.1.7
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 +126 -7
- package/dist/client.js +338 -13
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +441 -20
package/dist/client.d.ts
CHANGED
|
@@ -638,6 +638,7 @@ export declare class DescribeAccesskeyLeakListResponse extends $tea.Model {
|
|
|
638
638
|
});
|
|
639
639
|
}
|
|
640
640
|
export declare class DescribeAffectedMaliciousFileImagesRequest extends $tea.Model {
|
|
641
|
+
clusterId?: string;
|
|
641
642
|
currentPage?: number;
|
|
642
643
|
imageDigest?: string;
|
|
643
644
|
imageLayer?: string;
|
|
@@ -1374,6 +1375,9 @@ export declare class DescribeCheckWarningDetailResponse extends $tea.Model {
|
|
|
1374
1375
|
});
|
|
1375
1376
|
}
|
|
1376
1377
|
export declare class DescribeCheckWarningSummaryRequest extends $tea.Model {
|
|
1378
|
+
clusterId?: string;
|
|
1379
|
+
containerFieldName?: string;
|
|
1380
|
+
containerFieldValue?: string;
|
|
1377
1381
|
currentPage?: number;
|
|
1378
1382
|
lang?: string;
|
|
1379
1383
|
pageSize?: number;
|
|
@@ -1382,6 +1386,7 @@ export declare class DescribeCheckWarningSummaryRequest extends $tea.Model {
|
|
|
1382
1386
|
sourceIp?: string;
|
|
1383
1387
|
status?: string;
|
|
1384
1388
|
strategyId?: number;
|
|
1389
|
+
targetType?: string;
|
|
1385
1390
|
typeName?: string;
|
|
1386
1391
|
uuids?: string;
|
|
1387
1392
|
static names(): {
|
|
@@ -2291,6 +2296,7 @@ export declare class DescribeGroupedInstancesResponse extends $tea.Model {
|
|
|
2291
2296
|
});
|
|
2292
2297
|
}
|
|
2293
2298
|
export declare class DescribeGroupedMaliciousFilesRequest extends $tea.Model {
|
|
2299
|
+
clusterId?: string;
|
|
2294
2300
|
currentPage?: number;
|
|
2295
2301
|
fuzzyMaliciousName?: string;
|
|
2296
2302
|
imageDigest?: string;
|
|
@@ -2510,6 +2516,7 @@ export declare class DescribeHoneyPotSuspStatisticsResponse extends $tea.Model {
|
|
|
2510
2516
|
});
|
|
2511
2517
|
}
|
|
2512
2518
|
export declare class DescribeImageBaselineCheckSummaryRequest extends $tea.Model {
|
|
2519
|
+
clusterId?: string;
|
|
2513
2520
|
criteria?: string;
|
|
2514
2521
|
criteriaType?: string;
|
|
2515
2522
|
currentPage?: number;
|
|
@@ -2602,6 +2609,7 @@ export declare class DescribeImageFixTaskResponse extends $tea.Model {
|
|
|
2602
2609
|
}
|
|
2603
2610
|
export declare class DescribeImageGroupedVulListRequest extends $tea.Model {
|
|
2604
2611
|
aliasName?: string;
|
|
2612
|
+
clusterId?: string;
|
|
2605
2613
|
currentPage?: number;
|
|
2606
2614
|
cveId?: string;
|
|
2607
2615
|
groupId?: string;
|
|
@@ -2664,6 +2672,7 @@ export declare class DescribeImageGroupedVulListResponse extends $tea.Model {
|
|
|
2664
2672
|
}
|
|
2665
2673
|
export declare class DescribeImageListWithBaselineNameRequest extends $tea.Model {
|
|
2666
2674
|
baselineNameKey?: string;
|
|
2675
|
+
clusterId?: string;
|
|
2667
2676
|
criteria?: string;
|
|
2668
2677
|
criteriaType?: string;
|
|
2669
2678
|
currentPage?: number;
|
|
@@ -2771,6 +2780,7 @@ export declare class DescribeImageStatisticsResponse extends $tea.Model {
|
|
|
2771
2780
|
}
|
|
2772
2781
|
export declare class DescribeImageVulListRequest extends $tea.Model {
|
|
2773
2782
|
aliasName?: string;
|
|
2783
|
+
clusterId?: string;
|
|
2774
2784
|
currentPage?: number;
|
|
2775
2785
|
dealed?: string;
|
|
2776
2786
|
digest?: string;
|
|
@@ -3201,6 +3211,7 @@ export declare class DescribePropertyCountResponse extends $tea.Model {
|
|
|
3201
3211
|
}
|
|
3202
3212
|
export declare class DescribePropertyCronDetailRequest extends $tea.Model {
|
|
3203
3213
|
currentPage?: number;
|
|
3214
|
+
extend?: string;
|
|
3204
3215
|
pageSize?: number;
|
|
3205
3216
|
remark?: string;
|
|
3206
3217
|
source?: string;
|
|
@@ -3248,6 +3259,7 @@ export declare class DescribePropertyCronDetailResponse extends $tea.Model {
|
|
|
3248
3259
|
export declare class DescribePropertyPortDetailRequest extends $tea.Model {
|
|
3249
3260
|
bindIp?: string;
|
|
3250
3261
|
currentPage?: number;
|
|
3262
|
+
extend?: string;
|
|
3251
3263
|
pageSize?: number;
|
|
3252
3264
|
port?: string;
|
|
3253
3265
|
procName?: string;
|
|
@@ -3339,6 +3351,7 @@ export declare class DescribePropertyPortItemResponse extends $tea.Model {
|
|
|
3339
3351
|
export declare class DescribePropertyProcDetailRequest extends $tea.Model {
|
|
3340
3352
|
cmdline?: string;
|
|
3341
3353
|
currentPage?: number;
|
|
3354
|
+
extend?: string;
|
|
3342
3355
|
name?: string;
|
|
3343
3356
|
pageSize?: number;
|
|
3344
3357
|
procTimeEnd?: number;
|
|
@@ -3491,6 +3504,7 @@ export declare class DescribePropertyScaDetailResponse extends $tea.Model {
|
|
|
3491
3504
|
}
|
|
3492
3505
|
export declare class DescribePropertySoftwareDetailRequest extends $tea.Model {
|
|
3493
3506
|
currentPage?: number;
|
|
3507
|
+
extend?: string;
|
|
3494
3508
|
installTimeEnd?: number;
|
|
3495
3509
|
installTimeStart?: number;
|
|
3496
3510
|
name?: string;
|
|
@@ -3626,6 +3640,7 @@ export declare class DescribePropertyUsageNewestResponse extends $tea.Model {
|
|
|
3626
3640
|
}
|
|
3627
3641
|
export declare class DescribePropertyUserDetailRequest extends $tea.Model {
|
|
3628
3642
|
currentPage?: number;
|
|
3643
|
+
extend?: string;
|
|
3629
3644
|
isRoot?: string;
|
|
3630
3645
|
lastLoginTimeEnd?: number;
|
|
3631
3646
|
lastLoginTimeStart?: number;
|
|
@@ -5531,6 +5546,61 @@ export declare class ExportVulResponse extends $tea.Model {
|
|
|
5531
5546
|
[key: string]: any;
|
|
5532
5547
|
});
|
|
5533
5548
|
}
|
|
5549
|
+
export declare class ExportWarningRequest extends $tea.Model {
|
|
5550
|
+
dealed?: string;
|
|
5551
|
+
exportType?: string;
|
|
5552
|
+
isCleartextPwd?: number;
|
|
5553
|
+
isSummaryExport?: number;
|
|
5554
|
+
lang?: string;
|
|
5555
|
+
riskIds?: string;
|
|
5556
|
+
riskLevels?: string;
|
|
5557
|
+
riskName?: string;
|
|
5558
|
+
sourceIp?: string;
|
|
5559
|
+
statusList?: string;
|
|
5560
|
+
strategyId?: number;
|
|
5561
|
+
subTypeNames?: string;
|
|
5562
|
+
typeName?: string;
|
|
5563
|
+
typeNames?: string;
|
|
5564
|
+
uuids?: string;
|
|
5565
|
+
static names(): {
|
|
5566
|
+
[key: string]: string;
|
|
5567
|
+
};
|
|
5568
|
+
static types(): {
|
|
5569
|
+
[key: string]: any;
|
|
5570
|
+
};
|
|
5571
|
+
constructor(map?: {
|
|
5572
|
+
[key: string]: any;
|
|
5573
|
+
});
|
|
5574
|
+
}
|
|
5575
|
+
export declare class ExportWarningResponseBody extends $tea.Model {
|
|
5576
|
+
fileName?: string;
|
|
5577
|
+
id?: number;
|
|
5578
|
+
requestId?: string;
|
|
5579
|
+
static names(): {
|
|
5580
|
+
[key: string]: string;
|
|
5581
|
+
};
|
|
5582
|
+
static types(): {
|
|
5583
|
+
[key: string]: any;
|
|
5584
|
+
};
|
|
5585
|
+
constructor(map?: {
|
|
5586
|
+
[key: string]: any;
|
|
5587
|
+
});
|
|
5588
|
+
}
|
|
5589
|
+
export declare class ExportWarningResponse extends $tea.Model {
|
|
5590
|
+
headers: {
|
|
5591
|
+
[key: string]: string;
|
|
5592
|
+
};
|
|
5593
|
+
body: ExportWarningResponseBody;
|
|
5594
|
+
static names(): {
|
|
5595
|
+
[key: string]: string;
|
|
5596
|
+
};
|
|
5597
|
+
static types(): {
|
|
5598
|
+
[key: string]: any;
|
|
5599
|
+
};
|
|
5600
|
+
constructor(map?: {
|
|
5601
|
+
[key: string]: any;
|
|
5602
|
+
});
|
|
5603
|
+
}
|
|
5534
5604
|
export declare class FixCheckWarningsRequest extends $tea.Model {
|
|
5535
5605
|
checkParams?: string;
|
|
5536
5606
|
lang?: string;
|
|
@@ -5865,6 +5935,53 @@ export declare class InstallBackupClientResponse extends $tea.Model {
|
|
|
5865
5935
|
[key: string]: any;
|
|
5866
5936
|
});
|
|
5867
5937
|
}
|
|
5938
|
+
export declare class InstallCloudMonitorRequest extends $tea.Model {
|
|
5939
|
+
agentAccessKey?: string;
|
|
5940
|
+
agentSecretKey?: string;
|
|
5941
|
+
argusVersion?: string;
|
|
5942
|
+
instanceIdList?: string[];
|
|
5943
|
+
uuidList?: string[];
|
|
5944
|
+
static names(): {
|
|
5945
|
+
[key: string]: string;
|
|
5946
|
+
};
|
|
5947
|
+
static types(): {
|
|
5948
|
+
[key: string]: any;
|
|
5949
|
+
};
|
|
5950
|
+
constructor(map?: {
|
|
5951
|
+
[key: string]: any;
|
|
5952
|
+
});
|
|
5953
|
+
}
|
|
5954
|
+
export declare class InstallCloudMonitorResponseBody extends $tea.Model {
|
|
5955
|
+
code?: string;
|
|
5956
|
+
httpStatusCode?: number;
|
|
5957
|
+
message?: string;
|
|
5958
|
+
requestId?: string;
|
|
5959
|
+
success?: boolean;
|
|
5960
|
+
static names(): {
|
|
5961
|
+
[key: string]: string;
|
|
5962
|
+
};
|
|
5963
|
+
static types(): {
|
|
5964
|
+
[key: string]: any;
|
|
5965
|
+
};
|
|
5966
|
+
constructor(map?: {
|
|
5967
|
+
[key: string]: any;
|
|
5968
|
+
});
|
|
5969
|
+
}
|
|
5970
|
+
export declare class InstallCloudMonitorResponse extends $tea.Model {
|
|
5971
|
+
headers: {
|
|
5972
|
+
[key: string]: string;
|
|
5973
|
+
};
|
|
5974
|
+
body: InstallCloudMonitorResponseBody;
|
|
5975
|
+
static names(): {
|
|
5976
|
+
[key: string]: string;
|
|
5977
|
+
};
|
|
5978
|
+
static types(): {
|
|
5979
|
+
[key: string]: any;
|
|
5980
|
+
};
|
|
5981
|
+
constructor(map?: {
|
|
5982
|
+
[key: string]: any;
|
|
5983
|
+
});
|
|
5984
|
+
}
|
|
5868
5985
|
export declare class ModifyAntiBruteForceRuleRequest extends $tea.Model {
|
|
5869
5986
|
defaultRule?: boolean;
|
|
5870
5987
|
failCount?: number;
|
|
@@ -7706,8 +7823,10 @@ export declare class DescribeAccesskeyLeakListResponseBodyAccessKeyLeakList exte
|
|
|
7706
7823
|
}
|
|
7707
7824
|
export declare class DescribeAffectedMaliciousFileImagesResponseBodyAffectedMaliciousFileImagesResponse extends $tea.Model {
|
|
7708
7825
|
digest?: string;
|
|
7826
|
+
downloadUrl?: string;
|
|
7709
7827
|
filePath?: string;
|
|
7710
7828
|
firstScanTimestamp?: number;
|
|
7829
|
+
highLight?: string;
|
|
7711
7830
|
imageUuid?: string;
|
|
7712
7831
|
latestScanTimestamp?: number;
|
|
7713
7832
|
latestVerifyTimestamp?: number;
|
|
@@ -9128,7 +9247,6 @@ export declare class DescribePropertyCronDetailResponseBodyPageInfo extends $tea
|
|
|
9128
9247
|
}
|
|
9129
9248
|
export declare class DescribePropertyCronDetailResponseBodyPropertys extends $tea.Model {
|
|
9130
9249
|
cmd?: string;
|
|
9131
|
-
create?: string;
|
|
9132
9250
|
createTimestamp?: number;
|
|
9133
9251
|
instanceId?: string;
|
|
9134
9252
|
instanceName?: string;
|
|
@@ -9167,7 +9285,6 @@ export declare class DescribePropertyPortDetailResponseBodyPageInfo extends $tea
|
|
|
9167
9285
|
}
|
|
9168
9286
|
export declare class DescribePropertyPortDetailResponseBodyPropertys extends $tea.Model {
|
|
9169
9287
|
bindIp?: string;
|
|
9170
|
-
create?: string;
|
|
9171
9288
|
createTimestamp?: number;
|
|
9172
9289
|
instanceId?: string;
|
|
9173
9290
|
instanceName?: string;
|
|
@@ -9235,7 +9352,6 @@ export declare class DescribePropertyProcDetailResponseBodyPageInfo extends $tea
|
|
|
9235
9352
|
}
|
|
9236
9353
|
export declare class DescribePropertyProcDetailResponseBodyPropertys extends $tea.Model {
|
|
9237
9354
|
cmdline?: string;
|
|
9238
|
-
create?: string;
|
|
9239
9355
|
createTimestamp?: number;
|
|
9240
9356
|
euidName?: string;
|
|
9241
9357
|
instanceId?: string;
|
|
@@ -9312,7 +9428,6 @@ export declare class DescribePropertyScaDetailResponseBodyPropertys extends $tea
|
|
|
9312
9428
|
cmdline?: string;
|
|
9313
9429
|
configPath?: string;
|
|
9314
9430
|
containerName?: string;
|
|
9315
|
-
create?: string;
|
|
9316
9431
|
createTimestamp?: number;
|
|
9317
9432
|
imageName?: string;
|
|
9318
9433
|
instanceId?: string;
|
|
@@ -9331,6 +9446,7 @@ export declare class DescribePropertyScaDetailResponseBodyPropertys extends $tea
|
|
|
9331
9446
|
processStarted?: number;
|
|
9332
9447
|
processUser?: string;
|
|
9333
9448
|
proof?: string;
|
|
9449
|
+
runtimeEnvVersion?: string;
|
|
9334
9450
|
type?: string;
|
|
9335
9451
|
uuid?: string;
|
|
9336
9452
|
version?: string;
|
|
@@ -9361,7 +9477,6 @@ export declare class DescribePropertySoftwareDetailResponseBodyPageInfo extends
|
|
|
9361
9477
|
});
|
|
9362
9478
|
}
|
|
9363
9479
|
export declare class DescribePropertySoftwareDetailResponseBodyPropertys extends $tea.Model {
|
|
9364
|
-
create?: number;
|
|
9365
9480
|
createTimestamp?: number;
|
|
9366
9481
|
installTime?: string;
|
|
9367
9482
|
installTimeDt?: number;
|
|
@@ -9442,7 +9557,6 @@ export declare class DescribePropertyUserDetailResponseBodyPageInfo extends $tea
|
|
|
9442
9557
|
}
|
|
9443
9558
|
export declare class DescribePropertyUserDetailResponseBodyPropertys extends $tea.Model {
|
|
9444
9559
|
accountsExpirationDate?: string;
|
|
9445
|
-
create?: string;
|
|
9446
9560
|
createTimestamp?: number;
|
|
9447
9561
|
groupNames?: string[];
|
|
9448
9562
|
instanceId?: string;
|
|
@@ -10167,6 +10281,7 @@ export declare class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model
|
|
|
10167
10281
|
lastTime?: string;
|
|
10168
10282
|
lastTimeStamp?: number;
|
|
10169
10283
|
level?: string;
|
|
10284
|
+
maliciousRuleStatus?: string;
|
|
10170
10285
|
markMisRules?: string;
|
|
10171
10286
|
name?: string;
|
|
10172
10287
|
occurrenceTime?: string;
|
|
@@ -10365,7 +10480,7 @@ export declare class DescribeVulListResponseBodyVulRecordsExtendContentJsonRpmEn
|
|
|
10365
10480
|
fullVersion?: string;
|
|
10366
10481
|
imageName?: string;
|
|
10367
10482
|
matchDetail?: string;
|
|
10368
|
-
matchList?: string;
|
|
10483
|
+
matchList?: string[];
|
|
10369
10484
|
name?: string;
|
|
10370
10485
|
path?: string;
|
|
10371
10486
|
pid?: string;
|
|
@@ -10860,6 +10975,8 @@ export default class Client extends OpenApi {
|
|
|
10860
10975
|
exportRecord(request: ExportRecordRequest): Promise<ExportRecordResponse>;
|
|
10861
10976
|
exportVulWithOptions(request: ExportVulRequest, runtime: $Util.RuntimeOptions): Promise<ExportVulResponse>;
|
|
10862
10977
|
exportVul(request: ExportVulRequest): Promise<ExportVulResponse>;
|
|
10978
|
+
exportWarningWithOptions(request: ExportWarningRequest, runtime: $Util.RuntimeOptions): Promise<ExportWarningResponse>;
|
|
10979
|
+
exportWarning(request: ExportWarningRequest): Promise<ExportWarningResponse>;
|
|
10863
10980
|
fixCheckWarningsWithOptions(request: FixCheckWarningsRequest, runtime: $Util.RuntimeOptions): Promise<FixCheckWarningsResponse>;
|
|
10864
10981
|
fixCheckWarnings(request: FixCheckWarningsRequest): Promise<FixCheckWarningsResponse>;
|
|
10865
10982
|
getBackupStorageCountWithOptions(runtime: $Util.RuntimeOptions): Promise<GetBackupStorageCountResponse>;
|
|
@@ -10876,6 +10993,8 @@ export default class Client extends OpenApi {
|
|
|
10876
10993
|
ignoreHcCheckWarnings(request: IgnoreHcCheckWarningsRequest): Promise<IgnoreHcCheckWarningsResponse>;
|
|
10877
10994
|
installBackupClientWithOptions(request: InstallBackupClientRequest, runtime: $Util.RuntimeOptions): Promise<InstallBackupClientResponse>;
|
|
10878
10995
|
installBackupClient(request: InstallBackupClientRequest): Promise<InstallBackupClientResponse>;
|
|
10996
|
+
installCloudMonitorWithOptions(request: InstallCloudMonitorRequest, runtime: $Util.RuntimeOptions): Promise<InstallCloudMonitorResponse>;
|
|
10997
|
+
installCloudMonitor(request: InstallCloudMonitorRequest): Promise<InstallCloudMonitorResponse>;
|
|
10879
10998
|
modifyAntiBruteForceRuleWithOptions(request: ModifyAntiBruteForceRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAntiBruteForceRuleResponse>;
|
|
10880
10999
|
modifyAntiBruteForceRule(request: ModifyAntiBruteForceRuleRequest): Promise<ModifyAntiBruteForceRuleResponse>;
|
|
10881
11000
|
modifyAssetGroupWithOptions(request: ModifyAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAssetGroupResponse>;
|