tencentcloud-sdk-redis 3.0.1118 → 3.0.1131

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: b83317e2348df758e3fb727489a16b6f7c2c86e8
4
- data.tar.gz: aafaf2166e613e406ef2b2079daea07a124b3bd8
3
+ metadata.gz: 4ff8b382217362e38c2a3aaa498e45bd335b40ab
4
+ data.tar.gz: d356df3f43ab6af39fdedd8281747ebe2b05b801
5
5
  SHA512:
6
- metadata.gz: da641eb87bca2ea54b97cf1c0c72659f0b2e5956653e12b0d85e78ce62fdfa0d4b979f40187c579a192f5fc9d61916884bdaa523689cc49543766402f85c95a6
7
- data.tar.gz: d279b36d89bbcdab6fc567cde17cf01cf73f2008817b232006ede4950d2ac91f074b3e89b774108c95a09f6c85d88b972cd913a0c2447c6984590ef1808e03d5
6
+ metadata.gz: 7b3a5586b12d0a8bdc1517d288307149bc0813e4e63948ac37f2cb30f3b09737609c8baf49986de27ba6116738d8ea25dafb0f2b9bbd716a62d75a6b87480cd8
7
+ data.tar.gz: ced7065793fea27f786dc935550fc72338cbfc385f378dc546d38ccd417f0b0bfc643d6689fd0f85a2aa3851241fd050195d329437dd2b278563baa6fc93131b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1118
1
+ 3.0.1131
@@ -2335,7 +2335,7 @@ module TencentCloud
2335
2335
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2336
2336
  end
2337
2337
 
2338
- # 删除复制组
2338
+ # 本接口(RemoveReplicationGroup)用于删除复制组。
2339
2339
 
2340
2340
  # @param request: Request instance for RemoveReplicationGroup.
2341
2341
  # @type request: :class:`Tencentcloud::redis::V20180412::RemoveReplicationGroupRequest`
@@ -7725,7 +7725,7 @@ module TencentCloud
7725
7725
 
7726
7726
  # RemoveReplicationGroup请求参数结构体
7727
7727
  class RemoveReplicationGroupRequest < TencentCloud::Common::AbstractModel
7728
- # @param GroupId: 复制组ID
7728
+ # @param GroupId: 复制组ID。请登录 [Redis控制台的全球复制](https://console.cloud.tencent.com/redis/replication) 页面获取复制组 ID。
7729
7729
  # @type GroupId: String
7730
7730
 
7731
7731
  attr_accessor :GroupId
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: 3.0.1118
4
+ version: 3.0.1131
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-05 00:00:00.000000000 Z
11
+ date: 2025-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common