@alicloud/dataworks-public20200518 4.2.5 → 4.3.0

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
@@ -910,6 +910,52 @@ export declare class CreateDataSourceResponse extends $tea.Model {
910
910
  [key: string]: any;
911
911
  });
912
912
  }
913
+ export declare class CreateExportMigrationRequest extends $tea.Model {
914
+ description?: string;
915
+ exportMode?: string;
916
+ exportObjectStatus?: string;
917
+ incrementalSince?: number;
918
+ name?: string;
919
+ projectId?: number;
920
+ static names(): {
921
+ [key: string]: string;
922
+ };
923
+ static types(): {
924
+ [key: string]: any;
925
+ };
926
+ constructor(map?: {
927
+ [key: string]: any;
928
+ });
929
+ }
930
+ export declare class CreateExportMigrationResponseBody extends $tea.Model {
931
+ data?: number;
932
+ requestId?: string;
933
+ success?: boolean;
934
+ static names(): {
935
+ [key: string]: string;
936
+ };
937
+ static types(): {
938
+ [key: string]: any;
939
+ };
940
+ constructor(map?: {
941
+ [key: string]: any;
942
+ });
943
+ }
944
+ export declare class CreateExportMigrationResponse extends $tea.Model {
945
+ headers: {
946
+ [key: string]: string;
947
+ };
948
+ body: CreateExportMigrationResponseBody;
949
+ static names(): {
950
+ [key: string]: string;
951
+ };
952
+ static types(): {
953
+ [key: string]: any;
954
+ };
955
+ constructor(map?: {
956
+ [key: string]: any;
957
+ });
958
+ }
913
959
  export declare class CreateFileRequest extends $tea.Model {
914
960
  autoParsing?: boolean;
915
961
  autoRerunIntervalMillis?: number;
@@ -4322,8 +4368,10 @@ export declare class GetInstanceStatusCountResponse extends $tea.Model {
4322
4368
  }
4323
4369
  export declare class GetInstanceStatusStatisticRequest extends $tea.Model {
4324
4370
  bizDate?: string;
4371
+ dagType?: string;
4325
4372
  projectEnv?: string;
4326
4373
  projectId?: number;
4374
+ schedulerType?: string;
4327
4375
  static names(): {
4328
4376
  [key: string]: string;
4329
4377
  };
@@ -5119,6 +5167,48 @@ export declare class GetMigrationProcessResponse extends $tea.Model {
5119
5167
  [key: string]: any;
5120
5168
  });
5121
5169
  }
5170
+ export declare class GetMigrationSummaryRequest extends $tea.Model {
5171
+ migrationId?: number;
5172
+ projectId?: number;
5173
+ static names(): {
5174
+ [key: string]: string;
5175
+ };
5176
+ static types(): {
5177
+ [key: string]: any;
5178
+ };
5179
+ constructor(map?: {
5180
+ [key: string]: any;
5181
+ });
5182
+ }
5183
+ export declare class GetMigrationSummaryResponseBody extends $tea.Model {
5184
+ data?: GetMigrationSummaryResponseBodyData;
5185
+ requestId?: string;
5186
+ success?: boolean;
5187
+ static names(): {
5188
+ [key: string]: string;
5189
+ };
5190
+ static types(): {
5191
+ [key: string]: any;
5192
+ };
5193
+ constructor(map?: {
5194
+ [key: string]: any;
5195
+ });
5196
+ }
5197
+ export declare class GetMigrationSummaryResponse extends $tea.Model {
5198
+ headers: {
5199
+ [key: string]: string;
5200
+ };
5201
+ body: GetMigrationSummaryResponseBody;
5202
+ static names(): {
5203
+ [key: string]: string;
5204
+ };
5205
+ static types(): {
5206
+ [key: string]: any;
5207
+ };
5208
+ constructor(map?: {
5209
+ [key: string]: any;
5210
+ });
5211
+ }
5122
5212
  export declare class GetNodeRequest extends $tea.Model {
5123
5213
  nodeId?: number;
5124
5214
  projectEnv?: string;
@@ -6467,6 +6557,51 @@ export declare class ListDISyncTasksResponse extends $tea.Model {
6467
6557
  [key: string]: any;
6468
6558
  });
6469
6559
  }
