tencentcloud-sdk-waf 3.0.809 → 3.0.811

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: 4e4148154b968e1d7313c3183a0a292c84c071dd
4
- data.tar.gz: d989351ce12f5485ce5f6cf5a8d60586a3de063f
3
+ metadata.gz: cc514a1c8ffbe606d0a2b4455fe09b8cc2f836d8
4
+ data.tar.gz: 3a93115a2ca8a97feafcdd042934ab9a3b6d3b92
5
5
  SHA512:
6
- metadata.gz: 666ca87d1fc26f56dc2ffe95156728b4dff8803ff2e3974966d85ffc0c7033e1e20c79b28234434670a4e04e4a239c66d63bbb7f4ef8f6049b49854206bec81a
7
- data.tar.gz: 5d48a7749e6b6d42d4c0fa58f55b554f93aa6857385a0677e474a56553a9d8224ddf269833c048df20ef65fc95e9d5228421ca474b1f73115db5c47e5537005a
6
+ metadata.gz: 4b5a81de46ee6bf4923c3cf6f631b6573154a1f2e6553715c5781f18fd26baf71c9daa87a74eada7edeea5db503b36b3f072d62b9e770e1c47c02284b302e410
7
+ data.tar.gz: 4eb2eb37cc7ba5f701b7104304f0d185f03aa65681ce3459fd9e06ec6765d8511fd320b6c5f19bc0b874f73973f6c98d73decf4436d3cdb8cc450f028d015d1a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.809
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.809
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-23 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