tencentcloud-sdk-nodejs-batch 4.1.38 → 4.1.42

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-batch",
3
- "version": "4.1.38",
3
+ "version": "4.1.42",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -344,7 +344,11 @@ export interface Task {
344
344
  */
345
345
  Authentications?: Array<Authentication>;
346
346
  /**
347
- * TaskInstance失败后处理方式,取值包括TERMINATE(默认)、INTERRUPT、FAST_INTERRUPT。
347
+ * TaskInstance失败后处理方式,取值包括
348
+
349
+ - TERMINATE:销毁计算实例(默认)、
350
+ - INTERRUPT:中断任务,保留计算实例、
351
+ - FAST_INTERRUPT: 快速中断任务, 保留计算实例。
348
352
  */
349
353
  FailedAction?: string;
350
354
  /**