tencentcloud-sdk-tcss 3.0.908 → 3.0.910

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e5b59db727c1315fa527bd74f3172368e690f25
4
- data.tar.gz: c64bdcede4162cd4c1b15d139a24ad4118f97579
3
+ metadata.gz: eadb748ef457cd92d01a35ee8cfd4931b9893cc9
4
+ data.tar.gz: f85f0be7e6bb6238fda11b538445dfe5f25cb5b4
5
5
  SHA512:
6
- metadata.gz: c96c17d5247b488045c522a5e902f7de00db18b4522bd2bf34e793c41e804511792d67646002f97c68a72577b1910754b77e383c509c86112a16d9fa748fae03
7
- data.tar.gz: 1d666ec119431939235ab57e1074e1e09c098e765a211480eb7693757787969b20e910a1ba4ae6234dbf557614d2a53e5b42ddf7246eff77c3fd00305797c4dd
6
+ metadata.gz: 36b95858b89ffcb6183946daeb18ddb5ddb7969100a6c812c004a0a0aec2514ea947ab85a639aff4e6cf005e2473e81fd5128545bae7166b3f06fa9557848182
7
+ data.tar.gz: a3740cbe5ae2e87e62a54f106c8cd918ec790a6c960e55aa64f6aded6f7b34c1a6081dfd4f89e323095efcac5e6567a1a66c7a93f42eb6ac502520ca8bde1754
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.908
1
+ 3.0.910
@@ -1544,6 +1544,8 @@ module TencentCloud
1544
1544
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1545
1545
  end
1546
1546
 
1547
+ # 产品重构优化,这几个接口已经没有调用了
1548
+
1547
1549
  # 从白名单中删除将指定的检测项。
1548
1550
 
1549
1551
  # @param request: Request instance for DeleteCompliancePolicyItemFromWhitelist.
@@ -3696,8 +3696,8 @@ module TencentCloud
3696
3696
 
3697
3697
  attr_accessor :Component, :Version, :FixedVersion, :Path, :Type, :Name
3698
3698
  extend Gem::Deprecate
3699
- deprecate :Component, :none, 2024, 8
3700
- deprecate :Component=, :none, 2024, 8
3699
+ deprecate :Component, :none, 2024, 9
3700
+ deprecate :Component=, :none, 2024, 9
3701
3701
 
3702
3702
  def initialize(component=nil, version=nil, fixedversion=nil, path=nil, type=nil, name=nil)
3703
3703
  @Component = component
@@ -4150,8 +4150,8 @@ module TencentCloud
4150
4150
 
4151
4151
  attr_accessor :All, :Images, :ScanType, :Id, :IsLatest, :ScanScope, :RegistryType, :Namespace, :ContainerRunning, :Timeout
4152
4152
  extend Gem::Deprecate
4153
- deprecate :All, :none, 2024, 8
4154
- deprecate :All=, :none, 2024, 8
4153
+ deprecate :All, :none, 2024, 9
4154
+ deprecate :All=, :none, 2024, 9
4155
4155
 
4156
4156
  def initialize(all=nil, images=nil, scantype=nil, id=nil, islatest=nil, scanscope=nil, registrytype=nil, namespace=nil, containerrunning=nil, timeout=nil)
4157
4157
  @All = all
@@ -4312,8 +4312,8 @@ module TencentCloud
4312
4312
 
4313
4313
  attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages
4314
4314
  extend Gem::Deprecate
4315
- deprecate :All, :none, 2024, 8
4316
- deprecate :All=, :none, 2024, 8
4315
+ deprecate :All, :none, 2024, 9
4316
+ deprecate :All=, :none, 2024, 9
4317
4317
 
4318
4318
  def initialize(enable=nil, scantime=nil, scanperiod=nil, scanvirus=nil, scanrisk=nil, scanvul=nil, all=nil, images=nil, containerrunning=nil, scanscope=nil, scanendtime=nil, excludeimages=nil)
4319
4319
  @Enable = enable
@@ -4387,8 +4387,8 @@ module TencentCloud
4387
4387
 
4388
4388
  attr_accessor :All, :Images, :ScanVul, :ScanVirus, :ScanRisk, :Filters, :ExcludeImageIds, :ContainerRunning, :ScanScope, :Timeout
