tencentcloud-sdk-cdb 3.0.623 → 3.0.624

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: 185c5aa12d9aa061617405171c8681369acf5368
4
- data.tar.gz: dbc0b7bff6e592117db4f5189a2ee25d99fa859d
3
+ metadata.gz: 71973ce8f00a57a9f0fc55ad1cb3f4bfa4f08222
4
+ data.tar.gz: fbafee0c9ad0e59ce1f334d985132c64dc108d73
5
5
  SHA512:
6
- metadata.gz: bf76222b5db49e88c897ea8a9c5b3b6410a5e8c45179bf711bd8b8ca9ae3f166774db29791ad11b5c6d60ef6694c0b664d837b9da6f37a8bc0b4f77952ce83ff
7
- data.tar.gz: 8cf5141b0366d07c01fa99e438d3f3229aa3b189d39ecce7dacd6decd8cb12a6d3e4a8a1045fa1b319d152c72d8ae95a435d99ee68b034bcef03f31873b83014
6
+ metadata.gz: 725f4e267887fb79871f047e6d2fc31ee2df7c66d54608a70af2d6f725a3f03e0b491763e7bfdb3bcead528268a3cef8fc91b81b66ad1deaf4d27af279592b54
7
+ data.tar.gz: ecb010ecfbec02deaed8aa15791e621baa74cfb8de972c19c15704ec7ca6f25b0fe70bba3e371388b451eb5da38e9aa1f7beee92bafe0c4ae4c903fc86c7a778
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.623
1
+ 3.0.624
@@ -2590,7 +2590,7 @@ module TencentCloud
2590
2590
  # @type InstanceRole: String
2591
2591
  # @param MasterInstanceId: 实例 ID,购买只读实例时必填,该字段表示只读实例的主实例ID,请使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口查询云数据库实例 ID。
2592
2592
  # @type MasterInstanceId: String
2593
- # @param EngineVersion: MySQL 版本,值包括:5.5、5.6 5.7,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
2593
+ # @param EngineVersion: MySQL 版本,值包括:5.5、5.6 5.7和8.0,请使用 [获取云数据库可售卖规格](https://cloud.tencent.com/document/api/236/17229) 接口获取可创建的实例版本。
2594
2594
  # @type EngineVersion: String
2595
2595
  # @param Password: 设置 root 帐号密码,密码规则:8 - 64 个字符,至少包含字母、数字、字符(支持的字符:_+-&=!@#$%^*())中的两种,购买主实例时可指定该参数,购买只读实例或者灾备实例时指定该参数无意义。
2596
2596
  # @type Password: String
@@ -2749,7 +2749,7 @@ module TencentCloud
2749
2749
 
2750
2750
  # CreateDBInstance返回参数结构体
2751
2751
  class CreateDBInstanceResponse < TencentCloud::Common::AbstractModel
2752
- # @param DealIds: 短订单 ID。
2752
+ # @param DealIds: 计费子订单 ID。
2753
2753
  # @type DealIds: Array
2754
2754
  # @param InstanceIds: 实例 ID 列表。
2755
2755
  # @type InstanceIds: Array
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.623
4
+ version: 3.0.624
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-07-28 00:00:00.000000000 Z
11
+ date: 2023-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common