tencentcloud-sdk-cynosdb 3.0.648 → 3.0.649
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/v20190107/models.rb +2 -2
- 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: d1808503132044dcff4cde0898d7458cd8ee6738
|
|
4
|
+
data.tar.gz: 5141ef78c193848451c4a7424ad4a571786dbfd7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95df7022cb4ead0d59fc5bc2e3c92f4936413c71deb49bf43aef6a12c00b9cd455b66a0d8a6a260dde809094432c4b5bce1e9cd586306f4a6c0b74481d9fd020
|
|
7
|
+
data.tar.gz: 7b33a36375cba3b48f71e2891b6ea3a3950c0b608f39c5f6e799b825ff2d8001e9505a83b8b9658ac4976be5c8cf2fc2cae4cdfe6abaa5c96822a169a0554adb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.649
|
data/lib/v20190107/models.rb
CHANGED
|
@@ -7758,9 +7758,9 @@ module TencentCloud
|
|
|
7758
7758
|
# @type ClusterId: String
|
|
7759
7759
|
# @param InstanceIds: 实例ID
|
|
7760
7760
|
# @type InstanceIds: Array
|
|
7761
|
-
# @param ClusterParamList:
|
|
7761
|
+
# @param ClusterParamList: 集群参数列表,例如 [{ "CurrentValue":"2", "ParamName":"innodb_stats_transient_sample_pages"}]
|
|
7762
7762
|
# @type ClusterParamList: Array
|
|
7763
|
-
# @param InstanceParamList:
|
|
7763
|
+
# @param InstanceParamList: 实例参数列表,例如[{ "CurrentValue":"2", "ParamName":"innodb_stats_transient_sample_pages"}]
|
|
7764
7764
|
# @type InstanceParamList: Array
|
|
7765
7765
|
# @param IsInMaintainPeriod: yes:在运维时间窗内修改,no:立即执行(默认值)
|
|
7766
7766
|
# @type IsInMaintainPeriod: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cynosdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.649
|
|
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-08-
|
|
11
|
+
date: 2023-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|