@alicloud/sas20181203 1.1.8 → 1.1.11
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 +1093 -77
- package/dist/client.js +2130 -183
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2757 -235
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;
|
|
@@ -1936,6 +2069,7 @@ export declare class DescribeEmgVulItemResponse extends $tea.Model {
|
|
|
1936
2069
|
headers: {
|
|
1937
2070
|
[key: string]: string;
|
|
1938
2071
|
};
|
|
2072
|
+
statusCode: number;
|
|
1939
2073
|
body: DescribeEmgVulItemResponseBody;
|
|
1940
2074
|
static names(): {
|
|
1941
2075
|
[key: string]: string;
|
|
@@ -1983,6 +2117,7 @@ export declare class DescribeExportInfoResponse extends $tea.Model {
|
|
|
1983
2117
|
headers: {
|
|
1984
2118
|
[key: string]: string;
|
|
1985
2119
|
};
|
|
2120
|
+
statusCode: number;
|
|
1986
2121
|
body: DescribeExportInfoResponseBody;
|
|
1987
2122
|
static names(): {
|
|
1988
2123
|
[key: string]: string;
|
|
@@ -2023,6 +2158,7 @@ export declare class DescribeExposedInstanceCriteriaResponse extends $tea.Model
|
|
|
2023
2158
|
headers: {
|
|
2024
2159
|
[key: string]: string;
|
|
2025
2160
|
};
|
|
2161
|
+
statusCode: number;
|
|
2026
2162
|
body: DescribeExposedInstanceCriteriaResponseBody;
|
|
2027
2163
|
static names(): {
|
|
2028
2164
|
[key: string]: string;
|
|
@@ -2063,6 +2199,7 @@ export declare class DescribeExposedInstanceDetailResponse extends $tea.Model {
|
|
|
2063
2199
|
headers: {
|
|
2064
2200
|
[key: string]: string;
|
|
2065
2201
|
};
|
|
2202
|
+
statusCode: number;
|
|
2066
2203
|
body: DescribeExposedInstanceDetailResponseBody;
|
|
2067
2204
|
static names(): {
|
|
2068
2205
|
[key: string]: string;
|
|
@@ -2113,6 +2250,7 @@ export declare class DescribeExposedInstanceListResponse extends $tea.Model {
|
|
|
2113
2250
|
headers: {
|
|
2114
2251
|
[key: string]: string;
|
|
2115
2252
|
};
|
|
2253
|
+
statusCode: number;
|
|
2116
2254
|
body: DescribeExposedInstanceListResponseBody;
|
|
2117
2255
|
static names(): {
|
|
2118
2256
|
[key: string]: string;
|
|
@@ -2149,6 +2287,7 @@ export declare class DescribeExposedStatisticsResponse extends $tea.Model {
|
|
|
2149
2287
|
headers: {
|
|
2150
2288
|
[key: string]: string;
|
|
2151
2289
|
};
|
|
2290
|
+
statusCode: number;
|
|
2152
2291
|
body: DescribeExposedStatisticsResponseBody;
|
|
2153
2292
|
static names(): {
|
|
2154
2293
|
[key: string]: string;
|
|
@@ -2194,6 +2333,7 @@ export declare class DescribeExposedStatisticsDetailResponse extends $tea.Model
|
|
|
2194
2333
|
headers: {
|
|
2195
2334
|
[key: string]: string;
|
|
2196
2335
|
};
|
|
2336
|
+
statusCode: number;
|
|
2197
2337
|
body: DescribeExposedStatisticsDetailResponseBody;
|
|
2198
2338
|
static names(): {
|
|
2199
2339
|
[key: string]: string;
|
|
@@ -2235,6 +2375,7 @@ export declare class DescribeFieldStatisticsResponse extends $tea.Model {
|
|
|
2235
2375
|
headers: {
|
|
2236
2376
|
[key: string]: string;
|
|
2237
2377
|
};
|
|
2378
|
+
statusCode: number;
|
|
2238
2379
|
body: DescribeFieldStatisticsResponseBody;
|
|
2239
2380
|
static names(): {
|
|
2240
2381
|
[key: string]: string;
|
|
@@ -2246,6 +2387,49 @@ export declare class DescribeFieldStatisticsResponse extends $tea.Model {
|
|
|
2246
2387
|
[key: string]: any;
|
|
2247
2388
|
});
|
|
2248
2389
|
}
|
|
2390
|
+
export declare class DescribeFrontVulPatchListRequest extends $tea.Model {
|
|
2391
|
+
info?: string;
|
|
2392
|
+
operateType?: string;
|
|
2393
|
+
type?: string;
|
|
2394
|
+
static names(): {
|
|
2395
|
+
[key: string]: string;
|
|
2396
|
+
};
|
|
2397
|
+
static types(): {
|
|
2398
|
+
[key: string]: any;
|
|
2399
|
+
};
|
|
2400
|
+
constructor(map?: {
|
|
2401
|
+
[key: string]: any;
|
|
2402
|
+
});
|
|
2403
|
+
}
|
|
2404
|
+
export declare class DescribeFrontVulPatchListResponseBody extends $tea.Model {
|
|
2405
|
+
frontPatchList?: DescribeFrontVulPatchListResponseBodyFrontPatchList[];
|
|
2406
|
+
requestId?: string;
|
|
2407
|
+
static names(): {
|
|
2408
|
+
[key: string]: string;
|
|
2409
|
+
};
|
|
2410
|
+
static types(): {
|
|
2411
|
+
[key: string]: any;
|
|
2412
|
+
};
|
|
2413
|
+
constructor(map?: {
|
|
2414
|
+
[key: string]: any;
|
|
2415
|
+
});
|
|
2416
|
+
}
|
|
2417
|
+
export declare class DescribeFrontVulPatchListResponse extends $tea.Model {
|
|
2418
|
+
headers: {
|
|
2419
|
+
[key: string]: string;
|
|
2420
|
+
};
|
|
2421
|
+
statusCode: number;
|
|
2422
|
+
body: DescribeFrontVulPatchListResponseBody;
|
|
2423
|
+
static names(): {
|
|
2424
|
+
[key: string]: string;
|
|
2425
|
+
};
|
|
2426
|
+
static types(): {
|
|
2427
|
+
[key: string]: any;
|
|
2428
|
+
};
|
|
2429
|
+
constructor(map?: {
|
|
2430
|
+
[key: string]: any;
|
|
2431
|
+
});
|
|
2432
|
+
}
|
|
2249
2433
|
export declare class DescribeGroupedContainerInstancesRequest extends $tea.Model {
|
|
2250
2434
|
criteria?: string;
|
|
2251
2435
|
currentPage?: number;
|
|
@@ -2281,6 +2465,7 @@ export declare class DescribeGroupedContainerInstancesResponse extends $tea.Mode
|
|
|
2281
2465
|
headers: {
|
|
2282
2466
|
[key: string]: string;
|
|
2283
2467
|
};
|
|
2468
|
+
statusCode: number;
|
|
2284
2469
|
body: DescribeGroupedContainerInstancesResponseBody;
|
|
2285
2470
|
static names(): {
|
|
2286
2471
|
[key: string]: string;
|
|
@@ -2328,6 +2513,7 @@ export declare class DescribeGroupedInstancesResponse extends $tea.Model {
|
|
|
2328
2513
|
headers: {
|
|
2329
2514
|
[key: string]: string;
|
|
2330
2515
|
};
|
|
2516
|
+
statusCode: number;
|
|
2331
2517
|
body: DescribeGroupedInstancesResponseBody;
|
|
2332
2518
|
static names(): {
|
|
2333
2519
|
[key: string]: string;
|
|
@@ -2382,6 +2568,7 @@ export declare class DescribeGroupedMaliciousFilesResponse extends $tea.Model {
|
|
|
2382
2568
|
headers: {
|
|
2383
2569
|
[key: string]: string;
|
|
2384
2570
|
};
|
|
2571
|
+
statusCode: number;
|
|
2385
2572
|
body: DescribeGroupedMaliciousFilesResponseBody;
|
|
2386
2573
|
static names(): {
|
|
2387
2574
|
[key: string]: string;
|
|
@@ -2425,6 +2612,7 @@ export declare class DescribeGroupedTagsResponse extends $tea.Model {
|
|
|
2425
2612
|
headers: {
|
|
2426
2613
|
[key: string]: string;
|
|
2427
2614
|
};
|
|
2615
|
+
statusCode: number;
|
|
2428
2616
|
body: DescribeGroupedTagsResponseBody;
|
|
2429
2617
|
static names(): {
|
|
2430
2618
|
[key: string]: string;
|
|
@@ -2438,6 +2626,7 @@ export declare class DescribeGroupedTagsResponse extends $tea.Model {
|
|
|
2438
2626
|
}
|
|
2439
2627
|
export declare class DescribeGroupedVulRequest extends $tea.Model {
|
|
2440
2628
|
aliasName?: string;
|
|
2629
|
+
attachTypes?: string;
|
|
2441
2630
|
currentPage?: number;
|
|
2442
2631
|
dealed?: string;
|
|
2443
2632
|
groupId?: string;
|
|
@@ -2477,6 +2666,7 @@ export declare class DescribeGroupedVulResponse extends $tea.Model {
|
|
|
2477
2666
|
headers: {
|
|
2478
2667
|
[key: string]: string;
|
|
2479
2668
|
};
|
|
2669
|
+
statusCode: number;
|
|
2480
2670
|
body: DescribeGroupedVulResponseBody;
|
|
2481
2671
|
static names(): {
|
|
2482
2672
|
[key: string]: string;
|
|
@@ -2506,6 +2696,7 @@ export declare class DescribeHoneyPotAuthResponse extends $tea.Model {
|
|
|
2506
2696
|
headers: {
|
|
2507
2697
|
[key: string]: string;
|
|
2508
2698
|
};
|
|
2699
|
+
statusCode: number;
|
|
2509
2700
|
body: DescribeHoneyPotAuthResponseBody;
|
|
2510
2701
|
static names(): {
|
|
2511
2702
|
[key: string]: string;
|
|
@@ -2548,6 +2739,7 @@ export declare class DescribeHoneyPotSuspStatisticsResponse extends $tea.Model {
|
|
|
2548
2739
|
headers: {
|
|
2549
2740
|
[key: string]: string;
|
|
2550
2741
|
};
|
|
2742
|
+
statusCode: number;
|
|
2551
2743
|
body: DescribeHoneyPotSuspStatisticsResponseBody;
|
|
2552
2744
|
static names(): {
|
|
2553
2745
|
[key: string]: string;
|
|
@@ -2595,6 +2787,7 @@ export declare class DescribeImageBaselineCheckSummaryResponse extends $tea.Mode
|
|
|
2595
2787
|
headers: {
|
|
2596
2788
|
[key: string]: string;
|
|
2597
2789
|
};
|
|
2790
|
+
statusCode: number;
|
|
2598
2791
|
body: DescribeImageBaselineCheckSummaryResponseBody;
|
|
2599
2792
|
static names(): {
|
|
2600
2793
|
[key: string]: string;
|
|
@@ -2640,6 +2833,7 @@ export declare class DescribeImageFixTaskResponse extends $tea.Model {
|
|
|
2640
2833
|
headers: {
|
|
2641
2834
|
[key: string]: string;
|
|
2642
2835
|
};
|
|
2836
|
+
statusCode: number;
|
|
2643
2837
|
body: DescribeImageFixTaskResponseBody;
|
|
2644
2838
|
static names(): {
|
|
2645
2839
|
[key: string]: string;
|
|
@@ -2703,6 +2897,7 @@ export declare class DescribeImageGroupedVulListResponse extends $tea.Model {
|
|
|
2703
2897
|
headers: {
|
|
2704
2898
|
[key: string]: string;
|
|
2705
2899
|
};
|
|
2900
|
+
statusCode: number;
|
|
2706
2901
|
body: DescribeImageGroupedVulListResponseBody;
|
|
2707
2902
|
static names(): {
|
|
2708
2903
|
[key: string]: string;
|
|
@@ -2754,6 +2949,7 @@ export declare class DescribeImageListWithBaselineNameResponse extends $tea.Mode
|
|
|
2754
2949
|
headers: {
|
|
2755
2950
|
[key: string]: string;
|
|
2756
2951
|
};
|
|
2952
|
+
statusCode: number;
|
|
2757
2953
|
body: DescribeImageListWithBaselineNameResponseBody;
|
|
2758
2954
|
static names(): {
|
|
2759
2955
|
[key: string]: string;
|
|
@@ -2782,6 +2978,7 @@ export declare class DescribeImageScanAuthCountResponse extends $tea.Model {
|
|
|
2782
2978
|
headers: {
|
|
2783
2979
|
[key: string]: string;
|
|
2784
2980
|
};
|
|
2981
|
+
statusCode: number;
|
|
2785
2982
|
body: DescribeImageScanAuthCountResponseBody;
|
|
2786
2983
|
static names(): {
|
|
2787
2984
|
[key: string]: string;
|
|
@@ -2811,6 +3008,7 @@ export declare class DescribeImageStatisticsResponse extends $tea.Model {
|
|
|
2811
3008
|
headers: {
|
|
2812
3009
|
[key: string]: string;
|
|
2813
3010
|
};
|
|
3011
|
+
statusCode: number;
|
|
2814
3012
|
body: DescribeImageStatisticsResponseBody;
|
|
2815
3013
|
static names(): {
|
|
2816
3014
|
[key: string]: string;
|
|
@@ -2873,6 +3071,7 @@ export declare class DescribeImageVulListResponse extends $tea.Model {
|
|
|
2873
3071
|
headers: {
|
|
2874
3072
|
[key: string]: string;
|
|
2875
3073
|
};
|
|
3074
|
+
statusCode: number;
|
|
2876
3075
|
body: DescribeImageVulListResponseBody;
|
|
2877
3076
|
static names(): {
|
|
2878
3077
|
[key: string]: string;
|
|
@@ -2916,6 +3115,7 @@ export declare class DescribeInstallCaptchaResponse extends $tea.Model {
|
|
|
2916
3115
|
headers: {
|
|
2917
3116
|
[key: string]: string;
|
|
2918
3117
|
};
|
|
3118
|
+
statusCode: number;
|
|
2919
3119
|
body: DescribeInstallCaptchaResponseBody;
|
|
2920
3120
|
static names(): {
|
|
2921
3121
|
[key: string]: string;
|
|
@@ -2944,6 +3144,7 @@ export declare class DescribeInstallCodesResponse extends $tea.Model {
|
|
|
2944
3144
|
headers: {
|
|
2945
3145
|
[key: string]: string;
|
|
2946
3146
|
};
|
|
3147
|
+
statusCode: number;
|
|
2947
3148
|
body: DescribeInstallCodesResponseBody;
|
|
2948
3149
|
static names(): {
|
|
2949
3150
|
[key: string]: string;
|
|
@@ -2987,6 +3188,7 @@ export declare class DescribeInstanceAntiBruteForceRulesResponse extends $tea.Mo
|
|
|
2987
3188
|
headers: {
|
|
2988
3189
|
[key: string]: string;
|
|
2989
3190
|
};
|
|
3191
|
+
statusCode: number;
|
|
2990
3192
|
body: DescribeInstanceAntiBruteForceRulesResponseBody;
|
|
2991
3193
|
static names(): {
|
|
2992
3194
|
[key: string]: string;
|
|
@@ -3030,6 +3232,7 @@ export declare class DescribeInstanceStatisticsResponse extends $tea.Model {
|
|
|
3030
3232
|
headers: {
|
|
3031
3233
|
[key: string]: string;
|
|
3032
3234
|
};
|
|
3235
|
+
statusCode: number;
|
|
3033
3236
|
body: DescribeInstanceStatisticsResponseBody;
|
|
3034
3237
|
static names(): {
|
|
3035
3238
|
[key: string]: string;
|
|
@@ -3076,6 +3279,7 @@ export declare class DescribeLoginBaseConfigsResponse extends $tea.Model {
|
|
|
3076
3279
|
headers: {
|
|
3077
3280
|
[key: string]: string;
|
|
3078
3281
|
};
|
|
3282
|
+
statusCode: number;
|
|
3079
3283
|
body: DescribeLoginBaseConfigsResponseBody;
|
|
3080
3284
|
static names(): {
|
|
3081
3285
|
[key: string]: string;
|
|
@@ -3120,6 +3324,7 @@ export declare class DescribeLogstoreStorageResponse extends $tea.Model {
|
|
|
3120
3324
|
headers: {
|
|
3121
3325
|
[key: string]: string;
|
|
3122
3326
|
};
|
|
3327
|
+
statusCode: number;
|
|
3123
3328
|
body: DescribeLogstoreStorageResponseBody;
|
|
3124
3329
|
static names(): {
|
|
3125
3330
|
[key: string]: string;
|
|
@@ -3151,6 +3356,7 @@ export declare class DescribeModuleConfigResponse extends $tea.Model {
|
|
|
3151
3356
|
headers: {
|
|
3152
3357
|
[key: string]: string;
|
|
3153
3358
|
};
|
|
3359
|
+
statusCode: number;
|
|
3154
3360
|
body: DescribeModuleConfigResponseBody;
|
|
3155
3361
|
static names(): {
|
|
3156
3362
|
[key: string]: string;
|
|
@@ -3191,6 +3397,7 @@ export declare class DescribeNoticeConfigResponse extends $tea.Model {
|
|
|
3191
3397
|
headers: {
|
|
3192
3398
|
[key: string]: string;
|
|
3193
3399
|
};
|
|
3400
|
+
statusCode: number;
|
|
3194
3401
|
body: DescribeNoticeConfigResponseBody;
|
|
3195
3402
|
static names(): {
|
|
3196
3403
|
[key: string]: string;
|
|
@@ -3242,6 +3449,7 @@ export declare class DescribePropertyCountResponse extends $tea.Model {
|
|
|
3242
3449
|
headers: {
|
|
3243
3450
|
[key: string]: string;
|
|
3244
3451
|
};
|
|
3452
|
+
statusCode: number;
|
|
3245
3453
|
body: DescribePropertyCountResponseBody;
|
|
3246
3454
|
static names(): {
|
|
3247
3455
|
[key: string]: string;
|
|
@@ -3289,6 +3497,7 @@ export declare class DescribePropertyCronDetailResponse extends $tea.Model {
|
|
|
3289
3497
|
headers: {
|
|
3290
3498
|
[key: string]: string;
|
|
3291
3499
|
};
|
|
3500
|
+
statusCode: number;
|
|
3292
3501
|
body: DescribePropertyCronDetailResponseBody;
|
|
3293
3502
|
static names(): {
|
|
3294
3503
|
[key: string]: string;
|
|
@@ -3337,6 +3546,7 @@ export declare class DescribePropertyPortDetailResponse extends $tea.Model {
|
|
|
3337
3546
|
headers: {
|
|
3338
3547
|
[key: string]: string;
|
|
3339
3548
|
};
|
|
3549
|
+
statusCode: number;
|
|
3340
3550
|
body: DescribePropertyPortDetailResponseBody;
|
|
3341
3551
|
static names(): {
|
|
3342
3552
|
[key: string]: string;
|
|
@@ -3381,6 +3591,7 @@ export declare class DescribePropertyPortItemResponse extends $tea.Model {
|
|
|
3381
3591
|
headers: {
|
|
3382
3592
|
[key: string]: string;
|
|
3383
3593
|
};
|
|
3594
|
+
statusCode: number;
|
|
3384
3595
|
body: DescribePropertyPortItemResponseBody;
|
|
3385
3596
|
static names(): {
|
|
3386
3597
|
[key: string]: string;
|
|
@@ -3431,6 +3642,7 @@ export declare class DescribePropertyProcDetailResponse extends $tea.Model {
|
|
|
3431
3642
|
headers: {
|
|
3432
3643
|
[key: string]: string;
|
|
3433
3644
|
};
|
|
3645
|
+
statusCode: number;
|
|
3434
3646
|
body: DescribePropertyProcDetailResponseBody;
|
|
3435
3647
|
static names(): {
|
|
3436
3648
|
[key: string]: string;
|
|
@@ -3475,6 +3687,7 @@ export declare class DescribePropertyProcItemResponse extends $tea.Model {
|
|
|
3475
3687
|
headers: {
|
|
3476
3688
|
[key: string]: string;
|
|
3477
3689
|
};
|
|
3690
|
+
statusCode: number;
|
|
3478
3691
|
body: DescribePropertyProcItemResponseBody;
|
|
3479
3692
|
static names(): {
|
|
3480
3693
|
[key: string]: string;
|
|
@@ -3535,6 +3748,7 @@ export declare class DescribePropertyScaDetailResponse extends $tea.Model {
|
|
|
3535
3748
|
headers: {
|
|
3536
3749
|
[key: string]: string;
|
|
3537
3750
|
};
|
|
3751
|
+
statusCode: number;
|
|
3538
3752
|
body: DescribePropertyScaDetailResponseBody;
|
|
3539
3753
|
static names(): {
|
|
3540
3754
|
[key: string]: string;
|
|
@@ -3585,6 +3799,7 @@ export declare class DescribePropertySoftwareDetailResponse extends $tea.Model {
|
|
|
3585
3799
|
headers: {
|
|
3586
3800
|
[key: string]: string;
|
|
3587
3801
|
};
|
|
3802
|
+
statusCode: number;
|
|
3588
3803
|
body: DescribePropertySoftwareDetailResponseBody;
|
|
3589
3804
|
static names(): {
|
|
3590
3805
|
[key: string]: string;
|
|
@@ -3629,6 +3844,7 @@ export declare class DescribePropertySoftwareItemResponse extends $tea.Model {
|
|
|
3629
3844
|
headers: {
|
|
3630
3845
|
[key: string]: string;
|
|
3631
3846
|
};
|
|
3847
|
+
statusCode: number;
|
|
3632
3848
|
body: DescribePropertySoftwareItemResponseBody;
|
|
3633
3849
|
static names(): {
|
|
3634
3850
|
[key: string]: string;
|
|
@@ -3671,6 +3887,7 @@ export declare class DescribePropertyUsageNewestResponse extends $tea.Model {
|
|
|
3671
3887
|
headers: {
|
|
3672
3888
|
[key: string]: string;
|
|
3673
3889
|
};
|
|
3890
|
+
statusCode: number;
|
|
3674
3891
|
body: DescribePropertyUsageNewestResponseBody;
|
|
3675
3892
|
static names(): {
|
|
3676
3893
|
[key: string]: string;
|
|
@@ -3720,6 +3937,7 @@ export declare class DescribePropertyUserDetailResponse extends $tea.Model {
|
|
|
3720
3937
|
headers: {
|
|
3721
3938
|
[key: string]: string;
|
|
3722
3939
|
};
|
|
3940
|
+
statusCode: number;
|
|
3723
3941
|
body: DescribePropertyUserDetailResponseBody;
|
|
3724
3942
|
static names(): {
|
|
3725
3943
|
[key: string]: string;
|
|
@@ -3764,6 +3982,7 @@ export declare class DescribePropertyUserItemResponse extends $tea.Model {
|
|
|
3764
3982
|
headers: {
|
|
3765
3983
|
[key: string]: string;
|
|
3766
3984
|
};
|
|
3985
|
+
statusCode: number;
|
|
3767
3986
|
body: DescribePropertyUserItemResponseBody;
|
|
3768
3987
|
static names(): {
|
|
3769
3988
|
[key: string]: string;
|
|
@@ -3808,6 +4027,7 @@ export declare class DescribeRestoreJobsResponse extends $tea.Model {
|
|
|
3808
4027
|
headers: {
|
|
3809
4028
|
[key: string]: string;
|
|
3810
4029
|
};
|
|
4030
|
+
statusCode: number;
|
|
3811
4031
|
body: DescribeRestoreJobsResponseBody;
|
|
3812
4032
|
static names(): {
|
|
3813
4033
|
[key: string]: string;
|
|
@@ -3853,6 +4073,7 @@ export declare class DescribeRiskCheckItemResultResponse extends $tea.Model {
|
|
|
3853
4073
|
headers: {
|
|
3854
4074
|
[key: string]: string;
|
|
3855
4075
|
};
|
|
4076
|
+
statusCode: number;
|
|
3856
4077
|
body: DescribeRiskCheckItemResultResponseBody;
|
|
3857
4078
|
static names(): {
|
|
3858
4079
|
[key: string]: string;
|
|
@@ -3909,6 +4130,7 @@ export declare class DescribeRiskCheckResultResponse extends $tea.Model {
|
|
|
3909
4130
|
headers: {
|
|
3910
4131
|
[key: string]: string;
|
|
3911
4132
|
};
|
|
4133
|
+
statusCode: number;
|
|
3912
4134
|
body: DescribeRiskCheckResultResponseBody;
|
|
3913
4135
|
static names(): {
|
|
3914
4136
|
[key: string]: string;
|
|
@@ -3952,6 +4174,7 @@ export declare class DescribeRiskCheckSummaryResponse extends $tea.Model {
|
|
|
3952
4174
|
headers: {
|
|
3953
4175
|
[key: string]: string;
|
|
3954
4176
|
};
|
|
4177
|
+
statusCode: number;
|
|
3955
4178
|
body: DescribeRiskCheckSummaryResponseBody;
|
|
3956
4179
|
static names(): {
|
|
3957
4180
|
[key: string]: string;
|
|
@@ -3994,6 +4217,7 @@ export declare class DescribeRiskItemTypeResponse extends $tea.Model {
|
|
|
3994
4217
|
headers: {
|
|
3995
4218
|
[key: string]: string;
|
|
3996
4219
|
};
|
|
4220
|
+
statusCode: number;
|
|
3997
4221
|
body: DescribeRiskItemTypeResponseBody;
|
|
3998
4222
|
static names(): {
|
|
3999
4223
|
[key: string]: string;
|
|
@@ -4039,6 +4263,7 @@ export declare class DescribeRiskListCheckResultResponse extends $tea.Model {
|
|
|
4039
4263
|
headers: {
|
|
4040
4264
|
[key: string]: string;
|
|
4041
4265
|
};
|
|
4266
|
+
statusCode: number;
|
|
4042
4267
|
body: DescribeRiskListCheckResultResponseBody;
|
|
4043
4268
|
static names(): {
|
|
4044
4269
|
[key: string]: string;
|
|
@@ -4050,6 +4275,48 @@ export declare class DescribeRiskListCheckResultResponse extends $tea.Model {
|
|
|
4050
4275
|
[key: string]: any;
|
|
4051
4276
|
});
|
|
4052
4277
|
}
|
|
4278
|
+
export declare class DescribeRiskTypeRequest extends $tea.Model {
|
|
4279
|
+
lang?: string;
|
|
4280
|
+
sourceIp?: string;
|
|
4281
|
+
static names(): {
|
|
4282
|
+
[key: string]: string;
|
|
4283
|
+
};
|
|
4284
|
+
static types(): {
|
|
4285
|
+
[key: string]: any;
|
|
4286
|
+
};
|
|
4287
|
+
constructor(map?: {
|
|
4288
|
+
[key: string]: any;
|
|
4289
|
+
});
|
|
4290
|
+
}
|
|
4291
|
+
export declare class DescribeRiskTypeResponseBody extends $tea.Model {
|
|
4292
|
+
requestId?: string;
|
|
4293
|
+
riskTypes?: DescribeRiskTypeResponseBodyRiskTypes[];
|
|
4294
|
+
static names(): {
|
|
4295
|
+
[key: string]: string;
|
|
4296
|
+
};
|
|
4297
|
+
static types(): {
|
|
4298
|
+
[key: string]: any;
|
|
4299
|
+
};
|
|
4300
|
+
constructor(map?: {
|
|
4301
|
+
[key: string]: any;
|
|
4302
|
+
});
|
|
4303
|
+
}
|
|
4304
|
+
export declare class DescribeRiskTypeResponse extends $tea.Model {
|
|
4305
|
+
headers: {
|
|
4306
|
+
[key: string]: string;
|
|
4307
|
+
};
|
|
4308
|
+
statusCode: number;
|
|
4309
|
+
body: DescribeRiskTypeResponseBody;
|
|
4310
|
+
static names(): {
|
|
4311
|
+
[key: string]: string;
|
|
4312
|
+
};
|
|
4313
|
+
static types(): {
|
|
4314
|
+
[key: string]: any;
|
|
4315
|
+
};
|
|
4316
|
+
constructor(map?: {
|
|
4317
|
+
[key: string]: any;
|
|
4318
|
+
});
|
|
4319
|
+
}
|
|
4053
4320
|
export declare class DescribeScanTaskProgressRequest extends $tea.Model {
|
|
4054
4321
|
taskId?: number;
|
|
4055
4322
|
static names(): {
|
|
@@ -4080,6 +4347,7 @@ export declare class DescribeScanTaskProgressResponse extends $tea.Model {
|
|
|
4080
4347
|
headers: {
|
|
4081
4348
|
[key: string]: string;
|
|
4082
4349
|
};
|
|
4350
|
+
statusCode: number;
|
|
4083
4351
|
body: DescribeScanTaskProgressResponseBody;
|
|
4084
4352
|
static names(): {
|
|
4085
4353
|
[key: string]: string;
|
|
@@ -4122,6 +4390,7 @@ export declare class DescribeSearchConditionResponse extends $tea.Model {
|
|
|
4122
4390
|
headers: {
|
|
4123
4391
|
[key: string]: string;
|
|
4124
4392
|
};
|
|
4393
|
+
statusCode: number;
|
|
4125
4394
|
body: DescribeSearchConditionResponseBody;
|
|
4126
4395
|
static names(): {
|
|
4127
4396
|
[key: string]: string;
|
|
@@ -4164,6 +4433,7 @@ export declare class DescribeSecureSuggestionResponse extends $tea.Model {
|
|
|
4164
4433
|
headers: {
|
|
4165
4434
|
[key: string]: string;
|
|
4166
4435
|
};
|
|
4436
|
+
statusCode: number;
|
|
4167
4437
|
body: DescribeSecureSuggestionResponseBody;
|
|
4168
4438
|
static names(): {
|
|
4169
4439
|
[key: string]: string;
|
|
@@ -4206,6 +4476,7 @@ export declare class DescribeSecurityCheckScheduleConfigResponse extends $tea.Mo
|
|
|
4206
4476
|
headers: {
|
|
4207
4477
|
[key: string]: string;
|
|
4208
4478
|
};
|
|
4479
|
+
statusCode: number;
|
|
4209
4480
|
body: DescribeSecurityCheckScheduleConfigResponseBody;
|
|
4210
4481
|
static names(): {
|
|
4211
4482
|
[key: string]: string;
|
|
@@ -4249,6 +4520,7 @@ export declare class DescribeSecurityEventOperationStatusResponse extends $tea.M
|
|
|
4249
4520
|
headers: {
|
|
4250
4521
|
[key: string]: string;
|
|
4251
4522
|
};
|
|
4523
|
+
statusCode: number;
|
|
4252
4524
|
body: DescribeSecurityEventOperationStatusResponseBody;
|
|
4253
4525
|
static names(): {
|
|
4254
4526
|
[key: string]: string;
|
|
@@ -4292,6 +4564,7 @@ export declare class DescribeSecurityEventOperationsResponse extends $tea.Model
|
|
|
4292
4564
|
headers: {
|
|
4293
4565
|
[key: string]: string;
|
|
4294
4566
|
};
|
|
4567
|
+
statusCode: number;
|
|
4295
4568
|
body: DescribeSecurityEventOperationsResponseBody;
|
|
4296
4569
|
static names(): {
|
|
4297
4570
|
[key: string]: string;
|
|
@@ -4338,6 +4611,7 @@ export declare class DescribeSecurityStatInfoResponse extends $tea.Model {
|
|
|
4338
4611
|
headers: {
|
|
4339
4612
|
[key: string]: string;
|
|
4340
4613
|
};
|
|
4614
|
+
statusCode: number;
|
|
4341
4615
|
body: DescribeSecurityStatInfoResponseBody;
|
|
4342
4616
|
static names(): {
|
|
4343
4617
|
[key: string]: string;
|
|
@@ -4366,6 +4640,7 @@ export declare class DescribeServiceLinkedRoleStatusResponse extends $tea.Model
|
|
|
4366
4640
|
headers: {
|
|
4367
4641
|
[key: string]: string;
|
|
4368
4642
|
};
|
|
4643
|
+
statusCode: number;
|
|
4369
4644
|
body: DescribeServiceLinkedRoleStatusResponseBody;
|
|
4370
4645
|
static names(): {
|
|
4371
4646
|
[key: string]: string;
|
|
@@ -4408,6 +4683,7 @@ export declare class DescribeSimilarEventScenariosResponse extends $tea.Model {
|
|
|
4408
4683
|
headers: {
|
|
4409
4684
|
[key: string]: string;
|
|
4410
4685
|
};
|
|
4686
|
+
statusCode: number;
|
|
4411
4687
|
body: DescribeSimilarEventScenariosResponseBody;
|
|
4412
4688
|
static names(): {
|
|
4413
4689
|
[key: string]: string;
|
|
@@ -4454,6 +4730,7 @@ export declare class DescribeSimilarSecurityEventsResponse extends $tea.Model {
|
|
|
4454
4730
|
headers: {
|
|
4455
4731
|
[key: string]: string;
|
|
4456
4732
|
};
|
|
4733
|
+
statusCode: number;
|
|
4457
4734
|
body: DescribeSimilarSecurityEventsResponseBody;
|
|
4458
4735
|
static names(): {
|
|
4459
4736
|
[key: string]: string;
|
|
@@ -4497,6 +4774,7 @@ export declare class DescribeStrategyResponse extends $tea.Model {
|
|
|
4497
4774
|
headers: {
|
|
4498
4775
|
[key: string]: string;
|
|
4499
4776
|
};
|
|
4777
|
+
statusCode: number;
|
|
4500
4778
|
body: DescribeStrategyResponseBody;
|
|
4501
4779
|
static names(): {
|
|
4502
4780
|
[key: string]: string;
|
|
@@ -4508,6 +4786,49 @@ export declare class DescribeStrategyResponse extends $tea.Model {
|
|
|
4508
4786
|
[key: string]: any;
|
|
4509
4787
|
});
|
|
4510
4788
|
}
|
|
4789
|
+
export declare class DescribeStrategyDetailRequest extends $tea.Model {
|
|
4790
|
+
id?: string;
|
|
4791
|
+
lang?: string;
|
|
4792
|
+
sourceIp?: string;
|
|
4793
|
+
static names(): {
|
|
4794
|
+
[key: string]: string;
|
|
4795
|
+
};
|
|
4796
|
+
static types(): {
|
|
4797
|
+
[key: string]: any;
|
|
4798
|
+
};
|
|
4799
|
+
constructor(map?: {
|
|
4800
|
+
[key: string]: any;
|
|
4801
|
+
});
|
|
4802
|
+
}
|
|
4803
|
+
export declare class DescribeStrategyDetailResponseBody extends $tea.Model {
|
|
4804
|
+
requestId?: string;
|
|
4805
|
+
strategy?: DescribeStrategyDetailResponseBodyStrategy;
|
|
4806
|
+
static names(): {
|
|
4807
|
+
[key: string]: string;
|
|
4808
|
+
};
|
|
4809
|
+
static types(): {
|
|
4810
|
+
[key: string]: any;
|
|
4811
|
+
};
|
|
4812
|
+
constructor(map?: {
|
|
4813
|
+
[key: string]: any;
|
|
4814
|
+
});
|
|
4815
|
+
}
|
|
4816
|
+
export declare class DescribeStrategyDetailResponse extends $tea.Model {
|
|
4817
|
+
headers: {
|
|
4818
|
+
[key: string]: string;
|
|
4819
|
+
};
|
|
4820
|
+
statusCode: number;
|
|
4821
|
+
body: DescribeStrategyDetailResponseBody;
|
|
4822
|
+
static names(): {
|
|
4823
|
+
[key: string]: string;
|
|
4824
|
+
};
|
|
4825
|
+
static types(): {
|
|
4826
|
+
[key: string]: any;
|
|
4827
|
+
};
|
|
4828
|
+
constructor(map?: {
|
|
4829
|
+
[key: string]: any;
|
|
4830
|
+
});
|
|
4831
|
+
}
|
|
4511
4832
|
export declare class DescribeStrategyExecDetailRequest extends $tea.Model {
|
|
4512
4833
|
currentPage?: number;
|
|
4513
4834
|
pageSize?: number;
|
|
@@ -4547,6 +4868,7 @@ export declare class DescribeStrategyExecDetailResponse extends $tea.Model {
|
|
|
4547
4868
|
headers: {
|
|
4548
4869
|
[key: string]: string;
|
|
4549
4870
|
};
|
|
4871
|
+
statusCode: number;
|
|
4550
4872
|
body: DescribeStrategyExecDetailResponseBody;
|
|
4551
4873
|
static names(): {
|
|
4552
4874
|
[key: string]: string;
|
|
@@ -4589,6 +4911,7 @@ export declare class DescribeStrategyTargetResponse extends $tea.Model {
|
|
|
4589
4911
|
headers: {
|
|
4590
4912
|
[key: string]: string;
|
|
4591
4913
|
};
|
|
4914
|
+
statusCode: number;
|
|
4592
4915
|
body: DescribeStrategyTargetResponseBody;
|
|
4593
4916
|
static names(): {
|
|
4594
4917
|
[key: string]: string;
|
|
@@ -4634,6 +4957,7 @@ export declare class DescribeSummaryInfoResponse extends $tea.Model {
|
|
|
4634
4957
|
headers: {
|
|
4635
4958
|
[key: string]: string;
|
|
4636
4959
|
};
|
|
4960
|
+
statusCode: number;
|
|
4637
4961
|
body: DescribeSummaryInfoResponseBody;
|
|
4638
4962
|
static names(): {
|
|
4639
4963
|
[key: string]: string;
|
|
@@ -4662,6 +4986,7 @@ export declare class DescribeSupportRegionResponse extends $tea.Model {
|
|
|
4662
4986
|
headers: {
|
|
4663
4987
|
[key: string]: string;
|
|
4664
4988
|
};
|
|
4989
|
+
statusCode: number;
|
|
4665
4990
|
body: DescribeSupportRegionResponseBody;
|
|
4666
4991
|
static names(): {
|
|
4667
4992
|
[key: string]: string;
|
|
@@ -4721,6 +5046,7 @@ export declare class DescribeSuspEventDetailResponse extends $tea.Model {
|
|
|
4721
5046
|
headers: {
|
|
4722
5047
|
[key: string]: string;
|
|
4723
5048
|
};
|
|
5049
|
+
statusCode: number;
|
|
4724
5050
|
body: DescribeSuspEventDetailResponseBody;
|
|
4725
5051
|
static names(): {
|
|
4726
5052
|
[key: string]: string;
|
|
@@ -4772,6 +5098,7 @@ export declare class DescribeSuspEventQuaraFilesResponse extends $tea.Model {
|
|
|
4772
5098
|
headers: {
|
|
4773
5099
|
[key: string]: string;
|
|
4774
5100
|
};
|
|
5101
|
+
statusCode: number;
|
|
4775
5102
|
body: DescribeSuspEventQuaraFilesResponseBody;
|
|
4776
5103
|
static names(): {
|
|
4777
5104
|
[key: string]: string;
|
|
@@ -4793,6 +5120,7 @@ export declare class DescribeSuspEventsRequest extends $tea.Model {
|
|
|
4793
5120
|
eventNames?: string;
|
|
4794
5121
|
from?: string;
|
|
4795
5122
|
groupId?: number;
|
|
5123
|
+
id?: number;
|
|
4796
5124
|
lang?: string;
|
|
4797
5125
|
levels?: string;
|
|
4798
5126
|
name?: string;
|
|
@@ -4838,6 +5166,7 @@ export declare class DescribeSuspEventsResponse extends $tea.Model {
|
|
|
4838
5166
|
headers: {
|
|
4839
5167
|
[key: string]: string;
|
|
4840
5168
|
};
|
|
5169
|
+
statusCode: number;
|
|
4841
5170
|
body: DescribeSuspEventsResponseBody;
|
|
4842
5171
|
static names(): {
|
|
4843
5172
|
[key: string]: string;
|
|
@@ -4879,6 +5208,7 @@ export declare class DescribeSuspiciousUUIDConfigResponse extends $tea.Model {
|
|
|
4879
5208
|
headers: {
|
|
4880
5209
|
[key: string]: string;
|
|
4881
5210
|
};
|
|
5211
|
+
statusCode: number;
|
|
4882
5212
|
body: DescribeSuspiciousUUIDConfigResponseBody;
|
|
4883
5213
|
static names(): {
|
|
4884
5214
|
[key: string]: string;
|
|
@@ -4907,6 +5237,7 @@ export declare class DescribeUserBackupMachinesResponse extends $tea.Model {
|
|
|
4907
5237
|
headers: {
|
|
4908
5238
|
[key: string]: string;
|
|
4909
5239
|
};
|
|
5240
|
+
statusCode: number;
|
|
4910
5241
|
body: DescribeUserBackupMachinesResponseBody;
|
|
4911
5242
|
static names(): {
|
|
4912
5243
|
[key: string]: string;
|
|
@@ -4949,6 +5280,7 @@ export declare class DescribeUserBaselineAuthorizationResponse extends $tea.Mode
|
|
|
4949
5280
|
headers: {
|
|
4950
5281
|
[key: string]: string;
|
|
4951
5282
|
};
|
|
5283
|
+
statusCode: number;
|
|
4952
5284
|
body: DescribeUserBaselineAuthorizationResponseBody;
|
|
4953
5285
|
static names(): {
|
|
4954
5286
|
[key: string]: string;
|
|
@@ -4991,6 +5323,7 @@ export declare class DescribeUserLayoutAuthorizationResponse extends $tea.Model
|
|
|
4991
5323
|
headers: {
|
|
4992
5324
|
[key: string]: string;
|
|
4993
5325
|
};
|
|
5326
|
+
statusCode: number;
|
|
4994
5327
|
body: DescribeUserLayoutAuthorizationResponseBody;
|
|
4995
5328
|
static names(): {
|
|
4996
5329
|
[key: string]: string;
|
|
@@ -5002,6 +5335,61 @@ export declare class DescribeUserLayoutAuthorizationResponse extends $tea.Model
|
|
|
5002
5335
|
[key: string]: any;
|
|
5003
5336
|
});
|
|
5004
5337
|
}
|
|
5338
|
+
export declare class DescribeUuidsByVulNamesRequest extends $tea.Model {
|
|
5339
|
+
dealed?: string;
|
|
5340
|
+
fieldName?: string;
|
|
5341
|
+
fieldValue?: string;
|
|
5342
|
+
groupId?: number;
|
|
5343
|
+
lang?: string;
|
|
5344
|
+
level?: string;
|
|
5345
|
+
necessity?: string;
|
|
5346
|
+
remark?: string;
|
|
5347
|
+
searchTags?: string;
|
|
5348
|
+
statusList?: string;
|
|
5349
|
+
tag?: string;
|
|
5350
|
+
targetType?: string;
|
|
5351
|
+
type?: string;
|
|
5352
|
+
vpcInstanceIds?: string;
|
|
5353
|
+
vulNames?: string[];
|
|
5354
|
+
static names(): {
|
|
5355
|
+
[key: string]: string;
|
|
5356
|
+
};
|
|
5357
|
+
static types(): {
|
|
5358
|
+
[key: string]: any;
|
|
5359
|
+
};
|
|
5360
|
+
constructor(map?: {
|
|
5361
|
+
[key: string]: any;
|
|
5362
|
+
});
|
|
5363
|
+
}
|
|
5364
|
+
export declare class DescribeUuidsByVulNamesResponseBody extends $tea.Model {
|
|
5365
|
+
machineInfoStatistics?: DescribeUuidsByVulNamesResponseBodyMachineInfoStatistics[];
|
|
5366
|
+
requestId?: string;
|
|
5367
|
+
static names(): {
|
|
5368
|
+
[key: string]: string;
|
|
5369
|
+
};
|
|
5370
|
+
static types(): {
|
|
5371
|
+
[key: string]: any;
|
|
5372
|
+
};
|
|
5373
|
+
constructor(map?: {
|
|
5374
|
+
[key: string]: any;
|
|
5375
|
+
});
|
|
5376
|
+
}
|
|
5377
|
+
export declare class DescribeUuidsByVulNamesResponse extends $tea.Model {
|
|
5378
|
+
headers: {
|
|
5379
|
+
[key: string]: string;
|
|
5380
|
+
};
|
|
5381
|
+
statusCode: number;
|
|
5382
|
+
body: DescribeUuidsByVulNamesResponseBody;
|
|
5383
|
+
static names(): {
|
|
5384
|
+
[key: string]: string;
|
|
5385
|
+
};
|
|
5386
|
+
static types(): {
|
|
5387
|
+
[key: string]: any;
|
|
5388
|
+
};
|
|
5389
|
+
constructor(map?: {
|
|
5390
|
+
[key: string]: any;
|
|
5391
|
+
});
|
|
5392
|
+
}
|
|
5005
5393
|
export declare class DescribeVersionConfigRequest extends $tea.Model {
|
|
5006
5394
|
resourceDirectoryAccountId?: string;
|
|
5007
5395
|
sourceIp?: string;
|
|
@@ -5053,6 +5441,7 @@ export declare class DescribeVersionConfigResponse extends $tea.Model {
|
|
|
5053
5441
|
headers: {
|
|
5054
5442
|
[key: string]: string;
|
|
5055
5443
|
};
|
|
5444
|
+
statusCode: number;
|
|
5056
5445
|
body: DescribeVersionConfigResponseBody;
|
|
5057
5446
|
static names(): {
|
|
5058
5447
|
[key: string]: string;
|
|
@@ -5081,6 +5470,7 @@ export declare class DescribeVpcHoneyPotCriteriaResponse extends $tea.Model {
|
|
|
5081
5470
|
headers: {
|
|
5082
5471
|
[key: string]: string;
|
|
5083
5472
|
};
|
|
5473
|
+
statusCode: number;
|
|
5084
5474
|
body: DescribeVpcHoneyPotCriteriaResponseBody;
|
|
5085
5475
|
static names(): {
|
|
5086
5476
|
[key: string]: string;
|
|
@@ -5127,6 +5517,7 @@ export declare class DescribeVpcHoneyPotListResponse extends $tea.Model {
|
|
|
5127
5517
|
headers: {
|
|
5128
5518
|
[key: string]: string;
|
|
5129
5519
|
};
|
|
5520
|
+
statusCode: number;
|
|
5130
5521
|
body: DescribeVpcHoneyPotListResponseBody;
|
|
5131
5522
|
static names(): {
|
|
5132
5523
|
[key: string]: string;
|
|
@@ -5156,6 +5547,7 @@ export declare class DescribeVpcListResponse extends $tea.Model {
|
|
|
5156
5547
|
headers: {
|
|
5157
5548
|
[key: string]: string;
|
|
5158
5549
|
};
|
|
5550
|
+
statusCode: number;
|
|
5159
5551
|
body: DescribeVpcListResponseBody;
|
|
5160
5552
|
static names(): {
|
|
5161
5553
|
[key: string]: string;
|
|
@@ -5199,6 +5591,7 @@ export declare class DescribeVulDetailsResponse extends $tea.Model {
|
|
|
5199
5591
|
headers: {
|
|
5200
5592
|
[key: string]: string;
|
|
5201
5593
|
};
|
|
5594
|
+
statusCode: number;
|
|
5202
5595
|
body: DescribeVulDetailsResponseBody;
|
|
5203
5596
|
static names(): {
|
|
5204
5597
|
[key: string]: string;
|
|
@@ -5246,6 +5639,7 @@ export declare class DescribeVulExportInfoResponse extends $tea.Model {
|
|
|
5246
5639
|
headers: {
|
|
5247
5640
|
[key: string]: string;
|
|
5248
5641
|
};
|
|
5642
|
+
statusCode: number;
|
|
5249
5643
|
body: DescribeVulExportInfoResponseBody;
|
|
5250
5644
|
static names(): {
|
|
5251
5645
|
[key: string]: string;
|
|
@@ -5300,6 +5694,7 @@ export declare class DescribeVulListResponse extends $tea.Model {
|
|
|
5300
5694
|
headers: {
|
|
5301
5695
|
[key: string]: string;
|
|
5302
5696
|
};
|
|
5697
|
+
statusCode: number;
|
|
5303
5698
|
body: DescribeVulListResponseBody;
|
|
5304
5699
|
static names(): {
|
|
5305
5700
|
[key: string]: string;
|
|
@@ -5344,6 +5739,7 @@ export declare class DescribeVulWhitelistResponse extends $tea.Model {
|
|
|
5344
5739
|
headers: {
|
|
5345
5740
|
[key: string]: string;
|
|
5346
5741
|
};
|
|
5742
|
+
statusCode: number;
|
|
5347
5743
|
body: DescribeVulWhitelistResponseBody;
|
|
5348
5744
|
static names(): {
|
|
5349
5745
|
[key: string]: string;
|
|
@@ -5395,6 +5791,7 @@ export declare class DescribeWarningMachinesResponse extends $tea.Model {
|
|
|
5395
5791
|
headers: {
|
|
5396
5792
|
[key: string]: string;
|
|
5397
5793
|
};
|
|
5794
|
+
statusCode: number;
|
|
5398
5795
|
body: DescribeWarningMachinesResponseBody;
|
|
5399
5796
|
static names(): {
|
|
5400
5797
|
[key: string]: string;
|
|
@@ -5443,6 +5840,7 @@ export declare class DescribeWebLockBindListResponse extends $tea.Model {
|
|
|
5443
5840
|
headers: {
|
|
5444
5841
|
[key: string]: string;
|
|
5445
5842
|
};
|
|
5843
|
+
statusCode: number;
|
|
5446
5844
|
body: DescribeWebLockBindListResponseBody;
|
|
5447
5845
|
static names(): {
|
|
5448
5846
|
[key: string]: string;
|
|
@@ -5486,6 +5884,7 @@ export declare class DescribeWebLockConfigListResponse extends $tea.Model {
|
|
|
5486
5884
|
headers: {
|
|
5487
5885
|
[key: string]: string;
|
|
5488
5886
|
};
|
|
5887
|
+
statusCode: number;
|
|
5489
5888
|
body: DescribeWebLockConfigListResponseBody;
|
|
5490
5889
|
static names(): {
|
|
5491
5890
|
[key: string]: string;
|
|
@@ -5529,6 +5928,7 @@ export declare class ExportRecordResponse extends $tea.Model {
|
|
|
5529
5928
|
headers: {
|
|
5530
5929
|
[key: string]: string;
|
|
5531
5930
|
};
|
|
5931
|
+
statusCode: number;
|
|
5532
5932
|
body: ExportRecordResponseBody;
|
|
5533
5933
|
static names(): {
|
|
5534
5934
|
[key: string]: string;
|
|
@@ -5579,6 +5979,7 @@ export declare class ExportVulResponse extends $tea.Model {
|
|
|
5579
5979
|
headers: {
|
|
5580
5980
|
[key: string]: string;
|
|
5581
5981
|
};
|
|
5982
|
+
statusCode: number;
|
|
5582
5983
|
body: ExportVulResponseBody;
|
|
5583
5984
|
static names(): {
|
|
5584
5985
|
[key: string]: string;
|
|
@@ -5634,6 +6035,7 @@ export declare class ExportWarningResponse extends $tea.Model {
|
|
|
5634
6035
|
headers: {
|
|
5635
6036
|
[key: string]: string;
|
|
5636
6037
|
};
|
|
6038
|
+
statusCode: number;
|
|
5637
6039
|
body: ExportWarningResponseBody;
|
|
5638
6040
|
static names(): {
|
|
5639
6041
|
[key: string]: string;
|
|
@@ -5678,6 +6080,7 @@ export declare class FixCheckWarningsResponse extends $tea.Model {
|
|
|
5678
6080
|
headers: {
|
|
5679
6081
|
[key: string]: string;
|
|
5680
6082
|
};
|
|
6083
|
+
statusCode: number;
|
|
5681
6084
|
body: FixCheckWarningsResponseBody;
|
|
5682
6085
|
static names(): {
|
|
5683
6086
|
[key: string]: string;
|
|
@@ -5706,6 +6109,7 @@ export declare class GetBackupStorageCountResponse extends $tea.Model {
|
|
|
5706
6109
|
headers: {
|
|
5707
6110
|
[key: string]: string;
|
|
5708
6111
|
};
|
|
6112
|
+
statusCode: number;
|
|
5709
6113
|
body: GetBackupStorageCountResponseBody;
|
|
5710
6114
|
static names(): {
|
|
5711
6115
|
[key: string]: string;
|
|
@@ -5750,6 +6154,7 @@ export declare class GetSuspiciousStatisticsResponse extends $tea.Model {
|
|
|
5750
6154
|
headers: {
|
|
5751
6155
|
[key: string]: string;
|
|
5752
6156
|
};
|
|
6157
|
+
statusCode: number;
|
|
5753
6158
|
body: GetSuspiciousStatisticsResponseBody;
|
|
5754
6159
|
static names(): {
|
|
5755
6160
|
[key: string]: string;
|
|
@@ -5794,6 +6199,7 @@ export declare class GetVulStatisticsResponse extends $tea.Model {
|
|
|
5794
6199
|
headers: {
|
|
5795
6200
|
[key: string]: string;
|
|
5796
6201
|
};
|
|
6202
|
+
statusCode: number;
|
|
5797
6203
|
body: GetVulStatisticsResponseBody;
|
|
5798
6204
|
static names(): {
|
|
5799
6205
|
[key: string]: string;
|
|
@@ -5839,6 +6245,7 @@ export declare class HandleSecurityEventsResponse extends $tea.Model {
|
|
|
5839
6245
|
headers: {
|
|
5840
6246
|
[key: string]: string;
|
|
5841
6247
|
};
|
|
6248
|
+
statusCode: number;
|
|
5842
6249
|
body: HandleSecurityEventsResponseBody;
|
|
5843
6250
|
static names(): {
|
|
5844
6251
|
[key: string]: string;
|
|
@@ -5883,6 +6290,7 @@ export declare class HandleSimilarSecurityEventsResponse extends $tea.Model {
|
|
|
5883
6290
|
headers: {
|
|
5884
6291
|
[key: string]: string;
|
|
5885
6292
|
};
|
|
6293
|
+
statusCode: number;
|
|
5886
6294
|
body: HandleSimilarSecurityEventsResponseBody;
|
|
5887
6295
|
static names(): {
|
|
5888
6296
|
[key: string]: string;
|
|
@@ -5927,6 +6335,7 @@ export declare class IgnoreHcCheckWarningsResponse extends $tea.Model {
|
|
|
5927
6335
|
headers: {
|
|
5928
6336
|
[key: string]: string;
|
|
5929
6337
|
};
|
|
6338
|
+
statusCode: number;
|
|
5930
6339
|
body: IgnoreHcCheckWarningsResponseBody;
|
|
5931
6340
|
static names(): {
|
|
5932
6341
|
[key: string]: string;
|
|
@@ -5968,6 +6377,7 @@ export declare class InstallBackupClientResponse extends $tea.Model {
|
|
|
5968
6377
|
headers: {
|
|
5969
6378
|
[key: string]: string;
|
|
5970
6379
|
};
|
|
6380
|
+
statusCode: number;
|
|
5971
6381
|
body: InstallBackupClientResponseBody;
|
|
5972
6382
|
static names(): {
|
|
5973
6383
|
[key: string]: string;
|
|
@@ -6015,6 +6425,7 @@ export declare class InstallCloudMonitorResponse extends $tea.Model {
|
|
|
6015
6425
|
headers: {
|
|
6016
6426
|
[key: string]: string;
|
|
6017
6427
|
};
|
|
6428
|
+
statusCode: number;
|
|
6018
6429
|
body: InstallCloudMonitorResponseBody;
|
|
6019
6430
|
static names(): {
|
|
6020
6431
|
[key: string]: string;
|
|
@@ -6026,16 +6437,11 @@ export declare class InstallCloudMonitorResponse extends $tea.Model {
|
|
|
6026
6437
|
[key: string]: any;
|
|
6027
6438
|
});
|
|
6028
6439
|
}
|
|
6029
|
-
export declare class
|
|
6030
|
-
|
|
6031
|
-
|
|
6032
|
-
|
|
6033
|
-
|
|
6034
|
-
name?: string;
|
|
6035
|
-
resourceOwnerId?: number;
|
|
6036
|
-
sourceIp?: string;
|
|
6037
|
-
span?: number;
|
|
6038
|
-
uuidList?: string[];
|
|
6440
|
+
export declare class ListVulAutoRepairConfigRequest extends $tea.Model {
|
|
6441
|
+
aliasName?: string;
|
|
6442
|
+
currentPage?: number;
|
|
6443
|
+
pageSize?: number;
|
|
6444
|
+
type?: string;
|
|
6039
6445
|
static names(): {
|
|
6040
6446
|
[key: string]: string;
|
|
6041
6447
|
};
|
|
@@ -6046,8 +6452,14 @@ export declare class ModifyAntiBruteForceRuleRequest extends $tea.Model {
|
|
|
6046
6452
|
[key: string]: any;
|
|
6047
6453
|
});
|
|
6048
6454
|
}
|
|
6049
|
-
export declare class
|
|
6455
|
+
export declare class ListVulAutoRepairConfigResponseBody extends $tea.Model {
|
|
6456
|
+
code?: string;
|
|
6457
|
+
httpStatusCode?: number;
|
|
6458
|
+
message?: string;
|
|
6459
|
+
pageInfo?: ListVulAutoRepairConfigResponseBodyPageInfo;
|
|
6050
6460
|
requestId?: string;
|
|
6461
|
+
success?: boolean;
|
|
6462
|
+
vulAutoRepairConfigList?: ListVulAutoRepairConfigResponseBodyVulAutoRepairConfigList[];
|
|
6051
6463
|
static names(): {
|
|
6052
6464
|
[key: string]: string;
|
|
6053
6465
|
};
|
|
@@ -6058,10 +6470,59 @@ export declare class ModifyAntiBruteForceRuleResponseBody extends $tea.Model {
|
|
|
6058
6470
|
[key: string]: any;
|
|
6059
6471
|
});
|
|
6060
6472
|
}
|
|
6061
|
-
export declare class
|
|
6473
|
+
export declare class ListVulAutoRepairConfigResponse extends $tea.Model {
|
|
6062
6474
|
headers: {
|
|
6063
6475
|
[key: string]: string;
|
|
6064
6476
|
};
|
|
6477
|
+
statusCode: number;
|
|
6478
|
+
body: ListVulAutoRepairConfigResponseBody;
|
|
6479
|
+
static names(): {
|
|
6480
|
+
[key: string]: string;
|
|
6481
|
+
};
|
|
6482
|
+
static types(): {
|
|
6483
|
+
[key: string]: any;
|
|
6484
|
+
};
|
|
6485
|
+
constructor(map?: {
|
|
6486
|
+
[key: string]: any;
|
|
6487
|
+
});
|
|
6488
|
+
}
|
|
6489
|
+
export declare class ModifyAntiBruteForceRuleRequest extends $tea.Model {
|
|
6490
|
+
defaultRule?: boolean;
|
|
6491
|
+
failCount?: number;
|
|
6492
|
+
forbiddenTime?: number;
|
|
6493
|
+
id?: number;
|
|
6494
|
+
name?: string;
|
|
6495
|
+
resourceOwnerId?: number;
|
|
6496
|
+
sourceIp?: string;
|
|
6497
|
+
span?: number;
|
|
6498
|
+
uuidList?: string[];
|
|
6499
|
+
static names(): {
|
|
6500
|
+
[key: string]: string;
|
|
6501
|
+
};
|
|
6502
|
+
static types(): {
|
|
6503
|
+
[key: string]: any;
|
|
6504
|
+
};
|
|
6505
|
+
constructor(map?: {
|
|
6506
|
+
[key: string]: any;
|
|
6507
|
+
});
|
|
6508
|
+
}
|
|
6509
|
+
export declare class ModifyAntiBruteForceRuleResponseBody extends $tea.Model {
|
|
6510
|
+
requestId?: string;
|
|
6511
|
+
static names(): {
|
|
6512
|
+
[key: string]: string;
|
|
6513
|
+
};
|
|
6514
|
+
static types(): {
|
|
6515
|
+
[key: string]: any;
|
|
6516
|
+
};
|
|
6517
|
+
constructor(map?: {
|
|
6518
|
+
[key: string]: any;
|
|
6519
|
+
});
|
|
6520
|
+
}
|
|
6521
|
+
export declare class ModifyAntiBruteForceRuleResponse extends $tea.Model {
|
|
6522
|
+
headers: {
|
|
6523
|
+
[key: string]: string;
|
|
6524
|
+
};
|
|
6525
|
+
statusCode: number;
|
|
6065
6526
|
body: ModifyAntiBruteForceRuleResponseBody;
|
|
6066
6527
|
static names(): {
|
|
6067
6528
|
[key: string]: string;
|
|
@@ -6103,6 +6564,7 @@ export declare class ModifyAssetGroupResponse extends $tea.Model {
|
|
|
6103
6564
|
headers: {
|
|
6104
6565
|
[key: string]: string;
|
|
6105
6566
|
};
|
|
6567
|
+
statusCode: number;
|
|
6106
6568
|
body: ModifyAssetGroupResponseBody;
|
|
6107
6569
|
static names(): {
|
|
6108
6570
|
[key: string]: string;
|
|
@@ -6166,6 +6628,7 @@ export declare class ModifyBackupPolicyResponse extends $tea.Model {
|
|
|
6166
6628
|
headers: {
|
|
6167
6629
|
[key: string]: string;
|
|
6168
6630
|
};
|
|
6631
|
+
statusCode: number;
|
|
6169
6632
|
body: ModifyBackupPolicyResponseBody;
|
|
6170
6633
|
static names(): {
|
|
6171
6634
|
[key: string]: string;
|
|
@@ -6207,6 +6670,7 @@ export declare class ModifyBackupPolicyStatusResponse extends $tea.Model {
|
|
|
6207
6670
|
headers: {
|
|
6208
6671
|
[key: string]: string;
|
|
6209
6672
|
};
|
|
6673
|
+
statusCode: number;
|
|
6210
6674
|
body: ModifyBackupPolicyStatusResponseBody;
|
|
6211
6675
|
static names(): {
|
|
6212
6676
|
[key: string]: string;
|
|
@@ -6248,6 +6712,7 @@ export declare class ModifyCreateVulWhitelistResponse extends $tea.Model {
|
|
|
6248
6712
|
headers: {
|
|
6249
6713
|
[key: string]: string;
|
|
6250
6714
|
};
|
|
6715
|
+
statusCode: number;
|
|
6251
6716
|
body: ModifyCreateVulWhitelistResponseBody;
|
|
6252
6717
|
static names(): {
|
|
6253
6718
|
[key: string]: string;
|
|
@@ -6289,6 +6754,7 @@ export declare class ModifyEmgVulSubmitResponse extends $tea.Model {
|
|
|
6289
6754
|
headers: {
|
|
6290
6755
|
[key: string]: string;
|
|
6291
6756
|
};
|
|
6757
|
+
statusCode: number;
|
|
6292
6758
|
body: ModifyEmgVulSubmitResponseBody;
|
|
6293
6759
|
static names(): {
|
|
6294
6760
|
[key: string]: string;
|
|
@@ -6328,6 +6794,7 @@ export declare class ModifyGroupPropertyResponse extends $tea.Model {
|
|
|
6328
6794
|
headers: {
|
|
6329
6795
|
[key: string]: string;
|
|
6330
6796
|
};
|
|
6797
|
+
statusCode: number;
|
|
6331
6798
|
body: ModifyGroupPropertyResponseBody;
|
|
6332
6799
|
static names(): {
|
|
6333
6800
|
[key: string]: string;
|
|
@@ -6370,6 +6837,7 @@ export declare class ModifyInstanceAntiBruteForceRuleResponse extends $tea.Model
|
|
|
6370
6837
|
headers: {
|
|
6371
6838
|
[key: string]: string;
|
|
6372
6839
|
};
|
|
6840
|
+
statusCode: number;
|
|
6373
6841
|
body: ModifyInstanceAntiBruteForceRuleResponseBody;
|
|
6374
6842
|
static names(): {
|
|
6375
6843
|
[key: string]: string;
|
|
@@ -6411,6 +6879,7 @@ export declare class ModifyLoginBaseConfigResponse extends $tea.Model {
|
|
|
6411
6879
|
headers: {
|
|
6412
6880
|
[key: string]: string;
|
|
6413
6881
|
};
|
|
6882
|
+
statusCode: number;
|
|
6414
6883
|
body: ModifyLoginBaseConfigResponseBody;
|
|
6415
6884
|
static names(): {
|
|
6416
6885
|
[key: string]: string;
|
|
@@ -6451,6 +6920,7 @@ export declare class ModifyLoginSwitchConfigResponse extends $tea.Model {
|
|
|
6451
6920
|
headers: {
|
|
6452
6921
|
[key: string]: string;
|
|
6453
6922
|
};
|
|
6923
|
+
statusCode: number;
|
|
6454
6924
|
body: ModifyLoginSwitchConfigResponseBody;
|
|
6455
6925
|
static names(): {
|
|
6456
6926
|
[key: string]: string;
|
|
@@ -6490,6 +6960,7 @@ export declare class ModifyOpenLogShipperResponse extends $tea.Model {
|
|
|
6490
6960
|
headers: {
|
|
6491
6961
|
[key: string]: string;
|
|
6492
6962
|
};
|
|
6963
|
+
statusCode: number;
|
|
6493
6964
|
body: ModifyOpenLogShipperResponseBody;
|
|
6494
6965
|
static names(): {
|
|
6495
6966
|
[key: string]: string;
|
|
@@ -6532,6 +7003,7 @@ export declare class ModifyOperateVulResponse extends $tea.Model {
|
|
|
6532
7003
|
headers: {
|
|
6533
7004
|
[key: string]: string;
|
|
6534
7005
|
};
|
|
7006
|
+
statusCode: number;
|
|
6535
7007
|
body: ModifyOperateVulResponseBody;
|
|
6536
7008
|
static names(): {
|
|
6537
7009
|
[key: string]: string;
|
|
@@ -6573,6 +7045,7 @@ export declare class ModifyPropertyScheduleConfigResponse extends $tea.Model {
|
|
|
6573
7045
|
headers: {
|
|
6574
7046
|
[key: string]: string;
|
|
6575
7047
|
};
|
|
7048
|
+
statusCode: number;
|
|
6576
7049
|
body: ModifyPropertyScheduleConfigResponseBody;
|
|
6577
7050
|
static names(): {
|
|
6578
7051
|
[key: string]: string;
|
|
@@ -6615,6 +7088,7 @@ export declare class ModifyPushAllTaskResponse extends $tea.Model {
|
|
|
6615
7088
|
headers: {
|
|
6616
7089
|
[key: string]: string;
|
|
6617
7090
|
};
|
|
7091
|
+
statusCode: number;
|
|
6618
7092
|
body: ModifyPushAllTaskResponseBody;
|
|
6619
7093
|
static names(): {
|
|
6620
7094
|
[key: string]: string;
|
|
@@ -6659,6 +7133,7 @@ export declare class ModifyRiskCheckStatusResponse extends $tea.Model {
|
|
|
6659
7133
|
headers: {
|
|
6660
7134
|
[key: string]: string;
|
|
6661
7135
|
};
|
|
7136
|
+
statusCode: number;
|
|
6662
7137
|
body: ModifyRiskCheckStatusResponseBody;
|
|
6663
7138
|
static names(): {
|
|
6664
7139
|
[key: string]: string;
|
|
@@ -6703,6 +7178,7 @@ export declare class ModifyRiskSingleResultStatusResponse extends $tea.Model {
|
|
|
6703
7178
|
headers: {
|
|
6704
7179
|
[key: string]: string;
|
|
6705
7180
|
};
|
|
7181
|
+
statusCode: number;
|
|
6706
7182
|
body: ModifyRiskSingleResultStatusResponseBody;
|
|
6707
7183
|
static names(): {
|
|
6708
7184
|
[key: string]: string;
|
|
@@ -6747,6 +7223,7 @@ export declare class ModifySecurityCheckScheduleConfigResponse extends $tea.Mode
|
|
|
6747
7223
|
headers: {
|
|
6748
7224
|
[key: string]: string;
|
|
6749
7225
|
};
|
|
7226
|
+
statusCode: number;
|
|
6750
7227
|
body: ModifySecurityCheckScheduleConfigResponseBody;
|
|
6751
7228
|
static names(): {
|
|
6752
7229
|
[key: string]: string;
|
|
@@ -6787,6 +7264,7 @@ export declare class ModifyStartVulScanResponse extends $tea.Model {
|
|
|
6787
7264
|
headers: {
|
|
6788
7265
|
[key: string]: string;
|
|
6789
7266
|
};
|
|
7267
|
+
statusCode: number;
|
|
6790
7268
|
body: ModifyStartVulScanResponseBody;
|
|
6791
7269
|
static names(): {
|
|
6792
7270
|
[key: string]: string;
|
|
@@ -6798,6 +7276,99 @@ export declare class ModifyStartVulScanResponse extends $tea.Model {
|
|
|
6798
7276
|
[key: string]: any;
|
|
6799
7277
|
});
|
|
6800
7278
|
}
|
|
7279
|
+
export declare class ModifyStrategyRequest extends $tea.Model {
|
|
7280
|
+
customType?: string;
|
|
7281
|
+
cycleDays?: string;
|
|
7282
|
+
cycleStartTime?: string;
|
|
7283
|
+
id?: string;
|
|
7284
|
+
name?: string;
|
|
7285
|
+
riskCustomParams?: string;
|
|
7286
|
+
riskSubTypeName?: string;
|
|
7287
|
+
sourceIp?: string;
|
|
7288
|
+
static names(): {
|
|
7289
|
+
[key: string]: string;
|
|
7290
|
+
};
|
|
7291
|
+
static types(): {
|
|
7292
|
+
[key: string]: any;
|
|
7293
|
+
};
|
|
7294
|
+
constructor(map?: {
|
|
7295
|
+
[key: string]: any;
|
|
7296
|
+
});
|
|
7297
|
+
}
|
|
7298
|
+
export declare class ModifyStrategyResponseBody extends $tea.Model {
|
|
7299
|
+
httpStatusCode?: number;
|
|
7300
|
+
requestId?: string;
|
|
7301
|
+
result?: ModifyStrategyResponseBodyResult;
|
|
7302
|
+
success?: boolean;
|
|
7303
|
+
static names(): {
|
|
7304
|
+
[key: string]: string;
|
|
7305
|
+
};
|
|
7306
|
+
static types(): {
|
|
7307
|
+
[key: string]: any;
|
|
7308
|
+
};
|
|
7309
|
+
constructor(map?: {
|
|
7310
|
+
[key: string]: any;
|
|
7311
|
+
});
|
|
7312
|
+
}
|
|
7313
|
+
export declare class ModifyStrategyResponse extends $tea.Model {
|
|
7314
|
+
headers: {
|
|
7315
|
+
[key: string]: string;
|
|
7316
|
+
};
|
|
7317
|
+
statusCode: number;
|
|
7318
|
+
body: ModifyStrategyResponseBody;
|
|
7319
|
+
static names(): {
|
|
7320
|
+
[key: string]: string;
|
|
7321
|
+
};
|
|
7322
|
+
static types(): {
|
|
7323
|
+
[key: string]: any;
|
|
7324
|
+
};
|
|
7325
|
+
constructor(map?: {
|
|
7326
|
+
[key: string]: any;
|
|
7327
|
+
});
|
|
7328
|
+
}
|
|
7329
|
+
export declare class ModifyStrategyTargetRequest extends $tea.Model {
|
|
7330
|
+
config?: string;
|
|
7331
|
+
sourceIp?: string;
|
|
7332
|
+
target?: string;
|
|
7333
|
+
type?: string;
|
|
7334
|
+
static names(): {
|
|
7335
|
+
[key: string]: string;
|
|
7336
|
+
};
|
|
7337
|
+
static types(): {
|
|
7338
|
+
[key: string]: any;
|
|
7339
|
+
};
|
|
7340
|
+
constructor(map?: {
|
|
7341
|
+
[key: string]: any;
|
|
7342
|
+
});
|
|
7343
|
+
}
|
|
7344
|
+
export declare class ModifyStrategyTargetResponseBody extends $tea.Model {
|
|
7345
|
+
requestId?: string;
|
|
7346
|
+
static names(): {
|
|
7347
|
+
[key: string]: string;
|
|
7348
|
+
};
|
|
7349
|
+
static types(): {
|
|
7350
|
+
[key: string]: any;
|
|
7351
|
+
};
|
|
7352
|
+
constructor(map?: {
|
|
7353
|
+
[key: string]: any;
|
|
7354
|
+
});
|
|
7355
|
+
}
|
|
7356
|
+
export declare class ModifyStrategyTargetResponse extends $tea.Model {
|
|
7357
|
+
headers: {
|
|
7358
|
+
[key: string]: string;
|
|
7359
|
+
};
|
|
7360
|
+
statusCode: number;
|
|
7361
|
+
body: ModifyStrategyTargetResponseBody;
|
|
7362
|
+
static names(): {
|
|
7363
|
+
[key: string]: string;
|
|
7364
|
+
};
|
|
7365
|
+
static types(): {
|
|
7366
|
+
[key: string]: any;
|
|
7367
|
+
};
|
|
7368
|
+
constructor(map?: {
|
|
7369
|
+
[key: string]: any;
|
|
7370
|
+
});
|
|
7371
|
+
}
|
|
6801
7372
|
export declare class ModifyTagWithUuidRequest extends $tea.Model {
|
|
6802
7373
|
machineTypes?: string;
|
|
6803
7374
|
tagId?: string;
|
|
@@ -6829,6 +7400,7 @@ export declare class ModifyTagWithUuidResponse extends $tea.Model {
|
|
|
6829
7400
|
headers: {
|
|
6830
7401
|
[key: string]: string;
|
|
6831
7402
|
};
|
|
7403
|
+
statusCode: number;
|
|
6832
7404
|
body: ModifyTagWithUuidResponseBody;
|
|
6833
7405
|
static names(): {
|
|
6834
7406
|
[key: string]: string;
|
|
@@ -6869,6 +7441,7 @@ export declare class ModifyVpcHoneyPotResponse extends $tea.Model {
|
|
|
6869
7441
|
headers: {
|
|
6870
7442
|
[key: string]: string;
|
|
6871
7443
|
};
|
|
7444
|
+
statusCode: number;
|
|
6872
7445
|
body: ModifyVpcHoneyPotResponseBody;
|
|
6873
7446
|
static names(): {
|
|
6874
7447
|
[key: string]: string;
|
|
@@ -6911,6 +7484,7 @@ export declare class ModifyVulTargetConfigResponse extends $tea.Model {
|
|
|
6911
7484
|
headers: {
|
|
6912
7485
|
[key: string]: string;
|
|
6913
7486
|
};
|
|
7487
|
+
statusCode: number;
|
|
6914
7488
|
body: ModifyVulTargetConfigResponseBody;
|
|
6915
7489
|
static names(): {
|
|
6916
7490
|
[key: string]: string;
|
|
@@ -6961,6 +7535,7 @@ export declare class ModifyWebLockCreateConfigResponse extends $tea.Model {
|
|
|
6961
7535
|
headers: {
|
|
6962
7536
|
[key: string]: string;
|
|
6963
7537
|
};
|
|
7538
|
+
statusCode: number;
|
|
6964
7539
|
body: ModifyWebLockCreateConfigResponseBody;
|
|
6965
7540
|
static names(): {
|
|
6966
7541
|
[key: string]: string;
|
|
@@ -7003,6 +7578,7 @@ export declare class ModifyWebLockDeleteConfigResponse extends $tea.Model {
|
|
|
7003
7578
|
headers: {
|
|
7004
7579
|
[key: string]: string;
|
|
7005
7580
|
};
|
|
7581
|
+
statusCode: number;
|
|
7006
7582
|
body: ModifyWebLockDeleteConfigResponseBody;
|
|
7007
7583
|
static names(): {
|
|
7008
7584
|
[key: string]: string;
|
|
@@ -7050,6 +7626,7 @@ export declare class ModifyWebLockStartResponse extends $tea.Model {
|
|
|
7050
7626
|
headers: {
|
|
7051
7627
|
[key: string]: string;
|
|
7052
7628
|
};
|
|
7629
|
+
statusCode: number;
|
|
7053
7630
|
body: ModifyWebLockStartResponseBody;
|
|
7054
7631
|
static names(): {
|
|
7055
7632
|
[key: string]: string;
|
|
@@ -7092,6 +7669,7 @@ export declare class ModifyWebLockStatusResponse extends $tea.Model {
|
|
|
7092
7669
|
headers: {
|
|
7093
7670
|
[key: string]: string;
|
|
7094
7671
|
};
|
|
7672
|
+
statusCode: number;
|
|
7095
7673
|
body: ModifyWebLockStatusResponseBody;
|
|
7096
7674
|
static names(): {
|
|
7097
7675
|
[key: string]: string;
|
|
@@ -7143,6 +7721,7 @@ export declare class ModifyWebLockUpdateConfigResponse extends $tea.Model {
|
|
|
7143
7721
|
headers: {
|
|
7144
7722
|
[key: string]: string;
|
|
7145
7723
|
};
|
|
7724
|
+
statusCode: number;
|
|
7146
7725
|
body: ModifyWebLockUpdateConfigResponseBody;
|
|
7147
7726
|
static names(): {
|
|
7148
7727
|
[key: string]: string;
|
|
@@ -7184,6 +7763,7 @@ export declare class OperateAgentClientInstallResponse extends $tea.Model {
|
|
|
7184
7763
|
headers: {
|
|
7185
7764
|
[key: string]: string;
|
|
7186
7765
|
};
|
|
7766
|
+
statusCode: number;
|
|
7187
7767
|
body: OperateAgentClientInstallResponseBody;
|
|
7188
7768
|
static names(): {
|
|
7189
7769
|
[key: string]: string;
|
|
@@ -7227,6 +7807,7 @@ export declare class OperateSuspiciousTargetConfigResponse extends $tea.Model {
|
|
|
7227
7807
|
headers: {
|
|
7228
7808
|
[key: string]: string;
|
|
7229
7809
|
};
|
|
7810
|
+
statusCode: number;
|
|
7230
7811
|
body: OperateSuspiciousTargetConfigResponseBody;
|
|
7231
7812
|
static names(): {
|
|
7232
7813
|
[key: string]: string;
|
|
@@ -7269,6 +7850,7 @@ export declare class OperateVulsResponse extends $tea.Model {
|
|
|
7269
7850
|
headers: {
|
|
7270
7851
|
[key: string]: string;
|
|
7271
7852
|
};
|
|
7853
|
+
statusCode: number;
|
|
7272
7854
|
body: OperateVulsResponseBody;
|
|
7273
7855
|
static names(): {
|
|
7274
7856
|
[key: string]: string;
|
|
@@ -7315,6 +7897,7 @@ export declare class OperationSuspEventsResponse extends $tea.Model {
|
|
|
7315
7897
|
headers: {
|
|
7316
7898
|
[key: string]: string;
|
|
7317
7899
|
};
|
|
7900
|
+
statusCode: number;
|
|
7318
7901
|
body: OperationSuspEventsResponseBody;
|
|
7319
7902
|
static names(): {
|
|
7320
7903
|
[key: string]: string;
|
|
@@ -7355,6 +7938,7 @@ export declare class PauseClientResponse extends $tea.Model {
|
|
|
7355
7938
|
headers: {
|
|
7356
7939
|
[key: string]: string;
|
|
7357
7940
|
};
|
|
7941
|
+
statusCode: number;
|
|
7358
7942
|
body: PauseClientResponseBody;
|
|
7359
7943
|
static names(): {
|
|
7360
7944
|
[key: string]: string;
|
|
@@ -7366,6 +7950,146 @@ export declare class PauseClientResponse extends $tea.Model {
|
|
|
7366
7950
|
[key: string]: any;
|
|
7367
7951
|
});
|
|
7368
7952
|
}
|
|
7953
|
+
export declare class PublicCreateImageScanTaskRequest extends $tea.Model {
|
|
7954
|
+
digests?: string;
|
|
7955
|
+
instanceIds?: string;
|
|
7956
|
+
regionIds?: string;
|
|
7957
|
+
registryTypes?: string;
|
|
7958
|
+
repoIds?: string;
|
|
7959
|
+
repoNames?: string;
|
|
7960
|
+
repoNamespaces?: string;
|
|
7961
|
+
sourceIp?: string;
|
|
7962
|
+
tags?: string;
|
|
7963
|
+
static names(): {
|
|
7964
|
+
[key: string]: string;
|
|
7965
|
+
};
|
|
7966
|
+
static types(): {
|
|
7967
|
+
[key: string]: any;
|
|
7968
|
+
};
|
|
7969
|
+
constructor(map?: {
|
|
7970
|
+
[key: string]: any;
|
|
7971
|
+
});
|
|
7972
|
+
}
|
|
7973
|
+
export declare class PublicCreateImageScanTaskResponseBody extends $tea.Model {
|
|
7974
|
+
data?: PublicCreateImageScanTaskResponseBodyData;
|
|
7975
|
+
requestId?: string;
|
|
7976
|
+
static names(): {
|
|
7977
|
+
[key: string]: string;
|
|
7978
|
+
};
|
|
7979
|
+
static types(): {
|
|
7980
|
+
[key: string]: any;
|
|
7981
|
+
};
|
|
7982
|
+
constructor(map?: {
|
|
7983
|
+
[key: string]: any;
|
|
7984
|
+
});
|
|
7985
|
+
}
|
|
7986
|
+
export declare class PublicCreateImageScanTaskResponse extends $tea.Model {
|
|
7987
|
+
headers: {
|
|
7988
|
+
[key: string]: string;
|
|
7989
|
+
};
|
|
7990
|
+
statusCode: number;
|
|
7991
|
+
body: PublicCreateImageScanTaskResponseBody;
|
|
7992
|
+
static names(): {
|
|
7993
|
+
[key: string]: string;
|
|
7994
|
+
};
|
|
7995
|
+
static types(): {
|
|
7996
|
+
[key: string]: any;
|
|
7997
|
+
};
|
|
7998
|
+
constructor(map?: {
|
|
7999
|
+
[key: string]: any;
|
|
8000
|
+
});
|
|
8001
|
+
}
|
|
8002
|
+
export declare class PublicPreCheckImageScanTaskRequest extends $tea.Model {
|
|
8003
|
+
digests?: string;
|
|
8004
|
+
instanceIds?: string;
|
|
8005
|
+
regionIds?: string;
|
|
8006
|
+
registryTypes?: string;
|
|
8007
|
+
repoIds?: string;
|
|
8008
|
+
repoNames?: string;
|
|
8009
|
+
repoNamespaces?: string;
|
|
8010
|
+
sourceIp?: string;
|
|
8011
|
+
tags?: string;
|
|
8012
|
+
static names(): {
|
|
8013
|
+
[key: string]: string;
|
|
8014
|
+
};
|
|
8015
|
+
static types(): {
|
|
8016
|
+
[key: string]: any;
|
|
8017
|
+
};
|
|
8018
|
+
constructor(map?: {
|
|
8019
|
+
[key: string]: any;
|
|
8020
|
+
});
|
|
8021
|
+
}
|
|
8022
|
+
export declare class PublicPreCheckImageScanTaskResponseBody extends $tea.Model {
|
|
8023
|
+
data?: PublicPreCheckImageScanTaskResponseBodyData;
|
|
8024
|
+
requestId?: string;
|
|
8025
|
+
static names(): {
|
|
8026
|
+
[key: string]: string;
|
|
8027
|
+
};
|
|
8028
|
+
static types(): {
|
|
8029
|
+
[key: string]: any;
|
|
8030
|
+
};
|
|
8031
|
+
constructor(map?: {
|
|
8032
|
+
[key: string]: any;
|
|
8033
|
+
});
|
|
8034
|
+
}
|
|
8035
|
+
export declare class PublicPreCheckImageScanTaskResponse extends $tea.Model {
|
|
8036
|
+
headers: {
|
|
8037
|
+
[key: string]: string;
|
|
8038
|
+
};
|
|
8039
|
+
statusCode: number;
|
|
8040
|
+
body: PublicPreCheckImageScanTaskResponseBody;
|
|
8041
|
+
static names(): {
|
|
8042
|
+
[key: string]: string;
|
|
8043
|
+
};
|
|
8044
|
+
static types(): {
|
|
8045
|
+
[key: string]: any;
|
|
8046
|
+
};
|
|
8047
|
+
constructor(map?: {
|
|
8048
|
+
[key: string]: any;
|
|
8049
|
+
});
|
|
8050
|
+
}
|
|
8051
|
+
export declare class PublicSyncAndCreateImageScanTaskRequest extends $tea.Model {
|
|
8052
|
+
images?: string;
|
|
8053
|
+
sourceIp?: string;
|
|
8054
|
+
static names(): {
|
|
8055
|
+
[key: string]: string;
|
|
8056
|
+
};
|
|
8057
|
+
static types(): {
|
|
8058
|
+
[key: string]: any;
|
|
8059
|
+
};
|
|
8060
|
+
constructor(map?: {
|
|
8061
|
+
[key: string]: any;
|
|
8062
|
+
});
|
|
8063
|
+
}
|
|
8064
|
+
export declare class PublicSyncAndCreateImageScanTaskResponseBody extends $tea.Model {
|
|
8065
|
+
data?: PublicSyncAndCreateImageScanTaskResponseBodyData;
|
|
8066
|
+
requestId?: string;
|
|
8067
|
+
static names(): {
|
|
8068
|
+
[key: string]: string;
|
|
8069
|
+
};
|
|
8070
|
+
static types(): {
|
|
8071
|
+
[key: string]: any;
|
|
8072
|
+
};
|
|
8073
|
+
constructor(map?: {
|
|
8074
|
+
[key: string]: any;
|
|
8075
|
+
});
|
|
8076
|
+
}
|
|
8077
|
+
export declare class PublicSyncAndCreateImageScanTaskResponse extends $tea.Model {
|
|
8078
|
+
headers: {
|
|
8079
|
+
[key: string]: string;
|
|
8080
|
+
};
|
|
8081
|
+
statusCode: number;
|
|
8082
|
+
body: PublicSyncAndCreateImageScanTaskResponseBody;
|
|
8083
|
+
static names(): {
|
|
8084
|
+
[key: string]: string;
|
|
8085
|
+
};
|
|
8086
|
+
static types(): {
|
|
8087
|
+
[key: string]: any;
|
|
8088
|
+
};
|
|
8089
|
+
constructor(map?: {
|
|
8090
|
+
[key: string]: any;
|
|
8091
|
+
});
|
|
8092
|
+
}
|
|
7369
8093
|
export declare class QueryGroupIdByGroupNameRequest extends $tea.Model {
|
|
7370
8094
|
groupName?: string;
|
|
7371
8095
|
sourceIp?: string;
|
|
@@ -7396,6 +8120,7 @@ export declare class QueryGroupIdByGroupNameResponse extends $tea.Model {
|
|
|
7396
8120
|
headers: {
|
|
7397
8121
|
[key: string]: string;
|
|
7398
8122
|
};
|
|
8123
|
+
statusCode: number;
|
|
7399
8124
|
body: QueryGroupIdByGroupNameResponseBody;
|
|
7400
8125
|
static names(): {
|
|
7401
8126
|
[key: string]: string;
|
|
@@ -7412,7 +8137,6 @@ export declare class QueryGroupedSecurityEventMarkMissListRequest extends $tea.M
|
|
|
7412
8137
|
eventName?: string;
|
|
7413
8138
|
from?: string;
|
|
7414
8139
|
lang?: string;
|
|
7415
|
-
maxId?: number;
|
|
7416
8140
|
pageSize?: number;
|
|
7417
8141
|
remark?: string;
|
|
7418
8142
|
sourceIp?: string;
|
|
@@ -7428,13 +8152,11 @@ export declare class QueryGroupedSecurityEventMarkMissListRequest extends $tea.M
|
|
|
7428
8152
|
}
|
|
7429
8153
|
export declare class QueryGroupedSecurityEventMarkMissListResponseBody extends $tea.Model {
|
|
7430
8154
|
code?: string;
|
|
7431
|
-
httpStatusCode?: number;
|
|
7432
8155
|
list?: QueryGroupedSecurityEventMarkMissListResponseBodyList[];
|
|
7433
8156
|
message?: string;
|
|
7434
8157
|
pageInfo?: QueryGroupedSecurityEventMarkMissListResponseBodyPageInfo;
|
|
7435
8158
|
requestId?: string;
|
|
7436
8159
|
success?: boolean;
|
|
7437
|
-
timeCost?: number;
|
|
7438
8160
|
static names(): {
|
|
7439
8161
|
[key: string]: string;
|
|
7440
8162
|
};
|
|
@@ -7449,6 +8171,7 @@ export declare class QueryGroupedSecurityEventMarkMissListResponse extends $tea.
|
|
|
7449
8171
|
headers: {
|
|
7450
8172
|
[key: string]: string;
|
|
7451
8173
|
};
|
|
8174
|
+
statusCode: number;
|
|
7452
8175
|
body: QueryGroupedSecurityEventMarkMissListResponseBody;
|
|
7453
8176
|
static names(): {
|
|
7454
8177
|
[key: string]: string;
|
|
@@ -7488,6 +8211,7 @@ export declare class RefreshAssetsResponse extends $tea.Model {
|
|
|
7488
8211
|
headers: {
|
|
7489
8212
|
[key: string]: string;
|
|
7490
8213
|
};
|
|
8214
|
+
statusCode: number;
|
|
7491
8215
|
body: RefreshAssetsResponseBody;
|
|
7492
8216
|
static names(): {
|
|
7493
8217
|
[key: string]: string;
|
|
@@ -7527,6 +8251,7 @@ export declare class RefreshContainerAssetsResponse extends $tea.Model {
|
|
|
7527
8251
|
headers: {
|
|
7528
8252
|
[key: string]: string;
|
|
7529
8253
|
};
|
|
8254
|
+
statusCode: number;
|
|
7530
8255
|
body: RefreshContainerAssetsResponseBody;
|
|
7531
8256
|
static names(): {
|
|
7532
8257
|
[key: string]: string;
|
|
@@ -7568,6 +8293,7 @@ export declare class RollbackSuspEventQuaraFileResponse extends $tea.Model {
|
|
|
7568
8293
|
headers: {
|
|
7569
8294
|
[key: string]: string;
|
|
7570
8295
|
};
|
|
8296
|
+
statusCode: number;
|
|
7571
8297
|
body: RollbackSuspEventQuaraFileResponseBody;
|
|
7572
8298
|
static names(): {
|
|
7573
8299
|
[key: string]: string;
|
|
@@ -7604,54 +8330,12 @@ export declare class SasInstallCodeResponseBody extends $tea.Model {
|
|
|
7604
8330
|
[key: string]: any;
|
|
7605
8331
|
});
|
|
7606
8332
|
}
|
|
7607
|
-
export declare class SasInstallCodeResponse extends $tea.Model {
|
|
7608
|
-
headers: {
|
|
7609
|
-
[key: string]: string;
|
|
7610
|
-
};
|
|
7611
|
-
body: SasInstallCodeResponseBody;
|
|
7612
|
-
static names(): {
|
|
7613
|
-
[key: string]: string;
|
|
7614
|
-
};
|
|
7615
|
-
static types(): {
|
|
7616
|
-
[key: string]: any;
|
|
7617
|
-
};
|
|
7618
|
-
constructor(map?: {
|
|
7619
|
-
[key: string]: any;
|
|
7620
|
-
});
|
|
7621
|
-
}
|
|
7622
|
-
export declare class StartBaselineSecurityCheckRequest extends $tea.Model {
|
|
7623
|
-
itemIds?: number[];
|
|
7624
|
-
lang?: string;
|
|
7625
|
-
resourceOwnerId?: number;
|
|
7626
|
-
sourceIp?: string;
|
|
7627
|
-
type?: string;
|
|
7628
|
-
static names(): {
|
|
7629
|
-
[key: string]: string;
|
|
7630
|
-
};
|
|
7631
|
-
static types(): {
|
|
7632
|
-
[key: string]: any;
|
|
7633
|
-
};
|
|
7634
|
-
constructor(map?: {
|
|
7635
|
-
[key: string]: any;
|
|
7636
|
-
});
|
|
7637
|
-
}
|
|
7638
|
-
export declare class StartBaselineSecurityCheckResponseBody extends $tea.Model {
|
|
7639
|
-
requestId?: string;
|
|
7640
|
-
static names(): {
|
|
7641
|
-
[key: string]: string;
|
|
7642
|
-
};
|
|
7643
|
-
static types(): {
|
|
7644
|
-
[key: string]: any;
|
|
7645
|
-
};
|
|
7646
|
-
constructor(map?: {
|
|
7647
|
-
[key: string]: any;
|
|
7648
|
-
});
|
|
7649
|
-
}
|
|
7650
|
-
export declare class StartBaselineSecurityCheckResponse extends $tea.Model {
|
|
8333
|
+
export declare class SasInstallCodeResponse extends $tea.Model {
|
|
7651
8334
|
headers: {
|
|
7652
8335
|
[key: string]: string;
|
|
7653
8336
|
};
|
|
7654
|
-
|
|
8337
|
+
statusCode: number;
|
|
8338
|
+
body: SasInstallCodeResponseBody;
|
|
7655
8339
|
static names(): {
|
|
7656
8340
|
[key: string]: string;
|
|
7657
8341
|
};
|
|
@@ -7662,17 +8346,12 @@ export declare class StartBaselineSecurityCheckResponse extends $tea.Model {
|
|
|
7662
8346
|
[key: string]: any;
|
|
7663
8347
|
});
|
|
7664
8348
|
}
|
|
7665
|
-
export declare class
|
|
7666
|
-
|
|
7667
|
-
imageLayer?: string;
|
|
7668
|
-
imageTag?: string;
|
|
8349
|
+
export declare class StartBaselineSecurityCheckRequest extends $tea.Model {
|
|
8350
|
+
itemIds?: number[];
|
|
7669
8351
|
lang?: string;
|
|
7670
|
-
|
|
7671
|
-
|
|
7672
|
-
|
|
7673
|
-
repoInstanceId?: string;
|
|
7674
|
-
repoNamespace?: string;
|
|
7675
|
-
repoRegionId?: string;
|
|
8352
|
+
resourceOwnerId?: number;
|
|
8353
|
+
sourceIp?: string;
|
|
8354
|
+
type?: string;
|
|
7676
8355
|
static names(): {
|
|
7677
8356
|
[key: string]: string;
|
|
7678
8357
|
};
|
|
@@ -7683,7 +8362,7 @@ export declare class StartImageVulScanRequest extends $tea.Model {
|
|
|
7683
8362
|
[key: string]: any;
|
|
7684
8363
|
});
|
|
7685
8364
|
}
|
|
7686
|
-
export declare class
|
|
8365
|
+
export declare class StartBaselineSecurityCheckResponseBody extends $tea.Model {
|
|
7687
8366
|
requestId?: string;
|
|
7688
8367
|
static names(): {
|
|
7689
8368
|
[key: string]: string;
|
|
@@ -7695,11 +8374,12 @@ export declare class StartImageVulScanResponseBody extends $tea.Model {
|
|
|
7695
8374
|
[key: string]: any;
|
|
7696
8375
|
});
|
|
7697
8376
|
}
|
|
7698
|
-
export declare class
|
|
8377
|
+
export declare class StartBaselineSecurityCheckResponse extends $tea.Model {
|
|
7699
8378
|
headers: {
|
|
7700
8379
|
[key: string]: string;
|
|
7701
8380
|
};
|
|
7702
|
-
|
|
8381
|
+
statusCode: number;
|
|
8382
|
+
body: StartBaselineSecurityCheckResponseBody;
|
|
7703
8383
|
static names(): {
|
|
7704
8384
|
[key: string]: string;
|
|
7705
8385
|
};
|
|
@@ -7739,6 +8419,7 @@ export declare class StartVirusScanTaskResponse extends $tea.Model {
|
|
|
7739
8419
|
headers: {
|
|
7740
8420
|
[key: string]: string;
|
|
7741
8421
|
};
|
|
8422
|
+
statusCode: number;
|
|
7742
8423
|
body: StartVirusScanTaskResponseBody;
|
|
7743
8424
|
static names(): {
|
|
7744
8425
|
[key: string]: string;
|
|
@@ -7778,6 +8459,7 @@ export declare class UnbindAegisResponse extends $tea.Model {
|
|
|
7778
8459
|
headers: {
|
|
7779
8460
|
[key: string]: string;
|
|
7780
8461
|
};
|
|
8462
|
+
statusCode: number;
|
|
7781
8463
|
body: UnbindAegisResponseBody;
|
|
7782
8464
|
static names(): {
|
|
7783
8465
|
[key: string]: string;
|
|
@@ -7819,6 +8501,7 @@ export declare class UninstallBackupClientResponse extends $tea.Model {
|
|
|
7819
8501
|
headers: {
|
|
7820
8502
|
[key: string]: string;
|
|
7821
8503
|
};
|
|
8504
|
+
statusCode: number;
|
|
7822
8505
|
body: UninstallBackupClientResponseBody;
|
|
7823
8506
|
static names(): {
|
|
7824
8507
|
[key: string]: string;
|
|
@@ -7860,6 +8543,7 @@ export declare class ValidateHcWarningsResponse extends $tea.Model {
|
|
|
7860
8543
|
headers: {
|
|
7861
8544
|
[key: string]: string;
|
|
7862
8545
|
};
|
|
8546
|
+
statusCode: number;
|
|
7863
8547
|
body: ValidateHcWarningsResponseBody;
|
|
7864
8548
|
static names(): {
|
|
7865
8549
|
[key: string]: string;
|
|
@@ -8806,6 +9490,32 @@ export declare class DescribeFieldStatisticsResponseBodyGroupedFields extends $t
|
|
|
8806
9490
|
[key: string]: any;
|
|
8807
9491
|
});
|
|
8808
9492
|
}
|
|
9493
|
+
export declare class DescribeFrontVulPatchListResponseBodyFrontPatchListPatchList extends $tea.Model {
|
|
9494
|
+
aliasName?: string;
|
|
9495
|
+
name?: string;
|
|
9496
|
+
static names(): {
|
|
9497
|
+
[key: string]: string;
|
|
9498
|
+
};
|
|
9499
|
+
static types(): {
|
|
9500
|
+
[key: string]: any;
|
|
9501
|
+
};
|
|
9502
|
+
constructor(map?: {
|
|
9503
|
+
[key: string]: any;
|
|
9504
|
+
});
|
|
9505
|
+
}
|
|
9506
|
+
export declare class DescribeFrontVulPatchListResponseBodyFrontPatchList extends $tea.Model {
|
|
9507
|
+
patchList?: DescribeFrontVulPatchListResponseBodyFrontPatchListPatchList[];
|
|
9508
|
+
uuid?: string;
|
|
9509
|
+
static names(): {
|
|
9510
|
+
[key: string]: string;
|
|
9511
|
+
};
|
|
9512
|
+
static types(): {
|
|
9513
|
+
[key: string]: any;
|
|
9514
|
+
};
|
|
9515
|
+
constructor(map?: {
|
|
9516
|
+
[key: string]: any;
|
|
9517
|
+
});
|
|
9518
|
+
}
|
|
8809
9519
|
export declare class DescribeGroupedContainerInstancesResponseBodyGroupedContainerInstanceList extends $tea.Model {
|
|
8810
9520
|
alarmCount?: number;
|
|
8811
9521
|
appName?: string;
|
|
@@ -9939,6 +10649,82 @@ export declare class DescribeRiskListCheckResultResponseBodyList extends $tea.Mo
|
|
|
9939
10649
|
[key: string]: any;
|
|
9940
10650
|
});
|
|
9941
10651
|
}
|
|
10652
|
+
export declare class DescribeRiskTypeResponseBodyRiskTypesSubTypesCheckDetailsRulesParamList extends $tea.Model {
|
|
10653
|
+
enumValue?: string;
|
|
10654
|
+
maxValue?: number;
|
|
10655
|
+
minValue?: number;
|
|
10656
|
+
paramDefaultValue?: string;
|
|
10657
|
+
paramDesc?: string;
|
|
10658
|
+
paramName?: string;
|
|
10659
|
+
paramType?: number;
|
|
10660
|
+
static names(): {
|
|
10661
|
+
[key: string]: string;
|
|
10662
|
+
};
|
|
10663
|
+
static types(): {
|
|
10664
|
+
[key: string]: any;
|
|
10665
|
+
};
|
|
10666
|
+
constructor(map?: {
|
|
10667
|
+
[key: string]: any;
|
|
10668
|
+
});
|
|
10669
|
+
}
|
|
10670
|
+
export declare class DescribeRiskTypeResponseBodyRiskTypesSubTypesCheckDetailsRules extends $tea.Model {
|
|
10671
|
+
optional?: number;
|
|
10672
|
+
paramList?: DescribeRiskTypeResponseBodyRiskTypesSubTypesCheckDetailsRulesParamList[];
|
|
10673
|
+
ruleDesc?: string;
|
|
10674
|
+
ruleId?: string;
|
|
10675
|
+
static names(): {
|
|
10676
|
+
[key: string]: string;
|
|
10677
|
+
};
|
|
10678
|
+
static types(): {
|
|
10679
|
+
[key: string]: any;
|
|
10680
|
+
};
|
|
10681
|
+
constructor(map?: {
|
|
10682
|
+
[key: string]: any;
|
|
10683
|
+
});
|
|
10684
|
+
}
|
|
10685
|
+
export declare class DescribeRiskTypeResponseBodyRiskTypesSubTypesCheckDetails extends $tea.Model {
|
|
10686
|
+
checkDesc?: string;
|
|
10687
|
+
checkId?: number;
|
|
10688
|
+
checkItem?: string;
|
|
10689
|
+
rules?: DescribeRiskTypeResponseBodyRiskTypesSubTypesCheckDetailsRules[];
|
|
10690
|
+
static names(): {
|
|
10691
|
+
[key: string]: string;
|
|
10692
|
+
};
|
|
10693
|
+
static types(): {
|
|
10694
|
+
[key: string]: any;
|
|
10695
|
+
};
|
|
10696
|
+
constructor(map?: {
|
|
10697
|
+
[key: string]: any;
|
|
10698
|
+
});
|
|
10699
|
+
}
|
|
10700
|
+
export declare class DescribeRiskTypeResponseBodyRiskTypesSubTypes extends $tea.Model {
|
|
10701
|
+
alias?: string;
|
|
10702
|
+
checkDetails?: DescribeRiskTypeResponseBodyRiskTypesSubTypesCheckDetails[];
|
|
10703
|
+
typeName?: string;
|
|
10704
|
+
static names(): {
|
|
10705
|
+
[key: string]: string;
|
|
10706
|
+
};
|
|
10707
|
+
static types(): {
|
|
10708
|
+
[key: string]: any;
|
|
10709
|
+
};
|
|
10710
|
+
constructor(map?: {
|
|
10711
|
+
[key: string]: any;
|
|
10712
|
+
});
|
|
10713
|
+
}
|
|
10714
|
+
export declare class DescribeRiskTypeResponseBodyRiskTypes extends $tea.Model {
|
|
10715
|
+
alias?: string;
|
|
10716
|
+
subTypes?: DescribeRiskTypeResponseBodyRiskTypesSubTypes[];
|
|
10717
|
+
typeName?: string;
|
|
10718
|
+
static names(): {
|
|
10719
|
+
[key: string]: string;
|
|
10720
|
+
};
|
|
10721
|
+
static types(): {
|
|
10722
|
+
[key: string]: any;
|
|
10723
|
+
};
|
|
10724
|
+
constructor(map?: {
|
|
10725
|
+
[key: string]: any;
|
|
10726
|
+
});
|
|
10727
|
+
}
|
|
9942
10728
|
export declare class DescribeSearchConditionResponseBodyConditionList extends $tea.Model {
|
|
9943
10729
|
conditionType?: string;
|
|
9944
10730
|
filterConditions?: string;
|
|
@@ -10244,6 +11030,103 @@ export declare class DescribeStrategyResponseBodyStrategies extends $tea.Model {
|
|
|
10244
11030
|
[key: string]: any;
|
|
10245
11031
|
});
|
|
10246
11032
|
}
|
|
11033
|
+
export declare class DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypesCheckDetailsRulesParamList extends $tea.Model {
|
|
11034
|
+
enumValue?: string;
|
|
11035
|
+
maxValue?: number;
|
|
11036
|
+
minValue?: number;
|
|
11037
|
+
paramDefaultValue?: string;
|
|
11038
|
+
paramDesc?: string;
|
|
11039
|
+
paramName?: string;
|
|
11040
|
+
paramType?: number;
|
|
11041
|
+
value?: string;
|
|
11042
|
+
static names(): {
|
|
11043
|
+
[key: string]: string;
|
|
11044
|
+
};
|
|
11045
|
+
static types(): {
|
|
11046
|
+
[key: string]: any;
|
|
11047
|
+
};
|
|
11048
|
+
constructor(map?: {
|
|
11049
|
+
[key: string]: any;
|
|
11050
|
+
});
|
|
11051
|
+
}
|
|
11052
|
+
export declare class DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypesCheckDetailsRules extends $tea.Model {
|
|
11053
|
+
defaultValue?: number;
|
|
11054
|
+
optional?: number;
|
|
11055
|
+
paramList?: DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypesCheckDetailsRulesParamList[];
|
|
11056
|
+
ruleDesc?: string;
|
|
11057
|
+
ruleId?: string;
|
|
11058
|
+
static names(): {
|
|
11059
|
+
[key: string]: string;
|
|
11060
|
+
};
|
|
11061
|
+
static types(): {
|
|
11062
|
+
[key: string]: any;
|
|
11063
|
+
};
|
|
11064
|
+
constructor(map?: {
|
|
11065
|
+
[key: string]: any;
|
|
11066
|
+
});
|
|
11067
|
+
}
|
|
11068
|
+
export declare class DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypesCheckDetails extends $tea.Model {
|
|
11069
|
+
checkDesc?: string;
|
|
11070
|
+
checkId?: number;
|
|
11071
|
+
checkItem?: string;
|
|
11072
|
+
rules?: DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypesCheckDetailsRules[];
|
|
11073
|
+
static names(): {
|
|
11074
|
+
[key: string]: string;
|
|
11075
|
+
};
|
|
11076
|
+
static types(): {
|
|
11077
|
+
[key: string]: any;
|
|
11078
|
+
};
|
|
11079
|
+
constructor(map?: {
|
|
11080
|
+
[key: string]: any;
|
|
11081
|
+
});
|
|
11082
|
+
}
|
|
11083
|
+
export declare class DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypes extends $tea.Model {
|
|
11084
|
+
alias?: string;
|
|
11085
|
+
checkDetails?: DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypesCheckDetails[];
|
|
11086
|
+
on?: boolean;
|
|
11087
|
+
typeName?: string;
|
|
11088
|
+
static names(): {
|
|
11089
|
+
[key: string]: string;
|
|
11090
|
+
};
|
|
11091
|
+
static types(): {
|
|
11092
|
+
[key: string]: any;
|
|
11093
|
+
};
|
|
11094
|
+
constructor(map?: {
|
|
11095
|
+
[key: string]: any;
|
|
11096
|
+
});
|
|
11097
|
+
}
|
|
11098
|
+
export declare class DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultList extends $tea.Model {
|
|
11099
|
+
alias?: string;
|
|
11100
|
+
on?: boolean;
|
|
11101
|
+
subTypes?: DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultListSubTypes[];
|
|
11102
|
+
typeName?: string;
|
|
11103
|
+
static names(): {
|
|
11104
|
+
[key: string]: string;
|
|
11105
|
+
};
|
|
11106
|
+
static types(): {
|
|
11107
|
+
[key: string]: any;
|
|
11108
|
+
};
|
|
11109
|
+
constructor(map?: {
|
|
11110
|
+
[key: string]: any;
|
|
11111
|
+
});
|
|
11112
|
+
}
|
|
11113
|
+
export declare class DescribeStrategyDetailResponseBodyStrategy extends $tea.Model {
|
|
11114
|
+
cycleDays?: number;
|
|
11115
|
+
cycleStartTime?: number;
|
|
11116
|
+
id?: number;
|
|
11117
|
+
name?: string;
|
|
11118
|
+
riskTypeWhiteListQueryResultList?: DescribeStrategyDetailResponseBodyStrategyRiskTypeWhiteListQueryResultList[];
|
|
11119
|
+
type?: number;
|
|
11120
|
+
static names(): {
|
|
11121
|
+
[key: string]: string;
|
|
11122
|
+
};
|
|
11123
|
+
static types(): {
|
|
11124
|
+
[key: string]: any;
|
|
11125
|
+
};
|
|
11126
|
+
constructor(map?: {
|
|
11127
|
+
[key: string]: any;
|
|
11128
|
+
});
|
|
11129
|
+
}
|
|
10247
11130
|
export declare class DescribeStrategyExecDetailResponseBodyFailedEcsList extends $tea.Model {
|
|
10248
11131
|
IP?: string;
|
|
10249
11132
|
instanceName?: string;
|
|
@@ -10442,6 +11325,23 @@ export declare class DescribeUserBaselineAuthorizationResponseBodyUserBaselineAu
|
|
|
10442
11325
|
[key: string]: any;
|
|
10443
11326
|
});
|
|
10444
11327
|
}
|
|
11328
|
+
export declare class DescribeUuidsByVulNamesResponseBodyMachineInfoStatistics extends $tea.Model {
|
|
11329
|
+
machineInstanceId?: string;
|
|
11330
|
+
machineIp?: string;
|
|
11331
|
+
machineName?: string;
|
|
11332
|
+
os?: string;
|
|
11333
|
+
regionId?: string;
|
|
11334
|
+
uuid?: string;
|
|
11335
|
+
static names(): {
|
|
11336
|
+
[key: string]: string;
|
|
11337
|
+
};
|
|
11338
|
+
static types(): {
|
|
11339
|
+
[key: string]: any;
|
|
11340
|
+
};
|
|
11341
|
+
constructor(map?: {
|
|
11342
|
+
[key: string]: any;
|
|
11343
|
+
});
|
|
11344
|
+
}
|
|
10445
11345
|
export declare class DescribeVpcHoneyPotCriteriaResponseBodyCriteriaList extends $tea.Model {
|
|
10446
11346
|
name?: string;
|
|
10447
11347
|
type?: string;
|
|
@@ -10780,6 +11680,37 @@ export declare class HandleSecurityEventsResponseBodyHandleSecurityEventsRespons
|
|
|
10780
11680
|
[key: string]: any;
|
|
10781
11681
|
});
|
|
10782
11682
|
}
|
|
11683
|
+
export declare class ListVulAutoRepairConfigResponseBodyPageInfo extends $tea.Model {
|
|
11684
|
+
count?: number;
|
|
11685
|
+
currentPage?: number;
|
|
11686
|
+
pageSize?: number;
|
|
11687
|
+
totalCount?: number;
|
|
11688
|
+
static names(): {
|
|
11689
|
+
[key: string]: string;
|
|
11690
|
+
};
|
|
11691
|
+
static types(): {
|
|
11692
|
+
[key: string]: any;
|
|
11693
|
+
};
|
|
11694
|
+
constructor(map?: {
|
|
11695
|
+
[key: string]: any;
|
|
11696
|
+
});
|
|
11697
|
+
}
|
|
11698
|
+
export declare class ListVulAutoRepairConfigResponseBodyVulAutoRepairConfigList extends $tea.Model {
|
|
11699
|
+
aliasName?: string;
|
|
11700
|
+
id?: number;
|
|
11701
|
+
name?: string;
|
|
11702
|
+
reason?: string;
|
|
11703
|
+
type?: string;
|
|
11704
|
+
static names(): {
|
|
11705
|
+
[key: string]: string;
|
|
11706
|
+
};
|
|
11707
|
+
static types(): {
|
|
11708
|
+
[key: string]: any;
|
|
11709
|
+
};
|
|
11710
|
+
constructor(map?: {
|
|
11711
|
+
[key: string]: any;
|
|
11712
|
+
});
|
|
11713
|
+
}
|
|
10783
11714
|
export declare class ModifyPushAllTaskResponseBodyPushTaskRspPushTaskResultList extends $tea.Model {
|
|
10784
11715
|
groupId?: number;
|
|
10785
11716
|
instanceId?: string;
|
|
@@ -10813,6 +11744,18 @@ export declare class ModifyPushAllTaskResponseBodyPushTaskRsp extends $tea.Model
|
|
|
10813
11744
|
[key: string]: any;
|
|
10814
11745
|
});
|
|
10815
11746
|
}
|
|
11747
|
+
export declare class ModifyStrategyResponseBodyResult extends $tea.Model {
|
|
11748
|
+
strategyId?: number;
|
|
11749
|
+
static names(): {
|
|
11750
|
+
[key: string]: string;
|
|
11751
|
+
};
|
|
11752
|
+
static types(): {
|
|
11753
|
+
[key: string]: any;
|
|
11754
|
+
};
|
|
11755
|
+
constructor(map?: {
|
|
11756
|
+
[key: string]: any;
|
|
11757
|
+
});
|
|
11758
|
+
}
|
|
10816
11759
|
export declare class OperateAgentClientInstallResponseBodyAegisCelintInstallResposeList extends $tea.Model {
|
|
10817
11760
|
instanceId?: string;
|
|
10818
11761
|
recordId?: number;
|
|
@@ -10827,6 +11770,59 @@ export declare class OperateAgentClientInstallResponseBodyAegisCelintInstallResp
|
|
|
10827
11770
|
[key: string]: any;
|
|
10828
11771
|
});
|
|
10829
11772
|
}
|
|
11773
|
+
export declare class PublicCreateImageScanTaskResponseBodyData extends $tea.Model {
|
|
11774
|
+
canCreate?: boolean;
|
|
11775
|
+
collectTime?: number;
|
|
11776
|
+
execTime?: number;
|
|
11777
|
+
finishCount?: number;
|
|
11778
|
+
progress?: number;
|
|
11779
|
+
result?: string;
|
|
11780
|
+
status?: string;
|
|
11781
|
+
taskId?: string;
|
|
11782
|
+
totalCount?: number;
|
|
11783
|
+
static names(): {
|
|
11784
|
+
[key: string]: string;
|
|
11785
|
+
};
|
|
11786
|
+
static types(): {
|
|
11787
|
+
[key: string]: any;
|
|
11788
|
+
};
|
|
11789
|
+
constructor(map?: {
|
|
11790
|
+
[key: string]: any;
|
|
11791
|
+
});
|
|
11792
|
+
}
|
|
11793
|
+
export declare class PublicPreCheckImageScanTaskResponseBodyData extends $tea.Model {
|
|
11794
|
+
needAuthCount?: number;
|
|
11795
|
+
scanImageCount?: number;
|
|
11796
|
+
static names(): {
|
|
11797
|
+
[key: string]: string;
|
|
11798
|
+
};
|
|
11799
|
+
static types(): {
|
|
11800
|
+
[key: string]: any;
|
|
11801
|
+
};
|
|
11802
|
+
constructor(map?: {
|
|
11803
|
+
[key: string]: any;
|
|
11804
|
+
});
|
|
11805
|
+
}
|
|
11806
|
+
export declare class PublicSyncAndCreateImageScanTaskResponseBodyData extends $tea.Model {
|
|
11807
|
+
canCreate?: boolean;
|
|
11808
|
+
collectTime?: number;
|
|
11809
|
+
execTime?: number;
|
|
11810
|
+
finishCount?: number;
|
|
11811
|
+
progress?: number;
|
|
11812
|
+
result?: string;
|
|
11813
|
+
status?: string;
|
|
11814
|
+
taskId?: string;
|
|
11815
|
+
totalCount?: number;
|
|
11816
|
+
static names(): {
|
|
11817
|
+
[key: string]: string;
|
|
11818
|
+
};
|
|
11819
|
+
static types(): {
|
|
11820
|
+
[key: string]: any;
|
|
11821
|
+
};
|
|
11822
|
+
constructor(map?: {
|
|
11823
|
+
[key: string]: any;
|
|
11824
|
+
});
|
|
11825
|
+
}
|
|
10830
11826
|
export declare class QueryGroupedSecurityEventMarkMissListResponseBodyList extends $tea.Model {
|
|
10831
11827
|
aliUid?: number;
|
|
10832
11828
|
eventName?: string;
|
|
@@ -10836,8 +11832,6 @@ export declare class QueryGroupedSecurityEventMarkMissListResponseBodyList exten
|
|
|
10836
11832
|
field?: string;
|
|
10837
11833
|
fieldValue?: string;
|
|
10838
11834
|
filedAliasName?: string;
|
|
10839
|
-
gmtCreate?: number;
|
|
10840
|
-
gmtModified?: number;
|
|
10841
11835
|
operate?: string;
|
|
10842
11836
|
uuids?: string;
|
|
10843
11837
|
static names(): {
|
|
@@ -10872,6 +11866,8 @@ export default class Client extends OpenApi {
|
|
|
10872
11866
|
}, endpoint: string): string;
|
|
10873
11867
|
addVpcHoneyPotWithOptions(request: AddVpcHoneyPotRequest, runtime: $Util.RuntimeOptions): Promise<AddVpcHoneyPotResponse>;
|
|
10874
11868
|
addVpcHoneyPot(request: AddVpcHoneyPotRequest): Promise<AddVpcHoneyPotResponse>;
|
|
11869
|
+
checkQuaraFileIdWithOptions(request: CheckQuaraFileIdRequest, runtime: $Util.RuntimeOptions): Promise<CheckQuaraFileIdResponse>;
|
|
11870
|
+
checkQuaraFileId(request: CheckQuaraFileIdRequest): Promise<CheckQuaraFileIdResponse>;
|
|
10875
11871
|
checkSecurityEventIdWithOptions(request: CheckSecurityEventIdRequest, runtime: $Util.RuntimeOptions): Promise<CheckSecurityEventIdResponse>;
|
|
10876
11872
|
checkSecurityEventId(request: CheckSecurityEventIdRequest): Promise<CheckSecurityEventIdResponse>;
|
|
10877
11873
|
createAntiBruteForceRuleWithOptions(request: CreateAntiBruteForceRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateAntiBruteForceRuleResponse>;
|
|
@@ -10908,6 +11904,8 @@ export default class Client extends OpenApi {
|
|
|
10908
11904
|
describeAlarmEventDetail(request: DescribeAlarmEventDetailRequest): Promise<DescribeAlarmEventDetailResponse>;
|
|
10909
11905
|
describeAlarmEventListWithOptions(request: DescribeAlarmEventListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlarmEventListResponse>;
|
|
10910
11906
|
describeAlarmEventList(request: DescribeAlarmEventListRequest): Promise<DescribeAlarmEventListResponse>;
|
|
11907
|
+
describeAlarmEventStackInfoWithOptions(request: DescribeAlarmEventStackInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlarmEventStackInfoResponse>;
|
|
11908
|
+
describeAlarmEventStackInfo(request: DescribeAlarmEventStackInfoRequest): Promise<DescribeAlarmEventStackInfoResponse>;
|
|
10911
11909
|
describeAllEntityWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeAllEntityResponse>;
|
|
10912
11910
|
describeAllEntity(): Promise<DescribeAllEntityResponse>;
|
|
10913
11911
|
describeAllGroupsWithOptions(request: DescribeAllGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAllGroupsResponse>;
|
|
@@ -10976,6 +11974,8 @@ export default class Client extends OpenApi {
|
|
|
10976
11974
|
describeExposedStatisticsDetail(request: DescribeExposedStatisticsDetailRequest): Promise<DescribeExposedStatisticsDetailResponse>;
|
|
10977
11975
|
describeFieldStatisticsWithOptions(request: DescribeFieldStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFieldStatisticsResponse>;
|
|
10978
11976
|
describeFieldStatistics(request: DescribeFieldStatisticsRequest): Promise<DescribeFieldStatisticsResponse>;
|
|
11977
|
+
describeFrontVulPatchListWithOptions(request: DescribeFrontVulPatchListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFrontVulPatchListResponse>;
|
|
11978
|
+
describeFrontVulPatchList(request: DescribeFrontVulPatchListRequest): Promise<DescribeFrontVulPatchListResponse>;
|
|
10979
11979
|
describeGroupedContainerInstancesWithOptions(request: DescribeGroupedContainerInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupedContainerInstancesResponse>;
|
|
10980
11980
|
describeGroupedContainerInstances(request: DescribeGroupedContainerInstancesRequest): Promise<DescribeGroupedContainerInstancesResponse>;
|
|
10981
11981
|
describeGroupedInstancesWithOptions(request: DescribeGroupedInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupedInstancesResponse>;
|
|
@@ -11056,6 +12056,8 @@ export default class Client extends OpenApi {
|
|
|
11056
12056
|
describeRiskItemType(request: DescribeRiskItemTypeRequest): Promise<DescribeRiskItemTypeResponse>;
|
|
11057
12057
|
describeRiskListCheckResultWithOptions(request: DescribeRiskListCheckResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskListCheckResultResponse>;
|
|
11058
12058
|
describeRiskListCheckResult(request: DescribeRiskListCheckResultRequest): Promise<DescribeRiskListCheckResultResponse>;
|
|
12059
|
+
describeRiskTypeWithOptions(request: DescribeRiskTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskTypeResponse>;
|
|
12060
|
+
describeRiskType(request: DescribeRiskTypeRequest): Promise<DescribeRiskTypeResponse>;
|
|
11059
12061
|
describeScanTaskProgressWithOptions(request: DescribeScanTaskProgressRequest, runtime: $Util.RuntimeOptions): Promise<DescribeScanTaskProgressResponse>;
|
|
11060
12062
|
describeScanTaskProgress(request: DescribeScanTaskProgressRequest): Promise<DescribeScanTaskProgressResponse>;
|
|
11061
12063
|
describeSearchConditionWithOptions(request: DescribeSearchConditionRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSearchConditionResponse>;
|
|
@@ -11078,6 +12080,8 @@ export default class Client extends OpenApi {
|
|
|
11078
12080
|
describeSimilarSecurityEvents(request: DescribeSimilarSecurityEventsRequest): Promise<DescribeSimilarSecurityEventsResponse>;
|
|
11079
12081
|
describeStrategyWithOptions(request: DescribeStrategyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStrategyResponse>;
|
|
11080
12082
|
describeStrategy(request: DescribeStrategyRequest): Promise<DescribeStrategyResponse>;
|
|
12083
|
+
describeStrategyDetailWithOptions(request: DescribeStrategyDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStrategyDetailResponse>;
|
|
12084
|
+
describeStrategyDetail(request: DescribeStrategyDetailRequest): Promise<DescribeStrategyDetailResponse>;
|
|
11081
12085
|
describeStrategyExecDetailWithOptions(request: DescribeStrategyExecDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStrategyExecDetailResponse>;
|
|
11082
12086
|
describeStrategyExecDetail(request: DescribeStrategyExecDetailRequest): Promise<DescribeStrategyExecDetailResponse>;
|
|
11083
12087
|
describeStrategyTargetWithOptions(request: DescribeStrategyTargetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStrategyTargetResponse>;
|
|
@@ -11100,6 +12104,8 @@ export default class Client extends OpenApi {
|
|
|
11100
12104
|
describeUserBaselineAuthorization(request: DescribeUserBaselineAuthorizationRequest): Promise<DescribeUserBaselineAuthorizationResponse>;
|
|
11101
12105
|
describeUserLayoutAuthorizationWithOptions(request: DescribeUserLayoutAuthorizationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserLayoutAuthorizationResponse>;
|
|
11102
12106
|
describeUserLayoutAuthorization(request: DescribeUserLayoutAuthorizationRequest): Promise<DescribeUserLayoutAuthorizationResponse>;
|
|
12107
|
+
describeUuidsByVulNamesWithOptions(request: DescribeUuidsByVulNamesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUuidsByVulNamesResponse>;
|
|
12108
|
+
describeUuidsByVulNames(request: DescribeUuidsByVulNamesRequest): Promise<DescribeUuidsByVulNamesResponse>;
|
|
11103
12109
|
describeVersionConfigWithOptions(request: DescribeVersionConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVersionConfigResponse>;
|
|
11104
12110
|
describeVersionConfig(request: DescribeVersionConfigRequest): Promise<DescribeVersionConfigResponse>;
|
|
11105
12111
|
describeVpcHoneyPotCriteriaWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeVpcHoneyPotCriteriaResponse>;
|
|
@@ -11146,6 +12152,8 @@ export default class Client extends OpenApi {
|
|
|
11146
12152
|
installBackupClient(request: InstallBackupClientRequest): Promise<InstallBackupClientResponse>;
|
|
11147
12153
|
installCloudMonitorWithOptions(request: InstallCloudMonitorRequest, runtime: $Util.RuntimeOptions): Promise<InstallCloudMonitorResponse>;
|
|
11148
12154
|
installCloudMonitor(request: InstallCloudMonitorRequest): Promise<InstallCloudMonitorResponse>;
|
|
12155
|
+
listVulAutoRepairConfigWithOptions(request: ListVulAutoRepairConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListVulAutoRepairConfigResponse>;
|
|
12156
|
+
listVulAutoRepairConfig(request: ListVulAutoRepairConfigRequest): Promise<ListVulAutoRepairConfigResponse>;
|
|
11149
12157
|
modifyAntiBruteForceRuleWithOptions(request: ModifyAntiBruteForceRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAntiBruteForceRuleResponse>;
|
|
11150
12158
|
modifyAntiBruteForceRule(request: ModifyAntiBruteForceRuleRequest): Promise<ModifyAntiBruteForceRuleResponse>;
|
|
11151
12159
|
modifyAssetGroupWithOptions(request: ModifyAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAssetGroupResponse>;
|
|
@@ -11182,6 +12190,10 @@ export default class Client extends OpenApi {
|
|
|
11182
12190
|
modifySecurityCheckScheduleConfig(request: ModifySecurityCheckScheduleConfigRequest): Promise<ModifySecurityCheckScheduleConfigResponse>;
|
|
11183
12191
|
modifyStartVulScanWithOptions(request: ModifyStartVulScanRequest, runtime: $Util.RuntimeOptions): Promise<ModifyStartVulScanResponse>;
|
|
11184
12192
|
modifyStartVulScan(request: ModifyStartVulScanRequest): Promise<ModifyStartVulScanResponse>;
|
|
12193
|
+
modifyStrategyWithOptions(request: ModifyStrategyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyStrategyResponse>;
|
|
12194
|
+
modifyStrategy(request: ModifyStrategyRequest): Promise<ModifyStrategyResponse>;
|
|
12195
|
+
modifyStrategyTargetWithOptions(request: ModifyStrategyTargetRequest, runtime: $Util.RuntimeOptions): Promise<ModifyStrategyTargetResponse>;
|
|
12196
|
+
modifyStrategyTarget(request: ModifyStrategyTargetRequest): Promise<ModifyStrategyTargetResponse>;
|
|
11185
12197
|
modifyTagWithUuidWithOptions(request: ModifyTagWithUuidRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTagWithUuidResponse>;
|
|
11186
12198
|
modifyTagWithUuid(request: ModifyTagWithUuidRequest): Promise<ModifyTagWithUuidResponse>;
|
|
11187
12199
|
modifyVpcHoneyPotWithOptions(request: ModifyVpcHoneyPotRequest, runtime: $Util.RuntimeOptions): Promise<ModifyVpcHoneyPotResponse>;
|
|
@@ -11208,6 +12220,12 @@ export default class Client extends OpenApi {
|
|
|
11208
12220
|
operationSuspEvents(request: OperationSuspEventsRequest): Promise<OperationSuspEventsResponse>;
|
|
11209
12221
|
pauseClientWithOptions(request: PauseClientRequest, runtime: $Util.RuntimeOptions): Promise<PauseClientResponse>;
|
|
11210
12222
|
pauseClient(request: PauseClientRequest): Promise<PauseClientResponse>;
|
|
12223
|
+
publicCreateImageScanTaskWithOptions(request: PublicCreateImageScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<PublicCreateImageScanTaskResponse>;
|
|
12224
|
+
publicCreateImageScanTask(request: PublicCreateImageScanTaskRequest): Promise<PublicCreateImageScanTaskResponse>;
|
|
12225
|
+
publicPreCheckImageScanTaskWithOptions(request: PublicPreCheckImageScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<PublicPreCheckImageScanTaskResponse>;
|
|
12226
|
+
publicPreCheckImageScanTask(request: PublicPreCheckImageScanTaskRequest): Promise<PublicPreCheckImageScanTaskResponse>;
|
|
12227
|
+
publicSyncAndCreateImageScanTaskWithOptions(request: PublicSyncAndCreateImageScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<PublicSyncAndCreateImageScanTaskResponse>;
|
|
12228
|
+
publicSyncAndCreateImageScanTask(request: PublicSyncAndCreateImageScanTaskRequest): Promise<PublicSyncAndCreateImageScanTaskResponse>;
|
|
11211
12229
|
queryGroupIdByGroupNameWithOptions(request: QueryGroupIdByGroupNameRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupIdByGroupNameResponse>;
|
|
11212
12230
|
queryGroupIdByGroupName(request: QueryGroupIdByGroupNameRequest): Promise<QueryGroupIdByGroupNameResponse>;
|
|
11213
12231
|
queryGroupedSecurityEventMarkMissListWithOptions(request: QueryGroupedSecurityEventMarkMissListRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupedSecurityEventMarkMissListResponse>;
|
|
@@ -11222,8 +12240,6 @@ export default class Client extends OpenApi {
|
|
|
11222
12240
|
sasInstallCode(request: SasInstallCodeRequest): Promise<SasInstallCodeResponse>;
|
|
11223
12241
|
startBaselineSecurityCheckWithOptions(request: StartBaselineSecurityCheckRequest, runtime: $Util.RuntimeOptions): Promise<StartBaselineSecurityCheckResponse>;
|
|
11224
12242
|
startBaselineSecurityCheck(request: StartBaselineSecurityCheckRequest): Promise<StartBaselineSecurityCheckResponse>;
|
|
11225
|
-
startImageVulScanWithOptions(request: StartImageVulScanRequest, runtime: $Util.RuntimeOptions): Promise<StartImageVulScanResponse>;
|
|
11226
|
-
startImageVulScan(request: StartImageVulScanRequest): Promise<StartImageVulScanResponse>;
|
|
11227
12243
|
startVirusScanTaskWithOptions(request: StartVirusScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<StartVirusScanTaskResponse>;
|
|
11228
12244
|
startVirusScanTask(request: StartVirusScanTaskRequest): Promise<StartVirusScanTaskResponse>;
|
|
11229
12245
|
unbindAegisWithOptions(request: UnbindAegisRequest, runtime: $Util.RuntimeOptions): Promise<UnbindAegisResponse>;
|