tencentcloud-sdk-nodejs-redis 4.1.78 → 4.1.107

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-redis",
3
- "version": "4.1.78",
3
+ "version": "4.1.107",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -385,7 +385,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
385
385
  */
386
386
  DescribeInstances(req: DescribeInstancesRequest, cb?: (error: string, rep: DescribeInstancesResponse) => void): Promise<DescribeInstancesResponse>;
387
387
  /**
388
- * 删除复制组
388
+ * 本接口(RemoveReplicationGroup)用于删除复制组。
389
389
  */
390
390
  RemoveReplicationGroup(req: RemoveReplicationGroupRequest, cb?: (error: string, rep: RemoveReplicationGroupResponse) => void): Promise<RemoveReplicationGroupResponse>;
391
391
  /**
@@ -595,7 +595,7 @@ class Client extends TencentCloudCommon.AbstractClient {
595
595
  return this.request("DescribeInstances", req, cb);
596
596
  }
597
597
  /**
598
- * 删除复制组
598
+ * 本接口(RemoveReplicationGroup)用于删除复制组。
599
599
  */
600
600
  async RemoveReplicationGroup(req, cb) {
601
601
  return this.request("RemoveReplicationGroup", req, cb);
@@ -26,7 +26,7 @@ export interface UpgradeProxyVersionRequest {
26
26
  */
27
27
  export interface RemoveReplicationGroupRequest {
28
28
  /**
29
- * 复制组ID
29
+ * 复制组ID。请登录 [Redis控制台的全球复制](https://console.cloud.tencent.com/redis/replication) 页面获取复制组 ID。
30
30
  */
31
31
  GroupId: string;
32
32
  }