@alicloud/sas20181203 1.2.0 → 1.2.2

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 CHANGED
@@ -543,6 +543,7 @@ export declare class CreateHoneypotNodeRequest extends $tea.Model {
543
543
  }
544
544
  export declare class CreateHoneypotNodeResponseBody extends $tea.Model {
545
545
  code?: string;
546
+ honeypotNode?: CreateHoneypotNodeResponseBodyHoneypotNode;
546
547
  httpStatusCode?: number;
547
548
  message?: string;
548
549
  requestId?: string;
@@ -573,6 +574,54 @@ export declare class CreateHoneypotNodeResponse extends $tea.Model {
573
574
  [key: string]: any;
574
575
  });
575
576
  }
577
+ export declare class CreateHoneypotPresetRequest extends $tea.Model {
578
+ honeypotImageName?: string;
579
+ meta?: string;
580
+ nodeId?: string;
581
+ presetName?: string;
582
+ static names(): {
583
+ [key: string]: string;
584
+ };
585
+ static types(): {
586
+ [key: string]: any;
587
+ };
588
+ constructor(map?: {
589
+ [key: string]: any;
590
+ });
591
+ }
592
+ export declare class CreateHoneypotPresetResponseBody extends $tea.Model {
593
+ code?: string;
594
+ honeypotPreset?: CreateHoneypotPresetResponseBodyHoneypotPreset;
595
+ httpStatusCode?: number;
596
+ message?: string;
597
+ requestId?: string;
598
+ success?: boolean;
599
+ static names(): {
600
+ [key: string]: string;
601
+ };
602
+ static types(): {
603
+ [key: string]: any;
604
+ };
605
+ constructor(map?: {
606
+ [key: string]: any;
607
+ });
608
+ }
609
+ export declare class CreateHoneypotPresetResponse extends $tea.Model {
610
+ headers: {
611
+ [key: string]: string;
612
+ };
613
+ statusCode: number;
614
+ body: CreateHoneypotPresetResponseBody;
615
+ static names(): {
616
+ [key: string]: string;
617
+ };
618
+ static types(): {
619
+ [key: string]: any;
620
+ };
621
+ constructor(map?: {
622
+ [key: string]: any;
623
+ });
624
+ }
576
625
  export declare class CreateHoneypotProbeRequest extends $tea.Model {
577
626
  arp?: boolean;
578
627
  businessGroupId?: string;
@@ -597,6 +646,7 @@ export declare class CreateHoneypotProbeRequest extends $tea.Model {
597
646
  }
598
647
  export declare class CreateHoneypotProbeResponseBody extends $tea.Model {
599
648
  code?: string;
649
+ honeypotProbe?: CreateHoneypotProbeResponseBodyHoneypotProbe;
600
650
  httpStatusCode?: number;
601
651
  message?: string;
602
652
  requestId?: string;
@@ -845,9 +895,8 @@ export declare class CreateVulAutoRepairConfigResponse extends $tea.Model {
845
895
  [key: string]: any;
846
896
  });
847
897
  }
848
- export declare class DeleteBackupPolicyRequest extends $tea.Model {
849
- id?: number;
850
- policyVersion?: string;
898
+ export declare class DeleteAntiBruteForceRuleRequest extends $tea.Model {
899
+ ids?: number[];
851
900
  static names(): {
852
901
  [key: string]: string;
853
902
  };
@@ -858,7 +907,7 @@ export declare class DeleteBackupPolicyRequest extends $tea.Model {
858
907
  [key: string]: any;
859
908
  });
860
909
  }
