@alicloud/sas20181203 2.28.0 → 2.28.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 +11 -4
- package/dist/client.js +41 -6
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +55 -6
package/dist/client.d.ts
CHANGED
|
@@ -21400,6 +21400,7 @@ export declare class ListFileProtectEventRequest extends $tea.Model {
|
|
|
21400
21400
|
instanceName?: string;
|
|
21401
21401
|
internetIp?: string;
|
|
21402
21402
|
intranetIp?: string;
|
|
21403
|
+
operation?: string;
|
|
21403
21404
|
pageSize?: string;
|
|
21404
21405
|
ruleName?: string;
|
|
21405
21406
|
startTime?: number;
|
|
@@ -32555,6 +32556,7 @@ export declare class DescribeCommonOverallConfigResponseBodyOverallConfig extend
|
|
|
32555
32556
|
});
|
|
32556
32557
|
}
|
|
32557
32558
|
export declare class DescribeCommonOverallConfigListResponseBodyOverallList extends $tea.Model {
|
|
32559
|
+
authVersionList?: string[];
|
|
32558
32560
|
config?: string;
|
|
32559
32561
|
totalCount?: number;
|
|
32560
32562
|
type?: string;
|
|
@@ -36133,6 +36135,7 @@ export declare class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model
|
|
|
36133
36135
|
lastTimeStamp?: number;
|
|
36134
36136
|
level?: string;
|
|
36135
36137
|
maliciousRuleStatus?: string;
|
|
36138
|
+
markList?: string[];
|
|
36136
36139
|
markMisRules?: string;
|
|
36137
36140
|
name?: string;
|
|
36138
36141
|
occurrenceTime?: string;
|
|
@@ -37579,13 +37582,17 @@ export declare class GetCheckDetailResponseBodyRepairSettingFlowStep extends $te
|
|
|
37579
37582
|
});
|
|
37580
37583
|
}
|
|
37581
37584
|
export declare class GetCheckDetailResponseBodyRepairSettingRepairConfigs extends $tea.Model {
|
|
37585
|
+
consoleParamType?: string;
|
|
37582
37586
|
customFlag?: boolean;
|
|
37587
|
+
dataTransformType?: string;
|
|
37583
37588
|
defaultValue?: string;
|
|
37589
|
+
emptyParamSwitch?: string;
|
|
37584
37590
|
exclusiveName?: string[];
|
|
37585
37591
|
flowId?: string;
|
|
37586
37592
|
name?: string;
|
|
37587
37593
|
showName?: string;
|
|
37588
37594
|
typeDefine?: string;
|
|
37595
|
+
usageType?: string;
|
|
37589
37596
|
value?: string;
|
|
37590
37597
|
static names(): {
|
|
37591
37598
|
[key: string]: string;
|
|
@@ -43685,7 +43692,7 @@ export default class Client extends OpenApi {
|
|
|
43685
43692
|
*/
|
|
43686
43693
|
addSasContainerWebDefenseRule(request: AddSasContainerWebDefenseRuleRequest): Promise<AddSasContainerWebDefenseRuleResponse>;
|
|
43687
43694
|
/**
|
|
43688
|
-
* @summary Enables the trial use of Security Center value-added features, including vulnerability fixing and threat analysis.
|
|
43695
|
+
* @summary Enables the trial use of Security Center value-added features, including vulnerability fixing and threat analysis and response.
|
|
43689
43696
|
*
|
|
43690
43697
|
* @param request AddSasModuleTrialRequest
|
|
43691
43698
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -43693,7 +43700,7 @@ export default class Client extends OpenApi {
|
|
|
43693
43700
|
*/
|
|
43694
43701
|
addSasModuleTrialWithOptions(request: AddSasModuleTrialRequest, runtime: $Util.RuntimeOptions): Promise<AddSasModuleTrialResponse>;
|
|
43695
43702
|
/**
|
|
43696
|
-
* @summary Enables the trial use of Security Center value-added features, including vulnerability fixing and threat analysis.
|
|
43703
|
+
* @summary Enables the trial use of Security Center value-added features, including vulnerability fixing and threat analysis and response.
|
|
43697
43704
|
*
|
|
43698
43705
|
* @param request AddSasModuleTrialRequest
|
|
43699
43706
|
* @return AddSasModuleTrialResponse
|
|
@@ -49789,7 +49796,7 @@ export default class Client extends OpenApi {
|
|
|
49789
49796
|
*/
|
|
49790
49797
|
getModuleConfig(request: GetModuleConfigRequest): Promise<GetModuleConfigResponse>;
|
|
49791
49798
|
/**
|
|
49792
|
-
* @summary Queries the qualification information about the trial use of Security Center value-added features, including vulnerability fixing and threat analysis.
|
|
49799
|
+
* @summary Queries the qualification information about the trial use of Security Center value-added features, including vulnerability fixing and threat analysis and response.
|
|
49793
49800
|
*
|
|
49794
49801
|
* @param request GetModuleTrialAuthInfoRequest
|
|
49795
49802
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -49797,7 +49804,7 @@ export default class Client extends OpenApi {
|
|
|
49797
49804
|
*/
|
|
49798
49805
|
getModuleTrialAuthInfoWithOptions(request: GetModuleTrialAuthInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetModuleTrialAuthInfoResponse>;
|
|
49799
49806
|
/**
|
|
49800
|
-
* @summary Queries the qualification information about the trial use of Security Center value-added features, including vulnerability fixing and threat analysis.
|
|
49807
|
+
* @summary Queries the qualification information about the trial use of Security Center value-added features, including vulnerability fixing and threat analysis and response.
|
|
49801
49808
|
*
|
|
49802
49809
|
* @param request GetModuleTrialAuthInfoRequest
|
|
49803
49810
|
* @return GetModuleTrialAuthInfoResponse
|
package/dist/client.js
CHANGED
|
@@ -29741,6 +29741,7 @@ class ListFileProtectEventRequest extends $tea.Model {
|
|
|
29741
29741
|
instanceName: 'InstanceName',
|
|
29742
29742
|
internetIp: 'InternetIp',
|
|
29743
29743
|
intranetIp: 'IntranetIp',
|
|
29744
|
+
operation: 'Operation',
|
|
29744
29745
|
pageSize: 'PageSize',
|
|
29745
29746
|
ruleName: 'RuleName',
|
|
29746
29747
|
startTime: 'StartTime',
|
|
@@ -29757,6 +29758,7 @@ class ListFileProtectEventRequest extends $tea.Model {
|
|
|
29757
29758
|
instanceName: 'string',
|
|
29758
29759
|
internetIp: 'string',
|
|
29759
29760
|
intranetIp: 'string',
|
|
29761
|
+
operation: 'string',
|
|
29760
29762
|
pageSize: 'string',
|
|
29761
29763
|
ruleName: 'string',
|
|
29762
29764
|
startTime: 'number',
|
|
@@ -45390,6 +45392,7 @@ exports.DescribeCommonOverallConfigResponseBodyOverallConfig = DescribeCommonOve
|
|
|
45390
45392
|
class DescribeCommonOverallConfigListResponseBodyOverallList extends $tea.Model {
|
|
45391
45393
|
static names() {
|
|
45392
45394
|
return {
|
|
45395
|
+
authVersionList: 'AuthVersionList',
|
|
45393
45396
|
config: 'Config',
|
|
45394
45397
|
totalCount: 'TotalCount',
|
|
45395
45398
|
type: 'Type',
|
|
@@ -45397,6 +45400,7 @@ class DescribeCommonOverallConfigListResponseBodyOverallList extends $tea.Model
|
|
|
45397
45400
|
}
|
|
45398
45401
|
static types() {
|
|
45399
45402
|
return {
|
|
45403
|
+
authVersionList: { 'type': 'array', 'itemType': 'string' },
|
|
45400
45404
|
config: 'string',
|
|
45401
45405
|
totalCount: 'number',
|
|
45402
45406
|
type: 'string',
|
|
@@ -50927,6 +50931,7 @@ class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model {
|
|
|
50927
50931
|
lastTimeStamp: 'LastTimeStamp',
|
|
50928
50932
|
level: 'Level',
|
|
50929
50933
|
maliciousRuleStatus: 'MaliciousRuleStatus',
|
|
50934
|
+
markList: 'MarkList',
|
|
50930
50935
|
markMisRules: 'MarkMisRules',
|
|
50931
50936
|
name: 'Name',
|
|
50932
50937
|
occurrenceTime: 'OccurrenceTime',
|
|
@@ -50984,6 +50989,7 @@ class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model {
|
|
|
50984
50989
|
lastTimeStamp: 'number',
|
|
50985
50990
|
level: 'string',
|
|
50986
50991
|
maliciousRuleStatus: 'string',
|
|
50992
|
+
markList: { 'type': 'array', 'itemType': 'string' },
|
|
50987
50993
|
markMisRules: 'string',
|
|
50988
50994
|
name: 'string',
|
|
50989
50995
|
occurrenceTime: 'string',
|
|
@@ -53194,25 +53200,33 @@ exports.GetCheckDetailResponseBodyRepairSettingFlowStep = GetCheckDetailResponse
|
|
|
53194
53200
|
class GetCheckDetailResponseBodyRepairSettingRepairConfigs extends $tea.Model {
|
|
53195
53201
|
static names() {
|
|
53196
53202
|
return {
|
|
53203
|
+
consoleParamType: 'ConsoleParamType',
|
|
53197
53204
|
customFlag: 'CustomFlag',
|
|
53205
|
+
dataTransformType: 'DataTransformType',
|
|
53198
53206
|
defaultValue: 'DefaultValue',
|
|
53207
|
+
emptyParamSwitch: 'EmptyParamSwitch',
|
|
53199
53208
|
exclusiveName: 'ExclusiveName',
|
|
53200
53209
|
flowId: 'FlowId',
|
|
53201
53210
|
name: 'Name',
|
|
53202
53211
|
showName: 'ShowName',
|
|
53203
53212
|
typeDefine: 'TypeDefine',
|
|
53213
|
+
usageType: 'UsageType',
|
|
53204
53214
|
value: 'Value',
|
|
53205
53215
|
};
|
|
53206
53216
|
}
|
|
53207
53217
|
static types() {
|
|
53208
53218
|
return {
|
|
53219
|
+
consoleParamType: 'string',
|
|
53209
53220
|
customFlag: 'boolean',
|
|
53221
|
+
dataTransformType: 'string',
|
|
53210
53222
|
defaultValue: 'string',
|
|
53223
|
+
emptyParamSwitch: 'string',
|
|
53211
53224
|
exclusiveName: { 'type': 'array', 'itemType': 'string' },
|
|
53212
53225
|
flowId: 'string',
|
|
53213
53226
|
name: 'string',
|
|
53214
53227
|
showName: 'string',
|
|
53215
53228
|
typeDefine: 'string',
|
|
53229
|
+
usageType: 'string',
|
|
53216
53230
|
value: 'string',
|
|
53217
53231
|
};
|
|
53218
53232
|
}
|
|
@@ -62901,7 +62915,7 @@ class Client extends openapi_client_1.default {
|
|
|
62901
62915
|
return await this.addSasContainerWebDefenseRuleWithOptions(request, runtime);
|
|
62902
62916
|
}
|
|
62903
62917
|
/**
|
|
62904
|
-
* @summary Enables the trial use of Security Center value-added features, including vulnerability fixing and threat analysis.
|
|
62918
|
+
* @summary Enables the trial use of Security Center value-added features, including vulnerability fixing and threat analysis and response.
|
|
62905
62919
|
*
|
|
62906
62920
|
* @param request AddSasModuleTrialRequest
|
|
62907
62921
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -62933,7 +62947,7 @@ class Client extends openapi_client_1.default {
|
|
|
62933
62947
|
return $tea.cast(await this.callApi(params, req, runtime), new AddSasModuleTrialResponse({}));
|
|
62934
62948
|
}
|
|
62935
62949
|
/**
|
|
62936
|
-
* @summary Enables the trial use of Security Center value-added features, including vulnerability fixing and threat analysis.
|
|
62950
|
+
* @summary Enables the trial use of Security Center value-added features, including vulnerability fixing and threat analysis and response.
|
|
62937
62951
|
*
|
|
62938
62952
|
* @param request AddSasModuleTrialRequest
|
|
62939
62953
|
* @return AddSasModuleTrialResponse
|
|
@@ -82007,7 +82021,7 @@ class Client extends openapi_client_1.default {
|
|
|
82007
82021
|
return await this.getModuleConfigWithOptions(request, runtime);
|
|
82008
82022
|
}
|
|
82009
82023
|
/**
|
|
82010
|
-
* @summary Queries the qualification information about the trial use of Security Center value-added features, including vulnerability fixing and threat analysis.
|
|
82024
|
+
* @summary Queries the qualification information about the trial use of Security Center value-added features, including vulnerability fixing and threat analysis and response.
|
|
82011
82025
|
*
|
|
82012
82026
|
* @param request GetModuleTrialAuthInfoRequest
|
|
82013
82027
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -82039,7 +82053,7 @@ class Client extends openapi_client_1.default {
|
|
|
82039
82053
|
return $tea.cast(await this.callApi(params, req, runtime), new GetModuleTrialAuthInfoResponse({}));
|
|
82040
82054
|
}
|
|
82041
82055
|
/**
|
|
82042
|
-
* @summary Queries the qualification information about the trial use of Security Center value-added features, including vulnerability fixing and threat analysis.
|
|
82056
|
+
* @summary Queries the qualification information about the trial use of Security Center value-added features, including vulnerability fixing and threat analysis and response.
|
|
82043
82057
|
*
|
|
82044
82058
|
* @param request GetModuleTrialAuthInfoRequest
|
|
82045
82059
|
* @return GetModuleTrialAuthInfoResponse
|
|
@@ -85220,6 +85234,9 @@ class Client extends openapi_client_1.default {
|
|
|
85220
85234
|
if (!tea_util_1.default.isUnset(request.intranetIp)) {
|
|
85221
85235
|
query["IntranetIp"] = request.intranetIp;
|
|
85222
85236
|
}
|
|
85237
|
+
if (!tea_util_1.default.isUnset(request.operation)) {
|
|
85238
|
+
query["Operation"] = request.operation;
|
|
85239
|
+
}
|
|
85223
85240
|
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
85224
85241
|
query["PageSize"] = request.pageSize;
|
|
85225
85242
|
}
|
|
@@ -85618,7 +85635,25 @@ class Client extends openapi_client_1.default {
|
|
|
85618
85635
|
*/
|
|
85619
85636
|
async listHoneypotEventFlowsWithOptions(request, runtime) {
|
|
85620
85637
|
tea_util_1.default.validateModel(request);
|
|
85621
|
-
let query =
|
|
85638
|
+
let query = {};
|
|
85639
|
+
if (!tea_util_1.default.isUnset(request.currentPage)) {
|
|
85640
|
+
query["CurrentPage"] = request.currentPage;
|
|
85641
|
+
}
|
|
85642
|
+
if (!tea_util_1.default.isUnset(request.dealed)) {
|
|
85643
|
+
query["Dealed"] = request.dealed;
|
|
85644
|
+
}
|
|
85645
|
+
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
85646
|
+
query["Lang"] = request.lang;
|
|
85647
|
+
}
|
|
85648
|
+
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
85649
|
+
query["PageSize"] = request.pageSize;
|
|
85650
|
+
}
|
|
85651
|
+
if (!tea_util_1.default.isUnset(request.requestId)) {
|
|
85652
|
+
query["RequestId"] = request.requestId;
|
|
85653
|
+
}
|
|
85654
|
+
if (!tea_util_1.default.isUnset(request.securityEventId)) {
|
|
85655
|
+
query["SecurityEventId"] = request.securityEventId;
|
|
85656
|
+
}
|
|
85622
85657
|
let req = new $OpenApi.OpenApiRequest({
|
|
85623
85658
|
query: openapi_util_1.default.query(query),
|
|
85624
85659
|
});
|
|
@@ -85627,7 +85662,7 @@ class Client extends openapi_client_1.default {
|
|
|
85627
85662
|
version: "2018-12-03",
|
|
85628
85663
|
protocol: "HTTPS",
|
|
85629
85664
|
pathname: "/",
|
|
85630
|
-
method: "
|
|
85665
|
+
method: "POST",
|
|
85631
85666
|
authType: "AK",
|
|
85632
85667
|
style: "RPC",
|
|
85633
85668
|
reqBodyType: "formData",
|