@alicloud/dataworks-public20200518 4.3.10 → 4.3.13

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 CHANGED
@@ -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(): {
@@ -4886,6 +4887,26 @@ export declare class GetMetaTablePartitionRequest extends $tea.Model {
4886
4887
  databaseName?: string;
4887
4888
  pageNumber?: number;
4888
4889
  pageSize?: number;
4890
+ sortCriterion?: GetMetaTablePartitionRequestSortCriterion;
4891
+ tableGuid?: string;
4892
+ tableName?: string;
4893
+ static names(): {
4894
+ [key: string]: string;
4895
+ };
4896
+ static types(): {
4897
+ [key: string]: any;
4898
+ };
4899
+ constructor(map?: {
4900
+ [key: string]: any;
4901
+ });
4902
+ }
4903
+ export declare class GetMetaTablePartitionShrinkRequest extends $tea.Model {
4904
+ clusterId?: string;
4905
+ dataSourceType?: string;
4906
+ databaseName?: string;
4907
+ pageNumber?: number;
4908
+ pageSize?: number;
4909
+ sortCriterionShrink?: string;
4889
4910
  tableGuid?: string;
4890
4911
  tableName?: string;
4891
4912
  static names(): {
@@ -7264,6 +7285,54 @@ export declare class ListHistoryTasksForResourceGroupResponse extends $tea.Model
7264
7285
  [key: string]: any;
7265
7286
  });
7266
7287
  }
7288
+ export declare class ListInnerNodesRequest extends $tea.Model {
7289
+ nodeName?: string;
7290
+ outerNodeId?: number;
7291
+ pageNumber?: number;
7292
+ pageSize?: number;
7293
+ programType?: string;
7294
+ projectEnv?: string;
7295
+ projectId?: number;
7296
+ static names(): {
7297
+ [key: string]: string;
7298
+ };
7299
+ static types(): {
7300
+ [key: string]: any;
7301
+ };
7302
+ constructor(map?: {
7303
+ [key: string]: any;
7304
+ });
7305
+ }
7306
+ export declare class ListInnerNodesResponseBody extends $tea.Model {
7307
+ paging?: ListInnerNodesResponseBodyPaging;
7308
+ requestId?: string;
7309
+ success?: boolean;
7310
+ static names(): {
7311
+ [key: string]: string;
7312
+ };
7313
+ static types(): {
7314
+ [key: string]: any;
7315
+ };
7316
+ constructor(map?: {
7317
+ [key: string]: any;
7318
+ });
7319
+ }
7320
+ export declare class ListInnerNodesResponse extends $tea.Model {
7321
+ headers: {
7322
+ [key: string]: string;
7323
+ };
7324
+ statusCode: number;
7325
+ body: ListInnerNodesResponseBody;
7326
+ static names(): {
7327
+ [key: string]: string;
7328
+ };
7329
+ static types(): {
7330
+ [key: string]: any;
7331
+ };
7332
+ constructor(map?: {
7333
+ [key: string]: any;
7334
+ });
7335
+ }
7267
7336
  export declare class ListInstanceAmountRequest extends $tea.Model {
7268
7337
  beginDate?: string;
7269
7338
  endDate?: string;
@@ -7307,6 +7376,49 @@ export declare class ListInstanceAmountResponse extends $tea.Model {
7307
7376
  [key: string]: any;
7308
7377
  });
7309
7378
  }
