@alicloud/sas20181203 1.1.0 → 1.1.1
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 +2 -147
- package/dist/client.js +3 -287
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +5 -380
package/dist/client.d.ts
CHANGED
|
@@ -3028,107 +3028,6 @@ export declare class DescribeInstanceStatisticsResponse extends $tea.Model {
|
|
|
3028
3028
|
[key: string]: any;
|
|
3029
3029
|
});
|
|
3030
3030
|
}
|
|
3031
|
-
export declare class DescribeIpInfoRequest extends $tea.Model {
|
|
3032
|
-
field?: string;
|
|
3033
|
-
ip?: string;
|
|
3034
|
-
static names(): {
|
|
3035
|
-
[key: string]: string;
|
|
3036
|
-
};
|
|
3037
|
-
static types(): {
|
|
3038
|
-
[key: string]: any;
|
|
3039
|
-
};
|
|
3040
|
-
constructor(map?: {
|
|
3041
|
-
[key: string]: any;
|
|
3042
|
-
});
|
|
3043
|
-
}
|
|
3044
|
-
export declare class DescribeIpInfoResponseBody extends $tea.Model {
|
|
3045
|
-
requestId?: string;
|
|
3046
|
-
c2DayTrace?: string;
|
|
3047
|
-
city?: string;
|
|
3048
|
-
country?: string;
|
|
3049
|
-
dayCnt30dTor?: string;
|
|
3050
|
-
dayCnt30dWebAttack?: string;
|
|
3051
|
-
dayCnt7dTor?: string;
|
|
3052
|
-
dayCnt7dWebAttack?: string;
|
|
3053
|
-
geo?: string;
|
|
3054
|
-
gmtFirstC2?: string;
|
|
3055
|
-
gmtFirstMiningPool?: string;
|
|
3056
|
-
gmtLastC2?: string;
|
|
3057
|
-
gmtLastMaliciousLogin?: string;
|
|
3058
|
-
gmtLastMaliciousSource?: string;
|
|
3059
|
-
gmtLastMiningPool?: string;
|
|
3060
|
-
gmtLastNat?: string;
|
|
3061
|
-
gmtLastProxy?: string;
|
|
3062
|
-
gmtLastTor?: string;
|
|
3063
|
-
gmtLastWebAttack?: string;
|
|
3064
|
-
idcName?: string;
|
|
3065
|
-
ip?: string;
|
|
3066
|
-
isC2?: string;
|
|
3067
|
-
isC21d?: string;
|
|
3068
|
-
isC27d?: string;
|
|
3069
|
-
isIdc?: string;
|
|
3070
|
-
isMaliciousLogin?: string;
|
|
3071
|
-
isMaliciousLogin1d?: string;
|
|
3072
|
-
isMaliciousLogin7d?: string;
|
|
3073
|
-
isMaliciousSource?: string;
|
|
3074
|
-
isMaliciousSource1d?: string;
|
|
3075
|
-
isMaliciousSource30d?: string;
|
|
3076
|
-
isMaliciousSource7d?: string;
|
|
3077
|
-
isMiningPool?: string;
|
|
3078
|
-
isMiningPool1d?: string;
|
|
3079
|
-
isMiningPool7d?: string;
|
|
3080
|
-
isNat?: string;
|
|
3081
|
-
isNat1d?: string;
|
|
3082
|
-
isNat7d?: string;
|
|
3083
|
-
isProxy?: string;
|
|
3084
|
-
isProxy1d?: string;
|
|
3085
|
-
isProxy7d?: string;
|
|
3086
|
-
isTor?: string;
|
|
3087
|
-
isTor1d?: string;
|
|
3088
|
-
isTor7d?: string;
|
|
3089
|
-
isWebAttack?: string;
|
|
3090
|
-
isWebAttack1d?: string;
|
|
3091
|
-
isWebAttack30d?: string;
|
|
3092
|
-
isWebAttack7d?: string;
|
|
3093
|
-
isp?: string;
|
|
3094
|
-
maliciousLoginDayTrace?: string;
|
|
3095
|
-
maliciousScore?: string;
|
|
3096
|
-
maliciousSourceDayTrace?: string;
|
|
3097
|
-
miningPoolDayTrace?: string;
|
|
3098
|
-
natDayTrace?: string;
|
|
3099
|
-
province?: string;
|
|
3100
|
-
proxyDayTrace?: string;
|
|
3101
|
-
rdns?: string;
|
|
3102
|
-
tags?: string;
|
|
3103
|
-
torDayTrace?: string;
|
|
3104
|
-
totalDayCntTor?: string;
|
|
3105
|
-
totalDayCntWebAttack?: string;
|
|
3106
|
-
webAttackDayTrace?: string;
|
|
3107
|
-
static names(): {
|
|
3108
|
-
[key: string]: string;
|
|
3109
|
-
};
|
|
3110
|
-
static types(): {
|
|
3111
|
-
[key: string]: any;
|
|
3112
|
-
};
|
|
3113
|
-
constructor(map?: {
|
|
3114
|
-
[key: string]: any;
|
|
3115
|
-
});
|
|
3116
|
-
}
|
|
3117
|
-
export declare class DescribeIpInfoResponse extends $tea.Model {
|
|
3118
|
-
headers: {
|
|
3119
|
-
[key: string]: string;
|
|
3120
|
-
};
|
|
3121
|
-
body: DescribeIpInfoResponseBody;
|
|
3122
|
-
static names(): {
|
|
3123
|
-
[key: string]: string;
|
|
3124
|
-
};
|
|
3125
|
-
static types(): {
|
|
3126
|
-
[key: string]: any;
|
|
3127
|
-
};
|
|
3128
|
-
constructor(map?: {
|
|
3129
|
-
[key: string]: any;
|
|
3130
|
-
});
|
|
3131
|
-
}
|
|
3132
3031
|
export declare class DescribeLogstoreStorageRequest extends $tea.Model {
|
|
3133
3032
|
from?: string;
|
|
3134
3033
|
lang?: string;
|
|
@@ -5101,47 +5000,6 @@ export declare class DescribeVersionConfigResponse extends $tea.Model {
|
|
|
5101
5000
|
[key: string]: any;
|
|
5102
5001
|
});
|
|
5103
5002
|
}
|
|
5104
|
-
export declare class DescribeVolDingdingMessageRequest extends $tea.Model {
|
|
5105
|
-
lang?: string;
|
|
5106
|
-
sourceIp?: string;
|
|
5107
|
-
static names(): {
|
|
5108
|
-
[key: string]: string;
|
|
5109
|
-
};
|
|
5110
|
-
static types(): {
|
|
5111
|
-
[key: string]: any;
|
|
5112
|
-
};
|
|
5113
|
-
constructor(map?: {
|
|
5114
|
-
[key: string]: any;
|
|
5115
|
-
});
|
|
5116
|
-
}
|
|
5117
|
-
export declare class DescribeVolDingdingMessageResponseBody extends $tea.Model {
|
|
5118
|
-
dingdingUrl?: string;
|
|
5119
|
-
requestId?: string;
|
|
5120
|
-
static names(): {
|
|
5121
|
-
[key: string]: string;
|
|
5122
|
-
};
|
|
5123
|
-
static types(): {
|
|
5124
|
-
[key: string]: any;
|
|
5125
|
-
};
|
|
5126
|
-
constructor(map?: {
|
|
5127
|
-
[key: string]: any;
|
|
5128
|
-
});
|
|
5129
|
-
}
|
|
5130
|
-
export declare class DescribeVolDingdingMessageResponse extends $tea.Model {
|
|
5131
|
-
headers: {
|
|
5132
|
-
[key: string]: string;
|
|
5133
|
-
};
|
|
5134
|
-
body: DescribeVolDingdingMessageResponseBody;
|
|
5135
|
-
static names(): {
|
|
5136
|
-
[key: string]: string;
|
|
5137
|
-
};
|
|
5138
|
-
static types(): {
|
|
5139
|
-
[key: string]: any;
|
|
5140
|
-
};
|
|
5141
|
-
constructor(map?: {
|
|
5142
|
-
[key: string]: any;
|
|
5143
|
-
});
|
|
5144
|
-
}
|
|
5145
5003
|
export declare class DescribeVpcHoneyPotCriteriaResponseBody extends $tea.Model {
|
|
5146
5004
|
criteriaList?: DescribeVpcHoneyPotCriteriaResponseBodyCriteriaList[];
|
|
5147
5005
|
requestId?: string;
|
|
@@ -8699,6 +8557,7 @@ export declare class DescribeExposedStatisticsDetailResponseBodyStatisticsDetail
|
|
|
8699
8557
|
}
|
|
8700
8558
|
export declare class DescribeFieldStatisticsResponseBodyGroupedFields extends $tea.Model {
|
|
8701
8559
|
aliYunInstanceCount?: number;
|
|
8560
|
+
awsInstanceCount?: number;
|
|
8702
8561
|
exposedInstanceCount?: number;
|
|
8703
8562
|
generalAssetCount?: number;
|
|
8704
8563
|
groupCount?: number;
|
|
@@ -9047,7 +8906,7 @@ export declare class DescribeImageVulListResponseBodyVulRecordsExtendContentJson
|
|
|
9047
8906
|
fullVersion?: string;
|
|
9048
8907
|
layer?: string;
|
|
9049
8908
|
matchDetail?: string;
|
|
9050
|
-
matchList?: string;
|
|
8909
|
+
matchList?: string[];
|
|
9051
8910
|
name?: string;
|
|
9052
8911
|
path?: string;
|
|
9053
8912
|
updateCmd?: string;
|
|
@@ -10857,8 +10716,6 @@ export default class Client extends OpenApi {
|
|
|
10857
10716
|
describeInstanceAntiBruteForceRules(request: DescribeInstanceAntiBruteForceRulesRequest): Promise<DescribeInstanceAntiBruteForceRulesResponse>;
|
|
10858
10717
|
describeInstanceStatisticsWithOptions(request: DescribeInstanceStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceStatisticsResponse>;
|
|
10859
10718
|
describeInstanceStatistics(request: DescribeInstanceStatisticsRequest): Promise<DescribeInstanceStatisticsResponse>;
|
|
10860
|
-
describeIpInfoWithOptions(request: DescribeIpInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpInfoResponse>;
|
|
10861
|
-
describeIpInfo(request: DescribeIpInfoRequest): Promise<DescribeIpInfoResponse>;
|
|
10862
10719
|
describeLogstoreStorageWithOptions(request: DescribeLogstoreStorageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogstoreStorageResponse>;
|
|
10863
10720
|
describeLogstoreStorage(request: DescribeLogstoreStorageRequest): Promise<DescribeLogstoreStorageResponse>;
|
|
10864
10721
|
describeModuleConfigWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeModuleConfigResponse>;
|
|
@@ -10947,8 +10804,6 @@ export default class Client extends OpenApi {
|
|
|
10947
10804
|
describeUserLayoutAuthorization(request: DescribeUserLayoutAuthorizationRequest): Promise<DescribeUserLayoutAuthorizationResponse>;
|
|
10948
10805
|
describeVersionConfigWithOptions(request: DescribeVersionConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVersionConfigResponse>;
|
|
10949
10806
|
describeVersionConfig(request: DescribeVersionConfigRequest): Promise<DescribeVersionConfigResponse>;
|
|
10950
|
-
describeVolDingdingMessageWithOptions(request: DescribeVolDingdingMessageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVolDingdingMessageResponse>;
|
|
10951
|
-
describeVolDingdingMessage(request: DescribeVolDingdingMessageRequest): Promise<DescribeVolDingdingMessageResponse>;
|
|
10952
10807
|
describeVpcHoneyPotCriteriaWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeVpcHoneyPotCriteriaResponse>;
|
|
10953
10808
|
describeVpcHoneyPotCriteria(): Promise<DescribeVpcHoneyPotCriteriaResponse>;
|
|
10954
10809
|
describeVpcHoneyPotListWithOptions(request: DescribeVpcHoneyPotListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVpcHoneyPotListResponse>;
|
package/dist/client.js
CHANGED
|
@@ -4155,180 +4155,6 @@ class DescribeInstanceStatisticsResponse extends $tea.Model {
|
|
|
4155
4155
|
}
|
|
4156
4156
|
}
|
|
4157
4157
|
exports.DescribeInstanceStatisticsResponse = DescribeInstanceStatisticsResponse;
|
|
4158
|
-
class DescribeIpInfoRequest extends $tea.Model {
|
|
4159
|
-
constructor(map) {
|
|
4160
|
-
super(map);
|
|
4161
|
-
}
|
|
4162
|
-
static names() {
|
|
4163
|
-
return {
|
|
4164
|
-
field: 'Field',
|
|
4165
|
-
ip: 'Ip',
|
|
4166
|
-
};
|
|
4167
|
-
}
|
|
4168
|
-
static types() {
|
|
4169
|
-
return {
|
|
4170
|
-
field: 'string',
|
|
4171
|
-
ip: 'string',
|
|
4172
|
-
};
|
|
4173
|
-
}
|
|
4174
|
-
}
|
|
4175
|
-
exports.DescribeIpInfoRequest = DescribeIpInfoRequest;
|
|
4176
|
-
class DescribeIpInfoResponseBody extends $tea.Model {
|
|
4177
|
-
constructor(map) {
|
|
4178
|
-
super(map);
|
|
4179
|
-
}
|
|
4180
|
-
static names() {
|
|
4181
|
-
return {
|
|
4182
|
-
requestId: 'RequestId',
|
|
4183
|
-
c2DayTrace: 'c2_day_trace',
|
|
4184
|
-
city: 'city',
|
|
4185
|
-
country: 'country',
|
|
4186
|
-
dayCnt30dTor: 'day_cnt_30d_tor',
|
|
4187
|
-
dayCnt30dWebAttack: 'day_cnt_30d_web_attack',
|
|
4188
|
-
dayCnt7dTor: 'day_cnt_7d_tor',
|
|
4189
|
-
dayCnt7dWebAttack: 'day_cnt_7d_web_attack',
|
|
4190
|
-
geo: 'geo',
|
|
4191
|
-
gmtFirstC2: 'gmt_first_c2',
|
|
4192
|
-
gmtFirstMiningPool: 'gmt_first_mining_pool',
|
|
4193
|
-
gmtLastC2: 'gmt_last_c2',
|
|
4194
|
-
gmtLastMaliciousLogin: 'gmt_last_malicious_login',
|
|
4195
|
-
gmtLastMaliciousSource: 'gmt_last_malicious_source',
|
|
4196
|
-
gmtLastMiningPool: 'gmt_last_mining_pool',
|
|
4197
|
-
gmtLastNat: 'gmt_last_nat',
|
|
4198
|
-
gmtLastProxy: 'gmt_last_proxy',
|
|
4199
|
-
gmtLastTor: 'gmt_last_tor',
|
|
4200
|
-
gmtLastWebAttack: 'gmt_last_web_attack',
|
|
4201
|
-
idcName: 'idc_name',
|
|
4202
|
-
ip: 'ip',
|
|
4203
|
-
isC2: 'is_c2',
|
|
4204
|
-
isC21d: 'is_c2_1d',
|
|
4205
|
-
isC27d: 'is_c2_7d',
|
|
4206
|
-
isIdc: 'is_idc',
|
|
4207
|
-
isMaliciousLogin: 'is_malicious_login',
|
|
4208
|
-
isMaliciousLogin1d: 'is_malicious_login_1d',
|
|
4209
|
-
isMaliciousLogin7d: 'is_malicious_login_7d',
|
|
4210
|
-
isMaliciousSource: 'is_malicious_source',
|
|
4211
|
-
isMaliciousSource1d: 'is_malicious_source_1d',
|
|
4212
|
-
isMaliciousSource30d: 'is_malicious_source_30d',
|
|
4213
|
-
isMaliciousSource7d: 'is_malicious_source_7d',
|
|
4214
|
-
isMiningPool: 'is_mining_pool',
|
|
4215
|
-
isMiningPool1d: 'is_mining_pool_1d',
|
|
4216
|
-
isMiningPool7d: 'is_mining_pool_7d',
|
|
4217
|
-
isNat: 'is_nat',
|
|
4218
|
-
isNat1d: 'is_nat_1d',
|
|
4219
|
-
isNat7d: 'is_nat_7d',
|
|
4220
|
-
isProxy: 'is_proxy',
|
|
4221
|
-
isProxy1d: 'is_proxy_1d',
|
|
4222
|
-
isProxy7d: 'is_proxy_7d',
|
|
4223
|
-
isTor: 'is_tor',
|
|
4224
|
-
isTor1d: 'is_tor_1d',
|
|
4225
|
-
isTor7d: 'is_tor_7d',
|
|
4226
|
-
isWebAttack: 'is_web_attack',
|
|
4227
|
-
isWebAttack1d: 'is_web_attack_1d',
|
|
4228
|
-
isWebAttack30d: 'is_web_attack_30d',
|
|
4229
|
-
isWebAttack7d: 'is_web_attack_7d',
|
|
4230
|
-
isp: 'isp',
|
|
4231
|
-
maliciousLoginDayTrace: 'malicious_login_day_trace',
|
|
4232
|
-
maliciousScore: 'malicious_score',
|
|
4233
|
-
maliciousSourceDayTrace: 'malicious_source_day_trace',
|
|
4234
|
-
miningPoolDayTrace: 'mining_pool_day_trace',
|
|
4235
|
-
natDayTrace: 'nat_day_trace',
|
|
4236
|
-
province: 'province',
|
|
4237
|
-
proxyDayTrace: 'proxy_day_trace',
|
|
4238
|
-
rdns: 'rdns',
|
|
4239
|
-
tags: 'tags',
|
|
4240
|
-
torDayTrace: 'tor_day_trace',
|
|
4241
|
-
totalDayCntTor: 'total_day_cnt_tor',
|
|
4242
|
-
totalDayCntWebAttack: 'total_day_cnt_web_attack',
|
|
4243
|
-
webAttackDayTrace: 'web_attack_day_trace',
|
|
4244
|
-
};
|
|
4245
|
-
}
|
|
4246
|
-
static types() {
|
|
4247
|
-
return {
|
|
4248
|
-
requestId: 'string',
|
|
4249
|
-
c2DayTrace: 'string',
|
|
4250
|
-
city: 'string',
|
|
4251
|
-
country: 'string',
|
|
4252
|
-
dayCnt30dTor: 'string',
|
|
4253
|
-
dayCnt30dWebAttack: 'string',
|
|
4254
|
-
dayCnt7dTor: 'string',
|
|
4255
|
-
dayCnt7dWebAttack: 'string',
|
|
4256
|
-
geo: 'string',
|
|
4257
|
-
gmtFirstC2: 'string',
|
|
4258
|
-
gmtFirstMiningPool: 'string',
|
|
4259
|
-
gmtLastC2: 'string',
|
|
4260
|
-
gmtLastMaliciousLogin: 'string',
|
|
4261
|
-
gmtLastMaliciousSource: 'string',
|
|
4262
|
-
gmtLastMiningPool: 'string',
|
|
4263
|
-
gmtLastNat: 'string',
|
|
4264
|
-
gmtLastProxy: 'string',
|
|
4265
|
-
gmtLastTor: 'string',
|
|
4266
|
-
gmtLastWebAttack: 'string',
|
|
4267
|
-
idcName: 'string',
|
|
4268
|
-
ip: 'string',
|
|
4269
|
-
isC2: 'string',
|
|
4270
|
-
isC21d: 'string',
|
|
4271
|
-
isC27d: 'string',
|
|
4272
|
-
isIdc: 'string',
|
|
4273
|
-
isMaliciousLogin: 'string',
|
|
4274
|
-
isMaliciousLogin1d: 'string',
|
|
4275
|
-
isMaliciousLogin7d: 'string',
|
|
4276
|
-
isMaliciousSource: 'string',
|
|
4277
|
-
isMaliciousSource1d: 'string',
|
|
4278
|
-
isMaliciousSource30d: 'string',
|
|
4279
|
-
isMaliciousSource7d: 'string',
|
|
4280
|
-
isMiningPool: 'string',
|
|
4281
|
-
isMiningPool1d: 'string',
|
|
4282
|
-
isMiningPool7d: 'string',
|
|
4283
|
-
isNat: 'string',
|
|
4284
|
-
isNat1d: 'string',
|
|
4285
|
-
isNat7d: 'string',
|
|
4286
|
-
isProxy: 'string',
|
|
4287
|
-
isProxy1d: 'string',
|
|
4288
|
-
isProxy7d: 'string',
|
|
4289
|
-
isTor: 'string',
|
|
4290
|
-
isTor1d: 'string',
|
|
4291
|
-
isTor7d: 'string',
|
|
4292
|
-
isWebAttack: 'string',
|
|
4293
|
-
isWebAttack1d: 'string',
|
|
4294
|
-
isWebAttack30d: 'string',
|
|
4295
|
-
isWebAttack7d: 'string',
|
|
4296
|
-
isp: 'string',
|
|
4297
|
-
maliciousLoginDayTrace: 'string',
|
|
4298
|
-
maliciousScore: 'string',
|
|
4299
|
-
maliciousSourceDayTrace: 'string',
|
|
4300
|
-
miningPoolDayTrace: 'string',
|
|
4301
|
-
natDayTrace: 'string',
|
|
4302
|
-
province: 'string',
|
|
4303
|
-
proxyDayTrace: 'string',
|
|
4304
|
-
rdns: 'string',
|
|
4305
|
-
tags: 'string',
|
|
4306
|
-
torDayTrace: 'string',
|
|
4307
|
-
totalDayCntTor: 'string',
|
|
4308
|
-
totalDayCntWebAttack: 'string',
|
|
4309
|
-
webAttackDayTrace: 'string',
|
|
4310
|
-
};
|
|
4311
|
-
}
|
|
4312
|
-
}
|
|
4313
|
-
exports.DescribeIpInfoResponseBody = DescribeIpInfoResponseBody;
|
|
4314
|
-
class DescribeIpInfoResponse extends $tea.Model {
|
|
4315
|
-
constructor(map) {
|
|
4316
|
-
super(map);
|
|
4317
|
-
}
|
|
4318
|
-
static names() {
|
|
4319
|
-
return {
|
|
4320
|
-
headers: 'headers',
|
|
4321
|
-
body: 'body',
|
|
4322
|
-
};
|
|
4323
|
-
}
|
|
4324
|
-
static types() {
|
|
4325
|
-
return {
|
|
4326
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4327
|
-
body: DescribeIpInfoResponseBody,
|
|
4328
|
-
};
|
|
4329
|
-
}
|
|
4330
|
-
}
|
|
4331
|
-
exports.DescribeIpInfoResponse = DescribeIpInfoResponse;
|
|
4332
4158
|
class DescribeLogstoreStorageRequest extends $tea.Model {
|
|
4333
4159
|
constructor(map) {
|
|
4334
4160
|
super(map);
|
|
@@ -7073,60 +6899,6 @@ class DescribeVersionConfigResponse extends $tea.Model {
|
|
|
7073
6899
|
}
|
|
7074
6900
|
}
|
|
7075
6901
|
exports.DescribeVersionConfigResponse = DescribeVersionConfigResponse;
|
|
7076
|
-
class DescribeVolDingdingMessageRequest extends $tea.Model {
|
|
7077
|
-
constructor(map) {
|
|
7078
|
-
super(map);
|
|
7079
|
-
}
|
|
7080
|
-
static names() {
|
|
7081
|
-
return {
|
|
7082
|
-
lang: 'Lang',
|
|
7083
|
-
sourceIp: 'SourceIp',
|
|
7084
|
-
};
|
|
7085
|
-
}
|
|
7086
|
-
static types() {
|
|
7087
|
-
return {
|
|
7088
|
-
lang: 'string',
|
|
7089
|
-
sourceIp: 'string',
|
|
7090
|
-
};
|
|
7091
|
-
}
|
|
7092
|
-
}
|
|
7093
|
-
exports.DescribeVolDingdingMessageRequest = DescribeVolDingdingMessageRequest;
|
|
7094
|
-
class DescribeVolDingdingMessageResponseBody extends $tea.Model {
|
|
7095
|
-
constructor(map) {
|
|
7096
|
-
super(map);
|
|
7097
|
-
}
|
|
7098
|
-
static names() {
|
|
7099
|
-
return {
|
|
7100
|
-
dingdingUrl: 'DingdingUrl',
|
|
7101
|
-
requestId: 'RequestId',
|
|
7102
|
-
};
|
|
7103
|
-
}
|
|
7104
|
-
static types() {
|
|
7105
|
-
return {
|
|
7106
|
-
dingdingUrl: 'string',
|
|
7107
|
-
requestId: 'string',
|
|
7108
|
-
};
|
|
7109
|
-
}
|
|
7110
|
-
}
|
|
7111
|
-
exports.DescribeVolDingdingMessageResponseBody = DescribeVolDingdingMessageResponseBody;
|
|
7112
|
-
class DescribeVolDingdingMessageResponse extends $tea.Model {
|
|
7113
|
-
constructor(map) {
|
|
7114
|
-
super(map);
|
|
7115
|
-
}
|
|
7116
|
-
static names() {
|
|
7117
|
-
return {
|
|
7118
|
-
headers: 'headers',
|
|
7119
|
-
body: 'body',
|
|
7120
|
-
};
|
|
7121
|
-
}
|
|
7122
|
-
static types() {
|
|
7123
|
-
return {
|
|
7124
|
-
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7125
|
-
body: DescribeVolDingdingMessageResponseBody,
|
|
7126
|
-
};
|
|
7127
|
-
}
|
|
7128
|
-
}
|
|
7129
|
-
exports.DescribeVolDingdingMessageResponse = DescribeVolDingdingMessageResponse;
|
|
7130
6902
|
class DescribeVpcHoneyPotCriteriaResponseBody extends $tea.Model {
|
|
7131
6903
|
constructor(map) {
|
|
7132
6904
|
super(map);
|
|
@@ -12144,6 +11916,7 @@ class DescribeFieldStatisticsResponseBodyGroupedFields extends $tea.Model {
|
|
|
12144
11916
|
static names() {
|
|
12145
11917
|
return {
|
|
12146
11918
|
aliYunInstanceCount: 'AliYunInstanceCount',
|
|
11919
|
+
awsInstanceCount: 'AwsInstanceCount',
|
|
12147
11920
|
exposedInstanceCount: 'ExposedInstanceCount',
|
|
12148
11921
|
generalAssetCount: 'GeneralAssetCount',
|
|
12149
11922
|
groupCount: 'GroupCount',
|
|
@@ -12167,6 +11940,7 @@ class DescribeFieldStatisticsResponseBodyGroupedFields extends $tea.Model {
|
|
|
12167
11940
|
static types() {
|
|
12168
11941
|
return {
|
|
12169
11942
|
aliYunInstanceCount: 'number',
|
|
11943
|
+
awsInstanceCount: 'number',
|
|
12170
11944
|
exposedInstanceCount: 'number',
|
|
12171
11945
|
generalAssetCount: 'number',
|
|
12172
11946
|
groupCount: 'number',
|
|
@@ -12706,7 +12480,7 @@ class DescribeImageVulListResponseBodyVulRecordsExtendContentJsonRpmEntityList e
|
|
|
12706
12480
|
fullVersion: 'string',
|
|
12707
12481
|
layer: 'string',
|
|
12708
12482
|
matchDetail: 'string',
|
|
12709
|
-
matchList: 'string',
|
|
12483
|
+
matchList: { 'type': 'array', 'itemType': 'string' },
|
|
12710
12484
|
name: 'string',
|
|
12711
12485
|
path: 'string',
|
|
12712
12486
|
updateCmd: 'string',
|
|
@@ -17821,35 +17595,6 @@ class Client extends openapi_client_1.default {
|
|
|
17821
17595
|
let runtime = new $Util.RuntimeOptions({});
|
|
17822
17596
|
return await this.describeInstanceStatisticsWithOptions(request, runtime);
|
|
17823
17597
|
}
|
|
17824
|
-
async describeIpInfoWithOptions(request, runtime) {
|
|
17825
|
-
tea_util_1.default.validateModel(request);
|
|
17826
|
-
let query = {};
|
|
17827
|
-
if (!tea_util_1.default.isUnset(request.field)) {
|
|
17828
|
-
query["Field"] = request.field;
|
|
17829
|
-
}
|
|
17830
|
-
if (!tea_util_1.default.isUnset(request.ip)) {
|
|
17831
|
-
query["Ip"] = request.ip;
|
|
17832
|
-
}
|
|
17833
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
17834
|
-
query: openapi_util_1.default.query(query),
|
|
17835
|
-
});
|
|
17836
|
-
let params = new $OpenApi.Params({
|
|
17837
|
-
action: "DescribeIpInfo",
|
|
17838
|
-
version: "2018-12-03",
|
|
17839
|
-
protocol: "HTTPS",
|
|
17840
|
-
pathname: "/",
|
|
17841
|
-
method: "POST",
|
|
17842
|
-
authType: "AK",
|
|
17843
|
-
style: "RPC",
|
|
17844
|
-
reqBodyType: "formData",
|
|
17845
|
-
bodyType: "json",
|
|
17846
|
-
});
|
|
17847
|
-
return $tea.cast(await this.callApi(params, req, runtime), new DescribeIpInfoResponse({}));
|
|
17848
|
-
}
|
|
17849
|
-
async describeIpInfo(request) {
|
|
17850
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
17851
|
-
return await this.describeIpInfoWithOptions(request, runtime);
|
|
17852
|
-
}
|
|
17853
17598
|
async describeLogstoreStorageWithOptions(request, runtime) {
|
|
17854
17599
|
tea_util_1.default.validateModel(request);
|
|
17855
17600
|
let query = {};
|
|
@@ -19457,35 +19202,6 @@ class Client extends openapi_client_1.default {
|
|
|
19457
19202
|
let runtime = new $Util.RuntimeOptions({});
|
|
19458
19203
|
return await this.describeVersionConfigWithOptions(request, runtime);
|
|
19459
19204
|
}
|
|
19460
|
-
async describeVolDingdingMessageWithOptions(request, runtime) {
|
|
19461
|
-
tea_util_1.default.validateModel(request);
|
|
19462
|
-
let query = {};
|
|
19463
|
-
if (!tea_util_1.default.isUnset(request.lang)) {
|
|
19464
|
-
query["Lang"] = request.lang;
|
|
19465
|
-
}
|
|
19466
|
-
if (!tea_util_1.default.isUnset(request.sourceIp)) {
|
|
19467
|
-
query["SourceIp"] = request.sourceIp;
|
|
19468
|
-
}
|
|
19469
|
-
let req = new $OpenApi.OpenApiRequest({
|
|
19470
|
-
query: openapi_util_1.default.query(query),
|
|
19471
|
-
});
|
|
19472
|
-
let params = new $OpenApi.Params({
|
|
19473
|
-
action: "DescribeVolDingdingMessage",
|
|
19474
|
-
version: "2018-12-03",
|
|
19475
|
-
protocol: "HTTPS",
|
|
19476
|
-
pathname: "/",
|
|
19477
|
-
method: "POST",
|
|
19478
|
-
authType: "AK",
|
|
19479
|
-
style: "RPC",
|
|
19480
|
-
reqBodyType: "formData",
|
|
19481
|
-
bodyType: "json",
|
|
19482
|
-
});
|
|
19483
|
-
return $tea.cast(await this.callApi(params, req, runtime), new DescribeVolDingdingMessageResponse({}));
|
|
19484
|
-
}
|
|
19485
|
-
async describeVolDingdingMessage(request) {
|
|
19486
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
19487
|
-
return await this.describeVolDingdingMessageWithOptions(request, runtime);
|
|
19488
|
-
}
|
|
19489
19205
|
async describeVpcHoneyPotCriteriaWithOptions(runtime) {
|
|
19490
19206
|
let req = new $OpenApi.OpenApiRequest({});
|
|
19491
19207
|
let params = new $OpenApi.Params({
|