tencentcloud-sdk-wedata 3.0.706 → 3.0.707
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/v20210820/client.rb +96 -0
- data/lib/v20210820/models.rb +2445 -85
- 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: cca0a6019fa6b2df359e190e78c940785775bb3b
|
4
|
+
data.tar.gz: 8acafdf97c2b8529884d158f866fa068f4a2e923
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb30d6e921b9d0efd203a9a5b44c74d1f8e159f4ce163e902d4a586a5f1cab8a22e3ad81af64879eb8165567650718895223668a6ae4a091cf3bff46b57721c5
|
7
|
+
data.tar.gz: dfee0ed7ba34488501445167c1ddb6c6f2862473be307b19ed6bd68bac08a49e9bc6a1f63b9558e8d5c30594fd7caeb6f66e8480cff0f6def330fb2e05580f3b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.707
|
data/lib/v20210820/client.rb
CHANGED
@@ -53,6 +53,30 @@ module TencentCloud
|
|
53
53
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
54
54
|
end
|
55
55
|
|
56
|
+
# 批量创建任务版本Ds
|
57
|
+
|
58
|
+
# @param request: Request instance for BatchCreateTaskVersionDs.
|
59
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::BatchCreateTaskVersionDsRequest`
|
60
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::BatchCreateTaskVersionDsResponse`
|
61
|
+
def BatchCreateTaskVersionDs(request)
|
62
|
+
body = send_request('BatchCreateTaskVersionDs', request.serialize)
|
63
|
+
response = JSON.parse(body)
|
64
|
+
if response['Response'].key?('Error') == false
|
65
|
+
model = BatchCreateTaskVersionDsResponse.new
|
66
|
+
model.deserialize(response['Response'])
|
67
|
+
model
|
68
|
+
else
|
69
|
+
code = response['Response']['Error']['Code']
|
70
|
+
message = response['Response']['Error']['Message']
|
71
|
+
reqid = response['Response']['RequestId']
|
72
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
73
|
+
end
|
74
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
75
|
+
raise e
|
76
|
+
rescue StandardError => e
|
77
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
78
|
+
end
|
79
|
+
|
56
80
|
# 批量删除集成任务
|
57
81
|
|
58
82
|
# @param request: Request instance for BatchDeleteIntegrationTasks.
|
@@ -1211,6 +1235,30 @@ module TencentCloud
|
|
1211
1235
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1212
1236
|
end
|
1213
1237
|
|
1238
|
+
# 创建任务版本
|
1239
|
+
|
1240
|
+
# @param request: Request instance for CreateTaskVersionDs.
|
1241
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::CreateTaskVersionDsRequest`
|
1242
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::CreateTaskVersionDsResponse`
|
1243
|
+
def CreateTaskVersionDs(request)
|
1244
|
+
body = send_request('CreateTaskVersionDs', request.serialize)
|
1245
|
+
response = JSON.parse(body)
|
1246
|
+
if response['Response'].key?('Error') == false
|
1247
|
+
model = CreateTaskVersionDsResponse.new
|
1248
|
+
model.deserialize(response['Response'])
|
1249
|
+
model
|
1250
|
+
else
|
1251
|
+
code = response['Response']['Error']['Code']
|
1252
|
+
message = response['Response']['Error']['Message']
|
1253
|
+
reqid = response['Response']['RequestId']
|
1254
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1255
|
+
end
|
1256
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1257
|
+
raise e
|
1258
|
+
rescue StandardError => e
|
1259
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1260
|
+
end
|
1261
|
+
|
1214
1262
|
# <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
1215
1263
|
# 创建工作流
|
1216
1264
|
|
@@ -1887,6 +1935,30 @@ module TencentCloud
|
|
1887
1935
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1888
1936
|
end
|
1889
1937
|
|
1938
|
+
# 获取待审批列表
|
1939
|
+
|
1940
|
+
# @param request: Request instance for DescribeApproveList.
|
1941
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeApproveListRequest`
|
1942
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeApproveListResponse`
|
1943
|
+
def DescribeApproveList(request)
|
1944
|
+
body = send_request('DescribeApproveList', request.serialize)
|
1945
|
+
response = JSON.parse(body)
|
1946
|
+
if response['Response'].key?('Error') == false
|
1947
|
+
model = DescribeApproveListResponse.new
|
1948
|
+
model.deserialize(response['Response'])
|
1949
|
+
model
|
1950
|
+
else
|
1951
|
+
code = response['Response']['Error']['Code']
|
1952
|
+
message = response['Response']['Error']['Message']
|
1953
|
+
reqid = response['Response']['RequestId']
|
1954
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1955
|
+
end
|
1956
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1957
|
+
raise e
|
1958
|
+
rescue StandardError => e
|
1959
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1960
|
+
end
|
1961
|
+
|
1890
1962
|
# 查询基线DAG
|
1891
1963
|
|
1892
1964
|
# @param request: Request instance for DescribeBaselineAllTaskDag.
|
@@ -6206,6 +6278,30 @@ module TencentCloud
|
|
6206
6278
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
6207
6279
|
end
|
6208
6280
|
|
6281
|
+
# 修改审批单状态
|
6282
|
+
|
6283
|
+
# @param request: Request instance for ModifyApproveStatus.
|
6284
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::ModifyApproveStatusRequest`
|
6285
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::ModifyApproveStatusResponse`
|
6286
|
+
def ModifyApproveStatus(request)
|
6287
|
+
body = send_request('ModifyApproveStatus', request.serialize)
|
6288
|
+
response = JSON.parse(body)
|
6289
|
+
if response['Response'].key?('Error') == false
|
6290
|
+
model = ModifyApproveStatusResponse.new
|
6291
|
+
model.deserialize(response['Response'])
|
6292
|
+
model
|
6293
|
+
else
|
6294
|
+
code = response['Response']['Error']['Code']
|
6295
|
+
message = response['Response']['Error']['Message']
|
6296
|
+
reqid = response['Response']['RequestId']
|
6297
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
6298
|
+
end
|
6299
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
6300
|
+
raise e
|
6301
|
+
rescue StandardError => e
|
6302
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
6303
|
+
end
|
6304
|
+
|
6209
6305
|
# 编辑基线告警状态
|
6210
6306
|
|
6211
6307
|
# @param request: Request instance for ModifyBaselineAlarmStatus.
|