tencentcloud-sdk-nodejs-cfs 4.1.147 → 4.1.166

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-cfs",
3
- "version": "4.1.147",
3
+ "version": "4.1.166",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2424,7 +2424,7 @@ export interface UpdateCfsFileSystemSizeLimitRequest {
2424
2424
  */
2425
2425
  FsLimit: number;
2426
2426
  /**
2427
- * 文件系统ID,目前仅支持标准型文件系统。该参数通过查询文件系统列表获取
2427
+ * 文件系统 ID,此功能需要开白使用,请[提交工单](https://console.cloud.tencent.com/workorder/category?from=ticket-tab)进行申请。当前仅支持通用标准型文件系统设置存储容量上限。该参数通过[查询文件系统](https://cloud.tencent.com/document/product/582/38170)获取。
2428
2428
  */
2429
2429
  FileSystemId: string;
2430
2430
  }