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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 957bd3bf4ec02bfbe4e1d0b7728439cfc6bcf4c8
4
- data.tar.gz: 1fe77af1b0ffe87086336ef306a7abe67428fed8
3
+ metadata.gz: 797b47c7f90633de31a699256066fa7194dedd94
4
+ data.tar.gz: 53d23f1e577e5d40fc2398dbb1bb6fa4fd47b6e7
5
5
  SHA512:
6
- metadata.gz: 6f5db6654c831013c4ac8aac6886d5e4088422a733c7d0385d1d3517434e5dc01d049bd855f0046bf20d96cd85dd32f69358224a3c5406e59697fb494fa61b65
7
- data.tar.gz: 04a6c8b8d92e0aa92030e6ddb1374961be394a8990751ee5c01e9f77c101914f3aaa01bf3ef81c15fa964dbfe0b9708465dafaf9ada1d42c39ed6885d99bd673
6
+ metadata.gz: 65e7ed877449a7d75d42c25112b5df9afc193326f36c373cad59e3cd7d852d9ea82577fd6e00677b0e5c0c0430cc60c5929ffffb2fccc51dd747b32bcd9864a3
7
+ data.tar.gz: 88022793d8050621da2bac1b4547787a8d9c2f36e4286ff6d5ee29bf4231a3a87938281e419f732844d9cc74ddbc4c8ba33b9529933ac44ecdce4c579db85a1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.736
1
+ 3.0.737
@@ -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.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-26 00:00:00.000000000 Z
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