861
- export declare class DeleteBackupPolicyResponseBody extends $tea.Model {
910
+ export declare class DeleteAntiBruteForceRuleResponseBody extends $tea.Model {
862
911
  requestId?: string;
863
912
  static names(): {
864
913
  [key: string]: string;
@@ -870,12 +919,12 @@ export declare class DeleteBackupPolicyResponseBody extends $tea.Model {
870
919
  [key: string]: any;
871
920
  });
872
921
  }
873
- export declare class DeleteBackupPolicyResponse extends $tea.Model {
922
+ export declare class DeleteAntiBruteForceRuleResponse extends $tea.Model {
874
923
  headers: {
875
924
  [key: string]: string;
876
925
  };
877
926
  statusCode: number;
878
- body: DeleteBackupPolicyResponseBody;
927
+ body: DeleteAntiBruteForceRuleResponseBody;
879
928
  static names(): {
880
929
  [key: string]: string;
881
930
  };
@@ -886,11 +935,9 @@ export declare class DeleteBackupPolicyResponse extends $tea.Model {
886
935
  [key: string]: any;
887
936
  });
888
937
  }
889
- export declare class DeleteBackupPolicyMachineRequest extends $tea.Model {
890
- policyId?: number;
938
+ export declare class DeleteBackupPolicyRequest extends $tea.Model {
939
+ id?: number;
891
940
  policyVersion?: string;
892
- uuid?: string;
893
- uuidList?: string[];
894
941
  static names(): {
895
942
  [key: string]: string;
896
943
  };
@@ -901,7 +948,7 @@ export declare class DeleteBackupPolicyMachineRequest extends $tea.Model {
901
948
  [key: string]: any;
902
949
  });
903
950
  }
904
- export declare class DeleteBackupPolicyMachineResponseBody extends $tea.Model {
951
+ export declare class DeleteBackupPolicyResponseBody extends $tea.Model {
905
952
  requestId?: string;
906
953
  static names(): {
907
954
  [key: string]: string;
@@ -913,12 +960,12 @@ export declare class DeleteBackupPolicyMachineResponseBody extends $tea.Model {
913
960
  [key: string]: any;
914
961
  });
915
962
  }
916
- export declare class DeleteBackupPolicyMachineResponse extends $tea.Model {
963
+ export declare class DeleteBackupPolicyResponse extends $tea.Model {
917
964
  headers: {
918
965
  [key: string]: string;
919
966
  };
920
967
  statusCode: number;
921
- body: DeleteBackupPolicyMachineResponseBody;
968
+ body: DeleteBackupPolicyResponseBody;
922
969
  static names(): {
923
970
  [key: string]: string;
924
971
  };
@@ -929,9 +976,11 @@ export declare class DeleteBackupPolicyMachineResponse extends $tea.Model {
929
976
  [key: string]: any;
930
977
  });
931
978
  }
932
- export declare class DeleteGroupRequest extends $tea.Model {
933
- groupId?: number;
934
- sourceIp?: string;
979
+ export declare class DeleteBackupPolicyMachineRequest extends $tea.Model {
980
+ policyId?: number;
981
+ policyVersion?: string;
982
+ uuid?: string;
983
+ uuidList?: string[];
935
984
  static names(): {
936
985
  [key: string]: string;
937
986
  };
@@ -942,7 +991,7 @@ export declare class DeleteGroupRequest extends $tea.Model {
942
991
  [key: string]: any;
943
992
  });
944
993
  }
945
- export declare class DeleteGroupResponseBody extends $tea.Model {
994
+ export declare class DeleteBackupPolicyMachineResponseBody extends $tea.Model {
946
995
  requestId?: string;
947
996
  static names(): {
948
997
  [key: string]: string;
@@ -954,12 +1003,12 @@ export declare class DeleteGroupResponseBody extends $tea.Model {
954
1003
  [key: string]: any;
955
1004
  });
956
1005
  }
957
- export declare class DeleteGroupResponse extends $tea.Model {
1006
+ export declare class DeleteBackupPolicyMachineResponse extends $tea.Model {
958
1007
  headers: {
959
1008
  [key: string]: string;
960
1009
  };
961
1010
  statusCode: number;
962
- body: DeleteGroupResponseBody;
1011
+ body: DeleteBackupPolicyMachineResponseBody;
963
1012
  static names(): {
964
1013
  [key: string]: string;
965
1014
  };
@@ -970,10 +1019,9 @@ export declare class DeleteGroupResponse extends $tea.Model {
970
1019
  [key: string]: any;
971
1020
  });
972
1021
  }
973
- export declare class DeleteLoginBaseConfigRequest extends $tea.Model {
974
- config?: string;
975
- target?: string;
976
- type?: string;
1022
+ export declare class DeleteGroupRequest extends $tea.Model {
1023
+ groupId?: number;
1024
+ sourceIp?: string;
977
1025
  static names(): {
978
1026
  [key: string]: string;
979
1027
  };
@@ -984,7 +1032,7 @@ export declare class DeleteLoginBaseConfigRequest extends $tea.Model {
984
1032
  [key: string]: any;
985
1033
  });
986
1034
  }
987
- export declare class DeleteLoginBaseConfigResponseBody extends $tea.Model {
1035
+ export declare class DeleteGroupResponseBody extends $tea.Model {
988
1036
  requestId?: string;
989
1037
  static names(): {
990
1038
  [key: string]: string;
@@ -996,12 +1044,12 @@ export declare class DeleteLoginBaseConfigResponseBody extends $tea.Model {
996
1044
  [key: string]: any;
997
1045
  });
998
1046
  }
999
- export declare class DeleteLoginBaseConfigResponse extends $tea.Model {
1047
+ export declare class DeleteGroupResponse extends $tea.Model {
1000
1048
  headers: {
1001
1049
  [key: string]: string;
1002
1050
  };
1003
1051
  statusCode: number;
1004
- body: DeleteLoginBaseConfigResponseBody;
1052
+ body: DeleteGroupResponseBody;
1005
1053
  static names(): {
1006
1054
  [key: string]: string;
1007
1055
  };
@@ -1012,10 +1060,8 @@ export declare class DeleteLoginBaseConfigResponse extends $tea.Model {
1012
1060
  [key: string]: any;
1013
1061
  });
1014
1062
  }
1015
- export declare class DeleteStrategyRequest extends $tea.Model {
1016
- id?: string;
1017
- lang?: string;
1018
- sourceIp?: string;
1063
+ export declare class DeleteHoneypotRequest extends $tea.Model {
1064
+ honeypotId?: string;
1019
1065
  static names(): {
1020
1066
  [key: string]: string;
1021
1067
  };
@@ -1026,8 +1072,12 @@ export declare class DeleteStrategyRequest extends $tea.Model {
1026
1072
  [key: string]: any;
1027
1073
  });
1028
1074
  }
1029
- export declare class DeleteStrategyResponseBody extends $tea.Model {
1075
+ export declare class DeleteHoneypotResponseBody extends $tea.Model {
1076
+ code?: string;
1077
+ httpStatusCode?: number;
1078
+ message?: string;
1030
1079
  requestId?: string;
1080
+ success?: boolean;
1031
1081
  static names(): {
1032
1082
  [key: string]: string;
1033
1083
  };
@@ -1038,12 +1088,12 @@ export declare class DeleteStrategyResponseBody extends $tea.Model {
1038
1088
  [key: string]: any;
1039
1089
  });
1040
1090
  }
1041
- export declare class DeleteStrategyResponse extends $tea.Model {
1091
+ export declare class DeleteHoneypotResponse extends $tea.Model {
1042
1092
  headers: {
1043
1093
  [key: string]: string;
1044
1094
  };
1045
1095
  statusCode: number;
1046
- body: DeleteStrategyResponseBody;
1096
+ body: DeleteHoneypotResponseBody;
1047
1097
  static names(): {
1048
1098
  [key: string]: string;
1049
1099
  };
@@ -1054,9 +1104,8 @@ export declare class DeleteStrategyResponse extends $tea.Model {
1054
1104
  [key: string]: any;
1055
1105
  });
1056
1106
  }
1057
- export declare class DeleteTagWithUuidRequest extends $tea.Model {
1058
- tagName?: string;
1059
- uuidList?: string;
1107
+ export declare class DeleteHoneypotNodeRequest extends $tea.Model {
1108
+ nodeId?: string;
1060
1109
  static names(): {
1061
1110
  [key: string]: string;
1062
1111
  };
@@ -1067,8 +1116,12 @@ export declare class DeleteTagWithUuidRequest extends $tea.Model {
1067
1116
  [key: string]: any;
1068
1117
  });
1069
1118
  }
1070
- export declare class DeleteTagWithUuidResponseBody extends $tea.Model {
1119
+ export declare class DeleteHoneypotNodeResponseBody extends $tea.Model {
1120
+ code?: string;
1121
+ httpStatusCode?: number;
1122
+ message?: string;
1071
1123
  requestId?: string;
1124
+ success?: boolean;
1072
1125
  static names(): {
1073
1126
  [key: string]: string;
1074
1127
  };
@@ -1079,12 +1132,12 @@ export declare class DeleteTagWithUuidResponseBody extends $tea.Model {
1079
1132
  [key: string]: any;
1080
1133
  });
1081
1134
  }
1082
- export declare class DeleteTagWithUuidResponse extends $tea.Model {
1135
+ export declare class DeleteHoneypotNodeResponse extends $tea.Model {
1083
1136
  headers: {
1084
1137
  [key: string]: string;
1085
1138
  };
1086
1139
  statusCode: number;
1087
- body: DeleteTagWithUuidResponseBody;
1140
+ body: DeleteHoneypotNodeResponseBody;
1088
1141
  static names(): {
1089
1142
  [key: string]: string;
1090
1143
  };
@@ -1095,8 +1148,8 @@ export declare class DeleteTagWithUuidResponse extends $tea.Model {
1095
1148
  [key: string]: any;
1096
1149
  });
1097
1150
  }
1098
- export declare class DeleteVpcHoneyPotRequest extends $tea.Model {
1099
- vpcId?: string;
1151
+ export declare class DeleteHoneypotPresetRequest extends $tea.Model {
1152
+ honeypotPresetId?: string;
1100
1153
  static names(): {
1101
1154
  [key: string]: string;
1102
1155
  };
@@ -1107,8 +1160,12 @@ export declare class DeleteVpcHoneyPotRequest extends $tea.Model {
1107
1160
  [key: string]: any;
1108
1161
  });
1109
1162
  }
1110
- export declare class DeleteVpcHoneyPotResponseBody extends $tea.Model {
1163
+ export declare class DeleteHoneypotPresetResponseBody extends $tea.Model {
1164
+ code?: string;
1165
+ httpStatusCode?: number;
1166
+ message?: string;
1111
1167
  requestId?: string;
1168
+ success?: boolean;
1112
1169
  static names(): {
1113
1170
  [key: string]: string;
1114
1171
  };
@@ -1119,12 +1176,12 @@ export declare class DeleteVpcHoneyPotResponseBody extends $tea.Model {
1119
1176
  [key: string]: any;
1120
1177
  });
1121
1178
  }
1122
- export declare class DeleteVpcHoneyPotResponse extends $tea.Model {
1179
+ export declare class DeleteHoneypotPresetResponse extends $tea.Model {
1123
1180
  headers: {
1124
1181
  [key: string]: string;
1125
1182
  };
1126
1183
  statusCode: number;
1127
- body: DeleteVpcHoneyPotResponseBody;
1184
+ body: DeleteHoneypotPresetResponseBody;
1128
1185
  static names(): {
1129
1186
  [key: string]: string;
1130
1187
  };
@@ -1135,8 +1192,8 @@ export declare class DeleteVpcHoneyPotResponse extends $tea.Model {
1135
1192
  [key: string]: any;
1136
1193
  });
1137
1194
  }
1138
- export declare class DescribeAccessKeyLeakDetailRequest extends $tea.Model {
1139
- id?: number;
1195
+ export declare class DeleteHoneypotProbeRequest extends $tea.Model {
1196
+ probeId?: string;
1140
1197
  static names(): {
1141
1198
  [key: string]: string;
1142
1199
  };
@@ -1147,27 +1204,12 @@ export declare class DescribeAccessKeyLeakDetailRequest extends $tea.Model {
1147
1204
  [key: string]: any;
1148
1205
  });
1149
1206
  }
1150
- export declare class DescribeAccessKeyLeakDetailResponseBody extends $tea.Model {
1151
- accesskeyId?: string;
1152
- asset?: string;
1207
+ export declare class DeleteHoneypotProbeResponseBody extends $tea.Model {
1153
1208
  code?: string;
1154
- dealTime?: string;
1155
- dealType?: string;
1156
- githubFileName?: string;
1157
- githubFileType?: string;
1158
- githubFileUpdateTime?: string;
1159
- githubFileUrl?: string;
1160
- githubRepoName?: string;
1161
- githubRepoUrl?: string;
1162
- githubUser?: string;
1163
- githubUserPicUrl?: string;
1164
- gmtCreate?: string;
1165
- gmtModified?: string;
1166
- remark?: string;
1209
+ httpStatusCode?: number;
1210
+ message?: string;
1167
1211
  requestId?: string;
1168
- source?: string;
1169
- type?: string;
1170
- whitelistStatus?: string;
1212
+ success?: boolean;
1171
1213
  static names(): {
1172
1214
  [key: string]: string;
1173
1215
  };
@@ -1178,12 +1220,12 @@ export declare class DescribeAccessKeyLeakDetailResponseBody extends $tea.Model
1178
1220
  [key: string]: any;
1179
1221
  });
1180
1222
  }
1181
- export declare class DescribeAccessKeyLeakDetailResponse extends $tea.Model {
1223
+ export declare class DeleteHoneypotProbeResponse extends $tea.Model {
1182
1224
  headers: {
1183
1225
  [key: string]: string;
1184
1226
  };
1185
1227
  statusCode: number;
1186
- body: DescribeAccessKeyLeakDetailResponseBody;
1228
+ body: DeleteHoneypotProbeResponseBody;
1187
1229
  static names(): {
1188
1230
  [key: string]: string;
1189
1231
  };
@@ -1194,12 +1236,10 @@ export declare class DescribeAccessKeyLeakDetailResponse extends $tea.Model {
1194
1236
  [key: string]: any;
1195
1237
  });
1196
1238
  }
1197
- export declare class DescribeAccesskeyLeakListRequest extends $tea.Model {
1198
- currentPage?: number;
1199
- pageSize?: number;
1200
- query?: string;
1201
- startTs?: number;
1202
- status?: string;
1239
+ export declare class DeleteLoginBaseConfigRequest extends $tea.Model {
1240
+ config?: string;
1241
+ target?: string;
1242
+ type?: string;
1203
1243
  static names(): {
1204
1244
  [key: string]: string;
1205
1245
  };
@@ -1210,14 +1250,8 @@ export declare class DescribeAccesskeyLeakListRequest extends $tea.Model {
1210
1250
  [key: string]: any;
1211
1251
  });
1212
1252
  }
1213
- export declare class DescribeAccesskeyLeakListResponseBody extends $tea.Model {
1214
- accessKeyLeakList?: DescribeAccesskeyLeakListResponseBodyAccessKeyLeakList[];
1215
- akLeakCount?: number;
1216
- currentPage?: number;
1217
- gmtLast?: number;
1218
- pageSize?: number;
1253
+ export declare class DeleteLoginBaseConfigResponseBody extends $tea.Model {
1219
1254
  requestId?: string;
1220
- totalCount?: number;
1221
1255
  static names(): {
1222
1256
  [key: string]: string;
1223
1257
  };
@@ -1228,12 +1262,12 @@ export declare class DescribeAccesskeyLeakListResponseBody extends $tea.Model {
1228
1262
  [key: string]: any;
1229
1263
  });
1230
1264
  }
1231
- export declare class DescribeAccesskeyLeakListResponse extends $tea.Model {
1265
+ export declare class DeleteLoginBaseConfigResponse extends $tea.Model {
1232
1266
  headers: {
1233
1267
  [key: string]: string;
1234
1268
  };
1235
1269
  statusCode: number;
1236
- body: DescribeAccesskeyLeakListResponseBody;
1270
+ body: DeleteLoginBaseConfigResponseBody;
1237
1271
  static names(): {
1238
1272
  [key: string]: string;
1239
1273
  };
@@ -1244,27 +1278,10 @@ export declare class DescribeAccesskeyLeakListResponse extends $tea.Model {
1244
1278
  [key: string]: any;
1245
1279
  });
1246
1280
  }
1247
- export declare class DescribeAffectedMaliciousFileImagesRequest extends $tea.Model {
1248
- clusterId?: string;
1249
- clusterName?: string;
1250
- containerId?: string;
1251
- currentPage?: number;
1252
- image?: string;
1253
- imageDigest?: string;
1254
- imageLayer?: string;
1255
- imageTag?: string;
1281
+ export declare class DeleteStrategyRequest extends $tea.Model {
1282
+ id?: string;
1256
1283
  lang?: string;
1257
- levels?: string;
1258
- maliciousMd5?: string;
1259
- namespace?: string;
1260
- pageSize?: string;
1261
- pod?: string;
1262
- repoId?: string;
1263
- repoInstanceId?: string;
1264
- repoName?: string;
1265
- repoNamespace?: string;
1266
- repoRegionId?: string;
1267
- scanRange?: string[];
1284
+ sourceIp?: string;
1268
1285
  static names(): {
1269
1286
  [key: string]: string;
1270
1287
  };
@@ -1275,9 +1292,7 @@ export declare class DescribeAffectedMaliciousFileImagesRequest extends $tea.Mod
1275
1292
  [key: string]: any;
1276
1293
  });
1277
1294
  }
1278
- export declare class DescribeAffectedMaliciousFileImagesResponseBody extends $tea.Model {
1279
- affectedMaliciousFileImagesResponse?: DescribeAffectedMaliciousFileImagesResponseBodyAffectedMaliciousFileImagesResponse[];
1280
- pageInfo?: DescribeAffectedMaliciousFileImagesResponseBodyPageInfo;
1295
+ export declare class DeleteStrategyResponseBody extends $tea.Model {
1281
1296
  requestId?: string;
1282
1297
  static names(): {
1283
1298
  [key: string]: string;
@@ -1289,12 +1304,12 @@ export declare class DescribeAffectedMaliciousFileImagesResponseBody extends $te
1289
1304
  [key: string]: any;
1290
1305
  });
1291
1306
  }
1292
- export declare class DescribeAffectedMaliciousFileImagesResponse extends $tea.Model {
1307
+ export declare class DeleteStrategyResponse extends $tea.Model {
1293
1308
  headers: {
1294
1309
  [key: string]: string;
1295
1310
  };
1296
1311
  statusCode: number;
1297
- body: DescribeAffectedMaliciousFileImagesResponseBody;
1312
+ body: DeleteStrategyResponseBody;
1298
1313
  static names(): {
1299
1314
  [key: string]: string;
1300
1315
  };
@@ -1305,11 +1320,9 @@ export declare class DescribeAffectedMaliciousFileImagesResponse extends $tea.Mo
1305
1320
  [key: string]: any;
1306
1321
  });
1307
1322
  }
1308
- export declare class DescribeAlarmEventDetailRequest extends $tea.Model {
1309
- alarmUniqueInfo?: string;
1310
- from?: string;
1311
- lang?: string;
1312
- sourceIp?: string;
1323
+ export declare class DeleteTagWithUuidRequest extends $tea.Model {
1324
+ tagName?: string;
1325
+ uuidList?: string;
1313
1326
  static names(): {
1314
1327
  [key: string]: string;
1315
1328
  };
@@ -1320,8 +1333,7 @@ export declare class DescribeAlarmEventDetailRequest extends $tea.Model {
1320
1333
  [key: string]: any;
1321
1334
  });
1322
1335
  }
1323
- export declare class DescribeAlarmEventDetailResponseBody extends $tea.Model {
1324
- data?: DescribeAlarmEventDetailResponseBodyData;
1336
+ export declare class DeleteTagWithUuidResponseBody extends $tea.Model {
1325
1337
  requestId?: string;
1326
1338
  static names(): {
1327
1339
  [key: string]: string;
@@ -1333,12 +1345,12 @@ export declare class DescribeAlarmEventDetailResponseBody extends $tea.Model {
1333
1345
  [key: string]: any;
1334
1346
  });
1335
1347
  }
1336
- export declare class DescribeAlarmEventDetailResponse extends $tea.Model {
1348
+ export declare class DeleteTagWithUuidResponse extends $tea.Model {
1337
1349
  headers: {
1338
1350
  [key: string]: string;
1339
1351
  };
1340
1352
  statusCode: number;
1341
- body: DescribeAlarmEventDetailResponseBody;
1353
+ body: DeleteTagWithUuidResponseBody;
1342
1354
  static names(): {
1343
1355
  [key: string]: string;
1344
1356
  };
@@ -1349,29 +1361,8 @@ export declare class DescribeAlarmEventDetailResponse extends $tea.Model {
1349
1361
  [key: string]: any;
1350
1362
  });
1351
1363
  }
1352
- export declare class DescribeAlarmEventListRequest extends $tea.Model {
1353
- alarmEventName?: string;
1354
- alarmEventType?: string;
1355
- currentPage?: number;
1356
- dealed?: string;
1357
- from?: string;
1358
- groupId?: string;
1359
- id?: number;
1360
- lang?: string;
1361
- levels?: string;
1362
- operateErrorCodeList?: string[];
1363
- operateTimeEnd?: string;
1364
- operateTimeStart?: string;
1365
- pageSize?: string;
1366
- remark?: string;
1367
- sortColumn?: string;
1368
- sortType?: string;
1369
- sourceIp?: string;
1370
- tacticId?: string;
1371
- timeEnd?: string;
1372
- timeStart?: string;
1373
- uniqueInfo?: string;
1374
- uuids?: string;
1364
+ export declare class DeleteVpcHoneyPotRequest extends $tea.Model {
1365
+ vpcId?: string;
1375
1366
  static names(): {
1376
1367
  [key: string]: string;
1377
1368
  };
@@ -1382,10 +1373,8 @@ export declare class DescribeAlarmEventListRequest extends $tea.Model {
1382
1373
  [key: string]: any;
1383
1374
  });
1384
1375
  }
1385
- export declare class DescribeAlarmEventListResponseBody extends $tea.Model {
1386
- pageInfo?: DescribeAlarmEventListResponseBodyPageInfo;
1376
+ export declare class DeleteVpcHoneyPotResponseBody extends $tea.Model {
1387
1377
  requestId?: string;
1388
- suspEvents?: DescribeAlarmEventListResponseBodySuspEvents[];
1389
1378
  static names(): {
1390
1379
  [key: string]: string;
1391
1380
  };
@@ -1396,12 +1385,12 @@ export declare class DescribeAlarmEventListResponseBody extends $tea.Model {
1396
1385
  [key: string]: any;
1397
1386
  });
1398
1387
  }
1399
- export declare class DescribeAlarmEventListResponse extends $tea.Model {
1388
+ export declare class DeleteVpcHoneyPotResponse extends $tea.Model {
1400
1389
  headers: {
1401
1390
  [key: string]: string;
1402
1391
  };
1403
1392
  statusCode: number;
1404
- body: DescribeAlarmEventListResponseBody;
1393
+ body: DeleteVpcHoneyPotResponseBody;
1405
1394
  static names(): {
1406
1395
  [key: string]: string;
1407
1396
  };
@@ -1412,12 +1401,9 @@ export declare class DescribeAlarmEventListResponse extends $tea.Model {
1412
1401
  [key: string]: any;
1413
1402
  });
1414
1403
  }
1415
- export declare class DescribeAlarmEventStackInfoRequest extends $tea.Model {
1416
- eventName?: string;
1417
- lang?: string;
1418
- sourceIp?: string;
1419
- uniqueInfo?: string;
1420
- uuid?: string;
1404
+ export declare class DeleteVulWhitelistRequest extends $tea.Model {
1405
+ id?: string;
1406
+ whitelist?: string;
1421
1407
  static names(): {
1422
1408
  [key: string]: string;
1423
1409
  };
@@ -1428,9 +1414,330 @@ export declare class DescribeAlarmEventStackInfoRequest extends $tea.Model {
1428
1414
  [key: string]: any;
1429
1415
  });
1430
1416
  }
1431
- export declare class DescribeAlarmEventStackInfoResponseBody extends $tea.Model {
1417
+ export declare class DeleteVulWhitelistResponseBody extends $tea.Model {
1432
1418
  requestId?: string;
1433
- stackInfo?: string;
1419
+ static names(): {
1420
+ [key: string]: string;
1421
+ };
1422
+ static types(): {
1423
+ [key: string]: any;
1424
+ };
1425
+ constructor(map?: {
1426
+ [key: string]: any;
1427
+ });
1428
+ }
1429
+ export declare class DeleteVulWhitelistResponse extends $tea.Model {
1430
+ headers: {
1431
+ [key: string]: string;
1432
+ };
1433
+ statusCode: number;
1434
+ body: DeleteVulWhitelistResponseBody;
1435
+ static names(): {
1436
+ [key: string]: string;
1437
+ };
1438
+ static types(): {
1439
+ [key: string]: any;
1440
+ };
1441
+ constructor(map?: {
1442
+ [key: string]: any;
1443
+ });
1444
+ }
1445
+ export declare class DescribeAccessKeyLeakDetailRequest extends $tea.Model {
1446
+ id?: number;
1447
+ static names(): {
1448
+ [key: string]: string;
1449
+ };
1450
+ static types(): {
1451
+ [key: string]: any;
1452
+ };
1453
+ constructor(map?: {
1454
+ [key: string]: any;
1455
+ });
1456
+ }
1457
+ export declare class DescribeAccessKeyLeakDetailResponseBody extends $tea.Model {
1458
+ accesskeyId?: string;
1459
+ asset?: string;
1460
+ code?: string;
1461
+ dealTime?: string;
1462
+ dealType?: string;
1463
+ githubFileName?: string;
1464
+ githubFileType?: string;
1465
+ githubFileUpdateTime?: string;
1466
+ githubFileUrl?: string;
1467
+ githubRepoName?: string;
1468
+ githubRepoUrl?: string;
1469
+ githubUser?: string;
1470
+ githubUserPicUrl?: string;
1471
+ gmtCreate?: string;
1472
+ gmtModified?: string;
1473
+ remark?: string;
1474
+ requestId?: string;
1475
+ source?: string;
1476
+ type?: string;
1477
+ whitelistStatus?: string;
1478
+ static names(): {
1479
+ [key: string]: string;
1480
+ };
1481
+ static types(): {
1482
+ [key: string]: any;
1483
+ };
1484
+ constructor(map?: {
1485
+ [key: string]: any;
1486
+ });
1487
+ }
1488
+ export declare class DescribeAccessKeyLeakDetailResponse extends $tea.Model {
1489
+ headers: {
1490
+ [key: string]: string;
1491
+ };
1492
+ statusCode: number;
1493
+ body: DescribeAccessKeyLeakDetailResponseBody;
1494
+ static names(): {
1495
+ [key: string]: string;
1496
+ };
1497
+ static types(): {
1498
+ [key: string]: any;
1499
+ };
1500
+ constructor(map?: {
1501
+ [key: string]: any;
1502
+ });
1503
+ }
1504
+ export declare class DescribeAccesskeyLeakListRequest extends $tea.Model {
1505
+ currentPage?: number;
1506
+ pageSize?: number;
1507
+ query?: string;
1508
+ startTs?: number;
1509
+ status?: string;
1510
+ static names(): {
1511
+ [key: string]: string;
1512
+ };
1513
+ static types(): {
1514
+ [key: string]: any;
1515
+ };
1516
+ constructor(map?: {
1517
+ [key: string]: any;
1518
+ });
1519
+ }
1520
+ export declare class DescribeAccesskeyLeakListResponseBody extends $tea.Model {
1521
+ accessKeyLeakList?: DescribeAccesskeyLeakListResponseBodyAccessKeyLeakList[];
1522
+ akLeakCount?: number;
1523
+ currentPage?: number;
1524
+ gmtLast?: number;
1525
+ pageSize?: number;
1526
+ requestId?: string;
1527
+ totalCount?: number;
1528
+ static names(): {
1529
+ [key: string]: string;
1530
+ };
1531
+ static types(): {
1532
+ [key: string]: any;
1533
+ };
1534
+ constructor(map?: {
1535
+ [key: string]: any;
1536
+ });
1537
+ }
1538
+ export declare class DescribeAccesskeyLeakListResponse extends $tea.Model {
1539
+ headers: {
1540
+ [key: string]: string;
1541
+ };
1542
+ statusCode: number;
1543
+ body: DescribeAccesskeyLeakListResponseBody;
1544
+ static names(): {
1545
+ [key: string]: string;
1546
+ };
1547
+ static types(): {
1548
+ [key: string]: any;
1549
+ };
1550
+ constructor(map?: {
1551
+ [key: string]: any;
1552
+ });
1553
+ }
1554
+ export declare class DescribeAffectedMaliciousFileImagesRequest extends $tea.Model {
1555
+ clusterId?: string;
1556
+ clusterName?: string;
1557
+ containerId?: string;
1558
+ currentPage?: number;
1559
+ image?: string;
1560
+ imageDigest?: string;
1561
+ imageLayer?: string;
1562
+ imageTag?: string;
1563
+ lang?: string;
1564
+ levels?: string;
1565
+ maliciousMd5?: string;
1566
+ namespace?: string;
1567
+ pageSize?: string;
1568
+ pod?: string;
1569
+ repoId?: string;
1570
+ repoInstanceId?: string;
1571
+ repoName?: string;
1572
+ repoNamespace?: string;
1573
+ repoRegionId?: string;
1574
+ scanRange?: string[];
1575
+ static names(): {
1576
+ [key: string]: string;
1577
+ };
1578
+ static types(): {
1579
+ [key: string]: any;
1580
+ };
1581
+ constructor(map?: {
1582
+ [key: string]: any;
1583
+ });
1584
+ }
1585
+ export declare class DescribeAffectedMaliciousFileImagesResponseBody extends $tea.Model {
1586
+ affectedMaliciousFileImagesResponse?: DescribeAffectedMaliciousFileImagesResponseBodyAffectedMaliciousFileImagesResponse[];
1587
+ pageInfo?: DescribeAffectedMaliciousFileImagesResponseBodyPageInfo;
1588
+ requestId?: string;
1589
+ static names(): {
1590
+ [key: string]: string;
1591
+ };
1592
+ static types(): {
1593
+ [key: string]: any;
1594
+ };
1595
+ constructor(map?: {
1596
+ [key: string]: any;
1597
+ });
1598
+ }
1599
+ export declare class DescribeAffectedMaliciousFileImagesResponse extends $tea.Model {
1600
+ headers: {
1601
+ [key: string]: string;
1602
+ };
1603
+ statusCode: number;
1604
+ body: DescribeAffectedMaliciousFileImagesResponseBody;
1605
+ static names(): {
1606
+ [key: string]: string;
1607
+ };
1608
+ static types(): {
1609
+ [key: string]: any;
1610
+ };
1611
+ constructor(map?: {
1612
+ [key: string]: any;
1613
+ });
1614
+ }
1615
+ export declare class DescribeAlarmEventDetailRequest extends $tea.Model {
1616
+ alarmUniqueInfo?: string;
1617
+ from?: string;
1618
+ lang?: string;
1619
+ sourceIp?: string;
1620
+ static names(): {
1621
+ [key: string]: string;
1622
+ };
1623
+ static types(): {
1624
+ [key: string]: any;
1625
+ };
1626
+ constructor(map?: {
1627
+ [key: string]: any;
1628
+ });
1629
+ }
1630
+ export declare class DescribeAlarmEventDetailResponseBody extends $tea.Model {
1631
+ data?: DescribeAlarmEventDetailResponseBodyData;
1632
+ requestId?: string;
1633
+ static names(): {
1634
+ [key: string]: string;
1635
+ };
1636
+ static types(): {
1637
+ [key: string]: any;
1638
+ };
1639
+ constructor(map?: {
1640
+ [key: string]: any;
1641
+ });
1642
+ }
1643
+ export declare class DescribeAlarmEventDetailResponse extends $tea.Model {
1644
+ headers: {
1645
+ [key: string]: string;
1646
+ };
1647
+ statusCode: number;
1648
+ body: DescribeAlarmEventDetailResponseBody;
1649
+ static names(): {
1650
+ [key: string]: string;
1651
+ };
1652
+ static types(): {
1653
+ [key: string]: any;
1654
+ };
1655
+ constructor(map?: {
1656
+ [key: string]: any;
1657
+ });
1658
+ }
1659
+ export declare class DescribeAlarmEventListRequest extends $tea.Model {
1660
+ alarmEventName?: string;
1661
+ alarmEventType?: string;
1662
+ currentPage?: number;
1663
+ dealed?: string;
1664
+ from?: string;
1665
+ groupId?: string;
1666
+ id?: number;
1667
+ lang?: string;
1668
+ levels?: string;
1669
+ operateErrorCodeList?: string[];
1670
+ operateTimeEnd?: string;
1671
+ operateTimeStart?: string;
1672
+ pageSize?: string;
1673
+ remark?: string;
1674
+ sortColumn?: string;
1675
+ sortType?: string;
1676
+ sourceIp?: string;
1677
+ tacticId?: string;
1678
+ timeEnd?: string;
1679
+ timeStart?: string;
1680
+ uniqueInfo?: string;
1681
+ uuids?: string;
1682
+ static names(): {
1683
+ [key: string]: string;
1684
+ };
1685
+ static types(): {
1686
+ [key: string]: any;
1687
+ };
1688
+ constructor(map?: {
1689
+ [key: string]: any;
1690
+ });
1691
+ }
1692
+ export declare class DescribeAlarmEventListResponseBody extends $tea.Model {
1693
+ pageInfo?: DescribeAlarmEventListResponseBodyPageInfo;
1694
+ requestId?: string;
1695
+ suspEvents?: DescribeAlarmEventListResponseBodySuspEvents[];
1696
+ static names(): {
1697
+ [key: string]: string;
1698
+ };
1699
+ static types(): {
1700
+ [key: string]: any;
1701
+ };
1702
+ constructor(map?: {
1703
+ [key: string]: any;
1704
+ });
1705
+ }
1706
+ export declare class DescribeAlarmEventListResponse extends $tea.Model {
1707
+ headers: {
1708
+ [key: string]: string;
1709
+ };
1710
+ statusCode: number;
1711
+ body: DescribeAlarmEventListResponseBody;
1712
+ static names(): {
1713
+ [key: string]: string;
1714
+ };
1715
+ static types(): {
1716
+ [key: string]: any;
1717
+ };
1718
+ constructor(map?: {
1719
+ [key: string]: any;
1720
+ });
1721
+ }
1722
+ export declare class DescribeAlarmEventStackInfoRequest extends $tea.Model {
1723
+ eventName?: string;
1724
+ lang?: string;
1725
+ sourceIp?: string;
1726
+ uniqueInfo?: string;
1727
+ uuid?: string;
1728
+ static names(): {
1729
+ [key: string]: string;
1730
+ };
1731
+ static types(): {
1732
+ [key: string]: any;
1733
+ };
1734
+ constructor(map?: {
1735
+ [key: string]: any;
1736
+ });
1737
+ }
1738
+ export declare class DescribeAlarmEventStackInfoResponseBody extends $tea.Model {
1739
+ requestId?: string;
1740
+ stackInfo?: string;
1434
1741
  static names(): {
1435
1742
  [key: string]: string;
1436
1743
  };
@@ -1498,9 +1805,50 @@ export declare class DescribeAllGroupsRequest extends $tea.Model {
1498
1805
  [key: string]: any;
1499
1806
  });
1500
1807
  }
1501
- export declare class DescribeAllGroupsResponseBody extends $tea.Model {
1502
- count?: number;
1503
- groups?: DescribeAllGroupsResponseBodyGroups[];
1808
+ export declare class DescribeAllGroupsResponseBody extends $tea.Model {
1809
+ count?: number;
1810
+ groups?: DescribeAllGroupsResponseBodyGroups[];
1811
+ requestId?: string;
1812
+ static names(): {
1813
+ [key: string]: string;
1814
+ };
1815
+ static types(): {
1816
+ [key: string]: any;
1817
+ };
1818
+ constructor(map?: {
1819
+ [key: string]: any;
1820
+ });
1821
+ }
1822
+ export declare class DescribeAllGroupsResponse extends $tea.Model {
1823
+ headers: {
1824
+ [key: string]: string;
1825
+ };
1826
+ statusCode: number;
1827
+ body: DescribeAllGroupsResponseBody;
1828
+ static names(): {
1829
+ [key: string]: string;
1830
+ };
1831
+ static types(): {
1832
+ [key: string]: any;
1833
+ };
1834
+ constructor(map?: {
1835
+ [key: string]: any;
1836
+ });
1837
+ }
1838
+ export declare class DescribeAllImageBaselineRequest extends $tea.Model {
1839
+ lang?: string;
1840
+ static names(): {
1841
+ [key: string]: string;
1842
+ };
1843
+ static types(): {
1844
+ [key: string]: any;
1845
+ };
1846
+ constructor(map?: {
1847
+ [key: string]: any;
1848
+ });
1849
+ }
1850
+ export declare class DescribeAllImageBaselineResponseBody extends $tea.Model {
1851
+ imageBaselines?: DescribeAllImageBaselineResponseBodyImageBaselines;
1504
1852
  requestId?: string;
1505
1853
  static names(): {
1506
1854
  [key: string]: string;
@@ -1512,12 +1860,12 @@ export declare class DescribeAllGroupsResponseBody extends $tea.Model {
1512
1860
  [key: string]: any;
1513
1861
  });
1514
1862
  }
1515
- export declare class DescribeAllGroupsResponse extends $tea.Model {
1863
+ export declare class DescribeAllImageBaselineResponse extends $tea.Model {
1516
1864
  headers: {
1517
1865
  [key: string]: string;
1518
1866
  };
1519
1867
  statusCode: number;
1520
- body: DescribeAllGroupsResponseBody;
1868
+ body: DescribeAllImageBaselineResponseBody;
1521
1869
  static names(): {
1522
1870
  [key: string]: string;
1523
1871
  };
@@ -1529,6 +1877,7 @@ export declare class DescribeAllGroupsResponse extends $tea.Model {
1529
1877
  });
1530
1878
  }
1531
1879
  export declare class DescribeAntiBruteForceRulesRequest extends $tea.Model {
1880
+ id?: number;
1532
1881
  resourceOwnerId?: number;
1533
1882
  sourceIp?: string;
1534
1883
  static names(): {
@@ -1898,6 +2247,47 @@ export declare class DescribeBackupPoliciesResponse extends $tea.Model {
1898
2247
  [key: string]: any;
1899
2248
  });
1900
2249
  }
2250
+ export declare class DescribeBackupPolicyRequest extends $tea.Model {
2251
+ id?: number;
2252
+ static names(): {
2253
+ [key: string]: string;
2254
+ };
2255
+ static types(): {
2256
+ [key: string]: any;
2257
+ };
2258
+ constructor(map?: {
2259
+ [key: string]: any;
2260
+ });
2261
+ }
2262
+ export declare class DescribeBackupPolicyResponseBody extends $tea.Model {
2263
+ backupPolicyDetail?: DescribeBackupPolicyResponseBodyBackupPolicyDetail;
2264
+ requestId?: string;
2265
+ static names(): {
2266
+ [key: string]: string;
2267
+ };
2268
+ static types(): {
2269
+ [key: string]: any;
2270
+ };
2271
+ constructor(map?: {
2272
+ [key: string]: any;
2273
+ });
2274
+ }
2275
+ export declare class DescribeBackupPolicyResponse extends $tea.Model {
2276
+ headers: {
2277
+ [key: string]: string;
2278
+ };
2279
+ statusCode: number;
2280
+ body: DescribeBackupPolicyResponseBody;
2281
+ static names(): {
2282
+ [key: string]: string;
2283
+ };
2284
+ static types(): {
2285
+ [key: string]: any;
2286
+ };
2287
+ constructor(map?: {
2288
+ [key: string]: any;
2289
+ });
2290
+ }
1901
2291
  export declare class DescribeBackupRestoreCountResponseBody extends $tea.Model {
1902
2292
  backupRestoreCount?: DescribeBackupRestoreCountResponseBodyBackupRestoreCount;
1903
2293
  requestId?: string;
@@ -2172,6 +2562,48 @@ export declare class DescribeCheckWarningsResponse extends $tea.Model {
2172
2562
  [key: string]: any;
2173
2563
  });
2174
2564
  }
2565
+ export declare class DescribeClientConfSetupRequest extends $tea.Model {
2566
+ strategyTag?: string;
2567
+ strategyTagValue?: string;
2568
+ static names(): {
2569
+ [key: string]: string;
2570
+ };
2571
+ static types(): {
2572
+ [key: string]: any;
2573
+ };
2574
+ constructor(map?: {
2575
+ [key: string]: any;
2576
+ });
2577
+ }
2578
+ export declare class DescribeClientConfSetupResponseBody extends $tea.Model {
2579
+ clientConf?: DescribeClientConfSetupResponseBodyClientConf;
2580
+ requestId?: string;
2581
+ static names(): {
2582
+ [key: string]: string;
2583
+ };
2584
+ static types(): {
2585
+ [key: string]: any;
2586
+ };
2587
+ constructor(map?: {
2588
+ [key: string]: any;
2589
+ });
2590
+ }
2591
+ export declare class DescribeClientConfSetupResponse extends $tea.Model {
2592
+ headers: {
2593
+ [key: string]: string;
2594
+ };
2595
+ statusCode: number;
2596
+ body: DescribeClientConfSetupResponseBody;
2597
+ static names(): {
2598
+ [key: string]: string;
2599
+ };
2600
+ static types(): {
2601
+ [key: string]: any;
2602
+ };
2603
+ constructor(map?: {
2604
+ [key: string]: any;
2605
+ });
2606
+ }
2175
2607
  export declare class DescribeCloudCenterInstancesRequest extends $tea.Model {
2176
2608
  criteria?: string;
2177
2609
  currentPage?: number;
@@ -3095,6 +3527,7 @@ export declare class DescribeGroupedInstancesRequest extends $tea.Model {
3095
3527
  machineTypes?: string;
3096
3528
  noPage?: boolean;
3097
3529
  pageSize?: number;
3530
+ vendor?: number;
3098
3531
  static names(): {
3099
3532
  [key: string]: string;
3100
3533
  };
@@ -3144,6 +3577,7 @@ export declare class DescribeGroupedMaliciousFilesRequest extends $tea.Model {
3144
3577
  imageTag?: string;
3145
3578
  lang?: string;
3146
3579
  levels?: string;
3580
+ maliciousMd5?: string;
3147
3581
  pageSize?: string;
3148
3582
  repoId?: string;
3149
3583
  repoInstanceId?: string;
@@ -3203,12 +3637,188 @@ export declare class DescribeGroupedTagsRequest extends $tea.Model {
3203
3637
  [key: string]: any;
3204
3638
  });
3205
3639
  }
3206
- export declare class DescribeGroupedTagsResponseBody extends $tea.Model {
3207
- count?: number;
3208
- groupedFileds?: DescribeGroupedTagsResponseBodyGroupedFileds[];
3209
- httpStatusCode?: number;
3640
+ export declare class DescribeGroupedTagsResponseBody extends $tea.Model {
3641
+ count?: number;
3642
+ groupedFileds?: DescribeGroupedTagsResponseBodyGroupedFileds[];
3643
+ httpStatusCode?: number;
3644
+ requestId?: string;
3645
+ success?: boolean;
3646
+ static names(): {
3647
+ [key: string]: string;
3648
+ };
3649
+ static types(): {
3650
+ [key: string]: any;
3651
+ };
3652
+ constructor(map?: {
3653
+ [key: string]: any;
3654
+ });
3655
+ }
3656
+ export declare class DescribeGroupedTagsResponse extends $tea.Model {
3657
+ headers: {
3658
+ [key: string]: string;
3659
+ };
3660
+ statusCode: number;
3661
+ body: DescribeGroupedTagsResponseBody;
3662
+ static names(): {
3663
+ [key: string]: string;
3664
+ };
3665
+ static types(): {
3666
+ [key: string]: any;
3667
+ };
3668
+ constructor(map?: {
3669
+ [key: string]: any;
3670
+ });
3671
+ }
3672
+ export declare class DescribeGroupedVulRequest extends $tea.Model {
3673
+ aliasName?: string;
3674
+ attachTypes?: string;
3675
+ currentPage?: number;
3676
+ dealed?: string;
3677
+ groupId?: string;
3678
+ lang?: string;
3679
+ necessity?: string;
3680
+ pageSize?: number;
3681
+ searchTags?: string;
3682
+ type?: string;
3683
+ uuids?: string;
3684
+ static names(): {
3685
+ [key: string]: string;
3686
+ };
3687
+ static types(): {
3688
+ [key: string]: any;
3689
+ };
3690
+ constructor(map?: {
3691
+ [key: string]: any;
3692
+ });
3693
+ }
3694
+ export declare class DescribeGroupedVulResponseBody extends $tea.Model {
3695
+ currentPage?: number;
3696
+ groupedVulItems?: DescribeGroupedVulResponseBodyGroupedVulItems[];
3697
+ pageSize?: number;
3698
+ requestId?: string;
3699
+ totalCount?: number;
3700
+ static names(): {
3701
+ [key: string]: string;
3702
+ };
3703
+ static types(): {
3704
+ [key: string]: any;
3705
+ };
3706
+ constructor(map?: {
3707
+ [key: string]: any;
3708
+ });
3709
+ }
3710
+ export declare class DescribeGroupedVulResponse extends $tea.Model {
3711
+ headers: {
3712
+ [key: string]: string;
3713
+ };
3714
+ statusCode: number;
3715
+ body: DescribeGroupedVulResponseBody;
3716
+ static names(): {
3717
+ [key: string]: string;
3718
+ };
3719
+ static types(): {
3720
+ [key: string]: any;
3721
+ };
3722
+ constructor(map?: {
3723
+ [key: string]: any;
3724
+ });
3725
+ }
3726
+ export declare class DescribeHoneyPotAuthResponseBody extends $tea.Model {
3727
+ honeyPotAuthCount?: number;
3728
+ honeyPotCount?: number;
3729
+ requestId?: string;
3730
+ static names(): {
3731
+ [key: string]: string;
3732
+ };
3733
+ static types(): {
3734
+ [key: string]: any;
3735
+ };
3736
+ constructor(map?: {
3737
+ [key: string]: any;
3738
+ });
3739
+ }
3740
+ export declare class DescribeHoneyPotAuthResponse extends $tea.Model {
3741
+ headers: {
3742
+ [key: string]: string;
3743
+ };
3744
+ statusCode: number;
3745
+ body: DescribeHoneyPotAuthResponseBody;
3746
+ static names(): {
3747
+ [key: string]: string;
3748
+ };
3749
+ static types(): {
3750
+ [key: string]: any;
3751
+ };
3752
+ constructor(map?: {
3753
+ [key: string]: any;
3754
+ });
3755
+ }
3756
+ export declare class DescribeHoneyPotSuspStatisticsRequest extends $tea.Model {
3757
+ from?: string;
3758
+ statisticsDays?: number;
3759
+ statisticsKeyType?: string;
3760
+ static names(): {
3761
+ [key: string]: string;
3762
+ };
3763
+ static types(): {
3764
+ [key: string]: any;
3765
+ };
3766
+ constructor(map?: {
3767
+ [key: string]: any;
3768
+ });
3769
+ }
3770
+ export declare class DescribeHoneyPotSuspStatisticsResponseBody extends $tea.Model {
3771
+ requestId?: string;
3772
+ suspHoneyPotStatisticsResponse?: DescribeHoneyPotSuspStatisticsResponseBodySuspHoneyPotStatisticsResponse[];
3773
+ static names(): {
3774
+ [key: string]: string;
3775
+ };
3776
+ static types(): {
3777
+ [key: string]: any;
3778
+ };
3779
+ constructor(map?: {
3780
+ [key: string]: any;
3781
+ });
3782
+ }
3783
+ export declare class DescribeHoneyPotSuspStatisticsResponse extends $tea.Model {
3784
+ headers: {
3785
+ [key: string]: string;
3786
+ };
3787
+ statusCode: number;
3788
+ body: DescribeHoneyPotSuspStatisticsResponseBody;
3789
+ static names(): {
3790
+ [key: string]: string;
3791
+ };
3792
+ static types(): {
3793
+ [key: string]: any;
3794
+ };
3795
+ constructor(map?: {
3796
+ [key: string]: any;
3797
+ });
3798
+ }
3799
+ export declare class DescribeImageBaselineCheckResultRequest extends $tea.Model {
3800
+ criteria?: string;
3801
+ criteriaType?: string;
3802
+ currentPage?: number;
3803
+ imageUuid?: string;
3804
+ lang?: string;
3805
+ pageSize?: number;
3806
+ riskLevel?: string;
3807
+ scanRange?: string[];
3808
+ static names(): {
3809
+ [key: string]: string;
3810
+ };
3811
+ static types(): {
3812
+ [key: string]: any;
3813
+ };
3814
+ constructor(map?: {
3815
+ [key: string]: any;
3816
+ });
3817
+ }
3818
+ export declare class DescribeImageBaselineCheckResultResponseBody extends $tea.Model {
3819
+ baselineResult?: DescribeImageBaselineCheckResultResponseBodyBaselineResult[];
3820
+ pageInfo?: DescribeImageBaselineCheckResultResponseBodyPageInfo;
3210
3821
  requestId?: string;
3211
- success?: boolean;
3212
3822
  static names(): {
3213
3823
  [key: string]: string;
3214
3824
  };
@@ -3219,12 +3829,12 @@ export declare class DescribeGroupedTagsResponseBody extends $tea.Model {
3219
3829
  [key: string]: any;
3220
3830
  });
3221
3831
  }
3222
- export declare class DescribeGroupedTagsResponse extends $tea.Model {
3832
+ export declare class DescribeImageBaselineCheckResultResponse extends $tea.Model {
3223
3833
  headers: {
3224
3834
  [key: string]: string;
3225
3835
  };
3226
3836
  statusCode: number;
3227
- body: DescribeGroupedTagsResponseBody;
3837
+ body: DescribeImageBaselineCheckResultResponseBody;
3228
3838
  static names(): {
3229
3839
  [key: string]: string;
3230
3840
  };
@@ -3235,18 +3845,15 @@ export declare class DescribeGroupedTagsResponse extends $tea.Model {
3235
3845
  [key: string]: any;
3236
3846
  });
3237
3847
  }
3238
- export declare class DescribeGroupedVulRequest extends $tea.Model {
3239
- aliasName?: string;
3240
- attachTypes?: string;
3848
+ export declare class DescribeImageBaselineCheckSummaryRequest extends $tea.Model {
3849
+ clusterId?: string;
3850
+ criteria?: string;
3851
+ criteriaType?: string;
3241
3852
  currentPage?: number;
3242
- dealed?: string;
3243
- groupId?: string;
3244
3853
  lang?: string;
3245
- necessity?: string;
3246
3854
  pageSize?: number;
3247
- searchTags?: string;
3248
- type?: string;
3249
- uuids?: string;
3855
+ riskLevel?: string;
3856
+ scanRange?: string[];
3250
3857
  static names(): {
3251
3858
  [key: string]: string;
3252
3859
  };
@@ -3257,12 +3864,10 @@ export declare class DescribeGroupedVulRequest extends $tea.Model {
3257
3864
  [key: string]: any;
3258
3865
  });
3259
3866
  }
3260
- export declare class DescribeGroupedVulResponseBody extends $tea.Model {
3261
- currentPage?: number;
3262
- groupedVulItems?: DescribeGroupedVulResponseBodyGroupedVulItems[];
3263
- pageSize?: number;
3867
+ export declare class DescribeImageBaselineCheckSummaryResponseBody extends $tea.Model {
3868
+ baselineResultSummary?: DescribeImageBaselineCheckSummaryResponseBodyBaselineResultSummary[];
3869
+ pageInfo?: DescribeImageBaselineCheckSummaryResponseBodyPageInfo;
3264
3870
  requestId?: string;
3265
- totalCount?: number;
3266
3871
  static names(): {
3267
3872
  [key: string]: string;
3268
3873
  };
@@ -3273,12 +3878,12 @@ export declare class DescribeGroupedVulResponseBody extends $tea.Model {
3273
3878
  [key: string]: any;
3274
3879
  });
3275
3880
  }
3276
- export declare class DescribeGroupedVulResponse extends $tea.Model {
3881
+ export declare class DescribeImageBaselineCheckSummaryResponse extends $tea.Model {
3277
3882
  headers: {
3278
3883
  [key: string]: string;
3279
3884
  };
3280
3885
  statusCode: number;
3281
- body: DescribeGroupedVulResponseBody;
3886
+ body: DescribeImageBaselineCheckSummaryResponseBody;
3282
3887
  static names(): {
3283
3888
  [key: string]: string;
3284
3889
  };
@@ -3289,9 +3894,22 @@ export declare class DescribeGroupedVulResponse extends $tea.Model {
3289
3894
  [key: string]: any;
3290
3895
  });
3291
3896
  }
3292
- export declare class DescribeHoneyPotAuthResponseBody extends $tea.Model {
3293
- honeyPotAuthCount?: number;
3294
- honeyPotCount?: number;
3897
+ export declare class DescribeImageBaselineDetailRequest extends $tea.Model {
3898
+ baselineItemKey?: string;
3899
+ imageUuid?: string;
3900
+ lang?: string;
3901
+ static names(): {
3902
+ [key: string]: string;
3903
+ };
3904
+ static types(): {
3905
+ [key: string]: any;
3906
+ };
3907
+ constructor(map?: {
3908
+ [key: string]: any;
3909
+ });
3910
+ }
3911
+ export declare class DescribeImageBaselineDetailResponseBody extends $tea.Model {
3912
+ baselineDetail?: DescribeImageBaselineDetailResponseBodyBaselineDetail;
3295
3913
  requestId?: string;
3296
3914
  static names(): {
3297
3915
  [key: string]: string;
@@ -3303,12 +3921,12 @@ export declare class DescribeHoneyPotAuthResponseBody extends $tea.Model {
3303
3921
  [key: string]: any;
3304
3922
  });
3305
3923
  }
3306
- export declare class DescribeHoneyPotAuthResponse extends $tea.Model {
3924
+ export declare class DescribeImageBaselineDetailResponse extends $tea.Model {
3307
3925
  headers: {
3308
3926
  [key: string]: string;
3309
3927
  };
3310
3928
  statusCode: number;
3311
- body: DescribeHoneyPotAuthResponseBody;
3929
+ body: DescribeImageBaselineDetailResponseBody;
3312
3930
  static names(): {
3313
3931
  [key: string]: string;
3314
3932
  };
@@ -3319,10 +3937,16 @@ export declare class DescribeHoneyPotAuthResponse extends $tea.Model {
3319
3937
  [key: string]: any;
3320
3938
  });
3321
3939
  }
3322
- export declare class DescribeHoneyPotSuspStatisticsRequest extends $tea.Model {
3323
- from?: string;
3324
- statisticsDays?: number;
3325
- statisticsKeyType?: string;
3940
+ export declare class DescribeImageBaselineItemListRequest extends $tea.Model {
3941
+ baselineClassKey?: string;
3942
+ baselineNameKey?: string;
3943
+ currentPage?: number;
3944
+ imageUuid?: string;
3945
+ lang?: string;
3946
+ pageSize?: number;
3947
+ scanRange?: string[];
3948
+ status?: string;
3949
+ uuids?: string[];
3326
3950
  static names(): {
3327
3951
  [key: string]: string;
3328
3952
  };
@@ -3333,9 +3957,10 @@ export declare class DescribeHoneyPotSuspStatisticsRequest extends $tea.Model {
3333
3957
  [key: string]: any;
3334
3958
  });
3335
3959
  }
3336
- export declare class DescribeHoneyPotSuspStatisticsResponseBody extends $tea.Model {
3960
+ export declare class DescribeImageBaselineItemListResponseBody extends $tea.Model {
3961
+ baselineItemInfos?: DescribeImageBaselineItemListResponseBodyBaselineItemInfos[];
3962
+ pageInfo?: DescribeImageBaselineItemListResponseBodyPageInfo;
3337
3963
  requestId?: string;
3338
- suspHoneyPotStatisticsResponse?: DescribeHoneyPotSuspStatisticsResponseBodySuspHoneyPotStatisticsResponse[];
3339
3964
  static names(): {
3340
3965
  [key: string]: string;
3341
3966
  };
@@ -3346,12 +3971,12 @@ export declare class DescribeHoneyPotSuspStatisticsResponseBody extends $tea.Mod
3346
3971
  [key: string]: any;
3347
3972
  });
3348
3973
  }
3349
- export declare class DescribeHoneyPotSuspStatisticsResponse extends $tea.Model {
3974
+ export declare class DescribeImageBaselineItemListResponse extends $tea.Model {
3350
3975
  headers: {
3351
3976
  [key: string]: string;
3352
3977
  };
3353
3978
  statusCode: number;
3354
- body: DescribeHoneyPotSuspStatisticsResponseBody;
3979
+ body: DescribeImageBaselineItemListResponseBody;
3355
3980
  static names(): {
3356
3981
  [key: string]: string;
3357
3982
  };
@@ -3362,15 +3987,9 @@ export declare class DescribeHoneyPotSuspStatisticsResponse extends $tea.Model {
3362
3987
  [key: string]: any;
3363
3988
  });
3364
3989
  }
3365
- export declare class DescribeImageBaselineCheckSummaryRequest extends $tea.Model {
3366
- clusterId?: string;
3367
- criteria?: string;
3368
- criteriaType?: string;
3369
- currentPage?: number;
3990
+ export declare class DescribeImageBaselineStrategyRequest extends $tea.Model {
3370
3991
  lang?: string;
3371
- pageSize?: number;
3372
- riskLevel?: string;
3373
- scanRange?: string[];
3992
+ strategyId?: number;
3374
3993
  static names(): {
3375
3994
  [key: string]: string;
3376
3995
  };
@@ -3381,10 +4000,9 @@ export declare class DescribeImageBaselineCheckSummaryRequest extends $tea.Model
3381
4000
  [key: string]: any;
3382
4001
  });
3383
4002
  }
3384
- export declare class DescribeImageBaselineCheckSummaryResponseBody extends $tea.Model {
3385
- baselineResultSummary?: DescribeImageBaselineCheckSummaryResponseBodyBaselineResultSummary[];
3386
- pageInfo?: DescribeImageBaselineCheckSummaryResponseBodyPageInfo;
4003
+ export declare class DescribeImageBaselineStrategyResponseBody extends $tea.Model {
3387
4004
  requestId?: string;
4005
+ strategy?: DescribeImageBaselineStrategyResponseBodyStrategy;
3388
4006
  static names(): {
3389
4007
  [key: string]: string;
3390
4008
  };
@@ -3395,12 +4013,12 @@ export declare class DescribeImageBaselineCheckSummaryResponseBody extends $tea.
3395
4013
  [key: string]: any;
3396
4014
  });
3397
4015
  }
3398
- export declare class DescribeImageBaselineCheckSummaryResponse extends $tea.Model {
4016
+ export declare class DescribeImageBaselineStrategyResponse extends $tea.Model {
3399
4017
  headers: {
3400
4018
  [key: string]: string;
3401
4019
  };
3402
4020
  statusCode: number;
3403
- body: DescribeImageBaselineCheckSummaryResponseBody;
4021
+ body: DescribeImageBaselineStrategyResponseBody;
3404
4022
  static names(): {
3405
4023
  [key: string]: string;
3406
4024
  };
@@ -4339,6 +4957,54 @@ export declare class DescribeNoticeConfigResponse extends $tea.Model {
4339
4957
  [key: string]: any;
4340
4958
  });
4341
4959
  }
4960
+ export declare class DescribeNsasSuspEventTypeRequest extends $tea.Model {
4961
+ containerFieldName?: string;
4962
+ containerFieldValue?: string;
4963
+ from?: string;
4964
+ lang?: string;
4965
+ name?: string;
4966
+ remark?: string;
4967
+ sourceIp?: string;
4968
+ uuids?: string;
4969
+ static names(): {
4970
+ [key: string]: string;
4971
+ };
4972
+ static types(): {
4973
+ [key: string]: any;
4974
+ };
4975
+ constructor(map?: {
4976
+ [key: string]: any;
4977
+ });
4978
+ }
4979
+ export declare class DescribeNsasSuspEventTypeResponseBody extends $tea.Model {
4980
+ eventTypes?: DescribeNsasSuspEventTypeResponseBodyEventTypes[];
4981
+ requestId?: string;
4982
+ static names(): {
4983
+ [key: string]: string;
4984
+ };
4985
+ static types(): {
4986
+ [key: string]: any;
4987
+ };
4988
+ constructor(map?: {
4989
+ [key: string]: any;
4990
+ });
4991
+ }
4992
+ export declare class DescribeNsasSuspEventTypeResponse extends $tea.Model {
4993
+ headers: {
4994
+ [key: string]: string;
4995
+ };
4996
+ statusCode: number;
4997
+ body: DescribeNsasSuspEventTypeResponseBody;
4998
+ static names(): {
4999
+ [key: string]: string;
5000
+ };
5001
+ static types(): {
5002
+ [key: string]: any;
5003
+ };
5004
+ constructor(map?: {
5005
+ [key: string]: any;
5006
+ });
5007
+ }
4342
5008
  export declare class DescribeOfflineMachinesRequest extends $tea.Model {
4343
5009
  currentPage?: number;
4344
5010
  os?: string;
@@ -4396,6 +5062,7 @@ export declare class DescribeOnceTaskRequest extends $tea.Model {
4396
5062
  pageSize?: number;
4397
5063
  rootTaskId?: string;
4398
5064
  startTimeQuery?: number;
5065
+ taskId?: string;
4399
5066
  taskType?: string;
4400
5067
  static names(): {
4401
5068
  [key: string]: string;
@@ -6955,6 +7622,7 @@ export declare class DescribeVulWhitelistRequest extends $tea.Model {
6955
7622
  });
6956
7623
  }
6957
7624
  export declare class DescribeVulWhitelistResponseBody extends $tea.Model {
7625
+ count?: number;
6958
7626
  currentPage?: number;
6959
7627
  pageSize?: number;
6960
7628
  requestId?: string;
@@ -7414,12 +8082,140 @@ export declare class FixCheckWarningsResponseBody extends $tea.Model {
7414
8082
  [key: string]: any;
7415
8083
  });
7416
8084
  }
7417
- export declare class FixCheckWarningsResponse extends $tea.Model {
7418
- headers: {
7419
- [key: string]: string;
7420
- };
7421
- statusCode: number;
7422
- body: FixCheckWarningsResponseBody;
8085
+ export declare class FixCheckWarningsResponse extends $tea.Model {
8086
+ headers: {
8087
+ [key: string]: string;
8088
+ };
8089
+ statusCode: number;
8090
+ body: FixCheckWarningsResponseBody;
8091
+ static names(): {
8092
+ [key: string]: string;
8093
+ };
8094
+ static types(): {
8095
+ [key: string]: any;
8096
+ };
8097
+ constructor(map?: {
8098
+ [key: string]: any;
8099
+ });
8100
+ }
8101
+ export declare class GetBackupStorageCountResponseBody extends $tea.Model {
8102
+ backupStorageCount?: GetBackupStorageCountResponseBodyBackupStorageCount;
8103
+ requestId?: string;
8104
+ static names(): {
8105
+ [key: string]: string;
8106
+ };
8107
+ static types(): {
8108
+ [key: string]: any;
8109
+ };
8110
+ constructor(map?: {
8111
+ [key: string]: any;
8112
+ });
8113
+ }
8114
+ export declare class GetBackupStorageCountResponse extends $tea.Model {
8115
+ headers: {
8116
+ [key: string]: string;
8117
+ };
8118
+ statusCode: number;
8119
+ body: GetBackupStorageCountResponseBody;
8120
+ static names(): {
8121
+ [key: string]: string;
8122
+ };
8123
+ static types(): {
8124
+ [key: string]: any;
8125
+ };
8126
+ constructor(map?: {
8127
+ [key: string]: any;
8128
+ });
8129
+ }
8130
+ export declare class GetCheckDetailRequest extends $tea.Model {
8131
+ checkId?: number;
8132
+ lang?: string;
8133
+ static names(): {
8134
+ [key: string]: string;
8135
+ };
8136
+ static types(): {
8137
+ [key: string]: any;
8138
+ };
8139
+ constructor(map?: {
8140
+ [key: string]: any;
8141
+ });
8142
+ }
8143
+ export declare class GetCheckDetailResponseBody extends $tea.Model {
8144
+ assistInfo?: GetCheckDetailResponseBodyAssistInfo;
8145
+ description?: GetCheckDetailResponseBodyDescription;
8146
+ requestId?: string;
8147
+ solution?: GetCheckDetailResponseBodySolution;
8148
+ static names(): {
8149
+ [key: string]: string;
8150
+ };
8151
+ static types(): {
8152
+ [key: string]: any;
8153
+ };
8154
+ constructor(map?: {
8155
+ [key: string]: any;
8156
+ });
8157
+ }
8158
+ export declare class GetCheckDetailResponse extends $tea.Model {
8159
+ headers: {
8160
+ [key: string]: string;
8161
+ };
8162
+ statusCode: number;
8163
+ body: GetCheckDetailResponseBody;
8164
+ static names(): {
8165
+ [key: string]: string;
8166
+ };
8167
+ static types(): {
8168
+ [key: string]: any;
8169
+ };
8170
+ constructor(map?: {
8171
+ [key: string]: any;
8172
+ });
8173
+ }
8174
+ export declare class GetFileDetectResultRequest extends $tea.Model {
8175
+ hashKeyList?: string[];
8176
+ sourceIp?: string;
8177
+ type?: number;
8178
+ static names(): {
8179
+ [key: string]: string;
8180
+ };
8181
+ static types(): {
8182
+ [key: string]: any;
8183
+ };
8184
+ constructor(map?: {
8185
+ [key: string]: any;
8186
+ });
8187
+ }
8188
+ export declare class GetFileDetectResultResponseBody extends $tea.Model {
8189
+ requestId?: string;
8190
+ resultList?: GetFileDetectResultResponseBodyResultList[];
8191
+ static names(): {
8192
+ [key: string]: string;
8193
+ };
8194
+ static types(): {
8195
+ [key: string]: any;
8196
+ };
8197
+ constructor(map?: {
8198
+ [key: string]: any;
8199
+ });
8200
+ }
8201
+ export declare class GetFileDetectResultResponse extends $tea.Model {
8202
+ headers: {
8203
+ [key: string]: string;
8204
+ };
8205
+ statusCode: number;
8206
+ body: GetFileDetectResultResponseBody;
8207
+ static names(): {
8208
+ [key: string]: string;
8209
+ };
8210
+ static types(): {
8211
+ [key: string]: any;
8212
+ };
8213
+ constructor(map?: {
8214
+ [key: string]: any;
8215
+ });
8216
+ }
8217
+ export declare class GetHoneypotNodeRequest extends $tea.Model {
8218
+ nodeId?: string;
7423
8219
  static names(): {
7424
8220
  [key: string]: string;
7425
8221
  };
@@ -7430,9 +8226,13 @@ export declare class FixCheckWarningsResponse extends $tea.Model {
7430
8226
  [key: string]: any;
7431
8227
  });
7432
8228
  }
7433
- export declare class GetBackupStorageCountResponseBody extends $tea.Model {
7434
- backupStorageCount?: GetBackupStorageCountResponseBodyBackupStorageCount;
8229
+ export declare class GetHoneypotNodeResponseBody extends $tea.Model {
8230
+ code?: string;
8231
+ honeypotNode?: GetHoneypotNodeResponseBodyHoneypotNode;
8232
+ httpStatusCode?: number;
8233
+ message?: string;
7435
8234
  requestId?: string;
8235
+ success?: boolean;
7436
8236
  static names(): {
7437
8237
  [key: string]: string;
7438
8238
  };
@@ -7443,12 +8243,12 @@ export declare class GetBackupStorageCountResponseBody extends $tea.Model {
7443
8243
  [key: string]: any;
7444
8244
  });
7445
8245
  }
7446
- export declare class GetBackupStorageCountResponse extends $tea.Model {
8246
+ export declare class GetHoneypotNodeResponse extends $tea.Model {
7447
8247
  headers: {
7448
8248
  [key: string]: string;
7449
8249
  };
7450
8250
  statusCode: number;
7451
- body: GetBackupStorageCountResponseBody;
8251
+ body: GetHoneypotNodeResponseBody;
7452
8252
  static names(): {
7453
8253
  [key: string]: string;
7454
8254
  };
@@ -7459,8 +8259,8 @@ export declare class GetBackupStorageCountResponse extends $tea.Model {
7459
8259
  [key: string]: any;
7460
8260
  });
7461
8261
  }
7462
- export declare class GetCheckDetailRequest extends $tea.Model {
7463
- checkId?: number;
8262
+ export declare class GetHoneypotPresetRequest extends $tea.Model {
8263
+ honeypotPresetId?: string;
7464
8264
  lang?: string;
7465
8265
  static names(): {
7466
8266
  [key: string]: string;
@@ -7472,11 +8272,13 @@ export declare class GetCheckDetailRequest extends $tea.Model {
7472
8272
  [key: string]: any;
7473
8273
  });
7474
8274
  }
7475
- export declare class GetCheckDetailResponseBody extends $tea.Model {
7476
- assistInfo?: GetCheckDetailResponseBodyAssistInfo;
7477
- description?: GetCheckDetailResponseBodyDescription;
8275
+ export declare class GetHoneypotPresetResponseBody extends $tea.Model {
8276
+ code?: string;
8277
+ data?: GetHoneypotPresetResponseBodyData;
8278
+ httpStatusCode?: number;
8279
+ message?: string;
7478
8280
  requestId?: string;
7479
- solution?: GetCheckDetailResponseBodySolution;
8281
+ success?: boolean;
7480
8282
  static names(): {
7481
8283
  [key: string]: string;
7482
8284
  };
@@ -7487,12 +8289,12 @@ export declare class GetCheckDetailResponseBody extends $tea.Model {
7487
8289
  [key: string]: any;
7488
8290
  });
7489
8291
  }
7490
- export declare class GetCheckDetailResponse extends $tea.Model {
8292
+ export declare class GetHoneypotPresetResponse extends $tea.Model {
7491
8293
  headers: {
7492
8294
  [key: string]: string;
7493
8295
  };
7494
8296
  statusCode: number;
7495
- body: GetCheckDetailResponseBody;
8297
+ body: GetHoneypotPresetResponseBody;
7496
8298
  static names(): {
7497
8299
  [key: string]: string;
7498
8300
  };
@@ -7503,10 +8305,8 @@ export declare class GetCheckDetailResponse extends $tea.Model {
7503
8305
  [key: string]: any;
7504
8306
  });
7505
8307
  }
7506
- export declare class GetFileDetectResultRequest extends $tea.Model {
7507
- hashKeyList?: string[];
7508
- sourceIp?: string;
7509
- type?: number;
8308
+ export declare class GetHoneypotProbeRequest extends $tea.Model {
8309
+ probeId?: string;
7510
8310
  static names(): {
7511
8311
  [key: string]: string;
7512
8312
  };
@@ -7517,9 +8317,13 @@ export declare class GetFileDetectResultRequest extends $tea.Model {
7517
8317
  [key: string]: any;
7518
8318
  });
7519
8319
  }
7520
- export declare class GetFileDetectResultResponseBody extends $tea.Model {
8320
+ export declare class GetHoneypotProbeResponseBody extends $tea.Model {
8321
+ code?: string;
8322
+ data?: GetHoneypotProbeResponseBodyData;
8323
+ httpStatusCode?: number;
8324
+ message?: string;
7521
8325
  requestId?: string;
7522
- resultList?: GetFileDetectResultResponseBodyResultList[];
8326
+ success?: boolean;
7523
8327
  static names(): {
7524
8328
  [key: string]: string;
7525
8329
  };
@@ -7530,12 +8334,12 @@ export declare class GetFileDetectResultResponseBody extends $tea.Model {
7530
8334
  [key: string]: any;
7531
8335
  });
7532
8336
  }
7533
- export declare class GetFileDetectResultResponse extends $tea.Model {
8337
+ export declare class GetHoneypotProbeResponse extends $tea.Model {
7534
8338
  headers: {
7535
8339
  [key: string]: string;
7536
8340
  };
7537
8341
  statusCode: number;
7538
- body: GetFileDetectResultResponseBody;
8342
+ body: GetHoneypotProbeResponseBody;
7539
8343
  static names(): {
7540
8344
  [key: string]: string;
7541
8345
  };
@@ -7636,6 +8440,47 @@ export declare class GetVulStatisticsResponse extends $tea.Model {
7636
8440
  [key: string]: any;
7637
8441
  });
7638
8442
  }
8443
+ export declare class GetVulWhitelistRequest extends $tea.Model {
8444
+ vulWhitelistId?: number;
8445
+ static names(): {
8446
+ [key: string]: string;
8447
+ };
8448
+ static types(): {
8449
+ [key: string]: any;
8450
+ };
8451
+ constructor(map?: {
8452
+ [key: string]: any;
8453
+ });
8454
+ }
8455
+ export declare class GetVulWhitelistResponseBody extends $tea.Model {
8456
+ requestId?: string;
8457
+ vulWhitelist?: GetVulWhitelistResponseBodyVulWhitelist;
8458
+ static names(): {
8459
+ [key: string]: string;
8460
+ };
8461
+ static types(): {
8462
+ [key: string]: any;
8463
+ };
8464
+ constructor(map?: {
8465
+ [key: string]: any;
8466
+ });
8467
+ }
8468
+ export declare class GetVulWhitelistResponse extends $tea.Model {
8469
+ headers: {
8470
+ [key: string]: string;
8471
+ };
8472
+ statusCode: number;
8473
+ body: GetVulWhitelistResponseBody;
8474
+ static names(): {
8475
+ [key: string]: string;
8476
+ };
8477
+ static types(): {
8478
+ [key: string]: any;
8479
+ };
8480
+ constructor(map?: {
8481
+ [key: string]: any;
8482
+ });
8483
+ }
7639
8484
  export declare class HandleSecurityEventsRequest extends $tea.Model {
7640
8485
  markBatch?: string;
7641
8486
  markMissParam?: string;
@@ -8164,6 +9009,160 @@ export declare class ListHoneypotNodeResponse extends $tea.Model {
8164
9009
  [key: string]: any;
8165
9010
  });
8166
9011
  }
9012
+ export declare class ListHoneypotPresetRequest extends $tea.Model {
9013
+ currentPage?: number;
9014
+ honeypotImageName?: string;
9015
+ lang?: string;
9016
+ nodeId?: string;
9017
+ nodeName?: string;
9018
+ pageSize?: number;
9019
+ presetName?: string;
9020
+ static names(): {
9021
+ [key: string]: string;
9022
+ };
9023
+ static types(): {
9024
+ [key: string]: any;
9025
+ };
9026
+ constructor(map?: {
9027
+ [key: string]: any;
9028
+ });
9029
+ }
9030
+ export declare class ListHoneypotPresetResponseBody extends $tea.Model {
9031
+ code?: string;
9032
+ httpStatusCode?: number;
9033
+ list?: ListHoneypotPresetResponseBodyList[];
9034
+ message?: string;
9035
+ pageInfo?: ListHoneypotPresetResponseBodyPageInfo;
9036
+ requestId?: string;
9037
+ success?: boolean;
9038
+ static names(): {
9039
+ [key: string]: string;
9040
+ };
9041
+ static types(): {
9042
+ [key: string]: any;
9043
+ };
9044
+ constructor(map?: {
9045
+ [key: string]: any;
9046
+ });
9047
+ }
9048
+ export declare class ListHoneypotPresetResponse extends $tea.Model {
9049
+ headers: {
9050
+ [key: string]: string;
9051
+ };
9052
+ statusCode: number;
9053
+ body: ListHoneypotPresetResponseBody;
9054
+ static names(): {
9055
+ [key: string]: string;
9056
+ };
9057
+ static types(): {
9058
+ [key: string]: any;
9059
+ };
9060
+ constructor(map?: {
9061
+ [key: string]: any;
9062
+ });
9063
+ }
9064
+ export declare class ListHoneypotProbeRequest extends $tea.Model {
9065
+ currentPage?: number;
9066
+ displayName?: string;
9067
+ lang?: string;
9068
+ pageSize?: number;
9069
+ probeStatus?: string;
9070
+ probeType?: string;
9071
+ static names(): {
9072
+ [key: string]: string;
9073
+ };
9074
+ static types(): {
9075
+ [key: string]: any;
9076
+ };
9077
+ constructor(map?: {
9078
+ [key: string]: any;
9079
+ });
9080
+ }
9081
+ export declare class ListHoneypotProbeResponseBody extends $tea.Model {
9082
+ code?: string;
9083
+ httpStatusCode?: number;
9084
+ list?: ListHoneypotProbeResponseBodyList[];
9085
+ message?: string;
9086
+ pageInfo?: ListHoneypotProbeResponseBodyPageInfo;
9087
+ requestId?: string;
9088
+ success?: boolean;
9089
+ static names(): {
9090
+ [key: string]: string;
9091
+ };
9092
+ static types(): {
9093
+ [key: string]: any;
9094
+ };
9095
+ constructor(map?: {
9096
+ [key: string]: any;
9097
+ });
9098
+ }
9099
+ export declare class ListHoneypotProbeResponse extends $tea.Model {
9100
+ headers: {
9101
+ [key: string]: string;
9102
+ };
9103
+ statusCode: number;
9104
+ body: ListHoneypotProbeResponseBody;
9105
+ static names(): {
9106
+ [key: string]: string;
9107
+ };
9108
+ static types(): {
9109
+ [key: string]: any;
9110
+ };
9111
+ constructor(map?: {
9112
+ [key: string]: any;
9113
+ });
9114
+ }
9115
+ export declare class ListUninstallAegisMachinesRequest extends $tea.Model {
9116
+ currentPage?: number;
9117
+ os?: string;
9118
+ pageSize?: number;
9119
+ regionIdStr?: string;
9120
+ regionNo?: string;
9121
+ remark?: string;
9122
+ sourceIp?: string;
9123
+ vendor?: number;
9124
+ static names(): {
9125
+ [key: string]: string;
9126
+ };
9127
+ static types(): {
9128
+ [key: string]: any;
9129
+ };
9130
+ constructor(map?: {
9131
+ [key: string]: any;
9132
+ });
9133
+ }
9134
+ export declare class ListUninstallAegisMachinesResponseBody extends $tea.Model {
9135
+ currentPage?: number;
9136
+ machineList?: ListUninstallAegisMachinesResponseBodyMachineList[];
9137
+ pageSize?: number;
9138
+ requestId?: string;
9139
+ totalCount?: number;
9140
+ static names(): {
9141
+ [key: string]: string;
9142
+ };
9143
+ static types(): {
9144
+ [key: string]: any;
9145
+ };
9146
+ constructor(map?: {
9147
+ [key: string]: any;
9148
+ });
9149
+ }
9150
+ export declare class ListUninstallAegisMachinesResponse extends $tea.Model {
9151
+ headers: {
9152
+ [key: string]: string;
9153
+ };
9154
+ statusCode: number;
9155
+ body: ListUninstallAegisMachinesResponseBody;
9156
+ static names(): {
9157
+ [key: string]: string;
9158
+ };
9159
+ static types(): {
9160
+ [key: string]: any;
9161
+ };
9162
+ constructor(map?: {
9163
+ [key: string]: any;
9164
+ });
9165
+ }
8167
9166
  export declare class ListVulAutoRepairConfigRequest extends $tea.Model {
8168
9167
  aliasName?: string;
8169
9168
  currentPage?: number;
@@ -8468,6 +9467,7 @@ export declare class ModifyCreateVulWhitelistRequest extends $tea.Model {
8468
9467
  }
8469
9468
  export declare class ModifyCreateVulWhitelistResponseBody extends $tea.Model {
8470
9469
  requestId?: string;
9470
+ vulWhitelistList?: ModifyCreateVulWhitelistResponseBodyVulWhitelistList[];
8471
9471
  static names(): {
8472
9472
  [key: string]: string;
8473
9473
  };
@@ -8634,7 +9634,10 @@ export declare class ModifyLoginBaseConfigRequest extends $tea.Model {
8634
9634
  });
8635
9635
  }
8636
9636
  export declare class ModifyLoginBaseConfigResponseBody extends $tea.Model {
9637
+ code?: string;
9638
+ message?: string;
8637
9639
  requestId?: string;
9640
+ success?: boolean;
8638
9641
  static names(): {
8639
9642
  [key: string]: string;
8640
9643
  };
@@ -9198,7 +10201,50 @@ export declare class ModifyVpcHoneyPotRequest extends $tea.Model {
9198
10201
  [key: string]: any;
9199
10202
  });
9200
10203
  }
