tencentcloud-sdk-tcss 3.0.909 → 3.0.911

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: 8baff561099aca837f54d6000f491e688b459ed9
4
- data.tar.gz: ed518bc32dc31efdf71b630c610cd3251ebbd350
3
+ metadata.gz: c65bceaedfc47c7532683ff538b3c728a4528ad5
4
+ data.tar.gz: a73235a4bf45d1e80377bea71f36cfe1dd36e4cf
5
5
  SHA512:
6
- metadata.gz: c6e5e73ffd5c6662913e36ad194111c34f631bf8c6297eefb220f005fa8b0a8228cd5103cc92b46310d61c47d1dcd3f43910e673992443825ac02a99d82aa552
7
- data.tar.gz: 70d1b088cb946e11579717fc89320bf8b881ac73fa7a51c690a04b9db2fbfb66160110e37f181ef7eeca64bc1bd565057457f52a7c3dfc9b2452d7596b825320
6
+ metadata.gz: 4398701df02a215b3e70d1cff4f3dfa0af1d52f579dc91083e1ed1b0ca2ff480a729778b4c2965425e1615a95278493ad8f5a305afbf4c9ef6f11eeb7b7269af
7
+ data.tar.gz: 17fbb76d0d0927897c7a67774757d8cc795abb345842308af188e82650c78b1058b1ffeee43564e50dea30891011a56eb2af3b3aa7c1c8dd3c3b6d384a9617c0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.909
1
+ 3.0.911
@@ -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.909
4
+ version: 3.0.911
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-20 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common