tencentcloud-sdk-ssm 3.0.724 → 3.0.725

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190923/models.rb +11 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7960a1c9dd2411b1e3187e1856902640f4ae533e
4
- data.tar.gz: 1a13b8be9d6b5c7af9f7e03827a3222b1fd6ce3a
3
+ metadata.gz: 72edd904bf0d39c86a66dacad3f6df8e86412a19
4
+ data.tar.gz: d203684940ec99e163a50bfb21dd21bbe928421d
5
5
  SHA512:
6
- metadata.gz: e16bd675e438fd0206ece93db90cbea8cb13682429689f513e8eaf4e3988bcde785e1561add79e696c0cba8d8d5740392d759d146d36940d37769f1a4dc8dee4
7
- data.tar.gz: d48dc7e60d2c02db971e13f0ab384491cdb0d59954b1e6e4d7d0a2d998d5177f1ee782654fef0d9e5865e7698623089cf9eba8f737c702f1e1401bf8496c598c
6
+ metadata.gz: 308f337c1189c541f02ab209d134c7983c2023c39bff9a9dbfef6db83060ead7df0c3a3e2e6fa18834cdb9426c339e3aae252cf5cbd7ef839b57b4e65c5f3874
7
+ data.tar.gz: 284ace290ea0618ca3158ce66ef66aea74b82a1d2ba9693ad063e4a8f5c16a8a9de419fcce6cc2132740ab58d9e94b6903d1b867fca847880265ce758b076464
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.724
1
+ 3.0.725
@@ -568,7 +568,7 @@ module TencentCloud
568
568
  # @type DeleteTime: Integer
569
569
  # @param CreateTime: 创建日期。
570
570
  # @type CreateTime: Integer
571
- # @param SecretType: 0 -- 用户自定义凭据类型;1 -- 数据库凭据类型;2 -- SSH密钥对凭据类型。
571
+ # @param SecretType: 0 -- 用户自定义凭据类型;1 -- 数据库凭据类型;2 -- SSH密钥对凭据类型;3 -- 云API密钥(AKSK)凭据类型(使用此功能需要联系云助手单独开启白名单);4 -- Redis类型凭据。
572
572
  # 注意:此字段可能返回 null,表示取不到有效值。
573
573
  # @type SecretType: Integer
574
574
  # @param ProductName: 云产品名称。
@@ -659,7 +659,12 @@ module TencentCloud
659
659
 
660
660
  # DescribeSupportedProducts返回参数结构体
661
661
  class DescribeSupportedProductsResponse < TencentCloud::Common::AbstractModel
662
- # @param Products: 支持的产品列表。
662
+ # @param Products: 支持的所有云产品列表。
663
+ # 每种云产品与凭据类型的对应关系如下:
664
+ # 当SecretType为1时,支持的云产品列表包括:Mysql、Tdsql-mysql、Tdsql_C_Mysql;
665
+ # 当SecretType为2时,支持的产品列表为:Cvm;
666
+ # 当SecretType为3时,支持的产品列表为:Cam(此功能的使用需要联系云助手单独开始白名单);
667
+ # 当SecretType为4时,支持的产品列表为:Redis。
663
668
  # @type Products: Array
664
669
  # @param TotalCount: 支持的产品个数
665
670
  # @type TotalCount: Integer
@@ -1017,9 +1022,10 @@ module TencentCloud
1017
1022
  # @type SecretType: Integer
1018
1023
  # @param ProductName: 此参数仅在SecretType参数值为1时生效,
1019
1024
  # 当SecretType值为1时:
1020
- # 如果ProductName值为空,则表示查询所有类型的云产品凭据
1021
- # 如果ProductName值为Mysql,则表示查询Mysql数据库凭据
1022
- # 如果ProductName值为Tdsql-mysql,则表示查询Tdsql(Mysql版本)的凭据
1025
+ # 如果ProductName值为空,则表示查询所有类型的云产品凭据;
1026
+ # 如果ProductName值为某个指定的云产品值如Mysql时,则表示查询Mysql数据库凭据;
1027
+ # 如果ProductName值为多个云产品值,如:Mysql,Tdsql-mysql,Tdsql_C_Mysql(多个值以英文逗号,分隔开)则表示查询三种云产品类型的凭据;
1028
+ # 支持的云产品列表请通过接口:DescribeSupportedProducts进行查询。
1023
1029
  # @type ProductName: String
1024
1030
 
1025
1031
  attr_accessor :Offset, :Limit, :OrderType, :State, :SearchSecretName, :TagFilters, :SecretType, :ProductName
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.724
4
+ version: 3.0.725
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-10 00:00:00.000000000 Z
11
+ date: 2023-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common