tencentcloud-sdk-waf 3.0.810 → 3.0.811

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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: cc514a1c8ffbe606d0a2b4455fe09b8cc2f836d8
4
+ data.tar.gz: 3a93115a2ca8a97feafcdd042934ab9a3b6d3b92
5
5
  SHA512:
6
- metadata.gz: 238d8e3532beef68209e65528f3ada9da2a30b248002f91813bd71cd4f6eef2a110c6fed0dc4a3673c01f5476331fc44da858b876de654a5b97d3ae0a8f936e2
7
- data.tar.gz: 47fa4fa92fbe5574bf94493ce6576edc5498476599a9fbc9f44c0faf25632a62c937f9ac1c5c3d5d54e8f00b23595252ec248efa66a60add2c4f43ccd919b7c6
6
+ metadata.gz: 4b5a81de46ee6bf4923c3cf6f631b6573154a1f2e6553715c5781f18fd26baf71c9daa87a74eada7edeea5db503b36b3f072d62b9e770e1c47c02284b302e410
7
+ data.tar.gz: 4eb2eb37cc7ba5f701b7104304f0d185f03aa65681ce3459fd9e06ec6765d8511fd320b6c5f19bc0b874f73973f6c98d73decf4436d3cdb8cc450f028d015d1a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.810
1
+ 3.0.811
@@ -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.811
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-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common