tencentcloud-sdk-ssm 3.0.431 → 3.0.433
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 +1 -1
- 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: e2e9b716a17dbde4df3d2ea006648414f274f033
|
4
|
+
data.tar.gz: 787e650780bab3d78b02a521bb59a47a9f0771e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7148092672f1c3b1e4222bab902c89d64aeebf4cf14f609523b43d2f0e31acd93f5d15b1f0ad958ef8883a22e00e180b52c3b0c4c838fdc731dede245b7e82a
|
7
|
+
data.tar.gz: a97fe6f8784491cb381c3627339bb13f90f2496d57e17247e336b913235b71d9eb1c5407938aefc705bb2ff5020db94959ee32d8e0e40b524eafe13fe5d856ca
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.433
|
data/lib/v20190923/models.rb
CHANGED
@@ -223,7 +223,7 @@ module TencentCloud
|
|
223
223
|
|
224
224
|
# CreateSecret请求参数结构体
|
225
225
|
class CreateSecretRequest < TencentCloud::Common::AbstractModel
|
226
|
-
# @param SecretName: 凭据名称,同一region内不可重复,最长128字节,使用字母、数字或者 - _
|
226
|
+
# @param SecretName: 凭据名称,同一region内不可重复,最长128字节,使用字母、数字或者 - _ 的组合,第一个字符必须为字母或者数字。一旦创建不可修改。
|
227
227
|
# @type SecretName: String
|
228
228
|
# @param VersionId: 凭据版本,查询凭据信息时需要根据SecretName 和 VersionId进行查询,最长64 字节,使用字母、数字或者 - _ . 的组合并且以字母或数字开头。
|
229
229
|
# @type VersionId: 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.433
|
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-10-
|
11
|
+
date: 2022-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|