tencentcloud-sdk-kms 3.0.439 → 3.0.441

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: 51766a9638afb87b0d0f50e4e0ad7becd5a03925
4
- data.tar.gz: 05c6b0113e43d10045e7a887d611e30fc2c8f235
3
+ metadata.gz: 82edb545724a01b45a8a2df84ec498c938418d37
4
+ data.tar.gz: ae919d9867fa9b379cc22633f14669462a2898fb
5
5
  SHA512:
6
- metadata.gz: 24b7b602c4f7524bebb0ff6dfa6c715232000415566942a376dd24f27ae5091efb746f8d4b4515fc6c4479e55868ce5856787ce4312fac68698823fc04ad6395
7
- data.tar.gz: 88991b164e6953e74203b0de47655d39aedff3804e52aeb3de89614be6912bb0d08dd4c345d226b01a122914cfb63e1d4c56e6efd3897215a5e373308e9c01b5
6
+ metadata.gz: 21454a33ebcb688c2a6a50c827c38f910625701e60e5605b75dcd2000beff7d04686339f73373f15ac5dc9229534f5ee2f3e9ed4b5793aab9d11dbb4653e7833
7
+ data.tar.gz: 392875401e8c4847c2c2ad1bf4c7daaf4d2be8fdb913cac6cbbffc1b8cd33f0ffab5ed51475e2dc5b911a836de3d6ec18bae2431fcc58d977cb36ef96cd7243e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.439
1
+ 3.0.441
@@ -758,9 +758,9 @@ module TencentCloud
758
758
 
759
759
  # DescribeWhiteBoxKeyDetails返回参数结构体
760
760
  class DescribeWhiteBoxKeyDetailsResponse < TencentCloud::Common::AbstractModel
761
- # @param KeyInfos: 白盒密钥信息列表
761
+ # @param KeyInfos: 白盒密钥信息列表。
762
762
  # @type KeyInfos: Array
763
- # @param TotalCount: key总数量
763
+ # @param TotalCount: 白盒密钥总数。
764
764
  # 注意:此字段可能返回 null,表示取不到有效值。
765
765
  # @type TotalCount: Integer
766
766
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1584,7 +1584,7 @@ module TencentCloud
1584
1584
  # @type InvalidType: Integer
1585
1585
  # @param UserLevel: 0-普通版,1-旗舰版
1586
1586
  # @type UserLevel: Integer
1587
- # @param ProExpireTime: 旗舰版到期时间
1587
+ # @param ProExpireTime: 旗舰版到期时间(Epoch Unix Timestamp)。
1588
1588
  # 注意:此字段可能返回 null,表示取不到有效值。
1589
1589
  # @type ProExpireTime: Integer
1590
1590
  # @param ProRenewFlag: 旗舰版是否自动续费:0-不自动续费,1-自动续费
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-kms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.439
4
+ version: 3.0.441
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-28 00:00:00.000000000 Z
11
+ date: 2022-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common