tencentcloud-sdk-nodejs-mps 4.1.128 → 4.1.129

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-mps",
3
- "version": "4.1.128",
3
+ "version": "4.1.129",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -15753,7 +15753,9 @@ export interface DescribeTasksRequest {
15753
15753
  */
15754
15754
  Status: string;
15755
15755
  /**
15756
- * 任务结束时子任务是否有失败。
15756
+ * 任务结束时子任务是否有失败。如果不传则忽略。
15757
+ <li>false: 过滤子任务没有失败的任务;</li>
15758
+ <li>true: 过滤子任务有失败的任务。</li>
15757
15759
  */
15758
15760
  SubTaskHasFailed?: boolean;
15759
15761
  /**