tencentcloud-sdk-nodejs-wedata 4.1.228 → 4.1.230
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
|
@@ -8444,37 +8444,41 @@ export interface AsyncResourceVO {
|
|
|
8444
8444
|
*/
|
|
8445
8445
|
export interface CommitIntegrationTaskRequest {
|
|
8446
8446
|
/**
|
|
8447
|
-
*
|
|
8447
|
+
* <p>任务id</p>
|
|
8448
8448
|
*/
|
|
8449
8449
|
TaskId: string;
|
|
8450
8450
|
/**
|
|
8451
|
-
*
|
|
8451
|
+
* <p>项目id</p>
|
|
8452
8452
|
*/
|
|
8453
8453
|
ProjectId: string;
|
|
8454
8454
|
/**
|
|
8455
|
-
* 0.仅提交,1.立即启动,2.停止线上作业,丢弃作业状态数据,重新启动运行,3.暂停线上作业,保留作业状态数据,继续运行,4
|
|
8455
|
+
* <p>0.仅提交,1.立即启动,2.停止线上作业,丢弃作业状态数据,重新启动运行,3.暂停线上作业,保留作业状态数据,继续运行,4.保留作业状态数据,继续运行</p>
|
|
8456
8456
|
*/
|
|
8457
8457
|
CommitType?: number;
|
|
8458
8458
|
/**
|
|
8459
|
-
*
|
|
8459
|
+
* <p>实时任务 201 离线任务 202 默认实时任务</p>
|
|
8460
8460
|
*/
|
|
8461
8461
|
TaskType?: number;
|
|
8462
8462
|
/**
|
|
8463
|
-
*
|
|
8463
|
+
* <p>额外参数</p>
|
|
8464
8464
|
*/
|
|
8465
8465
|
ExtConfig?: Array<RecordField>;
|
|
8466
8466
|
/**
|
|
8467
|
-
*
|
|
8467
|
+
* <p>提交版本描述</p>
|
|
8468
8468
|
*/
|
|
8469
8469
|
VersionDesc?: string;
|
|
8470
8470
|
/**
|
|
8471
|
-
*
|
|
8471
|
+
* <p>提交版本号</p>
|
|
8472
8472
|
*/
|
|
8473
8473
|
InstanceVersion?: number;
|
|
8474
8474
|
/**
|
|
8475
|
-
*
|
|
8475
|
+
* <p>前端操作类型描述</p>
|
|
8476
8476
|
*/
|
|
8477
8477
|
EventDesc?: string;
|
|
8478
|
+
/**
|
|
8479
|
+
* <p>提交时任务状态</p><p>枚举值:</p><ul><li>3: 运行中</li></ul>
|
|
8480
|
+
*/
|
|
8481
|
+
CurrentStatus?: number;
|
|
8478
8482
|
}
|
|
8479
8483
|
/**
|
|
8480
8484
|
* DescribeTableInfoList请求参数结构体
|
|
@@ -8536,11 +8540,11 @@ export interface RunForceSucScheduleInstancesResponse {
|
|
|
8536
8540
|
*/
|
|
8537
8541
|
export interface CommitIntegrationTaskResponse {
|
|
8538
8542
|
/**
|
|
8539
|
-
*
|
|
8543
|
+
* <p>操作成功与否标识</p>
|
|
8540
8544
|
*/
|
|
8541
8545
|
Data?: boolean;
|
|
8542
8546
|
/**
|
|
8543
|
-
*
|
|
8547
|
+
* <p>数据结构</p>
|
|
8544
8548
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8545
8549
|
*/
|
|
8546
8550
|
DataDto?: CommitTaskDataDto;
|