tencentcloud-sdk-cdb 3.0.622 → 3.0.624

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: 7ea8c6c824bd51bf603c2690ecc6ca54968117b7
4
- data.tar.gz: 6e058c4f90e8f3f92f1bf33e9223d342aed94a94
3
+ metadata.gz: 71973ce8f00a57a9f0fc55ad1cb3f4bfa4f08222
4
+ data.tar.gz: fbafee0c9ad0e59ce1f334d985132c64dc108d73
5
5
  SHA512:
6
- metadata.gz: 8efa991bc2ca1b218845e3c6deb7a4a194a1067b2b43b0ee785554af663b152cc48e7a3ccca70e504580185adc7e99d342cb168c929a5cebd1b23e396a50aa67
7
- data.tar.gz: f17f40489c2d68a3468acfe417abe4de97273706b1c477dd825d1bbdbf9c931a3d9dca762abdc032a25fe4a491d05b021a78397f1938f768dbeb16b4f4511f9d
6
+ metadata.gz: 725f4e267887fb79871f047e6d2fc31ee2df7c66d54608a70af2d6f725a3f03e0b491763e7bfdb3bcead528268a3cef8fc91b81b66ad1deaf4d27af279592b54
7
+ data.tar.gz: ecb010ecfbec02deaed8aa15791e621baa74cfb8de972c19c15704ec7ca6f25b0fe70bba3e371388b451eb5da38e9aa1f7beee92bafe0c4ae4c903fc86c7a778
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.622
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.622
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-27 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