tencentcloud-sdk-nodejs-cfs 4.1.191 → 4.1.200

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.191",
3
+ "version": "4.1.200",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -857,7 +857,7 @@ export interface DeleteUserQuotaRequest {
857
857
  */
858
858
  export interface DescribeAvailableZoneInfoResponse {
859
859
  /**
860
- * 各可用区的资源售卖情况以及支持的存储类型、存储协议等信息
860
+ * <p>各可用区的资源售卖情况以及支持的存储类型、存储协议等信息</p>
861
861
  */
862
862
  RegionZones?: Array<AvailableRegion>;
863
863
  /**
@@ -1338,17 +1338,21 @@ export interface DataFlowInfo {
1338
1338
  */
1339
1339
  export interface AvailableType {
1340
1340
  /**
1341
- * 协议与售卖详情
1341
+ * <p>协议与售卖详情</p>
1342
1342
  */
1343
1343
  Protocols?: Array<AvailableProtoStatus>;
1344
1344
  /**
1345
- * 存储类型。返回值中 SD 为通用标准型存储, HP为通用性能型存储, TB为Turbo标准型, TP 为Turbo性能型。
1345
+ * <p>存储类型。返回值中 SD 为通用标准型存储, HP为通用性能型存储, TB为Turbo标准型, TP 为Turbo性能型。</p>
1346
1346
  */
1347
1347
  Type?: string;
1348
1348
  /**
1349
- * 是否支持预付费。返回值中 true 为支持、false 为不支持
1349
+ * <p>是否支持预付费。返回值中 true 为支持、false 为不支持</p>
1350
1350
  */
1351
1351
  Prepayment?: boolean;
1352
+ /**
1353
+ * <p>文件系统版本</p><p>枚举值:</p><ul><li>v1.5: 通用系列</li><li>v3.1: 通用系列(增强型)</li><li>v4.0: Turbo系列</li></ul>
1354
+ */
1355
+ Version?: string;
1352
1356
  }
1353
1357
  /**
1354
1358
  * 生命周期管理策略信息