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.
- package/README.md +1 -1
- package/package.json +1 -1
- package/products.md +86 -85
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +22 -163
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +21 -162
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
325
|
+
* 拉取集群节点规格列表
|
|
326
326
|
*/
|
|
327
327
|
async DescribeSpec(req, cb) {
|
|
328
328
|
return this.request("DescribeSpec", req, cb);
|