tencentcloud-sdk-nodejs-cbs 4.1.6 → 4.1.9

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.6",
3
+ "version": "4.1.9",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -981,7 +981,7 @@ export interface CreateSnapshotRequest {
981
981
  /**
982
982
  * 需要创建快照的云硬盘ID,可通过[DescribeDisks](/document/product/362/16315)接口查询。
983
983
  */
984
- DiskId: string;
984
+ DiskId?: string;
985
985
  /**
986
986
  * 快照名称,不传则新快照名称默认为“未命名”。
987
987
  */