tencentcloud-sdk-waf 3.0.704 → 3.0.705

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 +22 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c7af11a30a063c4a62516ab0bb5ce8e466d38013
4
- data.tar.gz: 5376f27cf3779b8d9ffa881a6edc198eddece69c
3
+ metadata.gz: f45e19866c4f6d9b1d0e67019a2b51faedf3a197
4
+ data.tar.gz: 5e3aac40d42c0d54b614f7ea7700ac1f201031ff
5
5
  SHA512:
6
- metadata.gz: b04adeb770859b39548d05886d9355bdcd559a5b27baac161e4530e0226f345a57217c2ab14c581aaf71ec81e24acd4f7340a48b1f304e0008810ea8c55da79a
7
- data.tar.gz: d397256aef617d93bdd02d91de5d6f9529491b30bc7d60b02d0925381d3172350f118d7bb5ad7c2ec114609c2a7217839ecd53e7a3967c55df6d20412bc9405a
6
+ metadata.gz: 8070bbc72c0bc1fbb96a099ec7d1830a47e1bcbfaa7d015d599cd3dc7cba6643571801646469a454cc5970e72cc1abb82be1ced22797a3eb98ce7b85a7453df0
7
+ data.tar.gz: b08990b9450dd59e9eb263798d3b6ec41989e96f3a89f3f5915a195f99b494106e8b1c06a0a068ee6d21ef7a73be90d8369dfbc68a8e1bbfd5dfb195e4057573
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.704
1
+ 3.0.705
@@ -10667,10 +10667,22 @@ module TencentCloud
10667
10667
  # @type Source: String
10668
10668
  # @param TsVersion: 更新时间戳
10669
10669
  # @type TsVersion: String
10670
+ # @param SessionId: SessionID
10671
+ # 注意:此字段可能返回 null,表示取不到有效值。
10672
+ # @type SessionId: Integer
10673
+ # @param SessionName: Session名
10674
+ # 注意:此字段可能返回 null,表示取不到有效值。
10675
+ # @type SessionName: String
10676
+ # @param SessionInUsed: Session是否正在被启用
10677
+ # 注意:此字段可能返回 null,表示取不到有效值。
10678
+ # @type SessionInUsed: Boolean
10679
+ # @param RelatedRuleID: Session关联的CC规则ID
10680
+ # 注意:此字段可能返回 null,表示取不到有效值。
10681
+ # @type RelatedRuleID: Array
10670
10682
 
10671
- attr_accessor :Category, :KeyOrStartMat, :EndMat, :StartOffset, :EndOffset, :Source, :TsVersion
10683
+ attr_accessor :Category, :KeyOrStartMat, :EndMat, :StartOffset, :EndOffset, :Source, :TsVersion, :SessionId, :SessionName, :SessionInUsed, :RelatedRuleID
10672
10684
 
10673
- def initialize(category=nil, keyorstartmat=nil, endmat=nil, startoffset=nil, endoffset=nil, source=nil, tsversion=nil)
10685
+ def initialize(category=nil, keyorstartmat=nil, endmat=nil, startoffset=nil, endoffset=nil, source=nil, tsversion=nil, sessionid=nil, sessionname=nil, sessioninused=nil, relatedruleid=nil)
10674
10686
  @Category = category
10675
10687
  @KeyOrStartMat = keyorstartmat
10676
10688
  @EndMat = endmat
@@ -10678,6 +10690,10 @@ module TencentCloud
10678
10690
  @EndOffset = endoffset
10679
10691
  @Source = source
10680
10692
  @TsVersion = tsversion
10693
+ @SessionId = sessionid
10694
+ @SessionName = sessionname
10695
+ @SessionInUsed = sessioninused
10696
+ @RelatedRuleID = relatedruleid
10681
10697
  end
10682
10698
 
10683
10699
  def deserialize(params)
@@ -10688,6 +10704,10 @@ module TencentCloud
10688
10704
  @EndOffset = params['EndOffset']
10689
10705
  @Source = params['Source']
10690
10706
  @TsVersion = params['TsVersion']
10707
+ @SessionId = params['SessionId']
10708
+ @SessionName = params['SessionName']
10709
+ @SessionInUsed = params['SessionInUsed']
10710
+ @RelatedRuleID = params['RelatedRuleID']
10691
10711
  end
10692
10712
  end
10693
10713
 
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.704
4
+ version: 3.0.705
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-15 00:00:00.000000000 Z
11
+ date: 2023-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common