tencentcloud-sdk-ssm 1.0.253 → 1.0.257
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 +3 -3
- 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: f124b1db32752becfc66d220e6ef3b686be80d2b
|
4
|
+
data.tar.gz: 718bdc0fe9926571f90431b5957b929c9eab940e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a67415a21fac97d920d9a9fd0d324b18f02a9e048d4852b32212326bff95c64a379f9fedba94f0ad5d0e0876a8d3d6b611e0750f4fc386dbab8c51483d5fd419
|
7
|
+
data.tar.gz: dee63f0982232c694d6f902869e3e348e3bcc4a1f1c7b3482262d97afb84e9892c30e05f68717bbb741ef2716d954624d27af62c3610a134720ed83d2d3ae05f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.257
|
data/lib/v20190923/models.rb
CHANGED
@@ -901,8 +901,8 @@ module TencentCloud
|
|
901
901
|
# @type ServiceEnabled: Boolean
|
902
902
|
# @param InvalidType: 服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放。
|
903
903
|
# @type InvalidType: Integer
|
904
|
-
# @param AccessKeyEscrowEnabled: true
|
905
|
-
# false
|
904
|
+
# @param AccessKeyEscrowEnabled: true表示用户已经可以使用密钥安全托管功能,
|
905
|
+
# false表示用户暂时不能使用密钥安全托管功能。
|
906
906
|
# @type AccessKeyEscrowEnabled: Boolean
|
907
907
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
908
908
|
# @type RequestId: String
|
@@ -1232,7 +1232,7 @@ module TencentCloud
|
|
1232
1232
|
|
1233
1233
|
# RotateProductSecret返回参数结构体
|
1234
1234
|
class RotateProductSecretResponse < TencentCloud::Common::AbstractModel
|
1235
|
-
# @param FlowID: 当凭据类型为云产品凭据时(即SecretType为1,如
|
1235
|
+
# @param FlowID: 当凭据类型为云产品凭据时(即SecretType为1,如MySQL、Tdsql等托管凭据)此字段有效,返回轮转异步任务ID号。
|
1236
1236
|
# @type FlowID: Integer
|
1237
1237
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1238
1238
|
# @type RequestId: String
|
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: 1.0.
|
4
|
+
version: 1.0.257
|
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-02-
|
11
|
+
date: 2022-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|