tencentcloud-sdk-nodejs-cfw 4.1.58 → 4.1.61

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-cfw",
3
- "version": "4.1.58",
3
+ "version": "4.1.61",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2049,6 +2049,10 @@ export interface CreateAlertCenterOmitRequest {
2049
2049
  AlertTable 告警中心 InterceptionTable拦截列表
2050
2050
  */
2051
2051
  TableType: string;
2052
+ /**
2053
+ * 处置对象,事件ID列表
2054
+ */
2055
+ HandleEventIdList?: Array<string>;
2052
2056
  }
2053
2057
  /**
2054
2058
  * DescribeVpcAcRule请求参数结构体