tencentcloud-sdk-nodejs-teo 4.1.34 → 4.1.36

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-teo",
3
- "version": "4.1.34",
3
+ "version": "4.1.36",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3370,7 +3370,6 @@ export interface AlgDetectRule {
3370
3370
  AlgConditions?: Array<AclCondition>;
3371
3371
  /**
3372
3372
  * Cookie校验和会话行为分析。
3373
- 注意:此字段可能返回 null,表示取不到有效值。
3374
3373
  */
3375
3374
  AlgDetectSession?: AlgDetectSession;
3376
3375
  /**
@@ -5155,12 +5154,10 @@ export interface SlowRateConfig {
5155
5154
  Switch: string;
5156
5155
  /**
5157
5156
  * 统计的间隔,单位是秒,即在首段包传输结束后,将数据传输轴按照本参数切分,每个分片独立计算慢速攻击。
5158
- 注意:此字段可能返回 null,表示取不到有效值。
5159
5157
  */
5160
5158
  Interval?: number;
5161
5159
  /**
5162
5160
  * 统计时应用的速率阈值,单位是bps,即如果本分片中的传输速率没达到本参数的值,则判定为慢速攻击,应用慢速攻击的处置方式。
5163
- 注意:此字段可能返回 null,表示取不到有效值。
5164
5161
  */
5165
5162
  Threshold?: number;
5166
5163
  }
@@ -6123,7 +6120,6 @@ export interface AclConfig {
6123
6120
  AclUserRules: Array<AclUserRule>;
6124
6121
  /**
6125
6122
  * 托管定制规则
6126
- 注意:此字段可能返回 null,表示取不到有效值。
6127
6123
  */
6128
6124
  Customizes?: Array<AclUserRule>;
6129
6125
  }
@@ -6157,12 +6153,10 @@ export interface IntelligenceRule {
6157
6153
  * 开关,取值有:
6158
6154
  <li>on:开启;</li>
6159
6155
  <li>off:关闭。</li>
6160
- 注意:此字段可能返回 null,表示取不到有效值。
6161
6156
  */
6162
6157
  Switch?: string;
6163
6158
  /**
6164
6159
  * 规则详情。
6165
- 注意:此字段可能返回 null,表示取不到有效值。
6166
6160
  */
6167
6161
  IntelligenceRuleItems?: Array<IntelligenceRuleItem>;
6168
6162
  }
@@ -8941,12 +8935,10 @@ export interface DropPageConfig {
8941
8935
  Switch: string;
8942
8936
  /**
8943
8937
  * Waf(托管规则)模块的拦截页面配置。如果为null,默认使用历史配置。
8944
- 注意:此字段可能返回 null,表示取不到有效值。
8945
8938
  */
8946
8939
  WafDropPageDetail?: DropPageDetail;
8947
8940
  /**
8948
8941
  * 自定义页面的拦截页面配置。如果为null,默认使用历史配置。
8949
- 注意:此字段可能返回 null,表示取不到有效值。
8950
8942
  */
8951
8943
  AclDropPageDetail?: DropPageDetail;
8952
8944
  }
@@ -9612,7 +9604,6 @@ export interface SkipCondition {
9612
9604
  MatchFromType?: string;
9613
9605
  /**
9614
9606
  * 匹配Key的值。
9615
- 注意:此字段可能返回 null,表示取不到有效值。
9616
9607
  */
9617
9608
  MatchFrom?: Array<string>;
9618
9609
  /**
@@ -9623,7 +9614,6 @@ export interface SkipCondition {
9623
9614
  MatchContentType?: string;
9624
9615
  /**
9625
9616
  * 匹配Value的值。
9626
- 注意:此字段可能返回 null,表示取不到有效值。
9627
9617
  */
9628
9618
  MatchContent?: Array<string>;
9629
9619
  }