tencentcloud-sdk-cdb 3.0.1116 → 3.0.1119

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: 4e3b88ede7e6bffeac0d2d9a5ea84049767457f5
4
- data.tar.gz: 4f2ab770938c51c3f43d5015a46d335d440696df
3
+ metadata.gz: a0f67ec00c122c5ecbf6366535db39a74455ec59
4
+ data.tar.gz: 779922ae1af460e80bb7fa467dceeb381cd1d87b
5
5
  SHA512:
6
- metadata.gz: 0ce5521d0deb8f1cda2cd9a3352a2cdd7bb2b93d6cc801334b1d29d10694cd1498f240fb48ec7d3c9d273cbdf100dccfbdd8ef5476c25e80330a8be749aee1fa
7
- data.tar.gz: 1a4d8fd77fbe48aa359102f7a47c48b20f6d6750de55a301c945609ae1c1411e21b1d02ccf766f1ddf7608b49e7f6e8dbb9644470172123963ba3243ce9604cc
6
+ metadata.gz: ebb25ee821a24446b4a16d6e315110f82add65a6c5808f199508e6c61003db7454e910b48c941bafca87f29c61412815f481ce8381b11ed796748aae221c0a33
7
+ data.tar.gz: a55e1592045fffac9ca51ec420bc47667f7560d3985681dff522be594faf30e16f364838b1340a34f629619ad4a845bce54c6e0b6c00da8739b1d2a8638069a3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1116
1
+ 3.0.1119
@@ -11154,7 +11154,7 @@ module TencentCloud
11154
11154
  # @type InstanceIds: Array
11155
11155
  # @param ParamList: 要修改的参数列表。每一个元素是 Name 和 CurrentValue 的组合。Name 是参数名,CurrentValue 是要修改成的值。
11156
11156
  # @type ParamList: Array
11157
- # @param TemplateId: 模板 ID,ParamList 和 TemplateId 必须至少传其中之一。可通过 [DescribeParamTemplateInfo](https://cloud.tencent.com/document/product/236/32660) 接口获取。
11157
+ # @param TemplateId: 模板 ID,ParamList 和 TemplateId 必须至少传其中之一。可通过 [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659) 接口获取。
11158
11158
  # @type TemplateId: Integer
11159
11159
  # @param WaitSwitch: 执行参数调整任务的方式,默认为 0。支持值包括:0 - 立刻执行,1 - 时间窗执行;当该值为 1 时,每次只能传一个实例(InstanceIds数量为1)
11160
11160
  # @type WaitSwitch: Integer
@@ -11412,7 +11412,7 @@ module TencentCloud
11412
11412
 
11413
11413
  # ModifyParamTemplate请求参数结构体
11414
11414
  class ModifyParamTemplateRequest < TencentCloud::Common::AbstractModel
11415
- # @param TemplateId: 模板 ID。可通过 [DescribeParamTemplateInfo](https://cloud.tencent.com/document/product/236/32660) 接口获取。
11415
+ # @param TemplateId: 模板 ID。可通过 [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659) 接口获取。
11416
11416
  # @type TemplateId: Integer
11417
11417
  # @param Name: 模板名称,仅支持数字、英文大小写字母、中文以及特殊字符_-./()()[]+=::@,且长度不能超过60。
11418
11418
  # @type Name: String
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.1116
4
+ version: 3.0.1119
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-08-03 00:00:00.000000000 Z
11
+ date: 2025-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common