@alicloud/sas20181203 1.1.13 → 1.1.16
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 +316 -0
- package/dist/client.js +606 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +775 -17
package/dist/client.d.ts
CHANGED
|
@@ -238,6 +238,92 @@ export declare class CreateBackupPolicyResponse extends $tea.Model {
|
|
|
238
238
|
[key: string]: any;
|
|
239
239
|
});
|
|
240
240
|
}
|
|
241
|
+
export declare class CreateFileDetectRequest extends $tea.Model {
|
|
242
|
+
hashKey?: string;
|
|
243
|
+
ossKey?: string;
|
|
244
|
+
sourceIp?: string;
|
|
245
|
+
type?: number;
|
|
246
|
+
static names(): {
|
|
247
|
+
[key: string]: string;
|
|
248
|
+
};
|
|
249
|
+
static types(): {
|
|
250
|
+
[key: string]: any;
|
|
251
|
+
};
|
|
252
|
+
constructor(map?: {
|
|
253
|
+
[key: string]: any;
|
|
254
|
+
});
|
|
255
|
+
}
|
|
256
|
+
export declare class CreateFileDetectResponseBody extends $tea.Model {
|
|
257
|
+
hashKey?: string;
|
|
258
|
+
requestId?: string;
|
|
259
|
+
static names(): {
|
|
260
|
+
[key: string]: string;
|
|
261
|
+
};
|
|
262
|
+
static types(): {
|
|
263
|
+
[key: string]: any;
|
|
264
|
+
};
|
|
265
|
+
constructor(map?: {
|
|
266
|
+
[key: string]: any;
|
|
267
|
+
});
|
|
268
|
+
}
|
|
269
|
+
export declare class CreateFileDetectResponse extends $tea.Model {
|
|
270
|
+
headers: {
|
|
271
|
+
[key: string]: string;
|
|
272
|
+
};
|
|
273
|
+
statusCode: number;
|
|
274
|
+
body: CreateFileDetectResponseBody;
|
|
275
|
+
static names(): {
|
|
276
|
+
[key: string]: string;
|
|
277
|
+
};
|
|
278
|
+
static types(): {
|
|
279
|
+
[key: string]: any;
|
|
280
|
+
};
|
|
281
|
+
constructor(map?: {
|
|
282
|
+
[key: string]: any;
|
|
283
|
+
});
|
|
284
|
+
}
|
|
285
|
+
export declare class CreateFileDetectUploadUrlRequest extends $tea.Model {
|
|
286
|
+
hashKeyList?: string[];
|
|
287
|
+
type?: number;
|
|
288
|
+
static names(): {
|
|
289
|
+
[key: string]: string;
|
|
290
|
+
};
|
|
291
|
+
static types(): {
|
|
292
|
+
[key: string]: any;
|
|
293
|
+
};
|
|
294
|
+
constructor(map?: {
|
|
295
|
+
[key: string]: any;
|
|
296
|
+
});
|
|
297
|
+
}
|
|
298
|
+
export declare class CreateFileDetectUploadUrlResponseBody extends $tea.Model {
|
|
299
|
+
requestId?: string;
|
|
300
|
+
uploadUrlList?: CreateFileDetectUploadUrlResponseBodyUploadUrlList[];
|
|
301
|
+
static names(): {
|
|
302
|
+
[key: string]: string;
|
|
303
|
+
};
|
|
304
|
+
static types(): {
|
|
305
|
+
[key: string]: any;
|
|
306
|
+
};
|
|
307
|
+
constructor(map?: {
|
|
308
|
+
[key: string]: any;
|
|
309
|
+
});
|
|
310
|
+
}
|
|
311
|
+
export declare class CreateFileDetectUploadUrlResponse extends $tea.Model {
|
|
312
|
+
headers: {
|
|
313
|
+
[key: string]: string;
|
|
314
|
+
};
|
|
315
|
+
statusCode: number;
|
|
316
|
+
body: CreateFileDetectUploadUrlResponseBody;
|
|
317
|
+
static names(): {
|
|
318
|
+
[key: string]: string;
|
|
319
|
+
};
|
|
320
|
+
static types(): {
|
|
321
|
+
[key: string]: any;
|
|
322
|
+
};
|
|
323
|
+
constructor(map?: {
|
|
324
|
+
[key: string]: any;
|
|
325
|
+
});
|
|
326
|
+
}
|
|
241
327
|
export declare class CreateOrUpdateAssetGroupRequest extends $tea.Model {
|
|
242
328
|
groupId?: number;
|
|
243
329
|
groupName?: string;
|
|
@@ -734,6 +820,65 @@ export declare class DeleteVpcHoneyPotResponse extends $tea.Model {
|
|
|
734
820
|
[key: string]: any;
|
|
735
821
|
});
|
|
736
822
|
}
|
|
823
|
+
export declare class DescribeAccessKeyLeakDetailRequest extends $tea.Model {
|
|
824
|
+
id?: number;
|
|
825
|
+
static names(): {
|
|
826
|
+
[key: string]: string;
|
|
827
|
+
};
|
|
828
|
+
static types(): {
|
|
829
|
+
[key: string]: any;
|
|
830
|
+
};
|
|
831
|
+
constructor(map?: {
|
|
832
|
+
[key: string]: any;
|
|
833
|
+
});
|
|
834
|
+
}
|
|
835
|
+
export declare class DescribeAccessKeyLeakDetailResponseBody extends $tea.Model {
|
|
836
|
+
accesskeyId?: string;
|
|
837
|
+
asset?: string;
|
|
838
|
+
code?: string;
|
|
839
|
+
dealTime?: string;
|
|
840
|
+
dealType?: string;
|
|
841
|
+
githubFileName?: string;
|
|
842
|
+
githubFileType?: string;
|
|
843
|
+
githubFileUpdateTime?: string;
|
|
844
|
+
githubFileUrl?: string;
|
|
845
|
+
githubRepoName?: string;
|
|
846
|
+
githubRepoUrl?: string;
|
|
847
|
+
githubUser?: string;
|
|
848
|
+
githubUserPicUrl?: string;
|
|
849
|
+
gmtCreate?: string;
|
|
850
|
+
gmtModified?: string;
|
|
851
|
+
remark?: string;
|
|
852
|
+
requestId?: string;
|
|
853
|
+
source?: string;
|
|
854
|
+
type?: string;
|
|
855
|
+
whitelistStatus?: string;
|
|
856
|
+
static names(): {
|
|
857
|
+
[key: string]: string;
|
|
858
|
+
};
|
|
859
|
+
static types(): {
|
|
860
|
+
[key: string]: any;
|
|
861
|
+
};
|
|
862
|
+
constructor(map?: {
|
|
863
|
+
[key: string]: any;
|
|
864
|
+
});
|
|
865
|
+
}
|
|
866
|
+
export declare class DescribeAccessKeyLeakDetailResponse extends $tea.Model {
|
|
867
|
+
headers: {
|
|
868
|
+
[key: string]: string;
|
|
869
|
+
};
|
|
870
|
+
statusCode: number;
|
|
871
|
+
body: DescribeAccessKeyLeakDetailResponseBody;
|
|
872
|
+
static names(): {
|
|
873
|
+
[key: string]: string;
|
|
874
|
+
};
|
|
875
|
+
static types(): {
|
|
876
|
+
[key: string]: any;
|
|
877
|
+
};
|
|
878
|
+
constructor(map?: {
|
|
879
|
+
[key: string]: any;
|
|
880
|
+
});
|
|
881
|
+
}
|
|
737
882
|
export declare class DescribeAccesskeyLeakListRequest extends $tea.Model {
|
|
738
883
|
currentPage?: number;
|
|
739
884
|
pageSize?: number;
|
|
@@ -897,6 +1042,8 @@ export declare class DescribeAlarmEventListRequest extends $tea.Model {
|
|
|
897
1042
|
remark?: string;
|
|
898
1043
|
sourceIp?: string;
|
|
899
1044
|
tacticId?: string;
|
|
1045
|
+
uniqueInfo?: string;
|
|
1046
|
+
uuids?: string;
|
|
900
1047
|
static names(): {
|
|
901
1048
|
[key: string]: string;
|
|
902
1049
|
};
|
|
@@ -5218,6 +5365,8 @@ export declare class DescribeSuspEventsRequest extends $tea.Model {
|
|
|
5218
5365
|
levels?: string;
|
|
5219
5366
|
name?: string;
|
|
5220
5367
|
operateErrorCodeList?: string[];
|
|
5368
|
+
operateTimeEnd?: number;
|
|
5369
|
+
operateTimeStart?: number;
|
|
5221
5370
|
pageSize?: string;
|
|
5222
5371
|
parentEventTypes?: string;
|
|
5223
5372
|
remark?: string;
|
|
@@ -5505,11 +5654,13 @@ export declare class DescribeVersionConfigResponseBody extends $tea.Model {
|
|
|
5505
5654
|
honeypotCapacity?: number;
|
|
5506
5655
|
imageScanCapacity?: number;
|
|
5507
5656
|
instanceId?: string;
|
|
5657
|
+
isNewContainerVersion?: boolean;
|
|
5508
5658
|
isOverBalance?: boolean;
|
|
5509
5659
|
isTrialVersion?: number;
|
|
5510
5660
|
lastTrailEndTime?: number;
|
|
5511
5661
|
MVAuthCount?: number;
|
|
5512
5662
|
MVUnusedAuthCount?: number;
|
|
5663
|
+
openTime?: number;
|
|
5513
5664
|
releaseTime?: number;
|
|
5514
5665
|
requestId?: string;
|
|
5515
5666
|
sasLog?: number;
|
|
@@ -5751,6 +5902,7 @@ export declare class DescribeVulListRequest extends $tea.Model {
|
|
|
5751
5902
|
dealed?: string;
|
|
5752
5903
|
groupId?: string;
|
|
5753
5904
|
lang?: string;
|
|
5905
|
+
name?: string;
|
|
5754
5906
|
necessity?: string;
|
|
5755
5907
|
pageSize?: number;
|
|
5756
5908
|
remark?: string;
|
|
@@ -6214,6 +6366,49 @@ export declare class GetBackupStorageCountResponse extends $tea.Model {
|
|
|
6214
6366
|
[key: string]: any;
|
|
6215
6367
|
});
|
|
6216
6368
|
}
|
|
6369
|
+
export declare class GetFileDetectResultRequest extends $tea.Model {
|
|
6370
|
+
hashKeyList?: string[];
|
|
6371
|
+
sourceIp?: string;
|
|
6372
|
+
type?: number;
|
|
6373
|
+
static names(): {
|
|
6374
|
+
[key: string]: string;
|
|
6375
|
+
};
|
|
6376
|
+
static types(): {
|
|
6377
|
+
[key: string]: any;
|
|
6378
|
+
};
|
|
6379
|
+
constructor(map?: {
|
|
6380
|
+
[key: string]: any;
|
|
6381
|
+
});
|
|
6382
|
+
}
|
|
6383
|
+
export declare class GetFileDetectResultResponseBody extends $tea.Model {
|
|
6384
|
+
requestId?: string;
|
|
6385
|
+
resultList?: GetFileDetectResultResponseBodyResultList[];
|
|
6386
|
+
static names(): {
|
|
6387
|
+
[key: string]: string;
|
|
6388
|
+
};
|
|
6389
|
+
static types(): {
|
|
6390
|
+
[key: string]: any;
|
|
6391
|
+
};
|
|
6392
|
+
constructor(map?: {
|
|
6393
|
+
[key: string]: any;
|
|
6394
|
+
});
|
|
6395
|
+
}
|
|
6396
|
+
export declare class GetFileDetectResultResponse extends $tea.Model {
|
|
6397
|
+
headers: {
|
|
6398
|
+
[key: string]: string;
|
|
6399
|
+
};
|
|
6400
|
+
statusCode: number;
|
|
6401
|
+
body: GetFileDetectResultResponseBody;
|
|
6402
|
+
static names(): {
|
|
6403
|
+
[key: string]: string;
|
|
6404
|
+
};
|
|
6405
|
+
static types(): {
|
|
6406
|
+
[key: string]: any;
|
|
6407
|
+
};
|
|
6408
|
+
constructor(map?: {
|
|
6409
|
+
[key: string]: any;
|
|
6410
|
+
});
|
|
6411
|
+
}
|
|
6217
6412
|
export declare class GetSuspiciousStatisticsRequest extends $tea.Model {
|
|
6218
6413
|
groupIdList?: string;
|
|
6219
6414
|
sourceIp?: string;
|
|
@@ -7955,6 +8150,51 @@ export declare class OperateVulsResponse extends $tea.Model {
|
|
|
7955
8150
|
[key: string]: any;
|
|
7956
8151
|
});
|
|
7957
8152
|
}
|
|
8153
|
+
export declare class OperationCancelIgnoreSuspEventRequest extends $tea.Model {
|
|
8154
|
+
securityEventIds?: number[];
|
|
8155
|
+
static names(): {
|
|
8156
|
+
[key: string]: string;
|
|
8157
|
+
};
|
|
8158
|
+
static types(): {
|
|
8159
|
+
[key: string]: any;
|
|
8160
|
+
};
|
|
8161
|
+
constructor(map?: {
|
|
8162
|
+
[key: string]: any;
|
|
8163
|
+
});
|
|
8164
|
+
}
|
|
8165
|
+
export declare class OperationCancelIgnoreSuspEventResponseBody extends $tea.Model {
|
|
8166
|
+
code?: string;
|
|
8167
|
+
httpStatusCode?: number;
|
|
8168
|
+
message?: string;
|
|
8169
|
+
requestId?: string;
|
|
8170
|
+
success?: boolean;
|
|
8171
|
+
timeCost?: number;
|
|
8172
|
+
static names(): {
|
|
8173
|
+
[key: string]: string;
|
|
8174
|
+
};
|
|
8175
|
+
static types(): {
|
|
8176
|
+
[key: string]: any;
|
|
8177
|
+
};
|
|
8178
|
+
constructor(map?: {
|
|
8179
|
+
[key: string]: any;
|
|
8180
|
+
});
|
|
8181
|
+
}
|
|
8182
|
+
export declare class OperationCancelIgnoreSuspEventResponse extends $tea.Model {
|
|
8183
|
+
headers: {
|
|
8184
|
+
[key: string]: string;
|
|
8185
|
+
};
|
|
8186
|
+
statusCode: number;
|
|
8187
|
+
body: OperationCancelIgnoreSuspEventResponseBody;
|
|
8188
|
+
static names(): {
|
|
8189
|
+
[key: string]: string;
|
|
8190
|
+
};
|
|
8191
|
+
static types(): {
|
|
8192
|
+
[key: string]: any;
|
|
8193
|
+
};
|
|
8194
|
+
constructor(map?: {
|
|
8195
|
+
[key: string]: any;
|
|
8196
|
+
});
|
|
8197
|
+
}
|
|
7958
8198
|
export declare class OperationSuspEventsRequest extends $tea.Model {
|
|
7959
8199
|
from?: string;
|
|
7960
8200
|
operation?: string;
|
|
@@ -8227,6 +8467,7 @@ export declare class QueryGroupIdByGroupNameResponse extends $tea.Model {
|
|
|
8227
8467
|
}
|
|
8228
8468
|
export declare class QueryGroupedSecurityEventMarkMissListRequest extends $tea.Model {
|
|
8229
8469
|
currentPage?: number;
|
|
8470
|
+
disposalWay?: string;
|
|
8230
8471
|
eventName?: string;
|
|
8231
8472
|
from?: string;
|
|
8232
8473
|
lang?: string;
|
|
@@ -8660,6 +8901,38 @@ export declare class CreateAntiBruteForceRuleResponseBodyCreateAntiBruteForceRul
|
|
|
8660
8901
|
[key: string]: any;
|
|
8661
8902
|
});
|
|
8662
8903
|
}
|
|
8904
|
+
export declare class CreateFileDetectUploadUrlResponseBodyUploadUrlListContext extends $tea.Model {
|
|
8905
|
+
accessId?: string;
|
|
8906
|
+
ossKey?: string;
|
|
8907
|
+
policy?: string;
|
|
8908
|
+
signature?: string;
|
|
8909
|
+
static names(): {
|
|
8910
|
+
[key: string]: string;
|
|
8911
|
+
};
|
|
8912
|
+
static types(): {
|
|
8913
|
+
[key: string]: any;
|
|
8914
|
+
};
|
|
8915
|
+
constructor(map?: {
|
|
8916
|
+
[key: string]: any;
|
|
8917
|
+
});
|
|
8918
|
+
}
|
|
8919
|
+
export declare class CreateFileDetectUploadUrlResponseBodyUploadUrlList extends $tea.Model {
|
|
8920
|
+
context?: CreateFileDetectUploadUrlResponseBodyUploadUrlListContext;
|
|
8921
|
+
expire?: string;
|
|
8922
|
+
fileExist?: boolean;
|
|
8923
|
+
hashKey?: string;
|
|
8924
|
+
internalUrl?: string;
|
|
8925
|
+
publicUrl?: string;
|
|
8926
|
+
static names(): {
|
|
8927
|
+
[key: string]: string;
|
|
8928
|
+
};
|
|
8929
|
+
static types(): {
|
|
8930
|
+
[key: string]: any;
|
|
8931
|
+
};
|
|
8932
|
+
constructor(map?: {
|
|
8933
|
+
[key: string]: any;
|
|
8934
|
+
});
|
|
8935
|
+
}
|
|
8663
8936
|
export declare class CreateSimilarSecurityEventsQueryTaskResponseBodyCreateSimilarSecurityEventsQueryTaskResponse extends $tea.Model {
|
|
8664
8937
|
status?: string;
|
|
8665
8938
|
taskId?: number;
|
|
@@ -9021,6 +9294,8 @@ export declare class DescribeAssetDetailByUuidsResponseBodyAssetList extends $te
|
|
|
9021
9294
|
});
|
|
9022
9295
|
}
|
|
9023
9296
|
export declare class DescribeAssetSummaryResponseBodyAssetsSummary extends $tea.Model {
|
|
9297
|
+
totalAssetAllRegion?: number;
|
|
9298
|
+
totalCoreAllRegion?: number;
|
|
9024
9299
|
totalCoreNum?: number;
|
|
9025
9300
|
static names(): {
|
|
9026
9301
|
[key: string]: string;
|
|
@@ -10056,6 +10331,7 @@ export declare class DescribeInstanceStatisticsResponseBodyData extends $tea.Mod
|
|
|
10056
10331
|
trojan?: number;
|
|
10057
10332
|
uuid?: string;
|
|
10058
10333
|
vul?: number;
|
|
10334
|
+
weakPWNum?: number;
|
|
10059
10335
|
static names(): {
|
|
10060
10336
|
[key: string]: string;
|
|
10061
10337
|
};
|
|
@@ -11663,6 +11939,8 @@ export declare class DescribeVulListResponseBodyVulRecordsExtendContentJson exte
|
|
|
11663
11939
|
}
|
|
11664
11940
|
export declare class DescribeVulListResponseBodyVulRecords extends $tea.Model {
|
|
11665
11941
|
aliasName?: string;
|
|
11942
|
+
authVersion?: string;
|
|
11943
|
+
bind?: boolean;
|
|
11666
11944
|
extendContentJson?: DescribeVulListResponseBodyVulRecordsExtendContentJson;
|
|
11667
11945
|
firstTs?: number;
|
|
11668
11946
|
groupId?: number;
|
|
@@ -11675,6 +11953,7 @@ export declare class DescribeVulListResponseBodyVulRecords extends $tea.Model {
|
|
|
11675
11953
|
name?: string;
|
|
11676
11954
|
necessity?: string;
|
|
11677
11955
|
online?: boolean;
|
|
11956
|
+
osName?: string;
|
|
11678
11957
|
osVersion?: string;
|
|
11679
11958
|
primaryId?: number;
|
|
11680
11959
|
regionId?: string;
|
|
@@ -11798,6 +12077,32 @@ export declare class GetBackupStorageCountResponseBodyBackupStorageCount extends
|
|
|
11798
12077
|
[key: string]: any;
|
|
11799
12078
|
});
|
|
11800
12079
|
}
|
|
12080
|
+
export declare class GetFileDetectResultResponseBodyResultListExt extends $tea.Model {
|
|
12081
|
+
virusName?: string;
|
|
12082
|
+
static names(): {
|
|
12083
|
+
[key: string]: string;
|
|
12084
|
+
};
|
|
12085
|
+
static types(): {
|
|
12086
|
+
[key: string]: any;
|
|
12087
|
+
};
|
|
12088
|
+
constructor(map?: {
|
|
12089
|
+
[key: string]: any;
|
|
12090
|
+
});
|
|
12091
|
+
}
|
|
12092
|
+
export declare class GetFileDetectResultResponseBodyResultList extends $tea.Model {
|
|
12093
|
+
ext?: GetFileDetectResultResponseBodyResultListExt;
|
|
12094
|
+
hashKey?: string;
|
|
12095
|
+
result?: number;
|
|
12096
|
+
static names(): {
|
|
12097
|
+
[key: string]: string;
|
|
12098
|
+
};
|
|
12099
|
+
static types(): {
|
|
12100
|
+
[key: string]: any;
|
|
12101
|
+
};
|
|
12102
|
+
constructor(map?: {
|
|
12103
|
+
[key: string]: any;
|
|
12104
|
+
});
|
|
12105
|
+
}
|
|
11801
12106
|
export declare class HandleSecurityEventsResponseBodyHandleSecurityEventsResponse extends $tea.Model {
|
|
11802
12107
|
taskId?: number;
|
|
11803
12108
|
static names(): {
|
|
@@ -11955,6 +12260,7 @@ export declare class PublicSyncAndCreateImageScanTaskResponseBodyData extends $t
|
|
|
11955
12260
|
}
|
|
11956
12261
|
export declare class QueryGroupedSecurityEventMarkMissListResponseBodyList extends $tea.Model {
|
|
11957
12262
|
aliUid?: number;
|
|
12263
|
+
disposalWay?: string;
|
|
11958
12264
|
eventName?: string;
|
|
11959
12265
|
eventNameOriginal?: string;
|
|
11960
12266
|
eventType?: string;
|
|
@@ -12004,6 +12310,10 @@ export default class Client extends OpenApi {
|
|
|
12004
12310
|
createAntiBruteForceRule(request: CreateAntiBruteForceRuleRequest): Promise<CreateAntiBruteForceRuleResponse>;
|
|
12005
12311
|
createBackupPolicyWithOptions(tmpReq: CreateBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreateBackupPolicyResponse>;
|
|
12006
12312
|
createBackupPolicy(request: CreateBackupPolicyRequest): Promise<CreateBackupPolicyResponse>;
|
|
12313
|
+
createFileDetectWithOptions(request: CreateFileDetectRequest, runtime: $Util.RuntimeOptions): Promise<CreateFileDetectResponse>;
|
|
12314
|
+
createFileDetect(request: CreateFileDetectRequest): Promise<CreateFileDetectResponse>;
|
|
12315
|
+
createFileDetectUploadUrlWithOptions(request: CreateFileDetectUploadUrlRequest, runtime: $Util.RuntimeOptions): Promise<CreateFileDetectUploadUrlResponse>;
|
|
12316
|
+
createFileDetectUploadUrl(request: CreateFileDetectUploadUrlRequest): Promise<CreateFileDetectUploadUrlResponse>;
|
|
12007
12317
|
createOrUpdateAssetGroupWithOptions(request: CreateOrUpdateAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateOrUpdateAssetGroupResponse>;
|
|
12008
12318
|
createOrUpdateAssetGroup(request: CreateOrUpdateAssetGroupRequest): Promise<CreateOrUpdateAssetGroupResponse>;
|
|
12009
12319
|
createServiceLinkedRoleWithOptions(runtime: $Util.RuntimeOptions): Promise<CreateServiceLinkedRoleResponse>;
|
|
@@ -12028,6 +12338,8 @@ export default class Client extends OpenApi {
|
|
|
12028
12338
|
deleteTagWithUuid(request: DeleteTagWithUuidRequest): Promise<DeleteTagWithUuidResponse>;
|
|
12029
12339
|
deleteVpcHoneyPotWithOptions(request: DeleteVpcHoneyPotRequest, runtime: $Util.RuntimeOptions): Promise<DeleteVpcHoneyPotResponse>;
|
|
12030
12340
|
deleteVpcHoneyPot(request: DeleteVpcHoneyPotRequest): Promise<DeleteVpcHoneyPotResponse>;
|
|
12341
|
+
describeAccessKeyLeakDetailWithOptions(request: DescribeAccessKeyLeakDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessKeyLeakDetailResponse>;
|
|
12342
|
+
describeAccessKeyLeakDetail(request: DescribeAccessKeyLeakDetailRequest): Promise<DescribeAccessKeyLeakDetailResponse>;
|
|
12031
12343
|
describeAccesskeyLeakListWithOptions(request: DescribeAccesskeyLeakListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccesskeyLeakListResponse>;
|
|
12032
12344
|
describeAccesskeyLeakList(request: DescribeAccesskeyLeakListRequest): Promise<DescribeAccesskeyLeakListResponse>;
|
|
12033
12345
|
describeAffectedMaliciousFileImagesWithOptions(request: DescribeAffectedMaliciousFileImagesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAffectedMaliciousFileImagesResponse>;
|
|
@@ -12272,6 +12584,8 @@ export default class Client extends OpenApi {
|
|
|
12272
12584
|
fixCheckWarnings(request: FixCheckWarningsRequest): Promise<FixCheckWarningsResponse>;
|
|
12273
12585
|
getBackupStorageCountWithOptions(runtime: $Util.RuntimeOptions): Promise<GetBackupStorageCountResponse>;
|
|
12274
12586
|
getBackupStorageCount(): Promise<GetBackupStorageCountResponse>;
|
|
12587
|
+
getFileDetectResultWithOptions(request: GetFileDetectResultRequest, runtime: $Util.RuntimeOptions): Promise<GetFileDetectResultResponse>;
|
|
12588
|
+
getFileDetectResult(request: GetFileDetectResultRequest): Promise<GetFileDetectResultResponse>;
|
|
12275
12589
|
getSuspiciousStatisticsWithOptions(request: GetSuspiciousStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<GetSuspiciousStatisticsResponse>;
|
|
12276
12590
|
getSuspiciousStatistics(request: GetSuspiciousStatisticsRequest): Promise<GetSuspiciousStatisticsResponse>;
|
|
12277
12591
|
getVulStatisticsWithOptions(request: GetVulStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<GetVulStatisticsResponse>;
|
|
@@ -12350,6 +12664,8 @@ export default class Client extends OpenApi {
|
|
|
12350
12664
|
operateSuspiciousTargetConfig(request: OperateSuspiciousTargetConfigRequest): Promise<OperateSuspiciousTargetConfigResponse>;
|
|
12351
12665
|
operateVulsWithOptions(request: OperateVulsRequest, runtime: $Util.RuntimeOptions): Promise<OperateVulsResponse>;
|
|
12352
12666
|
operateVuls(request: OperateVulsRequest): Promise<OperateVulsResponse>;
|
|
12667
|
+
operationCancelIgnoreSuspEventWithOptions(request: OperationCancelIgnoreSuspEventRequest, runtime: $Util.RuntimeOptions): Promise<OperationCancelIgnoreSuspEventResponse>;
|
|
12668
|
+
operationCancelIgnoreSuspEvent(request: OperationCancelIgnoreSuspEventRequest): Promise<OperationCancelIgnoreSuspEventResponse>;
|
|
12353
12669
|
operationSuspEventsWithOptions(request: OperationSuspEventsRequest, runtime: $Util.RuntimeOptions): Promise<OperationSuspEventsResponse>;
|
|
12354
12670
|
operationSuspEvents(request: OperationSuspEventsRequest): Promise<OperationSuspEventsResponse>;
|
|
12355
12671
|
pauseClientWithOptions(request: PauseClientRequest, runtime: $Util.RuntimeOptions): Promise<PauseClientResponse>;
|