tencentcloud-sdk-waf 3.0.810 → 3.0.812

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 +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a1a992c5e8c4ab0550ffb01f065a2803f9bff696
4
- data.tar.gz: d0436bb9e8faad1e1279034331608dfcb08588cc
3
+ metadata.gz: 9e941fd773b4127af9978392a0a1c648950acd66
4
+ data.tar.gz: bcd6baeccdd76ff120f3ad296fdcf38b5f83959d
5
5
  SHA512:
6
- metadata.gz: 238d8e3532beef68209e65528f3ada9da2a30b248002f91813bd71cd4f6eef2a110c6fed0dc4a3673c01f5476331fc44da858b876de654a5b97d3ae0a8f936e2
7
- data.tar.gz: 47fa4fa92fbe5574bf94493ce6576edc5498476599a9fbc9f44c0faf25632a62c937f9ac1c5c3d5d54e8f00b23595252ec248efa66a60add2c4f43ccd919b7c6
6
+ metadata.gz: babb33de0147d1c803760af76fd4aad7d0c7c43c8764c75542718625882706dd616be4c5c8f7bf5a801785fea581a5b10ba677575ff623c5dcc0d443f17e0344
7
+ data.tar.gz: c445456dfda101adcccf388b0bc100e508b0395220a1cb862f22c638077f0908835d71468a683b281b9f4c532832f03931479d0193f544cd8b25f00f05457b86
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.810
1
+ 3.0.812
@@ -56,8 +56,8 @@ module TencentCloud
56
56
 
57
57
  attr_accessor :BTime, :Count, :BeginTime
58
58
  extend Gem::Deprecate
59
- deprecate :BTime, :none, 2024, 3
60
- deprecate :BTime=, :none, 2024, 3
59
+ deprecate :BTime, :none, 2024, 4
60
+ deprecate :BTime=, :none, 2024, 4
61
61
 
62
62
  def initialize(btime=nil, count=nil, begintime=nil)
63
63
  @BTime = btime
@@ -4981,10 +4981,10 @@ module TencentCloud
4981
4981
 
4982
4982
  attr_accessor :Domain, :Count, :ActionType, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :OffSet, :Limit, :Source, :Sort, :Ip, :ValidStatus, :ValidTimeStampMin, :ValidTimeStampMax, :RuleId
4983
4983
  extend Gem::Deprecate
4984
- deprecate :VtsMin, :none, 2024, 3
4985
- deprecate :VtsMin=, :none, 2024, 3
4986
- deprecate :VtsMax, :none, 2024, 3
4987
- deprecate :VtsMax=, :none, 2024, 3
4984
+ deprecate :VtsMin, :none, 2024, 4
4985
+ deprecate :VtsMin=, :none, 2024, 4
4986
+ deprecate :VtsMax, :none, 2024, 4
4987
+ deprecate :VtsMax=, :none, 2024, 4
4988
4988
 
4989
4989
  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)
4990
4990
  @Domain = domain
@@ -5087,10 +5087,10 @@ module TencentCloud
5087
5087
 
5088
5088
  attr_accessor :Domain, :Count, :Category, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :Skip, :Limit, :Name, :Sort, :Ip, :ValidTimeStampMin, :ValidTimeStampMax
5089
5089
  extend Gem::Deprecate
5090
- deprecate :VtsMin, :none, 2024, 3
5091
- deprecate :VtsMin=, :none, 2024, 3
5092
- deprecate :VtsMax, :none, 2024, 3
5093
- deprecate :VtsMax=, :none, 2024, 3
5090
+ deprecate :VtsMin, :none, 2024, 4
5091
+ deprecate :VtsMin=, :none, 2024, 4
5092
+ deprecate :VtsMax, :none, 2024, 4
5093
+ deprecate :VtsMax=, :none, 2024, 4
5094
5094
 
5095
5095
  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)
5096
5096
  @Domain = domain
@@ -8631,8 +8631,8 @@ module TencentCloud
8631
8631
 
8632
8632
  attr_accessor :Period, :TopicId
8633
8633
  extend Gem::Deprecate
8634
- deprecate :TopicId, :none, 2024, 3
8635
- deprecate :TopicId=, :none, 2024, 3
8634
+ deprecate :TopicId, :none, 2024, 4
8635
+ deprecate :TopicId=, :none, 2024, 4
8636
8636
 
8637
8637
  def initialize(period=nil, topicid=nil)
8638
8638
  @Period = period
@@ -9929,7 +9929,7 @@ module TencentCloud
9929
9929
  class ModifyModuleStatusRequest < TencentCloud::Common::AbstractModel
9930
9930
  # @param Domain: 需要设置的domain
9931
9931
  # @type Domain: String
9932
- # @param WebSecurity: WEB 安全模块开关,0或1
9932
+ # @param WebSecurity: Web 安全模块开关,0或1
9933
9933
  # @type WebSecurity: Integer
9934
9934
  # @param AccessControl: 访问控制模块开关,0或者1
9935
9935
  # @type AccessControl: Integer
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.810
4
+ version: 3.0.812
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-04-24 00:00:00.000000000 Z
11
+ date: 2024-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common