tencentcloud-sdk-nodejs-dlc 4.0.534 → 4.0.536
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.
- package/CHANGELOG.md +409 -0
- package/SERVICE_CHANGELOG.md +468 -251
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/services/dlc/v20210125/dlc_client.ts +204 -52
- package/src/services/dlc/v20210125/dlc_models.ts +1109 -70
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +64 -16
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +94 -22
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +950 -72
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { DescribeResultDownloadResponse, DescribeTaskResultResponse,
|
|
2
|
+
import { DescribeResultDownloadResponse, DescribeTaskResultResponse, DescribeNotebookSessionStatementRequest, CancelNotebookSessionStatementRequest, DescribeDatabasesRequest, DeleteUserRequest, ListTaskJobLogDetailResponse, CreateResultDownloadResponse, ModifyGovernEventRuleResponse, DescribeNotebookSessionsRequest, CreateDMSDatabaseResponse, CreateStoreLocationResponse, DescribeNotebookSessionResponse, DescribeDMSDatabaseResponse, UnbindWorkGroupsFromUserResponse, DropDMSDatabaseRequest, CreateScriptResponse, CreateTasksInOrderResponse, DescribeTablesResponse, SuspendResumeDataEngineResponse, DeleteSparkAppRequest, ModifyUserResponse, DeleteScriptResponse, DetachUserPolicyRequest, AlterDMSTableResponse, DescribeTasksResponse, DescribeDMSTableResponse, DropDMSPartitionsRequest, CreateNotebookSessionStatementSupportBatchSQLRequest, CreateTasksInOrderRequest, AddDMSPartitionsResponse, DetachWorkGroupPolicyResponse, GenerateCreateMangedTableSqlRequest, ModifySparkAppRequest, CreateDatabaseRequest, GenerateCreateMangedTableSqlResponse, DescribeDMSTablesResponse, AlterDMSPartitionRequest, CheckLockMetaDataRequest, DescribeSparkAppJobRequest, CreateDatabaseResponse, DescribeTasksRequest, CreateSparkAppTaskRequest, CancelNotebookSessionStatementBatchResponse, UnlockMetaDataRequest, AttachUserPolicyRequest, CreateInternalTableRequest, ListTaskJobLogDetailRequest, AttachWorkGroupPolicyRequest, CreateUserResponse, DescribeNotebookSessionStatementsRequest, DeleteUserResponse, DescribeDatabasesResponse, DescribeNotebookSessionsResponse, DescribeDMSPartitionsRequest, DescribeSparkAppJobsRequest, DeleteNotebookSessionRequest, CreateDMSTableResponse, CreateNotebookSessionRequest, CreateTaskRequest, DescribeNotebookSessionRequest, CreateTableRequest, CreateNotebookSessionStatementRequest, DescribeWorkGroupsResponse, CreateImportTaskRequest, DescribeScriptsRequest, DescribeSparkAppJobResponse, CreateExportTaskResponse, AddUsersToWorkGroupRequest, DescribeStoreLocationRequest, AddUsersToWorkGroupResponse, DescribeNotebookSessionLogRequest, CreateExportTaskRequest, DescribeNotebookSessionStatementResponse, ReportHeartbeatMetaDataResponse, ReportHeartbeatMetaDataRequest, CreateDMSTableRequest, CancelNotebookSessionStatementResponse, AttachWorkGroupPolicyResponse, ModifyWorkGroupResponse, DescribeDMSTablesRequest, ModifyUserRequest, CreateSparkAppTaskResponse, CancelTaskRequest, BindWorkGroupsToUserResponse, CreateNotebookSessionStatementResponse, DescribeStoreLocationResponse, DeleteScriptRequest, AddDMSPartitionsRequest, DescribeNotebookSessionStatementSqlResultRequest, ModifySparkAppResponse, AlterDMSTableRequest, CreateImportTaskResponse, CreateTableResponse, CreateNotebookSessionStatementSupportBatchSQLResponse, CreateScriptRequest, BindWorkGroupsToUserRequest, DeleteWorkGroupRequest, DescribeTaskResultRequest, DescribeUsersResponse, DescribeNotebookSessionLogResponse, CreateUserRequest, ModifyWorkGroupRequest, CancelTaskResponse, UnlockMetaDataResponse, DeleteWorkGroupResponse, DropDMSTableResponse, CreateWorkGroupResponse, DescribeTablesRequest, DeleteNotebookSessionResponse, CreateStoreLocationRequest, DescribeNotebookSessionStatementsResponse, AttachUserPolicyResponse, DropDMSTableRequest, DescribeNotebookSessionStatementSqlResultResponse, DescribeDMSPartitionsResponse, DeleteUsersFromWorkGroupResponse, UnbindWorkGroupsFromUserRequest, DescribeDMSDatabaseRequest, DescribeTableRequest, DropDMSDatabaseResponse, DescribeUsersRequest, DeleteUsersFromWorkGroupRequest, CreateSparkAppResponse, CreateTaskResponse, DeleteSparkAppResponse, AlterDMSPartitionResponse, CreateTasksRequest, SuspendResumeDataEngineRequest, DescribeTableResponse, DescribeSparkAppJobsResponse, DescribeSparkAppTasksResponse, DescribeViewsRequest, LockMetaDataRequest, DetachUserPolicyResponse, DescribeWorkGroupsRequest, CreateTasksResponse, CreateNotebookSessionResponse, CreateSparkAppRequest, DescribeDataEnginesRequest, DropDMSPartitionsResponse, AlterDMSDatabaseResponse, CreateWorkGroupRequest, CreateInternalTableResponse, DescribeSparkAppTasksRequest, LockMetaDataResponse, CheckLockMetaDataResponse, AlterDMSDatabaseRequest, DescribeViewsResponse, CreateResultDownloadRequest, CreateDMSDatabaseRequest, DetachWorkGroupPolicyRequest, DescribeDMSTableRequest, ModifyGovernEventRuleRequest, CancelNotebookSessionStatementBatchRequest, DescribeDataEnginesResponse, DescribeScriptsResponse, DescribeResultDownloadRequest } from "./dlc_models";
|
|
3
3
|
/**
|
|
4
4
|
* dlc client
|
|
5
5
|
* @class
|
|
@@ -35,9 +35,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
35
35
|
*/
|
|
36
36
|
DescribeNotebookSession(req: DescribeNotebookSessionRequest, cb?: (error: string, rep: DescribeNotebookSessionResponse) => void): Promise<DescribeNotebookSessionResponse>;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* 本接口(CancelNotebookSessionStatement)用于取消session statement
|
|
39
39
|
*/
|
|
40
|
-
|
|
40
|
+
CancelNotebookSessionStatement(req: CancelNotebookSessionStatementRequest, cb?: (error: string, rep: CancelNotebookSessionStatementResponse) => void): Promise<CancelNotebookSessionStatementResponse>;
|
|
41
41
|
/**
|
|
42
42
|
* DMS元数据新增分区
|
|
43
43
|
*/
|
|
@@ -59,9 +59,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
59
59
|
*/
|
|
60
60
|
DescribeTaskResult(req: DescribeTaskResultRequest, cb?: (error: string, rep: DescribeTaskResultResponse) => void): Promise<DescribeTaskResultResponse>;
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
* 本接口(CancelNotebookSessionStatementBatch)用于按批取消Session statement。
|
|
63
63
|
*/
|
|
64
|
-
|
|
64
|
+
CancelNotebookSessionStatementBatch(req: CancelNotebookSessionStatementBatchRequest, cb?: (error: string, rep: CancelNotebookSessionStatementBatchResponse) => void): Promise<CancelNotebookSessionStatementBatchResponse>;
|
|
65
65
|
/**
|
|
66
66
|
* 删除spark应用
|
|
67
67
|
*/
|
|
@@ -94,6 +94,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
94
94
|
* 查询结果下载任务
|
|
95
95
|
*/
|
|
96
96
|
DescribeResultDownload(req: DescribeResultDownloadRequest, cb?: (error: string, rep: DescribeResultDownloadResponse) => void): Promise<DescribeResultDownloadResponse>;
|
|
97
|
+
/**
|
|
98
|
+
* 本接口(DescribeDataEngines)用于获取DataEngines信息列表
|
|
99
|
+
*/
|
|
100
|
+
DescribeDataEngines(req: DescribeDataEnginesRequest, cb?: (error: string, rep: DescribeDataEnginesResponse) => void): Promise<DescribeDataEnginesResponse>;
|
|
97
101
|
/**
|
|
98
102
|
* 该接口(CreateStoreLocation)新增或覆盖计算结果存储位置。
|
|
99
103
|
*/
|
|
@@ -115,29 +119,41 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
115
119
|
*/
|
|
116
120
|
CreateWorkGroup(req: CreateWorkGroupRequest, cb?: (error: string, rep: CreateWorkGroupResponse) => void): Promise<CreateWorkGroupResponse>;
|
|
117
121
|
/**
|
|
118
|
-
* 本接口(
|
|
122
|
+
* 本接口(CreateNotebookSessionStatementSupportBatchSQL)用于创建Statement批量运行SQL任务。
|
|
119
123
|
*/
|
|
120
|
-
|
|
124
|
+
CreateNotebookSessionStatementSupportBatchSQL(req: CreateNotebookSessionStatementSupportBatchSQLRequest, cb?: (error: string, rep: CreateNotebookSessionStatementSupportBatchSQLResponse) => void): Promise<CreateNotebookSessionStatementSupportBatchSQLResponse>;
|
|
125
|
+
/**
|
|
126
|
+
* 本接口(DescribeNotebookSessionLog)用于获取notebook livy session日志
|
|
127
|
+
*/
|
|
128
|
+
DescribeNotebookSessionLog(req: DescribeNotebookSessionLogRequest, cb?: (error: string, rep: DescribeNotebookSessionLogResponse) => void): Promise<DescribeNotebookSessionLogResponse>;
|
|
121
129
|
/**
|
|
122
130
|
* DMS元数据更新库
|
|
123
131
|
*/
|
|
124
132
|
AlterDMSDatabase(req: AlterDMSDatabaseRequest, cb?: (error: string, rep: AlterDMSDatabaseResponse) => void): Promise<AlterDMSDatabaseResponse>;
|
|
125
133
|
/**
|
|
126
|
-
*
|
|
134
|
+
* 更新spark应用
|
|
127
135
|
*/
|
|
128
|
-
|
|
136
|
+
ModifySparkApp(req: ModifySparkAppRequest, cb?: (error: string, rep: ModifySparkAppResponse) => void): Promise<ModifySparkAppResponse>;
|
|
129
137
|
/**
|
|
130
|
-
*
|
|
138
|
+
* 创建托管存储内表(该接口已废弃)
|
|
131
139
|
*/
|
|
132
140
|
CreateInternalTable(req: CreateInternalTableRequest, cb?: (error: string, rep: CreateInternalTableResponse) => void): Promise<CreateInternalTableResponse>;
|
|
133
141
|
/**
|
|
134
|
-
*
|
|
142
|
+
* 本接口(DeleteNotebookSession)用于删除notebook livy session
|
|
135
143
|
*/
|
|
136
|
-
|
|
144
|
+
DeleteNotebookSession(req: DeleteNotebookSessionRequest, cb?: (error: string, rep: DeleteNotebookSessionResponse) => void): Promise<DeleteNotebookSessionResponse>;
|
|
145
|
+
/**
|
|
146
|
+
* 生成创建托管表语句
|
|
147
|
+
*/
|
|
148
|
+
GenerateCreateMangedTableSql(req: GenerateCreateMangedTableSqlRequest, cb?: (error: string, rep: GenerateCreateMangedTableSqlResponse) => void): Promise<GenerateCreateMangedTableSqlResponse>;
|
|
137
149
|
/**
|
|
138
150
|
* 绑定鉴权策略到工作组
|
|
139
151
|
*/
|
|
140
152
|
AttachWorkGroupPolicy(req: AttachWorkGroupPolicyRequest, cb?: (error: string, rep: AttachWorkGroupPolicyResponse) => void): Promise<AttachWorkGroupPolicyResponse>;
|
|
153
|
+
/**
|
|
154
|
+
* 本接口(DescribeNotebookSessions)用于获取notebook livy session列表
|
|
155
|
+
*/
|
|
156
|
+
DescribeNotebookSessions(req: DescribeNotebookSessionsRequest, cb?: (error: string, rep: DescribeNotebookSessionsResponse) => void): Promise<DescribeNotebookSessionsResponse>;
|
|
141
157
|
/**
|
|
142
158
|
* DMS元数据获取分区
|
|
143
159
|
*/
|
|
@@ -166,6 +182,18 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
166
182
|
* 本接口(CreateDatabase)用于生成建库SQL语句。
|
|
167
183
|
*/
|
|
168
184
|
CreateDatabase(req: CreateDatabaseRequest, cb?: (error: string, rep: CreateDatabaseResponse) => void): Promise<CreateDatabaseResponse>;
|
|
185
|
+
/**
|
|
186
|
+
* 本接口(DescribeNotebookSessionStatement)用于获取session statement信息
|
|
187
|
+
*/
|
|
188
|
+
DescribeNotebookSessionStatement(req: DescribeNotebookSessionStatementRequest, cb?: (error: string, rep: DescribeNotebookSessionStatementResponse) => void): Promise<DescribeNotebookSessionStatementResponse>;
|
|
189
|
+
/**
|
|
190
|
+
* 解绑用户上的用户组
|
|
191
|
+
*/
|
|
192
|
+
UnbindWorkGroupsFromUser(req: UnbindWorkGroupsFromUserRequest, cb?: (error: string, rep: UnbindWorkGroupsFromUserResponse) => void): Promise<UnbindWorkGroupsFromUserResponse>;
|
|
193
|
+
/**
|
|
194
|
+
* 获取spark应用列表
|
|
195
|
+
*/
|
|
196
|
+
DescribeSparkAppJobs(req: DescribeSparkAppJobsRequest, cb?: (error: string, rep: DescribeSparkAppJobsResponse) => void): Promise<DescribeSparkAppJobsResponse>;
|
|
169
197
|
/**
|
|
170
198
|
* 获取工作组列表
|
|
171
199
|
*/
|
|
@@ -175,9 +203,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
175
203
|
*/
|
|
176
204
|
ModifyWorkGroup(req: ModifyWorkGroupRequest, cb?: (error: string, rep: ModifyWorkGroupResponse) => void): Promise<ModifyWorkGroupResponse>;
|
|
177
205
|
/**
|
|
178
|
-
*
|
|
206
|
+
* 本接口(ListTaskJobLogDetail)用于获取spark-jar日志列表
|
|
179
207
|
*/
|
|
180
|
-
|
|
208
|
+
ListTaskJobLogDetail(req: ListTaskJobLogDetailRequest, cb?: (error: string, rep: ListTaskJobLogDetailResponse) => void): Promise<ListTaskJobLogDetailResponse>;
|
|
181
209
|
/**
|
|
182
210
|
* 本接口(DescribeViews)用于查询数据视图列表。
|
|
183
211
|
*/
|
|
@@ -186,6 +214,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
186
214
|
* 本接口(DescribeTable),用于查询单个表的详细信息。
|
|
187
215
|
*/
|
|
188
216
|
DescribeTable(req: DescribeTableRequest, cb?: (error: string, rep: DescribeTableResponse) => void): Promise<DescribeTableResponse>;
|
|
217
|
+
/**
|
|
218
|
+
* 本接口(DescribeNotebookSessionStatements)用于获取Session Statement列表。
|
|
219
|
+
*/
|
|
220
|
+
DescribeNotebookSessionStatements(req: DescribeNotebookSessionStatementsRequest, cb?: (error: string, rep: DescribeNotebookSessionStatementsResponse) => void): Promise<DescribeNotebookSessionStatementsResponse>;
|
|
221
|
+
/**
|
|
222
|
+
* 获取用户列表信息
|
|
223
|
+
*/
|
|
224
|
+
DescribeUsers(req: DescribeUsersRequest, cb?: (error: string, rep: DescribeUsersResponse) => void): Promise<DescribeUsersResponse>;
|
|
189
225
|
/**
|
|
190
226
|
* DMS元数据获取库
|
|
191
227
|
*/
|
|
@@ -259,13 +295,21 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
259
295
|
*/
|
|
260
296
|
DescribeSparkAppTasks(req: DescribeSparkAppTasksRequest, cb?: (error: string, rep: DescribeSparkAppTasksResponse) => void): Promise<DescribeSparkAppTasksResponse>;
|
|
261
297
|
/**
|
|
262
|
-
*
|
|
298
|
+
* 本接口(DescribeNotebookSessionStatementSqlResult)用于获取statement运行结果。
|
|
263
299
|
*/
|
|
264
|
-
|
|
300
|
+
DescribeNotebookSessionStatementSqlResult(req: DescribeNotebookSessionStatementSqlResultRequest, cb?: (error: string, rep: DescribeNotebookSessionStatementSqlResultResponse) => void): Promise<DescribeNotebookSessionStatementSqlResultResponse>;
|
|
301
|
+
/**
|
|
302
|
+
* DMS元数据删除库
|
|
303
|
+
*/
|
|
304
|
+
DropDMSDatabase(req: DropDMSDatabaseRequest, cb?: (error: string, rep: DropDMSDatabaseResponse) => void): Promise<DropDMSDatabaseResponse>;
|
|
265
305
|
/**
|
|
266
306
|
* 创建用户
|
|
267
307
|
*/
|
|
268
308
|
CreateUser(req: CreateUserRequest, cb?: (error: string, rep: CreateUserResponse) => void): Promise<CreateUserResponse>;
|
|
309
|
+
/**
|
|
310
|
+
* 本接口(CreateNotebookSessionStatement)用于创建session statement
|
|
311
|
+
*/
|
|
312
|
+
CreateNotebookSessionStatement(req: CreateNotebookSessionStatementRequest, cb?: (error: string, rep: CreateNotebookSessionStatementResponse) => void): Promise<CreateNotebookSessionStatementResponse>;
|
|
269
313
|
/**
|
|
270
314
|
* 解绑用户鉴权策略
|
|
271
315
|
*/
|
|
@@ -274,4 +318,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
274
318
|
* 本接口(DescribeTables)用于查询数据表列表。
|
|
275
319
|
*/
|
|
276
320
|
DescribeTables(req: DescribeTablesRequest, cb?: (error: string, rep: DescribeTablesResponse) => void): Promise<DescribeTablesResponse>;
|
|
321
|
+
/**
|
|
322
|
+
* 该接口(CreateExportTask)用于创建导出任务
|
|
323
|
+
*/
|
|
324
|
+
CreateExportTask(req: CreateExportTaskRequest, cb?: (error: string, rep: CreateExportTaskResponse) => void): Promise<CreateExportTaskResponse>;
|
|
277
325
|
}
|
|
@@ -70,10 +70,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
70
70
|
return this.request("DescribeNotebookSession", req, cb);
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* 本接口(CancelNotebookSessionStatement)用于取消session statement
|
|
74
74
|
*/
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
75
|
+
async CancelNotebookSessionStatement(req, cb) {
|
|
76
|
+
return this.request("CancelNotebookSessionStatement", req, cb);
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* DMS元数据新增分区
|
|
@@ -106,10 +106,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
106
106
|
return this.request("DescribeTaskResult", req, cb);
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* 本接口(CancelNotebookSessionStatementBatch)用于按批取消Session statement。
|
|
110
110
|
*/
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
111
|
+
async CancelNotebookSessionStatementBatch(req, cb) {
|
|
112
|
+
return this.request("CancelNotebookSessionStatementBatch", req, cb);
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
115
|
* 删除spark应用
|
|
@@ -159,6 +159,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
159
159
|
async DescribeResultDownload(req, cb) {
|
|
160
160
|
return this.request("DescribeResultDownload", req, cb);
|
|
161
161
|
}
|
|
162
|
+
/**
|
|
163
|
+
* 本接口(DescribeDataEngines)用于获取DataEngines信息列表
|
|
164
|
+
*/
|
|
165
|
+
async DescribeDataEngines(req, cb) {
|
|
166
|
+
return this.request("DescribeDataEngines", req, cb);
|
|
167
|
+
}
|
|
162
168
|
/**
|
|
163
169
|
* 该接口(CreateStoreLocation)新增或覆盖计算结果存储位置。
|
|
164
170
|
*/
|
|
@@ -190,10 +196,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
190
196
|
return this.request("CreateWorkGroup", req, cb);
|
|
191
197
|
}
|
|
192
198
|
/**
|
|
193
|
-
* 本接口(
|
|
199
|
+
* 本接口(CreateNotebookSessionStatementSupportBatchSQL)用于创建Statement批量运行SQL任务。
|
|
194
200
|
*/
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
201
|
+
async CreateNotebookSessionStatementSupportBatchSQL(req, cb) {
|
|
202
|
+
return this.request("CreateNotebookSessionStatementSupportBatchSQL", req, cb);
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* 本接口(DescribeNotebookSessionLog)用于获取notebook livy session日志
|
|
206
|
+
*/
|
|
207
|
+
async DescribeNotebookSessionLog(req, cb) {
|
|
208
|
+
return this.request("DescribeNotebookSessionLog", req, cb);
|
|
197
209
|
}
|
|
198
210
|
/**
|
|
199
211
|
* DMS元数据更新库
|
|
@@ -202,22 +214,28 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
202
214
|
return this.request("AlterDMSDatabase", req, cb);
|
|
203
215
|
}
|
|
204
216
|
/**
|
|
205
|
-
*
|
|
217
|
+
* 更新spark应用
|
|
206
218
|
*/
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
219
|
+
async ModifySparkApp(req, cb) {
|
|
220
|
+
return this.request("ModifySparkApp", req, cb);
|
|
209
221
|
}
|
|
210
222
|
/**
|
|
211
|
-
*
|
|
223
|
+
* 创建托管存储内表(该接口已废弃)
|
|
212
224
|
*/
|
|
213
225
|
async CreateInternalTable(req, cb) {
|
|
214
226
|
return this.request("CreateInternalTable", req, cb);
|
|
215
227
|
}
|
|
216
228
|
/**
|
|
217
|
-
*
|
|
229
|
+
* 本接口(DeleteNotebookSession)用于删除notebook livy session
|
|
218
230
|
*/
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
231
|
+
async DeleteNotebookSession(req, cb) {
|
|
232
|
+
return this.request("DeleteNotebookSession", req, cb);
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* 生成创建托管表语句
|
|
236
|
+
*/
|
|
237
|
+
async GenerateCreateMangedTableSql(req, cb) {
|
|
238
|
+
return this.request("GenerateCreateMangedTableSql", req, cb);
|
|
221
239
|
}
|
|
222
240
|
/**
|
|
223
241
|
* 绑定鉴权策略到工作组
|
|
@@ -225,6 +243,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
225
243
|
async AttachWorkGroupPolicy(req, cb) {
|
|
226
244
|
return this.request("AttachWorkGroupPolicy", req, cb);
|
|
227
245
|
}
|
|
246
|
+
/**
|
|
247
|
+
* 本接口(DescribeNotebookSessions)用于获取notebook livy session列表
|
|
248
|
+
*/
|
|
249
|
+
async DescribeNotebookSessions(req, cb) {
|
|
250
|
+
return this.request("DescribeNotebookSessions", req, cb);
|
|
251
|
+
}
|
|
228
252
|
/**
|
|
229
253
|
* DMS元数据获取分区
|
|
230
254
|
*/
|
|
@@ -267,6 +291,24 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
267
291
|
async CreateDatabase(req, cb) {
|
|
268
292
|
return this.request("CreateDatabase", req, cb);
|
|
269
293
|
}
|
|
294
|
+
/**
|
|
295
|
+
* 本接口(DescribeNotebookSessionStatement)用于获取session statement信息
|
|
296
|
+
*/
|
|
297
|
+
async DescribeNotebookSessionStatement(req, cb) {
|
|
298
|
+
return this.request("DescribeNotebookSessionStatement", req, cb);
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
301
|
+
* 解绑用户上的用户组
|
|
302
|
+
*/
|
|
303
|
+
async UnbindWorkGroupsFromUser(req, cb) {
|
|
304
|
+
return this.request("UnbindWorkGroupsFromUser", req, cb);
|
|
305
|
+
}
|
|
306
|
+
/**
|
|
307
|
+
* 获取spark应用列表
|
|
308
|
+
*/
|
|
309
|
+
async DescribeSparkAppJobs(req, cb) {
|
|
310
|
+
return this.request("DescribeSparkAppJobs", req, cb);
|
|
311
|
+
}
|
|
270
312
|
/**
|
|
271
313
|
* 获取工作组列表
|
|
272
314
|
*/
|
|
@@ -280,10 +322,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
280
322
|
return this.request("ModifyWorkGroup", req, cb);
|
|
281
323
|
}
|
|
282
324
|
/**
|
|
283
|
-
*
|
|
325
|
+
* 本接口(ListTaskJobLogDetail)用于获取spark-jar日志列表
|
|
284
326
|
*/
|
|
285
|
-
async
|
|
286
|
-
return this.request("
|
|
327
|
+
async ListTaskJobLogDetail(req, cb) {
|
|
328
|
+
return this.request("ListTaskJobLogDetail", req, cb);
|
|
287
329
|
}
|
|
288
330
|
/**
|
|
289
331
|
* 本接口(DescribeViews)用于查询数据视图列表。
|
|
@@ -297,6 +339,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
297
339
|
async DescribeTable(req, cb) {
|
|
298
340
|
return this.request("DescribeTable", req, cb);
|
|
299
341
|
}
|
|
342
|
+
/**
|
|
343
|
+
* 本接口(DescribeNotebookSessionStatements)用于获取Session Statement列表。
|
|
344
|
+
*/
|
|
345
|
+
async DescribeNotebookSessionStatements(req, cb) {
|
|
346
|
+
return this.request("DescribeNotebookSessionStatements", req, cb);
|
|
347
|
+
}
|
|
348
|
+
/**
|
|
349
|
+
* 获取用户列表信息
|
|
350
|
+
*/
|
|
351
|
+
async DescribeUsers(req, cb) {
|
|
352
|
+
return this.request("DescribeUsers", req, cb);
|
|
353
|
+
}
|
|
300
354
|
/**
|
|
301
355
|
* DMS元数据获取库
|
|
302
356
|
*/
|
|
@@ -406,10 +460,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
406
460
|
return this.request("DescribeSparkAppTasks", req, cb);
|
|
407
461
|
}
|
|
408
462
|
/**
|
|
409
|
-
*
|
|
463
|
+
* 本接口(DescribeNotebookSessionStatementSqlResult)用于获取statement运行结果。
|
|
410
464
|
*/
|
|
411
|
-
async
|
|
412
|
-
return this.request("
|
|
465
|
+
async DescribeNotebookSessionStatementSqlResult(req, cb) {
|
|
466
|
+
return this.request("DescribeNotebookSessionStatementSqlResult", req, cb);
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* DMS元数据删除库
|
|
470
|
+
*/
|
|
471
|
+
async DropDMSDatabase(req, cb) {
|
|
472
|
+
return this.request("DropDMSDatabase", req, cb);
|
|
413
473
|
}
|
|
414
474
|
/**
|
|
415
475
|
* 创建用户
|
|
@@ -417,6 +477,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
417
477
|
async CreateUser(req, cb) {
|
|
418
478
|
return this.request("CreateUser", req, cb);
|
|
419
479
|
}
|
|
480
|
+
/**
|
|
481
|
+
* 本接口(CreateNotebookSessionStatement)用于创建session statement
|
|
482
|
+
*/
|
|
483
|
+
async CreateNotebookSessionStatement(req, cb) {
|
|
484
|
+
return this.request("CreateNotebookSessionStatement", req, cb);
|
|
485
|
+
}
|
|
420
486
|
/**
|
|
421
487
|
* 解绑用户鉴权策略
|
|
422
488
|
*/
|
|
@@ -429,5 +495,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
429
495
|
async DescribeTables(req, cb) {
|
|
430
496
|
return this.request("DescribeTables", req, cb);
|
|
431
497
|
}
|
|
498
|
+
/**
|
|
499
|
+
* 该接口(CreateExportTask)用于创建导出任务
|
|
500
|
+
*/
|
|
501
|
+
async CreateExportTask(req, cb) {
|
|
502
|
+
return this.request("CreateExportTask", req, cb);
|
|
503
|
+
}
|
|
432
504
|
}
|
|
433
505
|
exports.Client = Client;
|