tencentcloud-sdk-nodejs-cbs 4.1.49 → 4.1.54
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
|
@@ -268,8 +268,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
268
268
|
*/
|
|
269
269
|
DetachDisks(req: DetachDisksRequest, cb?: (error: string, rep: DetachDisksResponse) => void): Promise<DetachDisksResponse>;
|
|
270
270
|
/**
|
|
271
|
-
|
|
272
|
-
|
|
271
|
+
* 为进一步规范化API命名,该接口决定预下线,新接口命名为:DescribeSnapshotOverview
|
|
272
|
+
|
|
273
|
+
获取快照概览信息
|
|
274
|
+
*/
|
|
273
275
|
GetSnapOverview(req?: GetSnapOverviewRequest, cb?: (error: string, rep: GetSnapOverviewResponse) => void): Promise<GetSnapOverviewResponse>;
|
|
274
276
|
/**
|
|
275
277
|
* 本接口(ResizeDisk)用于扩容云硬盘。
|
|
@@ -374,8 +374,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
374
374
|
return this.request("DetachDisks", req, cb);
|
|
375
375
|
}
|
|
376
376
|
/**
|
|
377
|
-
|
|
378
|
-
|
|
377
|
+
* 为进一步规范化API命名,该接口决定预下线,新接口命名为:DescribeSnapshotOverview
|
|
378
|
+
|
|
379
|
+
获取快照概览信息
|
|
380
|
+
*/
|
|
379
381
|
async GetSnapOverview(req, cb) {
|
|
380
382
|
return this.request("GetSnapOverview", req, cb);
|
|
381
383
|
}
|