tencentcloud-sdk-waf 3.0.1074 → 3.0.1076

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 +28 -29
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62d93b5d369188a061dacaf17f113ddce9424d28
4
- data.tar.gz: 4d53c44ceffa4feeb7da39319694d065d248ed77
3
+ metadata.gz: 18ada1e8e98be1e0efe9edfef3fde62917e59b69
4
+ data.tar.gz: d0fc6b8f76a3e7a69831c65473761d3a6f330d45
5
5
  SHA512:
6
- metadata.gz: 7d9097ec8ef0b6d72f9e5a7d6420ca841b7ba4675362c797dba93e251d7db013485f6d65ab308480fd79746c0810f77eb59366046e01167cc178d9a4ac50ac16
7
- data.tar.gz: d7061013c58627c886e61160bdf2c7647028645041a09929979b3907bbbd0557a9fd6fb46ae926ecd9eb93219c8dbe17fe216ff1d898892914c2180c8f06397d
6
+ metadata.gz: 09ae9a68b016884b192c72eb32cee3fbce23bea81435697a249926a3bbc408c56b972f397150e94b45976ebf414e68a0cb54dc232e484d44cdb23df425adba7c
7
+ data.tar.gz: 694302edf2ef7e3e8421654eb9fbbc1205ecfffd31f9708079a539e82aa98c262163fc639491ff5cb80b6c51a1b31394ac278dd38d620cbe20747438227dc344
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1076
@@ -77,8 +77,8 @@ module TencentCloud
77
77
 
78
78
  attr_accessor :BTime, :Count, :BeginTime
79
79
  extend Gem::Deprecate
80
- deprecate :BTime, :none, 2025, 5
81
- deprecate :BTime=, :none, 2025, 5
80
+ deprecate :BTime, :none, 2025, 6
81
+ deprecate :BTime=, :none, 2025, 6
82
82
 
83
83
  def initialize(btime=nil, count=nil, begintime=nil)
84
84
  @BTime = btime
@@ -595,8 +595,8 @@ module TencentCloud
595
595
 
596
596
  attr_accessor :Name, :SortId, :Strategies, :Domain, :ActionType, :Redirect, :ExpireTime, :Edition, :Bypass, :EventId, :JobType, :JobDateTime, :Source, :Label, :Status, :PageId, :LogicalOp
597
597
  extend Gem::Deprecate
598
- deprecate :Bypass, :none, 2025, 5
599
- deprecate :Bypass=, :none, 2025, 5
598
+ deprecate :Bypass, :none, 2025, 6
599
+ deprecate :Bypass=, :none, 2025, 6
600
600
 
601
601
  def initialize(name=nil, sortid=nil, strategies=nil, domain=nil, actiontype=nil, redirect=nil, expiretime=nil, edition=nil, bypass=nil, eventid=nil, jobtype=nil, jobdatetime=nil, source=nil, label=nil, status=nil, pageid=nil, logicalop=nil)
602
602
  @Name = name
@@ -1533,10 +1533,10 @@ module TencentCloud
1533
1533
 
1534
1534
  attr_accessor :Id, :ActionType, :Ip, :Note, :Source, :TsVersion, :ValidTs, :Hosts, :RuleId, :IpList, :CreateTime, :JobType, :CronType, :JobDateTime, :ValidStatus, :GroupIds
1535
1535
  extend Gem::Deprecate
1536
- deprecate :Id, :none, 2025, 5
1537
- deprecate :Id=, :none, 2025, 5
1538
- deprecate :Ip, :none, 2025, 5
1539
- deprecate :Ip=, :none, 2025, 5
1536
+ deprecate :Id, :none, 2025, 6
1537
+ deprecate :Id=, :none, 2025, 6
1538
+ deprecate :Ip, :none, 2025, 6
1539
+ deprecate :Ip=, :none, 2025, 6
1540
1540
 
1541
1541
  def initialize(id=nil, actiontype=nil, ip=nil, note=nil, source=nil, tsversion=nil, validts=nil, hosts=nil, ruleid=nil, iplist=nil, createtime=nil, jobtype=nil, crontype=nil, jobdatetime=nil, validstatus=nil, groupids=nil)
1542
1542
  @Id = id
@@ -3085,8 +3085,8 @@ module TencentCloud
3085
3085
 
3086
3086
  attr_accessor :Domain, :IpList, :ActionType, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
3087
3087
  extend Gem::Deprecate
3088
- deprecate :ValidTS, :none, 2025, 5
3089
- deprecate :ValidTS=, :none, 2025, 5
3088
+ deprecate :ValidTS, :none, 2025, 6
3089
+ deprecate :ValidTS=, :none, 2025, 6
3090
3090
 
3091
3091
  def initialize(domain=nil, iplist=nil, actiontype=nil, validts=nil, instanceid=nil, edition=nil, sourcetype=nil, note=nil, jobtype=nil, jobdatetime=nil)
3092
3092
  @Domain = domain
@@ -4042,8 +4042,8 @@ module TencentCloud
4042
4042
 
4043
4043
  attr_accessor :From, :To, :Query, :FieldName, :TopicId, :Sort, :Count
4044
4044
  extend Gem::Deprecate
4045
- deprecate :TopicId, :none, 2025, 5
4046
- deprecate :TopicId=, :none, 2025, 5
4045
+ deprecate :TopicId, :none, 2025, 6
4046
+ deprecate :TopicId=, :none, 2025, 6
4047
4047
 
4048
4048
  def initialize(from=nil, to=nil, query=nil, fieldname=nil, topicid=nil, sort=nil, count=nil)
