tencentcloud-sdk-cdb 3.0.1090 → 3.0.1091
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/v20170320/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: fdbcff4bfc043d9c14cc2fe5bb1c891b51c91fe9
|
4
|
+
data.tar.gz: ec5d146bb8b6de0c822428ece983160c707e789c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef3ec3e199694d1f42e2fcfaeef0863ad85e036e51baa866403d3f20de6a895ab5070ba31d54a152e0afb24af8b24457de373abf46f5af153b4376adec1458db
|
7
|
+
data.tar.gz: 3adbfa01d48be57243e55d85bf55c3939d28f46ad7254baac5c55330a3e996e6f6463e449a22b1387e1be87121e558ca695420e4f693fb967d321b1fa92f8d7b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1091
|
data/lib/v20170320/models.rb
CHANGED
@@ -12708,7 +12708,7 @@ module TencentCloud
|
|
12708
12708
|
|
12709
12709
|
# ResetRootAccount请求参数结构体
|
12710
12710
|
class ResetRootAccountRequest < TencentCloud::Common::AbstractModel
|
12711
|
-
# @param InstanceId: 实例
|
12711
|
+
# @param InstanceId: 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
|
12712
12712
|
# @type InstanceId: String
|
12713
12713
|
|
12714
12714
|
attr_accessor :InstanceId
|
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.
|
4
|
+
version: 3.0.1091
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|