tencentcloud-sdk-nodejs-cbs 4.1.48 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cbs",
3
- "version": "4.1.48",
3
+ "version": "4.1.54",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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
  }