tencentcloud-sdk-cwp 3.0.705 → 3.0.707

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: cc62d9b58f2ad9453868f9f2cceccd3ce7b29bc3
4
- data.tar.gz: 6b0753aa7c510e79352a9b7686e493872b61615f
3
+ metadata.gz: 2b5ff0e2f1d3583412b890e2d67dbe67c2a26a35
4
+ data.tar.gz: 2c63de165757c3fe5d7812be55973b2fa96a4acf
5
5
  SHA512:
6
- metadata.gz: cc72538ef6106bfa6d18715b8e2620084cf7ac1430fb60dce06d4199a18ca792b1c7d332e94ad4a7d71477621318c8547b39b980ad8566c860b06d7c98619f91
7
- data.tar.gz: 5064ff17cac0202ac2150a5c0edbb2a3336834223d96d77fe243ba79327dd22f132487f68e95b475dd8577c0cae13f7a73f03ebd855dced41c797d00c66359ba
6
+ metadata.gz: 4eb5e7974303b7ffef296607709e0fb31191e904d91dafa1cc8736b31c9b68b0c8b348591297e8efcc8aa4e005cc3de66f6ce52948811838ace7ab86491f2a8d
7
+ data.tar.gz: 5ee9bb003dc71a75c361a70681721c35e88108f55860cc72b13ed938739460fc24c79f8cee05c9a4e01257fd4e7883167a26377906a41fdd765e74ddb3aeb8cc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.705
1
+ 3.0.707
@@ -11963,7 +11963,7 @@ module TencentCloud
11963
11963
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
11964
11964
  end
11965
11965
 
11966
- # 一键检测
11966
+ # 漏洞一键检测
11967
11967
 
11968
11968
  # @param request: Request instance for ScanVul.
11969
11969
  # @type request: :class:`Tencentcloud::cwp::V20180228::ScanVulRequest`
@@ -4711,8 +4711,8 @@ module TencentCloud
4711
4711
 
4712
4712
  attr_accessor :Id, :Uuid, :Name, :Level, :Rule, :Decription, :Operator, :IsGlobal, :Status, :CreateTime, :ModifyTime, :Hostip, :Uuids, :White, :DealOldEvents, :Description
4713
4713
  extend Gem::Deprecate
4714
- deprecate :Decription, :none, 2023, 10
4715
- deprecate :Decription=, :none, 2023, 10
4714
+ deprecate :Decription, :none, 2023, 11
4715
+ deprecate :Decription=, :none, 2023, 11
4716
4716
 
4717
4717
  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)
4718
4718
  @Id = id
@@ -28465,8 +28465,8 @@ module TencentCloud
28465
28465
 
28466
28466
  attr_accessor :Filters, :Fileds, :Fields
28467
28467
  extend Gem::Deprecate
28468
- deprecate :Fileds, :none, 2023, 10
28469
- deprecate :Fileds=, :none, 2023, 10
28468
+ deprecate :Fileds, :none, 2023, 11
28469
+ deprecate :Fileds=, :none, 2023, 11
28470
28470
 
28471
28471
  def initialize(filters=nil, fileds=nil, fields=nil)
28472
28472
  @Filters = filters
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.705
4
+ version: 3.0.707
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-16 00:00:00.000000000 Z
11
+ date: 2023-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common