tencentcloud-sdk-ssm 3.0.560 → 3.0.561

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190923/models.rb +17 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 814589845b07b04fb9f96cf9a93663be8456b1b0
4
- data.tar.gz: 2be4f15afca4e096a509054bca57e4da79d86d78
3
+ metadata.gz: 05045d776d5e40c0a740ac795b7ada578ef923eb
4
+ data.tar.gz: 32605a26f5835b982b6f765dfead9a152e4118a8
5
5
  SHA512:
6
- metadata.gz: 44fecc7654c0a83a6d609e2763f8345a12b2668ad9d9ec518fae5914b2f08a8890dee78644dbddf4322429310a4e139e040731f4b42c41c4c55eb07478e5c60a
7
- data.tar.gz: fdf408bd098c96673d256d296f6499eb4815fda64c84bd69e81f2c8fc4c4ec55ecf2e2c39e67788aacae72f3d9088a5adc3d0cc6356957efc96cc320f04edd2e
6
+ metadata.gz: 9252879b0ba1741109fa4fda48afebb008beb21c13e96b232e9eba47b47d5b11aeae1398db1c3917ef45cde72a5c904397dcc1085901069ec5b3240ce3eeba04
7
+ data.tar.gz: 6c44a6b77326d5ddb03373bedf8477011aa63e3e4d804440706c8dceee468ca2717203ce8a9264f20b3517d99d1d55f134367cdbbc729521c49edaf0b9f6f4de
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.560
1
+ 3.0.561
@@ -1299,10 +1299,19 @@ module TencentCloud
1299
1299
  # @param TargetUin: 当凭据类型为云API密钥对凭据时,此字段有效,用于表示云API密钥对所属的用户UIN。
1300
1300
  # 注意:此字段可能返回 null,表示取不到有效值。
1301
1301
  # @type TargetUin: Integer
1302
+ # @param RotationFrequency: 轮转的频率,以天作为单位,在轮转开启状态下生效。
1303
+ # 注意:此字段可能返回 null,表示取不到有效值。
1304
+ # @type RotationFrequency: Integer
1305
+ # @param ResourceID: 云产品凭据对应的云产品实例 ID 号。
1306
+ # 注意:此字段可能返回 null,表示取不到有效值。
1307
+ # @type ResourceID: String
1308
+ # @param RotationBeginTime: 用户指定的轮转开始时间。
1309
+ # 注意:此字段可能返回 null,表示取不到有效值。
1310
+ # @type RotationBeginTime: String
1302
1311
 
1303
- attr_accessor :SecretName, :Description, :KmsKeyId, :CreateUin, :Status, :DeleteTime, :CreateTime, :KmsKeyType, :RotationStatus, :NextRotationTime, :SecretType, :ProductName, :ResourceName, :ProjectID, :AssociatedInstanceIDs, :TargetUin
1312
+ attr_accessor :SecretName, :Description, :KmsKeyId, :CreateUin, :Status, :DeleteTime, :CreateTime, :KmsKeyType, :RotationStatus, :NextRotationTime, :SecretType, :ProductName, :ResourceName, :ProjectID, :AssociatedInstanceIDs, :TargetUin, :RotationFrequency, :ResourceID, :RotationBeginTime
1304
1313
 
1305
- def initialize(secretname=nil, description=nil, kmskeyid=nil, createuin=nil, status=nil, deletetime=nil, createtime=nil, kmskeytype=nil, rotationstatus=nil, nextrotationtime=nil, secrettype=nil, productname=nil, resourcename=nil, projectid=nil, associatedinstanceids=nil, targetuin=nil)
1314
+ def initialize(secretname=nil, description=nil, kmskeyid=nil, createuin=nil, status=nil, deletetime=nil, createtime=nil, kmskeytype=nil, rotationstatus=nil, nextrotationtime=nil, secrettype=nil, productname=nil, resourcename=nil, projectid=nil, associatedinstanceids=nil, targetuin=nil, rotationfrequency=nil, resourceid=nil, rotationbegintime=nil)
1306
1315
  @SecretName = secretname
1307
1316
  @Description = description
1308
1317
  @KmsKeyId = kmskeyid
@@ -1319,6 +1328,9 @@ module TencentCloud
1319
1328
  @ProjectID = projectid
1320
1329
  @AssociatedInstanceIDs = associatedinstanceids
1321
1330
  @TargetUin = targetuin
1331
+ @RotationFrequency = rotationfrequency
1332
+ @ResourceID = resourceid
1333
+ @RotationBeginTime = rotationbegintime
1322
1334
  end
1323
1335
 
1324
1336
  def deserialize(params)
@@ -1338,6 +1350,9 @@ module TencentCloud
1338
1350
  @ProjectID = params['ProjectID']
1339
1351
  @AssociatedInstanceIDs = params['AssociatedInstanceIDs']
1340
1352
  @TargetUin = params['TargetUin']
1353
+ @RotationFrequency = params['RotationFrequency']
1354
+ @ResourceID = params['ResourceID']
1355
+ @RotationBeginTime = params['RotationBeginTime']
1341
1356
  end
1342
1357
  end
1343
1358
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.560
4
+ version: 3.0.561
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-26 00:00:00.000000000 Z
11
+ date: 2023-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common