tencentcloud-sdk-waf 3.0.881 → 3.0.883

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 +12 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a1c05d4786244a1ff8a3c7207493ae8c9fe4602
4
- data.tar.gz: b67eb2a6b613b11fb002485ac44f3f8ba41485fc
3
+ metadata.gz: c6c81e6271d0a99d49485e0432be4260208a6e0c
4
+ data.tar.gz: f5ac368b856b13db2277a1095cf912b010b9da38
5
5
  SHA512:
6
- metadata.gz: 39f96a3690c6de6b00cd1861796e97a4854cba50cd673f707e9aa31eda255a04817d0fe4fabce805dabdf561d667d35c169bada977401634e83163e07ba33c4e
7
- data.tar.gz: 4856c2236ee67bfee6bb6c6df26b61ae4c6da26aa9139db122a00f59d801bcf995450e43144d96e6cc857c9a563dd169c1b2b81ae7165636f42696e944b5ddc8
6
+ metadata.gz: 7997507201f12b970251d42511e58ec7fe4676f0ac61c64a9987f08f95a547e235ce3b488a69f0d3f71fe42ec7172d2f0a0b1f8820f86dcd1c50dad277c1e0eb
7
+ data.tar.gz: 5f2bf5f44d2420d8ba45905372d6ce66790d71430722a7440a1f5f39e57f9af58dc69d9f95d6cf170c03b4ee730ddbde1bdd368a32c15811bb48b2885ed261f0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.881
1
+ 3.0.883
@@ -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, 7
84
- deprecate :BTime=, :none, 2024, 7
83
+ deprecate :BTime, :none, 2024, 8
84
+ deprecate :BTime=, :none, 2024, 8
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, 7
3209
- deprecate :TopicId=, :none, 2024, 7
3208
+ deprecate :TopicId, :none, 2024, 8
3209
+ deprecate :TopicId=, :none, 2024, 8
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, 7
5595
- deprecate :VtsMin=, :none, 2024, 7
5596
- deprecate :VtsMax, :none, 2024, 7
5597
- deprecate :VtsMax=, :none, 2024, 7
5594
+ deprecate :VtsMin, :none, 2024, 8
5595
+ deprecate :VtsMin=, :none, 2024, 8
5596
+ deprecate :VtsMax, :none, 2024, 8
5597
+ deprecate :VtsMax=, :none, 2024, 8
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, 7
5703
- deprecate :VtsMin=, :none, 2024, 7
5704
- deprecate :VtsMax, :none, 2024, 7
5705
- deprecate :VtsMax=, :none, 2024, 7
5702
+ deprecate :VtsMin, :none, 2024, 8
5703
+ deprecate :VtsMin=, :none, 2024, 8
5704
+ deprecate :VtsMax, :none, 2024, 8
5705
+ deprecate :VtsMax=, :none, 2024, 8
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
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.881
4
+ version: 3.0.883
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-07 00:00:00.000000000 Z
11
+ date: 2024-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common