tencentcloud-sdk-waf 3.0.898 → 3.0.899

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180125/models.rb +13 -13
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 058f15a9b3d3210b7828c7a08e6c18a7e0a5d962
4
- data.tar.gz: 5ff11a37a3e96abe3c5292afd87dac45c9beed90
3
+ metadata.gz: 58e1a31125ecc2208f33197563f8a0fa38f5e48e
4
+ data.tar.gz: 9bc7fbed4a959299b649f570dd2ba450c7e4a6fc
5
5
  SHA512:
6
- metadata.gz: c7915d91b5b4dbb5ca15cdfbd9d4757bb0f9593f9a29eab2a5d444b6c1ba546f8bfcbceeb77de7e25ce6b2af8254fc881d0d73c18c46d64ecf666bcb6b3d8e51
7
- data.tar.gz: 2c0d70167ec505c60b25fd58e6f9408b7fc2d1133aa83f3575d67cfe578a1c11a7ba2d2f0873469f0079aee7c36a20dd36c0d143029ff7309d908549d7043fd6
6
+ metadata.gz: 164a72dfe235966191850e3329cc14d8f1521aea3614d2df541ad40df960f7b970f96829912dfeb672844fcd6fb2e546d8aa65baf66843b444ee4e3575f516fb
7
+ data.tar.gz: 6469c1ec9ece30b0bce660320ac0e839e9323b03368951d84707778048104d9955626e2c92d2e3d5d0f7f60f3581bdb0dea25d4ffea13641a27933e95fc3f052
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.898
1
+ 3.0.899
@@ -80,8 +80,8 @@ module TencentCloud
80
80
 
81
81
  attr_accessor :BTime, :Count, :BeginTime
82
82
  extend Gem::Deprecate
83
- deprecate :BTime, :none, 2024, 8
84
- deprecate :BTime=, :none, 2024, 8
83
+ deprecate :BTime, :none, 2024, 9
84
+ deprecate :BTime=, :none, 2024, 9
85
85
 
86
86
  def initialize(btime=nil, count=nil, begintime=nil)
87
87
  @BTime = btime
@@ -3205,8 +3205,8 @@ module TencentCloud
3205
3205
 
3206
3206
  attr_accessor :From, :To, :Query, :FieldName, :TopicId, :Sort, :Count
3207
3207
  extend Gem::Deprecate
3208
- deprecate :TopicId, :none, 2024, 8
3209
- deprecate :TopicId=, :none, 2024, 8
3208
+ deprecate :TopicId, :none, 2024, 9
3209
+ deprecate :TopicId=, :none, 2024, 9
3210
3210
 
3211
3211
  def initialize(from=nil, to=nil, query=nil, fieldname=nil, topicid=nil, sort=nil, count=nil)
3212
3212
  @From = from
@@ -5591,10 +5591,10 @@ module TencentCloud
5591
5591
 
5592
5592
  attr_accessor :Domain, :Count, :ActionType, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :OffSet, :Limit, :Source, :Sort, :Ip, :ValidStatus, :ValidTimeStampMin, :ValidTimeStampMax, :RuleId, :TimerType
5593
5593
  extend Gem::Deprecate
5594
- deprecate :VtsMin, :none, 2024, 8
5595
- deprecate :VtsMin=, :none, 2024, 8
5596
- deprecate :VtsMax, :none, 2024, 8
5597
- deprecate :VtsMax=, :none, 2024, 8
5594
+ deprecate :VtsMin, :none, 2024, 9
5595
+ deprecate :VtsMin=, :none, 2024, 9
5596
+ deprecate :VtsMax, :none, 2024, 9
5597
+ deprecate :VtsMax=, :none, 2024, 9
5598
5598
 
5599
5599
  def initialize(domain=nil, count=nil, actiontype=nil, vtsmin=nil, vtsmax=nil, ctsmin=nil, ctsmax=nil, offset=nil, limit=nil, source=nil, sort=nil, ip=nil, validstatus=nil, validtimestampmin=nil, validtimestampmax=nil, ruleid=nil, timertype=nil)
5600
5600
  @Domain = domain
@@ -5699,10 +5699,10 @@ module TencentCloud
5699
5699
 
5700
5700
  attr_accessor :Domain, :Count, :Category, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :Skip, :Limit, :Name, :Sort, :Ip, :ValidTimeStampMin, :ValidTimeStampMax
5701
5701
  extend Gem::Deprecate
5702
- deprecate :VtsMin, :none, 2024, 8
5703
- deprecate :VtsMin=, :none, 2024, 8
5704
- deprecate :VtsMax, :none, 2024, 8
5705
- deprecate :VtsMax=, :none, 2024, 8
5702
+ deprecate :VtsMin, :none, 2024, 9
5703
+ deprecate :VtsMin=, :none, 2024, 9
5704
+ deprecate :VtsMax, :none, 2024, 9
5705
+ deprecate :VtsMax=, :none, 2024, 9
5706
5706
 
5707
5707
  def initialize(domain=nil, count=nil, category=nil, vtsmin=nil, vtsmax=nil, ctsmin=nil, ctsmax=nil, skip=nil, limit=nil, name=nil, sort=nil, ip=nil, validtimestampmin=nil, validtimestampmax=nil)
5708
5708
  @Domain = domain
@@ -7947,7 +7947,7 @@ module TencentCloud
7947
7947
  # @type StartTime: String
7948
7948
  # @param EndTime: 结束时间
7949
7949
  # @type EndTime: String
7950
- # @param Domain: 查询的域名,全部域名不指定
7950
+ # @param Domain: 查询的域名,全部域名填all
7951
7951
  # @type Domain: String
7952
7952
  # @param QueryString: 查询条件,默认为""
7953
7953
  # @type QueryString: String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-waf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.898
4
+ version: 3.0.899
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud