tencentcloud-sdk-dbbrain 1.0.302 → 1.0.303

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: f0842e8c4d7c7bbd2f60fa7b951d592caad55f97
4
- data.tar.gz: 4f24ab2777e7299e5a172eebea15d5bcab386b34
3
+ metadata.gz: a2345ab31477409fda351c8a1b26ccdbc8cd7869
4
+ data.tar.gz: 036306ec506fe4ba8abe7b1744e48bcbab737d11
5
5
  SHA512:
6
- metadata.gz: be2ab3c090d1a168dbc1dd292cb942070b9936248acfbc607d592543776595542ba74d03ae21c542867cea9f0cdac6685ded9071c3345fe4a1b506ec596d883f
7
- data.tar.gz: 6250e807ec32f59f7274ffeb3f2a1ec6345a706e9b2a779f90dfe56d047e26307a8cafae4e23f53446aae572036e090ae7129a14730c4cbb24678e5fbb3c97ba
6
+ metadata.gz: f2916cb5007c1b0db8ac7b5bf52493a0c11342d87ac9b1af07717db49287098dc555ed1cf863ef10767ff1dabc9aafee29b6572de6e440814c66f5d7e4e810a2
7
+ data.tar.gz: 424846d1e2a337bad08890d1db6d6e1be69b484176e94bd80111e99cd87456badfa03df6e3cc192c43c61c03aae3acb9c5ed8c428238960957ed13f6e4f1a856
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.302
1
+ 1.0.303
@@ -797,7 +797,7 @@ module TencentCloud
797
797
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
798
798
  end
799
799
 
800
- # 查询SQL模版。
800
+ # 查询SQL模板。
801
801
 
802
802
  # @param request: Request instance for DescribeSqlTemplate.
803
803
  # @type request: :class:`Tencentcloud::dbbrain::V20210527::DescribeSqlTemplateRequest`
@@ -1360,7 +1360,7 @@ module TencentCloud
1360
1360
  class DescribeNoPrimaryKeyTablesRequest < TencentCloud::Common::AbstractModel
1361
1361
  # @param InstanceId: 实例ID。
1362
1362
  # @type InstanceId: String
1363
- # @param Date: 查询日期,最早为30天前的日期。
1363
+ # @param Date: 查询日期,如2021-05-27,最早为30天前的日期。
1364
1364
  # @type Date: String
1365
1365
  # @param Limit: 查询数目,默认为20,最大为100。
1366
1366
  # @type Limit: Integer
@@ -1490,11 +1490,11 @@ module TencentCloud
1490
1490
  class DescribeRedisTopBigKeysRequest < TencentCloud::Common::AbstractModel
1491
1491
  # @param InstanceId: 实例ID。
1492
1492
  # @type InstanceId: String
1493
- # @param Date: 查询日期,最早可为前30天的日期。
1493
+ # @param Date: 查询日期,如2021-05-27,最早可为前30天的日期。
1494
1494
  # @type Date: String
1495
1495
  # @param Product: 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
1496
1496
  # @type Product: String
1497
- # @param SortBy: 排序字段,取值包括Capacity - 内存,ItemCount - 元素数量。
1497
+ # @param SortBy: 排序字段,取值包括Capacity - 内存,ItemCount - 元素数量,默认为Capacity。
1498
1498
  # @type SortBy: String
1499
1499
  # @param KeyType: key类型筛选条件,默认为不进行筛选,取值包括string, list, set, hash, sortedset, stream。
1500
1500
  # @type KeyType: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dbbrain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.302
4
+ version: 1.0.303
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-04-20 00:00:00.000000000 Z
11
+ date: 2022-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common