tencentcloud-sdk-waf 3.0.724 → 3.0.725

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: 722343e73a3059c18b1bde69147276d564a6e6ca
4
- data.tar.gz: 48bf172c69e82fabe401a1cb4014828bf320d1d7
3
+ metadata.gz: 1642f9e6822e2e4a6b50107cc94b4ae37926fb18
4
+ data.tar.gz: acdf77ee5b7e8a1dbb896cc388d8de996e8ee49e
5
5
  SHA512:
6
- metadata.gz: 85565783348dbe5964e51f34a0c837b5326f734bf3de3c9fc9ca0fdb9e596730905ecd88d7d31c88f9e5628760b5403b151966b9881ba84d934f5b23e18e1425
7
- data.tar.gz: acf9f7ad4a5b9b8191d234b26e32d7e3ac655eb1f14739bf5a814f53d2a52b34e7d26e00d73eab8a8b73d7cee72670a280dcb0913fdcc2462ca95792fee2c569
6
+ metadata.gz: f270f3967f0e0512fd80a41ece70c20018422c6fcf7f1b21c69163dc5946779e7bca998f8adc4d982bce320a3aabfb1869f8e3da113451fa2ec93860a7e69459
7
+ data.tar.gz: 56e0531229a0285378183a1e89db45d6a6772be654a98b52685c0d8cd1bf7d4805bd22c849bc46c4407e4448025235288bf204b3e9ea3bf4aefb2bdbf80d3997
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.724
1
+ 3.0.725
@@ -11199,7 +11199,7 @@ module TencentCloud
11199
11199
  # @type Name: String
11200
11200
  # @param Status: 状态
11201
11201
  # @type Status: Integer
11202
- # @param Advance: 高级模式
11202
+ # @param Advance: 高级模式(是否使用Session检测),0表示不启用,1表示启用
11203
11203
  # @type Advance: String
11204
11204
  # @param Limit: CC检测阈值
11205
11205
  # @type Limit: String
@@ -11207,9 +11207,9 @@ module TencentCloud
11207
11207
  # @type Interval: String
11208
11208
  # @param Url: 检测Url
11209
11209
  # @type Url: String
11210
- # @param MatchFunc: 匹配方法
11210
+ # @param MatchFunc: 匹配方法,0表示等于,1表示前缀匹配,2表示包含
11211
11211
  # @type MatchFunc: Integer
11212
- # @param ActionType: 动作
11212
+ # @param ActionType: 动作,20表示观察,21表示人机识别,22表示拦截,23表示精准拦截
11213
11213
  # @type ActionType: String
11214
11214
  # @param Priority: 优先级
11215
11215
  # @type Priority: Integer
@@ -11217,7 +11217,7 @@ module TencentCloud
11217
11217
  # @type ValidTime: Integer
11218
11218
  # @param OptionsArr: 附加参数
11219
11219
  # @type OptionsArr: String
11220
- # @param Edition: waf版本
11220
+ # @param Edition: waf版本,sparta-waf或者clb-waf
11221
11221
  # @type Edition: String
11222
11222
  # @param Type: 操作类型
11223
11223
  # @type Type: Integer
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.724
4
+ version: 3.0.725
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-12-10 00:00:00.000000000 Z
11
+ date: 2023-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common