tencentcloud-sdk-redis 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: c4c9bba88035aee62855e46349e4eca4b72e8e72
4
- data.tar.gz: 05bffd5aaf50a203f15febc5e10c5b50e29ce320
3
+ metadata.gz: ab795bdbafae97f38ac91c373fd4bcff9683048d
4
+ data.tar.gz: 86dba919fcf57338c0c61a2d1b0fb42ae7358780
5
5
  SHA512:
6
- metadata.gz: cac5fe422bd20f3f58de4bcf47209736cc50d7a8dbca7df3d014e783c2e81573e3536e1a5310e650fe0cbd3bb9b3a63535941da996851d18ae1f157fd9ccf39e
7
- data.tar.gz: 3e3af142c48ecdfd4a4c968fc14c66bebdadd2b743765a4a43e16b0d5209be920a6474f02a57618dd4321490364b32fea5ee3a3789430799345b75aa43ac6b63
6
+ metadata.gz: caf6fc6e66d79994ecb685b4c21f94b30d4f4bccd64bb5dbffa3f0370e37b7e23ba1a8813c05f69b7a5fb3a7e75d142af524bc8c6d981677df6dab5544c23f61
7
+ data.tar.gz: cabaa252582b31493c34ffe39bdc8f0f060845457ef410ca012f0f23e71515e4611f71ecee131e28aa17168210f769f3ed5744737dc2abbada81ae3d5082588e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.302
1
+ 1.0.305
@@ -341,7 +341,7 @@ module TencentCloud
341
341
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
342
342
  end
343
343
 
344
- # 移除复制组成员
344
+ # 移除复制组成员 注:接口下线中,请使用 RemoveReplicationInstance
345
345
 
346
346
  # @param request: Request instance for DeleteReplicationInstance.
347
347
  # @type request: :class:`Tencentcloud::redis::V20180412::DeleteReplicationInstanceRequest`
@@ -4868,7 +4868,7 @@ module TencentCloud
4868
4868
  # @type VpcId: String
4869
4869
  # @param SubnetId: 子网ID,changeVpc、changeBaseToVpc的时候需要提供
4870
4870
  # @type SubnetId: String
4871
- # @param Recycle: vip保留时间,单位:天
4871
+ # @param Recycle: vip保留时间,单位:天,注:需要最新版SDK支持
4872
4872
  # @type Recycle: Integer
4873
4873
 
4874
4874
  attr_accessor :InstanceId, :Operation, :Vip, :VpcId, :SubnetId, :Recycle
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-redis
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