@alicloud/sas20181203 1.1.6 → 1.1.9
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 +169 -7
- package/dist/client.js +364 -17
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +470 -25
package/dist/client.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
|
6
6
|
import * as $tea from '@alicloud/tea-typescript';
|
|
7
7
|
export declare class AddVpcHoneyPotRequest extends $tea.Model {
|
|
8
8
|
vpcId?: string;
|
|
9
|
-
vpcSwitchId?: string;
|
|
10
9
|
static names(): {
|
|
11
10
|
[key: string]: string;
|
|
12
11
|
};
|
|
@@ -305,6 +304,51 @@ export declare class CreateSimilarSecurityEventsQueryTaskResponse extends $tea.M
|
|
|
305
304
|
[key: string]: any;
|
|
306
305
|
});
|
|
307
306
|
}
|
|
307
|
+
export declare class CreateVulAutoRepairConfigRequest extends $tea.Model {
|
|
308
|
+
reason?: string;
|
|
309
|
+
type?: string;
|
|
310
|
+
vulAutoRepairConfigList?: CreateVulAutoRepairConfigRequestVulAutoRepairConfigList[];
|
|
311
|
+
static names(): {
|
|
312
|
+
[key: string]: string;
|
|
313
|
+
};
|
|
314
|
+
static types(): {
|
|
315
|
+
[key: string]: any;
|
|
316
|
+
};
|
|
317
|
+
constructor(map?: {
|
|
318
|
+
[key: string]: any;
|
|
319
|
+
});
|
|
320
|
+
}
|
|
321
|
+
export declare class CreateVulAutoRepairConfigResponseBody extends $tea.Model {
|
|
322
|
+
code?: string;
|
|
323
|
+
httpStatusCode?: number;
|
|
324
|
+
message?: string;
|
|
325
|
+
requestId?: string;
|
|
326
|
+
success?: boolean;
|
|
327
|
+
static names(): {
|
|
328
|
+
[key: string]: string;
|
|
329
|
+
};
|
|
330
|
+
static types(): {
|
|
331
|
+
[key: string]: any;
|
|
332
|
+
};
|
|
333
|
+
constructor(map?: {
|
|
334
|
+
[key: string]: any;
|
|
335
|
+
});
|
|
336
|
+
}
|
|
337
|
+
export declare class CreateVulAutoRepairConfigResponse extends $tea.Model {
|
|
338
|
+
headers: {
|
|
339
|
+
[key: string]: string;
|
|
340
|
+
};
|
|
341
|
+
body: CreateVulAutoRepairConfigResponseBody;
|
|
342
|
+
static names(): {
|
|
343
|
+
[key: string]: string;
|
|
344
|
+
};
|
|
345
|
+
static types(): {
|
|
346
|
+
[key: string]: any;
|
|
347
|
+
};
|
|
348
|
+
constructor(map?: {
|
|
349
|
+
[key: string]: any;
|
|
350
|
+
});
|
|
351
|
+
}
|
|
308
352
|
export declare class DeleteBackupPolicyRequest extends $tea.Model {
|
|
309
353
|
id?: number;
|
|
310
354
|
policyVersion?: string;
|
|
@@ -638,6 +682,7 @@ export declare class DescribeAccesskeyLeakListResponse extends $tea.Model {
|
|
|
638
682
|
});
|
|
639
683
|
}
|
|
640
684
|
export declare class DescribeAffectedMaliciousFileImagesRequest extends $tea.Model {
|
|
685
|
+
clusterId?: string;
|
|
641
686
|
currentPage?: number;
|
|
642
687
|
imageDigest?: string;
|
|
643
688
|
imageLayer?: string;
|
|
@@ -1374,6 +1419,9 @@ export declare class DescribeCheckWarningDetailResponse extends $tea.Model {
|
|
|
1374
1419
|
});
|
|
1375
1420
|
}
|
|
1376
1421
|
export declare class DescribeCheckWarningSummaryRequest extends $tea.Model {
|
|
1422
|
+
clusterId?: string;
|
|
1423
|
+
containerFieldName?: string;
|
|
1424
|
+
containerFieldValue?: string;
|
|
1377
1425
|
currentPage?: number;
|
|
1378
1426
|
lang?: string;
|
|
1379
1427
|
pageSize?: number;
|
|
@@ -1382,6 +1430,7 @@ export declare class DescribeCheckWarningSummaryRequest extends $tea.Model {
|
|
|
1382
1430
|
sourceIp?: string;
|
|
1383
1431
|
status?: string;
|
|
1384
1432
|
strategyId?: number;
|
|
1433
|
+
targetType?: string;
|
|
1385
1434
|
typeName?: string;
|
|
1386
1435
|
uuids?: string;
|
|
1387
1436
|
static names(): {
|
|
@@ -2291,6 +2340,7 @@ export declare class DescribeGroupedInstancesResponse extends $tea.Model {
|
|
|
2291
2340
|
});
|
|
2292
2341
|
}
|
|
2293
2342
|
export declare class DescribeGroupedMaliciousFilesRequest extends $tea.Model {
|
|
2343
|
+
clusterId?: string;
|
|
2294
2344
|
currentPage?: number;
|
|
2295
2345
|
fuzzyMaliciousName?: string;
|
|
2296
2346
|
imageDigest?: string;
|
|
@@ -2388,6 +2438,7 @@ export declare class DescribeGroupedTagsResponse extends $tea.Model {
|
|
|
2388
2438
|
}
|
|
2389
2439
|
export declare class DescribeGroupedVulRequest extends $tea.Model {
|
|
2390
2440
|
aliasName?: string;
|
|
2441
|
+
attachTypes?: string;
|
|
2391
2442
|
currentPage?: number;
|
|
2392
2443
|
dealed?: string;
|
|
2393
2444
|
groupId?: string;
|
|
@@ -2510,6 +2561,7 @@ export declare class DescribeHoneyPotSuspStatisticsResponse extends $tea.Model {
|
|
|
2510
2561
|
});
|
|
2511
2562
|
}
|
|
2512
2563
|
export declare class DescribeImageBaselineCheckSummaryRequest extends $tea.Model {
|
|
2564
|
+
clusterId?: string;
|
|
2513
2565
|
criteria?: string;
|
|
2514
2566
|
criteriaType?: string;
|
|
2515
2567
|
currentPage?: number;
|
|
@@ -2602,6 +2654,7 @@ export declare class DescribeImageFixTaskResponse extends $tea.Model {
|
|
|
2602
2654
|
}
|
|
2603
2655
|
export declare class DescribeImageGroupedVulListRequest extends $tea.Model {
|
|
2604
2656
|
aliasName?: string;
|
|
2657
|
+
clusterId?: string;
|
|
2605
2658
|
currentPage?: number;
|
|
2606
2659
|
cveId?: string;
|
|
2607
2660
|
groupId?: string;
|
|
@@ -2664,6 +2717,7 @@ export declare class DescribeImageGroupedVulListResponse extends $tea.Model {
|
|
|
2664
2717
|
}
|
|
2665
2718
|
export declare class DescribeImageListWithBaselineNameRequest extends $tea.Model {
|
|
2666
2719
|
baselineNameKey?: string;
|
|
2720
|
+
clusterId?: string;
|
|
2667
2721
|
criteria?: string;
|
|
2668
2722
|
criteriaType?: string;
|
|
2669
2723
|
currentPage?: number;
|
|
@@ -2771,6 +2825,7 @@ export declare class DescribeImageStatisticsResponse extends $tea.Model {
|
|
|
2771
2825
|
}
|
|
2772
2826
|
export declare class DescribeImageVulListRequest extends $tea.Model {
|
|
2773
2827
|
aliasName?: string;
|
|
2828
|
+
clusterId?: string;
|
|
2774
2829
|
currentPage?: number;
|
|
2775
2830
|
dealed?: string;
|
|
2776
2831
|
digest?: string;
|
|
@@ -7353,6 +7408,59 @@ export declare class QueryGroupIdByGroupNameResponse extends $tea.Model {
|
|
|
7353
7408
|
[key: string]: any;
|
|
7354
7409
|
});
|
|
7355
7410
|
}
|
|
7411
|
+
export declare class QueryGroupedSecurityEventMarkMissListRequest extends $tea.Model {
|
|
7412
|
+
currentPage?: number;
|
|
7413
|
+
eventName?: string;
|
|
7414
|
+
from?: string;
|
|
7415
|
+
lang?: string;
|
|
7416
|
+
maxId?: number;
|
|
7417
|
+
pageSize?: number;
|
|
7418
|
+
remark?: string;
|
|
7419
|
+
sourceIp?: string;
|
|
7420
|
+
static names(): {
|
|
7421
|
+
[key: string]: string;
|
|
7422
|
+
};
|
|
7423
|
+
static types(): {
|
|
7424
|
+
[key: string]: any;
|
|
7425
|
+
};
|
|
7426
|
+
constructor(map?: {
|
|
7427
|
+
[key: string]: any;
|
|
7428
|
+
});
|
|
7429
|
+
}
|
|
7430
|
+
export declare class QueryGroupedSecurityEventMarkMissListResponseBody extends $tea.Model {
|
|
7431
|
+
code?: string;
|
|
7432
|
+
httpStatusCode?: number;
|
|
7433
|
+
list?: QueryGroupedSecurityEventMarkMissListResponseBodyList[];
|
|
7434
|
+
message?: string;
|
|
7435
|
+
pageInfo?: QueryGroupedSecurityEventMarkMissListResponseBodyPageInfo;
|
|
7436
|
+
requestId?: string;
|
|
7437
|
+
success?: boolean;
|
|
7438
|
+
timeCost?: number;
|
|
7439
|
+
static names(): {
|
|
7440
|
+
[key: string]: string;
|
|
7441
|
+
};
|
|
7442
|
+
static types(): {
|
|
7443
|
+
[key: string]: any;
|
|
7444
|
+
};
|
|
7445
|
+
constructor(map?: {
|
|
7446
|
+
[key: string]: any;
|
|
7447
|
+
});
|
|
7448
|
+
}
|
|
7449
|
+
export declare class QueryGroupedSecurityEventMarkMissListResponse extends $tea.Model {
|
|
7450
|
+
headers: {
|
|
7451
|
+
[key: string]: string;
|
|
7452
|
+
};
|
|
7453
|
+
body: QueryGroupedSecurityEventMarkMissListResponseBody;
|
|
7454
|
+
static names(): {
|
|
7455
|
+
[key: string]: string;
|
|
7456
|
+
};
|
|
7457
|
+
static types(): {
|
|
7458
|
+
[key: string]: any;
|
|
7459
|
+
};
|
|
7460
|
+
constructor(map?: {
|
|
7461
|
+
[key: string]: any;
|
|
7462
|
+
});
|
|
7463
|
+
}
|
|
7356
7464
|
export declare class RefreshAssetsRequest extends $tea.Model {
|
|
7357
7465
|
assetType?: string;
|
|
7358
7466
|
static names(): {
|
|
@@ -7789,6 +7897,19 @@ export declare class CreateSimilarSecurityEventsQueryTaskResponseBodyCreateSimil
|
|
|
7789
7897
|
[key: string]: any;
|
|
7790
7898
|
});
|
|
7791
7899
|
}
|
|
7900
|
+
export declare class CreateVulAutoRepairConfigRequestVulAutoRepairConfigList extends $tea.Model {
|
|
7901
|
+
aliasName?: string;
|
|
7902
|
+
name?: string;
|
|
7903
|
+
static names(): {
|
|
7904
|
+
[key: string]: string;
|
|
7905
|
+
};
|
|
7906
|
+
static types(): {
|
|
7907
|
+
[key: string]: any;
|
|
7908
|
+
};
|
|
7909
|
+
constructor(map?: {
|
|
7910
|
+
[key: string]: any;
|
|
7911
|
+
});
|
|
7912
|
+
}
|
|
7792
7913
|
export declare class DescribeAccesskeyLeakListResponseBodyAccessKeyLeakList extends $tea.Model {
|
|
7793
7914
|
accesskeyId?: string;
|
|
7794
7915
|
aliUserName?: string;
|
|
@@ -7813,8 +7934,10 @@ export declare class DescribeAccesskeyLeakListResponseBodyAccessKeyLeakList exte
|
|
|
7813
7934
|
}
|
|
7814
7935
|
export declare class DescribeAffectedMaliciousFileImagesResponseBodyAffectedMaliciousFileImagesResponse extends $tea.Model {
|
|
7815
7936
|
digest?: string;
|
|
7937
|
+
downloadUrl?: string;
|
|
7816
7938
|
filePath?: string;
|
|
7817
7939
|
firstScanTimestamp?: number;
|
|
7940
|
+
highLight?: string;
|
|
7818
7941
|
imageUuid?: string;
|
|
7819
7942
|
latestScanTimestamp?: number;
|
|
7820
7943
|
latestVerifyTimestamp?: number;
|
|
@@ -9235,7 +9358,6 @@ export declare class DescribePropertyCronDetailResponseBodyPageInfo extends $tea
|
|
|
9235
9358
|
}
|
|
9236
9359
|
export declare class DescribePropertyCronDetailResponseBodyPropertys extends $tea.Model {
|
|
9237
9360
|
cmd?: string;
|
|
9238
|
-
create?: string;
|
|
9239
9361
|
createTimestamp?: number;
|
|
9240
9362
|
instanceId?: string;
|
|
9241
9363
|
instanceName?: string;
|
|
@@ -9274,7 +9396,6 @@ export declare class DescribePropertyPortDetailResponseBodyPageInfo extends $tea
|
|
|
9274
9396
|
}
|
|
9275
9397
|
export declare class DescribePropertyPortDetailResponseBodyPropertys extends $tea.Model {
|
|
9276
9398
|
bindIp?: string;
|
|
9277
|
-
create?: string;
|
|
9278
9399
|
createTimestamp?: number;
|
|
9279
9400
|
instanceId?: string;
|
|
9280
9401
|
instanceName?: string;
|
|
@@ -9342,7 +9463,6 @@ export declare class DescribePropertyProcDetailResponseBodyPageInfo extends $tea
|
|
|
9342
9463
|
}
|
|
9343
9464
|
export declare class DescribePropertyProcDetailResponseBodyPropertys extends $tea.Model {
|
|
9344
9465
|
cmdline?: string;
|
|
9345
|
-
create?: string;
|
|
9346
9466
|
createTimestamp?: number;
|
|
9347
9467
|
euidName?: string;
|
|
9348
9468
|
instanceId?: string;
|
|
@@ -9419,7 +9539,6 @@ export declare class DescribePropertyScaDetailResponseBodyPropertys extends $tea
|
|
|
9419
9539
|
cmdline?: string;
|
|
9420
9540
|
configPath?: string;
|
|
9421
9541
|
containerName?: string;
|
|
9422
|
-
create?: string;
|
|
9423
9542
|
createTimestamp?: number;
|
|
9424
9543
|
imageName?: string;
|
|
9425
9544
|
instanceId?: string;
|
|
@@ -9438,6 +9557,7 @@ export declare class DescribePropertyScaDetailResponseBodyPropertys extends $tea
|
|
|
9438
9557
|
processStarted?: number;
|
|
9439
9558
|
processUser?: string;
|
|
9440
9559
|
proof?: string;
|
|
9560
|
+
runtimeEnvVersion?: string;
|
|
9441
9561
|
type?: string;
|
|
9442
9562
|
uuid?: string;
|
|
9443
9563
|
version?: string;
|
|
@@ -9468,7 +9588,6 @@ export declare class DescribePropertySoftwareDetailResponseBodyPageInfo extends
|
|
|
9468
9588
|
});
|
|
9469
9589
|
}
|
|
9470
9590
|
export declare class DescribePropertySoftwareDetailResponseBodyPropertys extends $tea.Model {
|
|
9471
|
-
create?: number;
|
|
9472
9591
|
createTimestamp?: number;
|
|
9473
9592
|
installTime?: string;
|
|
9474
9593
|
installTimeDt?: number;
|
|
@@ -9549,7 +9668,6 @@ export declare class DescribePropertyUserDetailResponseBodyPageInfo extends $tea
|
|
|
9549
9668
|
}
|
|
9550
9669
|
export declare class DescribePropertyUserDetailResponseBodyPropertys extends $tea.Model {
|
|
9551
9670
|
accountsExpirationDate?: string;
|
|
9552
|
-
create?: string;
|
|
9553
9671
|
createTimestamp?: number;
|
|
9554
9672
|
groupNames?: string[];
|
|
9555
9673
|
instanceId?: string;
|
|
@@ -9912,6 +10030,7 @@ export declare class DescribeSecurityEventOperationsResponseBodySecurityEventOpe
|
|
|
9912
10030
|
markMisType?: string;
|
|
9913
10031
|
markMisValue?: string;
|
|
9914
10032
|
supportedMisType?: string[];
|
|
10033
|
+
uuid?: string;
|
|
9915
10034
|
static names(): {
|
|
9916
10035
|
[key: string]: string;
|
|
9917
10036
|
};
|
|
@@ -10274,6 +10393,7 @@ export declare class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model
|
|
|
10274
10393
|
lastTime?: string;
|
|
10275
10394
|
lastTimeStamp?: number;
|
|
10276
10395
|
level?: string;
|
|
10396
|
+
maliciousRuleStatus?: string;
|
|
10277
10397
|
markMisRules?: string;
|
|
10278
10398
|
name?: string;
|
|
10279
10399
|
occurrenceTime?: string;
|
|
@@ -10708,6 +10828,44 @@ export declare class OperateAgentClientInstallResponseBodyAegisCelintInstallResp
|
|
|
10708
10828
|
[key: string]: any;
|
|
10709
10829
|
});
|
|
10710
10830
|
}
|
|
10831
|
+
export declare class QueryGroupedSecurityEventMarkMissListResponseBodyList extends $tea.Model {
|
|
10832
|
+
aliUid?: number;
|
|
10833
|
+
eventName?: string;
|
|
10834
|
+
eventNameOriginal?: string;
|
|
10835
|
+
eventType?: string;
|
|
10836
|
+
eventTypeOriginal?: string;
|
|
10837
|
+
field?: string;
|
|
10838
|
+
fieldValue?: string;
|
|
10839
|
+
filedAliasName?: string;
|
|
10840
|
+
gmtCreate?: number;
|
|
10841
|
+
gmtModified?: number;
|
|
10842
|
+
operate?: string;
|
|
10843
|
+
uuids?: string;
|
|
10844
|
+
static names(): {
|
|
10845
|
+
[key: string]: string;
|
|
10846
|
+
};
|
|
10847
|
+
static types(): {
|
|
10848
|
+
[key: string]: any;
|
|
10849
|
+
};
|
|
10850
|
+
constructor(map?: {
|
|
10851
|
+
[key: string]: any;
|
|
10852
|
+
});
|
|
10853
|
+
}
|
|
10854
|
+
export declare class QueryGroupedSecurityEventMarkMissListResponseBodyPageInfo extends $tea.Model {
|
|
10855
|
+
count?: number;
|
|
10856
|
+
currentPage?: number;
|
|
10857
|
+
pageSize?: number;
|
|
10858
|
+
totalCount?: number;
|
|
10859
|
+
static names(): {
|
|
10860
|
+
[key: string]: string;
|
|
10861
|
+
};
|
|
10862
|
+
static types(): {
|
|
10863
|
+
[key: string]: any;
|
|
10864
|
+
};
|
|
10865
|
+
constructor(map?: {
|
|
10866
|
+
[key: string]: any;
|
|
10867
|
+
});
|
|
10868
|
+
}
|
|
10711
10869
|
export default class Client extends OpenApi {
|
|
10712
10870
|
constructor(config: $OpenApi.Config);
|
|
10713
10871
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
@@ -10727,6 +10885,8 @@ export default class Client extends OpenApi {
|
|
|
10727
10885
|
createServiceLinkedRole(): Promise<CreateServiceLinkedRoleResponse>;
|
|
10728
10886
|
createSimilarSecurityEventsQueryTaskWithOptions(request: CreateSimilarSecurityEventsQueryTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateSimilarSecurityEventsQueryTaskResponse>;
|
|
10729
10887
|
createSimilarSecurityEventsQueryTask(request: CreateSimilarSecurityEventsQueryTaskRequest): Promise<CreateSimilarSecurityEventsQueryTaskResponse>;
|
|
10888
|
+
createVulAutoRepairConfigWithOptions(request: CreateVulAutoRepairConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateVulAutoRepairConfigResponse>;
|
|
10889
|
+
createVulAutoRepairConfig(request: CreateVulAutoRepairConfigRequest): Promise<CreateVulAutoRepairConfigResponse>;
|
|
10730
10890
|
deleteBackupPolicyWithOptions(request: DeleteBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBackupPolicyResponse>;
|
|
10731
10891
|
deleteBackupPolicy(request: DeleteBackupPolicyRequest): Promise<DeleteBackupPolicyResponse>;
|
|
10732
10892
|
deleteBackupPolicyMachineWithOptions(request: DeleteBackupPolicyMachineRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBackupPolicyMachineResponse>;
|
|
@@ -11051,6 +11211,8 @@ export default class Client extends OpenApi {
|
|
|
11051
11211
|
pauseClient(request: PauseClientRequest): Promise<PauseClientResponse>;
|
|
11052
11212
|
queryGroupIdByGroupNameWithOptions(request: QueryGroupIdByGroupNameRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupIdByGroupNameResponse>;
|
|
11053
11213
|
queryGroupIdByGroupName(request: QueryGroupIdByGroupNameRequest): Promise<QueryGroupIdByGroupNameResponse>;
|
|
11214
|
+
queryGroupedSecurityEventMarkMissListWithOptions(request: QueryGroupedSecurityEventMarkMissListRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupedSecurityEventMarkMissListResponse>;
|
|
11215
|
+
queryGroupedSecurityEventMarkMissList(request: QueryGroupedSecurityEventMarkMissListRequest): Promise<QueryGroupedSecurityEventMarkMissListResponse>;
|
|
11054
11216
|
refreshAssetsWithOptions(request: RefreshAssetsRequest, runtime: $Util.RuntimeOptions): Promise<RefreshAssetsResponse>;
|
|
11055
11217
|
refreshAssets(request: RefreshAssetsRequest): Promise<RefreshAssetsResponse>;
|
|
11056
11218
|
refreshContainerAssetsWithOptions(request: RefreshContainerAssetsRequest, runtime: $Util.RuntimeOptions): Promise<RefreshContainerAssetsResponse>;
|