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
|
@@ -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
|
/**
|