tencentcloud-sdk-dbbrain 1.0.302 → 1.0.305

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: f0842e8c4d7c7bbd2f60fa7b951d592caad55f97
4
- data.tar.gz: 4f24ab2777e7299e5a172eebea15d5bcab386b34
3
+ metadata.gz: b8459445009237aecd9fa2ad87673fff35e8facc
4
+ data.tar.gz: fe511e1fc74c9679c6be1f02fd3aef02ff81823f
5
5
  SHA512:
6
- metadata.gz: be2ab3c090d1a168dbc1dd292cb942070b9936248acfbc607d592543776595542ba74d03ae21c542867cea9f0cdac6685ded9071c3345fe4a1b506ec596d883f
7
- data.tar.gz: 6250e807ec32f59f7274ffeb3f2a1ec6345a706e9b2a779f90dfe56d047e26307a8cafae4e23f53446aae572036e090ae7129a14730c4cbb24678e5fbb3c97ba
6
+ metadata.gz: fcf87a330552bc910ff596ca93e1556bce1eb60dc31d56a06c9924fbb9257462e28dd7ceb66b3e36e2912554f1e6c704cdb2a3b3edd443e1a9705d00c2f73a6d
7
+ data.tar.gz: b8d4fbf3bb6697685092825c6fc2799f17ae604a301d6836d2ddd3e57ed7fc7ebfbafe8fdc8ac7f591fd0346ccc55e41a15a5f492d62482c93447502e0e43ae5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.302
1
+ 1.0.305
@@ -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.305
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-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common