tencentcloud-sdk-nodejs-dlc 4.0.533 → 4.0.535
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 +529 -0
- package/SERVICE_CHANGELOG.md +573 -187
- package/package.json +1 -1
- package/products.md +31 -30
- package/src/services/dlc/v20210125/dlc_client.ts +217 -51
- package/src/services/dlc/v20210125/dlc_models.ts +1200 -71
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +67 -15
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +99 -21
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1016 -63
|
@@ -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,25 +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>;
|
|
141
|
+
/**
|
|
142
|
+
* 本接口(DeleteNotebookSession)用于删除notebook livy session
|
|
143
|
+
*/
|
|
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>;
|
|
133
149
|
/**
|
|
134
150
|
* 绑定鉴权策略到工作组
|
|
135
151
|
*/
|
|
136
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>;
|
|
137
157
|
/**
|
|
138
158
|
* DMS元数据获取分区
|
|
139
159
|
*/
|
|
@@ -162,6 +182,18 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
162
182
|
* 本接口(CreateDatabase)用于生成建库SQL语句。
|
|
163
183
|
*/
|
|
164
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>;
|
|
165
197
|
/**
|
|
166
198
|
* 获取工作组列表
|
|
167
199
|
*/
|
|
@@ -171,9 +203,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
171
203
|
*/
|
|
172
204
|
ModifyWorkGroup(req: ModifyWorkGroupRequest, cb?: (error: string, rep: ModifyWorkGroupResponse) => void): Promise<ModifyWorkGroupResponse>;
|
|
173
205
|
/**
|
|
174
|
-
*
|
|
206
|
+
* 本接口(ListTaskJobLogDetail)用于获取spark-jar日志列表
|
|
175
207
|
*/
|
|
176
|
-
|
|
208
|
+
ListTaskJobLogDetail(req: ListTaskJobLogDetailRequest, cb?: (error: string, rep: ListTaskJobLogDetailResponse) => void): Promise<ListTaskJobLogDetailResponse>;
|
|
177
209
|
/**
|
|
178
210
|
* 本接口(DescribeViews)用于查询数据视图列表。
|
|
179
211
|
*/
|
|
@@ -182,6 +214,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
182
214
|
* 本接口(DescribeTable),用于查询单个表的详细信息。
|
|
183
215
|
*/
|
|
184
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>;
|
|
185
225
|
/**
|
|
186
226
|
* DMS元数据获取库
|
|
187
227
|
*/
|
|
@@ -255,13 +295,21 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
255
295
|
*/
|
|
256
296
|
DescribeSparkAppTasks(req: DescribeSparkAppTasksRequest, cb?: (error: string, rep: DescribeSparkAppTasksResponse) => void): Promise<DescribeSparkAppTasksResponse>;
|
|
257
297
|
/**
|
|
258
|
-
*
|
|
298
|
+
* 本接口(DescribeNotebookSessionStatementSqlResult)用于获取statement运行结果。
|
|
259
299
|
*/
|
|
260
|
-
|
|
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>;
|
|
261
305
|
/**
|
|
262
306
|
* 创建用户
|
|
263
307
|
*/
|
|
264
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>;
|
|
265
313
|
/**
|
|
266
314
|
* 解绑用户鉴权策略
|
|
267
315
|
*/
|
|
@@ -270,4 +318,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
270
318
|
* 本接口(DescribeTables)用于查询数据表列表。
|
|
271
319
|
*/
|
|
272
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>;
|
|
273
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,16 +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
|
-
async
|
|
214
|
-
return this.request("
|
|
225
|
+
async CreateInternalTable(req, cb) {
|
|
226
|
+
return this.request("CreateInternalTable", req, cb);
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* 本接口(DeleteNotebookSession)用于删除notebook livy session
|
|
230
|
+
*/
|
|
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);
|
|
215
239
|
}
|
|
216
240
|
/**
|
|
217
241
|
* 绑定鉴权策略到工作组
|
|
@@ -219,6 +243,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
219
243
|
async AttachWorkGroupPolicy(req, cb) {
|
|
220
244
|
return this.request("AttachWorkGroupPolicy", req, cb);
|
|
221
245
|
}
|
|
246
|
+
/**
|
|
247
|
+
* 本接口(DescribeNotebookSessions)用于获取notebook livy session列表
|
|
248
|
+
*/
|
|
249
|
+
async DescribeNotebookSessions(req, cb) {
|
|
250
|
+
return this.request("DescribeNotebookSessions", req, cb);
|
|
251
|
+
}
|
|
222
252
|
/**
|
|
223
253
|
* DMS元数据获取分区
|
|
224
254
|
*/
|
|
@@ -261,6 +291,24 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
261
291
|
async CreateDatabase(req, cb) {
|
|
262
292
|
return this.request("CreateDatabase", req, cb);
|
|
263
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
|
+
}
|
|
264
312
|
/**
|
|
265
313
|
* 获取工作组列表
|
|
266
314
|
*/
|
|
@@ -274,10 +322,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
274
322
|
return this.request("ModifyWorkGroup", req, cb);
|
|
275
323
|
}
|
|
276
324
|
/**
|
|
277
|
-
*
|
|
325
|
+
* 本接口(ListTaskJobLogDetail)用于获取spark-jar日志列表
|
|
278
326
|
*/
|
|
279
|
-
async
|
|
280
|
-
return this.request("
|
|
327
|
+
async ListTaskJobLogDetail(req, cb) {
|
|
328
|
+
return this.request("ListTaskJobLogDetail", req, cb);
|
|
281
329
|
}
|
|
282
330
|
/**
|
|
283
331
|
* 本接口(DescribeViews)用于查询数据视图列表。
|
|
@@ -291,6 +339,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
291
339
|
async DescribeTable(req, cb) {
|
|
292
340
|
return this.request("DescribeTable", req, cb);
|
|
293
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
|
+
}
|
|
294
354
|
/**
|
|
295
355
|
* DMS元数据获取库
|
|
296
356
|
*/
|
|
@@ -400,10 +460,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
400
460
|
return this.request("DescribeSparkAppTasks", req, cb);
|
|
401
461
|
}
|
|
402
462
|
/**
|
|
403
|
-
*
|
|
463
|
+
* 本接口(DescribeNotebookSessionStatementSqlResult)用于获取statement运行结果。
|
|
404
464
|
*/
|
|
405
|
-
async
|
|
406
|
-
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);
|
|
407
473
|
}
|
|
408
474
|
/**
|
|
409
475
|
* 创建用户
|
|
@@ -411,6 +477,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
411
477
|
async CreateUser(req, cb) {
|
|
412
478
|
return this.request("CreateUser", req, cb);
|
|
413
479
|
}
|
|
480
|
+
/**
|
|
481
|
+
* 本接口(CreateNotebookSessionStatement)用于创建session statement
|
|
482
|
+
*/
|
|
483
|
+
async CreateNotebookSessionStatement(req, cb) {
|
|
484
|
+
return this.request("CreateNotebookSessionStatement", req, cb);
|
|
485
|
+
}
|
|
414
486
|
/**
|
|
415
487
|
* 解绑用户鉴权策略
|
|
416
488
|
*/
|
|
@@ -423,5 +495,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
423
495
|
async DescribeTables(req, cb) {
|
|
424
496
|
return this.request("DescribeTables", req, cb);
|
|
425
497
|
}
|
|
498
|
+
/**
|
|
499
|
+
* 该接口(CreateExportTask)用于创建导出任务
|
|
500
|
+
*/
|
|
501
|
+
async CreateExportTask(req, cb) {
|
|
502
|
+
return this.request("CreateExportTask", req, cb);
|
|
503
|
+
}
|
|
426
504
|
}
|
|
427
505
|
exports.Client = Client;
|