4389
4389
  extend Gem::Deprecate
4390
- deprecate :All, :none, 2024, 8
4391
- deprecate :All=, :none, 2024, 8
4390
+ deprecate :All, :none, 2024, 9
4391
+ deprecate :All=, :none, 2024, 9
4392
4392
 
4393
4393
  def initialize(all=nil, images=nil, scanvul=nil, scanvirus=nil, scanrisk=nil, filters=nil, excludeimageids=nil, containerrunning=nil, scanscope=nil, timeout=nil)
4394
4394
  @All = all
@@ -9547,8 +9547,8 @@ module TencentCloud
9547
9547
 
9548
9548
  attr_accessor :ImageDigest, :ImageRepoAddress, :RegistryType, :ImageName, :ImageTag, :ScanTime, :ScanStatus, :VulCnt, :VirusCnt, :RiskCnt, :SentiveInfoCnt, :OsName, :ScanVirusError, :ScanVulError, :LayerInfo, :InstanceId, :InstanceName, :Namespace, :ScanRiskError, :ScanVirusProgress, :ScanVulProgress, :ScanRiskProgress, :ScanRemainTime, :CveStatus, :RiskStatus, :VirusStatus, :Progress, :IsAuthorized, :ImageSize, :ImageId, :RegistryRegion, :ImageCreateTime, :SensitiveInfoCnt, :Id, :RequestId
9549
9549
  extend Gem::Deprecate
9550
- deprecate :SentiveInfoCnt, :none, 2024, 8
9551
- deprecate :SentiveInfoCnt=, :none, 2024, 8
9550
+ deprecate :SentiveInfoCnt, :none, 2024, 9
9551
+ deprecate :SentiveInfoCnt=, :none, 2024, 9
9552
9552
 
9553
9553
  def initialize(imagedigest=nil, imagerepoaddress=nil, registrytype=nil, imagename=nil, imagetag=nil, scantime=nil, scanstatus=nil, vulcnt=nil, viruscnt=nil, riskcnt=nil, sentiveinfocnt=nil, osname=nil, scanviruserror=nil, scanvulerror=nil, layerinfo=nil, instanceid=nil, instancename=nil, namespace=nil, scanriskerror=nil, scanvirusprogress=nil, scanvulprogress=nil, scanriskprogress=nil, scanremaintime=nil, cvestatus=nil, riskstatus=nil, virusstatus=nil, progress=nil, isauthorized=nil, imagesize=nil, imageid=nil, registryregion=nil, imagecreatetime=nil, sensitiveinfocnt=nil, id=nil, requestid=nil)
9554
9554
  @ImageDigest = imagedigest
@@ -10645,8 +10645,8 @@ module TencentCloud
10645
10645
 
10646
10646
  attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanVirus, :ScanRisk, :ScanVul, :All, :Images, :ContainerRunning, :ScanScope, :ScanEndTime, :ExcludeImages, :RequestId
10647
10647
  extend Gem::Deprecate
10648
- deprecate :All, :none, 2024, 8
10649
- deprecate :All=, :none, 2024, 8
10648
+ deprecate :All, :none, 2024, 9
10649
+ deprecate :All=, :none, 2024, 9
10650
10650
 
10651
10651
  def initialize(enable=nil, scantime=nil, scanperiod=nil, scanvirus=nil, scanrisk=nil, scanvul=nil, all=nil, images=nil, containerrunning=nil, scanscope=nil, scanendtime=nil, excludeimages=nil, requestid=nil)
10652
10652
  @Enable = enable
@@ -14119,8 +14119,8 @@ module TencentCloud
14119
14119
 
14120
14120
  attr_accessor :Enable, :ScanTime, :ScanPeriod, :ScanType, :All, :Images, :Id, :Latest, :ScanEndTime, :RegistryType, :ContainerRunning, :ScanScope, :Namespace, :ExcludeImageAssetIds, :RequestId
14121
14121
  extend Gem::Deprecate
14122
- deprecate :All, :none, 2024, 8
14123
- deprecate :All=, :none, 2024, 8
14122
+ deprecate :All, :none, 2024, 9
14123
+ deprecate :All=, :none, 2024, 9
14124
14124
 
