@alicloud/dataworks-public20200518 4.3.12 → 4.3.14
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/dist/client.d.ts +232 -1
- package/dist/client.js +460 -13
- package/dist/client.js.map +1 -1
- package/package.json +4 -6
- package/src/client.ts +584 -14
package/dist/client.d.ts
CHANGED
|
@@ -1004,11 +1004,11 @@ export declare class CreateImportMigrationRequest extends $tea.Model {
|
|
|
1004
1004
|
});
|
|
1005
1005
|
}
|
|
1006
1006
|
export declare class CreateImportMigrationAdvanceRequest extends $tea.Model {
|
|
1007
|
-
packageFileObject: Readable;
|
|
1008
1007
|
calculateEngineMap?: string;
|
|
1009
1008
|
commitRule?: string;
|
|
1010
1009
|
description?: string;
|
|
1011
1010
|
name?: string;
|
|
1011
|
+
packageFileObject?: Readable;
|
|
1012
1012
|
packageType?: string;
|
|
1013
1013
|
projectId?: number;
|
|
1014
1014
|
resourceGroupMap?: string;
|
|
@@ -4117,6 +4117,7 @@ export declare class GetInstanceErrorRankResponse extends $tea.Model {
|
|
|
4117
4117
|
});
|
|
4118
4118
|
}
|
|
4119
4119
|
export declare class GetInstanceLogRequest extends $tea.Model {
|
|
4120
|
+
instanceHistoryId?: number;
|
|
4120
4121
|
instanceId?: number;
|
|
4121
4122
|
projectEnv?: string;
|
|
4122
4123
|
static names(): {
|
|
@@ -6028,6 +6029,7 @@ export declare class ListAlertMessagesRequest extends $tea.Model {
|
|
|
6028
6029
|
alertMethods?: string;
|
|
6029
6030
|
alertRuleTypes?: string;
|
|
6030
6031
|
alertUser?: string;
|
|
6032
|
+
baselineId?: number;
|
|
6031
6033
|
beginTime?: string;
|
|
6032
6034
|
endTime?: string;
|
|
6033
6035
|
pageNumber?: number;
|
|
@@ -7284,6 +7286,54 @@ export declare class ListHistoryTasksForResourceGroupResponse extends $tea.Model
|
|
|
7284
7286
|
[key: string]: any;
|
|
7285
7287
|
});
|
|
7286
7288
|
}
|
|
7289
|
+
export declare class ListInnerNodesRequest extends $tea.Model {
|
|
7290
|
+
nodeName?: string;
|
|
7291
|
+
outerNodeId?: number;
|
|
7292
|
+
pageNumber?: number;
|
|
7293
|
+
pageSize?: number;
|
|
7294
|
+
programType?: string;
|
|
7295
|
+
projectEnv?: string;
|
|
7296
|
+
projectId?: number;
|
|
7297
|
+
static names(): {
|
|
7298
|
+
[key: string]: string;
|
|
7299
|
+
};
|
|
7300
|
+
static types(): {
|
|
7301
|
+
[key: string]: any;
|
|
7302
|
+
};
|
|
7303
|
+
constructor(map?: {
|
|
7304
|
+
[key: string]: any;
|
|
7305
|
+
});
|
|
7306
|
+
}
|
|
7307
|
+
export declare class ListInnerNodesResponseBody extends $tea.Model {
|
|
7308
|
+
paging?: ListInnerNodesResponseBodyPaging;
|
|
7309
|
+
requestId?: string;
|
|
7310
|
+
success?: boolean;
|
|
7311
|
+
static names(): {
|
|
7312
|
+
[key: string]: string;
|
|
7313
|
+
};
|
|
7314
|
+
static types(): {
|
|
7315
|
+
[key: string]: any;
|
|
7316
|
+
};
|
|
7317
|
+
constructor(map?: {
|
|
7318
|
+
[key: string]: any;
|
|
7319
|
+
});
|
|
7320
|
+
}
|
|
7321
|
+
export declare class ListInnerNodesResponse extends $tea.Model {
|
|
7322
|
+
headers: {
|
|
7323
|
+
[key: string]: string;
|
|
7324
|
+
};
|
|
7325
|
+
statusCode: number;
|
|
7326
|
+
body: ListInnerNodesResponseBody;
|
|
7327
|
+
static names(): {
|
|
7328
|
+
[key: string]: string;
|
|
7329
|
+
};
|
|
7330
|
+
static types(): {
|
|
7331
|
+
[key: string]: any;
|
|
7332
|
+
};
|
|
7333
|
+
constructor(map?: {
|
|
7334
|
+
[key: string]: any;
|
|
7335
|
+
});
|
|
7336
|
+
}
|
|
7287
7337
|
export declare class ListInstanceAmountRequest extends $tea.Model {
|
|
7288
7338
|
beginDate?: string;
|
|
7289
7339
|
endDate?: string;
|
|
@@ -7327,6 +7377,49 @@ export declare class ListInstanceAmountResponse extends $tea.Model {
|
|
|
7327
7377
|
[key: string]: any;
|
|
7328
7378
|
});
|
|
7329
7379
|
}
|
|
7380
|
+
export declare class ListInstanceHistoryRequest extends $tea.Model {
|
|
7381
|
+
instanceId?: number;
|
|
7382
|
+
projectEnv?: string;
|
|
7383
|
+
static names(): {
|
|
7384
|
+
[key: string]: string;
|
|
7385
|
+
};
|
|
7386
|
+
static types(): {
|
|
7387
|
+
[key: string]: any;
|
|
7388
|
+
};
|
|
7389
|
+
constructor(map?: {
|
|
7390
|
+
[key: string]: any;
|
|
7391
|
+
});
|
|
7392
|
+
}
|
|
7393
|
+
export declare class ListInstanceHistoryResponseBody extends $tea.Model {
|
|
7394
|
+
instances?: ListInstanceHistoryResponseBodyInstances[];
|
|
7395
|
+
requestId?: string;
|
|
7396
|
+
success?: boolean;
|
|
7397
|
+
static names(): {
|
|
7398
|
+
[key: string]: string;
|
|
7399
|
+
};
|
|
7400
|
+
static types(): {
|
|
7401
|
+
[key: string]: any;
|
|
7402
|
+
};
|
|
7403
|
+
constructor(map?: {
|
|
7404
|
+
[key: string]: any;
|
|
7405
|
+
});
|
|
7406
|
+
}
|
|
7407
|
+
export declare class ListInstanceHistoryResponse extends $tea.Model {
|
|
7408
|
+
headers: {
|
|
7409
|
+
[key: string]: string;
|
|
7410
|
+
};
|
|
7411
|
+
statusCode: number;
|
|
7412
|
+
body: ListInstanceHistoryResponseBody;
|
|
7413
|
+
static names(): {
|
|
7414
|
+
[key: string]: string;
|
|
7415
|
+
};
|
|
7416
|
+
static types(): {
|
|
7417
|
+
[key: string]: any;
|
|
7418
|
+
};
|
|
7419
|
+
constructor(map?: {
|
|
7420
|
+
[key: string]: any;
|
|
7421
|
+
});
|
|
7422
|
+
}
|
|
7330
7423
|
export declare class ListInstancesRequest extends $tea.Model {
|
|
7331
7424
|
beginBizdate?: string;
|
|
7332
7425
|
bizName?: string;
|
|
@@ -7341,6 +7434,7 @@ export declare class ListInstancesRequest extends $tea.Model {
|
|
|
7341
7434
|
programType?: string;
|
|
7342
7435
|
projectEnv?: string;
|
|
7343
7436
|
projectId?: number;
|
|
7437
|
+
status?: string;
|
|
7344
7438
|
static names(): {
|
|
7345
7439
|
[key: string]: string;
|
|
7346
7440
|
};
|
|
@@ -8633,6 +8727,48 @@ export declare class ListUsageForResourceGroupResponse extends $tea.Model {
|
|
|
8633
8727
|
[key: string]: any;
|
|
8634
8728
|
});
|
|
8635
8729
|
}
|
|
8730
|
+
export declare class OfflineNodeRequest extends $tea.Model {
|
|
8731
|
+
nodeId?: number;
|
|
8732
|
+
projectId?: number;
|
|
8733
|
+
static names(): {
|
|
8734
|
+
[key: string]: string;
|
|
8735
|
+
};
|
|
8736
|
+
static types(): {
|
|
8737
|
+
[key: string]: any;
|
|
8738
|
+
};
|
|
8739
|
+
constructor(map?: {
|
|
8740
|
+
[key: string]: any;
|
|
8741
|
+
});
|
|
8742
|
+
}
|
|
8743
|
+
export declare class OfflineNodeResponseBody extends $tea.Model {
|
|
8744
|
+
requestId?: string;
|
|
8745
|
+
success?: string;
|
|
8746
|
+
static names(): {
|
|
8747
|
+
[key: string]: string;
|
|
8748
|
+
};
|
|
8749
|
+
static types(): {
|
|
8750
|
+
[key: string]: any;
|
|
8751
|
+
};
|
|
8752
|
+
constructor(map?: {
|
|
8753
|
+
[key: string]: any;
|
|
8754
|
+
});
|
|
8755
|
+
}
|
|
8756
|
+
export declare class OfflineNodeResponse extends $tea.Model {
|
|
8757
|
+
headers: {
|
|
8758
|
+
[key: string]: string;
|
|
8759
|
+
};
|
|
8760
|
+
statusCode: number;
|
|
8761
|
+
body: OfflineNodeResponseBody;
|
|
8762
|
+
static names(): {
|
|
8763
|
+
[key: string]: string;
|
|
8764
|
+
};
|
|
8765
|
+
static types(): {
|
|
8766
|
+
[key: string]: any;
|
|
8767
|
+
};
|
|
8768
|
+
constructor(map?: {
|
|
8769
|
+
[key: string]: any;
|
|
8770
|
+
});
|
|
8771
|
+
}
|
|
8636
8772
|
export declare class PublishDataServiceApiRequest extends $tea.Model {
|
|
8637
8773
|
apiId?: number;
|
|
8638
8774
|
projectId?: number;
|
|
@@ -9006,6 +9142,7 @@ export declare class RunCycleDagNodesRequest extends $tea.Model {
|
|
|
9006
9142
|
projectEnv?: string;
|
|
9007
9143
|
rootNodeId?: number;
|
|
9008
9144
|
startBizDate?: string;
|
|
9145
|
+
startFutureInstanceImmediately?: boolean;
|
|
9009
9146
|
static names(): {
|
|
9010
9147
|
[key: string]: string;
|
|
9011
9148
|
};
|
|
@@ -11510,6 +11647,7 @@ export declare class GetDDLJobStatusResponseBodyData extends $tea.Model {
|
|
|
11510
11647
|
});
|
|
11511
11648
|
}
|
|
11512
11649
|
export declare class GetDISyncInstanceInfoResponseBodyDataSolutionInfoStepDetail extends $tea.Model {
|
|
11650
|
+
info?: string;
|
|
11513
11651
|
status?: string;
|
|
11514
11652
|
stepId?: number;
|
|
11515
11653
|
stepName?: string;
|
|
@@ -12182,6 +12320,20 @@ export declare class GetDataSourceMetaResponseBodyData extends $tea.Model {
|
|
|
12182
12320
|
[key: string]: any;
|
|
12183
12321
|
});
|
|
12184
12322
|
}
|
|
12323
|
+
export declare class GetDeploymentResponseBodyDataDeployedItems extends $tea.Model {
|
|
12324
|
+
fileId?: number;
|
|
12325
|
+
fileVersion?: number;
|
|
12326
|
+
status?: number;
|
|
12327
|
+
static names(): {
|
|
12328
|
+
[key: string]: string;
|
|
12329
|
+
};
|
|
12330
|
+
static types(): {
|
|
12331
|
+
[key: string]: any;
|
|
12332
|
+
};
|
|
12333
|
+
constructor(map?: {
|
|
12334
|
+
[key: string]: any;
|
|
12335
|
+
});
|
|
12336
|
+
}
|
|
12185
12337
|
export declare class GetDeploymentResponseBodyDataDeployment extends $tea.Model {
|
|
12186
12338
|
checkingStatus?: number;
|
|
12187
12339
|
createTime?: number;
|
|
@@ -12204,6 +12356,7 @@ export declare class GetDeploymentResponseBodyDataDeployment extends $tea.Model
|
|
|
12204
12356
|
});
|
|
12205
12357
|
}
|
|
12206
12358
|
export declare class GetDeploymentResponseBodyData extends $tea.Model {
|
|
12359
|
+
deployedItems?: GetDeploymentResponseBodyDataDeployedItems[];
|
|
12207
12360
|
deployment?: GetDeploymentResponseBodyDataDeployment;
|
|
12208
12361
|
static names(): {
|
|
12209
12362
|
[key: string]: string;
|
|
@@ -15296,6 +15449,50 @@ export declare class ListHistoryTasksForResourceGroupResponseBodyData extends $t
|
|
|
15296
15449
|
[key: string]: any;
|
|
15297
15450
|
});
|
|
15298
15451
|
}
|
|
15452
|
+
export declare class ListInnerNodesResponseBodyPagingNodes extends $tea.Model {
|
|
15453
|
+
baselineId?: number;
|
|
15454
|
+
businessId?: number;
|
|
15455
|
+
connection?: string;
|
|
15456
|
+
cronExpress?: string;
|
|
15457
|
+
description?: string;
|
|
15458
|
+
dqcDescription?: string;
|
|
15459
|
+
dqcType?: string;
|
|
15460
|
+
nodeId?: number;
|
|
15461
|
+
nodeName?: string;
|
|
15462
|
+
ownerId?: string;
|
|
15463
|
+
paramValues?: string;
|
|
15464
|
+
priority?: number;
|
|
15465
|
+
programType?: string;
|
|
15466
|
+
projectId?: number;
|
|
15467
|
+
repeatInterval?: number;
|
|
15468
|
+
repeatability?: boolean;
|
|
15469
|
+
resGroupName?: string;
|
|
15470
|
+
schedulerType?: string;
|
|
15471
|
+
static names(): {
|
|
15472
|
+
[key: string]: string;
|
|
15473
|
+
};
|
|
15474
|
+
static types(): {
|
|
15475
|
+
[key: string]: any;
|
|
15476
|
+
};
|
|
15477
|
+
constructor(map?: {
|
|
15478
|
+
[key: string]: any;
|
|
15479
|
+
});
|
|
15480
|
+
}
|
|
15481
|
+
export declare class ListInnerNodesResponseBodyPaging extends $tea.Model {
|
|
15482
|
+
nodes?: ListInnerNodesResponseBodyPagingNodes[];
|
|
15483
|
+
pageNumber?: number;
|
|
15484
|
+
pageSize?: number;
|
|
15485
|
+
totalCount?: number;
|
|
15486
|
+
static names(): {
|
|
15487
|
+
[key: string]: string;
|
|
15488
|
+
};
|
|
15489
|
+
static types(): {
|
|
15490
|
+
[key: string]: any;
|
|
15491
|
+
};
|
|
15492
|
+
constructor(map?: {
|
|
15493
|
+
[key: string]: any;
|
|
15494
|
+
});
|
|
15495
|
+
}
|
|
15299
15496
|
export declare class ListInstanceAmountResponseBodyInstanceCounts extends $tea.Model {
|
|
15300
15497
|
count?: number;
|
|
15301
15498
|
date?: number;
|
|
@@ -15309,6 +15506,34 @@ export declare class ListInstanceAmountResponseBodyInstanceCounts extends $tea.M
|
|
|
15309
15506
|
[key: string]: any;
|
|
15310
15507
|
});
|
|
15311
15508
|
}
|
|
15509
|
+
export declare class ListInstanceHistoryResponseBodyInstances extends $tea.Model {
|
|
15510
|
+
beginRunningTime?: number;
|
|
15511
|
+
beginWaitResTime?: number;
|
|
15512
|
+
beginWaitTimeTime?: number;
|
|
15513
|
+
bizdate?: number;
|
|
15514
|
+
createTime?: number;
|
|
15515
|
+
cycTime?: number;
|
|
15516
|
+
dagId?: number;
|
|
15517
|
+
dagType?: string;
|
|
15518
|
+
errorMessage?: string;
|
|
15519
|
+
finishTime?: number;
|
|
15520
|
+
instanceHistoryId?: number;
|
|
15521
|
+
instanceId?: number;
|
|
15522
|
+
modifyTime?: number;
|
|
15523
|
+
nodeId?: number;
|
|
15524
|
+
nodeName?: string;
|
|
15525
|
+
status?: string;
|
|
15526
|
+
taskType?: string;
|
|
15527
|
+
static names(): {
|
|
15528
|
+
[key: string]: string;
|
|
15529
|
+
};
|
|
15530
|
+
static types(): {
|
|
15531
|
+
[key: string]: any;
|
|
15532
|
+
};
|
|
15533
|
+
constructor(map?: {
|
|
15534
|
+
[key: string]: any;
|
|
15535
|
+
});
|
|
15536
|
+
}
|
|
15312
15537
|
export declare class ListInstancesResponseBodyDataInstances extends $tea.Model {
|
|
15313
15538
|
baselineId?: number;
|
|
15314
15539
|
beginRunningTime?: number;
|
|
@@ -16995,8 +17220,12 @@ export default class Client extends OpenApi {
|
|
|
16995
17220
|
listFolders(request: ListFoldersRequest): Promise<ListFoldersResponse>;
|
|
16996
17221
|
listHistoryTasksForResourceGroupWithOptions(request: ListHistoryTasksForResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ListHistoryTasksForResourceGroupResponse>;
|
|
16997
17222
|
listHistoryTasksForResourceGroup(request: ListHistoryTasksForResourceGroupRequest): Promise<ListHistoryTasksForResourceGroupResponse>;
|
|
17223
|
+
listInnerNodesWithOptions(request: ListInnerNodesRequest, runtime: $Util.RuntimeOptions): Promise<ListInnerNodesResponse>;
|
|
17224
|
+
listInnerNodes(request: ListInnerNodesRequest): Promise<ListInnerNodesResponse>;
|
|
16998
17225
|
listInstanceAmountWithOptions(request: ListInstanceAmountRequest, runtime: $Util.RuntimeOptions): Promise<ListInstanceAmountResponse>;
|
|
16999
17226
|
listInstanceAmount(request: ListInstanceAmountRequest): Promise<ListInstanceAmountResponse>;
|
|
17227
|
+
listInstanceHistoryWithOptions(request: ListInstanceHistoryRequest, runtime: $Util.RuntimeOptions): Promise<ListInstanceHistoryResponse>;
|
|
17228
|
+
listInstanceHistory(request: ListInstanceHistoryRequest): Promise<ListInstanceHistoryResponse>;
|
|
17000
17229
|
listInstancesWithOptions(request: ListInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListInstancesResponse>;
|
|
17001
17230
|
listInstances(request: ListInstancesRequest): Promise<ListInstancesResponse>;
|
|
17002
17231
|
listManualDagInstancesWithOptions(request: ListManualDagInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListManualDagInstancesResponse>;
|
|
@@ -17053,6 +17282,8 @@ export default class Client extends OpenApi {
|
|
|
17053
17282
|
listTopics(request: ListTopicsRequest): Promise<ListTopicsResponse>;
|
|
17054
17283
|
listUsageForResourceGroupWithOptions(request: ListUsageForResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ListUsageForResourceGroupResponse>;
|
|
17055
17284
|
listUsageForResourceGroup(request: ListUsageForResourceGroupRequest): Promise<ListUsageForResourceGroupResponse>;
|
|
17285
|
+
offlineNodeWithOptions(request: OfflineNodeRequest, runtime: $Util.RuntimeOptions): Promise<OfflineNodeResponse>;
|
|
17286
|
+
offlineNode(request: OfflineNodeRequest): Promise<OfflineNodeResponse>;
|
|
17056
17287
|
publishDataServiceApiWithOptions(request: PublishDataServiceApiRequest, runtime: $Util.RuntimeOptions): Promise<PublishDataServiceApiResponse>;
|
|
17057
17288
|
publishDataServiceApi(request: PublishDataServiceApiRequest): Promise<PublishDataServiceApiResponse>;
|
|
17058
17289
|
queryDISyncTaskConfigProcessResultWithOptions(request: QueryDISyncTaskConfigProcessResultRequest, runtime: $Util.RuntimeOptions): Promise<QueryDISyncTaskConfigProcessResultResponse>;
|