tencentcloud-sdk-nodejs-wedata 4.1.30 → 4.1.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-wedata",
3
- "version": "4.1.30",
3
+ "version": "4.1.32",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -404,7 +404,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
404
404
  */
405
405
  CreateOfflineTask(req: CreateOfflineTaskRequest, cb?: (error: string, rep: CreateOfflineTaskResponse) => void): Promise<CreateOfflineTaskResponse>;
406
406
  /**
407
- * 更新工作流调度
407
+ * 更新工作流调度。本接口已废弃,请使用接口RenewWorkflowSchedulerInfoDs。
408
408
  */
409
409
  ModifyWorkflowSchedule(req: ModifyWorkflowScheduleRequest, cb?: (error: string, rep: ModifyWorkflowScheduleResponse) => void): Promise<ModifyWorkflowScheduleResponse>;
410
410
  /**
@@ -737,7 +737,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
737
737
  */
738
738
  DescribeReportTaskList(req: DescribeReportTaskListRequest, cb?: (error: string, rep: DescribeReportTaskListResponse) => void): Promise<DescribeReportTaskListResponse>;
739
739
  /**
740
- * 提交工作流
740
+ * 提交工作流。本接口已废弃,请使用接口BatchCreateTaskVersionAsync。
741
741
  */
742
742
  SubmitWorkflow(req: SubmitWorkflowRequest, cb?: (error: string, rep: SubmitWorkflowResponse) => void): Promise<SubmitWorkflowResponse>;
743
743
  /**
@@ -790,7 +790,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
790
790
  DescribeRuleExecResults(req: DescribeRuleExecResultsRequest, cb?: (error: string, rep: DescribeRuleExecResultsResponse) => void): Promise<DescribeRuleExecResultsResponse>;
791
791
  /**
792
792
  * <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
793
- 触发事件
793
+ 触发事件。本接口已废弃,请使用接口TriggerDsEvent。
794
794
  */
795
795
  TriggerEvent(req: TriggerEventRequest, cb?: (error: string, rep: TriggerEventResponse) => void): Promise<TriggerEventResponse>;
796
796
  /**
@@ -934,7 +934,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
934
934
  ModifyTaskInfo(req: ModifyTaskInfoRequest, cb?: (error: string, rep: ModifyTaskInfoResponse) => void): Promise<ModifyTaskInfoResponse>;
935
935
  /**
936
936
  * <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
937
- 提交任务
937
+ 提交任务。本接口已废弃,请使用接口CreateTaskVersionDs。
938
938
  */
939
939
  SubmitTask(req: SubmitTaskRequest, cb?: (error: string, rep: SubmitTaskResponse) => void): Promise<SubmitTaskResponse>;
940
940
  /**
@@ -622,7 +622,7 @@ class Client extends TencentCloudCommon.AbstractClient {
622
622
  return this.request("CreateOfflineTask", req, cb);
623
623
  }
624
624
  /**
625
- * 更新工作流调度
625
+ * 更新工作流调度。本接口已废弃,请使用接口RenewWorkflowSchedulerInfoDs。
626
626
  */
627
627
  async ModifyWorkflowSchedule(req, cb) {
628
628
  return this.request("ModifyWorkflowSchedule", req, cb);
@@ -1119,7 +1119,7 @@ class Client extends TencentCloudCommon.AbstractClient {
1119
1119
  return this.request("DescribeReportTaskList", req, cb);
1120
1120
  }
1121
1121
  /**
1122
- * 提交工作流
1122
+ * 提交工作流。本接口已废弃,请使用接口BatchCreateTaskVersionAsync。
1123
1123
  */
1124
1124
  async SubmitWorkflow(req, cb) {
1125
1125
  return this.request("SubmitWorkflow", req, cb);
@@ -1198,7 +1198,7 @@ class Client extends TencentCloudCommon.AbstractClient {
1198
1198
  }
1199
1199
  /**
1200
1200
  * <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
1201
- 触发事件
1201
+ 触发事件。本接口已废弃,请使用接口TriggerDsEvent。
1202
1202
  */
1203
1203
  async TriggerEvent(req, cb) {
1204
1204
  return this.request("TriggerEvent", req, cb);
@@ -1412,7 +1412,7 @@ class Client extends TencentCloudCommon.AbstractClient {
1412
1412
  }
1413
1413
  /**
1414
1414
  * <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
1415
- 提交任务
1415
+ 提交任务。本接口已废弃,请使用接口CreateTaskVersionDs。
1416
1416
  */
1417
1417
  async SubmitTask(req, cb) {
1418
1418
  return this.request("SubmitTask", req, cb);
@@ -10982,6 +10982,14 @@ export interface GenHiveTableDDLSqlRequest {
10982
10982
  * doris写入模式配置
10983
10983
  */
10984
10984
  WriteMode?: string;
10985
+ /**
10986
+ * 任务类型 201(实时), 202(离线)
10987
+ */
10988
+ TaskType?: number;
10989
+ /**
10990
+ * 目标端table名称
10991
+ */
10992
+ SinkTableName?: string;
10985
10993
  }
10986
10994
  /**
10987
10995
  * BatchCreateIntegrationTaskAlarms请求参数结构体