tencentcloud-sdk-dlc 3.0.1042 → 3.0.1043
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210125/models.rb +0 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0effa20163d1dfb3b9836ecfb8e0252fadffcc39
|
4
|
+
data.tar.gz: 1678973c43e69ef9b1116bfd71fae7c5e80b3fbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fe40d349d3587c3fabf3a16a91cbd4775786455aac432d317bc57f149c14b31b4b5d3a5a0952fb4edc0d9c136e81a1c4fffaba36605b759f2d9a9704f3e5c77
|
7
|
+
data.tar.gz: 5a32124ff5c4bdee7fdf51e7db6f89887bc99ca2e240668c98028bb6c02cef75881fd64cb2cd9893b53b29ed56d24f5ca3423d59c552cca7d5563649676e5dfd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1043
|
data/lib/v20210125/models.rb
CHANGED
@@ -5064,7 +5064,6 @@ module TencentCloud
|
|
5064
5064
|
# @param LakeFsStatus: 托管存储状态,HasLakeFs等于true时,该值才有意义
|
5065
5065
|
# @type LakeFsStatus: String
|
5066
5066
|
# @param BucketType: 托管存储桶类型
|
5067
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5068
5067
|
# @type BucketType: String
|
5069
5068
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5070
5069
|
# @type RequestId: String
|
@@ -6698,7 +6697,6 @@ module TencentCloud
|
|
6698
6697
|
# DescribeResultDownload返回参数结构体
|
6699
6698
|
class DescribeResultDownloadResponse < TencentCloud::Common::AbstractModel
|
6700
6699
|
# @param Path: 下载文件路径
|
6701
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6702
6700
|
# @type Path: String
|
6703
6701
|
# @param Status: 任务状态 init | queue | format | compress | success| timeout | error
|
6704
6702
|
# @type Status: String
|
@@ -10584,7 +10582,6 @@ module TencentCloud
|
|
10584
10582
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10585
10583
|
# @type OutPut: :class:`Tencentcloud::Dlc.v20210125.models.StatementOutput`
|
10586
10584
|
# @param BatchId: 批任务id
|
10587
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10588
10585
|
# @type BatchId: String
|
10589
10586
|
# @param Code: 运行语句
|
10590
10587
|
# @type Code: String
|
@@ -10765,16 +10762,12 @@ module TencentCloud
|
|
10765
10762
|
# 非DLC产品CHDFS绑定
|
10766
10763
|
class OtherCHDFSBinding < TencentCloud::Common::AbstractModel
|
10767
10764
|
# @param ProductName: 产品名称
|
10768
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10769
10765
|
# @type ProductName: String
|
10770
10766
|
# @param SuperUser: 用户名称(该字段已废弃)
|
10771
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10772
10767
|
# @type SuperUser: Array
|
10773
10768
|
# @param VpcInfo: vpc配置信息
|
10774
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10775
10769
|
# @type VpcInfo: Array
|
10776
10770
|
# @param IsBind: 是否与该桶绑定(该字段已废弃)
|
10777
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10778
10771
|
# @type IsBind: Boolean
|
10779
10772
|
|
10780
10773
|
attr_accessor :ProductName, :SuperUser, :VpcInfo, :IsBind
|
@@ -12826,7 +12819,6 @@ module TencentCloud
|
|
12826
12819
|
# @param OperateUin: 执行sql的子uin
|
12827
12820
|
# @type OperateUin: String
|
12828
12821
|
# @param DataEngineName: 计算资源名字
|
12829
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12830
12822
|
# @type DataEngineName: String
|
12831
12823
|
# @param InputType: 导入类型是本地导入还是cos
|
12832
12824
|
# @type InputType: String
|
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.
|
4
|
+
version: 3.0.1043
|
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-04-
|
11
|
+
date: 2025-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|