tencentcloud-sdk-tcss 1.0.223 → 1.0.227

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: 83fe0feb7ac8a69c4d2c0bde3a65b334e74f8394
4
- data.tar.gz: 5388b5d63ac078c11db7565bb1d9c153f1cb083b
3
+ metadata.gz: 19fa3ff3a33686378a84dc2521984679d752a173
4
+ data.tar.gz: 063b1c39343d2b9f61e8342063a6a2c158837730
5
5
  SHA512:
6
- metadata.gz: 8df89b76ffc1e6e7f7a211dad65fb6343f96dc9ed14424778e9cf9d16275a2a685296889c1eba9deff1c0226cfcc9a93af5022bcb009a7f532171242bcb6c8c2
7
- data.tar.gz: ed8bc54be661f510273920165fbe5004cfee05fd5186eabab72198d5f55a524b60887a5834939c8f55b2915ffaa605ccda0fdae554b13f1d0707352f274be9e6
6
+ metadata.gz: 032e90f0b0d58758f2a062c74744635d91d1d83ab8931443c384896cf959baf5e31d0c15464ca60af7f256ba440920735ac3ab0b55c1a01ec040bb47deff3ef6
7
+ data.tar.gz: 34f92a8454a0c53995d014ecfdbf3c689c24348657ce7a3836fc10dfa2423dc57a71a632c01e3d62dff8360ee6c846bc8e02f6f8e88e566a86c04a4f00ddceb2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.223
1
+ 1.0.227
@@ -2596,7 +2596,7 @@ module TencentCloud
2596
2596
 
2597
2597
  # CreateComplianceTask请求参数结构体
2598
2598
  class CreateComplianceTaskRequest < TencentCloud::Common::AbstractModel
2599
- # @param AssetTypeSet: 指定要扫描的资产类型列表。若不填,对所有资产触发扫描。
2599
+ # @param AssetTypeSet: 指定要扫描的资产类型列表。
2600
2600
  # ASSET_CONTAINER, 容器
2601
2601
  # ASSET_IMAGE, 镜像
2602
2602
  # ASSET_HOST, 主机
@@ -7095,7 +7095,7 @@ module TencentCloud
7095
7095
 
7096
7096
  # DescribeComplianceAssetPolicyItemList请求参数结构体
7097
7097
  class DescribeComplianceAssetPolicyItemListRequest < TencentCloud::Common::AbstractModel
7098
- # @param CustomerAssetId: 资产的ID。
7098
+ # @param CustomerAssetId: 客户资产的ID。
7099
7099
  # @type CustomerAssetId: Integer
7100
7100
  # @param Offset: 起始偏移量,默认为0。
7101
7101
  # @type Offset: Integer
@@ -7162,9 +7162,7 @@ module TencentCloud
7162
7162
 
7163
7163
  # DescribeCompliancePeriodTaskList请求参数结构体
7164
7164
  class DescribeCompliancePeriodTaskListRequest < TencentCloud::Common::AbstractModel
7165
- # @param AssetType: 资产的类型,传入时,只查询此类型资产的定时任务;不传,则返回所有定时任务。
7166
-
7167
- # 取值为:
7165
+ # @param AssetType: 资产的类型,取值为:
7168
7166
  # ASSET_CONTAINER, 容器
7169
7167
  # ASSET_IMAGE, 镜像
7170
7168
  # ASSET_HOST, 主机
@@ -7331,6 +7329,10 @@ module TencentCloud
7331
7329
  # DescribeComplianceScanFailedAssetList请求参数结构体
7332
7330
  class DescribeComplianceScanFailedAssetListRequest < TencentCloud::Common::AbstractModel
7333
7331
  # @param AssetTypeSet: 资产类型列表。
7332
+ # ASSET_CONTAINER, 容器
7333
+ # ASSET_IMAGE, 镜像
7334
+ # ASSET_HOST, 主机
7335
+ # ASSET_K8S, K8S资产
7334
7336
  # @type AssetTypeSet: Array
7335
7337
  # @param Offset: 起始偏移量,默认为0。
7336
7338
  # @type Offset: Integer
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: 1.0.223
4
+ version: 1.0.227
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-14 00:00:00.000000000 Z
11
+ date: 2021-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common