7379
+ export declare class ListInstanceHistoryRequest extends $tea.Model {
7380
+ instanceId?: number;
7381
+ projectEnv?: string;
7382
+ static names(): {
7383
+ [key: string]: string;
7384
+ };
7385
+ static types(): {
7386
+ [key: string]: any;
7387
+ };
7388
+ constructor(map?: {
7389
+ [key: string]: any;
7390
+ });
7391
+ }
7392
+ export declare class ListInstanceHistoryResponseBody extends $tea.Model {
7393
+ instances?: ListInstanceHistoryResponseBodyInstances[];
7394
+ requestId?: string;
7395
+ success?: boolean;
7396
+ static names(): {
7397
+ [key: string]: string;
7398
+ };
7399
+ static types(): {
7400
+ [key: string]: any;
7401
+ };
7402
+ constructor(map?: {
7403
+ [key: string]: any;
7404
+ });
7405
+ }
7406
+ export declare class ListInstanceHistoryResponse extends $tea.Model {
7407
+ headers: {
7408
+ [key: string]: string;
7409
+ };
7410
+ statusCode: number;
7411
+ body: ListInstanceHistoryResponseBody;
7412
+ static names(): {
7413
+ [key: string]: string;
7414
+ };
7415
+ static types(): {
7416
+ [key: string]: any;
7417
+ };
7418
+ constructor(map?: {
7419
+ [key: string]: any;
7420
+ });
7421
+ }
7310
7422
  export declare class ListInstancesRequest extends $tea.Model {
7311
7423
  beginBizdate?: string;
7312
7424
  bizName?: string;
@@ -8986,6 +9098,7 @@ export declare class RunCycleDagNodesRequest extends $tea.Model {
8986
9098
  projectEnv?: string;
8987
9099
  rootNodeId?: number;
8988
9100
  startBizDate?: string;
9101
+ startFutureInstanceImmediately?: boolean;
8989
9102
  static names(): {
8990
9103
  [key: string]: string;
8991
9104
  };
@@ -9592,6 +9705,7 @@ export declare class SubmitFileRequest extends $tea.Model {
9592
9705
  fileId?: number;
9593
9706
  projectId?: number;
9594
9707
  projectIdentifier?: string;
9708
+ skipAllDeployFileExtensions?: boolean;
9595
9709
  static names(): {
9596
9710
  [key: string]: string;
9597
9711
  };
@@ -13145,6 +13259,19 @@ export declare class GetMetaTableOutputResponseBodyData extends $tea.Model {
13145
13259
  [key: string]: any;
13146
13260
  });
13147
13261
  }
13262
+ export declare class GetMetaTablePartitionRequestSortCriterion extends $tea.Model {
13263
+ order?: string;
13264
+ sortField?: string;
13265
+ static names(): {
13266
+ [key: string]: string;
13267
+ };
13268
+ static types(): {
13269
+ [key: string]: any;
13270
+ };
13271
+ constructor(map?: {
13272
+ [key: string]: any;
13273
+ });
13274
+ }
13148
13275
  export declare class GetMetaTablePartitionResponseBodyDataDataEntityList extends $tea.Model {
13149
13276
  comment?: string;
13150
13277
  createTime?: number;
@@ -15262,6 +15389,50 @@ export declare class ListHistoryTasksForResourceGroupResponseBodyData extends $t
15262
15389
  [key: string]: any;
15263
15390
  });
15264
15391
  }
15392
+ export declare class ListInnerNodesResponseBodyPagingNodes extends $tea.Model {
15393
+ baselineId?: number;
15394
+ businessId?: number;
15395
+ connection?: string;
15396
+ cronExpress?: string;
15397
+ description?: string;
15398
+ dqcDescription?: string;
15399
+ dqcType?: string;
15400
+ nodeId?: number;
15401
+ nodeName?: string;
15402
+ ownerId?: string;
15403
+ paramValues?: string;
15404
+ priority?: number;
15405
+ programType?: string;
15406
+ projectId?: number;
15407
+ repeatInterval?: number;
15408
+ repeatability?: boolean;
15409
+ resGroupName?: string;
15410
+ schedulerType?: string;
15411
+ static names(): {
15412
+ [key: string]: string;
15413
+ };
15414
+ static types(): {
15415
+ [key: string]: any;
15416
+ };
15417
+ constructor(map?: {
15418
+ [key: string]: any;
15419
+ });
15420
+ }
15421
+ export declare class ListInnerNodesResponseBodyPaging extends $tea.Model {
15422
+ nodes?: ListInnerNodesResponseBodyPagingNodes[];
15423
+ pageNumber?: number;
15424
+ pageSize?: number;
15425
+ totalCount?: number;
15426
+ static names(): {
15427
+ [key: string]: string;
15428
+ };
15429
+ static types(): {
15430
+ [key: string]: any;
15431
+ };
15432
+ constructor(map?: {
15433
+ [key: string]: any;
15434
+ });
15435
+ }
15265
15436
  export declare class ListInstanceAmountResponseBodyInstanceCounts extends $tea.Model {
15266
15437
  count?: number;
15267
15438
  date?: number;
@@ -15275,6 +15446,34 @@ export declare class ListInstanceAmountResponseBodyInstanceCounts extends $tea.M
15275
15446
  [key: string]: any;
15276
15447
  });