9201
- export declare class ModifyVpcHoneyPotResponseBody extends $tea.Model {
10204
+ export declare class ModifyVpcHoneyPotResponseBody extends $tea.Model {
10205
+ requestId?: string;
10206
+ static names(): {
10207
+ [key: string]: string;
10208
+ };
10209
+ static types(): {
10210
+ [key: string]: any;
10211
+ };
10212
+ constructor(map?: {
10213
+ [key: string]: any;
10214
+ });
10215
+ }
10216
+ export declare class ModifyVpcHoneyPotResponse extends $tea.Model {
10217
+ headers: {
10218
+ [key: string]: string;
10219
+ };
10220
+ statusCode: number;
10221
+ body: ModifyVpcHoneyPotResponseBody;
10222
+ static names(): {
10223
+ [key: string]: string;
10224
+ };
10225
+ static types(): {
10226
+ [key: string]: any;
10227
+ };
10228
+ constructor(map?: {
10229
+ [key: string]: any;
10230
+ });
10231
+ }
10232
+ export declare class ModifyVulTargetConfigRequest extends $tea.Model {
10233
+ config?: string;
10234
+ sourceIp?: string;
10235
+ type?: string;
10236
+ uuid?: string;
10237
+ static names(): {
10238
+ [key: string]: string;
10239
+ };
10240
+ static types(): {
10241
+ [key: string]: any;
10242
+ };
10243
+ constructor(map?: {
10244
+ [key: string]: any;
10245
+ });
10246
+ }
10247
+ export declare class ModifyVulTargetConfigResponseBody extends $tea.Model {
9202
10248
  requestId?: string;
9203
10249
  static names(): {
9204
10250
  [key: string]: string;
@@ -9210,12 +10256,12 @@ export declare class ModifyVpcHoneyPotResponseBody extends $tea.Model {
9210
10256
  [key: string]: any;
9211
10257
  });
9212
10258
  }
9213
- export declare class ModifyVpcHoneyPotResponse extends $tea.Model {
10259
+ export declare class ModifyVulTargetConfigResponse extends $tea.Model {
9214
10260
  headers: {
9215
10261
  [key: string]: string;
9216
10262
  };
9217
10263
  statusCode: number;
9218
- body: ModifyVpcHoneyPotResponseBody;
10264
+ body: ModifyVulTargetConfigResponseBody;
9219
10265
  static names(): {
9220
10266
  [key: string]: string;
9221
10267
  };
@@ -9226,11 +10272,11 @@ export declare class ModifyVpcHoneyPotResponse extends $tea.Model {
9226
10272
  [key: string]: any;
9227
10273
  });
9228
10274
  }
9229
- export declare class ModifyVulTargetConfigRequest extends $tea.Model {
9230
- config?: string;
10275
+ export declare class ModifyVulWhitelistTargetRequest extends $tea.Model {
10276
+ id?: number;
10277
+ reason?: string;
9231
10278
  sourceIp?: string;
9232
- type?: string;
9233
- uuid?: string;
10279
+ targetInfo?: string;
9234
10280
  static names(): {
9235
10281
  [key: string]: string;
9236
10282
  };
@@ -9241,7 +10287,7 @@ export declare class ModifyVulTargetConfigRequest extends $tea.Model {
9241
10287
  [key: string]: any;
9242
10288
  });
9243
10289
  }
9244
- export declare class ModifyVulTargetConfigResponseBody extends $tea.Model {
10290
+ export declare class ModifyVulWhitelistTargetResponseBody extends $tea.Model {
9245
10291
  requestId?: string;
9246
10292
  static names(): {
9247
10293
  [key: string]: string;
@@ -9253,12 +10299,12 @@ export declare class ModifyVulTargetConfigResponseBody extends $tea.Model {
9253
10299
  [key: string]: any;
9254
10300
  });
9255
10301
  }
9256
- export declare class ModifyVulTargetConfigResponse extends $tea.Model {
10302
+ export declare class ModifyVulWhitelistTargetResponse extends $tea.Model {
9257
10303
  headers: {
9258
10304
  [key: string]: string;
9259
10305
  };
9260
10306
  statusCode: number;
9261
- body: ModifyVulTargetConfigResponseBody;
10307
+ body: ModifyVulWhitelistTargetResponseBody;
9262
10308
  static names(): {
9263
10309
  [key: string]: string;
9264
10310
  };
@@ -9454,6 +10500,46 @@ export declare class ModifyWebLockStatusResponse extends $tea.Model {
9454
10500
  [key: string]: any;
9455
10501
  });
9456
10502
  }
10503
+ export declare class ModifyWebLockUnbindRequest extends $tea.Model {
10504
+ uuid?: string;
10505
+ static names(): {
10506
+ [key: string]: string;
10507
+ };
10508
+ static types(): {
10509
+ [key: string]: any;
10510
+ };
10511
+ constructor(map?: {
10512
+ [key: string]: any;
10513
+ });
10514
+ }
10515
+ export declare class ModifyWebLockUnbindResponseBody extends $tea.Model {
10516
+ requestId?: string;
10517
+ static names(): {
10518
+ [key: string]: string;
10519
+ };
10520
+ static types(): {
10521
+ [key: string]: any;
10522
+ };
10523
+ constructor(map?: {
10524
+ [key: string]: any;
10525
+ });
10526
+ }
10527
+ export declare class ModifyWebLockUnbindResponse extends $tea.Model {
10528
+ headers: {
10529
+ [key: string]: string;
10530
+ };
10531
+ statusCode: number;
10532
+ body: ModifyWebLockUnbindResponseBody;
10533
+ static names(): {
10534
+ [key: string]: string;
10535
+ };
10536
+ static types(): {
10537
+ [key: string]: any;
10538
+ };
10539
+ constructor(map?: {
10540
+ [key: string]: any;
10541
+ });
10542
+ }
9457
10543
  export declare class ModifyWebLockUpdateConfigRequest extends $tea.Model {
9458
10544
  defenceMode?: string;
9459
10545
  dir?: string;
@@ -9636,6 +10722,50 @@ export declare class OperateCommonOverallConfigResponse extends $tea.Model {
9636
10722
  [key: string]: any;
9637
10723
  });
9638
10724
  }
10725
+ export declare class OperateImageBaselineWhitelistRequest extends $tea.Model {
10726
+ baselineItemKeyList?: string;
10727
+ imageUuid?: string;
10728
+ lang?: string;
10729
+ operation?: string;
10730
+ scanRange?: string[];
10731
+ static names(): {
10732
+ [key: string]: string;
10733
+ };
10734
+ static types(): {
10735
+ [key: string]: any;
10736
+ };
10737
+ constructor(map?: {
10738
+ [key: string]: any;
10739
+ });
10740
+ }
10741
+ export declare class OperateImageBaselineWhitelistResponseBody extends $tea.Model {
10742
+ requestId?: string;
10743
+ static names(): {
10744
+ [key: string]: string;
10745
+ };
10746
+ static types(): {
10747
+ [key: string]: any;
10748
+ };
10749
+ constructor(map?: {
10750
+ [key: string]: any;
10751
+ });
10752
+ }
10753
+ export declare class OperateImageBaselineWhitelistResponse extends $tea.Model {
10754
+ headers: {
10755
+ [key: string]: string;
10756
+ };
10757
+ statusCode: number;
10758
+ body: OperateImageBaselineWhitelistResponseBody;
10759
+ static names(): {
10760
+ [key: string]: string;
10761
+ };
10762
+ static types(): {
10763
+ [key: string]: any;
10764
+ };
10765
+ constructor(map?: {
10766
+ [key: string]: any;
10767
+ });
10768
+ }
9639
10769
  export declare class OperateSuspiciousOverallConfigRequest extends $tea.Model {
9640
10770
  config?: string;
9641
10771
  lang?: string;
@@ -10395,9 +11525,185 @@ export declare class StartVirusScanTaskRequest extends $tea.Model {
10395
11525
  [key: string]: any;
10396
11526
  });
10397
11527
  }
