tencentcloud-sdk-nodejs-waf 4.1.22 → 4.1.24

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-waf",
3
- "version": "4.1.22",
3
+ "version": "4.1.24",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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
  */
@@ -7382,6 +7423,10 @@ export interface InstanceInfo {
7382
7423
  * 最近3天最大带宽
7383
7424
  */
7384
7425
  Last3MaxBandwidth?: number;
7426
+ /**
7427
+ * 重保增强包
7428
+ */
7429
+ MajorEventsProPkg?: MajorEventsProPkg;
7385
7430
  }
7386
7431
  /**
7387
7432
  * DescribeUserSignatureRuleV2返回参数结构体