tencentcloud-sdk-waf 3.0.498 → 3.0.500

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: e0b8232a6fe4a291cc43095225dbb89e5bde923e
4
- data.tar.gz: 23f604cbc552ad64b56cd6bc0610a4a096592e29
3
+ metadata.gz: f639be8f92b7b31dc557c80a4e5153a2cab00b5e
4
+ data.tar.gz: 59313d0f7c83cf816488209cc8622f139b07225c
5
5
  SHA512:
6
- metadata.gz: ef7c398ccde8120d6848dbb80376c4283a877a9bbc8ae0d5c9d3c0774131bbaa3d67bfde1cd722efdc3363e8db6c2f5e35ee25eef1556321766068df1379c66e
7
- data.tar.gz: 0a7704ea45b3d84b660e897b93370ae36da74a798ca17d67f437ec26cd9e36a61766d5020e8879ef90d3327f12824ef09a970478350cfabfea20b807b3184df3
6
+ metadata.gz: 13dbc51404ac0d66073d7fbf0999469ea9d2b84dbdbc3364a97f11e57c4e7181f0171ff90c3c149e46375cae4c45134460115e5f45df98a41261c892c9b9b2d5
7
+ data.tar.gz: 0672da081e0abf37a8b0a14020a1bb35cb84d4a737096fd4f89902c15856a64acee81258198420378a1d65b366fe51e19f8744e022c063d7661d82bcd009ff2b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.498
1
+ 3.0.500
@@ -997,7 +997,7 @@ module TencentCloud
997
997
  # @type Domain: String
998
998
  # @param Items: 删除的ip数组
999
999
  # @type Items: Array
1000
- # @param DeleteAll: 删除对应的域名下的所有黑/白IP名额单
1000
+ # @param DeleteAll: 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单
1001
1001
  # @type DeleteAll: Boolean
1002
1002
  # @param SourceType: 是否为多域名黑白名单
1003
1003
  # @type SourceType: String
@@ -1613,19 +1613,19 @@ module TencentCloud
1613
1613
  # @type Domain: String
1614
1614
  # @param Count: 计数标识
1615
1615
  # @type Count: Integer
1616
- # @param ActionType: 动作
1616
+ # @param ActionType: 动作,40表示查询白名单,42表示查询黑名单
1617
1617
  # @type ActionType: Integer
1618
- # @param VtsMin: 有效时间最小时间戳
1618
+ # @param VtsMin: 最小有效时间的时间戳
1619
1619
  # @type VtsMin: Integer
1620
- # @param VtsMax: 有效时间最大时间戳
1620
+ # @param VtsMax: 最大有效时间的时间戳
1621
1621
  # @type VtsMax: Integer
1622
- # @param CtsMin: 创建时间最小时间戳
1622
+ # @param CtsMin: 最小创建时间的时间戳
1623
1623
  # @type CtsMin: Integer
1624
- # @param CtsMax: 创建时间最大时间戳
1624
+ # @param CtsMax: 最大创建时间的时间戳
1625
1625
  # @type CtsMax: Integer
1626
- # @param OffSet: 偏移
1626
+ # @param OffSet: 分页开始条数
1627
1627
  # @type OffSet: Integer
1628
- # @param Limit: 限制
1628
+ # @param Limit: 每页的条数
1629
1629
  # @type Limit: Integer
1630
1630
  # @param Source: 来源
1631
1631
  # @type Source: String
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.498
4
+ version: 3.0.500
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-01-31 00:00:00.000000000 Z
11
+ date: 2023-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common