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
|
@@ -19,7 +19,8 @@ import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common"
|
|
|
19
19
|
import {
|
|
20
20
|
DescribeResultDownloadResponse,
|
|
21
21
|
DescribeTaskResultResponse,
|
|
22
|
-
|
|
22
|
+
DescribeNotebookSessionStatementRequest,
|
|
23
|
+
CancelNotebookSessionStatementRequest,
|
|
23
24
|
DescribeDatabasesRequest,
|
|
24
25
|
WorkGroupMessage,
|
|
25
26
|
DeleteUserRequest,
|
|
@@ -27,10 +28,12 @@ import {
|
|
|
27
28
|
Asset,
|
|
28
29
|
CreateResultDownloadResponse,
|
|
29
30
|
ModifyGovernEventRuleResponse,
|
|
31
|
+
DescribeNotebookSessionsRequest,
|
|
30
32
|
CreateDMSDatabaseResponse,
|
|
31
33
|
CreateStoreLocationResponse,
|
|
32
34
|
DescribeNotebookSessionResponse,
|
|
33
35
|
DescribeDMSDatabaseResponse,
|
|
36
|
+
UnbindWorkGroupsFromUserResponse,
|
|
34
37
|
DropDMSDatabaseRequest,
|
|
35
38
|
CreateScriptResponse,
|
|
36
39
|
CreateTasksInOrderResponse,
|
|
@@ -43,17 +46,22 @@ import {
|
|
|
43
46
|
TableInfo,
|
|
44
47
|
Task,
|
|
45
48
|
DetachUserPolicyRequest,
|
|
46
|
-
|
|
49
|
+
CrontabResumeSuspendStrategy,
|
|
50
|
+
AlterDMSTableResponse,
|
|
47
51
|
DescribeTasksResponse,
|
|
48
52
|
DescribeDMSTableResponse,
|
|
49
53
|
DropDMSPartitionsRequest,
|
|
54
|
+
NotebookSessions,
|
|
55
|
+
CreateNotebookSessionStatementSupportBatchSQLRequest,
|
|
50
56
|
CreateTasksInOrderRequest,
|
|
51
57
|
AddDMSPartitionsResponse,
|
|
52
58
|
DetachWorkGroupPolicyResponse,
|
|
59
|
+
GenerateCreateMangedTableSqlRequest,
|
|
53
60
|
CSVSerde,
|
|
54
61
|
ModifySparkAppRequest,
|
|
55
62
|
StreamingStatistics,
|
|
56
63
|
CreateDatabaseRequest,
|
|
64
|
+
GenerateCreateMangedTableSqlResponse,
|
|
57
65
|
DescribeDMSTablesResponse,
|
|
58
66
|
UserIdSetOfWorkGroupId,
|
|
59
67
|
AlterDMSPartitionRequest,
|
|
@@ -63,41 +71,52 @@ import {
|
|
|
63
71
|
CreateDatabaseResponse,
|
|
64
72
|
DescribeTasksRequest,
|
|
65
73
|
CreateSparkAppTaskRequest,
|
|
66
|
-
|
|
74
|
+
CancelNotebookSessionStatementBatchResponse,
|
|
67
75
|
KVPair,
|
|
68
76
|
TableBaseInfo,
|
|
69
77
|
UnlockMetaDataRequest,
|
|
70
78
|
AttachUserPolicyRequest,
|
|
79
|
+
CreateInternalTableRequest,
|
|
71
80
|
ListTaskJobLogDetailRequest,
|
|
72
81
|
TasksInfo,
|
|
73
82
|
AttachWorkGroupPolicyRequest,
|
|
83
|
+
StatementOutput,
|
|
84
|
+
TagInfo,
|
|
74
85
|
CreateUserResponse,
|
|
86
|
+
DescribeNotebookSessionStatementsRequest,
|
|
75
87
|
DeleteUserResponse,
|
|
76
88
|
DescribeDatabasesResponse,
|
|
77
89
|
LockComponentInfo,
|
|
90
|
+
DescribeNotebookSessionsResponse,
|
|
78
91
|
DescribeDMSPartitionsRequest,
|
|
92
|
+
TPartition,
|
|
79
93
|
DescribeSparkAppJobsRequest,
|
|
94
|
+
DeleteNotebookSessionRequest,
|
|
80
95
|
CreateDMSTableResponse,
|
|
81
96
|
CreateNotebookSessionRequest,
|
|
82
97
|
Partition,
|
|
83
98
|
CreateTaskRequest,
|
|
84
99
|
DescribeNotebookSessionRequest,
|
|
85
100
|
CSV,
|
|
101
|
+
NotebookSessionStatementInfo,
|
|
86
102
|
CreateTableRequest,
|
|
103
|
+
CreateNotebookSessionStatementRequest,
|
|
87
104
|
DescribeWorkGroupsResponse,
|
|
88
105
|
CreateImportTaskRequest,
|
|
89
106
|
DescribeScriptsRequest,
|
|
90
107
|
DescribeSparkAppJobResponse,
|
|
91
|
-
|
|
108
|
+
CreateExportTaskResponse,
|
|
92
109
|
AddUsersToWorkGroupRequest,
|
|
93
110
|
DescribeStoreLocationRequest,
|
|
94
111
|
AddUsersToWorkGroupResponse,
|
|
112
|
+
DescribeNotebookSessionLogRequest,
|
|
95
113
|
UserInfo,
|
|
96
114
|
CreateExportTaskRequest,
|
|
115
|
+
DescribeNotebookSessionStatementResponse,
|
|
97
116
|
ReportHeartbeatMetaDataResponse,
|
|
98
117
|
ReportHeartbeatMetaDataRequest,
|
|
99
118
|
CreateDMSTableRequest,
|
|
100
|
-
|
|
119
|
+
CancelNotebookSessionStatementResponse,
|
|
101
120
|
DMSTable,
|
|
102
121
|
AttachWorkGroupPolicyResponse,
|
|
103
122
|
ModifyWorkGroupResponse,
|
|
@@ -109,24 +128,32 @@ import {
|
|
|
109
128
|
TaskResponseInfo,
|
|
110
129
|
TextFile,
|
|
111
130
|
BindWorkGroupsToUserResponse,
|
|
131
|
+
CreateNotebookSessionStatementResponse,
|
|
112
132
|
DescribeStoreLocationResponse,
|
|
113
133
|
DeleteScriptRequest,
|
|
114
134
|
AddDMSPartitionsRequest,
|
|
115
135
|
Script,
|
|
136
|
+
NotebookSessionStatementBatchInformation,
|
|
137
|
+
DescribeNotebookSessionStatementSqlResultRequest,
|
|
138
|
+
ModifySparkAppResponse,
|
|
116
139
|
AlterDMSTableRequest,
|
|
117
140
|
CreateImportTaskResponse,
|
|
118
141
|
NotebookSessionInfo,
|
|
119
142
|
Execution,
|
|
120
143
|
CreateTableResponse,
|
|
121
144
|
WorkGroupInfo,
|
|
145
|
+
CreateNotebookSessionStatementSupportBatchSQLResponse,
|
|
122
146
|
CreateScriptRequest,
|
|
123
147
|
BindWorkGroupsToUserRequest,
|
|
124
148
|
Column,
|
|
149
|
+
DeleteWorkGroupRequest,
|
|
125
150
|
DescribeTaskResultRequest,
|
|
126
151
|
Filter,
|
|
127
152
|
DescribeUsersResponse,
|
|
128
153
|
DataFormat,
|
|
154
|
+
DescribeNotebookSessionLogResponse,
|
|
129
155
|
ViewResponseInfo,
|
|
156
|
+
NetworkConnection,
|
|
130
157
|
CreateUserRequest,
|
|
131
158
|
ModifyWorkGroupRequest,
|
|
132
159
|
CancelTaskResponse,
|
|
@@ -138,14 +165,17 @@ import {
|
|
|
138
165
|
CreateWorkGroupResponse,
|
|
139
166
|
TaskResultInfo,
|
|
140
167
|
DescribeTablesRequest,
|
|
141
|
-
|
|
168
|
+
DeleteNotebookSessionResponse,
|
|
142
169
|
CreateStoreLocationRequest,
|
|
143
170
|
DMSTableInfo,
|
|
171
|
+
DescribeNotebookSessionStatementsResponse,
|
|
144
172
|
AttachUserPolicyResponse,
|
|
173
|
+
DropDMSTableRequest,
|
|
174
|
+
DescribeNotebookSessionStatementSqlResultResponse,
|
|
145
175
|
DMSPartition,
|
|
146
176
|
DatabaseInfo,
|
|
147
177
|
DescribeDMSPartitionsResponse,
|
|
148
|
-
|
|
178
|
+
DeleteUsersFromWorkGroupResponse,
|
|
149
179
|
UnbindWorkGroupsFromUserRequest,
|
|
150
180
|
DescribeDMSDatabaseRequest,
|
|
151
181
|
DescribeTableRequest,
|
|
@@ -164,6 +194,7 @@ import {
|
|
|
164
194
|
SuspendResumeDataEngineRequest,
|
|
165
195
|
DescribeTableResponse,
|
|
166
196
|
DescribeSparkAppJobsResponse,
|
|
197
|
+
DescribeSparkAppTasksResponse,
|
|
167
198
|
TableResponseInfo,
|
|
168
199
|
DescribeViewsRequest,
|
|
169
200
|
LockMetaDataRequest,
|
|
@@ -173,26 +204,31 @@ import {
|
|
|
173
204
|
CreateTasksResponse,
|
|
174
205
|
CreateNotebookSessionResponse,
|
|
175
206
|
CreateSparkAppRequest,
|
|
176
|
-
|
|
207
|
+
DescribeDataEnginesRequest,
|
|
177
208
|
DropDMSPartitionsResponse,
|
|
178
209
|
AlterDMSDatabaseResponse,
|
|
179
210
|
CreateWorkGroupRequest,
|
|
211
|
+
CreateInternalTableResponse,
|
|
212
|
+
DataEngineInfo,
|
|
180
213
|
DescribeSparkAppTasksRequest,
|
|
181
214
|
LockMetaDataResponse,
|
|
182
215
|
CheckLockMetaDataResponse,
|
|
183
216
|
AlterDMSDatabaseRequest,
|
|
184
217
|
SQLTask,
|
|
185
218
|
UserMessage,
|
|
219
|
+
DescribeViewsResponse,
|
|
186
220
|
Property,
|
|
187
221
|
CreateResultDownloadRequest,
|
|
188
222
|
CreateDMSDatabaseRequest,
|
|
189
223
|
DetachWorkGroupPolicyRequest,
|
|
190
224
|
DescribeDMSTableRequest,
|
|
191
225
|
ModifyGovernEventRuleRequest,
|
|
192
|
-
|
|
226
|
+
CancelNotebookSessionStatementBatchRequest,
|
|
227
|
+
DescribeDataEnginesResponse,
|
|
193
228
|
DescribeScriptsResponse,
|
|
194
229
|
DatabaseResponseInfo,
|
|
195
230
|
DMSColumn,
|
|
231
|
+
TColumn,
|
|
196
232
|
DescribeResultDownloadRequest,
|
|
197
233
|
} from "./dlc_models"
|
|
198
234
|
|
|
@@ -276,13 +312,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
276
312
|
}
|
|
277
313
|
|
|
278
314
|
/**
|
|
279
|
-
*
|
|
315
|
+
* 本接口(CancelNotebookSessionStatement)用于取消session statement
|
|
280
316
|
*/
|
|
281
|
-
async
|
|
282
|
-
req:
|
|
283
|
-
cb?: (error: string, rep:
|
|
284
|
-
): Promise<
|
|
285
|
-
return this.request("
|
|
317
|
+
async CancelNotebookSessionStatement(
|
|
318
|
+
req: CancelNotebookSessionStatementRequest,
|
|
319
|
+
cb?: (error: string, rep: CancelNotebookSessionStatementResponse) => void
|
|
320
|
+
): Promise<CancelNotebookSessionStatementResponse> {
|
|
321
|
+
return this.request("CancelNotebookSessionStatement", req, cb)
|
|
286
322
|
}
|
|
287
323
|
|
|
288
324
|
/**
|
|
@@ -336,13 +372,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
336
372
|
}
|
|
337
373
|
|
|
338
374
|
/**
|
|
339
|
-
*
|
|
375
|
+
* 本接口(CancelNotebookSessionStatementBatch)用于按批取消Session statement。
|
|
340
376
|
*/
|
|
341
|
-
async
|
|
342
|
-
req:
|
|
343
|
-
cb?: (error: string, rep:
|
|
344
|
-
): Promise<
|
|
345
|
-
return this.request("
|
|
377
|
+
async CancelNotebookSessionStatementBatch(
|
|
378
|
+
req: CancelNotebookSessionStatementBatchRequest,
|
|
379
|
+
cb?: (error: string, rep: CancelNotebookSessionStatementBatchResponse) => void
|
|
380
|
+
): Promise<CancelNotebookSessionStatementBatchResponse> {
|
|
381
|
+
return this.request("CancelNotebookSessionStatementBatch", req, cb)
|
|
346
382
|
}
|
|
347
383
|
|
|
348
384
|
/**
|
|
@@ -425,6 +461,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
425
461
|
return this.request("DescribeResultDownload", req, cb)
|
|
426
462
|
}
|
|
427
463
|
|
|
464
|
+
/**
|
|
465
|
+
* 本接口(DescribeDataEngines)用于获取DataEngines信息列表
|
|
466
|
+
*/
|
|
467
|
+
async DescribeDataEngines(
|
|
468
|
+
req: DescribeDataEnginesRequest,
|
|
469
|
+
cb?: (error: string, rep: DescribeDataEnginesResponse) => void
|
|
470
|
+
): Promise<DescribeDataEnginesResponse> {
|
|
471
|
+
return this.request("DescribeDataEngines", req, cb)
|
|
472
|
+
}
|
|
473
|
+
|
|
428
474
|
/**
|
|
429
475
|
* 该接口(CreateStoreLocation)新增或覆盖计算结果存储位置。
|
|
430
476
|
*/
|
|
@@ -476,13 +522,23 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
476
522
|
}
|
|
477
523
|
|
|
478
524
|
/**
|
|
479
|
-
* 本接口(
|
|
525
|
+
* 本接口(CreateNotebookSessionStatementSupportBatchSQL)用于创建Statement批量运行SQL任务。
|
|
480
526
|
*/
|
|
481
|
-
async
|
|
482
|
-
req:
|
|
483
|
-
cb?: (error: string, rep:
|
|
484
|
-
): Promise<
|
|
485
|
-
return this.request("
|
|
527
|
+
async CreateNotebookSessionStatementSupportBatchSQL(
|
|
528
|
+
req: CreateNotebookSessionStatementSupportBatchSQLRequest,
|
|
529
|
+
cb?: (error: string, rep: CreateNotebookSessionStatementSupportBatchSQLResponse) => void
|
|
530
|
+
): Promise<CreateNotebookSessionStatementSupportBatchSQLResponse> {
|
|
531
|
+
return this.request("CreateNotebookSessionStatementSupportBatchSQL", req, cb)
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
/**
|
|
535
|
+
* 本接口(DescribeNotebookSessionLog)用于获取notebook livy session日志
|
|
536
|
+
*/
|
|
537
|
+
async DescribeNotebookSessionLog(
|
|
538
|
+
req: DescribeNotebookSessionLogRequest,
|
|
539
|
+
cb?: (error: string, rep: DescribeNotebookSessionLogResponse) => void
|
|
540
|
+
): Promise<DescribeNotebookSessionLogResponse> {
|
|
541
|
+
return this.request("DescribeNotebookSessionLog", req, cb)
|
|
486
542
|
}
|
|
487
543
|
|
|
488
544
|
/**
|
|
@@ -496,23 +552,43 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
496
552
|
}
|
|
497
553
|
|
|
498
554
|
/**
|
|
499
|
-
*
|
|
555
|
+
* 更新spark应用
|
|
500
556
|
*/
|
|
501
|
-
async
|
|
502
|
-
req:
|
|
503
|
-
cb?: (error: string, rep:
|
|
504
|
-
): Promise<
|
|
505
|
-
return this.request("
|
|
557
|
+
async ModifySparkApp(
|
|
558
|
+
req: ModifySparkAppRequest,
|
|
559
|
+
cb?: (error: string, rep: ModifySparkAppResponse) => void
|
|
560
|
+
): Promise<ModifySparkAppResponse> {
|
|
561
|
+
return this.request("ModifySparkApp", req, cb)
|
|
506
562
|
}
|
|
507
563
|
|
|
508
564
|
/**
|
|
509
|
-
*
|
|
565
|
+
* 创建托管存储内表(该接口已废弃)
|
|
510
566
|
*/
|
|
511
|
-
async
|
|
512
|
-
req:
|
|
513
|
-
cb?: (error: string, rep:
|
|
514
|
-
): Promise<
|
|
515
|
-
return this.request("
|
|
567
|
+
async CreateInternalTable(
|
|
568
|
+
req: CreateInternalTableRequest,
|
|
569
|
+
cb?: (error: string, rep: CreateInternalTableResponse) => void
|
|
570
|
+
): Promise<CreateInternalTableResponse> {
|
|
571
|
+
return this.request("CreateInternalTable", req, cb)
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
/**
|
|
575
|
+
* 本接口(DeleteNotebookSession)用于删除notebook livy session
|
|
576
|
+
*/
|
|
577
|
+
async DeleteNotebookSession(
|
|
578
|
+
req: DeleteNotebookSessionRequest,
|
|
579
|
+
cb?: (error: string, rep: DeleteNotebookSessionResponse) => void
|
|
580
|
+
): Promise<DeleteNotebookSessionResponse> {
|
|
581
|
+
return this.request("DeleteNotebookSession", req, cb)
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
/**
|
|
585
|
+
* 生成创建托管表语句
|
|
586
|
+
*/
|
|
587
|
+
async GenerateCreateMangedTableSql(
|
|
588
|
+
req?: GenerateCreateMangedTableSqlRequest,
|
|
589
|
+
cb?: (error: string, rep: GenerateCreateMangedTableSqlResponse) => void
|
|
590
|
+
): Promise<GenerateCreateMangedTableSqlResponse> {
|
|
591
|
+
return this.request("GenerateCreateMangedTableSql", req, cb)
|
|
516
592
|
}
|
|
517
593
|
|
|
518
594
|
/**
|
|
@@ -525,6 +601,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
525
601
|
return this.request("AttachWorkGroupPolicy", req, cb)
|
|
526
602
|
}
|
|
527
603
|
|
|
604
|
+
/**
|
|
605
|
+
* 本接口(DescribeNotebookSessions)用于获取notebook livy session列表
|
|
606
|
+
*/
|
|
607
|
+
async DescribeNotebookSessions(
|
|
608
|
+
req: DescribeNotebookSessionsRequest,
|
|
609
|
+
cb?: (error: string, rep: DescribeNotebookSessionsResponse) => void
|
|
610
|
+
): Promise<DescribeNotebookSessionsResponse> {
|
|
611
|
+
return this.request("DescribeNotebookSessions", req, cb)
|
|
612
|
+
}
|
|
613
|
+
|
|
528
614
|
/**
|
|
529
615
|
* DMS元数据获取分区
|
|
530
616
|
*/
|
|
@@ -595,6 +681,36 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
595
681
|
return this.request("CreateDatabase", req, cb)
|
|
596
682
|
}
|
|
597
683
|
|
|
684
|
+
/**
|
|
685
|
+
* 本接口(DescribeNotebookSessionStatement)用于获取session statement信息
|
|
686
|
+
*/
|
|
687
|
+
async DescribeNotebookSessionStatement(
|
|
688
|
+
req: DescribeNotebookSessionStatementRequest,
|
|
689
|
+
cb?: (error: string, rep: DescribeNotebookSessionStatementResponse) => void
|
|
690
|
+
): Promise<DescribeNotebookSessionStatementResponse> {
|
|
691
|
+
return this.request("DescribeNotebookSessionStatement", req, cb)
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
/**
|
|
695
|
+
* 解绑用户上的用户组
|
|
696
|
+
*/
|
|
697
|
+
async UnbindWorkGroupsFromUser(
|
|
698
|
+
req: UnbindWorkGroupsFromUserRequest,
|
|
699
|
+
cb?: (error: string, rep: UnbindWorkGroupsFromUserResponse) => void
|
|
700
|
+
): Promise<UnbindWorkGroupsFromUserResponse> {
|
|
701
|
+
return this.request("UnbindWorkGroupsFromUser", req, cb)
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
/**
|
|
705
|
+
* 获取spark应用列表
|
|
706
|
+
*/
|
|
707
|
+
async DescribeSparkAppJobs(
|
|
708
|
+
req: DescribeSparkAppJobsRequest,
|
|
709
|
+
cb?: (error: string, rep: DescribeSparkAppJobsResponse) => void
|
|
710
|
+
): Promise<DescribeSparkAppJobsResponse> {
|
|
711
|
+
return this.request("DescribeSparkAppJobs", req, cb)
|
|
712
|
+
}
|
|
713
|
+
|
|
598
714
|
/**
|
|
599
715
|
* 获取工作组列表
|
|
600
716
|
*/
|
|
@@ -616,13 +732,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
616
732
|
}
|
|
617
733
|
|
|
618
734
|
/**
|
|
619
|
-
*
|
|
735
|
+
* 本接口(ListTaskJobLogDetail)用于获取spark-jar日志列表
|
|
620
736
|
*/
|
|
621
|
-
async
|
|
622
|
-
req:
|
|
623
|
-
cb?: (error: string, rep:
|
|
624
|
-
): Promise<
|
|
625
|
-
return this.request("
|
|
737
|
+
async ListTaskJobLogDetail(
|
|
738
|
+
req: ListTaskJobLogDetailRequest,
|
|
739
|
+
cb?: (error: string, rep: ListTaskJobLogDetailResponse) => void
|
|
740
|
+
): Promise<ListTaskJobLogDetailResponse> {
|
|
741
|
+
return this.request("ListTaskJobLogDetail", req, cb)
|
|
626
742
|
}
|
|
627
743
|
|
|
628
744
|
/**
|
|
@@ -645,6 +761,26 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
645
761
|
return this.request("DescribeTable", req, cb)
|
|
646
762
|
}
|
|
647
763
|
|
|
764
|
+
/**
|
|
765
|
+
* 本接口(DescribeNotebookSessionStatements)用于获取Session Statement列表。
|
|
766
|
+
*/
|
|
767
|
+
async DescribeNotebookSessionStatements(
|
|
768
|
+
req: DescribeNotebookSessionStatementsRequest,
|
|
769
|
+
cb?: (error: string, rep: DescribeNotebookSessionStatementsResponse) => void
|
|
770
|
+
): Promise<DescribeNotebookSessionStatementsResponse> {
|
|
771
|
+
return this.request("DescribeNotebookSessionStatements", req, cb)
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
/**
|
|
775
|
+
* 获取用户列表信息
|
|
776
|
+
*/
|
|
777
|
+
async DescribeUsers(
|
|
778
|
+
req: DescribeUsersRequest,
|
|
779
|
+
cb?: (error: string, rep: DescribeUsersResponse) => void
|
|
780
|
+
): Promise<DescribeUsersResponse> {
|
|
781
|
+
return this.request("DescribeUsers", req, cb)
|
|
782
|
+
}
|
|
783
|
+
|
|
648
784
|
/**
|
|
649
785
|
* DMS元数据获取库
|
|
650
786
|
*/
|
|
@@ -826,13 +962,23 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
826
962
|
}
|
|
827
963
|
|
|
828
964
|
/**
|
|
829
|
-
*
|
|
965
|
+
* 本接口(DescribeNotebookSessionStatementSqlResult)用于获取statement运行结果。
|
|
830
966
|
*/
|
|
831
|
-
async
|
|
832
|
-
req:
|
|
833
|
-
cb?: (error: string, rep:
|
|
834
|
-
): Promise<
|
|
835
|
-
return this.request("
|
|
967
|
+
async DescribeNotebookSessionStatementSqlResult(
|
|
968
|
+
req: DescribeNotebookSessionStatementSqlResultRequest,
|
|
969
|
+
cb?: (error: string, rep: DescribeNotebookSessionStatementSqlResultResponse) => void
|
|
970
|
+
): Promise<DescribeNotebookSessionStatementSqlResultResponse> {
|
|
971
|
+
return this.request("DescribeNotebookSessionStatementSqlResult", req, cb)
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
/**
|
|
975
|
+
* DMS元数据删除库
|
|
976
|
+
*/
|
|
977
|
+
async DropDMSDatabase(
|
|
978
|
+
req: DropDMSDatabaseRequest,
|
|
979
|
+
cb?: (error: string, rep: DropDMSDatabaseResponse) => void
|
|
980
|
+
): Promise<DropDMSDatabaseResponse> {
|
|
981
|
+
return this.request("DropDMSDatabase", req, cb)
|
|
836
982
|
}
|
|
837
983
|
|
|
838
984
|
/**
|
|
@@ -845,6 +991,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
845
991
|
return this.request("CreateUser", req, cb)
|
|
846
992
|
}
|
|
847
993
|
|
|
994
|
+
/**
|
|
995
|
+
* 本接口(CreateNotebookSessionStatement)用于创建session statement
|
|
996
|
+
*/
|
|
997
|
+
async CreateNotebookSessionStatement(
|
|
998
|
+
req: CreateNotebookSessionStatementRequest,
|
|
999
|
+
cb?: (error: string, rep: CreateNotebookSessionStatementResponse) => void
|
|
1000
|
+
): Promise<CreateNotebookSessionStatementResponse> {
|
|
1001
|
+
return this.request("CreateNotebookSessionStatement", req, cb)
|
|
1002
|
+
}
|
|
1003
|
+
|
|
848
1004
|
/**
|
|
849
1005
|
* 解绑用户鉴权策略
|
|
850
1006
|
*/
|
|
@@ -864,4 +1020,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
864
1020
|
): Promise<DescribeTablesResponse> {
|
|
865
1021
|
return this.request("DescribeTables", req, cb)
|
|
866
1022
|
}
|
|
1023
|
+
|
|
1024
|
+
/**
|
|
1025
|
+
* 该接口(CreateExportTask)用于创建导出任务
|
|
1026
|
+
*/
|
|
1027
|
+
async CreateExportTask(
|
|
1028
|
+
req: CreateExportTaskRequest,
|
|
1029
|
+
cb?: (error: string, rep: CreateExportTaskResponse) => void
|
|
1030
|
+
): Promise<CreateExportTaskResponse> {
|
|
1031
|
+
return this.request("CreateExportTask", req, cb)
|
|
1032
|
+
}
|
|
867
1033
|
}
|