tencentcloud-sdk-waf 3.0.750 → 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: bcd85ce92160c582b4486b4e7624a56ca159186e
4
- data.tar.gz: 07f3ab98b9bd088b86cd6aec89f39915f9967893
3
+ metadata.gz: 2b9c561ebe2df53a7a1ef65137ffe34e433373d9
4
+ data.tar.gz: 7100846464613c0688a2c6bedee686e38d23e286
5
5
  SHA512:
6
- metadata.gz: 51c2ad573069d771a984265765d97d068237e42e43fa25900dc6ea1da31f810cf20e180ce7791a81f7f2103aae652b18c35e084f16907f908d40b9ba05eb208a
7
- data.tar.gz: aeaf98a2f6078bbf98105a62e4f06c55ea8b5f3bec39feb0c5a2a4ca842e2c2854707e244246eccfec77e8c524e42e649f773a2170f6834f8ffab2ea13ec530a
6
+ metadata.gz: 166625576d7cac8704c62736c199933f3eae417d6b5b3b4f0548d936a5e0a1537309de754da5590690bb6d5eae17e9663a0458d2896a0c74e92edb3888ac416b
7
+ data.tar.gz: 8ae09a56de17a69e74cab327e5de59e613430d403a2357cf32f983d0ffece5e0dfda2a8abff28add211d4febc5cd4df8b4ac7ffd624bcf23ba7b4c1fe25c957f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.750
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.750
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