10398
- export declare class StartVirusScanTaskResponseBody extends $tea.Model {
11528
+ export declare class StartVirusScanTaskResponseBody extends $tea.Model {
11529
+ requestId?: string;
11530
+ scanTaskId?: number;
11531
+ static names(): {
11532
+ [key: string]: string;
11533
+ };
11534
+ static types(): {
11535
+ [key: string]: any;
11536
+ };
11537
+ constructor(map?: {
11538
+ [key: string]: any;
11539
+ });
11540
+ }
11541
+ export declare class StartVirusScanTaskResponse extends $tea.Model {
11542
+ headers: {
11543
+ [key: string]: string;
11544
+ };
11545
+ statusCode: number;
11546
+ body: StartVirusScanTaskResponseBody;
11547
+ static names(): {
11548
+ [key: string]: string;
11549
+ };
11550
+ static types(): {
11551
+ [key: string]: any;
11552
+ };
11553
+ constructor(map?: {
11554
+ [key: string]: any;
11555
+ });
11556
+ }
11557
+ export declare class UnbindAegisRequest extends $tea.Model {
11558
+ uuids?: string;
11559
+ static names(): {
11560
+ [key: string]: string;
11561
+ };
11562
+ static types(): {
11563
+ [key: string]: any;
11564
+ };
11565
+ constructor(map?: {
11566
+ [key: string]: any;
11567
+ });
11568
+ }
11569
+ export declare class UnbindAegisResponseBody extends $tea.Model {
11570
+ requestId?: string;
11571
+ static names(): {
11572
+ [key: string]: string;
11573
+ };
11574
+ static types(): {
11575
+ [key: string]: any;
11576
+ };
11577
+ constructor(map?: {
11578
+ [key: string]: any;
11579
+ });
11580
+ }
11581
+ export declare class UnbindAegisResponse extends $tea.Model {
11582
+ headers: {
11583
+ [key: string]: string;
11584
+ };
11585
+ statusCode: number;
11586
+ body: UnbindAegisResponseBody;
11587
+ static names(): {
11588
+ [key: string]: string;
11589
+ };
11590
+ static types(): {
11591
+ [key: string]: any;
11592
+ };
11593
+ constructor(map?: {
11594
+ [key: string]: any;
11595
+ });
11596
+ }
11597
+ export declare class UninstallBackupClientRequest extends $tea.Model {
11598
+ policyVersion?: string;
11599
+ uuid?: string;
11600
+ uuidList?: string[];
11601
+ static names(): {
11602
+ [key: string]: string;
11603
+ };
11604
+ static types(): {
11605
+ [key: string]: any;
11606
+ };
11607
+ constructor(map?: {
11608
+ [key: string]: any;
11609
+ });
11610
+ }
11611
+ export declare class UninstallBackupClientResponseBody extends $tea.Model {
11612
+ requestId?: string;
11613
+ static names(): {
11614
+ [key: string]: string;
11615
+ };
11616
+ static types(): {
11617
+ [key: string]: any;
11618
+ };
11619
+ constructor(map?: {
11620
+ [key: string]: any;
11621
+ });
11622
+ }
11623
+ export declare class UninstallBackupClientResponse extends $tea.Model {
11624
+ headers: {
11625
+ [key: string]: string;
11626
+ };
11627
+ statusCode: number;
11628
+ body: UninstallBackupClientResponseBody;
11629
+ static names(): {
11630
+ [key: string]: string;
11631
+ };
11632
+ static types(): {
11633
+ [key: string]: any;
11634
+ };
11635
+ constructor(map?: {
11636
+ [key: string]: any;
11637
+ });
11638
+ }
11639
+ export declare class UpdateHoneypotRequest extends $tea.Model {
11640
+ honeypotId?: string;
11641
+ honeypotName?: string;
11642
+ meta?: string;
11643
+ static names(): {
11644
+ [key: string]: string;
11645
+ };
11646
+ static types(): {
11647
+ [key: string]: any;
11648
+ };
11649
+ constructor(map?: {
11650
+ [key: string]: any;
11651
+ });
11652
+ }
11653
+ export declare class UpdateHoneypotResponseBody extends $tea.Model {
11654
+ code?: string;
11655
+ data?: UpdateHoneypotResponseBodyData;
11656
+ httpStatusCode?: number;
11657
+ message?: string;
11658
+ requestId?: string;
11659
+ success?: boolean;
11660
+ static names(): {
11661
+ [key: string]: string;
11662
+ };
11663
+ static types(): {
11664
+ [key: string]: any;
11665
+ };
11666
+ constructor(map?: {
11667
+ [key: string]: any;
11668
+ });
11669
+ }
11670
+ export declare class UpdateHoneypotResponse extends $tea.Model {
11671
+ headers: {
11672
+ [key: string]: string;
11673
+ };
11674
+ statusCode: number;
11675
+ body: UpdateHoneypotResponseBody;
11676
+ static names(): {
11677
+ [key: string]: string;
11678
+ };
11679
+ static types(): {
11680
+ [key: string]: any;
11681
+ };
11682
+ constructor(map?: {
11683
+ [key: string]: any;
11684
+ });
11685
+ }
11686
+ export declare class UpdateHoneypotNodeRequest extends $tea.Model {
11687
+ availableProbeNum?: number;
11688
+ nodeId?: string;
11689
+ nodeName?: string;
11690
+ securityGroupProbeIpList?: string[];
11691
+ static names(): {
11692
+ [key: string]: string;
11693
+ };
11694
+ static types(): {
11695
+ [key: string]: any;
11696
+ };
11697
+ constructor(map?: {
11698
+ [key: string]: any;
11699
+ });
11700
+ }
11701
+ export declare class UpdateHoneypotNodeResponseBody extends $tea.Model {
11702
+ code?: string;
11703
+ httpStatusCode?: number;
11704
+ message?: string;
10399
11705
  requestId?: string;
10400
- scanTaskId?: number;
11706
+ success?: boolean;
10401
11707
  static names(): {
10402
11708
  [key: string]: string;
10403
11709
  };
@@ -10408,12 +11714,12 @@ export declare class StartVirusScanTaskResponseBody extends $tea.Model {
10408
11714
  [key: string]: any;
10409
11715
  });
10410
11716
  }
10411
- export declare class StartVirusScanTaskResponse extends $tea.Model {
11717
+ export declare class UpdateHoneypotNodeResponse extends $tea.Model {
10412
11718
  headers: {
10413
11719
  [key: string]: string;
10414
11720
  };
10415
11721
  statusCode: number;
10416
- body: StartVirusScanTaskResponseBody;
11722
+ body: UpdateHoneypotNodeResponseBody;
10417
11723
  static names(): {
10418
11724
  [key: string]: string;
10419
11725
  };
@@ -10424,8 +11730,11 @@ export declare class StartVirusScanTaskResponse extends $tea.Model {
10424
11730
  [key: string]: any;
10425
11731
  });
10426
11732
  }
10427
- export declare class UnbindAegisRequest extends $tea.Model {
10428
- uuids?: string;
11733
+ export declare class UpdateHoneypotPresetRequest extends $tea.Model {
11734
+ honeypotImageName?: string;
11735
+ honeypotPresetId?: string;
11736
+ meta?: string;
11737
+ presetName?: string;
10429
11738
  static names(): {
10430
11739
  [key: string]: string;
10431
11740
  };
@@ -10436,8 +11745,12 @@ export declare class UnbindAegisRequest extends $tea.Model {
10436
11745
  [key: string]: any;
10437
11746
  });
10438
11747
  }
10439
- export declare class UnbindAegisResponseBody extends $tea.Model {
11748
+ export declare class UpdateHoneypotPresetResponseBody extends $tea.Model {
11749
+ code?: string;
11750
+ httpStatusCode?: number;
11751
+ message?: string;
10440
11752
  requestId?: string;
11753
+ success?: boolean;
10441
11754
  static names(): {
10442
11755
  [key: string]: string;
10443
11756
  };
@@ -10448,12 +11761,12 @@ export declare class UnbindAegisResponseBody extends $tea.Model {
10448
11761
  [key: string]: any;
10449
11762
  });
10450
11763
  }
10451
- export declare class UnbindAegisResponse extends $tea.Model {
11764
+ export declare class UpdateHoneypotPresetResponse extends $tea.Model {
10452
11765
  headers: {
10453
11766
  [key: string]: string;
10454
11767
  };
10455
11768
  statusCode: number;
10456
- body: UnbindAegisResponseBody;
11769
+ body: UpdateHoneypotPresetResponseBody;
10457
11770
  static names(): {
10458
11771
  [key: string]: string;
10459
11772
  };
@@ -10464,10 +11777,12 @@ export declare class UnbindAegisResponse extends $tea.Model {
10464
11777
  [key: string]: any;
10465
11778
  });
10466
11779
  }
10467
- export declare class UninstallBackupClientRequest extends $tea.Model {
10468
- policyVersion?: string;
10469
- uuid?: string;
10470
- uuidList?: string[];
11780
+ export declare class UpdateHoneypotProbeRequest extends $tea.Model {
11781
+ arp?: boolean;
11782
+ displayName?: string;
11783
+ ping?: boolean;
11784
+ probeId?: string;
11785
+ serviceIpList?: string[];
10471
11786
  static names(): {
10472
11787
  [key: string]: string;
10473
11788
  };
@@ -10478,8 +11793,12 @@ export declare class UninstallBackupClientRequest extends $tea.Model {
10478
11793
  [key: string]: any;
10479
11794
  });
10480
11795
  }
10481
- export declare class UninstallBackupClientResponseBody extends $tea.Model {
11796
+ export declare class UpdateHoneypotProbeResponseBody extends $tea.Model {
11797
+ code?: string;
11798
+ httpStatusCode?: number;
11799
+ message?: string;
10482
11800
  requestId?: string;
11801
+ success?: boolean;
10483
11802
  static names(): {
10484
11803
  [key: string]: string;
10485
11804
  };
@@ -10490,12 +11809,12 @@ export declare class UninstallBackupClientResponseBody extends $tea.Model {
10490
11809
  [key: string]: any;
10491
11810
  });
10492
11811
  }
10493
- export declare class UninstallBackupClientResponse extends $tea.Model {
11812
+ export declare class UpdateHoneypotProbeResponse extends $tea.Model {
10494
11813
  headers: {
10495
11814
  [key: string]: string;
10496
11815
  };
10497
11816
  statusCode: number;
10498
- body: UninstallBackupClientResponseBody;
11817
+ body: UpdateHoneypotProbeResponseBody;
10499
11818
  static names(): {
10500
11819
  [key: string]: string;
10501
11820
  };
@@ -10639,6 +11958,30 @@ export declare class CreateHoneypotResponseBodyData extends $tea.Model {
10639
11958
  [key: string]: any;
10640
11959
  });
10641
11960
  }
11961
+ export declare class CreateHoneypotNodeResponseBodyHoneypotNode extends $tea.Model {
11962
+ nodeId?: string;
11963
+ static names(): {
11964
+ [key: string]: string;
11965
+ };
11966
+ static types(): {
11967
+ [key: string]: any;
11968
+ };
11969
+ constructor(map?: {
11970
+ [key: string]: any;
11971
+ });
11972
+ }
11973
+ export declare class CreateHoneypotPresetResponseBodyHoneypotPreset extends $tea.Model {
11974
+ honeypotPresetId?: string;
11975
+ static names(): {
11976
+ [key: string]: string;
11977
+ };
11978
+ static types(): {
11979
+ [key: string]: any;
11980
+ };
11981
+ constructor(map?: {
11982
+ [key: string]: any;
11983
+ });
11984
+ }
10642
11985
  export declare class CreateHoneypotProbeRequestHoneypotBindListBindPortList extends $tea.Model {
10643
11986
  bindPort?: boolean;
10644
11987
  endPort?: number;
@@ -10668,6 +12011,18 @@ export declare class CreateHoneypotProbeRequestHoneypotBindList extends $tea.Mod
10668
12011
  [key: string]: any;
10669
12012
  });
10670
12013
  }
12014
+ export declare class CreateHoneypotProbeResponseBodyHoneypotProbe extends $tea.Model {
12015
+ probeId?: string;
12016
+ static names(): {
12017
+ [key: string]: string;
12018
+ };
12019
+ static types(): {
12020
+ [key: string]: any;
12021
+ };
12022
+ constructor(map?: {
12023
+ [key: string]: any;
12024
+ });
12025
+ }
10671
12026
  export declare class CreateSimilarSecurityEventsQueryTaskResponseBodyCreateSimilarSecurityEventsQueryTaskResponse extends $tea.Model {
10672
12027
  status?: string;
10673
12028
  taskId?: number;
@@ -10727,6 +12082,9 @@ export declare class DescribeAffectedMaliciousFileImagesResponseBodyAffectedMali
10727
12082
  highLight?: string;
10728
12083
  image?: string;
10729
12084
  imageUuid?: string;
12085
+ instanceName?: string;
12086
+ internetIp?: string;
12087
+ intranetIp?: string;
10730
12088
  latestScanTimestamp?: number;
10731
12089
  latestVerifyTimestamp?: number;
10732
12090
  layer?: string;
@@ -10740,6 +12098,10 @@ export declare class DescribeAffectedMaliciousFileImagesResponseBodyAffectedMali
10740
12098
  repoRegionId?: string;
10741
12099
  status?: number;
10742
12100
  tag?: string;
12101
+ targetId?: string;
12102
+ targetName?: string;
12103
+ targetType?: string;
12104
+ uuid?: string;
10743
12105
  static names(): {
10744
12106
  [key: string]: string;
10745
12107
  };
@@ -10928,6 +12290,62 @@ export declare class DescribeAllGroupsResponseBodyGroups extends $tea.Model {
10928
12290
  [key: string]: any;
10929
12291
  });
10930
12292
  }
12293
+ export declare class DescribeAllImageBaselineResponseBodyImageBaselinesBaselineClassListBaselineNameListBaselineItemList extends $tea.Model {
12294
+ alias?: string;
12295
+ classKey?: string;
12296
+ itemKey?: string;
12297
+ nameKey?: string;
12298
+ static names(): {
12299
+ [key: string]: string;
12300
+ };
12301
+ static types(): {
12302
+ [key: string]: any;
12303
+ };
12304
+ constructor(map?: {
12305
+ [key: string]: any;
12306
+ });
12307
+ }
12308
+ export declare class DescribeAllImageBaselineResponseBodyImageBaselinesBaselineClassListBaselineNameList extends $tea.Model {
12309
+ alias?: string;
12310
+ baselineItemList?: DescribeAllImageBaselineResponseBodyImageBaselinesBaselineClassListBaselineNameListBaselineItemList[];
12311
+ classKey?: string;
12312
+ nameKey?: string;
12313
+ static names(): {
12314
+ [key: string]: string;
12315
+ };
12316
+ static types(): {
12317
+ [key: string]: any;
12318
+ };
12319
+ constructor(map?: {
12320
+ [key: string]: any;
12321
+ });
12322
+ }
12323
+ export declare class DescribeAllImageBaselineResponseBodyImageBaselinesBaselineClassList extends $tea.Model {
12324
+ alias?: string;
12325
+ baselineNameList?: DescribeAllImageBaselineResponseBodyImageBaselinesBaselineClassListBaselineNameList[];
12326
+ classKey?: string;
12327
+ static names(): {
12328
+ [key: string]: string;
12329
+ };
12330
+ static types(): {
12331
+ [key: string]: any;
12332
+ };
12333
+ constructor(map?: {
12334
+ [key: string]: any;
12335
+ });
12336
+ }
12337
+ export declare class DescribeAllImageBaselineResponseBodyImageBaselines extends $tea.Model {
12338
+ baselineClassList?: DescribeAllImageBaselineResponseBodyImageBaselinesBaselineClassList[];
12339
+ static names(): {
12340
+ [key: string]: string;
12341
+ };
12342
+ static types(): {
12343
+ [key: string]: any;
12344
+ };
12345
+ constructor(map?: {
12346
+ [key: string]: any;
12347
+ });
12348
+ }
10931
12349
  export declare class DescribeAntiBruteForceRulesResponseBodyPageInfo extends $tea.Model {
10932
12350
  count?: number;
10933
12351
  currentPage?: number;
@@ -11136,6 +12554,25 @@ export declare class DescribeBackupPoliciesResponseBodyPolicies extends $tea.Mod
11136
12554
  [key: string]: any;
11137
12555
  });
11138
12556
  }
12557
+ export declare class DescribeBackupPolicyResponseBodyBackupPolicyDetail extends $tea.Model {
12558
+ clientStatus?: string;
12559
+ id?: number;
12560
+ name?: string;
12561
+ policy?: string;
12562
+ policyVersion?: string;
12563
+ regionId?: string;
12564
+ status?: string;
12565
+ uuidList?: string[];
12566
+ static names(): {
12567
+ [key: string]: string;
12568
+ };
12569
+ static types(): {
12570
+ [key: string]: any;
12571
+ };
12572
+ constructor(map?: {
12573
+ [key: string]: any;
12574
+ });
12575
+ }
11139
12576
  export declare class DescribeBackupRestoreCountResponseBodyBackupRestoreCount extends $tea.Model {
11140
12577
  recovering?: number;
11141
12578
  total?: number;
@@ -11206,6 +12643,20 @@ export declare class DescribeCheckWarningsResponseBodyCheckWarnings extends $tea
11206
12643
  [key: string]: any;
11207
12644
  });
11208
12645
  }
12646
+ export declare class DescribeClientConfSetupResponseBodyClientConf extends $tea.Model {
12647
+ config?: string;
12648
+ strategyTag?: string;
12649
+ strategyTagValue?: string;
12650
+ static names(): {
12651
+ [key: string]: string;
12652
+ };
12653
+ static types(): {
12654
+ [key: string]: any;
12655
+ };
12656
+ constructor(map?: {
12657
+ [key: string]: any;
12658
+ });
12659
+ }
11209
12660
  export declare class DescribeCloudCenterInstancesResponseBodyInstances extends $tea.Model {
11210
12661
  alarmStatus?: string;
11211
12662
  assetType?: string;
@@ -11617,6 +13068,7 @@ export declare class DescribeFieldStatisticsResponseBodyGroupedFields extends $t
11617
13068
  instanceCount?: number;
11618
13069
  instanceSyncTaskCount?: number;
11619
13070
  newInstanceCount?: number;
13071
+ noRiskInstanceCount?: number;
11620
13072
  notRunningStatusCount?: number;
11621
13073
  offlineInstanceCount?: number;
11622
13074
  outMachineInstanceCount?: number;
@@ -11625,6 +13077,7 @@ export declare class DescribeFieldStatisticsResponseBodyGroupedFields extends $t
11625
13077
  riskInstanceCount?: number;
11626
13078
  tencentInstanceCount?: number;
11627
13079
  testAssetCount?: number;
13080
+ unKnowStatusInstanceCount?: number;
11628
13081
  unprotectedInstanceCount?: number;
11629
13082
  vpcCount?: number;
11630
13083
  static names(): {
@@ -11814,13 +13267,141 @@ export declare class DescribeGroupedVulResponseBodyGroupedVulItems extends $tea.
11814
13267
  [key: string]: any;
11815
13268
  });
11816
13269
  }