14125
14125
  def initialize(enable=nil, scantime=nil, scanperiod=nil, scantype=nil, all=nil, images=nil, id=nil, latest=nil, scanendtime=nil, registrytype=nil, containerrunning=nil, scanscope=nil, namespace=nil, excludeimageassetids=nil, requestid=nil)
14126
14126
  @Enable = enable
@@ -22211,8 +22211,8 @@ module TencentCloud
22211
22211
 
22212
22212
  attr_accessor :ImageDigest, :ImageRepoAddress, :RegistryType, :ImageName, :ImageTag, :ImageSize, :ScanTime, :ScanStatus, :VulCnt, :VirusCnt, :RiskCnt, :SentiveInfoCnt, :IsTrustImage, :OsName, :ScanVirusError, :ScanVulError, :InstanceId, :InstanceName, :Namespace, :ScanRiskError, :ScanVirusProgress, :ScanVulProgress, :ScanRiskProgress, :ScanRemainTime, :CveStatus, :RiskStatus, :VirusStatus, :Progress, :IsAuthorized, :RegistryRegion, :Id, :ImageId, :ImageCreateTime, :IsLatestImage, :LowLevelVulCnt, :MediumLevelVulCnt, :HighLevelVulCnt, :CriticalLevelVulCnt, :ContainerCnt, :ComponentCnt, :IsRunning, :HasNeedFixVul, :SensitiveInfoCnt, :RecommendedFix
22213
22213
  extend Gem::Deprecate
22214
- deprecate :SentiveInfoCnt, :none, 2024, 8
22215
- deprecate :SentiveInfoCnt=, :none, 2024, 8
22214
+ deprecate :SentiveInfoCnt, :none, 2024, 9
22215
+ deprecate :SentiveInfoCnt=, :none, 2024, 9
22216
22216
 
22217
22217
  def initialize(imagedigest=nil, imagerepoaddress=nil, registrytype=nil, imagename=nil, imagetag=nil, imagesize=nil, scantime=nil, scanstatus=nil, vulcnt=nil, viruscnt=nil, riskcnt=nil, sentiveinfocnt=nil, istrustimage=nil, osname=nil, scanviruserror=nil, scanvulerror=nil, instanceid=nil, instancename=nil, namespace=nil, scanriskerror=nil, scanvirusprogress=nil, scanvulprogress=nil, scanriskprogress=nil, scanremaintime=nil, cvestatus=nil, riskstatus=nil, virusstatus=nil, progress=nil, isauthorized=nil, registryregion=nil, id=nil, imageid=nil, imagecreatetime=nil, islatestimage=nil, lowlevelvulcnt=nil, mediumlevelvulcnt=nil, highlevelvulcnt=nil, criticallevelvulcnt=nil, containercnt=nil, componentcnt=nil, isrunning=nil, hasneedfixvul=nil, sensitiveinfocnt=nil, recommendedfix=nil)
22218
22218
  @ImageDigest = imagedigest
@@ -28178,8 +28178,8 @@ module TencentCloud
28178
28178
 
28179
28179
  attr_accessor :ScanPeriod, :Enable, :ScanTime, :ScanType, :Images, :All, :Id, :Latest, :ContainerRunning, :ScanEndTime, :ScanScope, :RegistryType, :Namespace, :ExcludeImageAssetIds
28180
28180
  extend Gem::Deprecate
28181
- deprecate :All, :none, 2024, 8
28182
- deprecate :All=, :none, 2024, 8
28181
+ deprecate :All, :none, 2024, 9
28182
+ deprecate :All=, :none, 2024, 9
28183
28183
 
28184
28184
  def initialize(scanperiod=nil, enable=nil, scantime=nil, scantype=nil, images=nil, all=nil, id=nil, latest=nil, containerrunning=nil, scanendtime=nil, scanscope=nil, registrytype=nil, namespace=nil, excludeimageassetids=nil)
28185
28185
  @ScanPeriod = scanperiod
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.908
4
+ version: 3.0.910
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-18 00:00:00.000000000 Z
11
+ date: 2024-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common