@alicloud/sas20181203 1.1.9 → 1.1.12
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 +1095 -78
- package/dist/client.js +2129 -180
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2761 -236
package/dist/client.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export declare class AddVpcHoneyPotResponse extends $tea.Model {
|
|
|
32
32
|
headers: {
|
|
33
33
|
[key: string]: string;
|
|
34
34
|
};
|
|
35
|
+
statusCode: number;
|
|
35
36
|
body: AddVpcHoneyPotResponseBody;
|
|
36
37
|
static names(): {
|
|
37
38
|
[key: string]: string;
|
|
@@ -43,6 +44,48 @@ export declare class AddVpcHoneyPotResponse extends $tea.Model {
|
|
|
43
44
|
[key: string]: any;
|
|
44
45
|
});
|
|
45
46
|
}
|
|
47
|
+
export declare class CheckQuaraFileIdRequest extends $tea.Model {
|
|
48
|
+
quaraFileIds?: string[];
|
|
49
|
+
uuid?: string;
|
|
50
|
+
static names(): {
|
|
51
|
+
[key: string]: string;
|
|
52
|
+
};
|
|
53
|
+
static types(): {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
constructor(map?: {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
export declare class CheckQuaraFileIdResponseBody extends $tea.Model {
|
|
61
|
+
data?: boolean;
|
|
62
|
+
requestId?: string;
|
|
63
|
+
static names(): {
|
|
64
|
+
[key: string]: string;
|
|
65
|
+
};
|
|
66
|
+
static types(): {
|
|
67
|
+
[key: string]: any;
|
|
68
|
+
};
|
|
69
|
+
constructor(map?: {
|
|
70
|
+
[key: string]: any;
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
export declare class CheckQuaraFileIdResponse extends $tea.Model {
|
|
74
|
+
headers: {
|
|
75
|
+
[key: string]: string;
|
|
76
|
+
};
|
|
77
|
+
statusCode: number;
|
|
78
|
+
body: CheckQuaraFileIdResponseBody;
|
|
79
|
+
static names(): {
|
|
80
|
+
[key: string]: string;
|
|
81
|
+
};
|
|
82
|
+
static types(): {
|
|
83
|
+
[key: string]: any;
|
|
84
|
+
};
|
|
85
|
+
constructor(map?: {
|
|
86
|
+
[key: string]: any;
|
|
87
|
+
});
|
|
88
|
+
}
|
|
46
89
|
export declare class CheckSecurityEventIdRequest extends $tea.Model {
|
|
47
90
|
securityEventIds?: string[];
|
|
48
91
|
uuid?: string;
|
|
@@ -73,6 +116,7 @@ export declare class CheckSecurityEventIdResponse extends $tea.Model {
|
|
|
73
116
|
headers: {
|
|
74
117
|
[key: string]: string;
|
|
75
118
|
};
|
|
119
|
+
statusCode: number;
|
|
76
120
|
body: CheckSecurityEventIdResponseBody;
|
|
77
121
|
static names(): {
|
|
78
122
|
[key: string]: string;
|
|
@@ -120,6 +164,7 @@ export declare class CreateAntiBruteForceRuleResponse extends $tea.Model {
|
|
|
120
164
|
headers: {
|
|
121
165
|
[key: string]: string;
|
|
122
166
|
};
|
|
167
|
+
statusCode: number;
|
|
123
168
|
body: CreateAntiBruteForceRuleResponseBody;
|
|
124
169
|
static names(): {
|
|
125
170
|
[key: string]: string;
|
|
@@ -181,6 +226,7 @@ export declare class CreateBackupPolicyResponse extends $tea.Model {
|
|
|
181
226
|
headers: {
|
|
182
227
|
[key: string]: string;
|
|
183
228
|
};
|
|
229
|
+
statusCode: number;
|
|
184
230
|
body: CreateBackupPolicyResponseBody;
|
|
185
231
|
static names(): {
|
|
186
232
|
[key: string]: string;
|
|
@@ -223,6 +269,7 @@ export declare class CreateOrUpdateAssetGroupResponse extends $tea.Model {
|
|
|
223
269
|
headers: {
|
|
224
270
|
[key: string]: string;
|
|
225
271
|
};
|
|
272
|
+
statusCode: number;
|
|
226
273
|
body: CreateOrUpdateAssetGroupResponseBody;
|
|
227
274
|
static names(): {
|
|
228
275
|
[key: string]: string;
|
|
@@ -250,6 +297,7 @@ export declare class CreateServiceLinkedRoleResponse extends $tea.Model {
|
|
|
250
297
|
headers: {
|
|
251
298
|
[key: string]: string;
|
|
252
299
|
};
|
|
300
|
+
statusCode: number;
|
|
253
301
|
body: CreateServiceLinkedRoleResponseBody;
|
|
254
302
|
static names(): {
|
|
255
303
|
[key: string]: string;
|
|
@@ -293,6 +341,7 @@ export declare class CreateSimilarSecurityEventsQueryTaskResponse extends $tea.M
|
|
|
293
341
|
headers: {
|
|
294
342
|
[key: string]: string;
|
|
295
343
|
};
|
|
344
|
+
statusCode: number;
|
|
296
345
|
body: CreateSimilarSecurityEventsQueryTaskResponseBody;
|
|
297
346
|
static names(): {
|
|
298
347
|
[key: string]: string;
|
|
@@ -338,6 +387,7 @@ export declare class CreateVulAutoRepairConfigResponse extends $tea.Model {
|
|
|
338
387
|
headers: {
|
|
339
388
|
[key: string]: string;
|
|
340
389
|
};
|
|
390
|
+
statusCode: number;
|
|
341
391
|
body: CreateVulAutoRepairConfigResponseBody;
|
|
342
392
|
static names(): {
|
|
343
393
|
[key: string]: string;
|
|
@@ -378,6 +428,7 @@ export declare class DeleteBackupPolicyResponse extends $tea.Model {
|
|
|
378
428
|
headers: {
|
|
379
429
|
[key: string]: string;
|
|
380
430
|
};
|
|
431
|
+
statusCode: number;
|
|
381
432
|
body: DeleteBackupPolicyResponseBody;
|
|
382
433
|
static names(): {
|
|
383
434
|
[key: string]: string;
|
|
@@ -420,6 +471,7 @@ export declare class DeleteBackupPolicyMachineResponse extends $tea.Model {
|
|
|
420
471
|
headers: {
|
|
421
472
|
[key: string]: string;
|
|
422
473
|
};
|
|
474
|
+
statusCode: number;
|
|
423
475
|
body: DeleteBackupPolicyMachineResponseBody;
|
|
424
476
|
static names(): {
|
|
425
477
|
[key: string]: string;
|
|
@@ -460,6 +512,7 @@ export declare class DeleteGroupResponse extends $tea.Model {
|
|
|
460
512
|
headers: {
|
|
461
513
|
[key: string]: string;
|
|
462
514
|
};
|
|
515
|
+
statusCode: number;
|
|
463
516
|
body: DeleteGroupResponseBody;
|
|
464
517
|
static names(): {
|
|
465
518
|
[key: string]: string;
|
|
@@ -501,6 +554,7 @@ export declare class DeleteLoginBaseConfigResponse extends $tea.Model {
|
|
|
501
554
|
headers: {
|
|
502
555
|
[key: string]: string;
|
|
503
556
|
};
|
|
557
|
+
statusCode: number;
|
|
504
558
|
body: DeleteLoginBaseConfigResponseBody;
|
|
505
559
|
static names(): {
|
|
506
560
|
[key: string]: string;
|
|
@@ -542,6 +596,7 @@ export declare class DeleteStrategyResponse extends $tea.Model {
|
|
|
542
596
|
headers: {
|
|
543
597
|
[key: string]: string;
|
|
544
598
|
};
|
|
599
|
+
statusCode: number;
|
|
545
600
|
body: DeleteStrategyResponseBody;
|
|
546
601
|
static names(): {
|
|
547
602
|
[key: string]: string;
|
|
@@ -582,6 +637,7 @@ export declare class DeleteTagWithUuidResponse extends $tea.Model {
|
|
|
582
637
|
headers: {
|
|
583
638
|
[key: string]: string;
|
|
584
639
|
};
|
|
640
|
+
statusCode: number;
|
|
585
641
|
body: DeleteTagWithUuidResponseBody;
|
|
586
642
|
static names(): {
|
|
587
643
|
[key: string]: string;
|
|
@@ -621,6 +677,7 @@ export declare class DeleteVpcHoneyPotResponse extends $tea.Model {
|
|
|
621
677
|
headers: {
|
|
622
678
|
[key: string]: string;
|
|
623
679
|
};
|
|
680
|
+
statusCode: number;
|
|
624
681
|
body: DeleteVpcHoneyPotResponseBody;
|
|
625
682
|
static names(): {
|
|
626
683
|
[key: string]: string;
|
|
@@ -670,6 +727,7 @@ export declare class DescribeAccesskeyLeakListResponse extends $tea.Model {
|
|
|
670
727
|
headers: {
|
|
671
728
|
[key: string]: string;
|
|
672
729
|
};
|
|
730
|
+
statusCode: number;
|
|
673
731
|
body: DescribeAccesskeyLeakListResponseBody;
|
|
674
732
|
static names(): {
|
|
675
733
|
[key: string]: string;
|
|
@@ -723,6 +781,7 @@ export declare class DescribeAffectedMaliciousFileImagesResponse extends $tea.Mo
|
|
|
723
781
|
headers: {
|
|
724
782
|
[key: string]: string;
|
|
725
783
|
};
|
|
784
|
+
statusCode: number;
|
|
726
785
|
body: DescribeAffectedMaliciousFileImagesResponseBody;
|
|
727
786
|
static names(): {
|
|
728
787
|
[key: string]: string;
|
|
@@ -766,6 +825,7 @@ export declare class DescribeAlarmEventDetailResponse extends $tea.Model {
|
|
|
766
825
|
headers: {
|
|
767
826
|
[key: string]: string;
|
|
768
827
|
};
|
|
828
|
+
statusCode: number;
|
|
769
829
|
body: DescribeAlarmEventDetailResponseBody;
|
|
770
830
|
static names(): {
|
|
771
831
|
[key: string]: string;
|
|
@@ -784,6 +844,7 @@ export declare class DescribeAlarmEventListRequest extends $tea.Model {
|
|
|
784
844
|
dealed?: string;
|
|
785
845
|
from?: string;
|
|
786
846
|
groupId?: string;
|
|
847
|
+
id?: number;
|
|
787
848
|
lang?: string;
|
|
788
849
|
levels?: string;
|
|
789
850
|
operateErrorCodeList?: string[];
|
|
@@ -819,6 +880,7 @@ export declare class DescribeAlarmEventListResponse extends $tea.Model {
|
|
|
819
880
|
headers: {
|
|
820
881
|
[key: string]: string;
|
|
821
882
|
};
|
|
883
|
+
statusCode: number;
|
|
822
884
|
body: DescribeAlarmEventListResponseBody;
|
|
823
885
|
static names(): {
|
|
824
886
|
[key: string]: string;
|
|
@@ -830,6 +892,51 @@ export declare class DescribeAlarmEventListResponse extends $tea.Model {
|
|
|
830
892
|
[key: string]: any;
|
|
831
893
|
});
|
|
832
894
|
}
|
|
895
|
+
export declare class DescribeAlarmEventStackInfoRequest extends $tea.Model {
|
|
896
|
+
eventName?: string;
|
|
897
|
+
lang?: string;
|
|
898
|
+
sourceIp?: string;
|
|
899
|
+
uniqueInfo?: string;
|
|
900
|
+
uuid?: string;
|
|
901
|
+
static names(): {
|
|
902
|
+
[key: string]: string;
|
|
903
|
+
};
|
|
904
|
+
static types(): {
|
|
905
|
+
[key: string]: any;
|
|
906
|
+
};
|
|
907
|
+
constructor(map?: {
|
|
908
|
+
[key: string]: any;
|
|
909
|
+
});
|
|
910
|
+
}
|
|
911
|
+
export declare class DescribeAlarmEventStackInfoResponseBody extends $tea.Model {
|
|
912
|
+
requestId?: string;
|
|
913
|
+
stackInfo?: string;
|
|
914
|
+
static names(): {
|
|
915
|
+
[key: string]: string;
|
|
916
|
+
};
|
|
917
|
+
static types(): {
|
|
918
|
+
[key: string]: any;
|
|
919
|
+
};
|
|
920
|
+
constructor(map?: {
|
|
921
|
+
[key: string]: any;
|
|
922
|
+
});
|
|
923
|
+
}
|
|
924
|
+
export declare class DescribeAlarmEventStackInfoResponse extends $tea.Model {
|
|
925
|
+
headers: {
|
|
926
|
+
[key: string]: string;
|
|
927
|
+
};
|
|
928
|
+
statusCode: number;
|
|
929
|
+
body: DescribeAlarmEventStackInfoResponseBody;
|
|
930
|
+
static names(): {
|
|
931
|
+
[key: string]: string;
|
|
932
|
+
};
|
|
933
|
+
static types(): {
|
|
934
|
+
[key: string]: any;
|
|
935
|
+
};
|
|
936
|
+
constructor(map?: {
|
|
937
|
+
[key: string]: any;
|
|
938
|
+
});
|
|
939
|
+
}
|
|
833
940
|
export declare class DescribeAllEntityResponseBody extends $tea.Model {
|
|
834
941
|
entityList?: DescribeAllEntityResponseBodyEntityList[];
|
|
835
942
|
requestId?: string;
|
|
@@ -847,6 +954,7 @@ export declare class DescribeAllEntityResponse extends $tea.Model {
|
|
|
847
954
|
headers: {
|
|
848
955
|
[key: string]: string;
|
|
849
956
|
};
|
|
957
|
+
statusCode: number;
|
|
850
958
|
body: DescribeAllEntityResponseBody;
|
|
851
959
|
static names(): {
|
|
852
960
|
[key: string]: string;
|
|
@@ -888,6 +996,7 @@ export declare class DescribeAllGroupsResponse extends $tea.Model {
|
|
|
888
996
|
headers: {
|
|
889
997
|
[key: string]: string;
|
|
890
998
|
};
|
|
999
|
+
statusCode: number;
|
|
891
1000
|
body: DescribeAllGroupsResponseBody;
|
|
892
1001
|
static names(): {
|
|
893
1002
|
[key: string]: string;
|
|
@@ -930,6 +1039,7 @@ export declare class DescribeAntiBruteForceRulesResponse extends $tea.Model {
|
|
|
930
1039
|
headers: {
|
|
931
1040
|
[key: string]: string;
|
|
932
1041
|
};
|
|
1042
|
+
statusCode: number;
|
|
933
1043
|
body: DescribeAntiBruteForceRulesResponseBody;
|
|
934
1044
|
static names(): {
|
|
935
1045
|
[key: string]: string;
|
|
@@ -972,6 +1082,7 @@ export declare class DescribeAssetDetailByUuidResponse extends $tea.Model {
|
|
|
972
1082
|
headers: {
|
|
973
1083
|
[key: string]: string;
|
|
974
1084
|
};
|
|
1085
|
+
statusCode: number;
|
|
975
1086
|
body: DescribeAssetDetailByUuidResponseBody;
|
|
976
1087
|
static names(): {
|
|
977
1088
|
[key: string]: string;
|
|
@@ -1012,6 +1123,7 @@ export declare class DescribeAssetDetailByUuidsResponse extends $tea.Model {
|
|
|
1012
1123
|
headers: {
|
|
1013
1124
|
[key: string]: string;
|
|
1014
1125
|
};
|
|
1126
|
+
statusCode: number;
|
|
1015
1127
|
body: DescribeAssetDetailByUuidsResponseBody;
|
|
1016
1128
|
static names(): {
|
|
1017
1129
|
[key: string]: string;
|
|
@@ -1040,6 +1152,7 @@ export declare class DescribeAssetSummaryResponse extends $tea.Model {
|
|
|
1040
1152
|
headers: {
|
|
1041
1153
|
[key: string]: string;
|
|
1042
1154
|
};
|
|
1155
|
+
statusCode: number;
|
|
1043
1156
|
body: DescribeAssetSummaryResponseBody;
|
|
1044
1157
|
static names(): {
|
|
1045
1158
|
[key: string]: string;
|
|
@@ -1090,6 +1203,7 @@ export declare class DescribeAttackAnalysisDataResponse extends $tea.Model {
|
|
|
1090
1203
|
headers: {
|
|
1091
1204
|
[key: string]: string;
|
|
1092
1205
|
};
|
|
1206
|
+
statusCode: number;
|
|
1093
1207
|
body: DescribeAttackAnalysisDataResponseBody;
|
|
1094
1208
|
static names(): {
|
|
1095
1209
|
[key: string]: string;
|
|
@@ -1118,6 +1232,7 @@ export declare class DescribeAutoDelConfigResponse extends $tea.Model {
|
|
|
1118
1232
|
headers: {
|
|
1119
1233
|
[key: string]: string;
|
|
1120
1234
|
};
|
|
1235
|
+
statusCode: number;
|
|
1121
1236
|
body: DescribeAutoDelConfigResponseBody;
|
|
1122
1237
|
static names(): {
|
|
1123
1238
|
[key: string]: string;
|
|
@@ -1158,6 +1273,7 @@ export declare class DescribeBackupClientsResponse extends $tea.Model {
|
|
|
1158
1273
|
headers: {
|
|
1159
1274
|
[key: string]: string;
|
|
1160
1275
|
};
|
|
1276
|
+
statusCode: number;
|
|
1161
1277
|
body: DescribeBackupClientsResponseBody;
|
|
1162
1278
|
static names(): {
|
|
1163
1279
|
[key: string]: string;
|
|
@@ -1203,6 +1319,7 @@ export declare class DescribeBackupFilesResponse extends $tea.Model {
|
|
|
1203
1319
|
headers: {
|
|
1204
1320
|
[key: string]: string;
|
|
1205
1321
|
};
|
|
1322
|
+
statusCode: number;
|
|
1206
1323
|
body: DescribeBackupFilesResponseBody;
|
|
1207
1324
|
static names(): {
|
|
1208
1325
|
[key: string]: string;
|
|
@@ -1248,6 +1365,7 @@ export declare class DescribeBackupPoliciesResponse extends $tea.Model {
|
|
|
1248
1365
|
headers: {
|
|
1249
1366
|
[key: string]: string;
|
|
1250
1367
|
};
|
|
1368
|
+
statusCode: number;
|
|
1251
1369
|
body: DescribeBackupPoliciesResponseBody;
|
|
1252
1370
|
static names(): {
|
|
1253
1371
|
[key: string]: string;
|
|
@@ -1276,6 +1394,7 @@ export declare class DescribeBackupRestoreCountResponse extends $tea.Model {
|
|
|
1276
1394
|
headers: {
|
|
1277
1395
|
[key: string]: string;
|
|
1278
1396
|
};
|
|
1397
|
+
statusCode: number;
|
|
1279
1398
|
body: DescribeBackupRestoreCountResponseBody;
|
|
1280
1399
|
static names(): {
|
|
1281
1400
|
[key: string]: string;
|
|
@@ -1317,6 +1436,7 @@ export declare class DescribeBruteForceSummaryResponse extends $tea.Model {
|
|
|
1317
1436
|
headers: {
|
|
1318
1437
|
[key: string]: string;
|
|
1319
1438
|
};
|
|
1439
|
+
statusCode: number;
|
|
1320
1440
|
body: DescribeBruteForceSummaryResponseBody;
|
|
1321
1441
|
static names(): {
|
|
1322
1442
|
[key: string]: string;
|
|
@@ -1359,6 +1479,7 @@ export declare class DescribeCheckEcsWarningsResponse extends $tea.Model {
|
|
|
1359
1479
|
headers: {
|
|
1360
1480
|
[key: string]: string;
|
|
1361
1481
|
};
|
|
1482
|
+
statusCode: number;
|
|
1362
1483
|
body: DescribeCheckEcsWarningsResponseBody;
|
|
1363
1484
|
static names(): {
|
|
1364
1485
|
[key: string]: string;
|
|
@@ -1407,6 +1528,7 @@ export declare class DescribeCheckWarningDetailResponse extends $tea.Model {
|
|
|
1407
1528
|
headers: {
|
|
1408
1529
|
[key: string]: string;
|
|
1409
1530
|
};
|
|
1531
|
+
statusCode: number;
|
|
1410
1532
|
body: DescribeCheckWarningDetailResponseBody;
|
|
1411
1533
|
static names(): {
|
|
1412
1534
|
[key: string]: string;
|
|
@@ -1464,6 +1586,7 @@ export declare class DescribeCheckWarningSummaryResponse extends $tea.Model {
|
|
|
1464
1586
|
headers: {
|
|
1465
1587
|
[key: string]: string;
|
|
1466
1588
|
};
|
|
1589
|
+
statusCode: number;
|
|
1467
1590
|
body: DescribeCheckWarningSummaryResponseBody;
|
|
1468
1591
|
static names(): {
|
|
1469
1592
|
[key: string]: string;
|
|
@@ -1514,6 +1637,7 @@ export declare class DescribeCheckWarningsResponse extends $tea.Model {
|
|
|
1514
1637
|
headers: {
|
|
1515
1638
|
[key: string]: string;
|
|
1516
1639
|
};
|
|
1640
|
+
statusCode: number;
|
|
1517
1641
|
body: DescribeCheckWarningsResponseBody;
|
|
1518
1642
|
static names(): {
|
|
1519
1643
|
[key: string]: string;
|
|
@@ -1563,6 +1687,7 @@ export declare class DescribeCloudCenterInstancesResponse extends $tea.Model {
|
|
|
1563
1687
|
headers: {
|
|
1564
1688
|
[key: string]: string;
|
|
1565
1689
|
};
|
|
1690
|
+
statusCode: number;
|
|
1566
1691
|
body: DescribeCloudCenterInstancesResponseBody;
|
|
1567
1692
|
static names(): {
|
|
1568
1693
|
[key: string]: string;
|
|
@@ -1591,6 +1716,7 @@ export declare class DescribeCloudProductFieldStatisticsResponse extends $tea.Mo
|
|
|
1591
1716
|
headers: {
|
|
1592
1717
|
[key: string]: string;
|
|
1593
1718
|
};
|
|
1719
|
+
statusCode: number;
|
|
1594
1720
|
body: DescribeCloudProductFieldStatisticsResponseBody;
|
|
1595
1721
|
static names(): {
|
|
1596
1722
|
[key: string]: string;
|
|
@@ -1631,6 +1757,7 @@ export declare class DescribeConcernNecessityResponse extends $tea.Model {
|
|
|
1631
1757
|
headers: {
|
|
1632
1758
|
[key: string]: string;
|
|
1633
1759
|
};
|
|
1760
|
+
statusCode: number;
|
|
1634
1761
|
body: DescribeConcernNecessityResponseBody;
|
|
1635
1762
|
static names(): {
|
|
1636
1763
|
[key: string]: string;
|
|
@@ -1671,6 +1798,7 @@ export declare class DescribeContainerStatisticsResponse extends $tea.Model {
|
|
|
1671
1798
|
headers: {
|
|
1672
1799
|
[key: string]: string;
|
|
1673
1800
|
};
|
|
1801
|
+
statusCode: number;
|
|
1674
1802
|
body: DescribeContainerStatisticsResponseBody;
|
|
1675
1803
|
static names(): {
|
|
1676
1804
|
[key: string]: string;
|
|
@@ -1713,6 +1841,7 @@ export declare class DescribeCriteriaResponse extends $tea.Model {
|
|
|
1713
1841
|
headers: {
|
|
1714
1842
|
[key: string]: string;
|
|
1715
1843
|
};
|
|
1844
|
+
statusCode: number;
|
|
1716
1845
|
body: DescribeCriteriaResponseBody;
|
|
1717
1846
|
static names(): {
|
|
1718
1847
|
[key: string]: string;
|
|
@@ -1756,6 +1885,7 @@ export declare class DescribeDingTalkResponse extends $tea.Model {
|
|
|
1756
1885
|
headers: {
|
|
1757
1886
|
[key: string]: string;
|
|
1758
1887
|
};
|
|
1888
|
+
statusCode: number;
|
|
1759
1889
|
body: DescribeDingTalkResponseBody;
|
|
1760
1890
|
static names(): {
|
|
1761
1891
|
[key: string]: string;
|
|
@@ -1798,6 +1928,7 @@ export declare class DescribeDomainCountResponse extends $tea.Model {
|
|
|
1798
1928
|
headers: {
|
|
1799
1929
|
[key: string]: string;
|
|
1800
1930
|
};
|
|
1931
|
+
statusCode: number;
|
|
1801
1932
|
body: DescribeDomainCountResponseBody;
|
|
1802
1933
|
static names(): {
|
|
1803
1934
|
[key: string]: string;
|
|
@@ -1843,6 +1974,7 @@ export declare class DescribeDomainDetailResponse extends $tea.Model {
|
|
|
1843
1974
|
headers: {
|
|
1844
1975
|
[key: string]: string;
|
|
1845
1976
|
};
|
|
1977
|
+
statusCode: number;
|
|
1846
1978
|
body: DescribeDomainDetailResponseBody;
|
|
1847
1979
|
static names(): {
|
|
1848
1980
|
[key: string]: string;
|
|
@@ -1888,6 +2020,7 @@ export declare class DescribeDomainListResponse extends $tea.Model {
|
|
|
1888
2020
|
headers: {
|
|
1889
2021
|
[key: string]: string;
|
|
1890
2022
|
};
|
|
2023
|
+
statusCode: number;
|
|
1891
2024
|
body: DescribeDomainListResponseBody;
|
|
1892
2025
|
static names(): {
|
|
1893
2026
|
[key: string]: string;
|
|
@@ -1900,6 +2033,7 @@ export declare class DescribeDomainListResponse extends $tea.Model {
|
|
|
1900
2033
|
});
|
|
1901
2034
|
}
|
|
1902
2035
|
export declare class DescribeEmgVulItemRequest extends $tea.Model {
|
|
2036
|
+
checkType?: number;
|
|
1903
2037
|
currentPage?: number;
|
|
1904
2038
|
lang?: string;
|
|
1905
2039
|
pageSize?: number;
|
|
@@ -1936,6 +2070,7 @@ export declare class DescribeEmgVulItemResponse extends $tea.Model {
|
|
|
1936
2070
|
headers: {
|
|
1937
2071
|
[key: string]: string;
|
|
1938
2072
|
};
|
|
2073
|
+
statusCode: number;
|
|
1939
2074
|
body: DescribeEmgVulItemResponseBody;
|
|
1940
2075
|
static names(): {
|
|
1941
2076
|
[key: string]: string;
|
|
@@ -1983,6 +2118,7 @@ export declare class DescribeExportInfoResponse extends $tea.Model {
|
|
|
1983
2118
|
headers: {
|
|
1984
2119
|
[key: string]: string;
|
|
1985
2120
|
};
|
|
2121
|
+
statusCode: number;
|
|
1986
2122
|
body: DescribeExportInfoResponseBody;
|
|
1987
2123
|
static names(): {
|
|
1988
2124
|
[key: string]: string;
|
|
@@ -2023,6 +2159,7 @@ export declare class DescribeExposedInstanceCriteriaResponse extends $tea.Model
|
|
|
2023
2159
|
headers: {
|
|
2024
2160
|
[key: string]: string;
|
|
2025
2161
|
};
|
|
2162
|
+
statusCode: number;
|
|
2026
2163
|
body: DescribeExposedInstanceCriteriaResponseBody;
|
|
2027
2164
|
static names(): {
|
|
2028
2165
|
[key: string]: string;
|
|
@@ -2063,6 +2200,7 @@ export declare class DescribeExposedInstanceDetailResponse extends $tea.Model {
|
|
|
2063
2200
|
headers: {
|
|
2064
2201
|
[key: string]: string;
|
|
2065
2202
|
};
|
|
2203
|
+
statusCode: number;
|
|
2066
2204
|
body: DescribeExposedInstanceDetailResponseBody;
|
|
2067
2205
|
static names(): {
|
|
2068
2206
|
[key: string]: string;
|
|
@@ -2113,6 +2251,7 @@ export declare class DescribeExposedInstanceListResponse extends $tea.Model {
|
|
|
2113
2251
|
headers: {
|
|
2114
2252
|
[key: string]: string;
|
|
2115
2253
|
};
|
|
2254
|
+
statusCode: number;
|
|
2116
2255
|
body: DescribeExposedInstanceListResponseBody;
|
|
2117
2256
|
static names(): {
|
|
2118
2257
|
[key: string]: string;
|
|
@@ -2149,6 +2288,7 @@ export declare class DescribeExposedStatisticsResponse extends $tea.Model {
|
|
|
2149
2288
|
headers: {
|
|
2150
2289
|
[key: string]: string;
|
|
2151
2290
|
};
|
|
2291
|
+
statusCode: number;
|
|
2152
2292
|
body: DescribeExposedStatisticsResponseBody;
|
|
2153
2293
|
static names(): {
|
|
2154
2294
|
[key: string]: string;
|
|
@@ -2194,6 +2334,7 @@ export declare class DescribeExposedStatisticsDetailResponse extends $tea.Model
|
|
|
2194
2334
|
headers: {
|
|
2195
2335
|
[key: string]: string;
|
|
2196
2336
|
};
|
|
2337
|
+
statusCode: number;
|
|
2197
2338
|
body: DescribeExposedStatisticsDetailResponseBody;
|
|
2198
2339
|
static names(): {
|
|
2199
2340
|
[key: string]: string;
|
|
@@ -2235,6 +2376,7 @@ export declare class DescribeFieldStatisticsResponse extends $tea.Model {
|
|
|
2235
2376
|
headers: {
|
|
2236
2377
|
[key: string]: string;
|
|
2237
2378
|
};
|
|
2379
|
+
statusCode: number;
|
|
2238
2380
|
body: DescribeFieldStatisticsResponseBody;
|
|
2239
2381
|
static names(): {
|
|
2240
2382
|
[key: string]: string;
|
|
@@ -2246,6 +2388,49 @@ export declare class DescribeFieldStatisticsResponse extends $tea.Model {
|
|
|
2246
2388
|
[key: string]: any;
|
|
2247
2389
|
});
|
|
2248
2390
|
}
|
|
2391
|
+
export declare class DescribeFrontVulPatchListRequest extends $tea.Model {
|
|
2392
|
+
info?: string;
|
|
2393
|
+
operateType?: string;
|
|
2394
|
+
type?: string;
|
|
2395
|
+
static names(): {
|
|
2396
|
+
[key: string]: string;
|
|
2397
|
+
};
|
|
2398
|
+
static types(): {
|
|
2399
|
+
[key: string]: any;
|
|
2400
|
+
};
|
|
2401
|
+
constructor(map?: {
|
|
2402
|
+
[key: string]: any;
|
|
2403
|
+
});
|
|
2404
|
+
}
|
|
2405
|
+
export declare class DescribeFrontVulPatchListResponseBody extends $tea.Model {
|
|
2406
|
+
frontPatchList?: DescribeFrontVulPatchListResponseBodyFrontPatchList[];
|
|
2407
|
+
requestId?: string;
|
|
2408
|
+
static names(): {
|
|
2409
|
+
[key: string]: string;
|
|
2410
|
+
};
|
|
2411
|
+
static types(): {
|
|
2412
|
+
[key: string]: any;
|
|
2413
|
+
};
|
|
2414
|
+
constructor(map?: {
|
|
2415
|
+
[key: string]: any;
|
|
2416
|
+
});
|
|
2417
|
+
}
|
|
2418
|
+
export declare class DescribeFrontVulPatchListResponse extends $tea.Model {
|
|
2419
|
+
headers: {
|
|
2420
|
+
[key: string]: string;
|
|
2421
|
+
};
|
|
2422
|
+
statusCode: number;
|
|
2423
|
+
body: DescribeFrontVulPatchListResponseBody;
|
|
2424
|
+
static names(): {
|
|
2425
|
+
[key: string]: string;
|
|
2426
|
+
};
|
|
2427
|
+
static types(): {
|
|
2428
|
+
[key: string]: any;
|
|
2429
|
+
};
|
|
2430
|
+
constructor(map?: {
|
|
2431
|
+
[key: string]: any;
|
|
2432
|
+
});
|
|
2433
|
+
}
|
|
2249
2434
|
export declare class DescribeGroupedContainerInstancesRequest extends $tea.Model {
|
|
2250
2435
|
criteria?: string;
|
|
2251
2436
|
currentPage?: number;
|
|
@@ -2281,6 +2466,7 @@ export declare class DescribeGroupedContainerInstancesResponse extends $tea.Mode
|
|
|
2281
2466
|
headers: {
|
|
2282
2467
|
[key: string]: string;
|
|
2283
2468
|
};
|
|
2469
|
+
statusCode: number;
|
|
2284
2470
|
body: DescribeGroupedContainerInstancesResponseBody;
|
|
2285
2471
|
static names(): {
|
|
2286
2472
|
[key: string]: string;
|
|
@@ -2328,6 +2514,7 @@ export declare class DescribeGroupedInstancesResponse extends $tea.Model {
|
|
|
2328
2514
|
headers: {
|
|
2329
2515
|
[key: string]: string;
|
|
2330
2516
|
};
|
|
2517
|
+
statusCode: number;
|
|
2331
2518
|
body: DescribeGroupedInstancesResponseBody;
|
|
2332
2519
|
static names(): {
|
|
2333
2520
|
[key: string]: string;
|
|
@@ -2382,6 +2569,7 @@ export declare class DescribeGroupedMaliciousFilesResponse extends $tea.Model {
|
|
|
2382
2569
|
headers: {
|
|
2383
2570
|
[key: string]: string;
|
|
2384
2571
|
};
|
|
2572
|
+
statusCode: number;
|
|
2385
2573
|
body: DescribeGroupedMaliciousFilesResponseBody;
|
|
2386
2574
|
static names(): {
|
|
2387
2575
|
[key: string]: string;
|
|
@@ -2425,6 +2613,7 @@ export declare class DescribeGroupedTagsResponse extends $tea.Model {
|
|
|
2425
2613
|
headers: {
|
|
2426
2614
|
[key: string]: string;
|
|
2427
2615
|
};
|
|
2616
|
+
statusCode: number;
|
|
2428
2617
|
body: DescribeGroupedTagsResponseBody;
|
|
2429
2618
|
static names(): {
|
|
2430
2619
|
[key: string]: string;
|
|
@@ -2478,6 +2667,7 @@ export declare class DescribeGroupedVulResponse extends $tea.Model {
|
|
|
2478
2667
|
headers: {
|
|
2479
2668
|
[key: string]: string;
|
|
2480
2669
|
};
|
|
2670
|
+
statusCode: number;
|
|
2481
2671
|
body: DescribeGroupedVulResponseBody;
|
|
2482
2672
|
static names(): {
|
|
2483
2673
|
[key: string]: string;
|
|
@@ -2507,6 +2697,7 @@ export declare class DescribeHoneyPotAuthResponse extends $tea.Model {
|
|
|
2507
2697
|
headers: {
|
|
2508
2698
|
[key: string]: string;
|
|
2509
2699
|
};
|
|
2700
|
+
statusCode: number;
|
|
2510
2701
|
body: DescribeHoneyPotAuthResponseBody;
|
|
2511
2702
|
static names(): {
|
|
2512
2703
|
[key: string]: string;
|
|
@@ -2549,6 +2740,7 @@ export declare class DescribeHoneyPotSuspStatisticsResponse extends $tea.Model {
|
|
|
2549
2740
|
headers: {
|
|
2550
2741
|
[key: string]: string;
|
|
2551
2742
|
};
|
|
2743
|
+
statusCode: number;
|
|
2552
2744
|
body: DescribeHoneyPotSuspStatisticsResponseBody;
|
|
2553
2745
|
static names(): {
|
|
2554
2746
|
[key: string]: string;
|
|
@@ -2596,6 +2788,7 @@ export declare class DescribeImageBaselineCheckSummaryResponse extends $tea.Mode
|
|
|
2596
2788
|
headers: {
|
|
2597
2789
|
[key: string]: string;
|
|
2598
2790
|
};
|
|
2791
|
+
statusCode: number;
|
|
2599
2792
|
body: DescribeImageBaselineCheckSummaryResponseBody;
|
|
2600
2793
|
static names(): {
|
|
2601
2794
|
[key: string]: string;
|
|
@@ -2641,6 +2834,7 @@ export declare class DescribeImageFixTaskResponse extends $tea.Model {
|
|
|
2641
2834
|
headers: {
|
|
2642
2835
|
[key: string]: string;
|
|
2643
2836
|
};
|
|
2837
|
+
statusCode: number;
|
|
2644
2838
|
body: DescribeImageFixTaskResponseBody;
|
|
2645
2839
|
static names(): {
|
|
2646
2840
|
[key: string]: string;
|
|
@@ -2704,6 +2898,7 @@ export declare class DescribeImageGroupedVulListResponse extends $tea.Model {
|
|
|
2704
2898
|
headers: {
|
|
2705
2899
|
[key: string]: string;
|
|
2706
2900
|
};
|
|
2901
|
+
statusCode: number;
|
|
2707
2902
|
body: DescribeImageGroupedVulListResponseBody;
|
|
2708
2903
|
static names(): {
|
|
2709
2904
|
[key: string]: string;
|
|
@@ -2755,6 +2950,7 @@ export declare class DescribeImageListWithBaselineNameResponse extends $tea.Mode
|
|
|
2755
2950
|
headers: {
|
|
2756
2951
|
[key: string]: string;
|
|
2757
2952
|
};
|
|
2953
|
+
statusCode: number;
|
|
2758
2954
|
body: DescribeImageListWithBaselineNameResponseBody;
|
|
2759
2955
|
static names(): {
|
|
2760
2956
|
[key: string]: string;
|
|
@@ -2783,6 +2979,7 @@ export declare class DescribeImageScanAuthCountResponse extends $tea.Model {
|
|
|
2783
2979
|
headers: {
|
|
2784
2980
|
[key: string]: string;
|
|
2785
2981
|
};
|
|
2982
|
+
statusCode: number;
|
|
2786
2983
|
body: DescribeImageScanAuthCountResponseBody;
|
|
2787
2984
|
static names(): {
|
|
2788
2985
|
[key: string]: string;
|
|
@@ -2812,6 +3009,7 @@ export declare class DescribeImageStatisticsResponse extends $tea.Model {
|
|
|
2812
3009
|
headers: {
|
|
2813
3010
|
[key: string]: string;
|
|
2814
3011
|
};
|
|
3012
|
+
statusCode: number;
|
|
2815
3013
|
body: DescribeImageStatisticsResponseBody;
|
|
2816
3014
|
static names(): {
|
|
2817
3015
|
[key: string]: string;
|
|
@@ -2874,6 +3072,7 @@ export declare class DescribeImageVulListResponse extends $tea.Model {
|
|
|
2874
3072
|
headers: {
|
|
2875
3073
|
[key: string]: string;
|
|
2876
3074
|
};
|
|
3075
|
+
statusCode: number;
|
|
2877
3076
|
body: DescribeImageVulListResponseBody;
|
|
2878
3077
|
static names(): {
|
|
2879
3078
|
[key: string]: string;
|
|
@@ -2917,6 +3116,7 @@ export declare class DescribeInstallCaptchaResponse extends $tea.Model {
|
|
|
2917
3116
|
headers: {
|
|
2918
3117
|
[key: string]: string;
|
|
2919
3118
|
};
|
|
3119
|
+
statusCode: number;
|
|
2920
3120
|
body: DescribeInstallCaptchaResponseBody;
|
|
2921
3121
|
static names(): {
|
|
2922
3122
|
[key: string]: string;
|
|
@@ -2945,6 +3145,7 @@ export declare class DescribeInstallCodesResponse extends $tea.Model {
|
|
|
2945
3145
|
headers: {
|
|
2946
3146
|
[key: string]: string;
|
|
2947
3147
|
};
|
|
3148
|
+
statusCode: number;
|
|
2948
3149
|
body: DescribeInstallCodesResponseBody;
|
|
2949
3150
|
static names(): {
|
|
2950
3151
|
[key: string]: string;
|
|
@@ -2988,6 +3189,7 @@ export declare class DescribeInstanceAntiBruteForceRulesResponse extends $tea.Mo
|
|
|
2988
3189
|
headers: {
|
|
2989
3190
|
[key: string]: string;
|
|
2990
3191
|
};
|
|
3192
|
+
statusCode: number;
|
|
2991
3193
|
body: DescribeInstanceAntiBruteForceRulesResponseBody;
|
|
2992
3194
|
static names(): {
|
|
2993
3195
|
[key: string]: string;
|
|
@@ -3031,6 +3233,7 @@ export declare class DescribeInstanceStatisticsResponse extends $tea.Model {
|
|
|
3031
3233
|
headers: {
|
|
3032
3234
|
[key: string]: string;
|
|
3033
3235
|
};
|
|
3236
|
+
statusCode: number;
|
|
3034
3237
|
body: DescribeInstanceStatisticsResponseBody;
|
|
3035
3238
|
static names(): {
|
|
3036
3239
|
[key: string]: string;
|
|
@@ -3077,6 +3280,7 @@ export declare class DescribeLoginBaseConfigsResponse extends $tea.Model {
|
|
|
3077
3280
|
headers: {
|
|
3078
3281
|
[key: string]: string;
|
|
3079
3282
|
};
|
|
3283
|
+
statusCode: number;
|
|
3080
3284
|
body: DescribeLoginBaseConfigsResponseBody;
|
|
3081
3285
|
static names(): {
|
|
3082
3286
|
[key: string]: string;
|
|
@@ -3121,6 +3325,7 @@ export declare class DescribeLogstoreStorageResponse extends $tea.Model {
|
|
|
3121
3325
|
headers: {
|
|
3122
3326
|
[key: string]: string;
|
|
3123
3327
|
};
|
|
3328
|
+
statusCode: number;
|
|
3124
3329
|
body: DescribeLogstoreStorageResponseBody;
|
|
3125
3330
|
static names(): {
|
|
3126
3331
|
[key: string]: string;
|
|
@@ -3152,6 +3357,7 @@ export declare class DescribeModuleConfigResponse extends $tea.Model {
|
|
|
3152
3357
|
headers: {
|
|
3153
3358
|
[key: string]: string;
|
|
3154
3359
|
};
|
|
3360
|
+
statusCode: number;
|
|
3155
3361
|
body: DescribeModuleConfigResponseBody;
|
|
3156
3362
|
static names(): {
|
|
3157
3363
|
[key: string]: string;
|
|
@@ -3192,6 +3398,7 @@ export declare class DescribeNoticeConfigResponse extends $tea.Model {
|
|
|
3192
3398
|
headers: {
|
|
3193
3399
|
[key: string]: string;
|
|
3194
3400
|
};
|
|
3401
|
+
statusCode: number;
|
|
3195
3402
|
body: DescribeNoticeConfigResponseBody;
|
|
3196
3403
|
static names(): {
|
|
3197
3404
|
[key: string]: string;
|
|
@@ -3243,6 +3450,7 @@ export declare class DescribePropertyCountResponse extends $tea.Model {
|
|
|
3243
3450
|
headers: {
|
|
3244
3451
|
[key: string]: string;
|
|
3245
3452
|
};
|
|
3453
|
+
statusCode: number;
|
|
3246
3454
|
body: DescribePropertyCountResponseBody;
|
|
3247
3455
|
static names(): {
|
|
3248
3456
|
[key: string]: string;
|
|
@@ -3290,6 +3498,7 @@ export declare class DescribePropertyCronDetailResponse extends $tea.Model {
|
|
|
3290
3498
|
headers: {
|
|
3291
3499
|
[key: string]: string;
|
|
3292
3500
|
};
|
|
3501
|
+
statusCode: number;
|
|
3293
3502
|
body: DescribePropertyCronDetailResponseBody;
|
|
3294
3503
|
static names(): {
|
|
3295
3504
|
[key: string]: string;
|
|
@@ -3338,6 +3547,7 @@ export declare class DescribePropertyPortDetailResponse extends $tea.Model {
|
|
|
3338
3547
|
headers: {
|
|
3339
3548
|
[key: string]: string;
|
|
3340
3549
|
};
|
|
3550
|
+
statusCode: number;
|
|
3341
3551
|
body: DescribePropertyPortDetailResponseBody;
|
|
3342
3552
|
static names(): {
|
|
3343
3553
|
[key: string]: string;
|
|
@@ -3382,6 +3592,7 @@ export declare class DescribePropertyPortItemResponse extends $tea.Model {
|
|
|
3382
3592
|
headers: {
|
|
3383
3593
|
[key: string]: string;
|
|
3384
3594
|
};
|
|
3595
|
+
statusCode: number;
|
|
3385
3596
|
body: DescribePropertyPortItemResponseBody;
|
|
3386
3597
|
static names(): {
|
|
3387
3598
|
[key: string]: string;
|
|
@@ -3432,6 +3643,7 @@ export declare class DescribePropertyProcDetailResponse extends $tea.Model {
|
|
|
3432
3643
|
headers: {
|
|
3433
3644
|
[key: string]: string;
|
|
3434
3645
|
};
|
|
3646
|
+
statusCode: number;
|
|
3435
3647
|
body: DescribePropertyProcDetailResponseBody;
|
|
3436
3648
|
static names(): {
|
|
3437
3649
|
[key: string]: string;
|
|
@@ -3476,6 +3688,7 @@ export declare class DescribePropertyProcItemResponse extends $tea.Model {
|
|
|
3476
3688
|
headers: {
|
|
3477
3689
|
[key: string]: string;
|
|
3478
3690
|
};
|
|
3691
|
+
statusCode: number;
|
|
3479
3692
|
body: DescribePropertyProcItemResponseBody;
|
|
3480
3693
|
static names(): {
|
|
3481
3694
|
[key: string]: string;
|
|
@@ -3536,6 +3749,7 @@ export declare class DescribePropertyScaDetailResponse extends $tea.Model {
|
|
|
3536
3749
|
headers: {
|
|
3537
3750
|
[key: string]: string;
|
|
3538
3751
|
};
|
|
3752
|
+
statusCode: number;
|
|
3539
3753
|
body: DescribePropertyScaDetailResponseBody;
|
|
3540
3754
|
static names(): {
|
|
3541
3755
|
[key: string]: string;
|
|
@@ -3586,6 +3800,7 @@ export declare class DescribePropertySoftwareDetailResponse extends $tea.Model {
|
|
|
3586
3800
|
headers: {
|
|
3587
3801
|
[key: string]: string;
|
|
3588
3802
|
};
|
|
3803
|
+
statusCode: number;
|
|
3589
3804
|
body: DescribePropertySoftwareDetailResponseBody;
|
|
3590
3805
|
static names(): {
|
|
3591
3806
|
[key: string]: string;
|
|
@@ -3630,6 +3845,7 @@ export declare class DescribePropertySoftwareItemResponse extends $tea.Model {
|
|
|
3630
3845
|
headers: {
|
|
3631
3846
|
[key: string]: string;
|
|
3632
3847
|
};
|
|
3848
|
+
statusCode: number;
|
|
3633
3849
|
body: DescribePropertySoftwareItemResponseBody;
|
|
3634
3850
|
static names(): {
|
|
3635
3851
|
[key: string]: string;
|
|
@@ -3672,6 +3888,7 @@ export declare class DescribePropertyUsageNewestResponse extends $tea.Model {
|
|
|
3672
3888
|
headers: {
|
|
3673
3889
|
[key: string]: string;
|
|
3674
3890
|
};
|
|
3891
|
+
statusCode: number;
|
|
3675
3892
|
body: DescribePropertyUsageNewestResponseBody;
|
|
3676
3893
|
static names(): {
|
|
3677
3894
|
[key: string]: string;
|
|
@@ -3721,6 +3938,7 @@ export declare class DescribePropertyUserDetailResponse extends $tea.Model {
|
|
|
3721
3938
|
headers: {
|
|
3722
3939
|
[key: string]: string;
|
|
3723
3940
|
};
|
|
3941
|
+
statusCode: number;
|
|
3724
3942
|
body: DescribePropertyUserDetailResponseBody;
|
|
3725
3943
|
static names(): {
|
|
3726
3944
|
[key: string]: string;
|
|
@@ -3765,6 +3983,7 @@ export declare class DescribePropertyUserItemResponse extends $tea.Model {
|
|
|
3765
3983
|
headers: {
|
|
3766
3984
|
[key: string]: string;
|
|
3767
3985
|
};
|
|
3986
|
+
statusCode: number;
|
|
3768
3987
|
body: DescribePropertyUserItemResponseBody;
|
|
3769
3988
|
static names(): {
|
|
3770
3989
|
[key: string]: string;
|
|
@@ -3809,6 +4028,7 @@ export declare class DescribeRestoreJobsResponse extends $tea.Model {
|
|
|
3809
4028
|
headers: {
|
|
3810
4029
|
[key: string]: string;
|
|
3811
4030
|
};
|
|
4031
|
+
statusCode: number;
|
|
3812
4032
|
body: DescribeRestoreJobsResponseBody;
|
|
3813
4033
|
static names(): {
|
|
3814
4034
|
[key: string]: string;
|
|
@@ -3854,6 +4074,7 @@ export declare class DescribeRiskCheckItemResultResponse extends $tea.Model {
|
|
|
3854
4074
|
headers: {
|
|
3855
4075
|
[key: string]: string;
|
|
3856
4076
|
};
|
|
4077
|
+
statusCode: number;
|
|
3857
4078
|
body: DescribeRiskCheckItemResultResponseBody;
|
|
3858
4079
|
static names(): {
|
|
3859
4080
|
[key: string]: string;
|
|
@@ -3910,6 +4131,7 @@ export declare class DescribeRiskCheckResultResponse extends $tea.Model {
|
|
|
3910
4131
|
headers: {
|
|
3911
4132
|
[key: string]: string;
|
|
3912
4133
|
};
|
|
4134
|
+
statusCode: number;
|
|
3913
4135
|
body: DescribeRiskCheckResultResponseBody;
|
|
3914
4136
|
static names(): {
|
|
3915
4137
|
[key: string]: string;
|
|
@@ -3953,6 +4175,7 @@ export declare class DescribeRiskCheckSummaryResponse extends $tea.Model {
|
|
|
3953
4175
|
headers: {
|
|
3954
4176
|
[key: string]: string;
|
|
3955
4177
|
};
|
|
4178
|
+
statusCode: number;
|
|
3956
4179
|
body: DescribeRiskCheckSummaryResponseBody;
|
|
3957
4180
|
static names(): {
|
|
3958
4181
|
[key: string]: string;
|
|
@@ -3995,6 +4218,7 @@ export declare class DescribeRiskItemTypeResponse extends $tea.Model {
|
|
|
3995
4218
|
headers: {
|
|
3996
4219
|
[key: string]: string;
|
|
3997
4220
|
};
|
|
4221
|
+
statusCode: number;
|
|
3998
4222
|
body: DescribeRiskItemTypeResponseBody;
|
|
3999
4223
|
static names(): {
|
|
4000
4224
|
[key: string]: string;
|
|
@@ -4040,6 +4264,7 @@ export declare class DescribeRiskListCheckResultResponse extends $tea.Model {
|
|
|
4040
4264
|
headers: {
|
|
4041
4265
|
[key: string]: string;
|
|
4042
4266
|
};
|
|
4267
|
+
statusCode: number;
|
|
4043
4268
|
body: DescribeRiskListCheckResultResponseBody;
|
|
4044
4269
|
static names(): {
|
|
4045
4270
|
[key: string]: string;
|
|
@@ -4051,6 +4276,48 @@ export declare class DescribeRiskListCheckResultResponse extends $tea.Model {
|
|
|
4051
4276
|
[key: string]: any;
|
|
4052
4277
|
});
|
|
4053
4278
|
}
|
|
4279
|
+
export declare class DescribeRiskTypeRequest extends $tea.Model {
|
|
4280
|
+
lang?: string;
|
|
4281
|
+
sourceIp?: string;
|
|
4282
|
+
static names(): {
|
|
4283
|
+
[key: string]: string;
|
|
4284
|
+
};
|
|
4285
|
+
static types(): {
|
|
4286
|
+
[key: string]: any;
|
|
4287
|
+
};
|
|
4288
|
+
constructor(map?: {
|
|
4289
|
+
[key: string]: any;
|
|
4290
|
+
});
|
|
4291
|
+
}
|
|
4292
|
+
export declare class DescribeRiskTypeResponseBody extends $tea.Model {
|
|
4293
|
+
requestId?: string;
|
|
4294
|
+
riskTypes?: DescribeRiskTypeResponseBodyRiskTypes[];
|
|
4295
|
+
static names(): {
|
|
4296
|
+
[key: string]: string;
|
|
4297
|
+
};
|
|
4298
|
+
static types(): {
|
|
4299
|
+
[key: string]: any;
|
|
4300
|
+
};
|
|
4301
|
+
constructor(map?: {
|
|
4302
|
+
[key: string]: any;
|
|
4303
|
+
});
|
|
4304
|
+
}
|
|
4305
|
+
export declare class DescribeRiskTypeResponse extends $tea.Model {
|
|
4306
|
+
headers: {
|
|
4307
|
+
[key: string]: string;
|
|
4308
|
+
};
|
|
4309
|
+
statusCode: number;
|
|
4310
|
+
body: DescribeRiskTypeResponseBody;
|
|
4311
|
+
static names(): {
|
|
4312
|
+
[key: string]: string;
|
|
4313
|
+
};
|
|
4314
|
+
static types(): {
|
|
4315
|
+
[key: string]: any;
|
|
4316
|
+
};
|
|
4317
|
+
constructor(map?: {
|
|
4318
|
+
[key: string]: any;
|
|
4319
|
+
});
|
|
4320
|
+
}
|
|
4054
4321
|
export declare class DescribeScanTaskProgressRequest extends $tea.Model {
|
|
4055
4322
|
taskId?: number;
|
|
4056
4323
|
static names(): {
|
|
@@ -4081,6 +4348,7 @@ export declare class DescribeScanTaskProgressResponse extends $tea.Model {
|
|
|
4081
4348
|
headers: {
|
|
4082
4349
|
[key: string]: string;
|
|
4083
4350
|
};
|
|
4351
|
+
statusCode: number;
|
|
4084
4352
|
body: DescribeScanTaskProgressResponseBody;
|
|
4085
4353
|
static names(): {
|
|
4086
4354
|
[key: string]: string;
|
|
@@ -4123,6 +4391,7 @@ export declare class DescribeSearchConditionResponse extends $tea.Model {
|
|
|
4123
4391
|
headers: {
|
|
4124
4392
|
[key: string]: string;
|
|
4125
4393
|
};
|
|
4394
|
+
statusCode: number;
|
|
4126
4395
|
body: DescribeSearchConditionResponseBody;
|
|
4127
4396
|
static names(): {
|
|
4128
4397
|
[key: string]: string;
|
|
@@ -4165,6 +4434,7 @@ export declare class DescribeSecureSuggestionResponse extends $tea.Model {
|
|
|
4165
4434
|
headers: {
|
|
4166
4435
|
[key: string]: string;
|
|
4167
4436
|
};
|
|
4437
|
+
statusCode: number;
|
|
4168
4438
|
body: DescribeSecureSuggestionResponseBody;
|
|
4169
4439
|
static names(): {
|
|
4170
4440
|
[key: string]: string;
|
|
@@ -4207,6 +4477,7 @@ export declare class DescribeSecurityCheckScheduleConfigResponse extends $tea.Mo
|
|
|
4207
4477
|
headers: {
|
|
4208
4478
|
[key: string]: string;
|
|
4209
4479
|
};
|
|
4480
|
+
statusCode: number;
|
|
4210
4481
|
body: DescribeSecurityCheckScheduleConfigResponseBody;
|
|
4211
4482
|
static names(): {
|
|
4212
4483
|
[key: string]: string;
|
|
@@ -4250,6 +4521,7 @@ export declare class DescribeSecurityEventOperationStatusResponse extends $tea.M
|
|
|
4250
4521
|
headers: {
|
|
4251
4522
|
[key: string]: string;
|
|
4252
4523
|
};
|
|
4524
|
+
statusCode: number;
|
|
4253
4525
|
body: DescribeSecurityEventOperationStatusResponseBody;
|
|
4254
4526
|
static names(): {
|
|
4255
4527
|
[key: string]: string;
|
|
@@ -4293,6 +4565,7 @@ export declare class DescribeSecurityEventOperationsResponse extends $tea.Model
|
|
|
4293
4565
|
headers: {
|
|
4294
4566
|
[key: string]: string;
|
|
4295
4567
|
};
|
|
4568
|
+
statusCode: number;
|
|
4296
4569
|
body: DescribeSecurityEventOperationsResponseBody;
|
|
4297
4570
|
static names(): {
|
|
4298
4571
|
[key: string]: string;
|
|
@@ -4339,6 +4612,7 @@ export declare class DescribeSecurityStatInfoResponse extends $tea.Model {
|
|
|
4339
4612
|
headers: {
|
|
4340
4613
|
[key: string]: string;
|
|
4341
4614
|
};
|
|
4615
|
+
statusCode: number;
|
|
4342
4616
|
body: DescribeSecurityStatInfoResponseBody;
|
|
4343
4617
|
static names(): {
|
|
4344
4618
|
[key: string]: string;
|
|
@@ -4367,6 +4641,7 @@ export declare class DescribeServiceLinkedRoleStatusResponse extends $tea.Model
|
|
|
4367
4641
|
headers: {
|
|
4368
4642
|
[key: string]: string;
|
|
4369
4643
|
};
|
|
4644
|
+
statusCode: number;
|
|
4370
4645
|
body: DescribeServiceLinkedRoleStatusResponseBody;
|
|
4371
4646
|
static names(): {
|
|
4372
4647
|
[key: string]: string;
|
|
@@ -4409,6 +4684,7 @@ export declare class DescribeSimilarEventScenariosResponse extends $tea.Model {
|
|
|
4409
4684
|
headers: {
|
|
4410
4685
|
[key: string]: string;
|
|
4411
4686
|
};
|
|
4687
|
+
statusCode: number;
|
|
4412
4688
|
body: DescribeSimilarEventScenariosResponseBody;
|
|
4413
4689
|
static names(): {
|
|
4414
4690
|
[key: string]: string;
|
|
@@ -4455,6 +4731,7 @@ export declare class DescribeSimilarSecurityEventsResponse extends $tea.Model {
|
|
|
4455
4731
|
headers: {
|
|
4456
4732
|
[key: string]: string;
|
|
4457
4733
|
};
|
|
4734
|
+
statusCode: number;
|
|
4458
4735
|
body: DescribeSimilarSecurityEventsResponseBody;
|
|
4459
4736
|
static names(): {
|
|
4460
4737
|
[key: string]: string;
|
|
@@ -4498,6 +4775,7 @@ export declare class DescribeStrategyResponse extends $tea.Model {
|
|
|
4498
4775
|
headers: {
|
|
4499
4776
|
[key: string]: string;
|
|
4500
4777
|
};
|
|
4778
|
+
statusCode: number;
|
|
4501
4779
|
body: DescribeStrategyResponseBody;
|
|
4502
4780
|
static names(): {
|
|
4503
4781
|
[key: string]: string;
|
|
@@ -4509,6 +4787,49 @@ export declare class DescribeStrategyResponse extends $tea.Model {
|
|
|
4509
4787
|
[key: string]: any;
|
|
4510
4788
|
});
|
|
4511
4789
|
}
|
|
4790
|
+
export declare class DescribeStrategyDetailRequest extends $tea.Model {
|
|
4791
|
+
id?: string;
|
|
4792
|
+
lang?: string;
|
|
4793
|
+
sourceIp?: string;
|
|
4794
|
+
static names(): {
|
|
4795
|
+
[key: string]: string;
|
|
4796
|
+
};
|
|
4797
|
+
static types(): {
|
|
4798
|
+
[key: string]: any;
|
|
4799
|
+
};
|
|
4800
|
+
constructor(map?: {
|
|
4801
|
+
[key: string]: any;
|
|
4802
|
+
});
|
|
4803
|
+
}
|
|
4804
|
+
export declare class DescribeStrategyDetailResponseBody extends $tea.Model {
|
|
4805
|
+
requestId?: string;
|
|
4806
|
+
strategy?: DescribeStrategyDetailResponseBodyStrategy;
|
|
4807
|
+
static names(): {
|
|
4808
|
+
[key: string]: string;
|
|
4809
|
+
};
|
|
4810
|
+
static types(): {
|
|
4811
|
+
[key: string]: any;
|
|
4812
|
+
};
|
|
4813
|
+
constructor(map?: {
|
|
4814
|
+
[key: string]: any;
|
|
4815
|
+
});
|
|
4816
|
+
}
|
|
4817
|
+
export declare class DescribeStrategyDetailResponse extends $tea.Model {
|
|
4818
|
+
headers: {
|
|
4819
|
+
[key: string]: string;
|
|
4820
|
+
};
|
|
4821
|
+
statusCode: number;
|
|
4822
|
+
body: DescribeStrategyDetailResponseBody;
|
|
4823
|
+
static names(): {
|
|
4824
|
+
[key: string]: string;
|
|
4825
|
+
};
|
|
4826
|
+
static types(): {
|
|
4827
|
+
[key: string]: any;
|
|
4828
|
+
};
|
|
4829
|
+
constructor(map?: {
|
|
4830
|
+
[key: string]: any;
|
|
4831
|
+
});
|
|
4832
|
+
}
|
|
4512
4833
|
export declare class DescribeStrategyExecDetailRequest extends $tea.Model {
|
|
4513
4834
|
currentPage?: number;
|
|
4514
4835
|
pageSize?: number;
|
|
@@ -4548,6 +4869,7 @@ export declare class DescribeStrategyExecDetailResponse extends $tea.Model {
|
|
|
4548
4869
|
headers: {
|
|
4549
4870
|
[key: string]: string;
|
|
4550
4871
|
};
|
|
4872
|
+
statusCode: number;
|
|
4551
4873
|
body: DescribeStrategyExecDetailResponseBody;
|
|
4552
4874
|
static names(): {
|
|
4553
4875
|
[key: string]: string;
|
|
@@ -4590,6 +4912,7 @@ export declare class DescribeStrategyTargetResponse extends $tea.Model {
|
|
|
4590
4912
|
headers: {
|
|
4591
4913
|
[key: string]: string;
|
|
4592
4914
|
};
|
|
4915
|
+
statusCode: number;
|
|
4593
4916
|
body: DescribeStrategyTargetResponseBody;
|
|
4594
4917
|
static names(): {
|
|
4595
4918
|
[key: string]: string;
|
|
@@ -4635,6 +4958,7 @@ export declare class DescribeSummaryInfoResponse extends $tea.Model {
|
|
|
4635
4958
|
headers: {
|
|
4636
4959
|
[key: string]: string;
|
|
4637
4960
|
};
|
|
4961
|
+
statusCode: number;
|
|
4638
4962
|
body: DescribeSummaryInfoResponseBody;
|
|
4639
4963
|
static names(): {
|
|
4640
4964
|
[key: string]: string;
|
|
@@ -4663,6 +4987,7 @@ export declare class DescribeSupportRegionResponse extends $tea.Model {
|
|
|
4663
4987
|
headers: {
|
|
4664
4988
|
[key: string]: string;
|
|
4665
4989
|
};
|
|
4990
|
+
statusCode: number;
|
|
4666
4991
|
body: DescribeSupportRegionResponseBody;
|
|
4667
4992
|
static names(): {
|
|
4668
4993
|
[key: string]: string;
|
|
@@ -4722,6 +5047,7 @@ export declare class DescribeSuspEventDetailResponse extends $tea.Model {
|
|
|
4722
5047
|
headers: {
|
|
4723
5048
|
[key: string]: string;
|
|
4724
5049
|
};
|
|
5050
|
+
statusCode: number;
|
|
4725
5051
|
body: DescribeSuspEventDetailResponseBody;
|
|
4726
5052
|
static names(): {
|
|
4727
5053
|
[key: string]: string;
|
|
@@ -4773,6 +5099,7 @@ export declare class DescribeSuspEventQuaraFilesResponse extends $tea.Model {
|
|
|
4773
5099
|
headers: {
|
|
4774
5100
|
[key: string]: string;
|
|
4775
5101
|
};
|
|
5102
|
+
statusCode: number;
|
|
4776
5103
|
body: DescribeSuspEventQuaraFilesResponseBody;
|
|
4777
5104
|
static names(): {
|
|
4778
5105
|
[key: string]: string;
|
|
@@ -4794,6 +5121,7 @@ export declare class DescribeSuspEventsRequest extends $tea.Model {
|
|
|
4794
5121
|
eventNames?: string;
|
|
4795
5122
|
from?: string;
|
|
4796
5123
|
groupId?: number;
|
|
5124
|
+
id?: number;
|
|
4797
5125
|
lang?: string;
|
|
4798
5126
|
levels?: string;
|
|
4799
5127
|
name?: string;
|
|
@@ -4839,6 +5167,7 @@ export declare class DescribeSuspEventsResponse extends $tea.Model {
|
|
|
4839
5167
|
headers: {
|
|
4840
5168
|
[key: string]: string;
|
|
4841
5169
|
};
|
|
5170
|
+
statusCode: number;
|
|
4842
5171
|
body: DescribeSuspEventsResponseBody;
|
|
4843
5172
|
static names(): {
|
|
4844
5173
|
[key: string]: string;
|
|
@@ -4880,6 +5209,7 @@ export declare class DescribeSuspiciousUUIDConfigResponse extends $tea.Model {
|
|
|
4880
5209
|
headers: {
|
|
4881
5210
|
[key: string]: string;
|
|
4882
5211
|
};
|
|
5212
|
+
statusCode: number;
|
|
4883
5213
|
body: DescribeSuspiciousUUIDConfigResponseBody;
|
|
4884
5214
|
static names(): {
|
|
4885
5215
|
[key: string]: string;
|
|
@@ -4908,6 +5238,7 @@ export declare class DescribeUserBackupMachinesResponse extends $tea.Model {
|
|
|
4908
5238
|
headers: {
|
|
4909
5239
|
[key: string]: string;
|
|
4910
5240
|
};
|
|
5241
|
+
statusCode: number;
|
|
4911
5242
|
body: DescribeUserBackupMachinesResponseBody;
|
|
4912
5243
|
static names(): {
|
|
4913
5244
|
[key: string]: string;
|
|
@@ -4950,6 +5281,7 @@ export declare class DescribeUserBaselineAuthorizationResponse extends $tea.Mode
|
|
|
4950
5281
|
headers: {
|
|
4951
5282
|
[key: string]: string;
|
|
4952
5283
|
};
|
|
5284
|
+
statusCode: number;
|
|
4953
5285
|
body: DescribeUserBaselineAuthorizationResponseBody;
|
|
4954
5286
|
static names(): {
|
|
4955
5287
|
[key: string]: string;
|
|
@@ -4992,6 +5324,7 @@ export declare class DescribeUserLayoutAuthorizationResponse extends $tea.Model
|
|
|
4992
5324
|
headers: {
|
|
4993
5325
|
[key: string]: string;
|
|
4994
5326
|
};
|
|
5327
|
+
statusCode: number;
|
|
4995
5328
|
body: DescribeUserLayoutAuthorizationResponseBody;
|
|
4996
5329
|
static names(): {
|
|
4997
5330
|
[key: string]: string;
|
|
@@ -5003,6 +5336,61 @@ export declare class DescribeUserLayoutAuthorizationResponse extends $tea.Model
|
|
|
5003
5336
|
[key: string]: any;
|
|
5004
5337
|
});
|
|
5005
5338
|
}
|
|
5339
|
+
export declare class DescribeUuidsByVulNamesRequest extends $tea.Model {
|
|
5340
|
+
dealed?: string;
|
|
5341
|
+
fieldName?: string;
|
|
5342
|
+
fieldValue?: string;
|
|
5343
|
+
groupId?: number;
|
|
5344
|
+
lang?: string;
|
|
5345
|
+
level?: string;
|
|
5346
|
+
necessity?: string;
|
|
5347
|
+
remark?: string;
|
|
5348
|
+
searchTags?: string;
|
|
5349
|
+
statusList?: string;
|
|
5350
|
+
tag?: string;
|
|
5351
|
+
targetType?: string;
|
|
5352
|
+
type?: string;
|
|
5353
|
+
vpcInstanceIds?: string;
|
|
5354
|
+
vulNames?: string[];
|
|
5355
|
+
static names(): {
|
|
5356
|
+
[key: string]: string;
|
|
5357
|
+
};
|
|
5358
|
+
static types(): {
|
|
5359
|
+
[key: string]: any;
|
|
5360
|
+
};
|
|
5361
|
+
constructor(map?: {
|
|
5362
|
+
[key: string]: any;
|
|
5363
|
+
});
|
|
5364
|
+
}
|
|
5365
|
+
export declare class DescribeUuidsByVulNamesResponseBody extends $tea.Model {
|
|
5366
|
+
machineInfoStatistics?: DescribeUuidsByVulNamesResponseBodyMachineInfoStatistics[];
|
|
5367
|
+
requestId?: string;
|
|
5368
|
+
static names(): {
|
|
5369
|
+
[key: string]: string;
|
|
5370
|
+
};
|
|
5371
|
+
static types(): {
|
|
5372
|
+
[key: string]: any;
|
|
5373
|
+
};
|
|
5374
|
+
constructor(map?: {
|
|
5375
|
+
[key: string]: any;
|
|
5376
|
+
});
|
|
5377
|
+
}
|
|
5378
|
+
export declare class DescribeUuidsByVulNamesResponse extends $tea.Model {
|
|
5379
|
+
headers: {
|
|
5380
|
+
[key: string]: string;
|
|
5381
|
+
};
|
|
5382
|
+
statusCode: number;
|
|
5383
|
+
body: DescribeUuidsByVulNamesResponseBody;
|
|
5384
|
+
static names(): {
|
|
5385
|
+
[key: string]: string;
|
|
5386
|
+
};
|
|
5387
|
+
static types(): {
|
|
5388
|
+
[key: string]: any;
|
|
5389
|
+
};
|
|
5390
|
+
constructor(map?: {
|
|
5391
|
+
[key: string]: any;
|
|
5392
|
+
});
|
|
5393
|
+
}
|
|
5006
5394
|
export declare class DescribeVersionConfigRequest extends $tea.Model {
|
|
5007
5395
|
resourceDirectoryAccountId?: string;
|
|
5008
5396
|
sourceIp?: string;
|
|
@@ -5054,6 +5442,7 @@ export declare class DescribeVersionConfigResponse extends $tea.Model {
|
|
|
5054
5442
|
headers: {
|
|
5055
5443
|
[key: string]: string;
|
|
5056
5444
|
};
|
|
5445
|
+
statusCode: number;
|
|
5057
5446
|
body: DescribeVersionConfigResponseBody;
|
|
5058
5447
|
static names(): {
|
|
5059
5448
|
[key: string]: string;
|
|
@@ -5082,6 +5471,7 @@ export declare class DescribeVpcHoneyPotCriteriaResponse extends $tea.Model {
|
|
|
5082
5471
|
headers: {
|
|
5083
5472
|
[key: string]: string;
|
|
5084
5473
|
};
|
|
5474
|
+
statusCode: number;
|
|
5085
5475
|
body: DescribeVpcHoneyPotCriteriaResponseBody;
|
|
5086
5476
|
static names(): {
|
|
5087
5477
|
[key: string]: string;
|
|
@@ -5128,6 +5518,7 @@ export declare class DescribeVpcHoneyPotListResponse extends $tea.Model {
|
|
|
5128
5518
|
headers: {
|
|
5129
5519
|
[key: string]: string;
|
|
5130
5520
|
};
|
|
5521
|
+
statusCode: number;
|
|
5131
5522
|
body: DescribeVpcHoneyPotListResponseBody;
|
|
5132
5523
|
static names(): {
|
|
5133
5524
|
[key: string]: string;
|
|
@@ -5157,6 +5548,7 @@ export declare class DescribeVpcListResponse extends $tea.Model {
|
|
|
5157
5548
|
headers: {
|
|
5158
5549
|
[key: string]: string;
|
|
5159
5550
|
};
|
|
5551
|
+
statusCode: number;
|
|
5160
5552
|
body: DescribeVpcListResponseBody;
|
|
5161
5553
|
static names(): {
|
|
5162
5554
|
[key: string]: string;
|
|
@@ -5200,6 +5592,7 @@ export declare class DescribeVulDetailsResponse extends $tea.Model {
|
|
|
5200
5592
|
headers: {
|
|
5201
5593
|
[key: string]: string;
|
|
5202
5594
|
};
|
|
5595
|
+
statusCode: number;
|
|
5203
5596
|
body: DescribeVulDetailsResponseBody;
|
|
5204
5597
|
static names(): {
|
|
5205
5598
|
[key: string]: string;
|
|
@@ -5247,6 +5640,7 @@ export declare class DescribeVulExportInfoResponse extends $tea.Model {
|
|
|
5247
5640
|
headers: {
|
|
5248
5641
|
[key: string]: string;
|
|
5249
5642
|
};
|
|
5643
|
+
statusCode: number;
|
|
5250
5644
|
body: DescribeVulExportInfoResponseBody;
|
|
5251
5645
|
static names(): {
|
|
5252
5646
|
[key: string]: string;
|
|
@@ -5301,6 +5695,7 @@ export declare class DescribeVulListResponse extends $tea.Model {
|
|
|
5301
5695
|
headers: {
|
|
5302
5696
|
[key: string]: string;
|
|
5303
5697
|
};
|
|
5698
|
+
statusCode: number;
|
|
5304
5699
|
body: DescribeVulListResponseBody;
|
|
5305
5700
|
static names(): {
|
|
5306
5701
|
[key: string]: string;
|
|
@@ -5345,6 +5740,7 @@ export declare class DescribeVulWhitelistResponse extends $tea.Model {
|
|
|
5345
5740
|
headers: {
|
|
5346
5741
|
[key: string]: string;
|
|
5347
5742
|
};
|
|
5743
|
+
statusCode: number;
|
|
5348
5744
|
body: DescribeVulWhitelistResponseBody;
|
|
5349
5745
|
static names(): {
|
|
5350
5746
|
[key: string]: string;
|
|
@@ -5396,6 +5792,7 @@ export declare class DescribeWarningMachinesResponse extends $tea.Model {
|
|
|
5396
5792
|
headers: {
|
|
5397
5793
|
[key: string]: string;
|
|
5398
5794
|
};
|
|
5795
|
+
statusCode: number;
|
|
5399
5796
|
body: DescribeWarningMachinesResponseBody;
|
|
5400
5797
|
static names(): {
|
|
5401
5798
|
[key: string]: string;
|
|
@@ -5444,6 +5841,7 @@ export declare class DescribeWebLockBindListResponse extends $tea.Model {
|
|
|
5444
5841
|
headers: {
|
|
5445
5842
|
[key: string]: string;
|
|
5446
5843
|
};
|
|
5844
|
+
statusCode: number;
|
|
5447
5845
|
body: DescribeWebLockBindListResponseBody;
|
|
5448
5846
|
static names(): {
|
|
5449
5847
|
[key: string]: string;
|
|
@@ -5487,6 +5885,7 @@ export declare class DescribeWebLockConfigListResponse extends $tea.Model {
|
|
|
5487
5885
|
headers: {
|
|
5488
5886
|
[key: string]: string;
|
|
5489
5887
|
};
|
|
5888
|
+
statusCode: number;
|
|
5490
5889
|
body: DescribeWebLockConfigListResponseBody;
|
|
5491
5890
|
static names(): {
|
|
5492
5891
|
[key: string]: string;
|
|
@@ -5530,6 +5929,7 @@ export declare class ExportRecordResponse extends $tea.Model {
|
|
|
5530
5929
|
headers: {
|
|
5531
5930
|
[key: string]: string;
|
|
5532
5931
|
};
|
|
5932
|
+
statusCode: number;
|
|
5533
5933
|
body: ExportRecordResponseBody;
|
|
5534
5934
|
static names(): {
|
|
5535
5935
|
[key: string]: string;
|
|
@@ -5580,6 +5980,7 @@ export declare class ExportVulResponse extends $tea.Model {
|
|
|
5580
5980
|
headers: {
|
|
5581
5981
|
[key: string]: string;
|
|
5582
5982
|
};
|
|
5983
|
+
statusCode: number;
|
|
5583
5984
|
body: ExportVulResponseBody;
|
|
5584
5985
|
static names(): {
|
|
5585
5986
|
[key: string]: string;
|
|
@@ -5635,6 +6036,7 @@ export declare class ExportWarningResponse extends $tea.Model {
|
|
|
5635
6036
|
headers: {
|
|
5636
6037
|
[key: string]: string;
|
|
5637
6038
|
};
|
|
6039
|
+
statusCode: number;
|
|
5638
6040
|
body: ExportWarningResponseBody;
|
|
5639
6041
|
static names(): {
|
|
5640
6042
|
[key: string]: string;
|
|
@@ -5679,6 +6081,7 @@ export declare class FixCheckWarningsResponse extends $tea.Model {
|
|
|
5679
6081
|
headers: {
|
|
5680
6082
|
[key: string]: string;
|
|
5681
6083
|
};
|
|
6084
|
+
statusCode: number;
|
|
5682
6085
|
body: FixCheckWarningsResponseBody;
|
|
5683
6086
|
static names(): {
|
|
5684
6087
|
[key: string]: string;
|
|
@@ -5707,6 +6110,7 @@ export declare class GetBackupStorageCountResponse extends $tea.Model {
|
|
|
5707
6110
|
headers: {
|
|
5708
6111
|
[key: string]: string;
|
|
5709
6112
|
};
|
|
6113
|
+
statusCode: number;
|
|
5710
6114
|
body: GetBackupStorageCountResponseBody;
|
|
5711
6115
|
static names(): {
|
|
5712
6116
|
[key: string]: string;
|
|
@@ -5751,6 +6155,7 @@ export declare class GetSuspiciousStatisticsResponse extends $tea.Model {
|
|
|
5751
6155
|
headers: {
|
|
5752
6156
|
[key: string]: string;
|
|
5753
6157
|
};
|
|
6158
|
+
statusCode: number;
|
|
5754
6159
|
body: GetSuspiciousStatisticsResponseBody;
|
|
5755
6160
|
static names(): {
|
|
5756
6161
|
[key: string]: string;
|
|
@@ -5795,6 +6200,7 @@ export declare class GetVulStatisticsResponse extends $tea.Model {
|
|
|
5795
6200
|
headers: {
|
|
5796
6201
|
[key: string]: string;
|
|
5797
6202
|
};
|
|
6203
|
+
statusCode: number;
|
|
5798
6204
|
body: GetVulStatisticsResponseBody;
|
|
5799
6205
|
static names(): {
|
|
5800
6206
|
[key: string]: string;
|
|
@@ -5840,6 +6246,7 @@ export declare class HandleSecurityEventsResponse extends $tea.Model {
|
|
|
5840
6246
|
headers: {
|
|
5841
6247
|
[key: string]: string;
|
|
5842
6248
|
};
|
|
6249
|
+
statusCode: number;
|
|
5843
6250
|
body: HandleSecurityEventsResponseBody;
|
|
5844
6251
|
static names(): {
|
|
5845
6252
|
[key: string]: string;
|
|
@@ -5884,6 +6291,7 @@ export declare class HandleSimilarSecurityEventsResponse extends $tea.Model {
|
|
|
5884
6291
|
headers: {
|
|
5885
6292
|
[key: string]: string;
|
|
5886
6293
|
};
|
|
6294
|
+
statusCode: number;
|
|
5887
6295
|
body: HandleSimilarSecurityEventsResponseBody;
|
|
5888
6296
|
static names(): {
|
|
5889
6297
|
[key: string]: string;
|
|
@@ -5928,6 +6336,7 @@ export declare class IgnoreHcCheckWarningsResponse extends $tea.Model {
|
|
|
5928
6336
|
headers: {
|
|
5929
6337
|
[key: string]: string;
|
|
5930
6338
|
};
|
|
6339
|
+
statusCode: number;
|
|
5931
6340
|
body: IgnoreHcCheckWarningsResponseBody;
|
|
5932
6341
|
static names(): {
|
|
5933
6342
|
[key: string]: string;
|
|
@@ -5969,6 +6378,7 @@ export declare class InstallBackupClientResponse extends $tea.Model {
|
|
|
5969
6378
|
headers: {
|
|
5970
6379
|
[key: string]: string;
|
|
5971
6380
|
};
|
|
6381
|
+
statusCode: number;
|
|
5972
6382
|
body: InstallBackupClientResponseBody;
|
|
5973
6383
|
static names(): {
|
|
5974
6384
|
[key: string]: string;
|
|
@@ -6016,6 +6426,7 @@ export declare class InstallCloudMonitorResponse extends $tea.Model {
|
|
|
6016
6426
|
headers: {
|
|
6017
6427
|
[key: string]: string;
|
|
6018
6428
|
};
|
|
6429
|
+
statusCode: number;
|
|
6019
6430
|
body: InstallCloudMonitorResponseBody;
|
|
6020
6431
|
static names(): {
|
|
6021
6432
|
[key: string]: string;
|
|
@@ -6027,16 +6438,11 @@ export declare class InstallCloudMonitorResponse extends $tea.Model {
|
|
|
6027
6438
|
[key: string]: any;
|
|
6028
6439
|
});
|
|
6029
6440
|
}
|
|
6030
|
-
export declare class
|
|
6031
|
-
|
|
6032
|
-
|
|
6033
|
-
|
|
6034
|
-
|
|
6035
|
-
name?: string;
|
|
6036
|
-
resourceOwnerId?: number;
|
|
6037
|
-
sourceIp?: string;
|
|
6038
|
-
span?: number;
|
|
6039
|
-
uuidList?: string[];
|
|
6441
|
+
export declare class ListVulAutoRepairConfigRequest extends $tea.Model {
|
|
6442
|
+
aliasName?: string;
|
|
6443
|
+
currentPage?: number;
|
|
6444
|
+
pageSize?: number;
|
|
6445
|
+
type?: string;
|
|
6040
6446
|
static names(): {
|
|
6041
6447
|
[key: string]: string;
|
|
6042
6448
|
};
|
|
@@ -6047,8 +6453,14 @@ export declare class ModifyAntiBruteForceRuleRequest extends $tea.Model {
|
|
|
6047
6453
|
[key: string]: any;
|
|
6048
6454
|
});
|
|
6049
6455
|
}
|
|
6050
|
-
export declare class
|
|
6456
|
+
export declare class ListVulAutoRepairConfigResponseBody extends $tea.Model {
|
|
6457
|
+
code?: string;
|
|
6458
|
+
httpStatusCode?: number;
|
|
6459
|
+
message?: string;
|
|
6460
|
+
pageInfo?: ListVulAutoRepairConfigResponseBodyPageInfo;
|
|
6051
6461
|
requestId?: string;
|
|
6462
|
+
success?: boolean;
|
|
6463
|
+
vulAutoRepairConfigList?: ListVulAutoRepairConfigResponseBodyVulAutoRepairConfigList[];
|
|
6052
6464
|
static names(): {
|
|
6053
6465
|
[key: string]: string;
|
|
6054
6466
|
};
|
|
@@ -6059,11 +6471,60 @@ export declare class ModifyAntiBruteForceRuleResponseBody extends $tea.Model {
|
|
|
6059
6471
|
[key: string]: any;
|
|
6060
6472
|
});
|
|
6061
6473
|
}
|
|
6062
|
-
export declare class
|
|
6474
|
+
export declare class ListVulAutoRepairConfigResponse extends $tea.Model {
|
|
6063
6475
|
headers: {
|
|
6064
6476
|
[key: string]: string;
|
|
6065
6477
|
};
|
|
6066
|
-
|
|
6478
|
+
statusCode: number;
|
|
6479
|
+
body: ListVulAutoRepairConfigResponseBody;
|
|
6480
|
+
static names(): {
|
|
6481
|
+
[key: string]: string;
|
|
6482
|
+
};
|
|
6483
|
+
static types(): {
|
|
6484
|
+
[key: string]: any;
|
|
6485
|
+
};
|
|
6486
|
+
constructor(map?: {
|
|
6487
|
+
[key: string]: any;
|
|
6488
|
+
});
|
|
6489
|
+
}
|
|
6490
|
+
export declare class ModifyAntiBruteForceRuleRequest extends $tea.Model {
|
|
6491
|
+
defaultRule?: boolean;
|
|
6492
|
+
failCount?: number;
|
|
6493
|
+
forbiddenTime?: number;
|
|
6494
|
+
id?: number;
|
|
6495
|
+
name?: string;
|
|
6496
|
+
resourceOwnerId?: number;
|
|
6497
|
+
sourceIp?: string;
|
|
6498
|
+
span?: number;
|
|
6499
|
+
uuidList?: string[];
|
|
6500
|
+
static names(): {
|
|
6501
|
+
[key: string]: string;
|
|
6502
|
+
};
|
|
6503
|
+
static types(): {
|
|
6504
|
+
[key: string]: any;
|
|
6505
|
+
};
|
|
6506
|
+
constructor(map?: {
|
|
6507
|
+
[key: string]: any;
|
|
6508
|
+
});
|
|
6509
|
+
}
|
|
6510
|
+
export declare class ModifyAntiBruteForceRuleResponseBody extends $tea.Model {
|
|
6511
|
+
requestId?: string;
|
|
6512
|
+
static names(): {
|
|
6513
|
+
[key: string]: string;
|
|
6514
|
+
};
|
|
6515
|
+
static types(): {
|
|
6516
|
+
[key: string]: any;
|
|
6517
|
+
};
|
|
6518
|
+
constructor(map?: {
|
|
6519
|
+
[key: string]: any;
|
|
6520
|
+
});
|
|
6521
|
+
}
|
|
6522
|
+
export declare class ModifyAntiBruteForceRuleResponse extends $tea.Model {
|
|
6523
|
+
headers: {
|
|
6524
|
+
[key: string]: string;
|
|
6525
|
+
};
|
|
6526
|
+
statusCode: number;
|
|
6527
|
+
body: ModifyAntiBruteForceRuleResponseBody;
|
|
6067
6528
|
static names(): {
|
|
6068
6529
|
[key: string]: string;
|
|
6069
6530
|
};
|
|
@@ -6104,6 +6565,7 @@ export declare class ModifyAssetGroupResponse extends $tea.Model {
|
|
|
6104
6565
|
headers: {
|
|
6105
6566
|
[key: string]: string;
|
|
6106
6567
|
};
|
|
6568
|
+
statusCode: number;
|
|
6107
6569
|
body: ModifyAssetGroupResponseBody;
|
|
6108
6570
|
static names(): {
|
|
6109
6571
|
[key: string]: string;
|
|
@@ -6167,6 +6629,7 @@ export declare class ModifyBackupPolicyResponse extends $tea.Model {
|
|
|
6167
6629
|
headers: {
|
|
6168
6630
|
[key: string]: string;
|
|
6169
6631
|
};
|
|
6632
|
+
statusCode: number;
|
|
6170
6633
|
body: ModifyBackupPolicyResponseBody;
|
|
6171
6634
|
static names(): {
|
|
6172
6635
|
[key: string]: string;
|
|
@@ -6208,6 +6671,7 @@ export declare class ModifyBackupPolicyStatusResponse extends $tea.Model {
|
|
|
6208
6671
|
headers: {
|
|
6209
6672
|
[key: string]: string;
|
|
6210
6673
|
};
|
|
6674
|
+
statusCode: number;
|
|
6211
6675
|
body: ModifyBackupPolicyStatusResponseBody;
|
|
6212
6676
|
static names(): {
|
|
6213
6677
|
[key: string]: string;
|
|
@@ -6249,6 +6713,7 @@ export declare class ModifyCreateVulWhitelistResponse extends $tea.Model {
|
|
|
6249
6713
|
headers: {
|
|
6250
6714
|
[key: string]: string;
|
|
6251
6715
|
};
|
|
6716
|
+
statusCode: number;
|
|
6252
6717
|
body: ModifyCreateVulWhitelistResponseBody;
|
|
6253
6718
|
static names(): {
|
|
6254
6719
|
[key: string]: string;
|
|
@@ -6290,6 +6755,7 @@ export declare class ModifyEmgVulSubmitResponse extends $tea.Model {
|
|
|
6290
6755
|
headers: {
|
|
6291
6756
|
[key: string]: string;
|
|
6292
6757
|
};
|
|
6758
|
+
statusCode: number;
|
|
6293
6759
|
body: ModifyEmgVulSubmitResponseBody;
|
|
6294
6760
|
static names(): {
|
|
6295
6761
|
[key: string]: string;
|
|
@@ -6329,6 +6795,7 @@ export declare class ModifyGroupPropertyResponse extends $tea.Model {
|
|
|
6329
6795
|
headers: {
|
|
6330
6796
|
[key: string]: string;
|
|
6331
6797
|
};
|
|
6798
|
+
statusCode: number;
|
|
6332
6799
|
body: ModifyGroupPropertyResponseBody;
|
|
6333
6800
|
static names(): {
|
|
6334
6801
|
[key: string]: string;
|
|
@@ -6371,6 +6838,7 @@ export declare class ModifyInstanceAntiBruteForceRuleResponse extends $tea.Model
|
|
|
6371
6838
|
headers: {
|
|
6372
6839
|
[key: string]: string;
|
|
6373
6840
|
};
|
|
6841
|
+
statusCode: number;
|
|
6374
6842
|
body: ModifyInstanceAntiBruteForceRuleResponseBody;
|
|
6375
6843
|
static names(): {
|
|
6376
6844
|
[key: string]: string;
|
|
@@ -6412,6 +6880,7 @@ export declare class ModifyLoginBaseConfigResponse extends $tea.Model {
|
|
|
6412
6880
|
headers: {
|
|
6413
6881
|
[key: string]: string;
|
|
6414
6882
|
};
|
|
6883
|
+
statusCode: number;
|
|
6415
6884
|
body: ModifyLoginBaseConfigResponseBody;
|
|
6416
6885
|
static names(): {
|
|
6417
6886
|
[key: string]: string;
|
|
@@ -6452,6 +6921,7 @@ export declare class ModifyLoginSwitchConfigResponse extends $tea.Model {
|
|
|
6452
6921
|
headers: {
|
|
6453
6922
|
[key: string]: string;
|
|
6454
6923
|
};
|
|
6924
|
+
statusCode: number;
|
|
6455
6925
|
body: ModifyLoginSwitchConfigResponseBody;
|
|
6456
6926
|
static names(): {
|
|
6457
6927
|
[key: string]: string;
|
|
@@ -6491,6 +6961,7 @@ export declare class ModifyOpenLogShipperResponse extends $tea.Model {
|
|
|
6491
6961
|
headers: {
|
|
6492
6962
|
[key: string]: string;
|
|
6493
6963
|
};
|
|
6964
|
+
statusCode: number;
|
|
6494
6965
|
body: ModifyOpenLogShipperResponseBody;
|
|
6495
6966
|
static names(): {
|
|
6496
6967
|
[key: string]: string;
|
|
@@ -6533,6 +7004,7 @@ export declare class ModifyOperateVulResponse extends $tea.Model {
|
|
|
6533
7004
|
headers: {
|
|
6534
7005
|
[key: string]: string;
|
|
6535
7006
|
};
|
|
7007
|
+
statusCode: number;
|
|
6536
7008
|
body: ModifyOperateVulResponseBody;
|
|
6537
7009
|
static names(): {
|
|
6538
7010
|
[key: string]: string;
|
|
@@ -6574,6 +7046,7 @@ export declare class ModifyPropertyScheduleConfigResponse extends $tea.Model {
|
|
|
6574
7046
|
headers: {
|
|
6575
7047
|
[key: string]: string;
|
|
6576
7048
|
};
|
|
7049
|
+
statusCode: number;
|
|
6577
7050
|
body: ModifyPropertyScheduleConfigResponseBody;
|
|
6578
7051
|
static names(): {
|
|
6579
7052
|
[key: string]: string;
|
|
@@ -6616,6 +7089,7 @@ export declare class ModifyPushAllTaskResponse extends $tea.Model {
|
|
|
6616
7089
|
headers: {
|
|
6617
7090
|
[key: string]: string;
|
|
6618
7091
|
};
|
|
7092
|
+
statusCode: number;
|
|
6619
7093
|
body: ModifyPushAllTaskResponseBody;
|
|
6620
7094
|
static names(): {
|
|
6621
7095
|
[key: string]: string;
|
|
@@ -6660,6 +7134,7 @@ export declare class ModifyRiskCheckStatusResponse extends $tea.Model {
|
|
|
6660
7134
|
headers: {
|
|
6661
7135
|
[key: string]: string;
|
|
6662
7136
|
};
|
|
7137
|
+
statusCode: number;
|
|
6663
7138
|
body: ModifyRiskCheckStatusResponseBody;
|
|
6664
7139
|
static names(): {
|
|
6665
7140
|
[key: string]: string;
|
|
@@ -6704,6 +7179,7 @@ export declare class ModifyRiskSingleResultStatusResponse extends $tea.Model {
|
|
|
6704
7179
|
headers: {
|
|
6705
7180
|
[key: string]: string;
|
|
6706
7181
|
};
|
|
7182
|
+
statusCode: number;
|
|
6707
7183
|
body: ModifyRiskSingleResultStatusResponseBody;
|
|
6708
7184
|
static names(): {
|
|
6709
7185
|
[key: string]: string;
|
|
@@ -6748,6 +7224,7 @@ export declare class ModifySecurityCheckScheduleConfigResponse extends $tea.Mode
|
|
|
6748
7224
|
headers: {
|
|
6749
7225
|
[key: string]: string;
|
|
6750
7226
|
};
|
|
7227
|
+
statusCode: number;
|
|
6751
7228
|
body: ModifySecurityCheckScheduleConfigResponseBody;
|
|
6752
7229
|
static names(): {
|
|
6753
7230
|
[key: string]: string;
|
|
@@ -6788,6 +7265,7 @@ export declare class ModifyStartVulScanResponse extends $tea.Model {
|
|
|
6788
7265
|
headers: {
|
|
6789
7266
|
[key: string]: string;
|
|
6790
7267
|
};
|
|
7268
|
+
statusCode: number;
|
|
6791
7269
|
body: ModifyStartVulScanResponseBody;
|
|
6792
7270
|
static names(): {
|
|
6793
7271
|
[key: string]: string;
|
|
@@ -6799,6 +7277,99 @@ export declare class ModifyStartVulScanResponse extends $tea.Model {
|
|
|
6799
7277
|
[key: string]: any;
|
|
6800
7278
|
});
|
|
6801
7279
|
}
|
|
7280
|
+
export declare class ModifyStrategyRequest extends $tea.Model {
|
|
7281
|
+
customType?: string;
|
|
7282
|
+
cycleDays?: string;
|
|
7283
|
+
cycleStartTime?: string;
|
|
7284
|
+
id?: string;
|
|
7285
|
+
name?: string;
|
|
7286
|
+
riskCustomParams?: string;
|
|
7287
|
+
riskSubTypeName?: string;
|
|
7288
|
+
sourceIp?: string;
|
|
7289
|
+
static names(): {
|
|
7290
|
+
[key: string]: string;
|
|
7291
|
+
};
|
|
7292
|
+
static types(): {
|
|
7293
|
+
[key: string]: any;
|
|
7294
|
+
};
|
|
7295
|
+
constructor(map?: {
|
|
7296
|
+
[key: string]: any;
|
|
7297
|
+
});
|
|
7298
|
+
}
|
|
7299
|
+
export declare class ModifyStrategyResponseBody extends $tea.Model {
|
|
7300
|
+
httpStatusCode?: number;
|
|
7301
|
+
requestId?: string;
|
|
7302
|
+
result?: ModifyStrategyResponseBodyResult;
|
|
7303
|
+
success?: boolean;
|
|
7304
|
+
static names(): {
|
|
7305
|
+
[key: string]: string;
|
|
7306
|
+
};
|
|
7307
|
+
static types(): {
|
|
7308
|
+
[key: string]: any;
|
|
7309
|
+
};
|
|
7310
|
+
constructor(map?: {
|
|
7311
|
+
[key: string]: any;
|
|
7312
|
+
});
|
|
7313
|
+
}
|
|
7314
|
+
export declare class ModifyStrategyResponse extends $tea.Model {
|
|
7315
|
+
headers: {
|
|
7316
|
+
[key: string]: string;
|
|
7317
|
+
};
|
|
7318
|
+
statusCode: number;
|
|
7319
|
+
body: ModifyStrategyResponseBody;
|
|
7320
|
+
static names(): {
|
|
7321
|
+
[key: string]: string;
|
|
7322
|
+
};
|
|
7323
|
+
static types(): {
|
|
7324
|
+
[key: string]: any;
|
|
7325
|
+
};
|
|
7326
|
+
constructor(map?: {
|
|
7327
|
+
[key: string]: any;
|
|
7328
|
+
});
|
|
7329
|
+
}
|
|
7330
|
+
export declare class ModifyStrategyTargetRequest extends $tea.Model {
|
|
7331
|
+
config?: string;
|
|
7332
|
+
sourceIp?: string;
|
|
7333
|
+
target?: string;
|
|
7334
|
+
type?: string;
|
|
7335
|
+
static names(): {
|
|
7336
|
+
[key: string]: string;
|
|
7337
|
+
};
|
|
7338
|
+
static types(): {
|
|
7339
|
+
[key: string]: any;
|
|
7340
|
+
};
|
|
7341
|
+
constructor(map?: {
|
|
7342
|
+
[key: string]: any;
|
|
7343
|
+
});
|
|
7344
|
+
}
|
|
7345
|
+
export declare class ModifyStrategyTargetResponseBody extends $tea.Model {
|
|
7346
|
+
requestId?: string;
|
|
7347
|
+
static names(): {
|
|
7348
|
+
[key: string]: string;
|
|
7349
|
+
};
|
|
7350
|
+
static types(): {
|
|
7351
|
+
[key: string]: any;
|
|
7352
|
+
};
|
|
7353
|
+
constructor(map?: {
|
|
7354
|
+
[key: string]: any;
|
|
7355
|
+
});
|
|
7356
|
+
}
|
|
7357
|
+
export declare class ModifyStrategyTargetResponse extends $tea.Model {
|
|
7358
|
+
headers: {
|
|
7359
|
+
[key: string]: string;
|
|
7360
|
+
};
|
|
7361
|
+
statusCode: number;
|
|
7362
|
+
body: ModifyStrategyTargetResponseBody;
|
|
7363
|
+
static names(): {
|
|
7364
|
+
[key: string]: string;
|
|
7365
|
+
};
|
|
7366
|
+
static types(): {
|
|
7367
|
+
[key: string]: any;
|
|
7368
|
+
};
|
|
7369
|
+
constructor(map?: {
|
|
7370
|
+
[key: string]: any;
|
|
7371
|
+
});
|
|
7372
|
+
}
|
|
6802
7373
|
export declare class ModifyTagWithUuidRequest extends $tea.Model {
|
|
6803
7374
|
machineTypes?: string;
|
|
6804
7375
|
tagId?: string;
|
|
@@ -6830,6 +7401,7 @@ export declare class ModifyTagWithUuidResponse extends $tea.Model {
|
|
|
6830
7401
|
headers: {
|
|
6831
7402
|
[key: string]: string;
|
|
6832
7403
|
};
|
|
7404
|
+
statusCode: number;
|
|
6833
7405
|
body: ModifyTagWithUuidResponseBody;
|
|
6834
7406
|
static names(): {
|
|
6835
7407
|
[key: string]: string;
|
|
@@ -6870,6 +7442,7 @@ export declare class ModifyVpcHoneyPotResponse extends $tea.Model {
|
|
|
6870
7442
|
headers: {
|
|
6871
7443
|
[key: string]: string;
|
|
6872
7444
|
};
|
|
7445
|
+
statusCode: number;
|
|
6873
7446
|
body: ModifyVpcHoneyPotResponseBody;
|
|
6874
7447
|
static names(): {
|
|
6875
7448
|
[key: string]: string;
|
|
@@ -6912,6 +7485,7 @@ export declare class ModifyVulTargetConfigResponse extends $tea.Model {
|
|
|
6912
7485
|
headers: {
|
|
6913
7486
|
[key: string]: string;
|
|
6914
7487
|
};
|
|
7488
|
+
statusCode: number;
|
|
6915
7489
|
body: ModifyVulTargetConfigResponseBody;
|
|
6916
7490
|
static names(): {
|
|
6917
7491
|
[key: string]: string;
|
|
@@ -6962,6 +7536,7 @@ export declare class ModifyWebLockCreateConfigResponse extends $tea.Model {
|
|
|
6962
7536
|
headers: {
|
|
6963
7537
|
[key: string]: string;
|
|
6964
7538
|
};
|
|
7539
|
+
statusCode: number;
|
|
6965
7540
|
body: ModifyWebLockCreateConfigResponseBody;
|
|
6966
7541
|
static names(): {
|
|
6967
7542
|
[key: string]: string;
|
|
@@ -7004,6 +7579,7 @@ export declare class ModifyWebLockDeleteConfigResponse extends $tea.Model {
|
|
|
7004
7579
|
headers: {
|
|
7005
7580
|
[key: string]: string;
|
|
7006
7581
|
};
|
|
7582
|
+
statusCode: number;
|
|
7007
7583
|
body: ModifyWebLockDeleteConfigResponseBody;
|
|
7008
7584
|
static names(): {
|
|
7009
7585
|
[key: string]: string;
|
|
@@ -7051,6 +7627,7 @@ export declare class ModifyWebLockStartResponse extends $tea.Model {
|
|
|
7051
7627
|
headers: {
|
|
7052
7628
|
[key: string]: string;
|
|
7053
7629
|
};
|
|
7630
|
+
statusCode: number;
|
|
7054
7631
|
body: ModifyWebLockStartResponseBody;
|
|
7055
7632
|
static names(): {
|
|
7056
7633
|
[key: string]: string;
|
|
@@ -7093,6 +7670,7 @@ export declare class ModifyWebLockStatusResponse extends $tea.Model {
|
|
|
7093
7670
|
headers: {
|
|
7094
7671
|
[key: string]: string;
|
|
7095
7672
|
};
|
|
7673
|
+
statusCode: number;
|
|
7096
7674
|
body: ModifyWebLockStatusResponseBody;
|
|
7097
7675
|
static names(): {
|
|
7098
7676
|
[key: string]: string;
|
|
@@ -7144,6 +7722,7 @@ export declare class ModifyWebLockUpdateConfigResponse extends $tea.Model {
|
|
|
7144
7722
|
headers: {
|
|
7145
7723
|
[key: string]: string;
|
|
7146
7724
|
};
|
|
7725
|
+
statusCode: number;
|
|
7147
7726
|
body: ModifyWebLockUpdateConfigResponseBody;
|
|
7148
7727
|
static names(): {
|
|
7149
7728
|
[key: string]: string;
|
|
@@ -7185,6 +7764,7 @@ export declare class OperateAgentClientInstallResponse extends $tea.Model {
|
|
|
7185
7764
|
headers: {
|
|
7186
7765
|
[key: string]: string;
|
|
7187
7766
|
};
|
|
7767
|
+
statusCode: number;
|
|
7188
7768
|
body: OperateAgentClientInstallResponseBody;
|
|
7189
7769
|
static names(): {
|
|
7190
7770
|
[key: string]: string;
|
|
@@ -7228,6 +7808,7 @@ export declare class OperateSuspiciousTargetConfigResponse extends $tea.Model {
|
|
|
7228
7808
|
headers: {
|
|
7229
7809
|
[key: string]: string;
|
|
7230
7810
|
};
|
|
7811
|
+
statusCode: number;
|
|
7231
7812
|
body: OperateSuspiciousTargetConfigResponseBody;
|
|
7232
7813
|
static names(): {
|
|
7233
7814
|
[key: string]: string;
|
|
@@ -7270,6 +7851,7 @@ export declare class OperateVulsResponse extends $tea.Model {
|
|
|
7270
7851
|
headers: {
|
|
7271
7852
|
[key: string]: string;
|
|
7272
7853
|
};
|
|
7854
|
+
statusCode: number;
|
|
7273
7855
|
body: OperateVulsResponseBody;
|
|
7274
7856
|
static names(): {
|
|
7275
7857
|
[key: string]: string;
|
|
@@ -7316,6 +7898,7 @@ export declare class OperationSuspEventsResponse extends $tea.Model {
|
|
|
7316
7898
|
headers: {
|
|
7317
7899
|
[key: string]: string;
|
|
7318
7900
|
};
|
|
7901
|
+
statusCode: number;
|
|
7319
7902
|
body: OperationSuspEventsResponseBody;
|
|
7320
7903
|
static names(): {
|
|
7321
7904
|
[key: string]: string;
|
|
@@ -7356,6 +7939,7 @@ export declare class PauseClientResponse extends $tea.Model {
|
|
|
7356
7939
|
headers: {
|
|
7357
7940
|
[key: string]: string;
|
|
7358
7941
|
};
|
|
7942
|
+
statusCode: number;
|
|
7359
7943
|
body: PauseClientResponseBody;
|
|
7360
7944
|
static names(): {
|
|
7361
7945
|
[key: string]: string;
|
|
@@ -7367,6 +7951,146 @@ export declare class PauseClientResponse extends $tea.Model {
|
|
|
7367
7951
|
[key: string]: any;
|
|
7368
7952
|
});
|
|
7369
7953
|
}
|
|
7954
|
+
export declare class PublicCreateImageScanTaskRequest extends $tea.Model {
|
|
7955
|
+
digests?: string;
|
|
7956
|
+
instanceIds?: string;
|
|
7957
|
+
regionIds?: string;
|
|
7958
|
+
registryTypes?: string;
|
|
7959
|
+
repoIds?: string;
|
|
7960
|
+
repoNames?: string;
|
|
7961
|
+
repoNamespaces?: string;
|
|
7962
|
+
sourceIp?: string;
|
|
7963
|
+
tags?: string;
|
|
7964
|
+
static names(): {
|
|
7965
|
+
[key: string]: string;
|
|
7966
|
+
};
|
|
7967
|
+
static types(): {
|
|
7968
|
+
[key: string]: any;
|
|
7969
|
+
};
|
|
7970
|
+
constructor(map?: {
|
|
7971
|
+
[key: string]: any;
|
|
7972
|
+
});
|
|
7973
|
+
}
|
|
7974
|
+
export declare class PublicCreateImageScanTaskResponseBody extends $tea.Model {
|
|
7975
|
+
data?: PublicCreateImageScanTaskResponseBodyData;
|
|
7976
|
+
requestId?: string;
|
|
7977
|
+
static names(): {
|
|
7978
|
+
[key: string]: string;
|
|
7979
|
+
};
|
|
7980
|
+
static types(): {
|
|
7981
|
+
[key: string]: any;
|
|
7982
|
+
};
|
|
7983
|
+
constructor(map?: {
|
|
7984
|
+
[key: string]: any;
|
|
7985
|
+
});
|
|
7986
|
+
}
|
|
7987
|
+
export declare class PublicCreateImageScanTaskResponse extends $tea.Model {
|
|
7988
|
+
headers: {
|
|
7989
|
+
[key: string]: string;
|
|
7990
|
+
};
|
|
7991
|
+
statusCode: number;
|
|
7992
|
+
body: PublicCreateImageScanTaskResponseBody;
|
|
7993
|
+
static names(): {
|
|
7994
|
+
[key: string]: string;
|
|
7995
|
+
};
|
|
7996
|
+
static types(): {
|
|
7997
|
+
[key: string]: any;
|
|
7998
|
+
};
|
|
7999
|
+
constructor(map?: {
|
|
8000
|
+
[key: string]: any;
|
|
8001
|
+
});
|
|
8002
|
+
}
|
|
8003
|
+
export declare class PublicPreCheckImageScanTaskRequest extends $tea.Model {
|
|
8004
|
+
digests?: string;
|
|
8005
|
+
instanceIds?: string;
|
|
8006
|
+
regionIds?: string;
|
|
8007
|
+
registryTypes?: string;
|
|
8008
|
+
repoIds?: string;
|
|
8009
|
+
repoNames?: string;
|
|
8010
|
+
repoNamespaces?: string;
|
|
8011
|
+
sourceIp?: string;
|
|
8012
|
+
tags?: string;
|
|
8013
|
+
static names(): {
|
|
8014
|
+
[key: string]: string;
|
|
8015
|
+
};
|
|
8016
|
+
static types(): {
|
|
8017
|
+
[key: string]: any;
|
|
8018
|
+
};
|
|
8019
|
+
constructor(map?: {
|
|
8020
|
+
[key: string]: any;
|
|
8021
|
+
});
|
|
8022
|
+
}
|
|
8023
|
+
export declare class PublicPreCheckImageScanTaskResponseBody extends $tea.Model {
|
|
8024
|
+
data?: PublicPreCheckImageScanTaskResponseBodyData;
|
|
8025
|
+
requestId?: string;
|
|
8026
|
+
static names(): {
|
|
8027
|
+
[key: string]: string;
|
|
8028
|
+
};
|
|
8029
|
+
static types(): {
|
|
8030
|
+
[key: string]: any;
|
|
8031
|
+
};
|
|
8032
|
+
constructor(map?: {
|
|
8033
|
+
[key: string]: any;
|
|
8034
|
+
});
|
|
8035
|
+
}
|
|
8036
|
+
export declare class PublicPreCheckImageScanTaskResponse extends $tea.Model {
|
|
8037
|
+
headers: {
|
|
8038
|
+
[key: string]: string;
|
|
8039
|
+
};
|
|
8040
|
+
statusCode: number;
|
|
8041
|
+
body: PublicPreCheckImageScanTaskResponseBody;
|
|
8042
|
+
static names(): {
|
|
8043
|
+
[key: string]: string;
|
|
8044
|
+
};
|
|
8045
|
+
static types(): {
|
|
8046
|
+
[key: string]: any;
|
|
8047
|
+
};
|
|
8048
|
+
constructor(map?: {
|
|
8049
|
+
[key: string]: any;
|
|
8050
|
+
});
|
|
8051
|
+
}
|
|
8052
|
+
export declare class PublicSyncAndCreateImageScanTaskRequest extends $tea.Model {
|
|
8053
|
+
images?: string;
|
|
8054
|
+
sourceIp?: string;
|
|
8055
|
+
static names(): {
|
|
8056
|
+
[key: string]: string;
|
|
8057
|
+
};
|
|
8058
|
+
static types(): {
|
|
8059
|
+
[key: string]: any;
|
|
8060
|
+
};
|
|
8061
|
+
constructor(map?: {
|
|
8062
|
+
[key: string]: any;
|
|
8063
|
+
});
|
|
8064
|
+
}
|
|
8065
|
+
export declare class PublicSyncAndCreateImageScanTaskResponseBody extends $tea.Model {
|
|
8066
|
+
data?: PublicSyncAndCreateImageScanTaskResponseBodyData;
|
|
8067
|
+
requestId?: string;
|
|
8068
|
+
static names(): {
|
|
8069
|
+
[key: string]: string;
|
|
8070
|
+
};
|
|
8071
|
+
static types(): {
|
|
8072
|
+
[key: string]: any;
|
|
8073
|
+
};
|
|
8074
|
+
constructor(map?: {
|
|
8075
|
+
[key: string]: any;
|
|
8076
|
+
});
|
|
8077
|
+
}
|
|
8078
|
+
export declare class PublicSyncAndCreateImageScanTaskResponse extends $tea.Model {
|
|
8079
|
+
headers: {
|
|
8080
|
+
[key: string]: string;
|
|
8081
|
+
};
|
|
8082
|
+
statusCode: number;
|
|
8083
|
+
body: PublicSyncAndCreateImageScanTaskResponseBody;
|
|
8084
|
+
static names(): {
|
|
8085
|
+
[key: string]: string;
|
|
8086
|
+
};
|
|
8087
|
+
static types(): {
|
|
8088
|
+
[key: string]: any;
|
|
8089
|
+
};
|
|
8090
|
+
constructor(map?: {
|
|
8091
|
+
[key: string]: any;
|
|
8092
|
+
});
|
|
8093
|
+
}
|
|
7370
8094
|
export declare class QueryGroupIdByGroupNameRequest extends $tea.Model {
|
|
7371
8095
|
groupName?: string;
|
|
7372
8096
|
sourceIp?: string;
|
|
@@ -7397,6 +8121,7 @@ export declare class QueryGroupIdByGroupNameResponse extends $tea.Model {
|
|
|
7397
8121
|
headers: {
|
|
7398
8122
|
[key: string]: string;
|
|
7399
8123
|
};
|
|
8124
|
+
statusCode: number;
|
|
7400
8125
|
body: QueryGroupIdByGroupNameResponseBody;
|
|
7401
8126
|
static names(): {
|
|
7402
8127
|
[key: string]: string;
|
|
@@ -7413,7 +8138,6 @@ export declare class QueryGroupedSecurityEventMarkMissListRequest extends $tea.M
|
|
|
7413
8138
|
eventName?: string;
|
|
7414
8139
|
from?: string;
|
|
7415
8140
|
lang?: string;
|
|
7416
|
-
maxId?: number;
|
|
7417
8141
|
pageSize?: number;
|
|
7418
8142
|
remark?: string;
|
|
7419
8143
|
sourceIp?: string;
|
|
@@ -7429,13 +8153,11 @@ export declare class QueryGroupedSecurityEventMarkMissListRequest extends $tea.M
|
|
|
7429
8153
|
}
|
|
7430
8154
|
export declare class QueryGroupedSecurityEventMarkMissListResponseBody extends $tea.Model {
|
|
7431
8155
|
code?: string;
|
|
7432
|
-
httpStatusCode?: number;
|
|
7433
8156
|
list?: QueryGroupedSecurityEventMarkMissListResponseBodyList[];
|
|
7434
8157
|
message?: string;
|
|
7435
8158
|
pageInfo?: QueryGroupedSecurityEventMarkMissListResponseBodyPageInfo;
|
|
7436
8159
|
requestId?: string;
|
|
7437
8160
|
success?: boolean;
|
|
7438
|
-
timeCost?: number;
|
|
7439
8161
|
static names(): {
|
|
7440
8162
|
[key: string]: string;
|
|
7441
8163
|
};
|
|
@@ -7450,6 +8172,7 @@ export declare class QueryGroupedSecurityEventMarkMissListResponse extends $tea.
|
|
|
7450
8172
|
headers: {
|
|
7451
8173
|
[key: string]: string;
|
|
7452
8174
|
};
|
|
8175
|
+
statusCode: number;
|
|
7453
8176
|
body: QueryGroupedSecurityEventMarkMissListResponseBody;
|
|
7454
8177
|
static names(): {
|
|
7455
8178
|
[key: string]: string;
|
|
@@ -7489,6 +8212,7 @@ export declare class RefreshAssetsResponse extends $tea.Model {
|
|
|
7489
8212
|
headers: {
|
|
7490
8213
|
[key: string]: string;
|
|
7491
8214
|
};
|
|
8215
|
+
statusCode: number;
|
|
7492
8216
|
body: RefreshAssetsResponseBody;
|
|
7493
8217
|
static names(): {
|
|
7494
8218
|
[key: string]: string;
|
|
@@ -7528,6 +8252,7 @@ export declare class RefreshContainerAssetsResponse extends $tea.Model {
|
|
|
7528
8252
|
headers: {
|
|
7529
8253
|
[key: string]: string;
|
|
7530
8254
|
};
|
|
8255
|
+
statusCode: number;
|
|
7531
8256
|
body: RefreshContainerAssetsResponseBody;
|
|
7532
8257
|
static names(): {
|
|
7533
8258
|
[key: string]: string;
|
|
@@ -7569,6 +8294,7 @@ export declare class RollbackSuspEventQuaraFileResponse extends $tea.Model {
|
|
|
7569
8294
|
headers: {
|
|
7570
8295
|
[key: string]: string;
|
|
7571
8296
|
};
|
|
8297
|
+
statusCode: number;
|
|
7572
8298
|
body: RollbackSuspEventQuaraFileResponseBody;
|
|
7573
8299
|
static names(): {
|
|
7574
8300
|
[key: string]: string;
|
|
@@ -7605,54 +8331,12 @@ export declare class SasInstallCodeResponseBody extends $tea.Model {
|
|
|
7605
8331
|
[key: string]: any;
|
|
7606
8332
|
});
|
|
7607
8333
|
}
|
|
7608
|
-
export declare class SasInstallCodeResponse extends $tea.Model {
|
|
7609
|
-
headers: {
|
|
7610
|
-
[key: string]: string;
|
|
7611
|
-
};
|
|
7612
|
-
body: SasInstallCodeResponseBody;
|
|
7613
|
-
static names(): {
|
|
7614
|
-
[key: string]: string;
|
|
7615
|
-
};
|
|
7616
|
-
static types(): {
|
|
7617
|
-
[key: string]: any;
|
|
7618
|
-
};
|
|
7619
|
-
constructor(map?: {
|
|
7620
|
-
[key: string]: any;
|
|
7621
|
-
});
|
|
7622
|
-
}
|
|
7623
|
-
export declare class StartBaselineSecurityCheckRequest extends $tea.Model {
|
|
7624
|
-
itemIds?: number[];
|
|
7625
|
-
lang?: string;
|
|
7626
|
-
resourceOwnerId?: number;
|
|
7627
|
-
sourceIp?: string;
|
|
7628
|
-
type?: string;
|
|
7629
|
-
static names(): {
|
|
7630
|
-
[key: string]: string;
|
|
7631
|
-
};
|
|
7632
|
-
static types(): {
|
|
7633
|
-
[key: string]: any;
|
|
7634
|
-
};
|
|
7635
|
-
constructor(map?: {
|
|
7636
|
-
[key: string]: any;
|
|
7637
|
-
});
|
|
7638
|
-
}
|
|
7639
|
-
export declare class StartBaselineSecurityCheckResponseBody extends $tea.Model {
|
|
7640
|
-
requestId?: string;
|
|
7641
|
-
static names(): {
|
|
7642
|
-
[key: string]: string;
|
|
7643
|
-
};
|
|
7644
|
-
static types(): {
|
|
7645
|
-
[key: string]: any;
|
|
7646
|
-
};
|
|
7647
|
-
constructor(map?: {
|
|
7648
|
-
[key: string]: any;
|
|
7649
|
-
});
|
|
7650
|
-
}
|
|
7651
|
-
export declare class StartBaselineSecurityCheckResponse extends $tea.Model {
|
|
8334
|
+
export declare class SasInstallCodeResponse extends $tea.Model {
|
|
7652
8335
|
headers: {
|
|
7653
8336
|
[key: string]: string;
|
|
7654
8337
|
};
|
|
7655
|
-
|
|
8338
|
+
statusCode: number;
|
|
8339
|
+
body: SasInstallCodeResponseBody;
|
|
7656
8340
|
static names(): {
|
|
7657
8341
|
[key: string]: string;
|
|
7658
8342
|
};
|
|
@@ -7663,17 +8347,12 @@ export declare class StartBaselineSecurityCheckResponse extends $tea.Model {
|
|
|
7663
8347
|
[key: string]: any;
|
|
7664
8348
|
});
|
|
7665
8349
|
}
|
|
7666
|
-
export declare class
|
|
7667
|
-
|
|
7668
|
-
imageLayer?: string;
|
|
7669
|
-
imageTag?: string;
|
|
8350
|
+
export declare class StartBaselineSecurityCheckRequest extends $tea.Model {
|
|
8351
|
+
itemIds?: number[];
|
|
7670
8352
|
lang?: string;
|
|
7671
|
-
|
|
7672
|
-
|
|
7673
|
-
|
|
7674
|
-
repoInstanceId?: string;
|
|
7675
|
-
repoNamespace?: string;
|
|
7676
|
-
repoRegionId?: string;
|
|
8353
|
+
resourceOwnerId?: number;
|
|
8354
|
+
sourceIp?: string;
|
|
8355
|
+
type?: string;
|
|
7677
8356
|
static names(): {
|
|
7678
8357
|
[key: string]: string;
|
|
7679
8358
|
};
|
|
@@ -7684,7 +8363,7 @@ export declare class StartImageVulScanRequest extends $tea.Model {
|
|
|
7684
8363
|
[key: string]: any;
|
|
7685
8364
|
});
|
|
7686
8365
|
}
|
|
7687
|
-
export declare class
|
|
8366
|
+
export declare class StartBaselineSecurityCheckResponseBody extends $tea.Model {
|
|
7688
8367
|
requestId?: string;
|
|
7689
8368
|
static names(): {
|
|
7690
8369
|
[key: string]: string;
|
|
@@ -7696,11 +8375,12 @@ export declare class StartImageVulScanResponseBody extends $tea.Model {
|
|
|
7696
8375
|
[key: string]: any;
|
|
7697
8376
|
});
|
|
7698
8377
|
}
|
|
7699
|
-
export declare class
|
|
8378
|
+
export declare class StartBaselineSecurityCheckResponse extends $tea.Model {
|
|
7700
8379
|
headers: {
|
|
7701
8380
|
[key: string]: string;
|
|
7702
8381
|
};
|
|
7703
|
-
|
|
8382
|
+
statusCode: number;
|
|
8383
|
+
body: StartBaselineSecurityCheckResponseBody;
|
|
7704
8384
|
static names(): {
|
|
7705
8385
|
[key: string]: string;
|
|
7706
8386
|
};
|
|
@@ -7740,6 +8420,7 @@ export declare class StartVirusScanTaskResponse extends $tea.Model {
|
|
|
7740
8420
|
headers: {
|
|
7741
8421
|
[key: string]: string;
|
|
7742
8422
|
};
|
|
8423
|
+
statusCode: number;
|
|
7743
8424
|
body: StartVirusScanTaskResponseBody;
|
|
7744
8425
|
static names(): {
|
|
7745
8426
|
[key: string]: string;
|
|
@@ -7779,6 +8460,7 @@ export declare class UnbindAegisResponse extends $tea.Model {
|
|
|
7779
8460
|
headers: {
|
|
7780
8461
|
[key: string]: string;
|
|
7781
8462
|
};
|
|
8463
|
+
statusCode: number;
|
|
7782
8464
|
body: UnbindAegisResponseBody;
|
|
7783
8465
|
static names(): {
|
|
7784
8466
|
[key: string]: string;
|
|
@@ -7820,6 +8502,7 @@ export declare class UninstallBackupClientResponse extends $tea.Model {
|
|
|
7820
8502
|
headers: {
|
|
7821
8503
|
[key: string]: string;
|
|
7822
8504
|
};
|
|
8505
|
+
statusCode: number;
|
|
7823
8506
|
body: UninstallBackupClientResponseBody;
|
|
7824
8507
|
static names(): {
|
|
7825
8508
|
[key: string]: string;
|
|
@@ -7861,6 +8544,7 @@ export declare class ValidateHcWarningsResponse extends $tea.Model {
|
|
|
7861
8544
|
headers: {
|
|
7862
8545
|
[key: string]: string;
|
|
7863
8546
|
};
|
|
8547
|
+
statusCode: number;
|
|
7864
8548
|
body: ValidateHcWarningsResponseBody;
|
|
7865
8549
|
static names(): {
|
|
7866
8550
|
[key: string]: string;
|
|
@@ -8610,6 +9294,7 @@ export declare class DescribeDomainListResponseBodyPageInfo extends $tea.Model {
|
|
|
8610
9294
|
}
|
|
8611
9295
|
export declare class DescribeEmgVulItemResponseBodyGroupedVulItems extends $tea.Model {
|
|
8612
9296
|
aliasName?: string;
|
|
9297
|
+
checkType?: number;
|
|
8613
9298
|
gmtLastCheck?: number;
|
|
8614
9299
|
gmtPublish?: number;
|
|
8615
9300
|
name?: string;
|
|
@@ -8807,6 +9492,32 @@ export declare class DescribeFieldStatisticsResponseBodyGroupedFields extends $t
|
|
|
8807
9492
|
[key: string]: any;
|
|
8808
9493
|
});
|
|
8809
9494
|
}
|
|
9495
|
+
export declare class DescribeFrontVulPatchListResponseBodyFrontPatchListPatchList extends $tea.Model {
|
|
9496
|
+
aliasName?: string;
|
|
9497
|
+
name?: string;
|
|
9498
|
+
static names(): {
|
|
9499
|
+
[key: string]: string;
|
|
9500
|
+
};
|
|
9501
|
+
static types(): {
|
|
9502
|
+
[key: string]: any;
|
|
9503
|
+
};
|
|
9504
|
+
constructor(map?: {
|
|
9505
|
+
[key: string]: any;
|
|
9506
|
+
});
|
|
9507
|
+
}
|
|
9508
|
+
export declare class DescribeFrontVulPatchListResponseBodyFrontPatchList extends $tea.Model {
|
|
9509
|
+
patchList?: DescribeFrontVulPatchListResponseBodyFrontPatchListPatchList[];
|
|
9510
|
+
uuid?: string;
|
|
9511
|
+
static names(): {
|
|
9512
|
+
[key: string]: string;
|
|
9513
|
+
};
|
|
9514
|
+
static types(): {
|
|
9515
|
+
[key: string]: any;
|
|
9516
|
+
};
|
|
9517
|
+
constructor(map?: {
|
|
9518
|
+
[key: string]: any;
|
|
9519
|
+
});
|
|
9520
|
+
}
|
|
8810
9521
|
export declare class DescribeGroupedContainerInstancesResponseBodyGroupedContainerInstanceList extends $tea.Model {
|
|
8811
9522
|
alarmCount?: number;
|
|
8812
9523
|
appName?: string;
|
|
@@ -9940,6 +10651,82 @@ export declare class DescribeRiskListCheckResultResponseBodyList extends $tea.Mo
|
|
|
9940
10651
|
[key: string]: any;
|
|
9941
10652
|
});
|
|
9942
10653
|
}
|
|
10654
|
+
export declare class DescribeRiskTypeResponseBodyRiskTypesSubTypesCheckDetailsRulesParamList extends $tea.Model {
|
|
10655
|
+
enumValue?: string;
|
|
10656
|
+
maxValue?: number;
|
|
10657
|
+
minValue?: number;
|
|
10658
|
+
paramDefaultValue?: string;
|
|
10659
|
+
paramDesc?: string;
|
|
10660
|
+
paramName?: string;
|
|
10661
|
+
paramType?: number;
|
|
10662
|
+
static names(): {
|
|
10663
|
+
[key: string]: string;
|
|
10664
|
+
};
|
|
10665
|
+
static types(): {
|
|
10666
|
+
[key: string]: any;
|
|
10667
|
+
};
|
|
10668
|
+
constructor(map?: {
|
|
10669
|
+
[key: string]: any;
|
|
10670
|
+
});
|
|
10671
|
+
}
|
|
10672
|
+
export declare class DescribeRiskTypeResponseBodyRiskTypesSubTypesCheckDetailsRules extends $tea.Model {
|
|
10673
|
+
optional?: number;
|
|
10674
|
+
paramList?: DescribeRiskTypeResponseBodyRiskTypesSubTypesCheckDetailsRulesParamList[];
|
|
10675
|
+
ruleDesc?: string;
|
|
10676
|
+
ruleId?: string;
|
|
10677
|
+
static names(): {
|
|
10678
|
+
[key: string]: string;
|
|
10679
|
+
};
|
|
10680
|
+
static types(): {
|
|
10681
|
+
[key: string]: any;
|
|
10682
|
+
};
|
|
10683
|
+
constructor(map?: {
|
|
10684
|
+
[key: string]: any;
|
|
10685
|
+
});
|
|
10686
|
+
}
|
|
10687
|
+
export declare class DescribeRiskTypeResponseBodyRiskTypesSubTypesCheckDetails extends $tea.Model {
|
|
10688
|
+
checkDesc?: string;
|
|
10689
|
+
checkId?: number;
|
|
10690
|
+
checkItem?: string;
|
|
10691
|
+
rules?: DescribeRiskTypeResponseBodyRiskTypesSubTypesCheckDetailsRules[];
|
|
10692
|
+
static names(): {
|
|
10693
|
+
[key: string]: string;
|
|
10694
|
+
};
|
|
10695
|
+
static types(): {
|
|
10696
|
+
[key: string]: any;
|
|
10697
|
+
};
|
|
10698
|
+
constructor(map?: {
|
|
10699
|
+
[key: string]: any;
|
|
10700
|
+
});
|
|
10701
|
+
}
|
|
10702
|
+
export declare class DescribeRiskTypeResponseBodyRiskTypesSubTypes extends $tea.Model {
|
|
10703
|
+
alias?: string;
|
|
10704
|
+
checkDetails?: DescribeRiskTypeResponseBodyRiskTypesSubTypesCheckDetails[];
|
|
10705
|
+
typeName?: string;
|
|
10706
|
+
static names(): {
|
|
10707
|
+
[key: string]: string;
|
|
10708
|
+
};
|
|
10709
|
+
static types(): {
|
|
10710
|
+
[key: string]: any;
|
|
10711
|
+
};
|
|
10712
|
+
constructor(map?: {
|
|
10713
|
+
[key: string]: any;
|
|
10714
|
+
});
|
|
10715
|
+
}
|
|
10716
|
+
export declare class DescribeRiskTypeResponseBodyRiskTypes extends $tea.Model {
|
|
10717
|
+
alias?: string;
|
|
10718
|
+
subTypes?: DescribeRiskTypeResponseBodyRiskTypesSubTypes[];
|
|
10719
|
+
typeName?: string;
|
|
10720
|
+
static names(): {
|
|
10721
|
+
[key: string]: string;
|
|
10722
|
+
};
|
|
10723
|
+
static types(): {
|
|
10724
|
+
[key: string]: any;
|
|
10725
|
+
};
|
|
10726
|
+
constructor(map?: {
|
|
10727
|
+
[key: string]: any;
|
|
10728
|
+
});
|
|
10729
|
+
}
|
|
9943
10730
|
export declare class DescribeSearchConditionResponseBodyConditionList extends $tea.Model {
|
|
9944
10731
|
conditionType?: string;
|
|
9945
10732
|
filterConditions?: string;
|
|
@@ -10245,6 +11032,103 @@ export declare class DescribeStrategyResponseBodyStrategies extends $tea.Model {
|
|
|
10245
11032
|
[key: string]: any;
|
|
10246
11033
|
});
|
|
10247
11034
|
}
|
|
11035
|
+
export declare class DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypesCheckDetailsRulesParamList extends $tea.Model {
|
|
11036
|
+
enumValue?: string;
|
|
11037
|
+
maxValue?: number;
|
|
11038
|
+
minValue?: number;
|
|
11039
|
+
paramDefaultValue?: string;
|
|
11040
|
+
paramDesc?: string;
|
|
11041
|
+
paramName?: string;
|
|
11042
|
+
paramType?: number;
|
|
11043
|
+
value?: string;
|
|
11044
|
+
static names(): {
|
|
11045
|
+
[key: string]: string;
|
|
11046
|
+
};
|
|
11047
|
+
static types(): {
|
|
11048
|
+
[key: string]: any;
|
|
11049
|
+
};
|
|
11050
|
+
constructor(map?: {
|
|
11051
|
+
[key: string]: any;
|
|
11052
|
+
});
|
|
11053
|
+
}
|
|
11054
|
+
export declare class DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypesCheckDetailsRules extends $tea.Model {
|
|
11055
|
+
defaultValue?: number;
|
|
11056
|
+
optional?: number;
|
|
11057
|
+
paramList?: DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypesCheckDetailsRulesParamList[];
|
|
11058
|
+
ruleDesc?: string;
|
|
11059
|
+
ruleId?: string;
|
|
11060
|
+
static names(): {
|
|
11061
|
+
[key: string]: string;
|
|
11062
|
+
};
|
|
11063
|
+
static types(): {
|
|
11064
|
+
[key: string]: any;
|
|
11065
|
+
};
|
|
11066
|
+
constructor(map?: {
|
|
11067
|
+
[key: string]: any;
|
|
11068
|
+
});
|
|
11069
|
+
}
|
|
11070
|
+
export declare class DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypesCheckDetails extends $tea.Model {
|
|
11071
|
+
checkDesc?: string;
|
|
11072
|
+
checkId?: number;
|
|
11073
|
+
checkItem?: string;
|
|
11074
|
+
rules?: DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypesCheckDetailsRules[];
|
|
11075
|
+
static names(): {
|
|
11076
|
+
[key: string]: string;
|
|
11077
|
+
};
|
|
11078
|
+
static types(): {
|
|
11079
|
+
[key: string]: any;
|
|
11080
|
+
};
|
|
11081
|
+
constructor(map?: {
|
|
11082
|
+
[key: string]: any;
|
|
11083
|
+
});
|
|
11084
|
+
}
|
|
11085
|
+
export declare class DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypes extends $tea.Model {
|
|
11086
|
+
alias?: string;
|
|
11087
|
+
checkDetails?: DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypesCheckDetails[];
|
|
11088
|
+
on?: boolean;
|
|
11089
|
+
typeName?: string;
|
|
11090
|
+
static names(): {
|
|
11091
|
+
[key: string]: string;
|
|
11092
|
+
};
|
|
11093
|
+
static types(): {
|
|
11094
|
+
[key: string]: any;
|
|
11095
|
+
};
|
|
11096
|
+
constructor(map?: {
|
|
11097
|
+
[key: string]: any;
|
|
11098
|
+
});
|
|
11099
|
+
}
|
|
11100
|
+
export declare class DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultList extends $tea.Model {
|
|
11101
|
+
alias?: string;
|
|
11102
|
+
on?: boolean;
|
|
11103
|
+
subTypes?: DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypes[];
|
|
11104
|
+
typeName?: string;
|
|
11105
|
+
static names(): {
|
|
11106
|
+
[key: string]: string;
|
|
11107
|
+
};
|
|
11108
|
+
static types(): {
|
|
11109
|
+
[key: string]: any;
|
|
11110
|
+
};
|
|
11111
|
+
constructor(map?: {
|
|
11112
|
+
[key: string]: any;
|
|
11113
|
+
});
|
|
11114
|
+
}
|
|
11115
|
+
export declare class DescribeStrategyDetailResponseBodyStrategy extends $tea.Model {
|
|
11116
|
+
cycleDays?: number;
|
|
11117
|
+
cycleStartTime?: number;
|
|
11118
|
+
id?: number;
|
|
11119
|
+
name?: string;
|
|
11120
|
+
riskTypeWhiteListQueryResultList?: DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultList[];
|
|
11121
|
+
type?: number;
|
|
11122
|
+
static names(): {
|
|
11123
|
+
[key: string]: string;
|
|
11124
|
+
};
|
|
11125
|
+
static types(): {
|
|
11126
|
+
[key: string]: any;
|
|
11127
|
+
};
|
|
11128
|
+
constructor(map?: {
|
|
11129
|
+
[key: string]: any;
|
|
11130
|
+
});
|
|
11131
|
+
}
|
|
10248
11132
|
export declare class DescribeStrategyExecDetailResponseBodyFailedEcsList extends $tea.Model {
|
|
10249
11133
|
IP?: string;
|
|
10250
11134
|
instanceName?: string;
|
|
@@ -10443,6 +11327,23 @@ export declare class DescribeUserBaselineAuthorizationResponseBodyUserBaselineAu
|
|
|
10443
11327
|
[key: string]: any;
|
|
10444
11328
|
});
|
|
10445
11329
|
}
|
|
11330
|
+
export declare class DescribeUuidsByVulNamesResponseBodyMachineInfoStatistics extends $tea.Model {
|
|
11331
|
+
machineInstanceId?: string;
|
|
11332
|
+
machineIp?: string;
|
|
11333
|
+
machineName?: string;
|
|
11334
|
+
os?: string;
|
|
11335
|
+
regionId?: string;
|
|
11336
|
+
uuid?: string;
|
|
11337
|
+
static names(): {
|
|
11338
|
+
[key: string]: string;
|
|
11339
|
+
};
|
|
11340
|
+
static types(): {
|
|
11341
|
+
[key: string]: any;
|
|
11342
|
+
};
|
|
11343
|
+
constructor(map?: {
|
|
11344
|
+
[key: string]: any;
|
|
11345
|
+
});
|
|
11346
|
+
}
|
|
10446
11347
|
export declare class DescribeVpcHoneyPotCriteriaResponseBodyCriteriaList extends $tea.Model {
|
|
10447
11348
|
name?: string;
|
|
10448
11349
|
type?: string;
|
|
@@ -10781,6 +11682,37 @@ export declare class HandleSecurityEventsResponseBodyHandleSecurityEventsRespons
|
|
|
10781
11682
|
[key: string]: any;
|
|
10782
11683
|
});
|
|
10783
11684
|
}
|
|
11685
|
+
export declare class ListVulAutoRepairConfigResponseBodyPageInfo extends $tea.Model {
|
|
11686
|
+
count?: number;
|
|
11687
|
+
currentPage?: number;
|
|
11688
|
+
pageSize?: number;
|
|
11689
|
+
totalCount?: number;
|
|
11690
|
+
static names(): {
|
|
11691
|
+
[key: string]: string;
|
|
11692
|
+
};
|
|
11693
|
+
static types(): {
|
|
11694
|
+
[key: string]: any;
|
|
11695
|
+
};
|
|
11696
|
+
constructor(map?: {
|
|
11697
|
+
[key: string]: any;
|
|
11698
|
+
});
|
|
11699
|
+
}
|
|
11700
|
+
export declare class ListVulAutoRepairConfigResponseBodyVulAutoRepairConfigList extends $tea.Model {
|
|
11701
|
+
aliasName?: string;
|
|
11702
|
+
id?: number;
|
|
11703
|
+
name?: string;
|
|
11704
|
+
reason?: string;
|
|
11705
|
+
type?: string;
|
|
11706
|
+
static names(): {
|
|
11707
|
+
[key: string]: string;
|
|
11708
|
+
};
|
|
11709
|
+
static types(): {
|
|
11710
|
+
[key: string]: any;
|
|
11711
|
+
};
|
|
11712
|
+
constructor(map?: {
|
|
11713
|
+
[key: string]: any;
|
|
11714
|
+
});
|
|
11715
|
+
}
|
|
10784
11716
|
export declare class ModifyPushAllTaskResponseBodyPushTaskRspPushTaskResultList extends $tea.Model {
|
|
10785
11717
|
groupId?: number;
|
|
10786
11718
|
instanceId?: string;
|
|
@@ -10814,6 +11746,18 @@ export declare class ModifyPushAllTaskResponseBodyPushTaskRsp extends $tea.Model
|
|
|
10814
11746
|
[key: string]: any;
|
|
10815
11747
|
});
|
|
10816
11748
|
}
|
|
11749
|
+
export declare class ModifyStrategyResponseBodyResult extends $tea.Model {
|
|
11750
|
+
strategyId?: number;
|
|
11751
|
+
static names(): {
|
|
11752
|
+
[key: string]: string;
|
|
11753
|
+
};
|
|
11754
|
+
static types(): {
|
|
11755
|
+
[key: string]: any;
|
|
11756
|
+
};
|
|
11757
|
+
constructor(map?: {
|
|
11758
|
+
[key: string]: any;
|
|
11759
|
+
});
|
|
11760
|
+
}
|
|
10817
11761
|
export declare class OperateAgentClientInstallResponseBodyAegisCelintInstallResposeList extends $tea.Model {
|
|
10818
11762
|
instanceId?: string;
|
|
10819
11763
|
recordId?: number;
|
|
@@ -10828,6 +11772,59 @@ export declare class OperateAgentClientInstallResponseBodyAegisCelintInstallResp
|
|
|
10828
11772
|
[key: string]: any;
|
|
10829
11773
|
});
|
|
10830
11774
|
}
|
|
11775
|
+
export declare class PublicCreateImageScanTaskResponseBodyData extends $tea.Model {
|
|
11776
|
+
canCreate?: boolean;
|
|
11777
|
+
collectTime?: number;
|
|
11778
|
+
execTime?: number;
|
|
11779
|
+
finishCount?: number;
|
|
11780
|
+
progress?: number;
|
|
11781
|
+
result?: string;
|
|
11782
|
+
status?: string;
|
|
11783
|
+
taskId?: string;
|
|
11784
|
+
totalCount?: number;
|
|
11785
|
+
static names(): {
|
|
11786
|
+
[key: string]: string;
|
|
11787
|
+
};
|
|
11788
|
+
static types(): {
|
|
11789
|
+
[key: string]: any;
|
|
11790
|
+
};
|
|
11791
|
+
constructor(map?: {
|
|
11792
|
+
[key: string]: any;
|
|
11793
|
+
});
|
|
11794
|
+
}
|
|
11795
|
+
export declare class PublicPreCheckImageScanTaskResponseBodyData extends $tea.Model {
|
|
11796
|
+
needAuthCount?: number;
|
|
11797
|
+
scanImageCount?: number;
|
|
11798
|
+
static names(): {
|
|
11799
|
+
[key: string]: string;
|
|
11800
|
+
};
|
|
11801
|
+
static types(): {
|
|
11802
|
+
[key: string]: any;
|
|
11803
|
+
};
|
|
11804
|
+
constructor(map?: {
|
|
11805
|
+
[key: string]: any;
|
|
11806
|
+
});
|
|
11807
|
+
}
|
|
11808
|
+
export declare class PublicSyncAndCreateImageScanTaskResponseBodyData extends $tea.Model {
|
|
11809
|
+
canCreate?: boolean;
|
|
11810
|
+
collectTime?: number;
|
|
11811
|
+
execTime?: number;
|
|
11812
|
+
finishCount?: number;
|
|
11813
|
+
progress?: number;
|
|
11814
|
+
result?: string;
|
|
11815
|
+
status?: string;
|
|
11816
|
+
taskId?: string;
|
|
11817
|
+
totalCount?: number;
|
|
11818
|
+
static names(): {
|
|
11819
|
+
[key: string]: string;
|
|
11820
|
+
};
|
|
11821
|
+
static types(): {
|
|
11822
|
+
[key: string]: any;
|
|
11823
|
+
};
|
|
11824
|
+
constructor(map?: {
|
|
11825
|
+
[key: string]: any;
|
|
11826
|
+
});
|
|
11827
|
+
}
|
|
10831
11828
|
export declare class QueryGroupedSecurityEventMarkMissListResponseBodyList extends $tea.Model {
|
|
10832
11829
|
aliUid?: number;
|
|
10833
11830
|
eventName?: string;
|
|
@@ -10837,8 +11834,6 @@ export declare class QueryGroupedSecurityEventMarkMissListResponseBodyList exten
|
|
|
10837
11834
|
field?: string;
|
|
10838
11835
|
fieldValue?: string;
|
|
10839
11836
|
filedAliasName?: string;
|
|
10840
|
-
gmtCreate?: number;
|
|
10841
|
-
gmtModified?: number;
|
|
10842
11837
|
operate?: string;
|
|
10843
11838
|
uuids?: string;
|
|
10844
11839
|
static names(): {
|
|
@@ -10873,6 +11868,8 @@ export default class Client extends OpenApi {
|
|
|
10873
11868
|
}, endpoint: string): string;
|
|
10874
11869
|
addVpcHoneyPotWithOptions(request: AddVpcHoneyPotRequest, runtime: $Util.RuntimeOptions): Promise<AddVpcHoneyPotResponse>;
|
|
10875
11870
|
addVpcHoneyPot(request: AddVpcHoneyPotRequest): Promise<AddVpcHoneyPotResponse>;
|
|
11871
|
+
checkQuaraFileIdWithOptions(request: CheckQuaraFileIdRequest, runtime: $Util.RuntimeOptions): Promise<CheckQuaraFileIdResponse>;
|
|
11872
|
+
checkQuaraFileId(request: CheckQuaraFileIdRequest): Promise<CheckQuaraFileIdResponse>;
|
|
10876
11873
|
checkSecurityEventIdWithOptions(request: CheckSecurityEventIdRequest, runtime: $Util.RuntimeOptions): Promise<CheckSecurityEventIdResponse>;
|
|
10877
11874
|
checkSecurityEventId(request: CheckSecurityEventIdRequest): Promise<CheckSecurityEventIdResponse>;
|
|
10878
11875
|
createAntiBruteForceRuleWithOptions(request: CreateAntiBruteForceRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateAntiBruteForceRuleResponse>;
|
|
@@ -10909,6 +11906,8 @@ export default class Client extends OpenApi {
|
|
|
10909
11906
|
describeAlarmEventDetail(request: DescribeAlarmEventDetailRequest): Promise<DescribeAlarmEventDetailResponse>;
|
|
10910
11907
|
describeAlarmEventListWithOptions(request: DescribeAlarmEventListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlarmEventListResponse>;
|
|
10911
11908
|
describeAlarmEventList(request: DescribeAlarmEventListRequest): Promise<DescribeAlarmEventListResponse>;
|
|
11909
|
+
describeAlarmEventStackInfoWithOptions(request: DescribeAlarmEventStackInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlarmEventStackInfoResponse>;
|
|
11910
|
+
describeAlarmEventStackInfo(request: DescribeAlarmEventStackInfoRequest): Promise<DescribeAlarmEventStackInfoResponse>;
|
|
10912
11911
|
describeAllEntityWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeAllEntityResponse>;
|
|
10913
11912
|
describeAllEntity(): Promise<DescribeAllEntityResponse>;
|
|
10914
11913
|
describeAllGroupsWithOptions(request: DescribeAllGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAllGroupsResponse>;
|
|
@@ -10977,6 +11976,8 @@ export default class Client extends OpenApi {
|
|
|
10977
11976
|
describeExposedStatisticsDetail(request: DescribeExposedStatisticsDetailRequest): Promise<DescribeExposedStatisticsDetailResponse>;
|
|
10978
11977
|
describeFieldStatisticsWithOptions(request: DescribeFieldStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFieldStatisticsResponse>;
|
|
10979
11978
|
describeFieldStatistics(request: DescribeFieldStatisticsRequest): Promise<DescribeFieldStatisticsResponse>;
|
|
11979
|
+
describeFrontVulPatchListWithOptions(request: DescribeFrontVulPatchListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFrontVulPatchListResponse>;
|
|
11980
|
+
describeFrontVulPatchList(request: DescribeFrontVulPatchListRequest): Promise<DescribeFrontVulPatchListResponse>;
|
|
10980
11981
|
describeGroupedContainerInstancesWithOptions(request: DescribeGroupedContainerInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupedContainerInstancesResponse>;
|
|
10981
11982
|
describeGroupedContainerInstances(request: DescribeGroupedContainerInstancesRequest): Promise<DescribeGroupedContainerInstancesResponse>;
|
|
10982
11983
|
describeGroupedInstancesWithOptions(request: DescribeGroupedInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupedInstancesResponse>;
|
|
@@ -11057,6 +12058,8 @@ export default class Client extends OpenApi {
|
|
|
11057
12058
|
describeRiskItemType(request: DescribeRiskItemTypeRequest): Promise<DescribeRiskItemTypeResponse>;
|
|
11058
12059
|
describeRiskListCheckResultWithOptions(request: DescribeRiskListCheckResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskListCheckResultResponse>;
|
|
11059
12060
|
describeRiskListCheckResult(request: DescribeRiskListCheckResultRequest): Promise<DescribeRiskListCheckResultResponse>;
|
|
12061
|
+
describeRiskTypeWithOptions(request: DescribeRiskTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskTypeResponse>;
|
|
12062
|
+
describeRiskType(request: DescribeRiskTypeRequest): Promise<DescribeRiskTypeResponse>;
|
|
11060
12063
|
describeScanTaskProgressWithOptions(request: DescribeScanTaskProgressRequest, runtime: $Util.RuntimeOptions): Promise<DescribeScanTaskProgressResponse>;
|
|
11061
12064
|
describeScanTaskProgress(request: DescribeScanTaskProgressRequest): Promise<DescribeScanTaskProgressResponse>;
|
|
11062
12065
|
describeSearchConditionWithOptions(request: DescribeSearchConditionRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSearchConditionResponse>;
|
|
@@ -11079,6 +12082,8 @@ export default class Client extends OpenApi {
|
|
|
11079
12082
|
describeSimilarSecurityEvents(request: DescribeSimilarSecurityEventsRequest): Promise<DescribeSimilarSecurityEventsResponse>;
|
|
11080
12083
|
describeStrategyWithOptions(request: DescribeStrategyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStrategyResponse>;
|
|
11081
12084
|
describeStrategy(request: DescribeStrategyRequest): Promise<DescribeStrategyResponse>;
|
|
12085
|
+
describeStrategyDetailWithOptions(request: DescribeStrategyDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStrategyDetailResponse>;
|
|
12086
|
+
describeStrategyDetail(request: DescribeStrategyDetailRequest): Promise<DescribeStrategyDetailResponse>;
|
|
11082
12087
|
describeStrategyExecDetailWithOptions(request: DescribeStrategyExecDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStrategyExecDetailResponse>;
|
|
11083
12088
|
describeStrategyExecDetail(request: DescribeStrategyExecDetailRequest): Promise<DescribeStrategyExecDetailResponse>;
|
|
11084
12089
|
describeStrategyTargetWithOptions(request: DescribeStrategyTargetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStrategyTargetResponse>;
|
|
@@ -11101,6 +12106,8 @@ export default class Client extends OpenApi {
|
|
|
11101
12106
|
describeUserBaselineAuthorization(request: DescribeUserBaselineAuthorizationRequest): Promise<DescribeUserBaselineAuthorizationResponse>;
|
|
11102
12107
|
describeUserLayoutAuthorizationWithOptions(request: DescribeUserLayoutAuthorizationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserLayoutAuthorizationResponse>;
|
|
11103
12108
|
describeUserLayoutAuthorization(request: DescribeUserLayoutAuthorizationRequest): Promise<DescribeUserLayoutAuthorizationResponse>;
|
|
12109
|
+
describeUuidsByVulNamesWithOptions(request: DescribeUuidsByVulNamesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUuidsByVulNamesResponse>;
|
|
12110
|
+
describeUuidsByVulNames(request: DescribeUuidsByVulNamesRequest): Promise<DescribeUuidsByVulNamesResponse>;
|
|
11104
12111
|
describeVersionConfigWithOptions(request: DescribeVersionConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVersionConfigResponse>;
|
|
11105
12112
|
describeVersionConfig(request: DescribeVersionConfigRequest): Promise<DescribeVersionConfigResponse>;
|
|
11106
12113
|
describeVpcHoneyPotCriteriaWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeVpcHoneyPotCriteriaResponse>;
|
|
@@ -11147,6 +12154,8 @@ export default class Client extends OpenApi {
|
|
|
11147
12154
|
installBackupClient(request: InstallBackupClientRequest): Promise<InstallBackupClientResponse>;
|
|
11148
12155
|
installCloudMonitorWithOptions(request: InstallCloudMonitorRequest, runtime: $Util.RuntimeOptions): Promise<InstallCloudMonitorResponse>;
|
|
11149
12156
|
installCloudMonitor(request: InstallCloudMonitorRequest): Promise<InstallCloudMonitorResponse>;
|
|
12157
|
+
listVulAutoRepairConfigWithOptions(request: ListVulAutoRepairConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListVulAutoRepairConfigResponse>;
|
|
12158
|
+
listVulAutoRepairConfig(request: ListVulAutoRepairConfigRequest): Promise<ListVulAutoRepairConfigResponse>;
|
|
11150
12159
|
modifyAntiBruteForceRuleWithOptions(request: ModifyAntiBruteForceRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAntiBruteForceRuleResponse>;
|
|
11151
12160
|
modifyAntiBruteForceRule(request: ModifyAntiBruteForceRuleRequest): Promise<ModifyAntiBruteForceRuleResponse>;
|
|
11152
12161
|
modifyAssetGroupWithOptions(request: ModifyAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAssetGroupResponse>;
|
|
@@ -11183,6 +12192,10 @@ export default class Client extends OpenApi {
|
|
|
11183
12192
|
modifySecurityCheckScheduleConfig(request: ModifySecurityCheckScheduleConfigRequest): Promise<ModifySecurityCheckScheduleConfigResponse>;
|
|
11184
12193
|
modifyStartVulScanWithOptions(request: ModifyStartVulScanRequest, runtime: $Util.RuntimeOptions): Promise<ModifyStartVulScanResponse>;
|
|
11185
12194
|
modifyStartVulScan(request: ModifyStartVulScanRequest): Promise<ModifyStartVulScanResponse>;
|
|
12195
|
+
modifyStrategyWithOptions(request: ModifyStrategyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyStrategyResponse>;
|
|
12196
|
+
modifyStrategy(request: ModifyStrategyRequest): Promise<ModifyStrategyResponse>;
|
|
12197
|
+
modifyStrategyTargetWithOptions(request: ModifyStrategyTargetRequest, runtime: $Util.RuntimeOptions): Promise<ModifyStrategyTargetResponse>;
|
|
12198
|
+
modifyStrategyTarget(request: ModifyStrategyTargetRequest): Promise<ModifyStrategyTargetResponse>;
|
|
11186
12199
|
modifyTagWithUuidWithOptions(request: ModifyTagWithUuidRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTagWithUuidResponse>;
|
|
11187
12200
|
modifyTagWithUuid(request: ModifyTagWithUuidRequest): Promise<ModifyTagWithUuidResponse>;
|
|
11188
12201
|
modifyVpcHoneyPotWithOptions(request: ModifyVpcHoneyPotRequest, runtime: $Util.RuntimeOptions): Promise<ModifyVpcHoneyPotResponse>;
|
|
@@ -11209,6 +12222,12 @@ export default class Client extends OpenApi {
|
|
|
11209
12222
|
operationSuspEvents(request: OperationSuspEventsRequest): Promise<OperationSuspEventsResponse>;
|
|
11210
12223
|
pauseClientWithOptions(request: PauseClientRequest, runtime: $Util.RuntimeOptions): Promise<PauseClientResponse>;
|
|
11211
12224
|
pauseClient(request: PauseClientRequest): Promise<PauseClientResponse>;
|
|
12225
|
+
publicCreateImageScanTaskWithOptions(request: PublicCreateImageScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<PublicCreateImageScanTaskResponse>;
|
|
12226
|
+
publicCreateImageScanTask(request: PublicCreateImageScanTaskRequest): Promise<PublicCreateImageScanTaskResponse>;
|
|
12227
|
+
publicPreCheckImageScanTaskWithOptions(request: PublicPreCheckImageScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<PublicPreCheckImageScanTaskResponse>;
|
|
12228
|
+
publicPreCheckImageScanTask(request: PublicPreCheckImageScanTaskRequest): Promise<PublicPreCheckImageScanTaskResponse>;
|
|
12229
|
+
publicSyncAndCreateImageScanTaskWithOptions(request: PublicSyncAndCreateImageScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<PublicSyncAndCreateImageScanTaskResponse>;
|
|
12230
|
+
publicSyncAndCreateImageScanTask(request: PublicSyncAndCreateImageScanTaskRequest): Promise<PublicSyncAndCreateImageScanTaskResponse>;
|
|
11212
12231
|
queryGroupIdByGroupNameWithOptions(request: QueryGroupIdByGroupNameRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupIdByGroupNameResponse>;
|
|
11213
12232
|
queryGroupIdByGroupName(request: QueryGroupIdByGroupNameRequest): Promise<QueryGroupIdByGroupNameResponse>;
|
|
11214
12233
|
queryGroupedSecurityEventMarkMissListWithOptions(request: QueryGroupedSecurityEventMarkMissListRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupedSecurityEventMarkMissListResponse>;
|
|
@@ -11223,8 +12242,6 @@ export default class Client extends OpenApi {
|
|
|
11223
12242
|
sasInstallCode(request: SasInstallCodeRequest): Promise<SasInstallCodeResponse>;
|
|
11224
12243
|
startBaselineSecurityCheckWithOptions(request: StartBaselineSecurityCheckRequest, runtime: $Util.RuntimeOptions): Promise<StartBaselineSecurityCheckResponse>;
|
|
11225
12244
|
startBaselineSecurityCheck(request: StartBaselineSecurityCheckRequest): Promise<StartBaselineSecurityCheckResponse>;
|
|
11226
|
-
startImageVulScanWithOptions(request: StartImageVulScanRequest, runtime: $Util.RuntimeOptions): Promise<StartImageVulScanResponse>;
|
|
11227
|
-
startImageVulScan(request: StartImageVulScanRequest): Promise<StartImageVulScanResponse>;
|
|
11228
12245
|
startVirusScanTaskWithOptions(request: StartVirusScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<StartVirusScanTaskResponse>;
|
|
11229
12246
|
startVirusScanTask(request: StartVirusScanTaskRequest): Promise<StartVirusScanTaskResponse>;
|
|
11230
12247
|
unbindAegisWithOptions(request: UnbindAegisRequest, runtime: $Util.RuntimeOptions): Promise<UnbindAegisResponse>;
|