11817
- export declare class DescribeHoneyPotSuspStatisticsResponseBodySuspHoneyPotStatisticsResponse extends $tea.Model {
13270
+ export declare class DescribeHoneyPotSuspStatisticsResponseBodySuspHoneyPotStatisticsResponse extends $tea.Model {
13271
+ count?: number;
13272
+ instanceId?: string;
13273
+ instanceName?: string;
13274
+ type?: string;
13275
+ vpcId?: string;
13276
+ vpcName?: string;
13277
+ static names(): {
13278
+ [key: string]: string;
13279
+ };
13280
+ static types(): {
13281
+ [key: string]: any;
13282
+ };
13283
+ constructor(map?: {
13284
+ [key: string]: any;
13285
+ });
13286
+ }
13287
+ export declare class DescribeImageBaselineCheckResultResponseBodyBaselineResult extends $tea.Model {
13288
+ baselineClassAlias?: string;
13289
+ baselineItemCount?: number;
13290
+ baselineNameAlias?: string;
13291
+ baselineNameKey?: string;
13292
+ baselineNameLevel?: string;
13293
+ firstScanTime?: number;
13294
+ highRiskItemCount?: number;
13295
+ lastScanTime?: number;
13296
+ lowRiskItemCount?: number;
13297
+ middleRiskItemCount?: number;
13298
+ status?: number;
13299
+ static names(): {
13300
+ [key: string]: string;
13301
+ };
13302
+ static types(): {
13303
+ [key: string]: any;
13304
+ };
13305
+ constructor(map?: {
13306
+ [key: string]: any;
13307
+ });
13308
+ }
13309
+ export declare class DescribeImageBaselineCheckResultResponseBodyPageInfo extends $tea.Model {
13310
+ count?: number;
13311
+ currentPage?: number;
13312
+ pageSize?: number;
13313
+ totalCount?: number;
13314
+ static names(): {
13315
+ [key: string]: string;
13316
+ };
13317
+ static types(): {
13318
+ [key: string]: any;
13319
+ };
13320
+ constructor(map?: {
13321
+ [key: string]: any;
13322
+ });
13323
+ }
13324
+ export declare class DescribeImageBaselineCheckSummaryResponseBodyBaselineResultSummary extends $tea.Model {
13325
+ baselineClassAlias?: string;
13326
+ baselineClassKey?: string;
13327
+ baselineNameAlias?: string;
13328
+ baselineNameKey?: string;
13329
+ baselineNameLevel?: string;
13330
+ firstScanTime?: number;
13331
+ highRiskImage?: number;
13332
+ lastScanTime?: number;
13333
+ lowRiskImage?: number;
13334
+ middleRiskImage?: number;
13335
+ status?: number;
13336
+ static names(): {
13337
+ [key: string]: string;
13338
+ };
13339
+ static types(): {
13340
+ [key: string]: any;
13341
+ };
13342
+ constructor(map?: {
13343
+ [key: string]: any;
13344
+ });
13345
+ }
13346
+ export declare class DescribeImageBaselineCheckSummaryResponseBodyPageInfo extends $tea.Model {
13347
+ count?: number;
13348
+ currentPage?: number;
13349
+ pageSize?: number;
13350
+ totalCount?: number;
13351
+ static names(): {
13352
+ [key: string]: string;
13353
+ };
13354
+ static types(): {
13355
+ [key: string]: any;
13356
+ };
13357
+ constructor(map?: {
13358
+ [key: string]: any;
13359
+ });
13360
+ }
13361
+ export declare class DescribeImageBaselineDetailResponseBodyBaselineDetail extends $tea.Model {
13362
+ advice?: string;
13363
+ baselineClassAlias?: string;
13364
+ baselineItemAlias?: string;
13365
+ baselineItemKey?: string;
13366
+ baselineNameAlias?: string;
13367
+ description?: string;
13368
+ level?: string;
13369
+ prompt?: string;
13370
+ resultId?: string;
13371
+ static names(): {
13372
+ [key: string]: string;
13373
+ };
13374
+ static types(): {
13375
+ [key: string]: any;
13376
+ };
13377
+ constructor(map?: {
13378
+ [key: string]: any;
13379
+ });
13380
+ }
13381
+ export declare class DescribeImageBaselineItemListResponseBodyBaselineItemInfos extends $tea.Model {
13382
+ baselineClassAlias?: string;
13383
+ baselineClassKey?: string;
13384
+ baselineItemAlias?: string;
13385
+ baselineItemKey?: string;
13386
+ baselineNameAlias?: string;
13387
+ baselineNameKey?: string;
13388
+ status?: number;
13389
+ whiteList?: number;
13390
+ static names(): {
13391
+ [key: string]: string;
13392
+ };
13393
+ static types(): {
13394
+ [key: string]: any;
13395
+ };
13396
+ constructor(map?: {
13397
+ [key: string]: any;
13398
+ });
13399
+ }
13400
+ export declare class DescribeImageBaselineItemListResponseBodyPageInfo extends $tea.Model {
11818
13401
  count?: number;
11819
- instanceId?: string;
11820
- instanceName?: string;
11821
- type?: string;
11822
- vpcId?: string;
11823
- vpcName?: string;
13402
+ currentPage?: number;
13403
+ pageSize?: number;
13404
+ totalCount?: number;
11824
13405
  static names(): {
11825
13406
  [key: string]: string;
11826
13407
  };
@@ -11831,18 +13412,10 @@ export declare class DescribeHoneyPotSuspStatisticsResponseBodySuspHoneyPotStati
11831
13412
  [key: string]: any;
11832
13413
  });
11833
13414
  }
11834
- export declare class DescribeImageBaselineCheckSummaryResponseBodyBaselineResultSummary extends $tea.Model {
11835
- baselineClassAlias?: string;
11836
- baselineClassKey?: string;
11837
- baselineNameAlias?: string;
11838
- baselineNameKey?: string;
11839
- baselineNameLevel?: string;
11840
- firstScanTime?: number;
11841
- highRiskImage?: number;
11842
- lastScanTime?: number;
11843
- lowRiskImage?: number;
11844
- middleRiskImage?: number;
11845
- status?: number;
13415
+ export declare class DescribeImageBaselineStrategyResponseBodyStrategyBaselineItemList extends $tea.Model {
13416
+ classKey?: string;
13417
+ itemKey?: string;
13418
+ nameKey?: string;
11846
13419
  static names(): {
11847
13420
  [key: string]: string;
11848
13421
  };
@@ -11853,11 +13426,13 @@ export declare class DescribeImageBaselineCheckSummaryResponseBodyBaselineResult
11853
13426
  [key: string]: any;
11854
13427
  });
11855
13428
  }
11856
- export declare class DescribeImageBaselineCheckSummaryResponseBodyPageInfo extends $tea.Model {
11857
- count?: number;
11858
- currentPage?: number;
11859
- pageSize?: number;
11860
- totalCount?: number;
13429
+ export declare class DescribeImageBaselineStrategyResponseBodyStrategy extends $tea.Model {
13430
+ baselineItemList?: DescribeImageBaselineStrategyResponseBodyStrategyBaselineItemList[];
13431
+ selectedItemCount?: number;
13432
+ strategyId?: number;
13433
+ strategyName?: string;
13434
+ totalItemCount?: number;
13435
+ type?: string;
11861
13436
  static names(): {
11862
13437
  [key: string]: string;
11863
13438
  };
@@ -11976,6 +13551,10 @@ export declare class DescribeImageListWithBaselineNameResponseBodyImageInfos ext
11976
13551
  imageSize?: number;
11977
13552
  imageUpdate?: number;
11978
13553
  instanceId?: string;
13554
+ instanceName?: string;
13555
+ internetIp?: string;
13556
+ intranetIp?: string;
13557
+ lastScanTime?: number;
11979
13558
  lowRiskImage?: number;
11980
13559
  middleRiskImage?: number;
11981
13560
  namespace?: string;
@@ -11988,6 +13567,9 @@ export declare class DescribeImageListWithBaselineNameResponseBodyImageInfos ext
11988
13567
  repoType?: string;
11989
13568
  riskStatus?: string;
11990
13569
  tag?: string;
13570
+ targetId?: string;
13571
+ targetName?: string;
13572
+ targetType?: string;
11991
13573
  totalItemCount?: number;
11992
13574
  uuid?: string;
11993
13575
  static names(): {
@@ -12142,8 +13724,12 @@ export declare class DescribeImageVulListResponseBodyVulRecords extends $tea.Mod
12142
13724
  firstTs?: number;
12143
13725
  image?: string;
12144
13726
  imageDigest?: string;
13727
+ instanceName?: string;
13728
+ internetIp?: string;
13729
+ intranetIp?: string;
12145
13730
  lastTs?: number;
12146
13731
  layers?: string[];
13732
+ maliciousSource?: string;
12147
13733
  modifyTs?: number;
12148
13734
  name?: string;
12149
13735
  namespace?: string;
@@ -12153,8 +13739,12 @@ export declare class DescribeImageVulListResponseBodyVulRecords extends $tea.Mod
12153
13739
  related?: string;
12154
13740
  repoName?: string;
12155
13741
  repoNamespace?: string;
13742
+ scanTime?: number;
12156
13743
  status?: number;
12157
13744
  tag?: string;
13745
+ targetId?: string;
13746
+ targetName?: string;
13747
+ targetType?: string;
12158
13748
  type?: string;
12159
13749
  uuid?: string;
12160
13750
  static names(): {
@@ -12231,6 +13821,11 @@ export declare class DescribeInstanceRebootStatusResponseBodyRebootStatuses exte
12231
13821
  }
12232
13822
  export declare class DescribeInstanceStatisticsResponseBodyData extends $tea.Model {
12233
13823
  account?: number;
13824
+ agentlessAll?: number;
13825
+ agentlessBaseline?: number;
13826
+ agentlessMalicious?: number;
13827
+ agentlessVulCve?: number;
13828
+ agentlessVulSca?: number;
12234
13829
  appNum?: number;
12235
13830
  cmsNum?: number;
12236
13831
  cveNum?: number;
@@ -12354,6 +13949,20 @@ export declare class DescribeNoticeConfigResponseBodyNoticeConfigList extends $t
12354
13949
  [key: string]: any;
12355
13950
  });
12356
13951
  }
13952
+ export declare class DescribeNsasSuspEventTypeResponseBodyEventTypes extends $tea.Model {
13953
+ name?: string;
13954
+ suspEventCount?: number;
13955
+ type?: string;
13956
+ static names(): {
13957
+ [key: string]: string;
13958
+ };
13959
+ static types(): {
13960
+ [key: string]: any;
13961
+ };
13962
+ constructor(map?: {
13963
+ [key: string]: any;
13964
+ });
13965
+ }
12357
13966
  export declare class DescribeOfflineMachinesResponseBodyMachineList extends $tea.Model {
12358
13967
  instanceId?: string;
12359
13968
  instanceName?: string;
@@ -12392,7 +14001,10 @@ export declare class DescribeOnceTaskResponseBodyPageInfo extends $tea.Model {
12392
14001
  }
12393
14002
  export declare class DescribeOnceTaskResponseBodyTaskManageResponseList extends $tea.Model {
12394
14003
  detailData?: string;
14004
+ failCount?: number;
12395
14005
  progress?: string;
14006
+ resultInfo?: string;
14007
+ successCount?: number;
12396
14008
  taskEndTime?: number;
12397
14009
  taskId?: string;
12398
14010
  taskName?: string;
@@ -13844,6 +15456,9 @@ export declare class DescribeVulDetailsResponseBodyCves extends $tea.Model {
13844
15456
  cveId?: string;
13845
15457
  cvssScore?: string;
13846
15458
  cvssVector?: string;
15459
+ instanceName?: string;
15460
+ internetIp?: string;
15461
+ intranetIp?: string;
13847
15462
  poc?: string;
13848
15463
  pocCreateTime?: number;
13849
15464
  pocDisclosureTime?: number;
@@ -13852,6 +15467,8 @@ export declare class DescribeVulDetailsResponseBodyCves extends $tea.Model {
13852
15467
  releaseTime?: number;
13853
15468
  solution?: string;
13854
15469
  summary?: string;
15470
+ targetId?: string;
15471
+ targetName?: string;
13855
15472
  title?: string;
13856
15473
  vendor?: string;
13857
15474
  vulLevel?: string;
@@ -14004,6 +15621,206 @@ export declare class DescribeVulWhitelistResponseBodyVulWhitelists extends $tea.
14004
15621
  reason?: string;
14005
15622
  targetInfo?: string;
14006
15623
  type?: string;
15624
+ whitelist?: string;
15625
+ static names(): {
15626
+ [key: string]: string;
15627
+ };
15628
+ static types(): {
15629
+ [key: string]: any;
15630
+ };
15631
+ constructor(map?: {
15632
+ [key: string]: any;
15633
+ });
15634
+ }
15635
+ export declare class DescribeWarningMachinesResponseBodyWarningMachines extends $tea.Model {
15636
+ authVersion?: number;
15637
+ bind?: boolean;
15638
+ highWarningCount?: number;
15639
+ instanceId?: string;
15640
+ instanceName?: string;
15641
+ internetIp?: string;
15642
+ intranetIp?: string;
15643
+ lowWarningCount?: number;
15644
+ mediumWarningCount?: number;
15645
+ passCount?: number;
15646
+ portOpen?: boolean;
15647
+ regionId?: string;
15648
+ status?: number;
15649
+ uuid?: string;
15650
+ static names(): {
15651
+ [key: string]: string;
15652
+ };
15653
+ static types(): {
15654
+ [key: string]: any;
15655
+ };
15656
+ constructor(map?: {
15657
+ [key: string]: any;
15658
+ });
15659
+ }
15660
+ export declare class DescribeWebLockBindListResponseBodyBindList extends $tea.Model {
15661
+ auditCount?: string;
15662
+ blockCount?: string;
15663
+ dirCount?: string;
15664
+ instanceName?: string;
15665
+ internetIp?: string;
15666
+ intranetIp?: string;
15667
+ os?: string;
15668
+ percent?: number;
15669
+ serviceCode?: string;
15670
+ serviceDetail?: string;
15671
+ serviceStatus?: string;
15672
+ status?: string;
15673
+ uuid?: string;
15674
+ static names(): {
15675
+ [key: string]: string;
15676
+ };
15677
+ static types(): {
15678
+ [key: string]: any;
15679
+ };
15680
+ constructor(map?: {
15681
+ [key: string]: any;
15682
+ });
15683
+ }
15684
+ export declare class DescribeWebLockConfigListResponseBodyConfigList extends $tea.Model {
15685
+ defenceMode?: string;
15686
+ dir?: string;
15687
+ exclusiveDir?: string;
15688
+ exclusiveFile?: string;
15689
+ exclusiveFileType?: string;
15690
+ id?: string;
15691
+ inclusiveFile?: string;
15692
+ inclusiveFileType?: string;
15693
+ localBackupDir?: string;
15694
+ mode?: string;
15695
+ uuid?: string;
15696
+ static names(): {
15697
+ [key: string]: string;
15698
+ };
15699
+ static types(): {
15700
+ [key: string]: any;
15701
+ };
15702
+ constructor(map?: {
15703
+ [key: string]: any;
15704
+ });
15705
+ }
15706
+ export declare class DescribeWebLockFileEventsResponseBodyList extends $tea.Model {
15707
+ count?: number;
15708
+ ds?: number;
15709
+ eventName?: string;
15710
+ eventStatus?: string;
15711
+ eventType?: string;
15712
+ gmtEvent?: number;
15713
+ id?: number;
15714
+ instanceName?: string;
15715
+ internetIp?: string;
15716
+ intranetIp?: string;
15717
+ ip?: string;
15718
+ level?: string;
15719
+ path?: string;
15720
+ processName?: string;
15721
+ processPath?: string;
15722
+ status?: string;
15723
+ uuid?: string;
15724
+ static names(): {
15725
+ [key: string]: string;
15726
+ };
15727
+ static types(): {
15728
+ [key: string]: any;
15729
+ };
15730
+ constructor(map?: {
15731
+ [key: string]: any;
15732
+ });
15733
+ }
15734
+ export declare class GetBackupStorageCountResponseBodyBackupStorageCount extends $tea.Model {
15735
+ buyStorageByte?: number;
15736
+ ecsUsageStorageByte?: number;
15737
+ overflow?: number;
15738
+ uniUsageStorageByte?: number;
15739
+ usageStorageByte?: number;
15740
+ static names(): {
15741
+ [key: string]: string;
15742
+ };
15743
+ static types(): {
15744
+ [key: string]: any;
15745
+ };
15746
+ constructor(map?: {
15747
+ [key: string]: any;
15748
+ });
15749
+ }
15750
+ export declare class GetCheckDetailResponseBodyAssistInfo extends $tea.Model {
15751
+ link?: string;
15752
+ type?: string;
15753
+ value?: string;
15754
+ static names(): {
15755
+ [key: string]: string;
15756
+ };
15757
+ static types(): {
15758
+ [key: string]: any;
15759
+ };
15760
+ constructor(map?: {
15761
+ [key: string]: any;
15762
+ });
15763
+ }
15764
+ export declare class GetCheckDetailResponseBodyDescription extends $tea.Model {
15765
+ link?: string;
15766
+ type?: string;
15767
+ value?: string;
15768
+ static names(): {
15769
+ [key: string]: string;
15770
+ };
15771
+ static types(): {
15772
+ [key: string]: any;
15773
+ };
15774
+ constructor(map?: {
15775
+ [key: string]: any;
15776
+ });
15777
+ }
15778
+ export declare class GetCheckDetailResponseBodySolution extends $tea.Model {
15779
+ link?: string;
15780
+ type?: string;
15781
+ value?: string;
15782
+ static names(): {
15783
+ [key: string]: string;
15784
+ };
15785
+ static types(): {
15786
+ [key: string]: any;
15787
+ };
15788
+ constructor(map?: {
15789
+ [key: string]: any;
15790
+ });
15791
+ }
15792
+ export declare class GetFileDetectResultResponseBodyResultList extends $tea.Model {
15793
+ code?: string;
15794
+ ext?: string;
15795
+ hashKey?: string;
15796
+ message?: string;
15797
+ result?: number;
15798
+ score?: number;
15799
+ virusType?: string;
15800
+ static names(): {
15801
+ [key: string]: string;
15802
+ };
15803
+ static types(): {
15804
+ [key: string]: any;
15805
+ };
15806
+ constructor(map?: {
15807
+ [key: string]: any;
15808
+ });
15809
+ }
15810
+ export declare class GetHoneypotNodeResponseBodyHoneypotNode extends $tea.Model {
15811
+ allowHoneypotAccessInternet?: boolean;
15812
+ createTime?: string;
15813
+ ecsInstanceId?: string;
15814
+ honeypotTotalCount?: number;
15815
+ honeypotUsedCount?: number;
15816
+ nodeId?: string;
15817
+ nodeIp?: string;
15818
+ nodeName?: string;
15819
+ probeTotalCount?: number;
15820
+ probeUsedCount?: number;
15821
+ securityGroupProbeIpList?: string[];
15822
+ totalStatus?: number;
15823
+ upgradeAvailable?: boolean;
14007
15824
  static names(): {
14008
15825
  [key: string]: string;
14009
15826
  };
@@ -14014,21 +15831,10 @@ export declare class DescribeVulWhitelistResponseBodyVulWhitelists extends $tea.
14014
15831
  [key: string]: any;
14015
15832
  });
14016
15833
  }
14017
- export declare class DescribeWarningMachinesResponseBodyWarningMachines extends $tea.Model {
14018
- authVersion?: number;
14019
- bind?: boolean;
14020
- highWarningCount?: number;
14021
- instanceId?: string;
14022
- instanceName?: string;
14023
- internetIp?: string;
14024
- intranetIp?: string;
14025
- lowWarningCount?: number;
14026
- mediumWarningCount?: number;
14027
- passCount?: number;
14028
- portOpen?: boolean;
14029
- regionId?: string;
14030
- status?: number;
14031
- uuid?: string;
15834
+ export declare class GetHoneypotPresetResponseBodyDataFileInfoList extends $tea.Model {
15835
+ fileId?: string;
15836
+ fileName?: string;
15837
+ ossUrl?: string;
14032
15838
  static names(): {
14033
15839
  [key: string]: string;
14034
15840
  };
@@ -14039,20 +15845,16 @@ export declare class DescribeWarningMachinesResponseBodyWarningMachines extends
14039
15845
  [key: string]: any;
14040
15846
  });
14041
15847
  }
14042
- export declare class DescribeWebLockBindListResponseBodyBindList extends $tea.Model {
14043
- auditCount?: string;
14044
- blockCount?: string;
14045
- dirCount?: string;
14046
- instanceName?: string;
14047
- internetIp?: string;
14048
- intranetIp?: string;
14049
- os?: string;
14050
- percent?: number;
14051
- serviceCode?: string;
14052
- serviceDetail?: string;
14053
- serviceStatus?: string;
14054
- status?: string;
14055
- uuid?: string;
15848
+ export declare class GetHoneypotPresetResponseBodyData extends $tea.Model {
15849
+ controlNodeName?: string;
15850
+ fileInfoList?: GetHoneypotPresetResponseBodyDataFileInfoList[];
15851
+ honeypotImageDisplayName?: string;
15852
+ honeypotImageName?: string;
15853
+ honeypotPresetId?: string;
15854
+ meta?: string;
15855
+ nodeId?: string;
15856
+ presetName?: string;
15857
+ presetType?: string;
14056
15858
  static names(): {
14057
15859
  [key: string]: string;
14058
15860
  };
@@ -14063,18 +15865,10 @@ export declare class DescribeWebLockBindListResponseBodyBindList extends $tea.Mo
14063
15865
  [key: string]: any;
14064
15866
  });
14065
15867
  }
14066
- export declare class DescribeWebLockConfigListResponseBodyConfigList extends $tea.Model {
14067
- defenceMode?: string;
14068
- dir?: string;
14069
- exclusiveDir?: string;
14070
- exclusiveFile?: string;
14071
- exclusiveFileType?: string;
14072
- id?: string;
14073
- inclusiveFile?: string;
14074
- inclusiveFileType?: string;
14075
- localBackupDir?: string;
14076
- mode?: string;
14077
- uuid?: string;
15868
+ export declare class GetHoneypotProbeResponseBodyDataControlNode extends $tea.Model {
15869
+ ecsInstanceId?: string;
15870
+ nodeId?: string;
15871
+ nodeName?: string;
14078
15872
  static names(): {
14079
15873
  [key: string]: string;
14080
15874
  };
@@ -14085,24 +15879,12 @@ export declare class DescribeWebLockConfigListResponseBodyConfigList extends $te
14085
15879
  [key: string]: any;
14086
15880
  });
14087
15881
  }
14088
- export declare class DescribeWebLockFileEventsResponseBodyList extends $tea.Model {
14089
- count?: number;
14090
- ds?: number;
14091
- eventName?: string;
14092
- eventStatus?: string;
14093
- eventType?: string;
14094
- gmtEvent?: number;
15882
+ export declare class GetHoneypotProbeResponseBodyDataHoneyPotProbeScanPort extends $tea.Model {
14095
15883
  id?: number;
14096
- instanceName?: string;
14097
- internetIp?: string;
14098
- intranetIp?: string;
14099
- ip?: string;
14100
- level?: string;
14101
- path?: string;
14102
- processName?: string;
14103
- processPath?: string;
14104
- status?: string;
14105
- uuid?: string;
15884
+ ports?: string;
15885
+ probeId?: string;
15886
+ serviceIpList?: string[];
15887
+ status?: number;
14106
15888
  static names(): {
14107
15889
  [key: string]: string;
14108
15890
  };
@@ -14113,12 +15895,17 @@ export declare class DescribeWebLockFileEventsResponseBodyList extends $tea.Mode
14113
15895
  [key: string]: any;
14114
15896
  });
14115
15897
  }
14116
- export declare class GetBackupStorageCountResponseBodyBackupStorageCount extends $tea.Model {
14117
- buyStorageByte?: number;
14118
- ecsUsageStorageByte?: number;
14119
- overflow?: number;
14120
- uniUsageStorageByte?: number;
14121
- usageStorageByte?: number;
15898
+ export declare class GetHoneypotProbeResponseBodyDataHoneypotProbeBindListBindPortList extends $tea.Model {
15899
+ bindPort?: boolean;
15900
+ endPort?: number;
15901
+ err?: string;
15902
+ fixed?: boolean;
15903
+ id?: number;
15904
+ msg?: string;
15905
+ proto?: string;
15906
+ startPort?: number;
15907
+ status?: number;
15908
+ targetPort?: number;
14122
15909
  static names(): {
14123
15910
  [key: string]: string;
14124
15911
  };
@@ -14129,10 +15916,12 @@ export declare class GetBackupStorageCountResponseBodyBackupStorageCount extends
14129
15916
  [key: string]: any;
14130
15917
  });
14131
15918
  }
14132
- export declare class GetCheckDetailResponseBodyAssistInfo extends $tea.Model {
14133
- link?: string;
14134
- type?: string;
14135
- value?: string;
15919
+ export declare class GetHoneypotProbeResponseBodyDataHoneypotProbeBindList extends $tea.Model {
15920
+ bindId?: string;
15921
+ bindPortList?: GetHoneypotProbeResponseBodyDataHoneypotProbeBindListBindPortList[];
15922
+ honeypotId?: string;
15923
+ serviceIpList?: string[];
15924
+ status?: number;
14136
15925
  static names(): {
14137
15926
  [key: string]: string;
14138
15927
  };
@@ -14143,10 +15932,28 @@ export declare class GetCheckDetailResponseBodyAssistInfo extends $tea.Model {
14143
15932
  [key: string]: any;
14144
15933
  });
14145
15934
  }
14146
- export declare class GetCheckDetailResponseBodyDescription extends $tea.Model {
14147
- link?: string;
14148
- type?: string;
14149
- value?: string;
15935
+ export declare class GetHoneypotProbeResponseBodyData extends $tea.Model {
15936
+ arp?: boolean;
15937
+ canListenIpList?: string[];
15938
+ cidrList?: string[];
15939
+ controlNode?: GetHoneypotProbeResponseBodyDataControlNode;
15940
+ cpuLoad?: number;
15941
+ deployTime?: number;
15942
+ displayName?: string;
15943
+ honeyPotProbeScanPort?: GetHoneypotProbeResponseBodyDataHoneyPotProbeScanPort;
15944
+ honeypotProbeBindList?: GetHoneypotProbeResponseBodyDataHoneypotProbeBindList[];
15945
+ hostIp?: string;
15946
+ listenIpList?: string[];
15947
+ memoryLoad?: number;
15948
+ osType?: string;
15949
+ ping?: boolean;
15950
+ probeId?: string;
15951
+ probeType?: string;
15952
+ probeVersion?: string;
15953
+ proxyIp?: string;
15954
+ status?: number;
15955
+ uuid?: string;
15956
+ vpcId?: string;
14150
15957
  static names(): {
14151
15958
  [key: string]: string;
14152
15959
  };
@@ -14157,28 +15964,14 @@ export declare class GetCheckDetailResponseBodyDescription extends $tea.Model {
14157
15964
  [key: string]: any;
14158
15965
  });
14159
15966
  }
14160
- export declare class GetCheckDetailResponseBodySolution extends $tea.Model {
14161
- link?: string;
15967
+ export declare class GetVulWhitelistResponseBodyVulWhitelist extends $tea.Model {
15968
+ aliasName?: string;
15969
+ id?: number;
15970
+ name?: string;
15971
+ reason?: string;
15972
+ target?: string;
14162
15973
  type?: string;
14163
- value?: string;
14164
- static names(): {
14165
- [key: string]: string;
14166
- };
14167
- static types(): {
14168
- [key: string]: any;
14169
- };
14170
- constructor(map?: {
14171
- [key: string]: any;
14172
- });
14173
- }
14174
- export declare class GetFileDetectResultResponseBodyResultList extends $tea.Model {
14175
- code?: string;
14176
- ext?: string;
14177
- hashKey?: string;
14178
- message?: string;
14179
- result?: number;
14180
- score?: number;
14181
- virusType?: string;
15974
+ whitelist?: string;
14182
15975
  static names(): {
14183
15976
  [key: string]: string;
14184
15977
  };
@@ -14342,6 +16135,7 @@ export declare class ListHoneypotResponseBodyList extends $tea.Model {
14342
16135
  controlNodeName?: string;
14343
16136
  honeypotId?: string;
14344
16137
  honeypotImageDisplayName?: string;
16138
+ honeypotImageId?: string;
14345
16139
  honeypotImageName?: string;
14346
16140
  honeypotName?: string;
14347
16141
  nodeId?: string;
@@ -14437,6 +16231,7 @@ export declare class ListHoneypotNodeResponseBodyHoneypotNodeList extends $tea.M
14437
16231
  probeUsedCount?: number;
14438
16232
  securityGroupProbeIpList?: string[];
14439
16233
  totalStatus?: number;
16234
+ upgradeAvailable?: boolean;
14440
16235
  static names(): {
14441
16236
  [key: string]: string;
14442
16237
  };
@@ -14462,6 +16257,111 @@ export declare class ListHoneypotNodeResponseBodyPageInfo extends $tea.Model {
14462
16257
  [key: string]: any;
14463
16258
  });
14464
16259
  }
16260
+ export declare class ListHoneypotPresetResponseBodyList extends $tea.Model {
16261
+ controlNodeName?: string;
16262
+ honeypotImageDisplayName?: string;
16263
+ honeypotImageName?: string;
16264
+ honeypotPresetId?: string;
16265
+ nodeId?: string;
16266
+ presetName?: string;
16267
+ presetType?: string;
16268
+ static names(): {
16269
+ [key: string]: string;
16270
+ };
16271
+ static types(): {
16272
+ [key: string]: any;
16273
+ };
16274
+ constructor(map?: {
16275
+ [key: string]: any;
16276
+ });
16277
+ }
16278
+ export declare class ListHoneypotPresetResponseBodyPageInfo extends $tea.Model {
16279
+ count?: number;
16280
+ currentPage?: number;
16281
+ pageSize?: number;
16282
+ totalCount?: number;
16283
+ static names(): {
16284
+ [key: string]: string;
16285
+ };
16286
+ static types(): {
16287
+ [key: string]: any;
16288
+ };
16289
+ constructor(map?: {
16290
+ [key: string]: any;
16291
+ });
16292
+ }
16293
+ export declare class ListHoneypotProbeResponseBodyListControlNode extends $tea.Model {
16294
+ ecsInstanceId?: string;
16295
+ nodeId?: string;
16296
+ nodeName?: string;
16297
+ static names(): {
16298
+ [key: string]: string;
16299
+ };
16300
+ static types(): {
16301
+ [key: string]: any;
16302
+ };
16303
+ constructor(map?: {
16304
+ [key: string]: any;
16305
+ });
16306
+ }
16307
+ export declare class ListHoneypotProbeResponseBodyList extends $tea.Model {
16308
+ controlNode?: ListHoneypotProbeResponseBodyListControlNode;
16309
+ deployTime?: number;
16310
+ displayName?: string;
16311
+ hostIp?: string;
16312
+ osType?: string;
16313
+ probeId?: string;
16314
+ probeType?: string;
16315
+ probeVersion?: string;
16316
+ status?: string;
16317
+ uuid?: string;
16318
+ vpcId?: string;
16319
+ static names(): {
16320
+ [key: string]: string;
16321
+ };
16322
+ static types(): {
16323
+ [key: string]: any;
16324
+ };
16325
+ constructor(map?: {
16326
+ [key: string]: any;
16327
+ });
16328
+ }
16329
+ export declare class ListHoneypotProbeResponseBodyPageInfo extends $tea.Model {
16330
+ count?: number;
16331
+ currentPage?: number;
16332
+ pageSize?: number;
16333
+ totalCount?: number;
16334
+ static names(): {
16335
+ [key: string]: string;
16336
+ };
16337
+ static types(): {
16338
+ [key: string]: any;
16339
+ };
16340
+ constructor(map?: {
16341
+ [key: string]: any;
16342
+ });
16343
+ }
16344
+ export declare class ListUninstallAegisMachinesResponseBodyMachineList extends $tea.Model {
16345
+ instanceId?: string;
16346
+ instanceName?: string;
16347
+ internetIp?: string;
16348
+ intranetIp?: string;
16349
+ machineRegion?: string;
16350
+ os?: string;
16351
+ regionId?: string;
16352
+ uuid?: string;
16353
+ vendor?: number;
16354
+ vendorName?: string;
16355
+ static names(): {
16356
+ [key: string]: string;
16357
+ };
16358
+ static types(): {
16359
+ [key: string]: any;
16360
+ };
16361
+ constructor(map?: {
16362
+ [key: string]: any;
16363
+ });
16364
+ }
14465
16365
  export declare class ListVulAutoRepairConfigResponseBodyPageInfo extends $tea.Model {
14466
16366
  count?: number;
14467
16367
  currentPage?: number;
@@ -14493,6 +16393,18 @@ export declare class ListVulAutoRepairConfigResponseBodyVulAutoRepairConfigList
14493
16393
  [key: string]: any;
14494
16394
  });
