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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 924faac82b228aa8101df2670ba26abe96da1185
4
- data.tar.gz: 8f01bece81c2ae6aee04c4489ce19896e2d3a321
3
+ metadata.gz: d1808503132044dcff4cde0898d7458cd8ee6738
4
+ data.tar.gz: 5141ef78c193848451c4a7424ad4a571786dbfd7
5
5
  SHA512:
6
- metadata.gz: 9c119625d4d22f91e70d3a5ad38a09948b5bc8cb981fd1153b729cd7080eb2f5204d76b4bce890d4e29e41e7bb60cc7ed3725549216ede3bb7debdd69620c2c7
7
- data.tar.gz: 1549e40d5866aa83311d1410fd4d8f017623427d0b4cc1cd61c7c2edd25757f73322de0d17feb64297e86cfb5b84c99480d1e1092b203d7a3667ae865492ab30
6
+ metadata.gz: 95df7022cb4ead0d59fc5bc2e3c92f4936413c71deb49bf43aef6a12c00b9cd455b66a0d8a6a260dde809094432c4b5bce1e9cd586306f4a6c0b74481d9fd020
7
+ data.tar.gz: 7b33a36375cba3b48f71e2891b6ea3a3950c0b608f39c5f6e799b825ff2d8001e9505a83b8b9658ac4976be5c8cf2fc2cae4cdfe6abaa5c96822a169a0554adb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.648
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.648
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