tencentcloud-sdk-nodejs-dlc 4.0.623 → 4.0.625
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 +272 -0
- package/SERVICE_CHANGELOG.md +366 -26
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/services/dlc/v20210125/dlc_client.ts +29 -26
- package/src/services/dlc/v20210125/dlc_models.ts +197 -95
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +26 -26
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +26 -26
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +194 -95
|
@@ -7,7 +7,7 @@ import { DescribeResultDownloadResponse, DescribeTaskResultResponse, DescribeNot
|
|
|
7
7
|
export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
8
8
|
constructor(clientConfig: TencentCloudCommon.ClientConfig);
|
|
9
9
|
/**
|
|
10
|
-
* 本接口(CreateTask
|
|
10
|
+
* 本接口(CreateTask)用于创建并执行SQL任务。(推荐使用CreateTasks接口)
|
|
11
11
|
*/
|
|
12
12
|
CreateTask(req: CreateTaskRequest, cb?: (error: string, rep: CreateTaskResponse) => void): Promise<CreateTaskResponse>;
|
|
13
13
|
/**
|
|
@@ -19,15 +19,15 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
19
19
|
*/
|
|
20
20
|
AlterDMSTable(req: AlterDMSTableRequest, cb?: (error: string, rep: AlterDMSTableResponse) => void): Promise<AlterDMSTableResponse>;
|
|
21
21
|
/**
|
|
22
|
-
* 本接口(DescribeForbiddenTablePro
|
|
22
|
+
* 本接口(DescribeForbiddenTablePro)用于查询被禁用的表属性列表(新)
|
|
23
23
|
*/
|
|
24
24
|
DescribeForbiddenTablePro(req?: DescribeForbiddenTableProRequest, cb?: (error: string, rep: DescribeForbiddenTableProResponse) => void): Promise<DescribeForbiddenTableProResponse>;
|
|
25
25
|
/**
|
|
26
|
-
* 本接口(DescribeNotebookSession
|
|
26
|
+
* 本接口(DescribeNotebookSession)用于查询交互式 session详情信息
|
|
27
27
|
*/
|
|
28
28
|
DescribeNotebookSession(req: DescribeNotebookSessionRequest, cb?: (error: string, rep: DescribeNotebookSessionResponse) => void): Promise<DescribeNotebookSessionResponse>;
|
|
29
29
|
/**
|
|
30
|
-
* 本接口(CreateNotebookSession
|
|
30
|
+
* 本接口(CreateNotebookSession)用于创建交互式session(notebook)
|
|
31
31
|
*/
|
|
32
32
|
CreateNotebookSession(req: CreateNotebookSessionRequest, cb?: (error: string, rep: CreateNotebookSessionResponse) => void): Promise<CreateNotebookSessionResponse>;
|
|
33
33
|
/**
|
|
@@ -43,7 +43,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
43
43
|
*/
|
|
44
44
|
CreateStoreLocation(req: CreateStoreLocationRequest, cb?: (error: string, rep: CreateStoreLocationResponse) => void): Promise<CreateStoreLocationResponse>;
|
|
45
45
|
/**
|
|
46
|
-
* 本接口(CreateNotebookSessionStatementSupportBatchSQL
|
|
46
|
+
* 本接口(CreateNotebookSessionStatementSupportBatchSQL)用于创建交互式session并执行SQL任务
|
|
47
47
|
*/
|
|
48
48
|
CreateNotebookSessionStatementSupportBatchSQL(req: CreateNotebookSessionStatementSupportBatchSQLRequest, cb?: (error: string, rep: CreateNotebookSessionStatementSupportBatchSQLResponse) => void): Promise<CreateNotebookSessionStatementSupportBatchSQLResponse>;
|
|
49
49
|
/**
|
|
@@ -79,7 +79,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
79
79
|
*/
|
|
80
80
|
DeleteScript(req: DeleteScriptRequest, cb?: (error: string, rep: DeleteScriptResponse) => void): Promise<DeleteScriptResponse>;
|
|
81
81
|
/**
|
|
82
|
-
*
|
|
82
|
+
* 启动Spark作业
|
|
83
83
|
*/
|
|
84
84
|
CreateSparkAppTask(req: CreateSparkAppTaskRequest, cb?: (error: string, rep: CreateSparkAppTaskResponse) => void): Promise<CreateSparkAppTaskResponse>;
|
|
85
85
|
/**
|
|
@@ -91,7 +91,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
91
91
|
*/
|
|
92
92
|
DescribeDatabases(req: DescribeDatabasesRequest, cb?: (error: string, rep: DescribeDatabasesResponse) => void): Promise<DescribeDatabasesResponse>;
|
|
93
93
|
/**
|
|
94
|
-
* 本接口(DescribeNotebookSessions
|
|
94
|
+
* 本接口(DescribeNotebookSessions)用于查询交互式 session列表
|
|
95
95
|
*/
|
|
96
96
|
DescribeNotebookSessions(req: DescribeNotebookSessionsRequest, cb?: (error: string, rep: DescribeNotebookSessionsResponse) => void): Promise<DescribeNotebookSessionsResponse>;
|
|
97
97
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
115
115
|
*/
|
|
116
116
|
LockMetaData(req: LockMetaDataRequest, cb?: (error: string, rep: LockMetaDataResponse) => void): Promise<LockMetaDataResponse>;
|
|
117
117
|
/**
|
|
118
|
-
*
|
|
118
|
+
* 查询spark作业列表
|
|
119
119
|
*/
|
|
120
120
|
DescribeSparkAppJobs(req: DescribeSparkAppJobsRequest, cb?: (error: string, rep: DescribeSparkAppJobsResponse) => void): Promise<DescribeSparkAppJobsResponse>;
|
|
121
121
|
/**
|
|
@@ -123,11 +123,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
123
123
|
*/
|
|
124
124
|
DescribeUsers(req: DescribeUsersRequest, cb?: (error: string, rep: DescribeUsersResponse) => void): Promise<DescribeUsersResponse>;
|
|
125
125
|
/**
|
|
126
|
-
* 本接口(CreateTasks
|
|
126
|
+
* 本接口(CreateTasks),用于批量创建并执行SQL任务
|
|
127
127
|
*/
|
|
128
128
|
CreateTasks(req: CreateTasksRequest, cb?: (error: string, rep: CreateTasksResponse) => void): Promise<CreateTasksResponse>;
|
|
129
129
|
/**
|
|
130
|
-
* 该接口(DescribeScripts
|
|
130
|
+
* 该接口(DescribeScripts)用于查询SQL脚本列表
|
|
131
131
|
*/
|
|
132
132
|
DescribeScripts(req: DescribeScriptsRequest, cb?: (error: string, rep: DescribeScriptsResponse) => void): Promise<DescribeScriptsResponse>;
|
|
133
133
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
139
139
|
*/
|
|
140
140
|
ReportHeartbeatMetaData(req: ReportHeartbeatMetaDataRequest, cb?: (error: string, rep: ReportHeartbeatMetaDataResponse) => void): Promise<ReportHeartbeatMetaDataResponse>;
|
|
141
141
|
/**
|
|
142
|
-
* 本接口(ListTaskJobLogDetail)用于获取spark
|
|
142
|
+
* 本接口(ListTaskJobLogDetail)用于获取spark 作业任务日志详情
|
|
143
143
|
*/
|
|
144
144
|
ListTaskJobLogDetail(req: ListTaskJobLogDetailRequest, cb?: (error: string, rep: ListTaskJobLogDetailResponse) => void): Promise<ListTaskJobLogDetailResponse>;
|
|
145
145
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
155
155
|
*/
|
|
156
156
|
AttachWorkGroupPolicy(req: AttachWorkGroupPolicyRequest, cb?: (error: string, rep: AttachWorkGroupPolicyResponse) => void): Promise<AttachWorkGroupPolicyResponse>;
|
|
157
157
|
/**
|
|
158
|
-
* 创建spark
|
|
158
|
+
* 创建spark作业
|
|
159
159
|
*/
|
|
160
160
|
CreateSparkApp(req: CreateSparkAppRequest, cb?: (error: string, rep: CreateSparkAppResponse) => void): Promise<CreateSparkAppResponse>;
|
|
161
161
|
/**
|
|
@@ -167,11 +167,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
167
167
|
*/
|
|
168
168
|
CreateSparkSessionBatchSQL(req: CreateSparkSessionBatchSQLRequest, cb?: (error: string, rep: CreateSparkSessionBatchSQLResponse) => void): Promise<CreateSparkSessionBatchSQLResponse>;
|
|
169
169
|
/**
|
|
170
|
-
* 本接口(DescribeNotebookSessionStatements
|
|
170
|
+
* 本接口(DescribeNotebookSessionStatements)用于查询Session中执行的任务列表
|
|
171
171
|
*/
|
|
172
172
|
DescribeNotebookSessionStatements(req: DescribeNotebookSessionStatementsRequest, cb?: (error: string, rep: DescribeNotebookSessionStatementsResponse) => void): Promise<DescribeNotebookSessionStatementsResponse>;
|
|
173
173
|
/**
|
|
174
|
-
*
|
|
174
|
+
* 本接口用于控制挂起或启动数据引擎
|
|
175
175
|
*/
|
|
176
176
|
SuspendResumeDataEngine(req: SuspendResumeDataEngineRequest, cb?: (error: string, rep: SuspendResumeDataEngineResponse) => void): Promise<SuspendResumeDataEngineResponse>;
|
|
177
177
|
/**
|
|
@@ -195,11 +195,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
195
195
|
*/
|
|
196
196
|
DescribeNotebookSessionStatementSqlResult(req: DescribeNotebookSessionStatementSqlResultRequest, cb?: (error: string, rep: DescribeNotebookSessionStatementSqlResultResponse) => void): Promise<DescribeNotebookSessionStatementSqlResultResponse>;
|
|
197
197
|
/**
|
|
198
|
-
* 本接口(CreateNotebookSessionStatement
|
|
198
|
+
* 本接口(CreateNotebookSessionStatement)用于在session中执行代码片段
|
|
199
199
|
*/
|
|
200
200
|
CreateNotebookSessionStatement(req: CreateNotebookSessionStatementRequest, cb?: (error: string, rep: CreateNotebookSessionStatementResponse) => void): Promise<CreateNotebookSessionStatementResponse>;
|
|
201
201
|
/**
|
|
202
|
-
* 本接口(DescribeDataEngines
|
|
202
|
+
* 本接口(DescribeDataEngines)用于查询DataEngines信息列表
|
|
203
203
|
*/
|
|
204
204
|
DescribeDataEngines(req: DescribeDataEnginesRequest, cb?: (error: string, rep: DescribeDataEnginesResponse) => void): Promise<DescribeDataEnginesResponse>;
|
|
205
205
|
/**
|
|
@@ -211,15 +211,15 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
211
211
|
*/
|
|
212
212
|
AddDMSPartitions(req: AddDMSPartitionsRequest, cb?: (error: string, rep: AddDMSPartitionsResponse) => void): Promise<AddDMSPartitionsResponse>;
|
|
213
213
|
/**
|
|
214
|
-
* 本接口(CancelNotebookSessionStatementBatch
|
|
214
|
+
* 本接口(CancelNotebookSessionStatementBatch)用于批量取消Session 中执行的任务
|
|
215
215
|
*/
|
|
216
216
|
CancelNotebookSessionStatementBatch(req: CancelNotebookSessionStatementBatchRequest, cb?: (error: string, rep: CancelNotebookSessionStatementBatchResponse) => void): Promise<CancelNotebookSessionStatementBatchResponse>;
|
|
217
217
|
/**
|
|
218
|
-
* 删除spark
|
|
218
|
+
* 删除spark作业
|
|
219
219
|
*/
|
|
220
220
|
DeleteSparkApp(req: DeleteSparkAppRequest, cb?: (error: string, rep: DeleteSparkAppResponse) => void): Promise<DeleteSparkAppResponse>;
|
|
221
221
|
/**
|
|
222
|
-
* 本接口(DescribeNotebookSessionLog
|
|
222
|
+
* 本接口(DescribeNotebookSessionLog)用于查询交互式 session日志
|
|
223
223
|
*/
|
|
224
224
|
DescribeNotebookSessionLog(req: DescribeNotebookSessionLogRequest, cb?: (error: string, rep: DescribeNotebookSessionLogResponse) => void): Promise<DescribeNotebookSessionLogResponse>;
|
|
225
225
|
/**
|
|
@@ -243,11 +243,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
243
243
|
*/
|
|
244
244
|
CancelSparkSessionBatchSQL(req: CancelSparkSessionBatchSQLRequest, cb?: (error: string, rep: CancelSparkSessionBatchSQLResponse) => void): Promise<CancelSparkSessionBatchSQLResponse>;
|
|
245
245
|
/**
|
|
246
|
-
* 本接口(CancelTask
|
|
246
|
+
* 本接口(CancelTask),用于取消任务
|
|
247
247
|
*/
|
|
248
248
|
CancelTask(req: CancelTaskRequest, cb?: (error: string, rep: CancelTaskResponse) => void): Promise<CancelTaskResponse>;
|
|
249
249
|
/**
|
|
250
|
-
* 更新spark
|
|
250
|
+
* 更新spark作业
|
|
251
251
|
*/
|
|
252
252
|
ModifySparkApp(req: ModifySparkAppRequest, cb?: (error: string, rep: ModifySparkAppResponse) => void): Promise<ModifySparkAppResponse>;
|
|
253
253
|
/**
|
|
@@ -255,7 +255,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
255
255
|
*/
|
|
256
256
|
DeleteUser(req: DeleteUserRequest, cb?: (error: string, rep: DeleteUserResponse) => void): Promise<DeleteUserResponse>;
|
|
257
257
|
/**
|
|
258
|
-
* 本接口根据引擎ID
|
|
258
|
+
* 本接口根据引擎ID查询数据引擎资源使用情况
|
|
259
259
|
*/
|
|
260
260
|
DescribeEngineUsageInfo(req: DescribeEngineUsageInfoRequest, cb?: (error: string, rep: DescribeEngineUsageInfoResponse) => void): Promise<DescribeEngineUsageInfoResponse>;
|
|
261
261
|
/**
|
|
@@ -319,7 +319,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
319
319
|
*/
|
|
320
320
|
CreateScript(req: CreateScriptRequest, cb?: (error: string, rep: CreateScriptResponse) => void): Promise<CreateScriptResponse>;
|
|
321
321
|
/**
|
|
322
|
-
* 本接口(DescribeNotebookSessionStatement
|
|
322
|
+
* 本接口(DescribeNotebookSessionStatement)用于查询session 中执行任务的详情
|
|
323
323
|
*/
|
|
324
324
|
DescribeNotebookSessionStatement(req: DescribeNotebookSessionStatementRequest, cb?: (error: string, rep: DescribeNotebookSessionStatementResponse) => void): Promise<DescribeNotebookSessionStatementResponse>;
|
|
325
325
|
/**
|
|
@@ -347,7 +347,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
347
347
|
*/
|
|
348
348
|
DeleteNotebookSession(req: DeleteNotebookSessionRequest, cb?: (error: string, rep: DeleteNotebookSessionResponse) => void): Promise<DeleteNotebookSessionResponse>;
|
|
349
349
|
/**
|
|
350
|
-
* 本接口(CancelNotebookSessionStatement)用于取消session
|
|
350
|
+
* 本接口(CancelNotebookSessionStatement)用于取消session中执行的任务
|
|
351
351
|
*/
|
|
352
352
|
CancelNotebookSessionStatement(req: CancelNotebookSessionStatementRequest, cb?: (error: string, rep: CancelNotebookSessionStatementResponse) => void): Promise<CancelNotebookSessionStatementResponse>;
|
|
353
353
|
/**
|
|
@@ -355,11 +355,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
355
355
|
*/
|
|
356
356
|
DescribeStoreLocation(req?: DescribeStoreLocationRequest, cb?: (error: string, rep: DescribeStoreLocationResponse) => void): Promise<DescribeStoreLocationResponse>;
|
|
357
357
|
/**
|
|
358
|
-
*
|
|
358
|
+
* 查询spark作业信息
|
|
359
359
|
*/
|
|
360
360
|
DescribeSparkAppJob(req: DescribeSparkAppJobRequest, cb?: (error: string, rep: DescribeSparkAppJobResponse) => void): Promise<DescribeSparkAppJobResponse>;
|
|
361
361
|
/**
|
|
362
|
-
* 查询
|
|
362
|
+
* 查询Spark作业的运行任务列表
|
|
363
363
|
*/
|
|
364
364
|
DescribeSparkAppTasks(req: DescribeSparkAppTasksRequest, cb?: (error: string, rep: DescribeSparkAppTasksResponse) => void): Promise<DescribeSparkAppTasksResponse>;
|
|
365
365
|
/**
|
|
@@ -28,7 +28,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
28
28
|
super("dlc.tencentcloudapi.com", "2021-01-25", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
* 本接口(CreateTask
|
|
31
|
+
* 本接口(CreateTask)用于创建并执行SQL任务。(推荐使用CreateTasks接口)
|
|
32
32
|
*/
|
|
33
33
|
async CreateTask(req, cb) {
|
|
34
34
|
return this.request("CreateTask", req, cb);
|
|
@@ -46,19 +46,19 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
46
46
|
return this.request("AlterDMSTable", req, cb);
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
* 本接口(DescribeForbiddenTablePro
|
|
49
|
+
* 本接口(DescribeForbiddenTablePro)用于查询被禁用的表属性列表(新)
|
|
50
50
|
*/
|
|
51
51
|
async DescribeForbiddenTablePro(req, cb) {
|
|
52
52
|
return this.request("DescribeForbiddenTablePro", req, cb);
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
* 本接口(DescribeNotebookSession
|
|
55
|
+
* 本接口(DescribeNotebookSession)用于查询交互式 session详情信息
|
|
56
56
|
*/
|
|
57
57
|
async DescribeNotebookSession(req, cb) {
|
|
58
58
|
return this.request("DescribeNotebookSession", req, cb);
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
|
-
* 本接口(CreateNotebookSession
|
|
61
|
+
* 本接口(CreateNotebookSession)用于创建交互式session(notebook)
|
|
62
62
|
*/
|
|
63
63
|
async CreateNotebookSession(req, cb) {
|
|
64
64
|
return this.request("CreateNotebookSession", req, cb);
|
|
@@ -82,7 +82,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
82
82
|
return this.request("CreateStoreLocation", req, cb);
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
|
-
* 本接口(CreateNotebookSessionStatementSupportBatchSQL
|
|
85
|
+
* 本接口(CreateNotebookSessionStatementSupportBatchSQL)用于创建交互式session并执行SQL任务
|
|
86
86
|
*/
|
|
87
87
|
async CreateNotebookSessionStatementSupportBatchSQL(req, cb) {
|
|
88
88
|
return this.request("CreateNotebookSessionStatementSupportBatchSQL", req, cb);
|
|
@@ -136,7 +136,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
136
136
|
return this.request("DeleteScript", req, cb);
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
|
-
*
|
|
139
|
+
* 启动Spark作业
|
|
140
140
|
*/
|
|
141
141
|
async CreateSparkAppTask(req, cb) {
|
|
142
142
|
return this.request("CreateSparkAppTask", req, cb);
|
|
@@ -154,7 +154,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
154
154
|
return this.request("DescribeDatabases", req, cb);
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
|
-
* 本接口(DescribeNotebookSessions
|
|
157
|
+
* 本接口(DescribeNotebookSessions)用于查询交互式 session列表
|
|
158
158
|
*/
|
|
159
159
|
async DescribeNotebookSessions(req, cb) {
|
|
160
160
|
return this.request("DescribeNotebookSessions", req, cb);
|
|
@@ -190,7 +190,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
190
190
|
return this.request("LockMetaData", req, cb);
|
|
191
191
|
}
|
|
192
192
|
/**
|
|
193
|
-
*
|
|
193
|
+
* 查询spark作业列表
|
|
194
194
|
*/
|
|
195
195
|
async DescribeSparkAppJobs(req, cb) {
|
|
196
196
|
return this.request("DescribeSparkAppJobs", req, cb);
|
|
@@ -202,13 +202,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
202
202
|
return this.request("DescribeUsers", req, cb);
|
|
203
203
|
}
|
|
204
204
|
/**
|
|
205
|
-
* 本接口(CreateTasks
|
|
205
|
+
* 本接口(CreateTasks),用于批量创建并执行SQL任务
|
|
206
206
|
*/
|
|
207
207
|
async CreateTasks(req, cb) {
|
|
208
208
|
return this.request("CreateTasks", req, cb);
|
|
209
209
|
}
|
|
210
210
|
/**
|
|
211
|
-
* 该接口(DescribeScripts
|
|
211
|
+
* 该接口(DescribeScripts)用于查询SQL脚本列表
|
|
212
212
|
*/
|
|
213
213
|
async DescribeScripts(req, cb) {
|
|
214
214
|
return this.request("DescribeScripts", req, cb);
|
|
@@ -226,7 +226,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
226
226
|
return this.request("ReportHeartbeatMetaData", req, cb);
|
|
227
227
|
}
|
|
228
228
|
/**
|
|
229
|
-
* 本接口(ListTaskJobLogDetail)用于获取spark
|
|
229
|
+
* 本接口(ListTaskJobLogDetail)用于获取spark 作业任务日志详情
|
|
230
230
|
*/
|
|
231
231
|
async ListTaskJobLogDetail(req, cb) {
|
|
232
232
|
return this.request("ListTaskJobLogDetail", req, cb);
|
|
@@ -250,7 +250,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
250
250
|
return this.request("AttachWorkGroupPolicy", req, cb);
|
|
251
251
|
}
|
|
252
252
|
/**
|
|
253
|
-
* 创建spark
|
|
253
|
+
* 创建spark作业
|
|
254
254
|
*/
|
|
255
255
|
async CreateSparkApp(req, cb) {
|
|
256
256
|
return this.request("CreateSparkApp", req, cb);
|
|
@@ -268,13 +268,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
268
268
|
return this.request("CreateSparkSessionBatchSQL", req, cb);
|
|
269
269
|
}
|
|
270
270
|
/**
|
|
271
|
-
* 本接口(DescribeNotebookSessionStatements
|
|
271
|
+
* 本接口(DescribeNotebookSessionStatements)用于查询Session中执行的任务列表
|
|
272
272
|
*/
|
|
273
273
|
async DescribeNotebookSessionStatements(req, cb) {
|
|
274
274
|
return this.request("DescribeNotebookSessionStatements", req, cb);
|
|
275
275
|
}
|
|
276
276
|
/**
|
|
277
|
-
*
|
|
277
|
+
* 本接口用于控制挂起或启动数据引擎
|
|
278
278
|
*/
|
|
279
279
|
async SuspendResumeDataEngine(req, cb) {
|
|
280
280
|
return this.request("SuspendResumeDataEngine", req, cb);
|
|
@@ -310,13 +310,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
310
310
|
return this.request("DescribeNotebookSessionStatementSqlResult", req, cb);
|
|
311
311
|
}
|
|
312
312
|
/**
|
|
313
|
-
* 本接口(CreateNotebookSessionStatement
|
|
313
|
+
* 本接口(CreateNotebookSessionStatement)用于在session中执行代码片段
|
|
314
314
|
*/
|
|
315
315
|
async CreateNotebookSessionStatement(req, cb) {
|
|
316
316
|
return this.request("CreateNotebookSessionStatement", req, cb);
|
|
317
317
|
}
|
|
318
318
|
/**
|
|
319
|
-
* 本接口(DescribeDataEngines
|
|
319
|
+
* 本接口(DescribeDataEngines)用于查询DataEngines信息列表
|
|
320
320
|
*/
|
|
321
321
|
async DescribeDataEngines(req, cb) {
|
|
322
322
|
return this.request("DescribeDataEngines", req, cb);
|
|
@@ -334,19 +334,19 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
334
334
|
return this.request("AddDMSPartitions", req, cb);
|
|
335
335
|
}
|
|
336
336
|
/**
|
|
337
|
-
* 本接口(CancelNotebookSessionStatementBatch
|
|
337
|
+
* 本接口(CancelNotebookSessionStatementBatch)用于批量取消Session 中执行的任务
|
|
338
338
|
*/
|
|
339
339
|
async CancelNotebookSessionStatementBatch(req, cb) {
|
|
340
340
|
return this.request("CancelNotebookSessionStatementBatch", req, cb);
|
|
341
341
|
}
|
|
342
342
|
/**
|
|
343
|
-
* 删除spark
|
|
343
|
+
* 删除spark作业
|
|
344
344
|
*/
|
|
345
345
|
async DeleteSparkApp(req, cb) {
|
|
346
346
|
return this.request("DeleteSparkApp", req, cb);
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
|
-
* 本接口(DescribeNotebookSessionLog
|
|
349
|
+
* 本接口(DescribeNotebookSessionLog)用于查询交互式 session日志
|
|
350
350
|
*/
|
|
351
351
|
async DescribeNotebookSessionLog(req, cb) {
|
|
352
352
|
return this.request("DescribeNotebookSessionLog", req, cb);
|
|
@@ -382,13 +382,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
382
382
|
return this.request("CancelSparkSessionBatchSQL", req, cb);
|
|
383
383
|
}
|
|
384
384
|
/**
|
|
385
|
-
* 本接口(CancelTask
|
|
385
|
+
* 本接口(CancelTask),用于取消任务
|
|
386
386
|
*/
|
|
387
387
|
async CancelTask(req, cb) {
|
|
388
388
|
return this.request("CancelTask", req, cb);
|
|
389
389
|
}
|
|
390
390
|
/**
|
|
391
|
-
* 更新spark
|
|
391
|
+
* 更新spark作业
|
|
392
392
|
*/
|
|
393
393
|
async ModifySparkApp(req, cb) {
|
|
394
394
|
return this.request("ModifySparkApp", req, cb);
|
|
@@ -400,7 +400,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
400
400
|
return this.request("DeleteUser", req, cb);
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
|
-
* 本接口根据引擎ID
|
|
403
|
+
* 本接口根据引擎ID查询数据引擎资源使用情况
|
|
404
404
|
*/
|
|
405
405
|
async DescribeEngineUsageInfo(req, cb) {
|
|
406
406
|
return this.request("DescribeEngineUsageInfo", req, cb);
|
|
@@ -496,7 +496,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
496
496
|
return this.request("CreateScript", req, cb);
|
|
497
497
|
}
|
|
498
498
|
/**
|
|
499
|
-
* 本接口(DescribeNotebookSessionStatement
|
|
499
|
+
* 本接口(DescribeNotebookSessionStatement)用于查询session 中执行任务的详情
|
|
500
500
|
*/
|
|
501
501
|
async DescribeNotebookSessionStatement(req, cb) {
|
|
502
502
|
return this.request("DescribeNotebookSessionStatement", req, cb);
|
|
@@ -538,7 +538,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
538
538
|
return this.request("DeleteNotebookSession", req, cb);
|
|
539
539
|
}
|
|
540
540
|
/**
|
|
541
|
-
* 本接口(CancelNotebookSessionStatement)用于取消session
|
|
541
|
+
* 本接口(CancelNotebookSessionStatement)用于取消session中执行的任务
|
|
542
542
|
*/
|
|
543
543
|
async CancelNotebookSessionStatement(req, cb) {
|
|
544
544
|
return this.request("CancelNotebookSessionStatement", req, cb);
|
|
@@ -550,13 +550,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
550
550
|
return this.request("DescribeStoreLocation", req, cb);
|
|
551
551
|
}
|
|
552
552
|
/**
|
|
553
|
-
*
|
|
553
|
+
* 查询spark作业信息
|
|
554
554
|
*/
|
|
555
555
|
async DescribeSparkAppJob(req, cb) {
|
|
556
556
|
return this.request("DescribeSparkAppJob", req, cb);
|
|
557
557
|
}
|
|
558
558
|
/**
|
|
559
|
-
* 查询
|
|
559
|
+
* 查询Spark作业的运行任务列表
|
|
560
560
|
*/
|
|
561
561
|
async DescribeSparkAppTasks(req, cb) {
|
|
562
562
|
return this.request("DescribeSparkAppTasks", req, cb);
|