4049
4049
  @From = from
@@ -6740,10 +6740,10 @@ module TencentCloud
6740
6740
 
6741
6741
  attr_accessor :Domain, :Count, :ActionType, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :OffSet, :Limit, :Source, :Sort, :Ip, :ValidStatus, :ValidTimeStampMin, :ValidTimeStampMax, :RuleId, :TimerType
6742
6742
  extend Gem::Deprecate
6743
- deprecate :VtsMin, :none, 2025, 5
6744
- deprecate :VtsMin=, :none, 2025, 5
6745
- deprecate :VtsMax, :none, 2025, 5
6746
- deprecate :VtsMax=, :none, 2025, 5
6743
+ deprecate :VtsMin, :none, 2025, 6
6744
+ deprecate :VtsMin=, :none, 2025, 6
6745
+ deprecate :VtsMax, :none, 2025, 6
6746
+ deprecate :VtsMax=, :none, 2025, 6
6747
6747
 
6748
6748
  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, timertype=nil)
6749
6749
  @Domain = domain
@@ -6846,10 +6846,10 @@ module TencentCloud
6846
6846
 
6847
6847
  attr_accessor :Domain, :Count, :Category, :VtsMin, :VtsMax, :CtsMin, :CtsMax, :Skip, :Limit, :Name, :Sort, :Ip, :ValidTimeStampMin, :ValidTimeStampMax
6848
6848
  extend Gem::Deprecate
6849
- deprecate :VtsMin, :none, 2025, 5
6850
- deprecate :VtsMin=, :none, 2025, 5
6851
- deprecate :VtsMax, :none, 2025, 5
6852
- deprecate :VtsMax=, :none, 2025, 5
6849
+ deprecate :VtsMin, :none, 2025, 6
6850
+ deprecate :VtsMin=, :none, 2025, 6
6851
+ deprecate :VtsMax, :none, 2025, 6
6852
+ deprecate :VtsMax=, :none, 2025, 6
6853
6853
 
6854
6854
  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)
6855
6855
  @Domain = domain
@@ -11965,8 +11965,8 @@ module TencentCloud
11965
11965
 
11966
11966
  attr_accessor :Domain, :RuleId, :RuleName, :RuleAction, :Strategies, :Edition, :Redirect, :Bypass, :SortId, :ExpireTime, :JobType, :JobDateTime, :Source, :Status, :PageId, :LogicalOp
11967
11967
  extend Gem::Deprecate
11968
- deprecate :Bypass, :none, 2025, 5
11969
- deprecate :Bypass=, :none, 2025, 5
11968
+ deprecate :Bypass, :none, 2025, 6
11969
+ deprecate :Bypass=, :none, 2025, 6
11970
11970
 
11971
11971
  def initialize(domain=nil, ruleid=nil, rulename=nil, ruleaction=nil, strategies=nil, edition=nil, redirect=nil, bypass=nil, sortid=nil, expiretime=nil, jobtype=nil, jobdatetime=nil, source=nil, status=nil, pageid=nil, logicalop=nil)
11972
11972
  @Domain = domain
@@ -12890,8 +12890,8 @@ module TencentCloud
12890
12890
 
12891
12891
  attr_accessor :Domain, :IpList, :ActionType, :RuleId, :ValidTS, :InstanceId, :Edition, :SourceType, :Note, :JobType, :JobDateTime
12892
12892
  extend Gem::Deprecate
12893
- deprecate :ValidTS, :none, 2025, 5
12894
- deprecate :ValidTS=, :none, 2025, 5
12893
+ deprecate :ValidTS, :none, 2025, 6
12894
+ deprecate :ValidTS=, :none, 2025, 6
12895
12895
 
12896
12896
  def initialize(domain=nil, iplist=nil, actiontype=nil, ruleid=nil, validts=nil, instanceid=nil, edition=nil, sourcetype=nil, note=nil, jobtype=nil, jobdatetime=nil)
12897
12897
  @Domain = domain
@@ -14477,10 +14477,10 @@ module TencentCloud
14477
14477
 
14478
14478
  attr_accessor :Context, :ListOver, :Analysis, :ColNames, :Results, :AnalysisResults, :RequestId
14479
14479
  extend Gem::Deprecate
14480
- deprecate :ColNames, :none, 2025, 5
14481
- deprecate :ColNames=, :none, 2025, 5
14482
- deprecate :AnalysisResults, :none, 2025, 5
14483
- deprecate :AnalysisResults=, :none, 2025, 5
14480
+ deprecate :ColNames, :none, 2025, 6
14481
+ deprecate :ColNames=, :none, 2025, 6
14482
+ deprecate :AnalysisResults, :none, 2025, 6
14483
+ deprecate :AnalysisResults=, :none, 2025, 6
14484
14484
 
14485
14485
  def initialize(context=nil, listover=nil, analysis=nil, colnames=nil, results=nil, analysisresults=nil, requestid=nil)
14486
14486
  @Context = context
@@ -15112,7 +15112,6 @@ module TencentCloud
15112
15112
  # UpdateProtectionModes返回参数结构体
15113
15113
  class UpdateProtectionModesResponse < TencentCloud::Common::AbstractModel
15114
15114
  # @param CommonRsp: 操作结果
15115
- # 注意:此字段可能返回 null,表示取不到有效值。
15116
15115
  # @type CommonRsp: :class:`Tencentcloud::Waf.v20180125.models.CommonRspData`
15117
15116
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15118
15117
  # @type RequestId: String
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.1074
4
+ version: 3.0.1076
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common