tencentcloud-sdk-dlc 3.0.640 → 3.0.641

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 51d964f69a12f7fb7fb217e8410998cb0e1f9253
4
- data.tar.gz: 0a42bd2bafe3c45cde0019619ea261889b0cd685
3
+ metadata.gz: 36c9ae7470bb7365e4f97a906869366844bc3e24
4
+ data.tar.gz: 5c4c0e6ada6463782b4cfffb8e546ceec33bd4fe
5
5
  SHA512:
6
- metadata.gz: bc414eef76a39bbb506bda48d08db1feca566b7ee5f3a928cf7c1270a2f41eef70223faa09bacf7c65b4ccb13b3efb4f96bebc3a092e1624af17c18842751d6b
7
- data.tar.gz: 927e78cf61d558293863b6a5b4008dd586485ab1128787be4338b803cd0bab935fc6da4be438986340a957b4d99b4aaf1aac9c3abfa8b56588d132fa2cfc08f7
6
+ metadata.gz: 0fa561c1742ed40d39737455b166b20f20302379a15ceac7383de581a2ede29e83ae681d1730411764bfebe6ba6f6760948024bff5d76fa125efa1e6ccb034b0
7
+ data.tar.gz: 16acc1f01cf499efca6d8e9abe00102caddf753ba24686a120096f342ddda93ca78a5e90aae94eb9a2a3632ee0361079e53aaaff69f90e60db774ff4d8b2807c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.640
1
+ 3.0.641
@@ -8228,7 +8228,7 @@ module TencentCloud
8228
8228
  # @type SQL: String
8229
8229
  # @param SQLType: 执行任务的类型,现在分为DDL、DML、DQL
8230
8230
  # @type SQLType: String
8231
- # @param State: 任务当前的状态,0:初始化 1:任务运行中 2:任务执行成功 -1:任务执行失败 -3:用户手动终止。只有任务执行成功的情况下,才会返回任务执行的结果
8231
+ # @param State: 任务当前的状态,0:初始化 1:任务运行中 2:任务执行成功 3:数据写入中 4:排队中 -1:任务执行失败 -3:用户手动终止 。只有任务执行成功的情况下,才会返回任务执行的结果
8232
8232
  # @type State: Integer
8233
8233
  # @param DataAmount: 扫描的数据量,单位byte
8234
8234
  # @type DataAmount: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dlc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.640
4
+ version: 3.0.641
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-21 00:00:00.000000000 Z
11
+ date: 2023-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common