6560
+ export declare class ListDagsRequest extends $tea.Model {
6561
+ opSeq?: number;
6562
+ projectEnv?: string;
6563
+ static names(): {
6564
+ [key: string]: string;
6565
+ };
6566
+ static types(): {
6567
+ [key: string]: any;
6568
+ };
6569
+ constructor(map?: {
6570
+ [key: string]: any;
6571
+ });
6572
+ }
6573
+ export declare class ListDagsResponseBody extends $tea.Model {
6574
+ data?: ListDagsResponseBodyData;
6575
+ errorCode?: string;
6576
+ errorMessage?: string;
6577
+ httpStatusCode?: number;
6578
+ requestId?: string;
6579
+ success?: boolean;
6580
+ static names(): {
6581
+ [key: string]: string;
6582
+ };
6583
+ static types(): {
6584
+ [key: string]: any;
6585
+ };
6586
+ constructor(map?: {
6587
+ [key: string]: any;
6588
+ });
6589
+ }
6590
+ export declare class ListDagsResponse extends $tea.Model {
6591
+ headers: {
6592
+ [key: string]: string;
6593
+ };
6594
+ body: ListDagsResponseBody;
6595
+ static names(): {
6596
+ [key: string]: string;
6597
+ };
6598
+ static types(): {
6599
+ [key: string]: any;
6600
+ };
6601
+ constructor(map?: {
6602
+ [key: string]: any;
6603
+ });
6604
+ }
6470
6605
  export declare class ListDataServiceApiAuthoritiesRequest extends $tea.Model {
6471
6606
  apiNameKeyword?: string;
6472
6607
  pageNumber?: number;
@@ -11225,6 +11360,7 @@ export declare class GetDagResponseBodyData extends $tea.Model {
11225
11360
  gmtdate?: number;
11226
11361
  modifyTime?: number;
11227
11362
  name?: string;
11363
+ opSeq?: number;
11228
11364
  projectId?: number;
11229
11365
  startTime?: number;
11230
11366
  status?: string;
@@ -12130,6 +12266,7 @@ export declare class GetInstanceResponseBodyData extends $tea.Model {
12130
12266
  businessId?: number;
12131
12267
  connection?: string;
12132
12268
  createTime?: number;
12269
+ createUser?: string;
12133
12270
  cycTime?: number;
12134
12271
  dagId?: number;
12135
12272
  dagType?: string;
@@ -12274,6 +12411,7 @@ export declare class GetManualDagInstancesResponseBodyInstances extends $tea.Mod
12274
12411
  beginWaitTimeTime?: number;
12275
12412
  bizDate?: number;
12276
12413
  createTime?: number;
12414
+ createUser?: string;
12277
12415
  cycTime?: number;
12278
12416
  dagId?: number;
12279
12417
  dagType?: string;
@@ -12758,6 +12896,26 @@ export declare class GetMigrationProcessResponseBodyData extends $tea.Model {
12758
12896
  [key: string]: any;
12759
12897
  });
12760
12898
  }
12899
+ export declare class GetMigrationSummaryResponseBodyData extends $tea.Model {
12900
+ createUser?: string;
12901
+ downloadUrl?: string;
12902
+ gmtCreate?: number;
12903
+ gmtModified?: number;
12904
+ migrationId?: number;
12905
+ name?: string;
12906
+ opUser?: string;
12907
+ projectId?: number;
12908
+ status?: string;
12909
+ static names(): {
12910
+ [key: string]: string;
12911
+ };
12912
+ static types(): {
12913
+ [key: string]: any;
12914
+ };
12915
+ constructor(map?: {
12916
+ [key: string]: any;
12917
+ });
12918
+ }
12761
12919
  export declare class GetNodeResponseBodyData extends $tea.Model {
12762
12920
  baselineId?: number;
12763
12921
  businessId?: number;
@@ -13743,6 +13901,42 @@ export declare class ListDISyncTasksResponseBodyTaskList extends $tea.Model {
13743
13901
  [key: string]: any;
13744
13902
  });
13745
13903
  }
