tencentcloud-sdk-nodejs-cbs 4.1.10 → 4.1.18

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.10",
3
+ "version": "4.1.18",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1266,7 +1266,7 @@ export interface ModifyAutoSnapshotPolicyAttributeResponse {
1266
1266
  */
1267
1267
  export interface TerminateDisksRequest {
1268
1268
  /**
1269
- * 需退还的云盘ID列表。
1269
+ * 需退还的云盘ID列表,通过[DescribeDisks](/document/product/362/16315)接口查询。
1270
1270
  */
1271
1271
  DiskIds: Array<string>;
1272
1272
  /**