tencentcloud-sdk-ssm 3.0.932 → 3.0.934
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190923/models.rb +30 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6174ec6a337580cb37cf590d7f4757603ae3a08
|
4
|
+
data.tar.gz: 874395dcd66192f8f688c51a49e3bfde8d0f45cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5a8ea927f5ac80993e6c123be235775c203b4fee397ca580fe9926bfeb9dc9127af55c4a84e671e3f5a9017245b907d22c66cc10c0500be8207859fb44a8893
|
7
|
+
data.tar.gz: 63acfefb3e3a9b9f3e6b7fc901f77c8ea4c08280aeadc6981cf94b8044712756bc02bae45aec2dae2cb1da4fbe4031900c7d30b489df8bab32e8379415d42dca
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.934
|
data/lib/v20190923/models.rb
CHANGED
@@ -926,15 +926,36 @@ module TencentCloud
|
|
926
926
|
# @param AccessKeyEscrowEnabled: true表示用户已经可以使用密钥安全托管功能,
|
927
927
|
# false表示用户暂时不能使用密钥安全托管功能。
|
928
928
|
# @type AccessKeyEscrowEnabled: Boolean
|
929
|
+
# @param ExpireTime: 过期时间
|
930
|
+
# @type ExpireTime: String
|
931
|
+
# @param QPSLimit: 计算性能限制
|
932
|
+
# @type QPSLimit: Integer
|
933
|
+
# @param SecretLimit: 凭据个数限制
|
934
|
+
# @type SecretLimit: Integer
|
935
|
+
# @param PayModel: 付费模式
|
936
|
+
# @type PayModel: String
|
937
|
+
# @param RenewFlag: 自动续费标识,0:手动续费 1:自动续费 2:到期不续
|
938
|
+
# @type RenewFlag: Integer
|
939
|
+
# @param ResourceId: 资源id
|
940
|
+
# @type ResourceId: String
|
941
|
+
# @param TotalCount: 已托管凭据个数
|
942
|
+
# @type TotalCount: Integer
|
929
943
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
930
944
|
# @type RequestId: String
|
931
945
|
|
932
|
-
attr_accessor :ServiceEnabled, :InvalidType, :AccessKeyEscrowEnabled, :RequestId
|
946
|
+
attr_accessor :ServiceEnabled, :InvalidType, :AccessKeyEscrowEnabled, :ExpireTime, :QPSLimit, :SecretLimit, :PayModel, :RenewFlag, :ResourceId, :TotalCount, :RequestId
|
933
947
|
|
934
|
-
def initialize(serviceenabled=nil, invalidtype=nil, accesskeyescrowenabled=nil, requestid=nil)
|
948
|
+
def initialize(serviceenabled=nil, invalidtype=nil, accesskeyescrowenabled=nil, expiretime=nil, qpslimit=nil, secretlimit=nil, paymodel=nil, renewflag=nil, resourceid=nil, totalcount=nil, requestid=nil)
|
935
949
|
@ServiceEnabled = serviceenabled
|
936
950
|
@InvalidType = invalidtype
|
937
951
|
@AccessKeyEscrowEnabled = accesskeyescrowenabled
|
952
|
+
@ExpireTime = expiretime
|
953
|
+
@QPSLimit = qpslimit
|
954
|
+
@SecretLimit = secretlimit
|
955
|
+
@PayModel = paymodel
|
956
|
+
@RenewFlag = renewflag
|
957
|
+
@ResourceId = resourceid
|
958
|
+
@TotalCount = totalcount
|
938
959
|
@RequestId = requestid
|
939
960
|
end
|
940
961
|
|
@@ -942,6 +963,13 @@ module TencentCloud
|
|
942
963
|
@ServiceEnabled = params['ServiceEnabled']
|
943
964
|
@InvalidType = params['InvalidType']
|
944
965
|
@AccessKeyEscrowEnabled = params['AccessKeyEscrowEnabled']
|
966
|
+
@ExpireTime = params['ExpireTime']
|
967
|
+
@QPSLimit = params['QPSLimit']
|
968
|
+
@SecretLimit = params['SecretLimit']
|
969
|
+
@PayModel = params['PayModel']
|
970
|
+
@RenewFlag = params['RenewFlag']
|
971
|
+
@ResourceId = params['ResourceId']
|
972
|
+
@TotalCount = params['TotalCount']
|
945
973
|
@RequestId = params['RequestId']
|
946
974
|
end
|
947
975
|
end
|
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.
|
4
|
+
version: 3.0.934
|
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-10-
|
11
|
+
date: 2024-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|