14495
16395
  }
16396
+ export declare class ModifyCreateVulWhitelistResponseBodyVulWhitelistList extends $tea.Model {
16397
+ id?: number;
16398
+ static names(): {
16399
+ [key: string]: string;
16400
+ };
16401
+ static types(): {
16402
+ [key: string]: any;
16403
+ };
16404
+ constructor(map?: {
16405
+ [key: string]: any;
16406
+ });
16407
+ }
14496
16408
  export declare class ModifyPushAllTaskResponseBodyPushTaskRspPushTaskResultList extends $tea.Model {
14497
16409
  groupId?: number;
14498
16410
  instanceId?: string;
@@ -14654,6 +16566,24 @@ export declare class QueryGroupedSecurityEventMarkMissListResponseBodyPageInfo e
14654
16566
  [key: string]: any;
14655
16567
  });
14656
16568
  }
16569
+ export declare class UpdateHoneypotResponseBodyData extends $tea.Model {
16570
+ honeypotId?: string;
16571
+ honeypotImageDisplayName?: string;
16572
+ honeypotImageName?: string;
16573
+ honeypotName?: string;
16574
+ nodeId?: string;
16575
+ presetId?: string;
16576
+ state?: string[];
16577
+ static names(): {
16578
+ [key: string]: string;
16579
+ };
16580
+ static types(): {
16581
+ [key: string]: any;
16582
+ };
16583
+ constructor(map?: {
16584
+ [key: string]: any;
16585
+ });
16586
+ }
14657
16587
  export default class Client extends OpenApi {
14658
16588
  constructor(config: $OpenApi.Config);
14659
16589
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
@@ -14675,19 +16605,79 @@ export default class Client extends OpenApi {
14675
16605
  createAntiBruteForceRule(request: CreateAntiBruteForceRuleRequest): Promise<CreateAntiBruteForceRuleResponse>;
14676
16606
  createBackupPolicyWithOptions(tmpReq: CreateBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreateBackupPolicyResponse>;
14677
16607
  createBackupPolicy(request: CreateBackupPolicyRequest): Promise<CreateBackupPolicyResponse>;
16608
+ /**
16609
+ * You can call this operation to push a file to the cloud for detection. Before you call this operation, make sure that the file is uploaded. You can call the CreateFileDetectUploadUrl operation to upload the file.
16610
+ * The HashKey parameter is included in all API operations that are related to the file detection feature. The parameter specifies the unique identifier of a file. Only MD5 hash values are supported. Before you call this operation, calculate the MD5 hash value of the file.
16611
+ *
16612
+ * @param request CreateFileDetectRequest
16613
+ * @param runtime runtime options for this request RuntimeOptions
16614
+ * @return CreateFileDetectResponse
16615
+ */
14678
16616
  createFileDetectWithOptions(request: CreateFileDetectRequest, runtime: $Util.RuntimeOptions): Promise<CreateFileDetectResponse>;
16617
+ /**
16618
+ * You can call this operation to push a file to the cloud for detection. Before you call this operation, make sure that the file is uploaded. You can call the CreateFileDetectUploadUrl operation to upload the file.
16619
+ * The HashKey parameter is included in all API operations that are related to the file detection feature. The parameter specifies the unique identifier of a file. Only MD5 hash values are supported. Before you call this operation, calculate the MD5 hash value of the file.
16620
+ *
16621
+ * @param request CreateFileDetectRequest
16622
+ * @return CreateFileDetectResponse
16623
+ */
14679
16624
  createFileDetect(request: CreateFileDetectRequest): Promise<CreateFileDetectResponse>;
16625
+ /**
16626
+ * You can call the this operation to query the parameters that are required to upload a file for detection. If the value of the response parameter FileExist is true, the file that you want to upload for detection already exists in the cloud. In this case, you can directly push the file for detection. If the value of the response parameter FileExist is false, you must use the form upload method to upload the file to the specified Object Storage Service (OSS) bucket based on the response parameters of this operation.
16627
+ * The form upload method is provided by OSS. For more information, see [Form upload](https://www.alibabacloud.com/help/en/object-storage-service/latest/upload-objects-form-upload).
16628
+ * The HashKey parameter is included in all API operations that are related to the file detection feature. The parameter specifies the unique identifier of a file. Only MD5 hash values are supported. Before you call this operation, calculate the MD5 hash value of the file.
16629
+ *
16630
+ * @param request CreateFileDetectUploadUrlRequest
16631
+ * @param runtime runtime options for this request RuntimeOptions
16632
+ * @return CreateFileDetectUploadUrlResponse
16633
+ */
14680
16634
  createFileDetectUploadUrlWithOptions(request: CreateFileDetectUploadUrlRequest, runtime: $Util.RuntimeOptions): Promise<CreateFileDetectUploadUrlResponse>;
16635
+ /**
16636
+ * You can call the this operation to query the parameters that are required to upload a file for detection. If the value of the response parameter FileExist is true, the file that you want to upload for detection already exists in the cloud. In this case, you can directly push the file for detection. If the value of the response parameter FileExist is false, you must use the form upload method to upload the file to the specified Object Storage Service (OSS) bucket based on the response parameters of this operation.
16637
+ * The form upload method is provided by OSS. For more information, see [Form upload](https://www.alibabacloud.com/help/en/object-storage-service/latest/upload-objects-form-upload).
16638
+ * The HashKey parameter is included in all API operations that are related to the file detection feature. The parameter specifies the unique identifier of a file. Only MD5 hash values are supported. Before you call this operation, calculate the MD5 hash value of the file.
16639
+ *
16640
+ * @param request CreateFileDetectUploadUrlRequest
16641
+ * @return CreateFileDetectUploadUrlResponse
16642
+ */
14681
16643
  createFileDetectUploadUrl(request: CreateFileDetectUploadUrlRequest): Promise<CreateFileDetectUploadUrlResponse>;
14682
16644
  createHoneypotWithOptions(request: CreateHoneypotRequest, runtime: $Util.RuntimeOptions): Promise<CreateHoneypotResponse>;
14683
16645
  createHoneypot(request: CreateHoneypotRequest): Promise<CreateHoneypotResponse>;
14684
16646
  createHoneypotNodeWithOptions(request: CreateHoneypotNodeRequest, runtime: $Util.RuntimeOptions): Promise<CreateHoneypotNodeResponse>;
14685
16647
  createHoneypotNode(request: CreateHoneypotNodeRequest): Promise<CreateHoneypotNodeResponse>;
16648
+ createHoneypotPresetWithOptions(request: CreateHoneypotPresetRequest, runtime: $Util.RuntimeOptions): Promise<CreateHoneypotPresetResponse>;
16649
+ createHoneypotPreset(request: CreateHoneypotPresetRequest): Promise<CreateHoneypotPresetResponse>;
14686
16650
  createHoneypotProbeWithOptions(request: CreateHoneypotProbeRequest, runtime: $Util.RuntimeOptions): Promise<CreateHoneypotProbeResponse>;
14687
16651
  createHoneypotProbe(request: CreateHoneypotProbeRequest): Promise<CreateHoneypotProbeResponse>;
16652
+ /**
16653
+ * A server can belong only to one server group. If you call the CreateOrUpdateAssetGroup operation and the server specified in request parameters belongs to Server Group A, the server is removed from Server Group A and then added to the newly created or specified server group after the call is complete.
16654
+ *
16655
+ * @param request CreateOrUpdateAssetGroupRequest
16656
+ * @param runtime runtime options for this request RuntimeOptions
16657
+ * @return CreateOrUpdateAssetGroupResponse
16658
+ */
14688
16659
  createOrUpdateAssetGroupWithOptions(request: CreateOrUpdateAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateOrUpdateAssetGroupResponse>;
16660
+ /**
16661
+ * A server can belong only to one server group. If you call the CreateOrUpdateAssetGroup operation and the server specified in request parameters belongs to Server Group A, the server is removed from Server Group A and then added to the newly created or specified server group after the call is complete.
16662
+ *
16663
+ * @param request CreateOrUpdateAssetGroupRequest
16664
+ * @return CreateOrUpdateAssetGroupResponse
16665
+ */
14689
16666
  createOrUpdateAssetGroup(request: CreateOrUpdateAssetGroupRequest): Promise<CreateOrUpdateAssetGroupResponse>;
16667
+ /**
16668
+ * For more information about service-linked roles, see [Service-linked roles](~~160674~~).
16669
+ *
16670
+ * @param request CreateServiceLinkedRoleRequest
16671
+ * @param runtime runtime options for this request RuntimeOptions
16672
+ * @return CreateServiceLinkedRoleResponse
16673
+ */
14690
16674
  createServiceLinkedRoleWithOptions(request: CreateServiceLinkedRoleRequest, runtime: $Util.RuntimeOptions): Promise<CreateServiceLinkedRoleResponse>;
16675
+ /**
16676
+ * For more information about service-linked roles, see [Service-linked roles](~~160674~~).
16677
+ *
16678
+ * @param request CreateServiceLinkedRoleRequest
16679
+ * @return CreateServiceLinkedRoleResponse
16680
+ */
14691
16681
  createServiceLinkedRole(request: CreateServiceLinkedRoleRequest): Promise<CreateServiceLinkedRoleResponse>;
14692
16682
  createSimilarSecurityEventsQueryTaskWithOptions(request: CreateSimilarSecurityEventsQueryTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateSimilarSecurityEventsQueryTaskResponse>;
14693
16683
  createSimilarSecurityEventsQueryTask(request: CreateSimilarSecurityEventsQueryTaskRequest): Promise<CreateSimilarSecurityEventsQueryTaskResponse>;
@@ -14695,20 +16685,58 @@ export default class Client extends OpenApi {
14695
16685
  createSuspEventNote(request: CreateSuspEventNoteRequest): Promise<CreateSuspEventNoteResponse>;
14696
16686
  createVulAutoRepairConfigWithOptions(request: CreateVulAutoRepairConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateVulAutoRepairConfigResponse>;
14697
16687
  createVulAutoRepairConfig(request: CreateVulAutoRepairConfigRequest): Promise<CreateVulAutoRepairConfigResponse>;
16688
+ deleteAntiBruteForceRuleWithOptions(request: DeleteAntiBruteForceRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAntiBruteForceRuleResponse>;
16689
+ deleteAntiBruteForceRule(request: DeleteAntiBruteForceRuleRequest): Promise<DeleteAntiBruteForceRuleResponse>;
14698
16690
  deleteBackupPolicyWithOptions(request: DeleteBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBackupPolicyResponse>;
14699
16691
  deleteBackupPolicy(request: DeleteBackupPolicyRequest): Promise<DeleteBackupPolicyResponse>;
14700
16692
  deleteBackupPolicyMachineWithOptions(request: DeleteBackupPolicyMachineRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBackupPolicyMachineResponse>;
14701
16693
  deleteBackupPolicyMachine(request: DeleteBackupPolicyMachineRequest): Promise<DeleteBackupPolicyMachineResponse>;
16694
+ /**
16695
+ * The **Default** server group that is provided by Security Center cannot be deleted. After you delete a group, the assets in this group are moved to the **Default** group.
16696
+ *
16697
+ * @param request DeleteGroupRequest
16698
+ * @param runtime runtime options for this request RuntimeOptions
16699
+ * @return DeleteGroupResponse
16700
+ */
14702
16701
  deleteGroupWithOptions(request: DeleteGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteGroupResponse>;
16702
+ /**
16703
+ * The **Default** server group that is provided by Security Center cannot be deleted. After you delete a group, the assets in this group are moved to the **Default** group.
16704
+ *
16705
+ * @param request DeleteGroupRequest
16706
+ * @return DeleteGroupResponse
16707
+ */
14703
16708
  deleteGroup(request: DeleteGroupRequest): Promise<DeleteGroupResponse>;
16709
+ deleteHoneypotWithOptions(request: DeleteHoneypotRequest, runtime: $Util.RuntimeOptions): Promise<DeleteHoneypotResponse>;
16710
+ deleteHoneypot(request: DeleteHoneypotRequest): Promise<DeleteHoneypotResponse>;
16711
+ deleteHoneypotNodeWithOptions(request: DeleteHoneypotNodeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteHoneypotNodeResponse>;
16712
+ deleteHoneypotNode(request: DeleteHoneypotNodeRequest): Promise<DeleteHoneypotNodeResponse>;
16713
+ deleteHoneypotPresetWithOptions(request: DeleteHoneypotPresetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteHoneypotPresetResponse>;
16714
+ deleteHoneypotPreset(request: DeleteHoneypotPresetRequest): Promise<DeleteHoneypotPresetResponse>;
16715
+ deleteHoneypotProbeWithOptions(request: DeleteHoneypotProbeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteHoneypotProbeResponse>;
16716
+ deleteHoneypotProbe(request: DeleteHoneypotProbeRequest): Promise<DeleteHoneypotProbeResponse>;
14704
16717
  deleteLoginBaseConfigWithOptions(request: DeleteLoginBaseConfigRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoginBaseConfigResponse>;
14705
16718
  deleteLoginBaseConfig(request: DeleteLoginBaseConfigRequest): Promise<DeleteLoginBaseConfigResponse>;
14706
16719
  deleteStrategyWithOptions(request: DeleteStrategyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteStrategyResponse>;
14707
16720
  deleteStrategy(request: DeleteStrategyRequest): Promise<DeleteStrategyResponse>;
16721
+ /**
16722
+ * Security Center provides asset importance tags and custom tags. You can call this operation to remove only the custom tag that is added to an asset.
16723
+ *
16724
+ * @param request DeleteTagWithUuidRequest
16725
+ * @param runtime runtime options for this request RuntimeOptions
16726
+ * @return DeleteTagWithUuidResponse
16727
+ */
14708
16728
  deleteTagWithUuidWithOptions(request: DeleteTagWithUuidRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTagWithUuidResponse>;
16729
+ /**
16730
+ * Security Center provides asset importance tags and custom tags. You can call this operation to remove only the custom tag that is added to an asset.
16731
+ *
16732
+ * @param request DeleteTagWithUuidRequest
16733
+ * @return DeleteTagWithUuidResponse
16734
+ */
14709
16735
  deleteTagWithUuid(request: DeleteTagWithUuidRequest): Promise<DeleteTagWithUuidResponse>;
14710
16736
  deleteVpcHoneyPotWithOptions(request: DeleteVpcHoneyPotRequest, runtime: $Util.RuntimeOptions): Promise<DeleteVpcHoneyPotResponse>;
14711
16737
  deleteVpcHoneyPot(request: DeleteVpcHoneyPotRequest): Promise<DeleteVpcHoneyPotResponse>;
16738
+ deleteVulWhitelistWithOptions(request: DeleteVulWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DeleteVulWhitelistResponse>;
16739
+ deleteVulWhitelist(request: DeleteVulWhitelistRequest): Promise<DeleteVulWhitelistResponse>;
14712
16740
  describeAccessKeyLeakDetailWithOptions(request: DescribeAccessKeyLeakDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessKeyLeakDetailResponse>;
14713
16741
  describeAccessKeyLeakDetail(request: DescribeAccessKeyLeakDetailRequest): Promise<DescribeAccessKeyLeakDetailResponse>;
14714
16742
  describeAccesskeyLeakListWithOptions(request: DescribeAccesskeyLeakListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccesskeyLeakListResponse>;
@@ -14717,7 +16745,28 @@ export default class Client extends OpenApi {
14717
16745
  describeAffectedMaliciousFileImages(request: DescribeAffectedMaliciousFileImagesRequest): Promise<DescribeAffectedMaliciousFileImagesResponse>;
14718
16746
  describeAlarmEventDetailWithOptions(request: DescribeAlarmEventDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlarmEventDetailResponse>;
14719
16747
  describeAlarmEventDetail(request: DescribeAlarmEventDetailRequest): Promise<DescribeAlarmEventDetailResponse>;
16748
+ /**
16749
+ * The alert aggregation feature of Security Center analyzes the paths of alerts to aggregate multiple alerts generated on the intrusions that are launched from the same IP address or service, or on the same user.
16750
+ * You can call the DescribeAlarmEventList or DescribeSuspEvents operation to query alert events.
16751
+ * * If your Security Center runs the Enterprise or Ultimate edition and you turned on **Alert Association** on the **Feature Settings** page of the Security Center console, you can call the DescribeAlarmEventList operation to query alert events.
16752
+ * * If your Security Center runs the Enterprise or Ultimate edition but you turned off **Alert Association** on the **Feature Settings** page of the Security Center console, you can call the [DescribeSuspEvents](~~DescribeSuspEvents~~) operation to query alert events.
16753
+ * * If your Security Center does not run the Enterprise or Ultimate edition, you can call the [DescribeSuspEvents](~~DescribeSuspEvents~~) operation to query alert events.
16754
+ *
16755
+ * @param request DescribeAlarmEventListRequest
16756
+ * @param runtime runtime options for this request RuntimeOptions
16757
+ * @return DescribeAlarmEventListResponse
16758
+ */
14720
16759
  describeAlarmEventListWithOptions(request: DescribeAlarmEventListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlarmEventListResponse>;
16760
+ /**
16761
+ * The alert aggregation feature of Security Center analyzes the paths of alerts to aggregate multiple alerts generated on the intrusions that are launched from the same IP address or service, or on the same user.
16762
+ * You can call the DescribeAlarmEventList or DescribeSuspEvents operation to query alert events.
16763
+ * * If your Security Center runs the Enterprise or Ultimate edition and you turned on **Alert Association** on the **Feature Settings** page of the Security Center console, you can call the DescribeAlarmEventList operation to query alert events.
16764
+ * * If your Security Center runs the Enterprise or Ultimate edition but you turned off **Alert Association** on the **Feature Settings** page of the Security Center console, you can call the [DescribeSuspEvents](~~DescribeSuspEvents~~) operation to query alert events.
16765
+ * * If your Security Center does not run the Enterprise or Ultimate edition, you can call the [DescribeSuspEvents](~~DescribeSuspEvents~~) operation to query alert events.
16766
+ *
16767
+ * @param request DescribeAlarmEventListRequest
16768
+ * @return DescribeAlarmEventListResponse
16769
+ */
14721
16770
  describeAlarmEventList(request: DescribeAlarmEventListRequest): Promise<DescribeAlarmEventListResponse>;
14722
16771
  describeAlarmEventStackInfoWithOptions(request: DescribeAlarmEventStackInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlarmEventStackInfoResponse>;
14723
16772
  describeAlarmEventStackInfo(request: DescribeAlarmEventStackInfoRequest): Promise<DescribeAlarmEventStackInfoResponse>;
@@ -14725,6 +16774,8 @@ export default class Client extends OpenApi {
14725
16774
  describeAllEntity(): Promise<DescribeAllEntityResponse>;
14726
16775
  describeAllGroupsWithOptions(request: DescribeAllGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAllGroupsResponse>;
14727
16776
  describeAllGroups(request: DescribeAllGroupsRequest): Promise<DescribeAllGroupsResponse>;
16777
+ describeAllImageBaselineWithOptions(request: DescribeAllImageBaselineRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAllImageBaselineResponse>;
16778
+ describeAllImageBaseline(request: DescribeAllImageBaselineRequest): Promise<DescribeAllImageBaselineResponse>;
14728
16779
  describeAntiBruteForceRulesWithOptions(request: DescribeAntiBruteForceRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAntiBruteForceRulesResponse>;
14729
16780
  describeAntiBruteForceRules(request: DescribeAntiBruteForceRulesRequest): Promise<DescribeAntiBruteForceRulesResponse>;
14730
16781
  describeAssetDetailByUuidWithOptions(request: DescribeAssetDetailByUuidRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetDetailByUuidResponse>;
@@ -14737,13 +16788,40 @@ export default class Client extends OpenApi {
14737
16788
  describeAttackAnalysisData(request: DescribeAttackAnalysisDataRequest): Promise<DescribeAttackAnalysisDataResponse>;
14738
16789
  describeAutoDelConfigWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeAutoDelConfigResponse>;
14739
16790
  describeAutoDelConfig(): Promise<DescribeAutoDelConfigResponse>;
16791
+ /**
16792
+ * You can call the DescribeBackupClients operation to query the servers on which the anti-ransomware agent is installed in a specified region.
16793
+ *
16794
+ * @param request DescribeBackupClientsRequest
16795
+ * @param runtime runtime options for this request RuntimeOptions
16796
+ * @return DescribeBackupClientsResponse
16797
+ */
14740
16798
  describeBackupClientsWithOptions(request: DescribeBackupClientsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupClientsResponse>;
16799
+ /**
16800
+ * You can call the DescribeBackupClients operation to query the servers on which the anti-ransomware agent is installed in a specified region.
16801
+ *
16802
+ * @param request DescribeBackupClientsRequest
16803
+ * @return DescribeBackupClientsResponse
16804
+ */
14741
16805
  describeBackupClients(request: DescribeBackupClientsRequest): Promise<DescribeBackupClientsResponse>;
14742
16806
  describeBackupFilesWithOptions(request: DescribeBackupFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupFilesResponse>;
14743
16807
  describeBackupFiles(request: DescribeBackupFilesRequest): Promise<DescribeBackupFilesResponse>;
14744
16808
  describeBackupPoliciesWithOptions(request: DescribeBackupPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPoliciesResponse>;
14745
16809
  describeBackupPolicies(request: DescribeBackupPoliciesRequest): Promise<DescribeBackupPoliciesResponse>;
16810
+ describeBackupPolicyWithOptions(request: DescribeBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPolicyResponse>;
16811
+ describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
16812
+ /**
16813
+ * If you have created restoration tasks, you can call this operation to query the number of restoration tasks that are in the **restored** or **being restored** state.
16814
+ *
16815
+ * @param request DescribeBackupRestoreCountRequest
16816
+ * @param runtime runtime options for this request RuntimeOptions
16817
+ * @return DescribeBackupRestoreCountResponse
16818
+ */
14746
16819
  describeBackupRestoreCountWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeBackupRestoreCountResponse>;
16820
+ /**
16821
+ * If you have created restoration tasks, you can call this operation to query the number of restoration tasks that are in the **restored** or **being restored** state.
16822
+ *
16823
+ * @return DescribeBackupRestoreCountResponse
16824
+ */
14747
16825
  describeBackupRestoreCount(): Promise<DescribeBackupRestoreCountResponse>;
14748
16826
  describeBruteForceSummaryWithOptions(request: DescribeBruteForceSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBruteForceSummaryResponse>;
14749
16827
  describeBruteForceSummary(request: DescribeBruteForceSummaryRequest): Promise<DescribeBruteForceSummaryResponse>;
@@ -14755,7 +16833,22 @@ export default class Client extends OpenApi {
14755
16833
  describeCheckWarningSummary(request: DescribeCheckWarningSummaryRequest): Promise<DescribeCheckWarningSummaryResponse>;
14756
16834
  describeCheckWarningsWithOptions(request: DescribeCheckWarningsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCheckWarningsResponse>;
14757
16835
  describeCheckWarnings(request: DescribeCheckWarningsRequest): Promise<DescribeCheckWarningsResponse>;
16836
+ describeClientConfSetupWithOptions(request: DescribeClientConfSetupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClientConfSetupResponse>;
16837
+ describeClientConfSetup(request: DescribeClientConfSetupRequest): Promise<DescribeClientConfSetupResponse>;
16838
+ /**
16839
+ * You can search for assets by using search conditions, such as the instance ID, instance name, virtual private cloud (VPC) ID, region, and public IP address. You can also configure a logical relationship between multiple search conditions to search for the assets that meet the search conditions.
16840
+ *
16841
+ * @param request DescribeCloudCenterInstancesRequest
16842
+ * @param runtime runtime options for this request RuntimeOptions
16843
+ * @return DescribeCloudCenterInstancesResponse
16844
+ */
14758
16845
  describeCloudCenterInstancesWithOptions(request: DescribeCloudCenterInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCloudCenterInstancesResponse>;
16846
+ /**
16847
+ * You can search for assets by using search conditions, such as the instance ID, instance name, virtual private cloud (VPC) ID, region, and public IP address. You can also configure a logical relationship between multiple search conditions to search for the assets that meet the search conditions.
16848
+ *
16849
+ * @param request DescribeCloudCenterInstancesRequest
16850
+ * @return DescribeCloudCenterInstancesResponse
16851
+ */
14759
16852
  describeCloudCenterInstances(request: DescribeCloudCenterInstancesRequest): Promise<DescribeCloudCenterInstancesResponse>;
14760
16853
  describeCloudProductFieldStatisticsWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeCloudProductFieldStatisticsResponse>;
14761
16854
  describeCloudProductFieldStatistics(): Promise<DescribeCloudProductFieldStatisticsResponse>;
@@ -14765,7 +16858,20 @@ export default class Client extends OpenApi {
14765
16858
  describeCommonTargetResultList(request: DescribeCommonTargetResultListRequest): Promise<DescribeCommonTargetResultListResponse>;
14766
16859
  describeConcernNecessityWithOptions(request: DescribeConcernNecessityRequest, runtime: $Util.RuntimeOptions): Promise<DescribeConcernNecessityResponse>;
14767
16860
  describeConcernNecessity(request: DescribeConcernNecessityRequest): Promise<DescribeConcernNecessityResponse>;
16861
+ /**
16862
+ * Only users who created a Container Registry Enterprise Edition instance can call this operation.
16863
+ *
16864
+ * @param request DescribeContainerStatisticsRequest
16865
+ * @param runtime runtime options for this request RuntimeOptions
16866
+ * @return DescribeContainerStatisticsResponse
16867
+ */
14768
16868
  describeContainerStatisticsWithOptions(request: DescribeContainerStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerStatisticsResponse>;
16869
+ /**
16870
+ * Only users who created a Container Registry Enterprise Edition instance can call this operation.
16871
+ *
16872
+ * @param request DescribeContainerStatisticsRequest
16873
+ * @return DescribeContainerStatisticsResponse
16874
+ */
14769
16875
  describeContainerStatistics(request: DescribeContainerStatisticsRequest): Promise<DescribeContainerStatisticsResponse>;
14770
16876
  describeCriteriaWithOptions(request: DescribeCriteriaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCriteriaResponse>;
14771
16877
  describeCriteria(request: DescribeCriteriaRequest): Promise<DescribeCriteriaResponse>;
@@ -14809,8 +16915,16 @@ export default class Client extends OpenApi {
14809
16915
  describeHoneyPotAuth(): Promise<DescribeHoneyPotAuthResponse>;
14810
16916
  describeHoneyPotSuspStatisticsWithOptions(request: DescribeHoneyPotSuspStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHoneyPotSuspStatisticsResponse>;
14811
16917
  describeHoneyPotSuspStatistics(request: DescribeHoneyPotSuspStatisticsRequest): Promise<DescribeHoneyPotSuspStatisticsResponse>;
16918
+ describeImageBaselineCheckResultWithOptions(request: DescribeImageBaselineCheckResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageBaselineCheckResultResponse>;
16919
+ describeImageBaselineCheckResult(request: DescribeImageBaselineCheckResultRequest): Promise<DescribeImageBaselineCheckResultResponse>;
14812
16920
  describeImageBaselineCheckSummaryWithOptions(request: DescribeImageBaselineCheckSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageBaselineCheckSummaryResponse>;
14813
16921
  describeImageBaselineCheckSummary(request: DescribeImageBaselineCheckSummaryRequest): Promise<DescribeImageBaselineCheckSummaryResponse>;
16922
+ describeImageBaselineDetailWithOptions(request: DescribeImageBaselineDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageBaselineDetailResponse>;
16923
+ describeImageBaselineDetail(request: DescribeImageBaselineDetailRequest): Promise<DescribeImageBaselineDetailResponse>;
16924
+ describeImageBaselineItemListWithOptions(request: DescribeImageBaselineItemListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageBaselineItemListResponse>;
16925
+ describeImageBaselineItemList(request: DescribeImageBaselineItemListRequest): Promise<DescribeImageBaselineItemListResponse>;
16926
+ describeImageBaselineStrategyWithOptions(request: DescribeImageBaselineStrategyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageBaselineStrategyResponse>;
16927
+ describeImageBaselineStrategy(request: DescribeImageBaselineStrategyRequest): Promise<DescribeImageBaselineStrategyResponse>;
14814
16928
  describeImageFixTaskWithOptions(request: DescribeImageFixTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageFixTaskResponse>;
14815
16929
  describeImageFixTask(request: DescribeImageFixTaskRequest): Promise<DescribeImageFixTaskResponse>;
14816
16930
  describeImageGroupedVulListWithOptions(request: DescribeImageGroupedVulListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageGroupedVulListResponse>;
@@ -14825,13 +16939,56 @@ export default class Client extends OpenApi {
14825
16939
  describeImageSensitiveFileByKey(request: DescribeImageSensitiveFileByKeyRequest): Promise<DescribeImageSensitiveFileByKeyResponse>;
14826
16940
  describeImageSensitiveFileListWithOptions(tmpReq: DescribeImageSensitiveFileListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageSensitiveFileListResponse>;
14827
16941
  describeImageSensitiveFileList(request: DescribeImageSensitiveFileListRequest): Promise<DescribeImageSensitiveFileListResponse>;
16942
+ /**
16943
+ * Security Center can scan for security risks and collect statistics only for **Container Registry Enterprise Edition instances**.
16944
+ * > Security Center cannot scan for security risks or collect statistics for **default** Container Registry instances.
16945
+ *
16946
+ * @param request DescribeImageStatisticsRequest
16947
+ * @param runtime runtime options for this request RuntimeOptions
16948
+ * @return DescribeImageStatisticsResponse
16949
+ */
14828
16950
  describeImageStatisticsWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeImageStatisticsResponse>;
16951
+ /**
16952
+ * Security Center can scan for security risks and collect statistics only for **Container Registry Enterprise Edition instances**.
16953
+ * > Security Center cannot scan for security risks or collect statistics for **default** Container Registry instances.
16954
+ *
16955
+ * @return DescribeImageStatisticsResponse
16956
+ */
14829
16957
  describeImageStatistics(): Promise<DescribeImageStatisticsResponse>;
16958
+ /**
16959
+ * To query the information about the recently detected image vulnerabilities, call the [PublicCreateImageScanTask](~~PublicCreateImageScanTask~~) operation. Wait 1 to 5 minutes until the call is successful and call the DescribeImageVulList operation.
16960
+ *
16961
+ * @param request DescribeImageVulListRequest
16962
+ * @param runtime runtime options for this request RuntimeOptions
16963
+ * @return DescribeImageVulListResponse
16964
+ */
14830
16965
  describeImageVulListWithOptions(request: DescribeImageVulListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageVulListResponse>;
16966
+ /**
16967
+ * To query the information about the recently detected image vulnerabilities, call the [PublicCreateImageScanTask](~~PublicCreateImageScanTask~~) operation. Wait 1 to 5 minutes until the call is successful and call the DescribeImageVulList operation.
16968
+ *
16969
+ * @param request DescribeImageVulListRequest
16970
+ * @return DescribeImageVulListResponse
16971
+ */
14831
16972
  describeImageVulList(request: DescribeImageVulListRequest): Promise<DescribeImageVulListResponse>;
14832
16973
  describeInstallCaptchaWithOptions(request: DescribeInstallCaptchaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstallCaptchaResponse>;
14833
16974
  describeInstallCaptcha(request: DescribeInstallCaptchaRequest): Promise<DescribeInstallCaptchaResponse>;
16975
+ /**
16976
+ * You can call the DescribeInstallCodes operation to query the commands that are used to manually install the Security Center agent. The returned results contain the installation verification code and the server information. If you want to manually install the Security Center agent on your server, you can call this operation to query installation commands.
16977
+ * # Limits
16978
+ * You can call this API operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
16979
+ *
16980
+ * @param request DescribeInstallCodesRequest
16981
+ * @param runtime runtime options for this request RuntimeOptions
16982
+ * @return DescribeInstallCodesResponse
16983
+ */
14834
16984
  describeInstallCodesWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeInstallCodesResponse>;
16985
+ /**
16986
+ * You can call the DescribeInstallCodes operation to query the commands that are used to manually install the Security Center agent. The returned results contain the installation verification code and the server information. If you want to manually install the Security Center agent on your server, you can call this operation to query installation commands.
16987
+ * # Limits
16988
+ * You can call this API operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
16989
+ *
16990
+ * @return DescribeInstallCodesResponse
16991
+ */
14835
16992
  describeInstallCodes(): Promise<DescribeInstallCodesResponse>;
14836
16993
  describeInstanceAntiBruteForceRulesWithOptions(request: DescribeInstanceAntiBruteForceRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceAntiBruteForceRulesResponse>;
14837
16994
  describeInstanceAntiBruteForceRules(request: DescribeInstanceAntiBruteForceRulesRequest): Promise<DescribeInstanceAntiBruteForceRulesResponse>;
@@ -14849,6 +17006,8 @@ export default class Client extends OpenApi {
14849
17006
  describeModuleConfig(): Promise<DescribeModuleConfigResponse>;
14850
17007
  describeNoticeConfigWithOptions(request: DescribeNoticeConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNoticeConfigResponse>;
14851
17008
  describeNoticeConfig(request: DescribeNoticeConfigRequest): Promise<DescribeNoticeConfigResponse>;
17009
+ describeNsasSuspEventTypeWithOptions(request: DescribeNsasSuspEventTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNsasSuspEventTypeResponse>;
17010
+ describeNsasSuspEventType(request: DescribeNsasSuspEventTypeRequest): Promise<DescribeNsasSuspEventTypeResponse>;
14852
17011
  describeOfflineMachinesWithOptions(request: DescribeOfflineMachinesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOfflineMachinesResponse>;
14853
17012
  describeOfflineMachines(request: DescribeOfflineMachinesRequest): Promise<DescribeOfflineMachinesResponse>;
14854
17013
  describeOnceTaskWithOptions(request: DescribeOnceTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnceTaskResponse>;
@@ -14879,17 +17038,97 @@ export default class Client extends OpenApi {
14879
17038
  describePropertyUserDetail(request: DescribePropertyUserDetailRequest): Promise<DescribePropertyUserDetailResponse>;
14880
17039
  describePropertyUserItemWithOptions(request: DescribePropertyUserItemRequest, runtime: $Util.RuntimeOptions): Promise<DescribePropertyUserItemResponse>;
14881
17040
  describePropertyUserItem(request: DescribePropertyUserItemRequest): Promise<DescribePropertyUserItemResponse>;
17041
+ /**
17042
+ * If the data on your servers is encrypted by ransomware, you can create a restoration task to restore the data on your servers by using backup data in Security Center.
17043
+ * > After you enable an anti-ransomware policy, the data on your servers is backed up based on the policy. For more information about anti-ransomware policies, see [Manage protection policies](~~164781~~).
17044
+ *
17045
+ * @param request DescribeRestoreJobsRequest
17046
+ * @param runtime runtime options for this request RuntimeOptions
17047
+ * @return DescribeRestoreJobsResponse
17048
+ */
14882
17049
  describeRestoreJobsWithOptions(request: DescribeRestoreJobsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRestoreJobsResponse>;
17050
+ /**
17051
+ * If the data on your servers is encrypted by ransomware, you can create a restoration task to restore the data on your servers by using backup data in Security Center.
17052
+ * > After you enable an anti-ransomware policy, the data on your servers is backed up based on the policy. For more information about anti-ransomware policies, see [Manage protection policies](~~164781~~).
17053
+ *
17054
+ * @param request DescribeRestoreJobsRequest
17055
+ * @return DescribeRestoreJobsResponse
17056
+ */
14883
17057
  describeRestoreJobs(request: DescribeRestoreJobsRequest): Promise<DescribeRestoreJobsResponse>;
17058
+ /**
17059
+ * @deprecated
17060
+ *
17061
+ * @param request DescribeRiskCheckItemResultRequest
17062
+ * @param runtime runtime options for this request RuntimeOptions
17063
+ * @return DescribeRiskCheckItemResultResponse
17064
+ */
14884
17065
  describeRiskCheckItemResultWithOptions(request: DescribeRiskCheckItemResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskCheckItemResultResponse>;
17066
+ /**
17067
+ * @deprecated
17068
+ *
17069
+ * @param request DescribeRiskCheckItemResultRequest
17070
+ * @return DescribeRiskCheckItemResultResponse
17071
+ */
14885
17072
  describeRiskCheckItemResult(request: DescribeRiskCheckItemResultRequest): Promise<DescribeRiskCheckItemResultResponse>;
17073
+ /**
17074
+ * @deprecated
17075
+ *
17076
+ * @param request DescribeRiskCheckResultRequest
17077
+ * @param runtime runtime options for this request RuntimeOptions
17078
+ * @return DescribeRiskCheckResultResponse
17079
+ */
14886
17080
  describeRiskCheckResultWithOptions(request: DescribeRiskCheckResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskCheckResultResponse>;
17081
+ /**
17082
+ * @deprecated
17083
+ *
17084
+ * @param request DescribeRiskCheckResultRequest
17085
+ * @return DescribeRiskCheckResultResponse
17086
+ */
14887
17087
  describeRiskCheckResult(request: DescribeRiskCheckResultRequest): Promise<DescribeRiskCheckResultResponse>;
17088
+ /**
17089
+ * @deprecated
17090
+ *
17091
+ * @param request DescribeRiskCheckSummaryRequest
17092
+ * @param runtime runtime options for this request RuntimeOptions
17093
+ * @return DescribeRiskCheckSummaryResponse
17094
+ */
14888
17095
  describeRiskCheckSummaryWithOptions(request: DescribeRiskCheckSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskCheckSummaryResponse>;
17096
+ /**
17097
+ * @deprecated
17098
+ *
17099
+ * @param request DescribeRiskCheckSummaryRequest
17100
+ * @return DescribeRiskCheckSummaryResponse
17101
+ */
14889
17102
  describeRiskCheckSummary(request: DescribeRiskCheckSummaryRequest): Promise<DescribeRiskCheckSummaryResponse>;
17103
+ /**
17104
+ * @deprecated
17105
+ *
17106
+ * @param request DescribeRiskItemTypeRequest
17107
+ * @param runtime runtime options for this request RuntimeOptions
17108
+ * @return DescribeRiskItemTypeResponse
17109
+ */
14890
17110
  describeRiskItemTypeWithOptions(request: DescribeRiskItemTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskItemTypeResponse>;
17111
+ /**
17112
+ * @deprecated
17113
+ *
17114
+ * @param request DescribeRiskItemTypeRequest
17115
+ * @return DescribeRiskItemTypeResponse
17116
+ */
14891
17117
  describeRiskItemType(request: DescribeRiskItemTypeRequest): Promise<DescribeRiskItemTypeResponse>;
17118
+ /**
17119
+ * @deprecated
17120
+ *
17121
+ * @param request DescribeRiskListCheckResultRequest
17122
+ * @param runtime runtime options for this request RuntimeOptions
17123
+ * @return DescribeRiskListCheckResultResponse
17124
+ */
14892
17125
  describeRiskListCheckResultWithOptions(request: DescribeRiskListCheckResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskListCheckResultResponse>;
17126
+ /**
17127
+ * @deprecated
17128
+ *
17129
+ * @param request DescribeRiskListCheckResultRequest
17130
+ * @return DescribeRiskListCheckResultResponse
17131
+ */
14893
17132
  describeRiskListCheckResult(request: DescribeRiskListCheckResultRequest): Promise<DescribeRiskListCheckResultResponse>;
14894
17133
  describeRiskTypeWithOptions(request: DescribeRiskTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskTypeResponse>;
14895
17134
  describeRiskType(request: DescribeRiskTypeRequest): Promise<DescribeRiskTypeResponse>;
@@ -14899,7 +17138,20 @@ export default class Client extends OpenApi {
14899
17138
  describeSearchCondition(request: DescribeSearchConditionRequest): Promise<DescribeSearchConditionResponse>;
14900
17139
  describeSecureSuggestionWithOptions(request: DescribeSecureSuggestionRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSecureSuggestionResponse>;
14901
17140
  describeSecureSuggestion(request: DescribeSecureSuggestionRequest): Promise<DescribeSecureSuggestionResponse>;
17141
+ /**
17142
+ * @deprecated
17143
+ *
17144
+ * @param request DescribeSecurityCheckScheduleConfigRequest
17145
+ * @param runtime runtime options for this request RuntimeOptions
17146
+ * @return DescribeSecurityCheckScheduleConfigResponse
17147
+ */
14902
17148
  describeSecurityCheckScheduleConfigWithOptions(request: DescribeSecurityCheckScheduleConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSecurityCheckScheduleConfigResponse>;
17149
+ /**
17150
+ * @deprecated
17151
+ *
17152
+ * @param request DescribeSecurityCheckScheduleConfigRequest
17153
+ * @return DescribeSecurityCheckScheduleConfigResponse
17154
+ */
14903
17155
  describeSecurityCheckScheduleConfig(request: DescribeSecurityCheckScheduleConfigRequest): Promise<DescribeSecurityCheckScheduleConfigResponse>;
14904
17156
  describeSecurityEventOperationStatusWithOptions(request: DescribeSecurityEventOperationStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSecurityEventOperationStatusResponse>;
14905
17157
  describeSecurityEventOperationStatus(request: DescribeSecurityEventOperationStatusRequest): Promise<DescribeSecurityEventOperationStatusResponse>;
@@ -14929,7 +17181,28 @@ export default class Client extends OpenApi {
14929
17181
  describeSuspEventDetail(request: DescribeSuspEventDetailRequest): Promise<DescribeSuspEventDetailResponse>;
14930
17182
  describeSuspEventQuaraFilesWithOptions(request: DescribeSuspEventQuaraFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventQuaraFilesResponse>;
14931
17183
  describeSuspEventQuaraFiles(request: DescribeSuspEventQuaraFilesRequest): Promise<DescribeSuspEventQuaraFilesResponse>;
17184
+ /**
17185
+ * The alert aggregation feature of Security Center analyzes the paths of alerts to aggregate multiple alerts generated on the intrusions that are launched from the same IP address or service, or on the same user.
17186
+ * You can call the [DescribeAlarmEventList](~~DescribeAlarmEventList~~) or [DescribeSuspEvents ](~~DescribeSuspEvents~~) operation to query alert events.
17187
+ * * If your Security Center runs the Enterprise or Ultimate edition and you enabled the alert aggregation feature in the Security Center console, you can call the [DescribeAlarmEventList](~~DescribeAlarmEventList~~) operation to query alert events.
17188
+ * * If your Security Center runs the Enterprise or Ultimate edition but you did not enable the alert aggregation feature in the Security Center console, you can call the [DescribeSuspEvents ](~~DescribeSuspEvents~~) operation to query alert events.
17189
+ * * If your Security Center does not run the Enterprise or Ultimate edition, you can call the [DescribeSuspEvents ](~~DescribeSuspEvents~~) operation to query alert events.
17190
+ *
17191
+ * @param request DescribeSuspEventsRequest
17192
+ * @param runtime runtime options for this request RuntimeOptions
17193
+ * @return DescribeSuspEventsResponse
17194
+ */
14932
17195
  describeSuspEventsWithOptions(request: DescribeSuspEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspEventsResponse>;
17196
+ /**
17197
+ * The alert aggregation feature of Security Center analyzes the paths of alerts to aggregate multiple alerts generated on the intrusions that are launched from the same IP address or service, or on the same user.
17198
+ * You can call the [DescribeAlarmEventList](~~DescribeAlarmEventList~~) or [DescribeSuspEvents ](~~DescribeSuspEvents~~) operation to query alert events.
17199
+ * * If your Security Center runs the Enterprise or Ultimate edition and you enabled the alert aggregation feature in the Security Center console, you can call the [DescribeAlarmEventList](~~DescribeAlarmEventList~~) operation to query alert events.
17200
+ * * If your Security Center runs the Enterprise or Ultimate edition but you did not enable the alert aggregation feature in the Security Center console, you can call the [DescribeSuspEvents ](~~DescribeSuspEvents~~) operation to query alert events.
17201
+ * * If your Security Center does not run the Enterprise or Ultimate edition, you can call the [DescribeSuspEvents ](~~DescribeSuspEvents~~) operation to query alert events.
17202
+ *
17203
+ * @param request DescribeSuspEventsRequest
17204
+ * @return DescribeSuspEventsResponse
17205
+ */
14933
17206
  describeSuspEvents(request: DescribeSuspEventsRequest): Promise<DescribeSuspEventsResponse>;
14934
17207
  describeSuspiciousOverallConfigWithOptions(request: DescribeSuspiciousOverallConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSuspiciousOverallConfigResponse>;
14935
17208
  describeSuspiciousOverallConfig(request: DescribeSuspiciousOverallConfigRequest): Promise<DescribeSuspiciousOverallConfigResponse>;
@@ -14949,7 +17222,20 @@ export default class Client extends OpenApi {
14949
17222
  describeVersionConfig(request: DescribeVersionConfigRequest): Promise<DescribeVersionConfigResponse>;
14950
17223
  describeVpcHoneyPotCriteriaWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeVpcHoneyPotCriteriaResponse>;
14951
17224
  describeVpcHoneyPotCriteria(): Promise<DescribeVpcHoneyPotCriteriaResponse>;
17225
+ /**
17226
+ * If you specify only the Action request parameter in your request, Security Center returns the list of all virtual private clouds (VPCs) regardless of whether a honeypot is deployed on a VPC.
17227
+ *
17228
+ * @param request DescribeVpcHoneyPotListRequest
17229
+ * @param runtime runtime options for this request RuntimeOptions
17230
+ * @return DescribeVpcHoneyPotListResponse
17231
+ */
14952
17232
  describeVpcHoneyPotListWithOptions(request: DescribeVpcHoneyPotListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVpcHoneyPotListResponse>;
17233
+ /**
17234
+ * If you specify only the Action request parameter in your request, Security Center returns the list of all virtual private clouds (VPCs) regardless of whether a honeypot is deployed on a VPC.
17235
+ *
17236
+ * @param request DescribeVpcHoneyPotListRequest
17237
+ * @return DescribeVpcHoneyPotListResponse
17238
+ */
14953
17239
  describeVpcHoneyPotList(request: DescribeVpcHoneyPotListRequest): Promise<DescribeVpcHoneyPotListResponse>;
14954
17240
  describeVpcListWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeVpcListResponse>;
14955
17241
  describeVpcList(): Promise<DescribeVpcListResponse>;
@@ -14975,9 +17261,49 @@ export default class Client extends OpenApi {
14975
17261
  describeWebLockConfigList(request: DescribeWebLockConfigListRequest): Promise<DescribeWebLockConfigListResponse>;
14976
17262
  describeWebLockFileEventsWithOptions(request: DescribeWebLockFileEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebLockFileEventsResponse>;
14977
17263
  describeWebLockFileEvents(request: DescribeWebLockFileEventsRequest): Promise<DescribeWebLockFileEventsResponse>;
17264
+ /**
17265
+ * You can call the operation to export the following check result lists:
17266
+ * * The list of servers on the Host page.
17267
+ * * The lists of image system vulnerabilities, image application vulnerabilities, image baseline check results, and malicious image samples on the Image Security page.
17268
+ * * The list of attack analysis data on the Attack Awareness page.
17269
+ * * The list of check results for AccessKey pair leaks on the AccessKey Leak page.
17270
+ *
17271
+ * @param request ExportRecordRequest
17272
+ * @param runtime runtime options for this request RuntimeOptions
17273
+ * @return ExportRecordResponse
17274
+ */
14978
17275
  exportRecordWithOptions(request: ExportRecordRequest, runtime: $Util.RuntimeOptions): Promise<ExportRecordResponse>;
17276
+ /**
17277
+ * You can call the operation to export the following check result lists:
17278
+ * * The list of servers on the Host page.
17279
+ * * The lists of image system vulnerabilities, image application vulnerabilities, image baseline check results, and malicious image samples on the Image Security page.
17280
+ * * The list of attack analysis data on the Attack Awareness page.
17281
+ * * The list of check results for AccessKey pair leaks on the AccessKey Leak page.
17282
+ *
17283
+ * @param request ExportRecordRequest
17284
+ * @return ExportRecordResponse
17285
+ */
14979
17286
  exportRecord(request: ExportRecordRequest): Promise<ExportRecordResponse>;
17287
+ /**
17288
+ * You can call the ExportVul operation to export the following types of vulnerabilities: Linux software vulnerabilities, Windows system vulnerabilities, Web-CMS vulnerabilities, application vulnerabilities, and urgent vulnerabilities.
17289
+ * You can use this operation together with the DescribeVulExportInfo operation. After you call the ExportVul operation to create a vulnerability export task, you can call the DescribeVulExportInfo operation to query the progress of the task by specifying the ID of the task.
17290
+ * ### Limits
17291
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
17292
+ *
17293
+ * @param request ExportVulRequest
17294
+ * @param runtime runtime options for this request RuntimeOptions
17295
+ * @return ExportVulResponse
17296
+ */
14980
17297
  exportVulWithOptions(request: ExportVulRequest, runtime: $Util.RuntimeOptions): Promise<ExportVulResponse>;
17298
+ /**
17299
+ * You can call the ExportVul operation to export the following types of vulnerabilities: Linux software vulnerabilities, Windows system vulnerabilities, Web-CMS vulnerabilities, application vulnerabilities, and urgent vulnerabilities.
17300
+ * You can use this operation together with the DescribeVulExportInfo operation. After you call the ExportVul operation to create a vulnerability export task, you can call the DescribeVulExportInfo operation to query the progress of the task by specifying the ID of the task.
17301
+ * ### Limits
17302
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
17303
+ *
17304
+ * @param request ExportVulRequest
17305
+ * @return ExportVulResponse
17306
+ */
14981
17307
  exportVul(request: ExportVulRequest): Promise<ExportVulResponse>;
14982
17308
  exportWarningWithOptions(request: ExportWarningRequest, runtime: $Util.RuntimeOptions): Promise<ExportWarningResponse>;
14983
17309
  exportWarning(request: ExportWarningRequest): Promise<ExportWarningResponse>;
@@ -14987,12 +17313,33 @@ export default class Client extends OpenApi {
14987
17313
  getBackupStorageCount(): Promise<GetBackupStorageCountResponse>;
14988
17314
  getCheckDetailWithOptions(request: GetCheckDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetCheckDetailResponse>;
14989
17315
  getCheckDetail(request: GetCheckDetailRequest): Promise<GetCheckDetailResponse>;
17316
+ /**
17317
+ * The HashKey parameter is included in all API operations that are related to the file detection feature. The parameter specifies the unique identifier of a file. Only MD5 hash values are supported. Before you call this operation, calculate the MD5 hash value of the file.
17318
+ *
17319
+ * @param request GetFileDetectResultRequest
17320
+ * @param runtime runtime options for this request RuntimeOptions
17321
+ * @return GetFileDetectResultResponse
17322
+ */
14990
17323
  getFileDetectResultWithOptions(request: GetFileDetectResultRequest, runtime: $Util.RuntimeOptions): Promise<GetFileDetectResultResponse>;
17324
+ /**
17325
+ * The HashKey parameter is included in all API operations that are related to the file detection feature. The parameter specifies the unique identifier of a file. Only MD5 hash values are supported. Before you call this operation, calculate the MD5 hash value of the file.
17326
+ *
17327
+ * @param request GetFileDetectResultRequest
17328
+ * @return GetFileDetectResultResponse
17329
+ */
14991
17330
  getFileDetectResult(request: GetFileDetectResultRequest): Promise<GetFileDetectResultResponse>;
17331
+ getHoneypotNodeWithOptions(request: GetHoneypotNodeRequest, runtime: $Util.RuntimeOptions): Promise<GetHoneypotNodeResponse>;
17332
+ getHoneypotNode(request: GetHoneypotNodeRequest): Promise<GetHoneypotNodeResponse>;
17333
+ getHoneypotPresetWithOptions(request: GetHoneypotPresetRequest, runtime: $Util.RuntimeOptions): Promise<GetHoneypotPresetResponse>;
17334
+ getHoneypotPreset(request: GetHoneypotPresetRequest): Promise<GetHoneypotPresetResponse>;
17335
+ getHoneypotProbeWithOptions(request: GetHoneypotProbeRequest, runtime: $Util.RuntimeOptions): Promise<GetHoneypotProbeResponse>;
17336
+ getHoneypotProbe(request: GetHoneypotProbeRequest): Promise<GetHoneypotProbeResponse>;
14992
17337
  getSuspiciousStatisticsWithOptions(request: GetSuspiciousStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<GetSuspiciousStatisticsResponse>;
14993
17338
  getSuspiciousStatistics(request: GetSuspiciousStatisticsRequest): Promise<GetSuspiciousStatisticsResponse>;
14994
17339
  getVulStatisticsWithOptions(request: GetVulStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<GetVulStatisticsResponse>;
14995
17340
  getVulStatistics(request: GetVulStatisticsRequest): Promise<GetVulStatisticsResponse>;
17341
+ getVulWhitelistWithOptions(request: GetVulWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<GetVulWhitelistResponse>;
17342
+ getVulWhitelist(request: GetVulWhitelistRequest): Promise<GetVulWhitelistResponse>;
14996
17343
  handleSecurityEventsWithOptions(request: HandleSecurityEventsRequest, runtime: $Util.RuntimeOptions): Promise<HandleSecurityEventsResponse>;
14997
17344
  handleSecurityEvents(request: HandleSecurityEventsRequest): Promise<HandleSecurityEventsResponse>;
14998
17345
  handleSimilarSecurityEventsWithOptions(request: HandleSimilarSecurityEventsRequest, runtime: $Util.RuntimeOptions): Promise<HandleSimilarSecurityEventsResponse>;
@@ -15001,7 +17348,20 @@ export default class Client extends OpenApi {
15001
17348
  ignoreHcCheckWarnings(request: IgnoreHcCheckWarningsRequest): Promise<IgnoreHcCheckWarningsResponse>;
15002
17349
  installBackupClientWithOptions(request: InstallBackupClientRequest, runtime: $Util.RuntimeOptions): Promise<InstallBackupClientResponse>;
15003
17350
  installBackupClient(request: InstallBackupClientRequest): Promise<InstallBackupClientResponse>;
17351
+ /**
17352
+ * > Before you call this operation, make sure that the Security Center agent on your servers is online and the servers can access Alibaba Cloud services.
17353
+ *
17354
+ * @param request InstallCloudMonitorRequest
17355
+ * @param runtime runtime options for this request RuntimeOptions
17356
+ * @return InstallCloudMonitorResponse
17357
+ */
15004
17358
  installCloudMonitorWithOptions(request: InstallCloudMonitorRequest, runtime: $Util.RuntimeOptions): Promise<InstallCloudMonitorResponse>;
17359
+ /**
17360
+ * > Before you call this operation, make sure that the Security Center agent on your servers is online and the servers can access Alibaba Cloud services.
17361
+ *
17362
+ * @param request InstallCloudMonitorRequest
17363
+ * @return InstallCloudMonitorResponse
17364
+ */
15005
17365
  installCloudMonitor(request: InstallCloudMonitorRequest): Promise<InstallCloudMonitorResponse>;
15006
17366
  listAvailableHoneypotWithOptions(request: ListAvailableHoneypotRequest, runtime: $Util.RuntimeOptions): Promise<ListAvailableHoneypotResponse>;
15007
17367
  listAvailableHoneypot(request: ListAvailableHoneypotRequest): Promise<ListAvailableHoneypotResponse>;
@@ -15015,17 +17375,53 @@ export default class Client extends OpenApi {
15015
17375
  listHoneypotAlarmEvents(request: ListHoneypotAlarmEventsRequest): Promise<ListHoneypotAlarmEventsResponse>;
15016
17376
  listHoneypotNodeWithOptions(request: ListHoneypotNodeRequest, runtime: $Util.RuntimeOptions): Promise<ListHoneypotNodeResponse>;
15017
17377
  listHoneypotNode(request: ListHoneypotNodeRequest): Promise<ListHoneypotNodeResponse>;
17378
+ listHoneypotPresetWithOptions(request: ListHoneypotPresetRequest, runtime: $Util.RuntimeOptions): Promise<ListHoneypotPresetResponse>;
17379
+ listHoneypotPreset(request: ListHoneypotPresetRequest): Promise<ListHoneypotPresetResponse>;
17380
+ listHoneypotProbeWithOptions(request: ListHoneypotProbeRequest, runtime: $Util.RuntimeOptions): Promise<ListHoneypotProbeResponse>;
17381
+ listHoneypotProbe(request: ListHoneypotProbeRequest): Promise<ListHoneypotProbeResponse>;
17382
+ listUninstallAegisMachinesWithOptions(request: ListUninstallAegisMachinesRequest, runtime: $Util.RuntimeOptions): Promise<ListUninstallAegisMachinesResponse>;
17383
+ listUninstallAegisMachines(request: ListUninstallAegisMachinesRequest): Promise<ListUninstallAegisMachinesResponse>;
15018
17384
  listVulAutoRepairConfigWithOptions(request: ListVulAutoRepairConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListVulAutoRepairConfigResponse>;
15019
17385
  listVulAutoRepairConfig(request: ListVulAutoRepairConfigRequest): Promise<ListVulAutoRepairConfigResponse>;
15020
17386
  modifyAntiBruteForceRuleWithOptions(request: ModifyAntiBruteForceRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAntiBruteForceRuleResponse>;
15021
17387
  modifyAntiBruteForceRule(request: ModifyAntiBruteForceRuleRequest): Promise<ModifyAntiBruteForceRuleResponse>;
17388
+ /**
17389
+ * You can call the ModifyAssetGroup operation to change the server group to which one or more servers belong. After you create a server group by calling the [CreateOrUpdateAssetGroup](~~CreateOrUpdateAssetGroup~~) operation, you can call the ModifyAssetGroup operation to change the server group to which your servers belong.
17390
+ * ### Limits
17391
+ * You can call this API operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
17392
+ *
17393
+ * @param request ModifyAssetGroupRequest
17394
+ * @param runtime runtime options for this request RuntimeOptions
17395
+ * @return ModifyAssetGroupResponse
17396
+ */
15022
17397
  modifyAssetGroupWithOptions(request: ModifyAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAssetGroupResponse>;
17398
+ /**
17399
+ * You can call the ModifyAssetGroup operation to change the server group to which one or more servers belong. After you create a server group by calling the [CreateOrUpdateAssetGroup](~~CreateOrUpdateAssetGroup~~) operation, you can call the ModifyAssetGroup operation to change the server group to which your servers belong.
17400
+ * ### Limits
17401
+ * You can call this API operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
17402
+ *
17403
+ * @param request ModifyAssetGroupRequest
17404
+ * @return ModifyAssetGroupResponse
17405
+ */
15023
17406
  modifyAssetGroup(request: ModifyAssetGroupRequest): Promise<ModifyAssetGroupResponse>;
15024
17407
  modifyBackupPolicyWithOptions(tmpReq: ModifyBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackupPolicyResponse>;
15025
17408
  modifyBackupPolicy(request: ModifyBackupPolicyRequest): Promise<ModifyBackupPolicyResponse>;
15026
17409
  modifyBackupPolicyStatusWithOptions(request: ModifyBackupPolicyStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackupPolicyStatusResponse>;
15027
17410
  modifyBackupPolicyStatus(request: ModifyBackupPolicyStatusRequest): Promise<ModifyBackupPolicyStatusResponse>;
17411
+ /**
17412
+ * Deleted logs cannot be restored. Before you call this operation to delete all logs and free up log storage, we recommend that you export and save your logs to your computer.
17413
+ *
17414
+ * @param request ModifyClearLogstoreStorageRequest
17415
+ * @param runtime runtime options for this request RuntimeOptions
17416
+ * @return ModifyClearLogstoreStorageResponse
17417
+ */
15028
17418
  modifyClearLogstoreStorageWithOptions(request: ModifyClearLogstoreStorageRequest, runtime: $Util.RuntimeOptions): Promise<ModifyClearLogstoreStorageResponse>;
17419
+ /**
17420
+ * Deleted logs cannot be restored. Before you call this operation to delete all logs and free up log storage, we recommend that you export and save your logs to your computer.
17421
+ *
17422
+ * @param request ModifyClearLogstoreStorageRequest
17423
+ * @return ModifyClearLogstoreStorageResponse
17424
+ */
15029
17425
  modifyClearLogstoreStorage(request: ModifyClearLogstoreStorageRequest): Promise<ModifyClearLogstoreStorageResponse>;
15030
17426
  modifyCreateVulWhitelistWithOptions(request: ModifyCreateVulWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<ModifyCreateVulWhitelistResponse>;
15031
17427
  modifyCreateVulWhitelist(request: ModifyCreateVulWhitelistRequest): Promise<ModifyCreateVulWhitelistResponse>;
@@ -15039,7 +17435,20 @@ export default class Client extends OpenApi {
15039
17435
  modifyLoginBaseConfig(request: ModifyLoginBaseConfigRequest): Promise<ModifyLoginBaseConfigResponse>;
15040
17436
  modifyLoginSwitchConfigWithOptions(request: ModifyLoginSwitchConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoginSwitchConfigResponse>;
15041
17437
  modifyLoginSwitchConfig(request: ModifyLoginSwitchConfigRequest): Promise<ModifyLoginSwitchConfigResponse>;
17438
+ /**
17439
+ * **Prerequisites** A service-linked role is created, and Security Center is authorized to access cloud resources. You can call the [CreateServiceLinkedRole](~~CreateServiceLinkedRole~~) operation to create service-linked roles and authorize Security Center to access cloud resources. **Scenarios** Before you use the log analysis feature of Security Center, you must call the ModifyOpenLogShipper operation to activate Log Service.
17440
+ *
17441
+ * @param request ModifyOpenLogShipperRequest
17442
+ * @param runtime runtime options for this request RuntimeOptions
17443
+ * @return ModifyOpenLogShipperResponse
17444
+ */
15042
17445
  modifyOpenLogShipperWithOptions(request: ModifyOpenLogShipperRequest, runtime: $Util.RuntimeOptions): Promise<ModifyOpenLogShipperResponse>;
17446
+ /**
17447
+ * **Prerequisites** A service-linked role is created, and Security Center is authorized to access cloud resources. You can call the [CreateServiceLinkedRole](~~CreateServiceLinkedRole~~) operation to create service-linked roles and authorize Security Center to access cloud resources. **Scenarios** Before you use the log analysis feature of Security Center, you must call the ModifyOpenLogShipper operation to activate Log Service.
17448
+ *
17449
+ * @param request ModifyOpenLogShipperRequest
17450
+ * @return ModifyOpenLogShipperResponse
17451
+ */
15043
17452
  modifyOpenLogShipper(request: ModifyOpenLogShipperRequest): Promise<ModifyOpenLogShipperResponse>;
15044
17453
  modifyOperateVulWithOptions(request: ModifyOperateVulRequest, runtime: $Util.RuntimeOptions): Promise<ModifyOperateVulResponse>;
15045
17454
  modifyOperateVul(request: ModifyOperateVulRequest): Promise<ModifyOperateVulResponse>;
@@ -15047,11 +17456,50 @@ export default class Client extends OpenApi {
15047
17456
  modifyPropertyScheduleConfig(request: ModifyPropertyScheduleConfigRequest): Promise<ModifyPropertyScheduleConfigResponse>;
15048
17457
  modifyPushAllTaskWithOptions(request: ModifyPushAllTaskRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPushAllTaskResponse>;
15049
17458
  modifyPushAllTask(request: ModifyPushAllTaskRequest): Promise<ModifyPushAllTaskResponse>;
17459
+ /**
17460
+ * @deprecated
17461
+ *
17462
+ * @param request ModifyRiskCheckStatusRequest
17463
+ * @param runtime runtime options for this request RuntimeOptions
17464
+ * @return ModifyRiskCheckStatusResponse
17465
+ */
15050
17466
  modifyRiskCheckStatusWithOptions(request: ModifyRiskCheckStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRiskCheckStatusResponse>;
17467
+ /**
17468
+ * @deprecated
17469
+ *
17470
+ * @param request ModifyRiskCheckStatusRequest
17471
+ * @return ModifyRiskCheckStatusResponse
17472
+ */
15051
17473
  modifyRiskCheckStatus(request: ModifyRiskCheckStatusRequest): Promise<ModifyRiskCheckStatusResponse>;
17474
+ /**
17475
+ * @deprecated
17476
+ *
17477
+ * @param request ModifyRiskSingleResultStatusRequest
17478
+ * @param runtime runtime options for this request RuntimeOptions
17479
+ * @return ModifyRiskSingleResultStatusResponse
17480
+ */
15052
17481
  modifyRiskSingleResultStatusWithOptions(request: ModifyRiskSingleResultStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRiskSingleResultStatusResponse>;
17482
+ /**
17483
+ * @deprecated
17484
+ *
17485
+ * @param request ModifyRiskSingleResultStatusRequest
17486
+ * @return ModifyRiskSingleResultStatusResponse
17487
+ */
15053
17488
  modifyRiskSingleResultStatus(request: ModifyRiskSingleResultStatusRequest): Promise<ModifyRiskSingleResultStatusResponse>;
17489
+ /**
17490
+ * @deprecated
17491
+ *
17492
+ * @param request ModifySecurityCheckScheduleConfigRequest
17493
+ * @param runtime runtime options for this request RuntimeOptions
17494
+ * @return ModifySecurityCheckScheduleConfigResponse
17495
+ */
15054
17496
  modifySecurityCheckScheduleConfigWithOptions(request: ModifySecurityCheckScheduleConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifySecurityCheckScheduleConfigResponse>;
17497
+ /**
17498
+ * @deprecated
17499
+ *
17500
+ * @param request ModifySecurityCheckScheduleConfigRequest
17501
+ * @return ModifySecurityCheckScheduleConfigResponse
17502
+ */
15055
17503
  modifySecurityCheckScheduleConfig(request: ModifySecurityCheckScheduleConfigRequest): Promise<ModifySecurityCheckScheduleConfigResponse>;
15056
17504
  modifyStartVulScanWithOptions(request: ModifyStartVulScanRequest, runtime: $Util.RuntimeOptions): Promise<ModifyStartVulScanResponse>;
15057
17505
  modifyStartVulScan(request: ModifyStartVulScanRequest): Promise<ModifyStartVulScanResponse>;
@@ -15065,14 +17513,31 @@ export default class Client extends OpenApi {
15065
17513
  modifyVpcHoneyPot(request: ModifyVpcHoneyPotRequest): Promise<ModifyVpcHoneyPotResponse>;
15066
17514
  modifyVulTargetConfigWithOptions(request: ModifyVulTargetConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyVulTargetConfigResponse>;
15067
17515
  modifyVulTargetConfig(request: ModifyVulTargetConfigRequest): Promise<ModifyVulTargetConfigResponse>;
17516
+ modifyVulWhitelistTargetWithOptions(request: ModifyVulWhitelistTargetRequest, runtime: $Util.RuntimeOptions): Promise<ModifyVulWhitelistTargetResponse>;
17517
+ modifyVulWhitelistTarget(request: ModifyVulWhitelistTargetRequest): Promise<ModifyVulWhitelistTargetResponse>;
15068
17518
  modifyWebLockCreateConfigWithOptions(request: ModifyWebLockCreateConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebLockCreateConfigResponse>;
15069
17519
  modifyWebLockCreateConfig(request: ModifyWebLockCreateConfigRequest): Promise<ModifyWebLockCreateConfigResponse>;
17520
+ /**
17521
+ * After you delete a directory that has web tamper proofing enabled on a server, files in the directory are no longer protected by web tamper proofing. The information about the websites that are hosted on the server may be maliciously modified by attackers. Proceed with caution.
17522
+ *
17523
+ * @param request ModifyWebLockDeleteConfigRequest
17524
+ * @param runtime runtime options for this request RuntimeOptions
17525
+ * @return ModifyWebLockDeleteConfigResponse
17526
+ */
15070
17527
  modifyWebLockDeleteConfigWithOptions(request: ModifyWebLockDeleteConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebLockDeleteConfigResponse>;
17528
+ /**
17529
+ * After you delete a directory that has web tamper proofing enabled on a server, files in the directory are no longer protected by web tamper proofing. The information about the websites that are hosted on the server may be maliciously modified by attackers. Proceed with caution.
17530
+ *
17531
+ * @param request ModifyWebLockDeleteConfigRequest
17532
+ * @return ModifyWebLockDeleteConfigResponse
17533
+ */
15071
17534
  modifyWebLockDeleteConfig(request: ModifyWebLockDeleteConfigRequest): Promise<ModifyWebLockDeleteConfigResponse>;
15072
17535
  modifyWebLockStartWithOptions(request: ModifyWebLockStartRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebLockStartResponse>;
15073
17536
  modifyWebLockStart(request: ModifyWebLockStartRequest): Promise<ModifyWebLockStartResponse>;
15074
17537
  modifyWebLockStatusWithOptions(request: ModifyWebLockStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebLockStatusResponse>;
15075
17538
  modifyWebLockStatus(request: ModifyWebLockStatusRequest): Promise<ModifyWebLockStatusResponse>;
17539
+ modifyWebLockUnbindWithOptions(request: ModifyWebLockUnbindRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebLockUnbindResponse>;
17540
+ modifyWebLockUnbind(request: ModifyWebLockUnbindRequest): Promise<ModifyWebLockUnbindResponse>;
15076
17541
  modifyWebLockUpdateConfigWithOptions(request: ModifyWebLockUpdateConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebLockUpdateConfigResponse>;
15077
17542
  modifyWebLockUpdateConfig(request: ModifyWebLockUpdateConfigRequest): Promise<ModifyWebLockUpdateConfigResponse>;
15078
17543
  openSensitiveFileScanWithOptions(request: OpenSensitiveFileScanRequest, runtime: $Util.RuntimeOptions): Promise<OpenSensitiveFileScanResponse>;
@@ -15081,6 +17546,8 @@ export default class Client extends OpenApi {
15081
17546
  operateAgentClientInstall(request: OperateAgentClientInstallRequest): Promise<OperateAgentClientInstallResponse>;
15082
17547
  operateCommonOverallConfigWithOptions(request: OperateCommonOverallConfigRequest, runtime: $Util.RuntimeOptions): Promise<OperateCommonOverallConfigResponse>;
15083
17548
  operateCommonOverallConfig(request: OperateCommonOverallConfigRequest): Promise<OperateCommonOverallConfigResponse>;
17549
+ operateImageBaselineWhitelistWithOptions(request: OperateImageBaselineWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<OperateImageBaselineWhitelistResponse>;
17550
+ operateImageBaselineWhitelist(request: OperateImageBaselineWhitelistRequest): Promise<OperateImageBaselineWhitelistResponse>;
15084
17551
  operateSuspiciousOverallConfigWithOptions(request: OperateSuspiciousOverallConfigRequest, runtime: $Util.RuntimeOptions): Promise<OperateSuspiciousOverallConfigResponse>;
15085
17552
  operateSuspiciousOverallConfig(request: OperateSuspiciousOverallConfigRequest): Promise<OperateSuspiciousOverallConfigResponse>;
15086
17553
  operateSuspiciousTargetConfigWithOptions(request: OperateSuspiciousTargetConfigRequest, runtime: $Util.RuntimeOptions): Promise<OperateSuspiciousTargetConfigResponse>;
@@ -15093,13 +17560,58 @@ export default class Client extends OpenApi {
15093
17560
  operationSuspEvents(request: OperationSuspEventsRequest): Promise<OperationSuspEventsResponse>;
15094
17561
  pauseClientWithOptions(request: PauseClientRequest, runtime: $Util.RuntimeOptions): Promise<PauseClientResponse>;
15095
17562
  pauseClient(request: PauseClientRequest): Promise<PauseClientResponse>;
17563
+ /**
17564
+ * Before you call the PublicCreateImageScanTask operation, we recommend that you call the [PublicPreCheckImageScanTask](~~PublicPreCheckImageScanTask~~) operation to query the number of images to scan and the quota for container image scan to be consumed by the image scan task. Make sure that the remaining quota for container image scan is sufficient. This prevents the task from being stopped due to an insufficient quota.
17565
+ *
17566
+ * @param request PublicCreateImageScanTaskRequest
17567
+ * @param runtime runtime options for this request RuntimeOptions
17568
+ * @return PublicCreateImageScanTaskResponse
17569
+ */
15096
17570
  publicCreateImageScanTaskWithOptions(request: PublicCreateImageScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<PublicCreateImageScanTaskResponse>;
17571
+ /**
17572
+ * Before you call the PublicCreateImageScanTask operation, we recommend that you call the [PublicPreCheckImageScanTask](~~PublicPreCheckImageScanTask~~) operation to query the number of images to scan and the quota for container image scan to be consumed by the image scan task. Make sure that the remaining quota for container image scan is sufficient. This prevents the task from being stopped due to an insufficient quota.
17573
+ *
17574
+ * @param request PublicCreateImageScanTaskRequest
17575
+ * @return PublicCreateImageScanTaskResponse
17576
+ */
15097
17577
  publicCreateImageScanTask(request: PublicCreateImageScanTaskRequest): Promise<PublicCreateImageScanTaskResponse>;
17578
+ /**
17579
+ * You can call the PublicPreCheckImageScanTask operation to estimate the quota for container image scan to be consumed by the task. This ensures that you know the quota to be consumed before you perform the task. If the remaining quota for container image scan is less than the quota to be consumed by the task, you must purchase a sufficient quota. This prevents the task from being stopped due to an insufficient quota.
17580
+ * If you do not specify the optional parameters when you call this operation, the total number of protected images and the quota for container image scan to be consumed by scanning all the protected images are queried. If you specify the optional parameters, the number of images that meet the specified conditions and the quota for container image scan to be consumed by scanning the images are queried.
17581
+ *
17582
+ * @param request PublicPreCheckImageScanTaskRequest
17583
+ * @param runtime runtime options for this request RuntimeOptions
17584
+ * @return PublicPreCheckImageScanTaskResponse
17585
+ */
15098
17586
  publicPreCheckImageScanTaskWithOptions(request: PublicPreCheckImageScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<PublicPreCheckImageScanTaskResponse>;
17587
+ /**
17588
+ * You can call the PublicPreCheckImageScanTask operation to estimate the quota for container image scan to be consumed by the task. This ensures that you know the quota to be consumed before you perform the task. If the remaining quota for container image scan is less than the quota to be consumed by the task, you must purchase a sufficient quota. This prevents the task from being stopped due to an insufficient quota.
17589
+ * If you do not specify the optional parameters when you call this operation, the total number of protected images and the quota for container image scan to be consumed by scanning all the protected images are queried. If you specify the optional parameters, the number of images that meet the specified conditions and the quota for container image scan to be consumed by scanning the images are queried.
17590
+ *
17591
+ * @param request PublicPreCheckImageScanTaskRequest
17592
+ * @return PublicPreCheckImageScanTaskResponse
17593
+ */
15099
17594
  publicPreCheckImageScanTask(request: PublicPreCheckImageScanTaskRequest): Promise<PublicPreCheckImageScanTaskResponse>;
15100
17595
  publicSyncAndCreateImageScanTaskWithOptions(request: PublicSyncAndCreateImageScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<PublicSyncAndCreateImageScanTaskResponse>;
15101
17596
  publicSyncAndCreateImageScanTask(request: PublicSyncAndCreateImageScanTaskRequest): Promise<PublicSyncAndCreateImageScanTaskResponse>;
17597
+ /**
17598
+ * You can call the QueryGroupIdByGroupName operation to query the ID of an asset group to which your assets belong by using the name of the asset group. When you call operations such as [GetSuspiciousStatistics](~~GetSuspiciousStatistics~~) and [DeleteGroup](~~DeleteGroup~~), you must specify the ID of the asset group. To query the ID of an asset group, call the QueryGroupIdByGroupName operation.
17599
+ * ### Limits
17600
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
17601
+ *
17602
+ * @param request QueryGroupIdByGroupNameRequest
17603
+ * @param runtime runtime options for this request RuntimeOptions
17604
+ * @return QueryGroupIdByGroupNameResponse
17605
+ */
15102
17606
  queryGroupIdByGroupNameWithOptions(request: QueryGroupIdByGroupNameRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupIdByGroupNameResponse>;
17607
+ /**
17608
+ * You can call the QueryGroupIdByGroupName operation to query the ID of an asset group to which your assets belong by using the name of the asset group. When you call operations such as [GetSuspiciousStatistics](~~GetSuspiciousStatistics~~) and [DeleteGroup](~~DeleteGroup~~), you must specify the ID of the asset group. To query the ID of an asset group, call the QueryGroupIdByGroupName operation.
17609
+ * ### Limits
17610
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
17611
+ *
17612
+ * @param request QueryGroupIdByGroupNameRequest
17613
+ * @return QueryGroupIdByGroupNameResponse
17614
+ */
15103
17615
  queryGroupIdByGroupName(request: QueryGroupIdByGroupNameRequest): Promise<QueryGroupIdByGroupNameResponse>;
15104
17616
  queryGroupedSecurityEventMarkMissListWithOptions(request: QueryGroupedSecurityEventMarkMissListRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupedSecurityEventMarkMissListResponse>;
15105
17617
  queryGroupedSecurityEventMarkMissList(request: QueryGroupedSecurityEventMarkMissListRequest): Promise<QueryGroupedSecurityEventMarkMissListResponse>;
@@ -15113,14 +17625,56 @@ export default class Client extends OpenApi {
15113
17625
  rollbackSuspEventQuaraFile(request: RollbackSuspEventQuaraFileRequest): Promise<RollbackSuspEventQuaraFileResponse>;
15114
17626
  sasInstallCodeWithOptions(request: SasInstallCodeRequest, runtime: $Util.RuntimeOptions): Promise<SasInstallCodeResponse>;
15115
17627
  sasInstallCode(request: SasInstallCodeRequest): Promise<SasInstallCodeResponse>;
17628
+ /**
17629
+ * @deprecated
17630
+ *
17631
+ * @param request StartBaselineSecurityCheckRequest
17632
+ * @param runtime runtime options for this request RuntimeOptions
17633
+ * @return StartBaselineSecurityCheckResponse
17634
+ */
15116
17635
  startBaselineSecurityCheckWithOptions(request: StartBaselineSecurityCheckRequest, runtime: $Util.RuntimeOptions): Promise<StartBaselineSecurityCheckResponse>;
17636
+ /**
17637
+ * @deprecated
17638
+ *
17639
+ * @param request StartBaselineSecurityCheckRequest
17640
+ * @return StartBaselineSecurityCheckResponse
17641
+ */
15117
17642
  startBaselineSecurityCheck(request: StartBaselineSecurityCheckRequest): Promise<StartBaselineSecurityCheckResponse>;
15118
17643
  startVirusScanTaskWithOptions(request: StartVirusScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<StartVirusScanTaskResponse>;
15119
17644
  startVirusScanTask(request: StartVirusScanTaskRequest): Promise<StartVirusScanTaskResponse>;
17645
+ /**
17646
+ * If you no longer require protection for servers that are not deployed on Alibaba Cloud, you can call this operation to unbind the servers from Security Center. After you unbind a server that is not deployed on Alibaba Cloud from Security Center, the server no longer consumes the quota of protected servers or protected server vCPUs. This way, you can install the Security Center agent on other servers to meet your business requirements.
17647
+ * > You can unbind only the servers that are not deployed on Alibaba Cloud from Security Center. If you use an Elastic Compute Service (ECS) instance, you do not need to unbind the instance. If you uninstall the Security Center agent from an ECS instance, the ECS instance still exists as a disconnected server in the asset list of the Security Center console. The ECS instance is not removed from the asset list.
17648
+ * **Prerequisites**
17649
+ * - The server that you want to unbind from Security Center is not deployed on Alibaba Cloud and the Security Center agent is disabled for the server. In this case, the agent is in the Close state and Security Center does not protect the server. You can call the [PauseClient](~~PauseClient~~) operation to disable the agent.
17650
+ * - The client protection feature is disabled for the server. For more information about how to disable client protection, see [Use the client protection feature](~~197280~~).
17651
+ *
17652
+ * @param request UnbindAegisRequest
17653
+ * @param runtime runtime options for this request RuntimeOptions
17654
+ * @return UnbindAegisResponse
17655
+ */
15120
17656
  unbindAegisWithOptions(request: UnbindAegisRequest, runtime: $Util.RuntimeOptions): Promise<UnbindAegisResponse>;
17657
+ /**
17658
+ * If you no longer require protection for servers that are not deployed on Alibaba Cloud, you can call this operation to unbind the servers from Security Center. After you unbind a server that is not deployed on Alibaba Cloud from Security Center, the server no longer consumes the quota of protected servers or protected server vCPUs. This way, you can install the Security Center agent on other servers to meet your business requirements.
17659
+ * > You can unbind only the servers that are not deployed on Alibaba Cloud from Security Center. If you use an Elastic Compute Service (ECS) instance, you do not need to unbind the instance. If you uninstall the Security Center agent from an ECS instance, the ECS instance still exists as a disconnected server in the asset list of the Security Center console. The ECS instance is not removed from the asset list.
17660
+ * **Prerequisites**
17661
+ * - The server that you want to unbind from Security Center is not deployed on Alibaba Cloud and the Security Center agent is disabled for the server. In this case, the agent is in the Close state and Security Center does not protect the server. You can call the [PauseClient](~~PauseClient~~) operation to disable the agent.
17662
+ * - The client protection feature is disabled for the server. For more information about how to disable client protection, see [Use the client protection feature](~~197280~~).
17663
+ *
17664
+ * @param request UnbindAegisRequest
17665
+ * @return UnbindAegisResponse
17666
+ */
15121
17667
  unbindAegis(request: UnbindAegisRequest): Promise<UnbindAegisResponse>;
15122
17668
  uninstallBackupClientWithOptions(request: UninstallBackupClientRequest, runtime: $Util.RuntimeOptions): Promise<UninstallBackupClientResponse>;
15123
17669
  uninstallBackupClient(request: UninstallBackupClientRequest): Promise<UninstallBackupClientResponse>;
17670
+ updateHoneypotWithOptions(request: UpdateHoneypotRequest, runtime: $Util.RuntimeOptions): Promise<UpdateHoneypotResponse>;
17671
+ updateHoneypot(request: UpdateHoneypotRequest): Promise<UpdateHoneypotResponse>;
17672
+ updateHoneypotNodeWithOptions(request: UpdateHoneypotNodeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateHoneypotNodeResponse>;
17673
+ updateHoneypotNode(request: UpdateHoneypotNodeRequest): Promise<UpdateHoneypotNodeResponse>;
17674
+ updateHoneypotPresetWithOptions(request: UpdateHoneypotPresetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateHoneypotPresetResponse>;
17675
+ updateHoneypotPreset(request: UpdateHoneypotPresetRequest): Promise<UpdateHoneypotPresetResponse>;
17676
+ updateHoneypotProbeWithOptions(request: UpdateHoneypotProbeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateHoneypotProbeResponse>;
17677
+ updateHoneypotProbe(request: UpdateHoneypotProbeRequest): Promise<UpdateHoneypotProbeResponse>;
15124
17678
  validateHcWarningsWithOptions(request: ValidateHcWarningsRequest, runtime: $Util.RuntimeOptions): Promise<ValidateHcWarningsResponse>;
15125
17679
  validateHcWarnings(request: ValidateHcWarningsRequest): Promise<ValidateHcWarningsResponse>;
15126
17680
  }