tencentcloud-sdk-nodejs-cfs 4.1.58 → 4.1.59

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.58",
3
+ "version": "4.1.59",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1152,7 +1152,7 @@ export interface ModifyFileSystemAutoScaleUpRuleResponse {
1152
1152
  */
1153
1153
  ScaleUpThreshold?: number;
1154
1154
  /**
1155
- * 扩容后达到阈值,范围[10-90]
1155
+ * 扩容后达到阈值,范围[1-90]
1156
1156
  */
1157
1157
  TargetThreshold?: number;
1158
1158
  /**