tencentcloud-sdk-ssm 3.0.736 → 3.0.737
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 +2 -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: 797b47c7f90633de31a699256066fa7194dedd94
|
|
4
|
+
data.tar.gz: 53d23f1e577e5d40fc2398dbb1bb6fa4fd47b6e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65e7ed877449a7d75d42c25112b5df9afc193326f36c373cad59e3cd7d852d9ea82577fd6e00677b0e5c0c0430cc60c5929ffffb2fccc51dd747b32bcd9864a3
|
|
7
|
+
data.tar.gz: 88022793d8050621da2bac1b4547787a8d9c2f36e4286ff6d5ee29bf4231a3a87938281e419f732844d9cc74ddbc4c8ba33b9529933ac44ecdce4c579db85a1f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.737
|
data/lib/v20190923/models.rb
CHANGED
|
@@ -233,9 +233,9 @@ module TencentCloud
|
|
|
233
233
|
# @type KmsKeyId: String
|
|
234
234
|
# @param SecretType: 凭据类型,默认为自定义凭据。
|
|
235
235
|
# @type SecretType: Integer
|
|
236
|
-
# @param SecretBinary: 二进制凭据信息base64编码后的明文。SecretBinary 和 SecretString 必须且只能设置一个,最大支持
|
|
236
|
+
# @param SecretBinary: 二进制凭据信息base64编码后的明文。SecretBinary 和 SecretString 必须且只能设置一个,最大支持32KB字节。
|
|
237
237
|
# @type SecretBinary: String
|
|
238
|
-
# @param SecretString: 文本类型凭据信息明文(不需要进行base64编码)。SecretBinary 和 SecretString
|
|
238
|
+
# @param SecretString: 文本类型凭据信息明文(不需要进行base64编码)。SecretBinary 和 SecretString 必须且只能设置一个,最大支持32KB字节。
|
|
239
239
|
# @type SecretString: String
|
|
240
240
|
# @param AdditionalConfig: JSON 格式字符串,用于指定特定凭据类型的额外配置。
|
|
241
241
|
# @type AdditionalConfig: 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: 3.0.
|
|
4
|
+
version: 3.0.737
|
|
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-12-
|
|
11
|
+
date: 2023-12-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|