15277
15448
  }
15449
+ export declare class ListInstanceHistoryResponseBodyInstances extends $tea.Model {
15450
+ beginRunningTime?: number;
15451
+ beginWaitResTime?: number;
15452
+ beginWaitTimeTime?: number;
15453
+ bizdate?: number;
15454
+ createTime?: number;
15455
+ cycTime?: number;
15456
+ dagId?: number;
15457
+ dagType?: string;
15458
+ errorMessage?: string;
15459
+ finishTime?: number;
15460
+ instanceHistoryId?: number;
15461
+ instanceId?: number;
15462
+ modifyTime?: number;
15463
+ nodeId?: number;
15464
+ nodeName?: string;
15465
+ status?: string;
15466
+ taskType?: string;
15467
+ static names(): {
15468
+ [key: string]: string;
15469
+ };
15470
+ static types(): {
15471
+ [key: string]: any;
15472
+ };
15473
+ constructor(map?: {
15474
+ [key: string]: any;
15475
+ });
15476
+ }
15278
15477
  export declare class ListInstancesResponseBodyDataInstances extends $tea.Model {
15279
15478
  baselineId?: number;
15280
15479
  beginRunningTime?: number;
@@ -16859,7 +17058,7 @@ export default class Client extends OpenApi {
16859
17058
  getMetaTableListByCategory(request: GetMetaTableListByCategoryRequest): Promise<GetMetaTableListByCategoryResponse>;
16860
17059
  getMetaTableOutputWithOptions(request: GetMetaTableOutputRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableOutputResponse>;
16861
17060
  getMetaTableOutput(request: GetMetaTableOutputRequest): Promise<GetMetaTableOutputResponse>;
16862
- getMetaTablePartitionWithOptions(request: GetMetaTablePartitionRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTablePartitionResponse>;
17061
+ getMetaTablePartitionWithOptions(tmpReq: GetMetaTablePartitionRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTablePartitionResponse>;
16863
17062
  getMetaTablePartition(request: GetMetaTablePartitionRequest): Promise<GetMetaTablePartitionResponse>;
16864
17063
  getMetaTableThemeLevelWithOptions(request: GetMetaTableThemeLevelRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableThemeLevelResponse>;
16865
17064
  getMetaTableThemeLevel(request: GetMetaTableThemeLevelRequest): Promise<GetMetaTableThemeLevelResponse>;
@@ -16961,8 +17160,12 @@ export default class Client extends OpenApi {
16961
17160
  listFolders(request: ListFoldersRequest): Promise<ListFoldersResponse>;
16962
17161
  listHistoryTasksForResourceGroupWithOptions(request: ListHistoryTasksForResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ListHistoryTasksForResourceGroupResponse>;
16963
17162
  listHistoryTasksForResourceGroup(request: ListHistoryTasksForResourceGroupRequest): Promise<ListHistoryTasksForResourceGroupResponse>;
17163
+ listInnerNodesWithOptions(request: ListInnerNodesRequest, runtime: $Util.RuntimeOptions): Promise<ListInnerNodesResponse>;
17164
+ listInnerNodes(request: ListInnerNodesRequest): Promise<ListInnerNodesResponse>;
16964
17165
  listInstanceAmountWithOptions(request: ListInstanceAmountRequest, runtime: $Util.RuntimeOptions): Promise<ListInstanceAmountResponse>;
16965
17166
  listInstanceAmount(request: ListInstanceAmountRequest): Promise<ListInstanceAmountResponse>;
17167
+ listInstanceHistoryWithOptions(request: ListInstanceHistoryRequest, runtime: $Util.RuntimeOptions): Promise<ListInstanceHistoryResponse>;
17168
+ listInstanceHistory(request: ListInstanceHistoryRequest): Promise<ListInstanceHistoryResponse>;
16966
17169
  listInstancesWithOptions(request: ListInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListInstancesResponse>;
16967
17170
  listInstances(request: ListInstancesRequest): Promise<ListInstancesResponse>;
16968
17171
  listManualDagInstancesWithOptions(request: ListManualDagInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListManualDagInstancesResponse>;