tencentcloud-sdk-waf 3.0.724 → 3.0.726

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: 0d07a5b26730b0751ef36111b59f8d1992da6226
4
+ data.tar.gz: 89cb465c96e1bf7c9226da1d56872680d7073153
5
5
  SHA512:
6
- metadata.gz: 85565783348dbe5964e51f34a0c837b5326f734bf3de3c9fc9ca0fdb9e596730905ecd88d7d31c88f9e5628760b5403b151966b9881ba84d934f5b23e18e1425
7
- data.tar.gz: acf9f7ad4a5b9b8191d234b26e32d7e3ac655eb1f14739bf5a814f53d2a52b34e7d26e00d73eab8a8b73d7cee72670a280dcb0913fdcc2462ca95792fee2c569
6
+ metadata.gz: 851d497b36fa2619599384ba8cd3b59948bdf6938bb6bf76b72e0843cd487061bbc32054c43c744964cb6f788e23cc82689bd3de7c6531508e9607bcbb95a26c
7
+ data.tar.gz: 924d1fafefb69578dbf4934d9180e7ba523ddd9a69b84efcb83a0dc69abc5a7a4df86527e43da5bbd813dcc3c0dd7b92cbb9768c74c17746565d02aca8459798
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.724
1
+ 3.0.726
@@ -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.726
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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common