tencentcloud-sdk-nodejs-teo 4.1.216 → 4.1.217

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.216",
3
+ "version": "4.1.217",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -199,6 +199,10 @@ export interface AdaptiveFrequencyControl {
199
199
  * 自适应频控是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>
200
200
  */
201
201
  Enabled: string;
202
+ /**
203
+ * 自适应频控的规则 ID,仅作为出参返回。
204
+ */
205
+ Id?: string;
202
206
  /**
203
207
  * 自适应频控的限制等级,当 Enabled 为 on 时,此字段必填。取值有:<li>Loose:宽松;</li><li>Moderate:适中;</li><li>Strict:严格。</li>
204
208
  */
@@ -6070,6 +6074,10 @@ export interface BandwidthAbuseDefense {
6070
6074
  * 流量防盗刷(仅适用中国大陆地区)是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>
6071
6075
  */
6072
6076
  Enabled: string;
6077
+ /**
6078
+ * 流量防盗刷的规则 ID,仅作为出参返回。
6079
+ */
6080
+ Id?: string;
6073
6081
  /**
6074
6082
  * 流量防盗刷(仅适用中国大陆地区)的处置方式,当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:<li>Monitor:观察;</li><li>Deny:拦截;</li><li>Challenge:挑战,其中ChallengeActionParameters.Name仅支持JSChallenge。</li>
6075
6083
  */
@@ -12827,6 +12835,10 @@ export interface ClientFiltering {
12827
12835
  * 智能客户端过滤是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>
12828
12836
  */
12829
12837
  Enabled: string;
12838
+ /**
12839
+ * 智能客户端过滤的规则 ID,仅作为出参返回。
12840
+ */
12841
+ Id?: string;
12830
12842
  /**
12831
12843
  * 智能客户端过滤的处置方式,当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:<li>Monitor:观察;</li><li>Deny:拦截;</li><li>Challenge:挑战,其中ChallengeActionParameters.Name仅支持JSChallenge。</li>
12832
12844
  */
@@ -14093,6 +14105,10 @@ export interface SlowAttackDefense {
14093
14105
  * 慢速攻击防护是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>
14094
14106
  */
14095
14107
  Enabled: string;
14108
+ /**
14109
+ * 慢速攻击防护的规则 ID,仅作为出参返回。
14110
+ */
14111
+ Id?: string;
14096
14112
  /**
14097
14113
  * 慢速攻击防护的处置方式,当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:<li>Monitor:观察;</li><li>Deny:拦截;</li>
14098
14114
  */
@@ -16129,10 +16145,6 @@ export interface CreateWebSecurityTemplateResponse {
16129
16145
  * Bot 智能分析的具体配置。
16130
16146
  */
16131
16147
  export interface BotIntelligence {
16132
- /**
16133
- * 基于客户端和请求特征,将请求来源分为人类来源请求、合法 Bot 请求、疑似 Bot 请求和高风险 Bot 请求,并提供请求处置选项。
16134
- */
16135
- BotRatings?: BotRatings;
16136
16148
  /**
16137
16149
  * Bot 智能分析的具体配置开关。取值有:
16138
16150
 
@@ -16140,6 +16152,14 @@ export interface BotIntelligence {
16140
16152
  off:关闭。
16141
16153
  */
16142
16154
  Enabled?: string;
16155
+ /**
16156
+ * Bot 智能分析的规则 ID,仅作为出参返回。
16157
+ */
16158
+ Id?: string;
16159
+ /**
16160
+ * 基于客户端和请求特征,将请求来源分为人类来源请求、合法 Bot 请求、疑似 Bot 请求和高风险 Bot 请求,并提供请求处置选项。
16161
+ */
16162
+ BotRatings?: BotRatings;
16143
16163
  }
16144
16164
  /**
16145
16165
  * HTTPS 源站证书校验的模式。
@@ -16235,6 +16255,10 @@ export interface FrequentScanningProtection {
16235
16255
  * 高频扫描防护规则是否开启。取值有:<li>on:开启,高频扫描防护规则生效;</li><li>off:关闭,高频扫描防护规则不生效。</li>
16236
16256
  */
16237
16257
  Enabled?: string;
16258
+ /**
16259
+ * 高频扫描防护的规则 ID,仅作为出参返回。
16260
+ */
16261
+ Id?: string;
16238
16262
  /**
16239
16263
  * 高频扫描防护的处置动作。 当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:<li>Deny:拦截,响应拦截页面;</li><li>Monitor:观察,不处理请求记录安全事件到日志中;</li><li>JSChallenge:JavaScript 挑战,响应 JavaScript 挑战页面。</li>
16240
16264
  */