tencentcloud-sdk-cdb 1.0.283 → 1.0.286

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: 5cecabb0728af6f35cd84355d54d36adbd9a01e4
4
- data.tar.gz: 61e7d236c999444f051b18c1322e4c3fa2516401
3
+ metadata.gz: 441e47419dcb07c45b8447db66d43326e4287fd1
4
+ data.tar.gz: 2b85644dc27e98ba51ac81b38c00a3cdf263883e
5
5
  SHA512:
6
- metadata.gz: c05f83232715a2f3a1aa21144c0613917f464697d8ec5904e8ec3b6c8b64f2bc1fcec3b679fd78aa7d71d5699fe43564aa54fabf4b536bb0686220d831e5aa53
7
- data.tar.gz: 3fc7eedaa91aa20ea74cccb061b1bd3557f21e1e66297ca3150cac726caac31945f5680c749fb5c324e410937749dcccdd5f3cec87332229cfa71c902c8e75ff
6
+ metadata.gz: b41d15d2c2183b2044b7b1f6c0b03f56e07021efc69388dce4aa1d72f52905b15a146665bfb3a6be244f2877478e0d8a305cd6bf121d38344a93515fe23b4e42
7
+ data.tar.gz: 2dafda00b8b7f6e13b8f4823b0877e2a6724fe3f9376aa9f8e7f63b1c6012343c21a11ad26129fdf71d4ec7b349f80dc78fd7feef7cfbaaca7fa88804e9b01e9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.283
1
+ 1.0.286
@@ -4639,9 +4639,9 @@ module TencentCloud
4639
4639
  class DescribeInstanceParamRecordsRequest < TencentCloud::Common::AbstractModel
4640
4640
  # @param InstanceId: 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。
4641
4641
  # @type InstanceId: String
4642
- # @param Offset: 分页偏移量。
4642
+ # @param Offset: 分页偏移量,默认值:0。
4643
4643
  # @type Offset: Integer
4644
- # @param Limit: 分页大小。
4644
+ # @param Limit: 分页大小,默认值:20。
4645
4645
  # @type Limit: Integer
4646
4646
 
4647
4647
  attr_accessor :InstanceId, :Offset, :Limit
@@ -7774,9 +7774,9 @@ module TencentCloud
7774
7774
  class ModifyParamTemplateRequest < TencentCloud::Common::AbstractModel
7775
7775
  # @param TemplateId: 模板 ID。
7776
7776
  # @type TemplateId: Integer
7777
- # @param Name: 模板名称。
7777
+ # @param Name: 模板名称,长度不超过64。
7778
7778
  # @type Name: String
7779
- # @param Description: 模板描述。
7779
+ # @param Description: 模板描述,长度不超过255。
7780
7780
  # @type Description: String
7781
7781
  # @param ParamList: 参数列表。
7782
7782
  # @type ParamList: Array
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: 1.0.283
4
+ version: 1.0.286
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-24 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common