tencentcloud-sdk-nodejs-cfs 4.1.248 → 4.1.255

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.248",
3
+ "version": "4.1.255",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1829,7 +1829,7 @@ export interface LifecycleDataTaskInfo {
1829
1829
  */
1830
1830
  TaskId?: string;
1831
1831
  /**
1832
- * <p>任务状态.<br>init:未执行<br>running:执行中,finished:已完成<br>,failed:失败<br>,stopping:停止中,stopped:已停止</p>
1832
+ * <p>任务状态</p><p>枚举值:</p><ul><li>init: 排队中</li><li>running: 执行中</li><li>finished: 已完成</li><li>failed: 失败</li><li>stopping: 停止中</li><li>stopped: 已停止</li></ul>
1833
1833
  */
1834
1834
  TaskStatus?: string;
1835
1835
  /**