@alicloud/sas20181203 2.28.1 → 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 +10 -4
- package/dist/client.js +19 -4
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +26 -4
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;
|
|
@@ -36134,6 +36135,7 @@ export declare class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model
|
|
|
36134
36135
|
lastTimeStamp?: number;
|
|
36135
36136
|
level?: string;
|
|
36136
36137
|
maliciousRuleStatus?: string;
|
|
36138
|
+
markList?: string[];
|
|
36137
36139
|
markMisRules?: string;
|
|
36138
36140
|
name?: string;
|
|
36139
36141
|
occurrenceTime?: string;
|
|
@@ -37580,13 +37582,17 @@ export declare class GetCheckDetailResponseBodyRepairSettingFlowStep extends $te
|
|
|
37580
37582
|
});
|
|
37581
37583
|
}
|
|
37582
37584
|
export declare class GetCheckDetailResponseBodyRepairSettingRepairConfigs extends $tea.Model {
|
|
37585
|
+
consoleParamType?: string;
|
|
37583
37586
|
customFlag?: boolean;
|
|
37587
|
+
dataTransformType?: string;
|
|
37584
37588
|
defaultValue?: string;
|
|
37589
|
+
emptyParamSwitch?: string;
|
|
37585
37590
|
exclusiveName?: string[];
|
|
37586
37591
|
flowId?: string;
|
|
37587
37592
|
name?: string;
|
|
37588
37593
|
showName?: string;
|
|
37589
37594
|
typeDefine?: string;
|
|
37595
|
+
usageType?: string;
|
|
37590
37596
|
value?: string;
|
|
37591
37597
|
static names(): {
|
|
37592
37598
|
[key: string]: string;
|
|
@@ -43686,7 +43692,7 @@ export default class Client extends OpenApi {
|
|
|
43686
43692
|
*/
|
|
43687
43693
|
addSasContainerWebDefenseRule(request: AddSasContainerWebDefenseRuleRequest): Promise<AddSasContainerWebDefenseRuleResponse>;
|
|
43688
43694
|
/**
|
|
43689
|
-
* @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.
|
|
43690
43696
|
*
|
|
43691
43697
|
* @param request AddSasModuleTrialRequest
|
|
43692
43698
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -43694,7 +43700,7 @@ export default class Client extends OpenApi {
|
|
|
43694
43700
|
*/
|
|
43695
43701
|
addSasModuleTrialWithOptions(request: AddSasModuleTrialRequest, runtime: $Util.RuntimeOptions): Promise<AddSasModuleTrialResponse>;
|
|
43696
43702
|
/**
|
|
43697
|
-
* @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.
|
|
43698
43704
|
*
|
|
43699
43705
|
* @param request AddSasModuleTrialRequest
|
|
43700
43706
|
* @return AddSasModuleTrialResponse
|
|
@@ -49790,7 +49796,7 @@ export default class Client extends OpenApi {
|
|
|
49790
49796
|
*/
|
|
49791
49797
|
getModuleConfig(request: GetModuleConfigRequest): Promise<GetModuleConfigResponse>;
|
|
49792
49798
|
/**
|
|
49793
|
-
* @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.
|
|
49794
49800
|
*
|
|
49795
49801
|
* @param request GetModuleTrialAuthInfoRequest
|
|
49796
49802
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -49798,7 +49804,7 @@ export default class Client extends OpenApi {
|
|
|
49798
49804
|
*/
|
|
49799
49805
|
getModuleTrialAuthInfoWithOptions(request: GetModuleTrialAuthInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetModuleTrialAuthInfoResponse>;
|
|
49800
49806
|
/**
|
|
49801
|
-
* @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.
|
|
49802
49808
|
*
|
|
49803
49809
|
* @param request GetModuleTrialAuthInfoRequest
|
|
49804
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',
|
|
@@ -50929,6 +50931,7 @@ class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model {
|
|
|
50929
50931
|
lastTimeStamp: 'LastTimeStamp',
|
|
50930
50932
|
level: 'Level',
|
|
50931
50933
|
maliciousRuleStatus: 'MaliciousRuleStatus',
|
|
50934
|
+
markList: 'MarkList',
|
|
50932
50935
|
markMisRules: 'MarkMisRules',
|
|
50933
50936
|
name: 'Name',
|
|
50934
50937
|
occurrenceTime: 'OccurrenceTime',
|
|
@@ -50986,6 +50989,7 @@ class DescribeSuspEventsResponseBodySuspEvents extends $tea.Model {
|
|
|
50986
50989
|
lastTimeStamp: 'number',
|
|
50987
50990
|
level: 'string',
|
|
50988
50991
|
maliciousRuleStatus: 'string',
|
|
50992
|
+
markList: { 'type': 'array', 'itemType': 'string' },
|
|
50989
50993
|
markMisRules: 'string',
|
|
50990
50994
|
name: 'string',
|
|
50991
50995
|
occurrenceTime: 'string',
|
|
@@ -53196,25 +53200,33 @@ exports.GetCheckDetailResponseBodyRepairSettingFlowStep = GetCheckDetailResponse
|
|
|
53196
53200
|
class GetCheckDetailResponseBodyRepairSettingRepairConfigs extends $tea.Model {
|
|
53197
53201
|
static names() {
|
|
53198
53202
|
return {
|
|
53203
|
+
consoleParamType: 'ConsoleParamType',
|
|
53199
53204
|
customFlag: 'CustomFlag',
|
|
53205
|
+
dataTransformType: 'DataTransformType',
|
|
53200
53206
|
defaultValue: 'DefaultValue',
|
|
53207
|
+
emptyParamSwitch: 'EmptyParamSwitch',
|
|
53201
53208
|
exclusiveName: 'ExclusiveName',
|
|
53202
53209
|
flowId: 'FlowId',
|
|
53203
53210
|
name: 'Name',
|
|
53204
53211
|
showName: 'ShowName',
|
|
53205
53212
|
typeDefine: 'TypeDefine',
|
|
53213
|
+
usageType: 'UsageType',
|
|
53206
53214
|
value: 'Value',
|
|
53207
53215
|
};
|
|
53208
53216
|
}
|
|
53209
53217
|
static types() {
|
|
53210
53218
|
return {
|
|
53219
|
+
consoleParamType: 'string',
|
|
53211
53220
|
customFlag: 'boolean',
|
|
53221
|
+
dataTransformType: 'string',
|
|
53212
53222
|
defaultValue: 'string',
|
|
53223
|
+
emptyParamSwitch: 'string',
|
|
53213
53224
|
exclusiveName: { 'type': 'array', 'itemType': 'string' },
|
|
53214
53225
|
flowId: 'string',
|
|
53215
53226
|
name: 'string',
|
|
53216
53227
|
showName: 'string',
|
|
53217
53228
|
typeDefine: 'string',
|
|
53229
|
+
usageType: 'string',
|
|
53218
53230
|
value: 'string',
|
|
53219
53231
|
};
|
|
53220
53232
|
}
|
|
@@ -62903,7 +62915,7 @@ class Client extends openapi_client_1.default {
|
|
|
62903
62915
|
return await this.addSasContainerWebDefenseRuleWithOptions(request, runtime);
|
|
62904
62916
|
}
|
|
62905
62917
|
/**
|
|
62906
|
-
* @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.
|
|
62907
62919
|
*
|
|
62908
62920
|
* @param request AddSasModuleTrialRequest
|
|
62909
62921
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -62935,7 +62947,7 @@ class Client extends openapi_client_1.default {
|
|
|
62935
62947
|
return $tea.cast(await this.callApi(params, req, runtime), new AddSasModuleTrialResponse({}));
|
|
62936
62948
|
}
|
|
62937
62949
|
/**
|
|
62938
|
-
* @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.
|
|
62939
62951
|
*
|
|
62940
62952
|
* @param request AddSasModuleTrialRequest
|
|
62941
62953
|
* @return AddSasModuleTrialResponse
|
|
@@ -82009,7 +82021,7 @@ class Client extends openapi_client_1.default {
|
|
|
82009
82021
|
return await this.getModuleConfigWithOptions(request, runtime);
|
|
82010
82022
|
}
|
|
82011
82023
|
/**
|
|
82012
|
-
* @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.
|
|
82013
82025
|
*
|
|
82014
82026
|
* @param request GetModuleTrialAuthInfoRequest
|
|
82015
82027
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -82041,7 +82053,7 @@ class Client extends openapi_client_1.default {
|
|
|
82041
82053
|
return $tea.cast(await this.callApi(params, req, runtime), new GetModuleTrialAuthInfoResponse({}));
|
|
82042
82054
|
}
|
|
82043
82055
|
/**
|
|
82044
|
-
* @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.
|
|
82045
82057
|
*
|
|
82046
82058
|
* @param request GetModuleTrialAuthInfoRequest
|
|
82047
82059
|
* @return GetModuleTrialAuthInfoResponse
|
|
@@ -85222,6 +85234,9 @@ class Client extends openapi_client_1.default {
|
|
|
85222
85234
|
if (!tea_util_1.default.isUnset(request.intranetIp)) {
|
|
85223
85235
|
query["IntranetIp"] = request.intranetIp;
|
|
85224
85236
|
}
|
|
85237
|
+
if (!tea_util_1.default.isUnset(request.operation)) {
|
|
85238
|
+
query["Operation"] = request.operation;
|
|
85239
|
+
}
|
|
85225
85240
|
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
85226
85241
|
query["PageSize"] = request.pageSize;
|
|
85227
85242
|
}
|