tencentcloud-sdk-ssm 3.0.736 → 3.0.738

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 957bd3bf4ec02bfbe4e1d0b7728439cfc6bcf4c8
4
- data.tar.gz: 1fe77af1b0ffe87086336ef306a7abe67428fed8
3
+ metadata.gz: 6078adeaeaf4ac2b9e1c5564bf60e967cbeeedd2
4
+ data.tar.gz: 08216ac138d1435904c756df78a430a21a0f5f48
5
5
  SHA512:
6
- metadata.gz: 6f5db6654c831013c4ac8aac6886d5e4088422a733c7d0385d1d3517434e5dc01d049bd855f0046bf20d96cd85dd32f69358224a3c5406e59697fb494fa61b65
7
- data.tar.gz: 04a6c8b8d92e0aa92030e6ddb1374961be394a8990751ee5c01e9f77c101914f3aaa01bf3ef81c15fa964dbfe0b9708465dafaf9ada1d42c39ed6885d99bd673
6
+ metadata.gz: b08251c4465cb9f4799622caf9f069bb20b6db1a75217dbb652739dd6099d93cbc99bc896c781af3ffd28974a70ec0b1930feda244e3acfc268fc45fd6484df6
7
+ data.tar.gz: 696c5e4afa60522b7edd85df049d9bbd2db6e31c900db4619c1980b92bf5a6aa9ad6a3ce034fdb584f26b8dfb839b84df3f54b054fc74c2e587836cd1f07ad28
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.736
1
+ 3.0.738
@@ -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 必须且只能设置一个,最大支持4096字节。
236
+ # @param SecretBinary: 二进制凭据信息base64编码后的明文。SecretBinary 和 SecretString 必须且只能设置一个,最大支持32KB字节。
237
237
  # @type SecretBinary: String
238
- # @param SecretString: 文本类型凭据信息明文(不需要进行base64编码)。SecretBinary 和 SecretString 必须且只能设置一个,,最大支持4096字节。
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.736
4
+ version: 3.0.738
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-26 00:00:00.000000000 Z
11
+ date: 2023-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common