tencentcloud-sdk-nodejs-wedata 4.0.926 → 4.0.927

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.
@@ -38,10 +38,12 @@ import {
38
38
  IntegrationNodeSchemaMapping,
39
39
  DescribeTrendStatResponse,
40
40
  DescribeRealTimeTaskSpeedRequest,
41
+ BatchTaskOperateNew,
41
42
  DescribeRuleDimStatRequest,
42
43
  DescribeRuleTemplatesResponse,
43
44
  CreateIntegrationNodeResponse,
44
45
  TaskInnerInfo,
46
+ GetCosTokenResponse,
45
47
  CreateDsFolderResponse,
46
48
  UserFileInfo,
47
49
  FreezeOpsTasksRequest,
@@ -51,6 +53,7 @@ import {
51
53
  RecordsSpeed,
52
54
  ColumnLineageInfo,
53
55
  TaskLineageInfoPair,
56
+ JudgeResourceFileResponse,
54
57
  SubmitTaskRequest,
55
58
  DescribeTableMetasRequest,
56
59
  RuleExecResultDetail,
@@ -63,7 +66,7 @@ import {
63
66
  DescribeEventCasesRequest,
64
67
  BatchResumeIntegrationTasksResponse,
65
68
  DescribeFieldBasicInfoResponse,
66
- ColumnItem,
69
+ DescribeStatisticInstanceStatusTrendOpsResponse,
67
70
  RuleGroupExecResult,
68
71
  AlarmEventInfo,
69
72
  DescribeTaskLineageRequest,
@@ -86,6 +89,7 @@ import {
86
89
  DescribeRuleExecResultsRequest,
87
90
  InstanceDownloadLogInfo,
88
91
  EventCaseDTO,
92
+ TableScoreStatisticsInfo,
89
93
  InstanceOpsDto,
90
94
  DescribeDutyScheduleDetailsRequest,
91
95
  SubmitWorkflowResponse,
@@ -112,7 +116,7 @@ import {
112
116
  UploadContentResponse,
113
117
  UploadResourceRequest,
114
118
  RuleExecLog,
115
- RuleTemplate,
119
+ AiOpsEventListenerDTO,
116
120
  DescribeRuleGroupsByPageRequest,
117
121
  BatchDeleteIntegrationTasksResponse,
118
122
  SearchConditionInstanceNew,
@@ -121,7 +125,7 @@ import {
121
125
  DescribeWorkflowTaskCountResponse,
122
126
  TaskTag,
123
127
  TaskTypeCnt,
124
- SubmitCustomFunctionResponse,
128
+ ExtResourceFlagDto,
125
129
  DescribeTopTableStatRequest,
126
130
  SearchCondition,
127
131
  Rule,
@@ -138,6 +142,7 @@ import {
138
142
  UpdateWorkflowOwnerRequest,
139
143
  DescribeSchedulerTaskTypeCntResponse,
140
144
  DeleteCustomFunctionResponse,
145
+ RulePage,
141
146
  DimensionScoreInfo,
142
147
  DescribeTaskScriptResponse,
143
148
  CollectionInstanceOpsDto,
@@ -152,7 +157,7 @@ import {
152
157
  BatchModifyOpsOwnersRequest,
153
158
  ModifyTaskNameResponse,
154
159
  BatchDeleteOpsTasksRequest,
155
- ResumeIntegrationTaskResponse,
160
+ GetCosTokenRequest,
156
161
  WorkflowExtOpsDto,
157
162
  LineageParamRecord,
158
163
  BatchResult,
@@ -230,6 +235,7 @@ import {
230
235
  ModifyRuleResponse,
231
236
  DescribeInstanceLogFileResponse,
232
237
  PairDto,
238
+ CosTokenResponse,
233
239
  DeleteTaskDsResponse,
234
240
  DescribeAllByFolderNewResponse,
235
241
  DescribeDsParentFolderTreeRequest,
@@ -255,12 +261,13 @@ import {
255
261
  TableConfig,
256
262
  FilterOptional,
257
263
  TaskInstanceCountDto,
258
- TableScoreStatisticsInfo,
264
+ DescribePendingSubmitTaskListResponse,
259
265
  BatchForceSuccessIntegrationTaskInstancesResponse,
260
266
  InstanceLifeCycleOpsDto,
261
267
  AlarmReceiverInfo,
262
268
  GeneralTaskParam,
263
269
  DescribeTableBasicInfoResponse,
270
+ WorkflowScheduleDtoDs,
264
271
  ModifyRuleTemplateRequest,
265
272
  DescribeRuleExecStatResponse,
266
273
  TaskByCycle,
@@ -281,6 +288,8 @@ import {
281
288
  BatchStopOpsTasksRequest,
282
289
  DescribeFunctionTypesResponse,
283
290
  ModifyRuleTemplateResponse,
291
+ RenewWorkflowSchedulerInfoDsResponse,
292
+ DescribePendingSubmitTaskInfo,
284
293
  BatchUpdateIntegrationTasksResponse,
285
294
  TaskLogResponse,
286
295
  QuietPeriod,
@@ -288,6 +297,7 @@ import {
288
297
  DescribeInstanceLastLogRequest,
289
298
  DescribeEventRequest,
290
299
  TableQualityDetailPage,
300
+ BatchCreateTaskVersionAsyncRequest,
291
301
  TaskTypeOpsDto,
292
302
  BatchModifyOpsOwnersResponse,
293
303
  CreateTaskAlarmRegularResponse,
@@ -313,6 +323,7 @@ import {
313
323
  DeleteTaskAlarmRegularResponse,
314
324
  DeleteWorkflowByIdRequest,
315
325
  ProjectBaseInfoOpsRequest,
326
+ DescribeWorkflowSchedulerInfoDsResponse,
316
327
  DeleteRuleResponse,
317
328
  MakePlanTaskOpsDtoCollection,
318
329
  SimpleColumnInfo,
@@ -323,11 +334,12 @@ import {
323
334
  DescribeApproveTypeListRequest,
324
335
  DeleteIntegrationNodeResponse,
325
336
  DescribeDataSourceInfoListRequest,
337
+ BatchResultDs,
326
338
  DescribeIntegrationNodeRequest,
327
339
  SetTaskAlarmNewResponse,
328
340
  GetOfflineDIInstanceListResponse,
329
341
  DescribeDatasourceResponse,
330
- DescribeStatisticInstanceStatusTrendOpsRequest,
342
+ BatchOperationOpsDto,
331
343
  RuleExecConfig,
332
344
  SuspendIntegrationTaskResponse,
333
345
  DescribeSchedulerRunTimeInstanceCntByStatusResponse,
@@ -357,6 +369,7 @@ import {
357
369
  BatchOperateResultOpsDto,
358
370
  DeleteRuleRequest,
359
371
  ApproveType,
372
+ SubmitCustomFunctionResponse,
360
373
  TableNameFilter,
361
374
  RealTimeTaskInstanceNodeInfo,
362
375
  DeleteResourceFilesResponse,
@@ -366,10 +379,10 @@ import {
366
379
  DescribeStreamTaskLogListResponse,
367
380
  DlcDataGovernPolicy,
368
381
  DescribeRuleGroupExecResultsByPageResponse,
369
- DescribeInstanceByCycleRequest,
382
+ DescribeRuleGroupsByPageResponse,
370
383
  GetIntegrationNodeColumnSchemaRequest,
371
384
  DeleteWorkflowByIdResponse,
372
- RulePage,
385
+ AiopsDLCResourceConfigDto,
373
386
  DeleteIntegrationNodeRequest,
374
387
  TableBasicInfo,
375
388
  ModifyIntegrationNodeResponse,
@@ -427,7 +440,7 @@ import {
427
440
  SimpleTaskInfo,
428
441
  DescribeSchedulerTaskCntByStatusRequest,
429
442
  DescribeRealTimeTaskInstanceNodeInfoRequest,
430
- EventCaseAuditLogVOCollection,
443
+ DescribeWorkflowSchedulerInfoDsRequest,
431
444
  DescribeDependTaskListsResponse,
432
445
  CreateHiveTableResponse,
433
446
  RuleTemplatePage,
@@ -456,9 +469,11 @@ import {
456
469
  DescribeColumnsMetaResponse,
457
470
  DescribeRuleExecResultsResponse,
458
471
  QualityScoreTrend,
472
+ RuleTemplate,
459
473
  DeleteFileResponse,
460
474
  ResumeIntegrationTaskRequest,
461
475
  ModifyDataSourceRequest,
476
+ DescribePendingSubmitTaskListRequest,
462
477
  TriggerEventResponse,
463
478
  TaskAlarmInfo,
464
479
  ModifyApproveStatusRequest,
@@ -475,11 +490,11 @@ import {
475
490
  DlcMergeManifestsInfo,
476
491
  DescribeWorkflowListByProjectIdRequest,
477
492
  AlarmIndicatorInfo,
478
- DescribeStatisticInstanceStatusTrendOpsResponse,
493
+ ColumnItem,
479
494
  TableMeta,
480
495
  CountOpsInstanceStateResponse,
481
496
  SubscribeReceiver,
482
- TriggerDsEventRequest,
497
+ EventCaseAuditLogVOCollection,
483
498
  DescribeQualityScoreTrendRequest,
484
499
  RobLockState,
485
500
  SubmitTaskTestRunRequest,
@@ -569,7 +584,7 @@ import {
569
584
  DescribeTableBasicInfoRequest,
570
585
  DescribeDatasourceRequest,
571
586
  RuleExecStat,
572
- BatchOperationOpsDto,
587
+ DescribeStatisticInstanceStatusTrendOpsRequest,
573
588
  DescribeEventCasesResponse,
574
589
  DescribeTableSchemaInfoResponse,
575
590
  DiagnoseProResponse,
@@ -589,6 +604,8 @@ import {
589
604
  RecordField,
590
605
  DescribeIntegrationVersionNodesInfoResponse,
591
606
  DescribeRulesRequest,
607
+ AiopsSimpleTaskDto,
608
+ ResumeIntegrationTaskResponse,
592
609
  DescribeRuleResponse,
593
610
  DescribeTaskScriptRequest,
594
611
  SchemaDetail,
@@ -623,12 +640,14 @@ import {
623
640
  BatchStopIntegrationTasksRequest,
624
641
  DescribeRuleTemplatesByPageRequest,
625
642
  RunTasksByMultiWorkflowResponse,
643
+ RenewWorkflowSchedulerInfoDsRequest,
626
644
  DutyScheduleDetailsInfo,
627
645
  DescribeInstanceLastLogResponse,
628
646
  TableHeat,
629
647
  DescribeExecStrategyRequest,
630
648
  ScriptInfoResponse,
631
649
  CreateHiveTableRequest,
650
+ AiopsScriptInfo,
632
651
  BatchKillIntegrationTaskInstancesResponse,
633
652
  RunTasksByMultiWorkflowRequest,
634
653
  EventListenerOpsDto,
@@ -636,11 +655,13 @@ import {
636
655
  DescribeRuleGroupTableResponse,
637
656
  DailyScoreInfo,
638
657
  SuspendIntegrationTaskRequest,
658
+ TaskSubmitPreCheckDetailInfo,
639
659
  DescribeDependOpsTasksResponse,
640
660
  DeleteRuleTemplateResponse,
641
661
  DescribeRuleTemplateRequest,
642
662
  SqlExpression,
643
663
  DescribeTaskByCycleRequest,
664
+ TriggerDsEventRequest,
644
665
  CommonId,
645
666
  CreateRuleTemplateRequest,
646
667
  DlcRewriteDataInfo,
@@ -651,9 +672,11 @@ import {
651
672
  Pair,
652
673
  DeleteIntegrationTaskResponse,
653
674
  TableBaseInfo,
654
- DescribeRuleGroupsByPageResponse,
675
+ BatchCreateTaskVersionAsyncResponse,
676
+ DescribeInstanceByCycleRequest,
655
677
  Duty,
656
678
  DescribeIntegrationStatisticsTaskStatusResponse,
679
+ JudgeResourceFileRequest,
657
680
  UploadResourceResponse,
658
681
  DescribeOpsMakePlanInstancesResponse,
659
682
  DescribeDatabaseInfoListRequest,
@@ -672,6 +695,7 @@ import {
672
695
  DescribeDsFolderTreeResponse,
673
696
  PathNodeDsVO,
674
697
  DescribeWorkflowCanvasInfoRequest,
698
+ ParamInfoDs,
675
699
  DagInstancesRequest,
676
700
  DryRunDIOfflineTaskResponse,
677
701
  FolderOpsDto,
@@ -881,14 +905,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
881
905
  }
882
906
 
883
907
  /**
884
- * <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
885
- 注册事件监听器
886
- */
887
- async RegisterEventListener(
888
- req: RegisterEventListenerRequest,
889
- cb?: (error: string, rep: RegisterEventListenerResponse) => void
890
- ): Promise<RegisterEventListenerResponse> {
891
- return this.request("RegisterEventListener", req, cb)
908
+ * 数据集成大屏任务状态统计趋势
909
+ */
910
+ async DescribeIntegrationStatisticsTaskStatusTrend(
911
+ req: DescribeIntegrationStatisticsTaskStatusTrendRequest,
912
+ cb?: (error: string, rep: DescribeIntegrationStatisticsTaskStatusTrendResponse) => void
913
+ ): Promise<DescribeIntegrationStatisticsTaskStatusTrendResponse> {
914
+ return this.request("DescribeIntegrationStatisticsTaskStatusTrend", req, cb)
892
915
  }
893
916
 
894
917
  /**
@@ -1161,6 +1184,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
1161
1184
  return this.request("DescribeEventConsumeTasks", req, cb)
1162
1185
  }
1163
1186
 
1187
+ /**
1188
+ * 更新工作流下任务调度信息
1189
+ */
1190
+ async RenewWorkflowSchedulerInfoDs(
1191
+ req: RenewWorkflowSchedulerInfoDsRequest,
1192
+ cb?: (error: string, rep: RenewWorkflowSchedulerInfoDsResponse) => void
1193
+ ): Promise<RenewWorkflowSchedulerInfoDsResponse> {
1194
+ return this.request("RenewWorkflowSchedulerInfoDs", req, cb)
1195
+ }
1196
+
1164
1197
  /**
1165
1198
  * 获取离线任务长连接Token
1166
1199
  */
@@ -1241,6 +1274,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
1241
1274
  return this.request("DescribeQualityScore", req, cb)
1242
1275
  }
1243
1276
 
1277
+ /**
1278
+ * 获取cos token
1279
+ */
1280
+ async GetCosToken(
1281
+ req: GetCosTokenRequest,
1282
+ cb?: (error: string, rep: GetCosTokenResponse) => void
1283
+ ): Promise<GetCosTokenResponse> {
1284
+ return this.request("GetCosToken", req, cb)
1285
+ }
1286
+
1244
1287
  /**
1245
1288
  * 数据质量概览页面触发维度分布统计接口
1246
1289
  */
@@ -1883,6 +1926,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
1883
1926
  return this.request("DescribeDependOpsTasks", req, cb)
1884
1927
  }
1885
1928
 
1929
+ /**
1930
+ * 资源管理-判断资源文件是否存在
1931
+ */
1932
+ async JudgeResourceFile(
1933
+ req: JudgeResourceFileRequest,
1934
+ cb?: (error: string, rep: JudgeResourceFileResponse) => void
1935
+ ): Promise<JudgeResourceFileResponse> {
1936
+ return this.request("JudgeResourceFile", req, cb)
1937
+ }
1938
+
1886
1939
  /**
1887
1940
  * 提交集成任务
1888
1941
  */
@@ -2046,6 +2099,17 @@ export class Client extends TencentCloudCommon.AbstractClient {
2046
2099
  return this.request("DescribeColumnsMeta", req, cb)
2047
2100
  }
2048
2101
 
2102
+ /**
2103
+ * <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
2104
+ 注册事件监听器
2105
+ */
2106
+ async RegisterEventListener(
2107
+ req: RegisterEventListenerRequest,
2108
+ cb?: (error: string, rep: RegisterEventListenerResponse) => void
2109
+ ): Promise<RegisterEventListenerResponse> {
2110
+ return this.request("RegisterEventListener", req, cb)
2111
+ }
2112
+
2049
2113
  /**
2050
2114
  * 获取值班表列表
2051
2115
  */
@@ -2257,13 +2321,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
2257
2321
  }
2258
2322
 
2259
2323
  /**
2260
- * 数据集成大屏任务状态统计趋势
2324
+ * 异步批量创建任务版本
2261
2325
  */
2262
- async DescribeIntegrationStatisticsTaskStatusTrend(
2263
- req: DescribeIntegrationStatisticsTaskStatusTrendRequest,
2264
- cb?: (error: string, rep: DescribeIntegrationStatisticsTaskStatusTrendResponse) => void
2265
- ): Promise<DescribeIntegrationStatisticsTaskStatusTrendResponse> {
2266
- return this.request("DescribeIntegrationStatisticsTaskStatusTrend", req, cb)
2326
+ async BatchCreateTaskVersionAsync(
2327
+ req: BatchCreateTaskVersionAsyncRequest,
2328
+ cb?: (error: string, rep: BatchCreateTaskVersionAsyncResponse) => void
2329
+ ): Promise<BatchCreateTaskVersionAsyncResponse> {
2330
+ return this.request("BatchCreateTaskVersionAsync", req, cb)
2267
2331
  }
2268
2332
 
2269
2333
  /**
@@ -2486,6 +2550,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
2486
2550
  return this.request("DeleteTaskAlarmRegular", req, cb)
2487
2551
  }
2488
2552
 
2553
+ /**
2554
+ * 获取待提交任务预提交校验信息
2555
+ */
2556
+ async DescribePendingSubmitTaskList(
2557
+ req: DescribePendingSubmitTaskListRequest,
2558
+ cb?: (error: string, rep: DescribePendingSubmitTaskListResponse) => void
2559
+ ): Promise<DescribePendingSubmitTaskListResponse> {
2560
+ return this.request("DescribePendingSubmitTaskList", req, cb)
2561
+ }
2562
+
2489
2563
  /**
2490
2564
  * 规则执行结果列表查询
2491
2565
  */
@@ -2597,6 +2671,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
2597
2671
  return this.request("ModifyTaskAlarmRegular", req, cb)
2598
2672
  }
2599
2673
 
2674
+ /**
2675
+ * 获取工作流调度信息
2676
+ */
2677
+ async DescribeWorkflowSchedulerInfoDs(
2678
+ req: DescribeWorkflowSchedulerInfoDsRequest,
2679
+ cb?: (error: string, rep: DescribeWorkflowSchedulerInfoDsResponse) => void
2680
+ ): Promise<DescribeWorkflowSchedulerInfoDsResponse> {
2681
+ return this.request("DescribeWorkflowSchedulerInfoDs", req, cb)
2682
+ }
2683
+
2600
2684
  /**
2601
2685
  * 删除用户自定义函数
2602
2686
  */