tencentcloud-sdk-waf 3.0.617 → 3.0.618

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0bf9a39a2212a9cf5056c98d7c2fa7de8284030
4
- data.tar.gz: 8a5d1d65930580fddd67f37a5ec350fd5a7b6bae
3
+ metadata.gz: 1eff34994641a3dd0de41a31410a154acc42e7cc
4
+ data.tar.gz: dd7483c085b03c3fc5f3c598c8d9a00aab17173e
5
5
  SHA512:
6
- metadata.gz: dca514f38b2c762ecfd4914683296ebdd0bca195fe9d890693929e50a911b84d5329459f6ad2c5dfbd81e81b9d66b76a074cd334bc0f16643e4d44bffb243c3c
7
- data.tar.gz: 160f05c0ca54ce5155c96ce2980187f549dd9a083b60f59c1b445d560c7af02ad2a3d2103bf02278f1a053094815ee82e641e6a648f509196ae1d7842185d5c1
6
+ metadata.gz: 5ae08175a8a985aeff9f95f5d186079121a3b09f844c03c218e4bf02c267f6f71c55484dc973f0dc378f64a985e5356e11de623561bb5898d15da2e87573a228
7
+ data.tar.gz: e765b989ee9497ec9c4ceab495353280ba92b640625853a984ec1ccf9998845de57e2d87b8cf45a4357ed95f08e13ea2b4719b778f7d2420b159121f60f2e36a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.617
1
+ 3.0.618
@@ -467,7 +467,7 @@ module TencentCloud
467
467
  # @type Url: String
468
468
  # @param Function: 规则的方法
469
469
  # @type Function: String
470
- # @param Status: 规则的开关
470
+ # @param Status: 规则的开关,0表示规则关闭,1表示规则打开
471
471
  # @type Status: Integer
472
472
 
473
473
  attr_accessor :Domain, :Rules, :Url, :Function, :Status
@@ -1668,7 +1668,7 @@ module TencentCloud
1668
1668
  class DescribeCustomWhiteRuleRequest < TencentCloud::Common::AbstractModel
1669
1669
  # @param Domain: 域名
1670
1670
  # @type Domain: String
1671
- # @param Offset: 偏移
1671
+ # @param Offset: 偏移量
1672
1672
  # @type Offset: Integer
1673
1673
  # @param Limit: 容量
1674
1674
  # @type Limit: Integer
@@ -4146,7 +4146,7 @@ module TencentCloud
4146
4146
  # @type TimeThreshold: Integer
4147
4147
  # @param DenyTimeThreshold: 触发IP封禁后的封禁时间,范围为5~360分钟
4148
4148
  # @type DenyTimeThreshold: Integer
4149
- # @param DefenseStatus: 自动封禁状态
4149
+ # @param DefenseStatus: 自动封禁状态,0表示关闭,1表示打开
4150
4150
  # @type DefenseStatus: Integer
4151
4151
 
4152
4152
  attr_accessor :Domain, :AttackThreshold, :TimeThreshold, :DenyTimeThreshold, :DefenseStatus
@@ -4828,9 +4828,10 @@ module TencentCloud
4828
4828
  # @type Domain: String
4829
4829
  # @param Ids: 规则列表
4830
4830
  # @type Ids: Array
4831
- # @param Status: 开关状态
4831
+ # @param Status: 开关状态,0表示关闭,1表示开启,2表示只观察
4832
4832
  # @type Status: Integer
4833
- # @param Reason: 设置为观察模式原因
4833
+ # @param Reason: 设置为观察模式原因,
4834
+ # 1表示业务自身原因观察,2表示系统规则误报上报,3表示核心业务灰度观察,4表示其他
4834
4835
  # @type Reason: Integer
4835
4836
 
4836
4837
  attr_accessor :Domain, :Ids, :Status, :Reason
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-waf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.617
4
+ version: 3.0.618
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-20 00:00:00.000000000 Z
11
+ date: 2023-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common