@alicloud/sas20181203 1.1.5 → 1.1.8
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 +231 -8
- package/dist/client.js +535 -18
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +715 -49
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;
|
|
@@ -2510,6 +2560,7 @@ export declare class DescribeHoneyPotSuspStatisticsResponse extends $tea.Model {
|
|
|
2510
2560
|
});
|
|
2511
2561
|
}
|
|
2512
2562
|
export declare class DescribeImageBaselineCheckSummaryRequest extends $tea.Model {
|
|
2563
|
+
clusterId?: string;
|
|
2513
2564
|
criteria?: string;
|
|
2514
2565
|
criteriaType?: string;
|
|
2515
2566
|
currentPage?: number;
|
|
@@ -2602,6 +2653,7 @@ export declare class DescribeImageFixTaskResponse extends $tea.Model {
|
|
|
2602
2653
|
}
|
|
2603
2654
|
export declare class DescribeImageGroupedVulListRequest extends $tea.Model {
|
|
2604
2655
|
aliasName?: string;
|
|
2656
|
+
clusterId?: string;
|
|
2605
2657
|
currentPage?: number;
|
|
2606
2658
|
cveId?: string;
|
|
2607
2659
|
groupId?: string;
|
|
@@ -2664,6 +2716,7 @@ export declare class DescribeImageGroupedVulListResponse extends $tea.Model {
|
|
|
2664
2716
|
}
|
|
2665
2717
|
export declare class DescribeImageListWithBaselineNameRequest extends $tea.Model {
|
|
2666
2718
|
baselineNameKey?: string;
|
|
2719
|
+
clusterId?: string;
|
|
2667
2720
|
criteria?: string;
|
|
2668
2721
|
criteriaType?: string;
|
|
2669
2722
|
currentPage?: number;
|
|
@@ -2771,6 +2824,7 @@ export declare class DescribeImageStatisticsResponse extends $tea.Model {
|
|
|
2771
2824
|
}
|
|
2772
2825
|
export declare class DescribeImageVulListRequest extends $tea.Model {
|
|
2773
2826
|
aliasName?: string;
|
|
2827
|
+
clusterId?: string;
|
|
2774
2828
|
currentPage?: number;
|
|
2775
2829
|
dealed?: string;
|
|
2776
2830
|
digest?: string;
|
|
@@ -3201,6 +3255,7 @@ export declare class DescribePropertyCountResponse extends $tea.Model {
|
|
|
3201
3255
|
}
|
|
3202
3256
|
export declare class DescribePropertyCronDetailRequest extends $tea.Model {
|
|
3203
3257
|
currentPage?: number;
|
|
3258
|
+
extend?: string;
|
|
3204
3259
|
pageSize?: number;
|
|
3205
3260
|
remark?: string;
|
|
3206
3261
|
source?: string;
|
|
@@ -3248,6 +3303,7 @@ export declare class DescribePropertyCronDetailResponse extends $tea.Model {
|
|
|
3248
3303
|
export declare class DescribePropertyPortDetailRequest extends $tea.Model {
|
|
3249
3304
|
bindIp?: string;
|
|
3250
3305
|
currentPage?: number;
|
|
3306
|
+
extend?: string;
|
|
3251
3307
|
pageSize?: number;
|
|
3252
3308
|
port?: string;
|
|
3253
3309
|
procName?: string;
|
|
@@ -3339,6 +3395,7 @@ export declare class DescribePropertyPortItemResponse extends $tea.Model {
|
|
|
3339
3395
|
export declare class DescribePropertyProcDetailRequest extends $tea.Model {
|
|
3340
3396
|
cmdline?: string;
|
|
3341
3397
|
currentPage?: number;
|
|
3398
|
+
extend?: string;
|
|
3342
3399
|
name?: string;
|
|
3343
3400
|
pageSize?: number;
|
|
3344
3401
|
procTimeEnd?: number;
|
|
@@ -3491,6 +3548,7 @@ export declare class DescribePropertyScaDetailResponse extends $tea.Model {
|
|
|
3491
3548
|
}
|
|
3492
3549
|
export declare class DescribePropertySoftwareDetailRequest extends $tea.Model {
|
|
3493
3550
|
currentPage?: number;
|
|
3551
|
+
extend?: string;
|
|
3494
3552
|
installTimeEnd?: number;
|
|
3495
3553
|
installTimeStart?: number;
|
|
3496
3554
|
name?: string;
|
|
@@ -3626,6 +3684,7 @@ export declare class DescribePropertyUsageNewestResponse extends $tea.Model {
|
|
|
3626
3684
|
}
|
|
3627
3685
|
export declare class DescribePropertyUserDetailRequest extends $tea.Model {
|
|
3628
3686
|
currentPage?: number;
|
|
3687
|
+
extend?: string;
|
|
3629
3688
|
isRoot?: string;
|
|
3630
3689
|
lastLoginTimeEnd?: number;
|
|
3631
3690
|
lastLoginTimeStart?: number;
|
|
@@ -5531,6 +5590,61 @@ export declare class ExportVulResponse extends $tea.Model {
|
|
|
5531
5590
|
[key: string]: any;
|
|
5532
5591
|
});
|
|
5533
5592
|
}
|
|
5593
|
+
export declare class ExportWarningRequest extends $tea.Model {
|
|
5594
|
+
dealed?: string;
|
|
5595
|
+
exportType?: string;
|
|
5596
|
+
isCleartextPwd?: number;
|
|
5597
|
+
isSummaryExport?: number;
|
|
5598
|
+
lang?: string;
|
|
5599
|
+
riskIds?: string;
|
|
5600
|
+
riskLevels?: string;
|
|
5601
|
+
riskName?: string;
|
|
5602
|
+
sourceIp?: string;
|
|
5603
|
+
statusList?: string;
|
|
5604
|
+
strategyId?: number;
|
|
5605
|
+
subTypeNames?: string;
|
|
5606
|
+
typeName?: string;
|
|
5607
|
+
typeNames?: string;
|
|
5608
|
+
uuids?: string;
|
|
5609
|
+
static names(): {
|
|
5610
|
+
[key: string]: string;
|
|
5611
|
+
};
|
|
5612
|
+
static types(): {
|
|
5613
|
+
[key: string]: any;
|
|
5614
|
+
};
|
|
5615
|
+
constructor(map?: {
|
|
5616
|
+
[key: string]: any;
|
|
5617
|
+
});
|
|
5618
|
+
}
|
|
5619
|
+
export declare class ExportWarningResponseBody extends $tea.Model {
|
|
5620
|
+
fileName?: string;
|
|
5621
|
+
id?: number;
|
|
5622
|
+
requestId?: string;
|
|
5623
|
+
static names(): {
|
|
5624
|
+
[key: string]: string;
|
|
5625
|
+
};
|
|
5626
|
+
static types(): {
|
|
5627
|
+
[key: string]: any;
|
|
5628
|
+
};
|
|
5629
|
+
constructor(map?: {
|
|
5630
|
+
[key: string]: any;
|
|
5631
|
+
});
|
|
5632
|
+
}
|
|
5633
|
+
export declare class ExportWarningResponse extends $tea.Model {
|
|
5634
|
+
headers: {
|
|
5635
|
+
[key: string]: string;
|
|
5636
|
+
};
|
|
5637
|
+
body: ExportWarningResponseBody;
|
|
5638
|
+
static names(): {
|
|
5639
|
+
[key: string]: string;
|
|
5640
|
+
};
|
|
5641
|
+
static types(): {
|
|
5642
|
+
[key: string]: any;
|
|
5643
|
+
};
|
|
5644
|
+
constructor(map?: {
|
|
5645
|
+
[key: string]: any;
|
|
5646
|
+
});
|
|
5647
|
+
}
|
|
5534
5648
|
export declare class FixCheckWarningsRequest extends $tea.Model {
|
|
5535
5649
|
checkParams?: string;
|
|
5536
5650
|
lang?: string;
|
|
@@ -7293,6 +7407,59 @@ export declare class QueryGroupIdByGroupNameResponse extends $tea.Model {
|
|
|
7293
7407
|
[key: string]: any;
|
|
7294
7408
|
});
|
|
7295
7409
|
}
|
|
7410
|
+
export declare class QueryGroupedSecurityEventMarkMissListRequest extends $tea.Model {
|
|
7411
|
+
currentPage?: number;
|
|
7412
|
+
eventName?: string;
|
|
7413
|
+
from?: string;
|
|
7414
|
+
lang?: string;
|
|
7415
|
+
maxId?: number;
|
|
7416
|
+
pageSize?: number;
|
|
7417
|
+
remark?: string;
|
|
7418
|
+
sourceIp?: string;
|
|
7419
|
+
static names(): {
|
|
7420
|
+
[key: string]: string;
|
|
7421
|
+
};
|
|
7422
|
+
static types(): {
|
|
7423
|
+
[key: string]: any;
|
|
7424
|
+
};
|
|
7425
|
+
constructor(map?: {
|
|
7426
|
+
[key: string]: any;
|
|
7427
|
+
});
|
|
7428
|
+
}
|
|
7429
|
+
export declare class QueryGroupedSecurityEventMarkMissListResponseBody extends $tea.Model {
|
|
7430
|
+
code?: string;
|
|
7431
|
+
httpStatusCode?: number;
|
|
7432
|
+
list?: QueryGroupedSecurityEventMarkMissListResponseBodyList[];
|
|
7433
|
+
message?: string;
|
|
7434
|
+
pageInfo?: QueryGroupedSecurityEventMarkMissListResponseBodyPageInfo;
|
|
7435
|
+
requestId?: string;
|
|
7436
|
+
success?: boolean;
|
|
7437
|
+
timeCost?: number;
|
|
7438
|
+
static names(): {
|
|
7439
|
+
[key: string]: string;
|
|
7440
|
+
};
|
|
7441
|
+
static types(): {
|
|
7442
|
+
[key: string]: any;
|
|
7443
|
+
};
|
|
7444
|
+
constructor(map?: {
|
|
7445
|
+
[key: string]: any;
|
|
7446
|
+
});
|
|
7447
|
+
}
|
|
7448
|
+
export declare class QueryGroupedSecurityEventMarkMissListResponse extends $tea.Model {
|
|
7449
|
+
headers: {
|
|
7450
|
+
[key: string]: string;
|
|
7451
|
+
};
|
|
7452
|
+
body: QueryGroupedSecurityEventMarkMissListResponseBody;
|
|
7453
|
+
static names(): {
|
|
7454
|
+
[key: string]: string;
|
|
7455
|
+
};
|
|
7456
|
+
static types(): {
|
|
7457
|
+
[key: string]: any;
|
|
7458
|
+
};
|
|
7459
|
+
constructor(map?: {
|
|
7460
|
+
[key: string]: any;
|
|
7461
|
+
});
|
|
7462
|
+
}
|
|
7296
7463
|
export declare class RefreshAssetsRequest extends $tea.Model {
|
|
7297
7464
|
assetType?: string;
|
|
7298
7465
|
static names(): {
|
|
@@ -7729,6 +7896,19 @@ export declare class CreateSimilarSecurityEventsQueryTaskResponseBodyCreateSimil
|
|
|
7729
7896
|
[key: string]: any;
|
|
7730
7897
|
});
|
|
7731
7898
|
}
|
|
7899
|
+
export declare class CreateVulAutoRepairConfigRequestVulAutoRepairConfigList extends $tea.Model {
|
|
7900
|
+
aliasName?: string;
|
|
7901
|
+
name?: string;
|
|
7902
|
+
static names(): {
|
|
7903
|
+
[key: string]: string;
|
|
7904
|
+
};
|
|
7905
|
+
static types(): {
|
|
7906
|
+
[key: string]: any;
|
|
7907
|
+
};
|
|
7908
|
+
constructor(map?: {
|
|
7909
|
+
[key: string]: any;
|
|
7910
|
+
});
|
|
7911
|
+
}
|
|
7732
7912
|
export declare class DescribeAccesskeyLeakListResponseBodyAccessKeyLeakList extends $tea.Model {
|
|
7733
7913
|
accesskeyId?: string;
|
|
7734
7914
|
aliUserName?: string;
|
|
@@ -7753,8 +7933,10 @@ export declare class DescribeAccesskeyLeakListResponseBodyAccessKeyLeakList exte
|
|
|
7753
7933
|
}
|
|
7754
7934
|
export declare class DescribeAffectedMaliciousFileImagesResponseBodyAffectedMaliciousFileImagesResponse extends $tea.Model {
|
|
7755
7935
|
digest?: string;
|
|
7936
|
+
downloadUrl?: string;
|
|
7756
7937
|
filePath?: string;
|
|
7757
7938
|
firstScanTimestamp?: number;
|
|
7939
|
+
highLight?: string;
|
|
7758
7940
|
imageUuid?: string;
|
|
7759
7941
|
latestScanTimestamp?: number;
|
|
7760
7942
|
latestVerifyTimestamp?: number;
|
|
@@ -9175,7 +9357,6 @@ export declare class DescribePropertyCronDetailResponseBodyPageInfo extends $tea
|
|
|
9175
9357
|
}
|
|
9176
9358
|
export declare class DescribePropertyCronDetailResponseBodyPropertys extends $tea.Model {
|
|
9177
9359
|
cmd?: string;
|
|
9178
|
-
create?: string;
|
|
9179
9360
|
createTimestamp?: number;
|
|
9180
9361
|
instanceId?: string;
|
|
9181
9362
|
instanceName?: string;
|
|
@@ -9214,7 +9395,6 @@ export declare class DescribePropertyPortDetailResponseBodyPageInfo extends $tea
|
|
|
9214
9395
|
}
|
|
9215
9396
|
export declare class DescribePropertyPortDetailResponseBodyPropertys extends $tea.Model {
|
|
9216
9397
|
bindIp?: string;
|
|
9217
|
-
create?: string;
|
|
9218
9398
|
createTimestamp?: number;
|
|
9219
9399
|
instanceId?: string;
|
|
9220
9400
|
instanceName?: string;
|
|
@@ -9282,7 +9462,6 @@ export declare class DescribePropertyProcDetailResponseBodyPageInfo extends $tea
|
|
|
9282
9462
|
}
|
|
9283
9463
|
export declare class DescribePropertyProcDetailResponseBodyPropertys extends $tea.Model {
|
|
9284
9464
|
cmdline?: string;
|
|
9285
|
-
create?: string;
|
|
9286
9465
|
createTimestamp?: number;
|
|
9287
9466
|
euidName?: string;
|
|
9288
9467
|
instanceId?: string;
|
|
@@ -9359,7 +9538,6 @@ export declare class DescribePropertyScaDetailResponseBodyPropertys extends $tea
|
|
|
9359
9538
|
cmdline?: string;
|
|
9360
9539
|
configPath?: string;
|
|
9361
9540
|
containerName?: string;
|
|
9362
|
-
create?: string;
|
|
9363
9541
|
createTimestamp?: number;
|
|
9364
9542
|
imageName?: string;
|
|
9365
9543
|
instanceId?: string;
|
|
@@ -9378,6 +9556,7 @@ export declare class DescribePropertyScaDetailResponseBodyPropertys extends $tea
|
|
|
9378
9556
|
processStarted?: number;
|
|
9379
9557
|
processUser?: string;
|
|
9380
9558
|
proof?: string;
|
|
9559
|
+
runtimeEnvVersion?: string;
|
|
9381
9560
|
type?: string;
|
|
9382
9561
|
uuid?: string;
|
|
9383
9562
|
version?: string;
|
|
@@ -9408,7 +9587,6 @@ export declare class DescribePropertySoftwareDetailResponseBodyPageInfo extends
|
|
|
9408
9587
|
});
|
|
9409
9588
|
}
|
|
9410
9589
|
export declare class DescribePropertySoftwareDetailResponseBodyPropertys extends $tea.Model {
|
|
9411
|
-
create?: number;
|
|
9412
9590
|
createTimestamp?: number;
|
|
9413
9591
|
installTime?: string;
|
|
9414
9592
|
installTimeDt?: number;
|
|
@@ -9489,7 +9667,6 @@ export declare class DescribePropertyUserDetailResponseBodyPageInfo extends $tea
|
|
|
9489
9667
|
}
|
|
9490
9668
|
export declare class DescribePropertyUserDetailResponseBodyPropertys extends $tea.Model {
|
|
9491
9669
|
accountsExpirationDate?: string;
|
|
9492
|
-
create?: string;
|
|
9493
9670
|
createTimestamp?: number;
|
|
9494
9671
|
groupNames?: string[];
|
|
9495
9672
|
instanceId?: string;
|
|
@@ -9852,6 +10029,7 @@ export declare class DescribeSecurityEventOperationsResponseBodySecurityEventOpe
|
|
|
9852
10029
|
markMisType?: string;
|
|
9853
10030
|
markMisValue?: string;
|
|
9854
10031
|
supportedMisType?: string[];
|
|
10032
|
+
uuid?: string;
|
|
9855
10033
|
static names(): {
|
|
9856
10034
|
[key: string]: string;
|
|
9857
10035
|
};
|
|
@@ -10214,6 +10392,7 @@ export declare class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model
|
|
|
10214
10392
|
lastTime?: string;
|
|
10215
10393
|
lastTimeStamp?: number;
|
|
10216
10394
|
level?: string;
|
|
10395
|
+
maliciousRuleStatus?: string;
|
|
10217
10396
|
markMisRules?: string;
|
|
10218
10397
|
name?: string;
|
|
10219
10398
|
occurrenceTime?: string;
|
|
@@ -10412,7 +10591,7 @@ export declare class DescribeVulListResponseBodyVulRecordsExtendContentJsonRpmEn
|
|
|
10412
10591
|
fullVersion?: string;
|
|
10413
10592
|
imageName?: string;
|
|
10414
10593
|
matchDetail?: string;
|
|
10415
|
-
matchList?: string;
|
|
10594
|
+
matchList?: string[];
|
|
10416
10595
|
name?: string;
|
|
10417
10596
|
path?: string;
|
|
10418
10597
|
pid?: string;
|
|
@@ -10648,6 +10827,44 @@ export declare class OperateAgentClientInstallResponseBodyAegisCelintInstallResp
|
|
|
10648
10827
|
[key: string]: any;
|
|
10649
10828
|
});
|
|
10650
10829
|
}
|
|
10830
|
+
export declare class QueryGroupedSecurityEventMarkMissListResponseBodyList extends $tea.Model {
|
|
10831
|
+
aliUid?: number;
|
|
10832
|
+
eventName?: string;
|
|
10833
|
+
eventNameOriginal?: string;
|
|
10834
|
+
eventType?: string;
|
|
10835
|
+
eventTypeOriginal?: string;
|
|
10836
|
+
field?: string;
|
|
10837
|
+
fieldValue?: string;
|
|
10838
|
+
filedAliasName?: string;
|
|
10839
|
+
gmtCreate?: number;
|
|
10840
|
+
gmtModified?: number;
|
|
10841
|
+
operate?: string;
|
|
10842
|
+
uuids?: string;
|
|
10843
|
+
static names(): {
|
|
10844
|
+
[key: string]: string;
|
|
10845
|
+
};
|
|
10846
|
+
static types(): {
|
|
10847
|
+
[key: string]: any;
|
|
10848
|
+
};
|
|
10849
|
+
constructor(map?: {
|
|
10850
|
+
[key: string]: any;
|
|
10851
|
+
});
|
|
10852
|
+
}
|
|
10853
|
+
export declare class QueryGroupedSecurityEventMarkMissListResponseBodyPageInfo extends $tea.Model {
|
|
10854
|
+
count?: number;
|
|
10855
|
+
currentPage?: number;
|
|
10856
|
+
pageSize?: number;
|
|
10857
|
+
totalCount?: number;
|
|
10858
|
+
static names(): {
|
|
10859
|
+
[key: string]: string;
|
|
10860
|
+
};
|
|
10861
|
+
static types(): {
|
|
10862
|
+
[key: string]: any;
|
|
10863
|
+
};
|
|
10864
|
+
constructor(map?: {
|
|
10865
|
+
[key: string]: any;
|
|
10866
|
+
});
|
|
10867
|
+
}
|
|
10651
10868
|
export default class Client extends OpenApi {
|
|
10652
10869
|
constructor(config: $OpenApi.Config);
|
|
10653
10870
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
@@ -10667,6 +10884,8 @@ export default class Client extends OpenApi {
|
|
|
10667
10884
|
createServiceLinkedRole(): Promise<CreateServiceLinkedRoleResponse>;
|
|
10668
10885
|
createSimilarSecurityEventsQueryTaskWithOptions(request: CreateSimilarSecurityEventsQueryTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateSimilarSecurityEventsQueryTaskResponse>;
|
|
10669
10886
|
createSimilarSecurityEventsQueryTask(request: CreateSimilarSecurityEventsQueryTaskRequest): Promise<CreateSimilarSecurityEventsQueryTaskResponse>;
|
|
10887
|
+
createVulAutoRepairConfigWithOptions(request: CreateVulAutoRepairConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateVulAutoRepairConfigResponse>;
|
|
10888
|
+
createVulAutoRepairConfig(request: CreateVulAutoRepairConfigRequest): Promise<CreateVulAutoRepairConfigResponse>;
|
|
10670
10889
|
deleteBackupPolicyWithOptions(request: DeleteBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBackupPolicyResponse>;
|
|
10671
10890
|
deleteBackupPolicy(request: DeleteBackupPolicyRequest): Promise<DeleteBackupPolicyResponse>;
|
|
10672
10891
|
deleteBackupPolicyMachineWithOptions(request: DeleteBackupPolicyMachineRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBackupPolicyMachineResponse>;
|
|
@@ -10907,6 +11126,8 @@ export default class Client extends OpenApi {
|
|
|
10907
11126
|
exportRecord(request: ExportRecordRequest): Promise<ExportRecordResponse>;
|
|
10908
11127
|
exportVulWithOptions(request: ExportVulRequest, runtime: $Util.RuntimeOptions): Promise<ExportVulResponse>;
|
|
10909
11128
|
exportVul(request: ExportVulRequest): Promise<ExportVulResponse>;
|
|
11129
|
+
exportWarningWithOptions(request: ExportWarningRequest, runtime: $Util.RuntimeOptions): Promise<ExportWarningResponse>;
|
|
11130
|
+
exportWarning(request: ExportWarningRequest): Promise<ExportWarningResponse>;
|
|
10910
11131
|
fixCheckWarningsWithOptions(request: FixCheckWarningsRequest, runtime: $Util.RuntimeOptions): Promise<FixCheckWarningsResponse>;
|
|
10911
11132
|
fixCheckWarnings(request: FixCheckWarningsRequest): Promise<FixCheckWarningsResponse>;
|
|
10912
11133
|
getBackupStorageCountWithOptions(runtime: $Util.RuntimeOptions): Promise<GetBackupStorageCountResponse>;
|
|
@@ -10989,6 +11210,8 @@ export default class Client extends OpenApi {
|
|
|
10989
11210
|
pauseClient(request: PauseClientRequest): Promise<PauseClientResponse>;
|
|
10990
11211
|
queryGroupIdByGroupNameWithOptions(request: QueryGroupIdByGroupNameRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupIdByGroupNameResponse>;
|
|
10991
11212
|
queryGroupIdByGroupName(request: QueryGroupIdByGroupNameRequest): Promise<QueryGroupIdByGroupNameResponse>;
|
|
11213
|
+
queryGroupedSecurityEventMarkMissListWithOptions(request: QueryGroupedSecurityEventMarkMissListRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupedSecurityEventMarkMissListResponse>;
|
|
11214
|
+
queryGroupedSecurityEventMarkMissList(request: QueryGroupedSecurityEventMarkMissListRequest): Promise<QueryGroupedSecurityEventMarkMissListResponse>;
|
|
10992
11215
|
refreshAssetsWithOptions(request: RefreshAssetsRequest, runtime: $Util.RuntimeOptions): Promise<RefreshAssetsResponse>;
|
|
10993
11216
|
refreshAssets(request: RefreshAssetsRequest): Promise<RefreshAssetsResponse>;
|
|
10994
11217
|
refreshContainerAssetsWithOptions(request: RefreshContainerAssetsRequest, runtime: $Util.RuntimeOptions): Promise<RefreshContainerAssetsResponse>;
|