tencentcloud-sdk-nodejs-teo 4.0.578 → 4.0.580

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.
@@ -3588,11 +3588,11 @@ export interface WafRule {
3588
3588
  */
3589
3589
  Switch: string;
3590
3590
  /**
3591
- * 黑名单,ID参考接口 [DescribeSecurityGroupManagedRules](https://tcloud4api.woa.com/document/product/1657/80807?!preview&!document=1)。
3591
+ * 黑名单ID列表,将规则ID加入本参数列表中代表该ID关闭,即该规则ID不再生效。
3592
3592
  */
3593
3593
  BlockRuleIDs: Array<number>;
3594
3594
  /**
3595
- * 观察模式ID列表,将规则ID加入本参数列表中代表该ID使用观察模式生效,即该规则ID进入观察模式。ID参考接口 [DescribeSecurityGroupManagedRules](https://tcloud4api.woa.com/document/product/1657/80807?!preview&!document=1)。
3595
+ * 观察模式ID列表,将规则ID加入本参数列表中代表该ID使用观察模式生效,即该规则ID进入观察模式。
3596
3596
  */
3597
3597
  ObserveRuleIDs: Array<number>;
3598
3598
  }