13904
+ export declare class ListDagsResponseBodyDataDags extends $tea.Model {
13905
+ bizdate?: number;
13906
+ createTime?: number;
13907
+ createUser?: string;
13908
+ dagId?: number;
13909
+ finishTime?: number;
13910
+ gmtdate?: number;
13911
+ modifyTime?: number;
13912
+ name?: string;
13913
+ opSeq?: number;
13914
+ projectId?: number;
13915
+ startTime?: number;
13916
+ status?: string;
13917
+ type?: string;
13918
+ static names(): {
13919
+ [key: string]: string;
13920
+ };
13921
+ static types(): {
13922
+ [key: string]: any;
13923
+ };
13924
+ constructor(map?: {
13925
+ [key: string]: any;
13926
+ });
13927
+ }
13928
+ export declare class ListDagsResponseBodyData extends $tea.Model {
13929
+ dags?: ListDagsResponseBodyDataDags[];
13930
+ static names(): {
13931
+ [key: string]: string;
13932
+ };
13933
+ static types(): {
13934
+ [key: string]: any;
13935
+ };
13936
+ constructor(map?: {
13937
+ [key: string]: any;
13938
+ });
13939
+ }
13746
13940
  export declare class ListDataServiceApiAuthoritiesResponseBodyDataApiAuthorizationListAuthorizationRecords extends $tea.Model {
13747
13941
  createdTime?: string;
13748
13942
  creatorId?: string;
@@ -14662,6 +14856,7 @@ export declare class ListInstancesResponseBodyDataInstances extends $tea.Model {
14662
14856
  businessId?: number;
14663
14857
  connection?: string;
14664
14858
  createTime?: number;
14859
+ createUser?: string;
14665
14860
  cycTime?: number;
14666
14861
  dagId?: number;
14667
14862
  dagType?: string;
@@ -14712,6 +14907,7 @@ export declare class ListManualDagInstancesResponseBodyInstances extends $tea.Mo
14712
14907
  beginWaitTimeTime?: number;
14713
14908
  bizDate?: number;
14714
14909
  createTime?: number;
14910
+ createUser?: string;
14715
14911
  cycTime?: number;
14716
14912
  dagId?: number;
14717
14913
  dagType?: string;
@@ -15902,6 +16098,8 @@ export default class Client extends OpenApi {
15902
16098
  createDataServiceGroup(request: CreateDataServiceGroupRequest): Promise<CreateDataServiceGroupResponse>;
15903
16099
  createDataSourceWithOptions(request: CreateDataSourceRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataSourceResponse>;
15904
16100
  createDataSource(request: CreateDataSourceRequest): Promise<CreateDataSourceResponse>;
16101
+ createExportMigrationWithOptions(request: CreateExportMigrationRequest, runtime: $Util.RuntimeOptions): Promise<CreateExportMigrationResponse>;
16102
+ createExportMigration(request: CreateExportMigrationRequest): Promise<CreateExportMigrationResponse>;
15905
16103
  createFileWithOptions(request: CreateFileRequest, runtime: $Util.RuntimeOptions): Promise<CreateFileResponse>;
15906
16104
  createFile(request: CreateFileRequest): Promise<CreateFileResponse>;
15907
16105
  createFolderWithOptions(request: CreateFolderRequest, runtime: $Util.RuntimeOptions): Promise<CreateFolderResponse>;
@@ -16085,6 +16283,8 @@ export default class Client extends OpenApi {
16085
16283
  getMetaTableThemeLevel(request: GetMetaTableThemeLevelRequest): Promise<GetMetaTableThemeLevelResponse>;
16086
16284
  getMigrationProcessWithOptions(request: GetMigrationProcessRequest, runtime: $Util.RuntimeOptions): Promise<GetMigrationProcessResponse>;
16087
16285
  getMigrationProcess(request: GetMigrationProcessRequest): Promise<GetMigrationProcessResponse>;
16286
+ getMigrationSummaryWithOptions(request: GetMigrationSummaryRequest, runtime: $Util.RuntimeOptions): Promise<GetMigrationSummaryResponse>;
16287
+ getMigrationSummary(request: GetMigrationSummaryRequest): Promise<GetMigrationSummaryResponse>;
16088
16288
  getNodeWithOptions(request: GetNodeRequest, runtime: $Util.RuntimeOptions): Promise<GetNodeResponse>;
16089
16289
  getNode(request: GetNodeRequest): Promise<GetNodeResponse>;
16090
16290
  getNodeChildrenWithOptions(request: GetNodeChildrenRequest, runtime: $Util.RuntimeOptions): Promise<GetNodeChildrenResponse>;
@@ -16145,6 +16345,8 @@ export default class Client extends OpenApi {
16145
16345
  listDIProjectConfig(request: ListDIProjectConfigRequest): Promise<ListDIProjectConfigResponse>;
16146
16346
  listDISyncTasksWithOptions(request: ListDISyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<ListDISyncTasksResponse>;
16147
16347
  listDISyncTasks(request: ListDISyncTasksRequest): Promise<ListDISyncTasksResponse>;
16348
+ listDagsWithOptions(request: ListDagsRequest, runtime: $Util.RuntimeOptions): Promise<ListDagsResponse>;
16349
+ listDags(request: ListDagsRequest): Promise<ListDagsResponse>;
16148
16350
  listDataServiceApiAuthoritiesWithOptions(request: ListDataServiceApiAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApiAuthoritiesResponse>;
16149
16351
  listDataServiceApiAuthorities(request: ListDataServiceApiAuthoritiesRequest): Promise<ListDataServiceApiAuthoritiesResponse>;
16150
16352
  listDataServiceApisWithOptions(request: ListDataServiceApisRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApisResponse>;