@alicloud/sas20181203 2.25.3 → 2.27.0
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 +206 -0
- package/dist/client.js +417 -28
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +503 -0
package/dist/client.d.ts
CHANGED
|
@@ -1159,6 +1159,7 @@ export declare class ChangeCheckCustomConfigRequest extends $tea.Model {
|
|
|
1159
1159
|
checkId?: number;
|
|
1160
1160
|
customConfigs?: ChangeCheckCustomConfigRequestCustomConfigs[];
|
|
1161
1161
|
regionId?: string;
|
|
1162
|
+
repairConfigs?: ChangeCheckCustomConfigRequestRepairConfigs[];
|
|
1162
1163
|
static names(): {
|
|
1163
1164
|
[key: string]: string;
|
|
1164
1165
|
};
|
|
@@ -1171,6 +1172,7 @@ export declare class ChangeCheckCustomConfigRequest extends $tea.Model {
|
|
|
1171
1172
|
}
|
|
1172
1173
|
export declare class ChangeCheckCustomConfigResponseBody extends $tea.Model {
|
|
1173
1174
|
illegalCustomConfigs?: ChangeCheckCustomConfigResponseBodyIllegalCustomConfigs[];
|
|
1175
|
+
illegalRepairConfigs?: ChangeCheckCustomConfigResponseBodyIllegalRepairConfigs[];
|
|
1174
1176
|
requestId?: string;
|
|
1175
1177
|
static names(): {
|
|
1176
1178
|
[key: string]: string;
|
|
@@ -1829,6 +1831,9 @@ export declare class CreateCycleTaskResponse extends $tea.Model {
|
|
|
1829
1831
|
});
|
|
1830
1832
|
}
|
|
1831
1833
|
export declare class CreateFileDetectRequest extends $tea.Model {
|
|
1834
|
+
decompress?: boolean;
|
|
1835
|
+
decompressMaxFileCount?: number;
|
|
1836
|
+
decompressMaxLayer?: number;
|
|
1832
1837
|
downloadUrl?: string;
|
|
1833
1838
|
hashKey?: string;
|
|
1834
1839
|
ossKey?: string;
|
|
@@ -4864,6 +4869,7 @@ export declare class DeleteVulWhitelistResponse extends $tea.Model {
|
|
|
4864
4869
|
}
|
|
4865
4870
|
export declare class DescribeAccessKeyLeakDetailRequest extends $tea.Model {
|
|
4866
4871
|
id?: number;
|
|
4872
|
+
resourceDirectoryAccountId?: number;
|
|
4867
4873
|
static names(): {
|
|
4868
4874
|
[key: string]: string;
|
|
4869
4875
|
};
|
|
@@ -4927,6 +4933,7 @@ export declare class DescribeAccesskeyLeakListRequest extends $tea.Model {
|
|
|
4927
4933
|
currentPage?: number;
|
|
4928
4934
|
pageSize?: number;
|
|
4929
4935
|
query?: string;
|
|
4936
|
+
resourceDirectoryAccountId?: number;
|
|
4930
4937
|
startTs?: number;
|
|
4931
4938
|
status?: string;
|
|
4932
4939
|
static names(): {
|
|
@@ -5976,7 +5983,9 @@ export declare class DescribeBackupRestoreCountResponse extends $tea.Model {
|
|
|
5976
5983
|
export declare class DescribeBruteForceRecordsRequest extends $tea.Model {
|
|
5977
5984
|
blockIp?: string;
|
|
5978
5985
|
currentPage?: number;
|
|
5986
|
+
instanceId?: string;
|
|
5979
5987
|
pageSize?: number;
|
|
5988
|
+
remark?: string;
|
|
5980
5989
|
resourceOwnerId?: number;
|
|
5981
5990
|
status?: number;
|
|
5982
5991
|
static names(): {
|
|
@@ -14127,6 +14136,7 @@ export declare class DescribeVersionConfigResponseBody extends $tea.Model {
|
|
|
14127
14136
|
lastTrailEndTime?: number;
|
|
14128
14137
|
MVAuthCount?: number;
|
|
14129
14138
|
MVUnusedAuthCount?: number;
|
|
14139
|
+
newThreatAnalysis?: number;
|
|
14130
14140
|
openTime?: number;
|
|
14131
14141
|
postPayInstanceId?: string;
|
|
14132
14142
|
postPayModuleSwitch?: string;
|
|
@@ -14140,6 +14150,7 @@ export declare class DescribeVersionConfigResponseBody extends $tea.Model {
|
|
|
14140
14150
|
sdkCapacity?: number;
|
|
14141
14151
|
slsCapacity?: number;
|
|
14142
14152
|
threatAnalysisCapacity?: number;
|
|
14153
|
+
threatAnalysisFlow?: number;
|
|
14143
14154
|
userDefinedAlarms?: number;
|
|
14144
14155
|
version?: number;
|
|
14145
14156
|
vmCores?: number;
|
|
@@ -16538,6 +16549,9 @@ export declare class GetCheckDetailResponseBody extends $tea.Model {
|
|
|
16538
16549
|
assistInfo?: GetCheckDetailResponseBodyAssistInfo;
|
|
16539
16550
|
customConfigs?: GetCheckDetailResponseBodyCustomConfigs[];
|
|
16540
16551
|
description?: GetCheckDetailResponseBodyDescription;
|
|
16552
|
+
repairReset?: string;
|
|
16553
|
+
repairSetting?: GetCheckDetailResponseBodyRepairSetting;
|
|
16554
|
+
repairSupportType?: number;
|
|
16541
16555
|
requestId?: string;
|
|
16542
16556
|
solution?: GetCheckDetailResponseBodySolution;
|
|
16543
16557
|
static names(): {
|
|
@@ -21120,6 +21134,51 @@ export declare class ListClusterPluginInfoResponse extends $tea.Model {
|
|
|
21120
21134
|
[key: string]: any;
|
|
21121
21135
|
});
|
|
21122
21136
|
}
|
|
21137
|
+
export declare class ListCompressFileDetectResultRequest extends $tea.Model {
|
|
21138
|
+
currentPage?: number;
|
|
21139
|
+
hashKey?: string;
|
|
21140
|
+
pageSize?: number;
|
|
21141
|
+
sourceIp?: string;
|
|
21142
|
+
static names(): {
|
|
21143
|
+
[key: string]: string;
|
|
21144
|
+
};
|
|
21145
|
+
static types(): {
|
|
21146
|
+
[key: string]: any;
|
|
21147
|
+
};
|
|
21148
|
+
constructor(map?: {
|
|
21149
|
+
[key: string]: any;
|
|
21150
|
+
});
|
|
21151
|
+
}
|
|
21152
|
+
export declare class ListCompressFileDetectResultResponseBody extends $tea.Model {
|
|
21153
|
+
pageInfo?: ListCompressFileDetectResultResponseBodyPageInfo;
|
|
21154
|
+
requestId?: string;
|
|
21155
|
+
resultList?: ListCompressFileDetectResultResponseBodyResultList[];
|
|
21156
|
+
static names(): {
|
|
21157
|
+
[key: string]: string;
|
|
21158
|
+
};
|
|
21159
|
+
static types(): {
|
|
21160
|
+
[key: string]: any;
|
|
21161
|
+
};
|
|
21162
|
+
constructor(map?: {
|
|
21163
|
+
[key: string]: any;
|
|
21164
|
+
});
|
|
21165
|
+
}
|
|
21166
|
+
export declare class ListCompressFileDetectResultResponse extends $tea.Model {
|
|
21167
|
+
headers?: {
|
|
21168
|
+
[key: string]: string;
|
|
21169
|
+
};
|
|
21170
|
+
statusCode?: number;
|
|
21171
|
+
body?: ListCompressFileDetectResultResponseBody;
|
|
21172
|
+
static names(): {
|
|
21173
|
+
[key: string]: string;
|
|
21174
|
+
};
|
|
21175
|
+
static types(): {
|
|
21176
|
+
[key: string]: any;
|
|
21177
|
+
};
|
|
21178
|
+
constructor(map?: {
|
|
21179
|
+
[key: string]: any;
|
|
21180
|
+
});
|
|
21181
|
+
}
|
|
21123
21182
|
export declare class ListContainerDefenseRuleRequest extends $tea.Model {
|
|
21124
21183
|
conditions?: ListContainerDefenseRuleRequestConditions[];
|
|
21125
21184
|
currentPage?: number;
|
|
@@ -21256,9 +21315,16 @@ export declare class ListCriteriaStrategyResponse extends $tea.Model {
|
|
|
21256
21315
|
export declare class ListFileProtectEventRequest extends $tea.Model {
|
|
21257
21316
|
alertLevels?: number[];
|
|
21258
21317
|
currentPage?: number;
|
|
21318
|
+
endTime?: number;
|
|
21319
|
+
instanceId?: string;
|
|
21320
|
+
instanceName?: string;
|
|
21321
|
+
internetIp?: string;
|
|
21322
|
+
intranetIp?: string;
|
|
21259
21323
|
pageSize?: string;
|
|
21260
21324
|
ruleName?: string;
|
|
21325
|
+
startTime?: number;
|
|
21261
21326
|
status?: string;
|
|
21327
|
+
uuid?: string;
|
|
21262
21328
|
static names(): {
|
|
21263
21329
|
[key: string]: string;
|
|
21264
21330
|
};
|
|
@@ -30488,6 +30554,7 @@ export declare class AddSasContainerWebDefenseRuleRequestPathConfDTOList extends
|
|
|
30488
30554
|
}
|
|
30489
30555
|
export declare class AddSasModuleTrialResponseBodyDataTrialRecordList extends $tea.Model {
|
|
30490
30556
|
authLimit?: number;
|
|
30557
|
+
authLimitList?: string;
|
|
30491
30558
|
gmtEnd?: number;
|
|
30492
30559
|
gmtStart?: number;
|
|
30493
30560
|
moduleCode?: string;
|
|
@@ -30688,6 +30755,21 @@ export declare class ChangeCheckCustomConfigRequestCustomConfigs extends $tea.Mo
|
|
|
30688
30755
|
[key: string]: any;
|
|
30689
30756
|
});
|
|
30690
30757
|
}
|
|
30758
|
+
export declare class ChangeCheckCustomConfigRequestRepairConfigs extends $tea.Model {
|
|
30759
|
+
flowId?: string;
|
|
30760
|
+
name?: string;
|
|
30761
|
+
operation?: string;
|
|
30762
|
+
value?: string;
|
|
30763
|
+
static names(): {
|
|
30764
|
+
[key: string]: string;
|
|
30765
|
+
};
|
|
30766
|
+
static types(): {
|
|
30767
|
+
[key: string]: any;
|
|
30768
|
+
};
|
|
30769
|
+
constructor(map?: {
|
|
30770
|
+
[key: string]: any;
|
|
30771
|
+
});
|
|
30772
|
+
}
|
|
30691
30773
|
export declare class ChangeCheckCustomConfigResponseBodyIllegalCustomConfigs extends $tea.Model {
|
|
30692
30774
|
name?: string;
|
|
30693
30775
|
static names(): {
|
|
@@ -30700,6 +30782,18 @@ export declare class ChangeCheckCustomConfigResponseBodyIllegalCustomConfigs ext
|
|
|
30700
30782
|
[key: string]: any;
|
|
30701
30783
|
});
|
|
30702
30784
|
}
|
|
30785
|
+
export declare class ChangeCheckCustomConfigResponseBodyIllegalRepairConfigs extends $tea.Model {
|
|
30786
|
+
name?: string;
|
|
30787
|
+
static names(): {
|
|
30788
|
+
[key: string]: string;
|
|
30789
|
+
};
|
|
30790
|
+
static types(): {
|
|
30791
|
+
[key: string]: any;
|
|
30792
|
+
};
|
|
30793
|
+
constructor(map?: {
|
|
30794
|
+
[key: string]: any;
|
|
30795
|
+
});
|
|
30796
|
+
}
|
|
30703
30797
|
export declare class ChangeSecurityScoreRuleRequestSecurityScoreRuleListSecurityScoreItemList extends $tea.Model {
|
|
30704
30798
|
score?: number;
|
|
30705
30799
|
scoreThreshold?: number;
|
|
@@ -37378,6 +37472,54 @@ export declare class GetCheckDetailResponseBodyDescription extends $tea.Model {
|
|
|
37378
37472
|
[key: string]: any;
|
|
37379
37473
|
});
|
|
37380
37474
|
}
|
|
37475
|
+
export declare class GetCheckDetailResponseBodyRepairSettingFlowStep extends $tea.Model {
|
|
37476
|
+
showText?: string;
|
|
37477
|
+
step?: string;
|
|
37478
|
+
static names(): {
|
|
37479
|
+
[key: string]: string;
|
|
37480
|
+
};
|
|
37481
|
+
static types(): {
|
|
37482
|
+
[key: string]: any;
|
|
37483
|
+
};
|
|
37484
|
+
constructor(map?: {
|
|
37485
|
+
[key: string]: any;
|
|
37486
|
+
});
|
|
37487
|
+
}
|
|
37488
|
+
export declare class GetCheckDetailResponseBodyRepairSettingRepairConfigs extends $tea.Model {
|
|
37489
|
+
customFlag?: boolean;
|
|
37490
|
+
defaultValue?: string;
|
|
37491
|
+
exclusiveName?: string[];
|
|
37492
|
+
flowId?: string;
|
|
37493
|
+
name?: string;
|
|
37494
|
+
showName?: string;
|
|
37495
|
+
typeDefine?: string;
|
|
37496
|
+
value?: string;
|
|
37497
|
+
static names(): {
|
|
37498
|
+
[key: string]: string;
|
|
37499
|
+
};
|
|
37500
|
+
static types(): {
|
|
37501
|
+
[key: string]: any;
|
|
37502
|
+
};
|
|
37503
|
+
constructor(map?: {
|
|
37504
|
+
[key: string]: any;
|
|
37505
|
+
});
|
|
37506
|
+
}
|
|
37507
|
+
export declare class GetCheckDetailResponseBodyRepairSetting extends $tea.Model {
|
|
37508
|
+
flowStep?: GetCheckDetailResponseBodyRepairSettingFlowStep[];
|
|
37509
|
+
repairConfigs?: GetCheckDetailResponseBodyRepairSettingRepairConfigs[];
|
|
37510
|
+
repairReset?: boolean;
|
|
37511
|
+
repairSupport?: boolean;
|
|
37512
|
+
repairSupportType?: number;
|
|
37513
|
+
static names(): {
|
|
37514
|
+
[key: string]: string;
|
|
37515
|
+
};
|
|
37516
|
+
static types(): {
|
|
37517
|
+
[key: string]: any;
|
|
37518
|
+
};
|
|
37519
|
+
constructor(map?: {
|
|
37520
|
+
[key: string]: any;
|
|
37521
|
+
});
|
|
37522
|
+
}
|
|
37381
37523
|
export declare class GetCheckDetailResponseBodySolution extends $tea.Model {
|
|
37382
37524
|
link?: string;
|
|
37383
37525
|
type?: string;
|
|
@@ -38056,6 +38198,7 @@ export declare class GetFileDetectReportResponseBodyData extends $tea.Model {
|
|
|
38056
38198
|
}
|
|
38057
38199
|
export declare class GetFileDetectResultResponseBodyResultList extends $tea.Model {
|
|
38058
38200
|
code?: string;
|
|
38201
|
+
compress?: boolean;
|
|
38059
38202
|
ext?: string;
|
|
38060
38203
|
hashKey?: string;
|
|
38061
38204
|
message?: string;
|
|
@@ -38608,6 +38751,7 @@ export declare class GetModuleConfigResponseBodyPageInfo extends $tea.Model {
|
|
|
38608
38751
|
}
|
|
38609
38752
|
export declare class GetModuleTrialAuthInfoResponseBodyDataTrialRecordList extends $tea.Model {
|
|
38610
38753
|
authLimit?: number;
|
|
38754
|
+
authLimitList?: string;
|
|
38611
38755
|
gmtEnd?: number;
|
|
38612
38756
|
gmtStart?: number;
|
|
38613
38757
|
moduleCode?: string;
|
|
@@ -39744,9 +39888,38 @@ export declare class ListBackupRecordResponseBodyPageInfo extends $tea.Model {
|
|
|
39744
39888
|
[key: string]: any;
|
|
39745
39889
|
});
|
|
39746
39890
|
}
|
|
39891
|
+
export declare class ListCheckInstanceResultResponseBodyBasicDataInstanceInfoConfig extends $tea.Model {
|
|
39892
|
+
name?: string;
|
|
39893
|
+
showName?: string;
|
|
39894
|
+
value?: string;
|
|
39895
|
+
static names(): {
|
|
39896
|
+
[key: string]: string;
|
|
39897
|
+
};
|
|
39898
|
+
static types(): {
|
|
39899
|
+
[key: string]: any;
|
|
39900
|
+
};
|
|
39901
|
+
constructor(map?: {
|
|
39902
|
+
[key: string]: any;
|
|
39903
|
+
});
|
|
39904
|
+
}
|
|
39905
|
+
export declare class ListCheckInstanceResultResponseBodyBasicDataInstanceInfo extends $tea.Model {
|
|
39906
|
+
config?: ListCheckInstanceResultResponseBodyBasicDataInstanceInfoConfig[];
|
|
39907
|
+
firstUpdateTime?: number;
|
|
39908
|
+
lastUpdateTime?: number;
|
|
39909
|
+
static names(): {
|
|
39910
|
+
[key: string]: string;
|
|
39911
|
+
};
|
|
39912
|
+
static types(): {
|
|
39913
|
+
[key: string]: any;
|
|
39914
|
+
};
|
|
39915
|
+
constructor(map?: {
|
|
39916
|
+
[key: string]: any;
|
|
39917
|
+
});
|
|
39918
|
+
}
|
|
39747
39919
|
export declare class ListCheckInstanceResultResponseBodyBasicData extends $tea.Model {
|
|
39748
39920
|
id?: number;
|
|
39749
39921
|
instanceId?: string;
|
|
39922
|
+
instanceInfo?: ListCheckInstanceResultResponseBodyBasicDataInstanceInfo;
|
|
39750
39923
|
instanceName?: string;
|
|
39751
39924
|
regionId?: string;
|
|
39752
39925
|
status?: string;
|
|
@@ -40305,6 +40478,37 @@ export declare class ListClusterPluginInfoResponseBodyData extends $tea.Model {
|
|
|
40305
40478
|
[key: string]: any;
|
|
40306
40479
|
});
|
|
40307
40480
|
}
|
|
40481
|
+
export declare class ListCompressFileDetectResultResponseBodyPageInfo extends $tea.Model {
|
|
40482
|
+
currentPage?: number;
|
|
40483
|
+
pageSize?: number;
|
|
40484
|
+
totalCount?: number;
|
|
40485
|
+
static names(): {
|
|
40486
|
+
[key: string]: string;
|
|
40487
|
+
};
|
|
40488
|
+
static types(): {
|
|
40489
|
+
[key: string]: any;
|
|
40490
|
+
};
|
|
40491
|
+
constructor(map?: {
|
|
40492
|
+
[key: string]: any;
|
|
40493
|
+
});
|
|
40494
|
+
}
|
|
40495
|
+
export declare class ListCompressFileDetectResultResponseBodyResultList extends $tea.Model {
|
|
40496
|
+
ext?: string;
|
|
40497
|
+
hashKey?: string;
|
|
40498
|
+
path?: string;
|
|
40499
|
+
result?: number;
|
|
40500
|
+
score?: number;
|
|
40501
|
+
virusType?: string;
|
|
40502
|
+
static names(): {
|
|
40503
|
+
[key: string]: string;
|
|
40504
|
+
};
|
|
40505
|
+
static types(): {
|
|
40506
|
+
[key: string]: any;
|
|
40507
|
+
};
|
|
40508
|
+
constructor(map?: {
|
|
40509
|
+
[key: string]: any;
|
|
40510
|
+
});
|
|
40511
|
+
}
|
|
40308
40512
|
export declare class ListContainerDefenseRuleRequestConditions extends $tea.Model {
|
|
40309
40513
|
type?: string;
|
|
40310
40514
|
value?: string;
|
|
@@ -44573,6 +44777,8 @@ export default class Client extends OpenApi {
|
|
|
44573
44777
|
listClusterInterceptionConfig(request: ListClusterInterceptionConfigRequest): Promise<ListClusterInterceptionConfigResponse>;
|
|
44574
44778
|
listClusterPluginInfoWithOptions(request: ListClusterPluginInfoRequest, runtime: $Util.RuntimeOptions): Promise<ListClusterPluginInfoResponse>;
|
|
44575
44779
|
listClusterPluginInfo(request: ListClusterPluginInfoRequest): Promise<ListClusterPluginInfoResponse>;
|
|
44780
|
+
listCompressFileDetectResultWithOptions(request: ListCompressFileDetectResultRequest, runtime: $Util.RuntimeOptions): Promise<ListCompressFileDetectResultResponse>;
|
|
44781
|
+
listCompressFileDetectResult(request: ListCompressFileDetectResultRequest): Promise<ListCompressFileDetectResultResponse>;
|
|
44576
44782
|
listContainerDefenseRuleWithOptions(request: ListContainerDefenseRuleRequest, runtime: $Util.RuntimeOptions): Promise<ListContainerDefenseRuleResponse>;
|
|
44577
44783
|
listContainerDefenseRule(request: ListContainerDefenseRuleRequest): Promise<ListContainerDefenseRuleResponse>;
|
|
44578
44784
|
listContainerDefenseRuleClustersWithOptions(runtime: $Util.RuntimeOptions): Promise<ListContainerDefenseRuleClustersResponse>;
|