tencentcloud-sdk-nodejs-redis 4.1.78 → 4.1.108
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
|
@@ -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);
|