tencentcloud-sdk-dlc 3.0.1041 → 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 -9
- 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
@@ -1119,7 +1119,6 @@ module TencentCloud
|
|
1119
1119
|
# @param IsAvailable: 参数有效性:ture:有效,false:至少存在一个无效参数;
|
1120
1120
|
# @type IsAvailable: Boolean
|
1121
1121
|
# @param UnavailableConfig: 无效参数集合
|
1122
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1123
1122
|
# @type UnavailableConfig: Array
|
1124
1123
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1125
1124
|
# @type RequestId: String
|
@@ -5065,7 +5064,6 @@ module TencentCloud
|
|
5065
5064
|
# @param LakeFsStatus: 托管存储状态,HasLakeFs等于true时,该值才有意义
|
5066
5065
|
# @type LakeFsStatus: String
|
5067
5066
|
# @param BucketType: 托管存储桶类型
|
5068
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5069
5067
|
# @type BucketType: String
|
5070
5068
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5071
5069
|
# @type RequestId: String
|
@@ -6699,7 +6697,6 @@ module TencentCloud
|
|
6699
6697
|
# DescribeResultDownload返回参数结构体
|
6700
6698
|
class DescribeResultDownloadResponse < TencentCloud::Common::AbstractModel
|
6701
6699
|
# @param Path: 下载文件路径
|
6702
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6703
6700
|
# @type Path: String
|
6704
6701
|
# @param Status: 任务状态 init | queue | format | compress | success| timeout | error
|
6705
6702
|
# @type Status: String
|
@@ -10585,7 +10582,6 @@ module TencentCloud
|
|
10585
10582
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10586
10583
|
# @type OutPut: :class:`Tencentcloud::Dlc.v20210125.models.StatementOutput`
|
10587
10584
|
# @param BatchId: 批任务id
|
10588
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10589
10585
|
# @type BatchId: String
|
10590
10586
|
# @param Code: 运行语句
|
10591
10587
|
# @type Code: String
|
@@ -10766,16 +10762,12 @@ module TencentCloud
|
|
10766
10762
|
# 非DLC产品CHDFS绑定
|
10767
10763
|
class OtherCHDFSBinding < TencentCloud::Common::AbstractModel
|
10768
10764
|
# @param ProductName: 产品名称
|
10769
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10770
10765
|
# @type ProductName: String
|
10771
10766
|
# @param SuperUser: 用户名称(该字段已废弃)
|
10772
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10773
10767
|
# @type SuperUser: Array
|
10774
10768
|
# @param VpcInfo: vpc配置信息
|
10775
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10776
10769
|
# @type VpcInfo: Array
|
10777
10770
|
# @param IsBind: 是否与该桶绑定(该字段已废弃)
|
10778
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10779
10771
|
# @type IsBind: Boolean
|
10780
10772
|
|
10781
10773
|
attr_accessor :ProductName, :SuperUser, :VpcInfo, :IsBind
|
@@ -12827,7 +12819,6 @@ module TencentCloud
|
|
12827
12819
|
# @param OperateUin: 执行sql的子uin
|
12828
12820
|
# @type OperateUin: String
|
12829
12821
|
# @param DataEngineName: 计算资源名字
|
12830
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12831
12822
|
# @type DataEngineName: String
|
12832
12823
|
# @param InputType: 导入类型是本地导入还是cos
|
12833
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
|