tencentcloud-sdk-waf 3.0.498 → 3.0.499

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0b8232a6fe4a291cc43095225dbb89e5bde923e
4
- data.tar.gz: 23f604cbc552ad64b56cd6bc0610a4a096592e29
3
+ metadata.gz: bb10b0dd08f8314f59fe6e2a5b7359823cb2052d
4
+ data.tar.gz: dc4c04f6e8646cd8c06087a7860c1083953e682b
5
5
  SHA512:
6
- metadata.gz: ef7c398ccde8120d6848dbb80376c4283a877a9bbc8ae0d5c9d3c0774131bbaa3d67bfde1cd722efdc3363e8db6c2f5e35ee25eef1556321766068df1379c66e
7
- data.tar.gz: 0a7704ea45b3d84b660e897b93370ae36da74a798ca17d67f437ec26cd9e36a61766d5020e8879ef90d3327f12824ef09a970478350cfabfea20b807b3184df3
6
+ metadata.gz: 5579a81a24d251633f6138885992b9622dba937b876feb9d710f3cc48f7abd5010b719a3c25238687c39b73a774b037a512f4f69a6fe33f63800b7d59336434c
7
+ data.tar.gz: 9dd9980dee68aa317212205ff6e574f8b897f84e7de8ac8482fe59ec640086a23652bb83f679d99d68f479a45e0217423d7e4a415f567ec46fa4095911b5167c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.498
1
+ 3.0.499
@@ -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.499
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-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common