tencentcloud-sdk-nodejs-thpc 4.1.143 → 4.1.148

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-thpc",
3
- "version": "4.1.143",
3
+ "version": "4.1.148",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2380,11 +2380,15 @@ export interface GooseFSxOption {
2380
2380
  /**
2381
2381
  * 文件系统master的ip和端口列表。
2382
2382
  */
2383
- Masters: Array<string>;
2383
+ Masters?: Array<string>;
2384
2384
  /**
2385
2385
  * 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。
2386
2386
  */
2387
- LocalPath: string;
2387
+ LocalPath?: string;
2388
+ /**
2389
+ * GooseFSx文件系统ID 文件系统ID通过调用接口[DescribeFileSystems](https://cloud.tencent.com/document/api/1424/95789)获取。
2390
+ */
2391
+ FileSystemId?: string;
2388
2392
  }
2389
2393
  /**
2390
2394
  * 描述了实例的抽象位置,包括其所在的可用区,所属的项目