tencentcloud-sdk-waf 3.0.749 → 3.0.751

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 +10 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 616494ce7a1ec57f4c37ce53dfdba7aae1d431ea
4
- data.tar.gz: 9714b7b7bd95fc119e0f58cee41ebfb4969f2b4c
3
+ metadata.gz: 2b9c561ebe2df53a7a1ef65137ffe34e433373d9
4
+ data.tar.gz: 7100846464613c0688a2c6bedee686e38d23e286
5
5
  SHA512:
6
- metadata.gz: 40f00a1f2b87fa50e721593c335ae61fe6cfa023a4955f22ca13229d64fb45e2df0332a6189cf5fef49b399ed413f4cac27c74d95980ded2b6e22057d6ce9bf4
7
- data.tar.gz: 926dd4b24093c79b4b1627f5f2f15eafdba122bbb6339d542ec97f604aec3f9d7d57bfcbe42c47a9b094312d185ddf489b26958d31399c79efdcc2b767c7fa56
6
+ metadata.gz: 166625576d7cac8704c62736c199933f3eae417d6b5b3b4f0548d936a5e0a1537309de754da5590690bb6d5eae17e9663a0458d2896a0c74e92edb3888ac416b
7
+ data.tar.gz: 8ae09a56de17a69e74cab327e5de59e613430d403a2357cf32f983d0ffece5e0dfda2a8abff28add211d4febc5cd4df8b4ac7ffd624bcf23ba7b4c1fe25c957f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.749
1
+ 3.0.751
@@ -56,8 +56,8 @@ module TencentCloud
56
56
 
57
57
  attr_accessor :BTime, :Count, :BeginTime
58
58
  extend Gem::Deprecate
59
- deprecate :BTime, :none, 2023, 12
60
- deprecate :BTime=, :none, 2023, 12
59
+ deprecate :BTime, :none, 2024, 1
60
+ deprecate :BTime=, :none, 2024, 1
61
61
 
62
62
  def initialize(btime=nil, count=nil, begintime=nil)
63
63
  @BTime = btime
@@ -4775,10 +4775,10 @@ module TencentCloud
4775
4775
 
4776
4776
  attr_accessor :Domain, :Count, :ActionType, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :OffSet, :Limit, :Source, :Sort, :Ip, :ValidStatus, :ValidTimeStampMin, :ValidTimeStampMax
4777
4777
  extend Gem::Deprecate
4778
- deprecate :VtsMin, :none, 2023, 12
4779
- deprecate :VtsMin=, :none, 2023, 12
4780
- deprecate :VtsMax, :none, 2023, 12
4781
- deprecate :VtsMax=, :none, 2023, 12
4778
+ deprecate :VtsMin, :none, 2024, 1
4779
+ deprecate :VtsMin=, :none, 2024, 1
4780
+ deprecate :VtsMax, :none, 2024, 1
4781
+ deprecate :VtsMax=, :none, 2024, 1
4782
4782
 
4783
4783
  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)
4784
4784
  @Domain = domain
@@ -4874,10 +4874,10 @@ module TencentCloud
4874
4874
 
4875
4875
  attr_accessor :Domain, :Count, :Category, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :Skip, :Limit, :Name, :Sort, :Ip, :ValidTimeStampMin, :ValidTimeStampMax
4876
4876
  extend Gem::Deprecate
4877
- deprecate :VtsMin, :none, 2023, 12
4878
- deprecate :VtsMin=, :none, 2023, 12
4879
- deprecate :VtsMax, :none, 2023, 12
4880
- deprecate :VtsMax=, :none, 2023, 12
4877
+ deprecate :VtsMin, :none, 2024, 1
4878
+ deprecate :VtsMin=, :none, 2024, 1
4879
+ deprecate :VtsMax, :none, 2024, 1
4880
+ deprecate :VtsMax=, :none, 2024, 1
4881
4881
 
4882
4882
  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)
4883
4883
  @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.749
4
+ version: 3.0.751
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-01-15 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common