tencentcloud-sdk-nodejs-waf 4.1.21 → 4.1.23
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/package.json
CHANGED
|
@@ -534,6 +534,47 @@ export interface DescribeWafAutoDenyRulesRequest {
|
|
|
534
534
|
*/
|
|
535
535
|
InstanceId?: string;
|
|
536
536
|
}
|
|
537
|
+
/**
|
|
538
|
+
* 重保防护资源信息
|
|
539
|
+
*/
|
|
540
|
+
export interface MajorEventsProPkg {
|
|
541
|
+
/**
|
|
542
|
+
* 资源id
|
|
543
|
+
*/
|
|
544
|
+
ResourceIds?: string;
|
|
545
|
+
/**
|
|
546
|
+
* 状态
|
|
547
|
+
*/
|
|
548
|
+
Status?: number;
|
|
549
|
+
/**
|
|
550
|
+
* 地域
|
|
551
|
+
*/
|
|
552
|
+
Region?: number;
|
|
553
|
+
/**
|
|
554
|
+
* 开始时间
|
|
555
|
+
*/
|
|
556
|
+
BeginTime?: string;
|
|
557
|
+
/**
|
|
558
|
+
* 结束时间
|
|
559
|
+
*/
|
|
560
|
+
EndTime?: string;
|
|
561
|
+
/**
|
|
562
|
+
* 申请数量
|
|
563
|
+
*/
|
|
564
|
+
InquireNum?: number;
|
|
565
|
+
/**
|
|
566
|
+
* 使用数量
|
|
567
|
+
*/
|
|
568
|
+
UsedNum?: number;
|
|
569
|
+
/**
|
|
570
|
+
* 续费标志
|
|
571
|
+
*/
|
|
572
|
+
RenewFlag?: number;
|
|
573
|
+
/**
|
|
574
|
+
* 计费项
|
|
575
|
+
*/
|
|
576
|
+
BillingItem?: string;
|
|
577
|
+
}
|
|
537
578
|
/**
|
|
538
579
|
* GenerateDealsAndPayNew请求参数结构体
|
|
539
580
|
*/
|
|
@@ -2506,6 +2547,23 @@ export interface BatchOperateUserSignatureRulesRequest {
|
|
|
2506
2547
|
*/
|
|
2507
2548
|
Filters?: Array<FiltersItemNew>;
|
|
2508
2549
|
}
|
|
2550
|
+
/**
|
|
2551
|
+
* 设置哪些字段是否存储或转发
|
|
2552
|
+
*/
|
|
2553
|
+
export interface FieldWriteConfig {
|
|
2554
|
+
/**
|
|
2555
|
+
* 1:开启 0:不开启
|
|
2556
|
+
*/
|
|
2557
|
+
EnableHeaders?: number;
|
|
2558
|
+
/**
|
|
2559
|
+
* 1:开启 0:不开启
|
|
2560
|
+
*/
|
|
2561
|
+
EnableBody?: number;
|
|
2562
|
+
/**
|
|
2563
|
+
* 1:开启 0:不开启
|
|
2564
|
+
*/
|
|
2565
|
+
EnableBot?: number;
|
|
2566
|
+
}
|
|
2509
2567
|
/**
|
|
2510
2568
|
* ModifyWafThreatenIntelligence返回参数结构体
|
|
2511
2569
|
*/
|
|
@@ -5076,6 +5134,22 @@ export interface CreatePostCKafkaFlowRequest {
|
|
|
5076
5134
|
* kafka集群的版本号
|
|
5077
5135
|
*/
|
|
5078
5136
|
KafkaVersion: string;
|
|
5137
|
+
/**
|
|
5138
|
+
* 是否开启SASL校验,默认不开启,0-关闭,1-开启
|
|
5139
|
+
*/
|
|
5140
|
+
SASLEnable?: number;
|
|
5141
|
+
/**
|
|
5142
|
+
* SASL用户名
|
|
5143
|
+
*/
|
|
5144
|
+
SASLUser?: string;
|
|
5145
|
+
/**
|
|
5146
|
+
* SASL密码
|
|
5147
|
+
*/
|
|
5148
|
+
SASLPassword?: string;
|
|
5149
|
+
/**
|
|
5150
|
+
* 开启访问日志某些字段是否投递
|
|
5151
|
+
*/
|
|
5152
|
+
WriteConfig?: FieldWriteConfig;
|
|
5079
5153
|
}
|
|
5080
5154
|
/**
|
|
5081
5155
|
* DescribeBotSceneList返回参数结构体
|
|
@@ -7349,6 +7423,10 @@ export interface InstanceInfo {
|
|
|
7349
7423
|
* 最近3天最大带宽
|
|
7350
7424
|
*/
|
|
7351
7425
|
Last3MaxBandwidth?: number;
|
|
7426
|
+
/**
|
|
7427
|
+
* 重保增强包
|
|
7428
|
+
*/
|
|
7429
|
+
MajorEventsProPkg?: MajorEventsProPkg;
|
|
7352
7430
|
}
|
|
7353
7431
|
/**
|
|
7354
7432
|
* DescribeUserSignatureRuleV2返回参数结构体
|
|
@@ -11076,10 +11154,30 @@ export interface PostCKafkaFlowInfo {
|
|
|
11076
11154
|
* 压缩算法,支持gzip 和 lz4
|
|
11077
11155
|
*/
|
|
11078
11156
|
Compression?: string;
|
|
11157
|
+
/**
|
|
11158
|
+
* 是否支持SASL,0-关闭,1-开启
|
|
11159
|
+
*/
|
|
11160
|
+
SASLEnable?: number;
|
|
11161
|
+
/**
|
|
11162
|
+
* SASL用户名
|
|
11163
|
+
*/
|
|
11164
|
+
SASLUser?: string;
|
|
11165
|
+
/**
|
|
11166
|
+
* SALS密码
|
|
11167
|
+
*/
|
|
11168
|
+
SASLPassword?: string;
|
|
11079
11169
|
/**
|
|
11080
11170
|
* 描述信息
|
|
11081
11171
|
*/
|
|
11082
11172
|
Content?: string;
|
|
11173
|
+
/**
|
|
11174
|
+
* 1-外网TGW,2-支撑环境,默认为支撑环境
|
|
11175
|
+
*/
|
|
11176
|
+
VipType?: number;
|
|
11177
|
+
/**
|
|
11178
|
+
* 配置状态
|
|
11179
|
+
*/
|
|
11180
|
+
WriteConfig?: FieldWriteConfig;
|
|
11083
11181
|
}
|
|
11084
11182
|
/**
|
|
11085
11183
|
* UpsertSession请求参数结构体
|