tencentcloud-sdk-nodejs-waf 4.0.379 → 4.0.380
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/CHANGELOG.md +166 -0
- package/SERVICE_CHANGELOG.md +204 -136
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/services/waf/v20180125/waf_client.ts +14 -28
- package/src/services/waf/v20180125/waf_models.ts +27 -147
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -9
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -12
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +24 -124
|
@@ -70,51 +70,6 @@ export interface DescribeIpHitItemsResponse {
|
|
|
70
70
|
*/
|
|
71
71
|
RequestId?: string;
|
|
72
72
|
}
|
|
73
|
-
/**
|
|
74
|
-
* DescribeCustomRules接口回包中的复杂类型
|
|
75
|
-
*/
|
|
76
|
-
export interface DescribeCustomRulesRspRuleListItem {
|
|
77
|
-
/**
|
|
78
|
-
* 动作类型
|
|
79
|
-
*/
|
|
80
|
-
ActionType: string;
|
|
81
|
-
/**
|
|
82
|
-
* 跳过的策略
|
|
83
|
-
*/
|
|
84
|
-
Bypass: string;
|
|
85
|
-
/**
|
|
86
|
-
* 创建时间
|
|
87
|
-
*/
|
|
88
|
-
CreateTime: string;
|
|
89
|
-
/**
|
|
90
|
-
* 过期时间
|
|
91
|
-
*/
|
|
92
|
-
ExpireTime: string;
|
|
93
|
-
/**
|
|
94
|
-
* 策略名称
|
|
95
|
-
*/
|
|
96
|
-
Name: string;
|
|
97
|
-
/**
|
|
98
|
-
* 重定向地址
|
|
99
|
-
*/
|
|
100
|
-
Redirect: string;
|
|
101
|
-
/**
|
|
102
|
-
* 策略ID
|
|
103
|
-
*/
|
|
104
|
-
RuleId: string;
|
|
105
|
-
/**
|
|
106
|
-
* 优先级
|
|
107
|
-
*/
|
|
108
|
-
SortId: string;
|
|
109
|
-
/**
|
|
110
|
-
* 状态
|
|
111
|
-
*/
|
|
112
|
-
Status: string;
|
|
113
|
-
/**
|
|
114
|
-
* 策略详情
|
|
115
|
-
*/
|
|
116
|
-
Strategies: Array<Strategy>;
|
|
117
|
-
}
|
|
118
73
|
/**
|
|
119
74
|
* DescribeUserClbWafRegions返回参数结构体
|
|
120
75
|
*/
|
|
@@ -289,23 +244,6 @@ export interface AccessLogItem {
|
|
|
289
244
|
*/
|
|
290
245
|
Value: string;
|
|
291
246
|
}
|
|
292
|
-
/**
|
|
293
|
-
* DescribeCustomRules返回参数结构体
|
|
294
|
-
*/
|
|
295
|
-
export interface DescribeCustomRulesResponse {
|
|
296
|
-
/**
|
|
297
|
-
* 规则详情
|
|
298
|
-
*/
|
|
299
|
-
RuleList: Array<DescribeCustomRulesRspRuleListItem>;
|
|
300
|
-
/**
|
|
301
|
-
* 规则条数
|
|
302
|
-
*/
|
|
303
|
-
TotalCount: string;
|
|
304
|
-
/**
|
|
305
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
306
|
-
*/
|
|
307
|
-
RequestId?: string;
|
|
308
|
-
}
|
|
309
247
|
/**
|
|
310
248
|
* DeleteSession请求参数结构体
|
|
311
249
|
*/
|
|
@@ -376,19 +314,6 @@ export interface UpsertIpAccessControlRequest {
|
|
|
376
314
|
*/
|
|
377
315
|
Edition?: string;
|
|
378
316
|
}
|
|
379
|
-
/**
|
|
380
|
-
* DescribeCustomRules接口的翻页参数
|
|
381
|
-
*/
|
|
382
|
-
export interface DescribeCustomRulesPagingInfo {
|
|
383
|
-
/**
|
|
384
|
-
* 当前页码
|
|
385
|
-
*/
|
|
386
|
-
Offset: number;
|
|
387
|
-
/**
|
|
388
|
-
* 当前页的最大数据条数
|
|
389
|
-
*/
|
|
390
|
-
Limit: number;
|
|
391
|
-
}
|
|
392
317
|
/**
|
|
393
318
|
* DeleteDownloadRecord请求参数结构体
|
|
394
319
|
*/
|
|
@@ -443,29 +368,17 @@ export interface ModifyAccessPeriodResponse {
|
|
|
443
368
|
RequestId?: string;
|
|
444
369
|
}
|
|
445
370
|
/**
|
|
446
|
-
*
|
|
371
|
+
* DescribeWafThreatenIntelligence返回参数结构体
|
|
447
372
|
*/
|
|
448
|
-
export interface
|
|
449
|
-
/**
|
|
450
|
-
* 资源ID
|
|
451
|
-
*/
|
|
452
|
-
ResourceIds: string;
|
|
453
|
-
/**
|
|
454
|
-
* 过期时间
|
|
455
|
-
*/
|
|
456
|
-
ValidTime: string;
|
|
457
|
-
/**
|
|
458
|
-
* 是否自动续费,1:自动续费,0:不自动续费
|
|
459
|
-
*/
|
|
460
|
-
RenewFlag: number;
|
|
373
|
+
export interface DescribeWafThreatenIntelligenceResponse {
|
|
461
374
|
/**
|
|
462
|
-
*
|
|
375
|
+
* WAF 威胁情报封禁信息
|
|
463
376
|
*/
|
|
464
|
-
|
|
377
|
+
WafThreatenIntelligenceDetails?: WafThreatenIntelligenceDetails;
|
|
465
378
|
/**
|
|
466
|
-
*
|
|
379
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
467
380
|
*/
|
|
468
|
-
|
|
381
|
+
RequestId?: string;
|
|
469
382
|
}
|
|
470
383
|
/**
|
|
471
384
|
* 实例入参过滤器
|
|
@@ -1422,31 +1335,6 @@ export interface FraudPkg {
|
|
|
1422
1335
|
*/
|
|
1423
1336
|
UsedNum?: number;
|
|
1424
1337
|
}
|
|
1425
|
-
/**
|
|
1426
|
-
* DescribeCustomRules请求参数结构体
|
|
1427
|
-
*/
|
|
1428
|
-
export interface DescribeCustomRulesRequest {
|
|
1429
|
-
/**
|
|
1430
|
-
* 域名
|
|
1431
|
-
*/
|
|
1432
|
-
Domain: string;
|
|
1433
|
-
/**
|
|
1434
|
-
* 分页参数
|
|
1435
|
-
*/
|
|
1436
|
-
Paging: DescribeCustomRulesPagingInfo;
|
|
1437
|
-
/**
|
|
1438
|
-
* clb-waf或者sparta-waf
|
|
1439
|
-
*/
|
|
1440
|
-
Edition?: string;
|
|
1441
|
-
/**
|
|
1442
|
-
* 过滤参数:动作类型:0放行,1阻断,2人机识别,3观察,4重定向
|
|
1443
|
-
*/
|
|
1444
|
-
ActionType?: string;
|
|
1445
|
-
/**
|
|
1446
|
-
* 过滤参数:规则名称过滤条件
|
|
1447
|
-
*/
|
|
1448
|
-
Search?: string;
|
|
1449
|
-
}
|
|
1450
1338
|
/**
|
|
1451
1339
|
* ModifyDomainWhiteRule返回参数结构体
|
|
1452
1340
|
*/
|
|
@@ -1784,17 +1672,29 @@ export interface DeleteAttackDownloadRecordRequest {
|
|
|
1784
1672
|
Id: number;
|
|
1785
1673
|
}
|
|
1786
1674
|
/**
|
|
1787
|
-
*
|
|
1675
|
+
* clb-waf QPS套餐 New
|
|
1788
1676
|
*/
|
|
1789
|
-
export interface
|
|
1677
|
+
export interface QPSPackageNew {
|
|
1790
1678
|
/**
|
|
1791
|
-
*
|
|
1679
|
+
* 资源ID
|
|
1792
1680
|
*/
|
|
1793
|
-
|
|
1681
|
+
ResourceIds: string;
|
|
1794
1682
|
/**
|
|
1795
|
-
*
|
|
1683
|
+
* 过期时间
|
|
1796
1684
|
*/
|
|
1797
|
-
|
|
1685
|
+
ValidTime: string;
|
|
1686
|
+
/**
|
|
1687
|
+
* 是否自动续费,1:自动续费,0:不自动续费
|
|
1688
|
+
*/
|
|
1689
|
+
RenewFlag: number;
|
|
1690
|
+
/**
|
|
1691
|
+
* 套餐购买个数
|
|
1692
|
+
*/
|
|
1693
|
+
Count: number;
|
|
1694
|
+
/**
|
|
1695
|
+
* 套餐购买地域,clb-waf暂时没有用到
|
|
1696
|
+
*/
|
|
1697
|
+
Region: string;
|
|
1798
1698
|
}
|
|
1799
1699
|
/**
|
|
1800
1700
|
* AddDomainWhiteRule请求参数结构体
|