tencentcloud-sdk-nodejs-cdwdoris 4.0.1006 → 4.0.1014

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.
@@ -203,7 +203,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
203
203
  */
204
204
  RestartClusterForConfigs(req: RestartClusterForConfigsRequest, cb?: (error: string, rep: RestartClusterForConfigsResponse) => void): Promise<RestartClusterForConfigsResponse>;
205
205
  /**
206
- * 购买页拉取集群的数据节点和zookeeper节点的规格列表
206
+ * 拉取集群节点规格列表
207
207
  */
208
208
  DescribeSpec(req: DescribeSpecRequest, cb?: (error: string, rep: DescribeSpecResponse) => void): Promise<DescribeSpecResponse>;
209
209
  /**
@@ -322,7 +322,7 @@ class Client extends TencentCloudCommon.AbstractClient {
322
322
  return this.request("RestartClusterForConfigs", req, cb);
323
323
  }
324
324
  /**
325
- * 购买页拉取集群的数据节点和zookeeper节点的规格列表
325
+ * 拉取集群节点规格列表
326
326
  */
327
327
  async DescribeSpec(req, cb) {
328
328
  return this.request("DescribeSpec", req, cb);