tencentcloud-sdk-kms 3.0.470 → 3.0.472

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: 3a4ea2ef6efaab24ae480a2adc488a87721c6045
4
- data.tar.gz: 3374556284cb6622fec0158940d19d0b3e033f0a
3
+ metadata.gz: 62129b5918a6e913de961f716aa51ca71bca81c7
4
+ data.tar.gz: 7dfa7afa64bb6fb2946c79e87d7a34c6850334de
5
5
  SHA512:
6
- metadata.gz: 9ebfc20393cba22bec4e3c71151b5573d7c18d1efcf66406c9ac64ac9d00317b92f09fea158a1e657f3ab980dd50e95af2ce2805aa3b41e9bd83ab35ee7cbdf3
7
- data.tar.gz: 4784829bc9a6410050a2b21de0337ac0bd3714457ead96c70bc8e81f7fbaa9bd98a7a4168569ef20cafad1aad6494e17a41db3e44f207e64f74d03ab2fa090cd
6
+ metadata.gz: 868aa913eb954f2692ab36b7b9ebc18b73b5eb1ef1bbac453bedb5b2ea93a67a4f8cacc8c8e8742766147875bf54b8681bfbb026251e244e247aea26b6398092
7
+ data.tar.gz: b0ae41a49f9f5de1e07d12eef036468714cbc1489214375e6425070f578ce0c031b319a2abc5319ca569e25468741cdc453ffc9fe0e22c2e6804892eb91e3312
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.470
1
+ 3.0.472
@@ -1075,15 +1075,19 @@ module TencentCloud
1075
1075
  class EnableKeyRotationRequest < TencentCloud::Common::AbstractModel
1076
1076
  # @param KeyId: CMK唯一标识符
1077
1077
  # @type KeyId: String
1078
+ # @param RotateDays: 密钥轮转周期,单位天,允许范围 7 ~ 365,默认值 365。
1079
+ # @type RotateDays: Integer
1078
1080
 
1079
- attr_accessor :KeyId
1081
+ attr_accessor :KeyId, :RotateDays
1080
1082
 
1081
- def initialize(keyid=nil)
1083
+ def initialize(keyid=nil, rotatedays=nil)
1082
1084
  @KeyId = keyid
1085
+ @RotateDays = rotatedays
1083
1086
  end
1084
1087
 
1085
1088
  def deserialize(params)
1086
1089
  @KeyId = params['KeyId']
1090
+ @RotateDays = params['RotateDays']
1087
1091
  end
1088
1092
  end
1089
1093
 
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.470
4
+ version: 3.0.472
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-12-09 00:00:00.000000000 Z
11
+ date: 2022-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common