tencentcloud-sdk-wedata 3.0.632 → 3.0.633

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: 29c7f175c3b98ee47ac03bf481c343a0103b7175
4
- data.tar.gz: fd3092163735f9db7012db1664368f8b43b179c1
3
+ metadata.gz: ddef744a3318d7d9e6993a9fe8f1ae469392c8eb
4
+ data.tar.gz: 85f1ee1eae6a5f6abb47459516d87801a27aa70c
5
5
  SHA512:
6
- metadata.gz: 91a7aa8eb1134b5d18e50356f3699ff632d129b76f30206239da572fc8003638c29d89e2fd45831860b9caf15875539f264d9d903728ce9c5d02873bf15a21e3
7
- data.tar.gz: 7b807d8efe42f965963f6c7702c62a35228a3d97a899e1382d589a0a48d88d57df648919abacfb6e4d1731caa7f8db9a61dc7fc1c6a1eeb50fee9be02c39f1b8
6
+ metadata.gz: 079081eb0a2c153956e39eff1c22979fb9abadf07d4cb8b62f2b4bd75663382ff115cd124df7d6bef6ab5d5674ecad7bc8525d35e4e897734a9ae8293d32efdb
7
+ data.tar.gz: 6575639971b8d1749144c053f430c1925cfe418f1a14dd8e2c5b47ac6fd48c837099faff11337baef7941f247ac296aa4a3f1d96ed3f8ece522bde0e4799253b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.632
1
+ 3.0.633
@@ -3839,7 +3839,7 @@ module TencentCloud
3839
3839
  # @type DatasourceId: String
3840
3840
  # @param Database: 数据库
3841
3841
  # @type Database: String
3842
- # @param DDLSql: 建hive表ddl
3842
+ # @param DDLSql: base64转码之后的建表语句
3843
3843
  # @type DDLSql: String
3844
3844
  # @param Privilege: 表权限 ,默认为0:项目共享;1:仅个人与管理员
3845
3845
  # @type Privilege: Integer
@@ -9447,7 +9447,7 @@ module TencentCloud
9447
9447
  # @param ClusterName: 集群名称。
9448
9448
  # 多个名称用逗号连接。
9449
9449
  # @type ClusterName: String
9450
- # @param Status: TKE集群状态 (Running 运行中 Creating 创建中 Idling 闲置中 Abnormal 异常 Failed 异常 Deleting 删除中 Scaling 规模调整中 Upgrading 升级中 Isolated 欠费隔离中 NodeUpgrading 节点升级中 Recovering 唤醒中 Activating 激活中 MasterScaling Master扩缩容中 Waiting 等待注册 ClusterLevelUpgrading 调整规格中 ResourceIsolate 隔离中 ResourceIsolated 已隔离 ResourceReverse 冲正中 Trading 集群开通中 ResourceReversal 集群冲正 ClusterLevelTrading 集群变配交易中)
9450
+ # @param Status: TKE集群状态 (Running 运行中 Creating 创建中 Idling 闲置中 Abnormal 异常 Failed 失败 Deleting 删除中 Scaling 规模调整中 Upgrading 升级中 Isolated 欠费隔离中 NodeUpgrading 节点升级中 Recovering 唤醒中 Activating 激活中 MasterScaling Master扩缩容中 Waiting 等待注册 ClusterLevelUpgrading 调整规格中 ResourceIsolate 隔离中 ResourceIsolated 已隔离 ResourceReverse 冲正中 Trading 集群开通中 ResourceReversal 集群冲正 ClusterLevelTrading 集群变配交易中)
9451
9451
  # 多个状态用逗号连接。
9452
9452
  # @type Status: String
9453
9453
  # @param HasAgent: 是否安装Agent,true: 是,false: 否
@@ -9677,7 +9677,7 @@ module TencentCloud
9677
9677
  # @type ProjectId: String
9678
9678
  # @param PageIndex: 页码
9679
9679
  # @type PageIndex: Integer
9680
- # @param PageSize: 页大小
9680
+ # @param PageSize: 一页展示的条数
9681
9681
  # @type PageSize: Integer
9682
9682
  # @param CycleList: 周期列表(如天,一次性),可选
9683
9683
  # @type CycleList: Array
@@ -9689,7 +9689,11 @@ module TencentCloud
9689
9689
  # @type Sort: String
9690
9690
  # @param SortCol: 排序列(costTime 运行耗时,startTime 开始时间,state 实例状态,curRunDate 数据时间)
9691
9691
  # @type SortCol: String
9692
- # @param TaskTypeList: 类型列表(如35 shell任务),可选
9692
+ # @param TaskTypeList: 类型列表(如python任务类型:30
9693
+ # pyspark任务类型:31
9694
+ # hivesql任务类型:34
9695
+ # shell任务类型:35
9696
+ # sparksql任务类型:36 jdbcsql任务类型:21 dlc任务类型:32),可选
9693
9697
  # @type TaskTypeList: Array
9694
9698
  # @param StateList: 状态列表(如成功 2,正在执行 1),可选
9695
9699
  # @type StateList: Array
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-wedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.632
4
+ version: 3.0.633
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-09 00:00:00.000000000 Z
11
+ date: 2023-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common