tencentcloud-sdk-batch 3.0.1063 → 3.0.1064

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f028802b88982c8e970ef5de2167a6a92e287b61
4
- data.tar.gz: dc14c52cc7e86446fa8b0ff123c4ef9ef2ab7988
3
+ metadata.gz: 428ab79d6ed11b6f27e693a7124c23a33147f15c
4
+ data.tar.gz: 04199e140ea40c608bffb255ec058c3a952217a8
5
5
  SHA512:
6
- metadata.gz: 8549a0089a3ea9a7166eeac96736f5e29e0466ca9d3f8b90c2f1088f439f8b4d14fa1386c29bdbcf31b22298a2b4d03bd0e8799e13a66c080ab9f68666f08d85
7
- data.tar.gz: 57a1f50a85f0e688b70d0ce3ec440ac39fa592a1d490af011458b8e822fc6ebe35439d1a14b781703a327822bdd25911627c1b5ceee5074e476205998678ce51
6
+ metadata.gz: af3ad6323665669c1af4e784da46cd6da40e7963746f325f5bb23d3d252bb6e28a1524fd33fa7e04826a91cf8bf93efd381abb64115b93f7101018335294204c
7
+ data.tar.gz: 9e926aa76e570053a1e63fa33b983e54f12572752f3ba883303fb4d17604680d2a03ac86e046ee79fcc174fb61cf421b5b50bc15ec37341a075dff071790e0b7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1063
1
+ 3.0.1064
@@ -3525,7 +3525,11 @@ module TencentCloud
3525
3525
  # @type EnvVars: Array
3526
3526
  # @param Authentications: 授权信息
3527
3527
  # @type Authentications: Array
3528
- # @param FailedAction: TaskInstance失败后处理方式,取值包括TERMINATE(默认)、INTERRUPT、FAST_INTERRUPT。
3528
+ # @param FailedAction: TaskInstance失败后处理方式,取值包括
3529
+
3530
+ # - TERMINATE:销毁计算实例(默认)、
3531
+ # - INTERRUPT:中断任务,保留计算实例、
3532
+ # - FAST_INTERRUPT: 快速中断任务, 保留计算实例。
3529
3533
  # @type FailedAction: String
3530
3534
  # @param MaxRetryCount: 任务失败后的最大重试次数,默认为0
3531
3535
  # @type MaxRetryCount: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1063
4
+ version: 3.0.1064
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-19 00:00:00.000000000 Z
11
+ date: 2025-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common