tencentcloud-sdk-cwp 3.0.900 → 3.0.901

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1544f7a46acdab7c033f42d0604b82a5299f740f
4
- data.tar.gz: 8d92527f6ae22ad079adfa4108048d23753fe4a9
3
+ metadata.gz: 336a43603b93405b97193bedfa3639b697f99917
4
+ data.tar.gz: 23ea071ea8ac614bd7534fac81d38087d8816682
5
5
  SHA512:
6
- metadata.gz: 64412af23b98429d05f197127bc48ee6361f64ce4346d6c43df0d7bd8be00a7f94c80e58b1657999f21c3014e06a58af9fe4eca3fd42d2b6aaea0dd17d35e666
7
- data.tar.gz: 59cc78d7cea64bec79f7fab933119997f3e4d0728cf6a21cf61caec19470742a3a53218e5dfab5e495a94bae80aca72cd3ddad70c7d4e6c1097fb1de563bdca0
6
+ metadata.gz: 4ed82f889b2b8e05760595d05148fbb1618abb785211dd078ae331b164344a6664877e7c6ae32a9fc0ee7d6e7a200078f4c4b8c545cdeffc7f4fe9dcd0eb66ba
7
+ data.tar.gz: de5f20d0bfa1aa995429626616bef58cb77d7f4d435b0cd271cab8f1fbc5beb41e749499e97580850e063ab983c1d7c937844f52e9a8e95503d885a7598243f2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.900
1
+ 3.0.901
@@ -4766,8 +4766,8 @@ module TencentCloud
4766
4766
 
4767
4767
  attr_accessor :Id, :Uuid, :Name, :Level, :Rule, :Decription, :Operator, :IsGlobal, :Status, :CreateTime, :ModifyTime, :Hostip, :Uuids, :White, :DealOldEvents, :Description
4768
4768
  extend Gem::Deprecate
4769
- deprecate :Decription, :none, 2024, 8
4770
- deprecate :Decription=, :none, 2024, 8
4769
+ deprecate :Decription, :none, 2024, 9
4770
+ deprecate :Decription=, :none, 2024, 9
4771
4771
 
4772
4772
  def initialize(id=nil, uuid=nil, name=nil, level=nil, rule=nil, decription=nil, operator=nil, isglobal=nil, status=nil, createtime=nil, modifytime=nil, hostip=nil, uuids=nil, white=nil, dealoldevents=nil, description=nil)
4773
4773
  @Id = id
@@ -28438,8 +28438,8 @@ module TencentCloud
28438
28438
 
28439
28439
  attr_accessor :Filters, :Fileds, :Fields
28440
28440
  extend Gem::Deprecate
28441
- deprecate :Fileds, :none, 2024, 8
28442
- deprecate :Fileds=, :none, 2024, 8
28441
+ deprecate :Fileds, :none, 2024, 9
28442
+ deprecate :Fileds=, :none, 2024, 9
28443
28443
 
28444
28444
  def initialize(filters=nil, fileds=nil, fields=nil)
28445
28445
  @Filters = filters
@@ -33584,7 +33584,7 @@ module TencentCloud
33584
33584
  # @type Ids: Array
33585
33585
  # @param All: 是否更新全部,即是否对所有的事件进行操作,当ids 不为空时,此参数无效
33586
33586
  # @type All: Boolean
33587
- # @param Status: 0:待处理 1:已处理 2: 已加白 3: 已忽略 4:已删除
33587
+ # @param Status: 0:待处理 1:已处理 3: 已忽略 4:已删除
33588
33588
  # @type Status: Integer
33589
33589
  # @param Filters: 过滤条件。
33590
33590
  # <li>Type - String 攻击状态 0: 尝试攻击 1: 攻击成功 - 是否必填: 否</li>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.900
4
+ version: 3.0.901
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-09-05 00:00:00.000000000 Z
11
+ date: 2024-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common