tencentcloud-sdk-cynosdb 3.0.647 → 3.0.649

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: 0d4083d7c07384d0a8c3a5ddd1320385b5dc045f
4
- data.tar.gz: b3fd30c8d7249fc13a8935596fe854517642f847
3
+ metadata.gz: d1808503132044dcff4cde0898d7458cd8ee6738
4
+ data.tar.gz: 5141ef78c193848451c4a7424ad4a571786dbfd7
5
5
  SHA512:
6
- metadata.gz: da0135e50871439e4866a1dda8a77a3395c5fd32e3c328249f30488e389efd4d17fd21f2d8b6ada4d72eeb6d6ca35e18118456e42523c1a92272e2428bb71c81
7
- data.tar.gz: 280cc8083954362ccb7f368fc9847007a3c82d5fdfd79d67e0f6a8036372a9e0ad17c888f470ec3412bbd03676bf88ba6843e609fdb773218c6ca2f858c2984e
6
+ metadata.gz: 95df7022cb4ead0d59fc5bc2e3c92f4936413c71deb49bf43aef6a12c00b9cd455b66a0d8a6a260dde809094432c4b5bce1e9cd586306f4a6c0b74481d9fd020
7
+ data.tar.gz: 7b33a36375cba3b48f71e2891b6ea3a3950c0b608f39c5f6e799b825ff2d8001e9505a83b8b9658ac4976be5c8cf2fc2cae4cdfe6abaa5c96822a169a0554adb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.647
1
+ 3.0.649
@@ -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.647
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-30 00:00:00.000000000 Z
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