@alicloud/dataworks-public20200518 4.2.5 → 4.3.2

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
@@ -181,89 +181,6 @@ export declare class ApprovePermissionApplyOrderResponse extends $tea.Model {
181
181
  [key: string]: any;
182
182
  });
183
183
  }
184
- export declare class CheckEngineMetaPartitionRequest extends $tea.Model {
185
- dataSourceType?: string;
186
- partition?: string;
187
- tableGuid?: string;
188
- static names(): {
189
- [key: string]: string;
190
- };
191
- static types(): {
192
- [key: string]: any;
193
- };
194
- constructor(map?: {
195
- [key: string]: any;
196
- });
197
- }
198
- export declare class CheckEngineMetaPartitionResponseBody extends $tea.Model {
199
- data?: boolean;
200
- requestId?: string;
201
- static names(): {
202
- [key: string]: string;
203
- };
204
- static types(): {
205
- [key: string]: any;
206
- };
207
- constructor(map?: {
208
- [key: string]: any;
209
- });
210
- }
211
- export declare class CheckEngineMetaPartitionResponse extends $tea.Model {
212
- headers: {
213
- [key: string]: string;
214
- };
215
- body: CheckEngineMetaPartitionResponseBody;
216
- static names(): {
217
- [key: string]: string;
218
- };
219
- static types(): {
220
- [key: string]: any;
221
- };
222
- constructor(map?: {
223
- [key: string]: any;
224
- });
225
- }
226
- export declare class CheckEngineMetaTableRequest extends $tea.Model {
227
- dataSourceType?: string;
228
- tableGuid?: string;
229
- static names(): {
230
- [key: string]: string;
231
- };
232
- static types(): {
233
- [key: string]: any;
234
- };
235
- constructor(map?: {
236
- [key: string]: any;
237
- });
238
- }
239
- export declare class CheckEngineMetaTableResponseBody extends $tea.Model {
240
- data?: boolean;
241
- requestId?: string;
242
- static names(): {
243
- [key: string]: string;
244
- };
245
- static types(): {
246
- [key: string]: any;
247
- };
248
- constructor(map?: {
249
- [key: string]: any;
250
- });
251
- }
252
- export declare class CheckEngineMetaTableResponse extends $tea.Model {
253
- headers: {
254
- [key: string]: string;
255
- };
256
- body: CheckEngineMetaTableResponseBody;
257
- static names(): {
258
- [key: string]: string;
259
- };
260
- static types(): {
261
- [key: string]: any;
262
- };
263
- constructor(map?: {
264
- [key: string]: any;
265
- });
266
- }
267
184
  export declare class CheckFileDeploymentRequest extends $tea.Model {
268
185
  checkDetailUrl?: string;
269
186
  checkerInstanceId?: string;
@@ -398,34 +315,6 @@ export declare class CheckMetaTableResponse extends $tea.Model {
398
315
  [key: string]: any;
399
316
  });
400
317
  }
401
- export declare class CheckMetaTableTaskResponseBody extends $tea.Model {
402
- data?: boolean;
403
- requestId?: string;
404
- static names(): {
405
- [key: string]: string;
406
- };
407
- static types(): {
408
- [key: string]: any;
409
- };
410
- constructor(map?: {
411
- [key: string]: any;
412
- });
413
- }
414
- export declare class CheckMetaTableTaskResponse extends $tea.Model {
415
- headers: {
416
- [key: string]: string;
417
- };
418
- body: CheckMetaTableTaskResponseBody;
419
- static names(): {
420
- [key: string]: string;
421
- };
422
- static types(): {
423
- [key: string]: any;
424
- };
425
- constructor(map?: {
426
- [key: string]: any;
427
- });
428
- }
429
318
  export declare class CreateBusinessRequest extends $tea.Model {
430
319
  businessName?: string;
431
320
  description?: string;
@@ -910,7 +799,54 @@ export declare class CreateDataSourceResponse extends $tea.Model {
910
799
  [key: string]: any;
911
800
  });
912
801
  }
802
+ export declare class CreateExportMigrationRequest extends $tea.Model {
803
+ description?: string;
804
+ exportMode?: string;
805
+ exportObjectStatus?: string;
806
+ incrementalSince?: number;
807
+ name?: string;
808
+ projectId?: number;
809
+ static names(): {
810
+ [key: string]: string;
811
+ };
812
+ static types(): {
813
+ [key: string]: any;
814
+ };
815
+ constructor(map?: {
816
+ [key: string]: any;
817
+ });
818
+ }
819
+ export declare class CreateExportMigrationResponseBody extends $tea.Model {
820
+ data?: number;
821
+ requestId?: string;
822
+ success?: boolean;
823
+ static names(): {
824
+ [key: string]: string;
825
+ };
826
+ static types(): {
827
+ [key: string]: any;
828
+ };
829
+ constructor(map?: {
830
+ [key: string]: any;
831
+ });
832
+ }
833
+ export declare class CreateExportMigrationResponse extends $tea.Model {
834
+ headers: {
835
+ [key: string]: string;
836
+ };
837
+ body: CreateExportMigrationResponseBody;
838
+ static names(): {
839
+ [key: string]: string;
840
+ };
841
+ static types(): {
842
+ [key: string]: any;
843
+ };
844
+ constructor(map?: {
845
+ [key: string]: any;
846
+ });
847
+ }
913
848
  export declare class CreateFileRequest extends $tea.Model {
849
+ advancedSettings?: string;
914
850
  autoParsing?: boolean;
915
851
  autoRerunIntervalMillis?: number;
916
852
  autoRerunTimes?: number;
@@ -935,6 +871,7 @@ export declare class CreateFileRequest extends $tea.Model {
935
871
  resourceGroupIdentifier?: string;
936
872
  schedulerType?: string;
937
873
  startEffectDate?: number;
874
+ startImmediately?: boolean;
938
875
  stop?: boolean;
939
876
  static names(): {
940
877
  [key: string]: string;
@@ -1750,54 +1687,6 @@ export declare class CreateUdfFileResponse extends $tea.Model {
1750
1687
  [key: string]: any;
1751
1688
  });
1752
1689
  }
1753
- export declare class CreateViewRequest extends $tea.Model {
1754
- appGuid?: string;
1755
- clientToken?: string;
1756
- comment?: string;
1757
- selectColumn?: string;
1758
- selectSQL?: string;
1759
- selectTableName?: string;
1760
- selectWhere?: string;
1761
- viewColumn?: CreateViewRequestViewColumn[];
1762
- viewName?: string;
1763
- static names(): {
1764
- [key: string]: string;
1765
- };
1766
- static types(): {
1767
- [key: string]: any;
1768
- };
1769
- constructor(map?: {
1770
- [key: string]: any;
1771
- });
1772
- }
1773
- export declare class CreateViewResponseBody extends $tea.Model {
1774
- requestId?: string;
1775
- taskInfo?: CreateViewResponseBodyTaskInfo;
1776
- static names(): {
1777
- [key: string]: string;
1778
- };
1779
- static types(): {
1780
- [key: string]: any;
1781
- };
1782
- constructor(map?: {
1783
- [key: string]: any;
1784
- });
1785
- }
1786
- export declare class CreateViewResponse extends $tea.Model {
1787
- headers: {
1788
- [key: string]: string;
1789
- };
1790
- body: CreateViewResponseBody;
1791
- static names(): {
1792
- [key: string]: string;
1793
- };
1794
- static types(): {
1795
- [key: string]: any;
1796
- };
1797
- constructor(map?: {
1798
- [key: string]: any;
1799
- });
1800
- }
1801
1690
  export declare class DeleteBusinessRequest extends $tea.Model {
1802
1691
  businessId?: number;
1803
1692
  projectId?: number;
@@ -2639,47 +2528,6 @@ export declare class DeleteTableThemeResponse extends $tea.Model {
2639
2528
  [key: string]: any;
2640
2529
  });
2641
2530
  }
2642
- export declare class DeleteViewRequest extends $tea.Model {
2643
- appGuid?: string;
2644
- viewName?: string;
2645
- static names(): {
2646
- [key: string]: string;
2647
- };
2648
- static types(): {
2649
- [key: string]: any;
2650
- };
2651
- constructor(map?: {
2652
- [key: string]: any;
2653
- });
2654
- }
2655
- export declare class DeleteViewResponseBody extends $tea.Model {
2656
- requestId?: string;
2657
- taskInfo?: DeleteViewResponseBodyTaskInfo;
2658
- static names(): {
2659
- [key: string]: string;
2660
- };
2661
- static types(): {
2662
- [key: string]: any;
2663
- };
2664
- constructor(map?: {
2665
- [key: string]: any;
2666
- });
2667
- }
2668
- export declare class DeleteViewResponse extends $tea.Model {
2669
- headers: {
2670
- [key: string]: string;
2671
- };
2672
- body: DeleteViewResponseBody;
2673
- static names(): {
2674
- [key: string]: string;
2675
- };
2676
- static types(): {
2677
- [key: string]: any;
2678
- };
2679
- constructor(map?: {
2680
- [key: string]: any;
2681
- });
2682
- }
2683
2531
  export declare class DeployDISyncTaskRequest extends $tea.Model {
2684
2532
  fileId?: number;
2685
2533
  projectId?: number;
@@ -2859,97 +2707,6 @@ export declare class EstablishRelationTableToBusinessResponse extends $tea.Model
2859
2707
  [key: string]: any;
2860
2708
  });
2861
2709
  }
2862
- export declare class ExportConnectionsRequest extends $tea.Model {
2863
- dataSourceType?: string;
2864
- envType?: number;
2865
- name?: string;
2866
- pageNumber?: number;
2867
- pageSize?: number;
2868
- projectId?: number;
2869
- subType?: string;
2870
- static names(): {
2871
- [key: string]: string;
2872
- };
2873
- static types(): {
2874
- [key: string]: any;
2875
- };
2876
- constructor(map?: {
2877
- [key: string]: any;
2878
- });
2879
- }
2880
- export declare class ExportConnectionsResponseBody extends $tea.Model {
2881
- data?: ExportConnectionsResponseBodyData;
2882
- httpStatusCode?: number;
2883
- requestId?: string;
2884
- success?: boolean;
2885
- static names(): {
2886
- [key: string]: string;
2887
- };
2888
- static types(): {
2889
- [key: string]: any;
2890
- };
2891
- constructor(map?: {
2892
- [key: string]: any;
2893
- });
2894
- }
2895
- export declare class ExportConnectionsResponse extends $tea.Model {
2896
- headers: {
2897
- [key: string]: string;
2898
- };
2899
- body: ExportConnectionsResponseBody;
2900
- static names(): {
2901
- [key: string]: string;
2902
- };
2903
- static types(): {
2904
- [key: string]: any;
2905
- };
2906
- constructor(map?: {
2907
- [key: string]: any;
2908
- });
2909
- }
2910
- export declare class ExportDISyncTasksRequest extends $tea.Model {
2911
- projectId?: number;
2912
- taskParam?: string;
2913
- taskType?: string;
2914
- static names(): {
2915
- [key: string]: string;
2916
- };
2917
- static types(): {
2918
- [key: string]: any;
2919
- };
2920
- constructor(map?: {
2921
- [key: string]: any;
2922
- });
2923
- }
2924
- export declare class ExportDISyncTasksResponseBody extends $tea.Model {
2925
- data?: ExportDISyncTasksResponseBodyData;
2926
- requestId?: string;
2927
- success?: boolean;
2928
- static names(): {
2929
- [key: string]: string;
2930
- };
2931
- static types(): {
2932
- [key: string]: any;
2933
- };
2934
- constructor(map?: {
2935
- [key: string]: any;
2936
- });
2937
- }
2938
- export declare class ExportDISyncTasksResponse extends $tea.Model {
2939
- headers: {
2940
- [key: string]: string;
2941
- };
2942
- body: ExportDISyncTasksResponseBody;
2943
- static names(): {
2944
- [key: string]: string;
2945
- };
2946
- static types(): {
2947
- [key: string]: any;
2948
- };
2949
- constructor(map?: {
2950
- [key: string]: any;
2951
- });
2952
- }
2953
2710
  export declare class ExportDataSourcesRequest extends $tea.Model {
2954
2711
  dataSourceType?: string;
2955
2712
  envType?: number;
@@ -3269,51 +3026,6 @@ export declare class GetBusinessResponse extends $tea.Model {
3269
3026
  [key: string]: any;
3270
3027
  });
3271
3028
  }
3272
- export declare class GetConnectionMetaRequest extends $tea.Model {
3273
- datasourceName?: string;
3274
- envType?: string;
3275
- pageNumber?: number;
3276
- pageSize?: number;
3277
- projectId?: number;
3278
- static names(): {
3279
- [key: string]: string;
3280
- };
3281
- static types(): {
3282
- [key: string]: any;
3283
- };
3284
- constructor(map?: {
3285
- [key: string]: any;
3286
- });
3287
- }
3288
- export declare class GetConnectionMetaResponseBody extends $tea.Model {
3289
- data?: GetConnectionMetaResponseBodyData;
3290
- requestId?: string;
3291
- success?: boolean;
3292
- static names(): {
3293
- [key: string]: string;
3294
- };
3295
- static types(): {
3296
- [key: string]: any;
3297
- };
3298
- constructor(map?: {
3299
- [key: string]: any;
3300
- });
3301
- }
3302
- export declare class GetConnectionMetaResponse extends $tea.Model {
3303
- headers: {
3304
- [key: string]: string;
3305
- };
3306
- body: GetConnectionMetaResponseBody;
3307
- static names(): {
3308
- [key: string]: string;
3309
- };
3310
- static types(): {
3311
- [key: string]: any;
3312
- };
3313
- constructor(map?: {
3314
- [key: string]: any;
3315
- });
3316
- }
3317
3029
  export declare class GetDDLJobStatusRequest extends $tea.Model {
3318
3030
  taskId?: string;
3319
3031
  static names(): {
@@ -4322,8 +4034,10 @@ export declare class GetInstanceStatusCountResponse extends $tea.Model {
4322
4034
  }
4323
4035
  export declare class GetInstanceStatusStatisticRequest extends $tea.Model {
4324
4036
  bizDate?: string;
4037
+ dagType?: string;
4325
4038
  projectEnv?: string;
4326
4039
  projectId?: number;
4040
+ schedulerType?: string;
4327
4041
  static names(): {
4328
4042
  [key: string]: string;
4329
4043
  };
@@ -5119,6 +4833,48 @@ export declare class GetMigrationProcessResponse extends $tea.Model {
5119
4833
  [key: string]: any;
5120
4834
  });
5121
4835
  }
4836
+ export declare class GetMigrationSummaryRequest extends $tea.Model {
4837
+ migrationId?: number;
4838
+ projectId?: number;
4839
+ static names(): {
4840
+ [key: string]: string;
4841
+ };
4842
+ static types(): {
4843
+ [key: string]: any;
4844
+ };
4845
+ constructor(map?: {
4846
+ [key: string]: any;
4847
+ });
4848
+ }
4849
+ export declare class GetMigrationSummaryResponseBody extends $tea.Model {
4850
+ data?: GetMigrationSummaryResponseBodyData;
4851
+ requestId?: string;
4852
+ success?: boolean;
4853
+ static names(): {
4854
+ [key: string]: string;
4855
+ };
4856
+ static types(): {
4857
+ [key: string]: any;
4858
+ };
4859
+ constructor(map?: {
4860
+ [key: string]: any;
4861
+ });
4862
+ }
4863
+ export declare class GetMigrationSummaryResponse extends $tea.Model {
4864
+ headers: {
4865
+ [key: string]: string;
4866
+ };
4867
+ body: GetMigrationSummaryResponseBody;
4868
+ static names(): {
4869
+ [key: string]: string;
4870
+ };
4871
+ static types(): {
4872
+ [key: string]: any;
4873
+ };
4874
+ constructor(map?: {
4875
+ [key: string]: any;
4876
+ });
4877
+ }
5122
4878
  export declare class GetNodeRequest extends $tea.Model {
5123
4879
  nodeId?: number;
5124
4880
  projectEnv?: string;
@@ -5825,92 +5581,8 @@ export declare class GetSensitiveDataResponse extends $tea.Model {
5825
5581
  [key: string]: any;
5826
5582
  });
5827
5583
  }
5828
- export declare class GetSuccessInstanceTrendRequest extends $tea.Model {
5829
- projectId?: number;
5830
- static names(): {
5831
- [key: string]: string;
5832
- };
5833
- static types(): {
5834
- [key: string]: any;
5835
- };
5836
- constructor(map?: {
5837
- [key: string]: any;
5838
- });
5839
- }
5840
- export declare class GetSuccessInstanceTrendResponseBody extends $tea.Model {
5841
- instanceStatusTrend?: GetSuccessInstanceTrendResponseBodyInstanceStatusTrend;
5842
- requestId?: string;
5843
- static names(): {
5844
- [key: string]: string;
5845
- };
5846
- static types(): {
5847
- [key: string]: any;
5848
- };
5849
- constructor(map?: {
5850
- [key: string]: any;
5851
- });
5852
- }
5853
- export declare class GetSuccessInstanceTrendResponse extends $tea.Model {
5854
- headers: {
5855
- [key: string]: string;
5856
- };
5857
- body: GetSuccessInstanceTrendResponseBody;
5858
- static names(): {
5859
- [key: string]: string;
5860
- };
5861
- static types(): {
5862
- [key: string]: any;
5863
- };
5864
- constructor(map?: {
5865
- [key: string]: any;
5866
- });
5867
- }
5868
- export declare class GetTopicRequest extends $tea.Model {
5869
- topicId?: number;
5870
- static names(): {
5871
- [key: string]: string;
5872
- };
5873
- static types(): {
5874
- [key: string]: any;
5875
- };
5876
- constructor(map?: {
5877
- [key: string]: any;
5878
- });
5879
- }
5880
- export declare class GetTopicResponseBody extends $tea.Model {
5881
- data?: GetTopicResponseBodyData;
5882
- errorCode?: string;
5883
- errorMessage?: string;
5884
- httpStatusCode?: number;
5885
- requestId?: string;
5886
- success?: boolean;
5887
- static names(): {
5888
- [key: string]: string;
5889
- };
5890
- static types(): {
5891
- [key: string]: any;
5892
- };
5893
- constructor(map?: {
5894
- [key: string]: any;
5895
- });
5896
- }
5897
- export declare class GetTopicResponse extends $tea.Model {
5898
- headers: {
5899
- [key: string]: string;
5900
- };
5901
- body: GetTopicResponseBody;
5902
- static names(): {
5903
- [key: string]: string;
5904
- };
5905
- static types(): {
5906
- [key: string]: any;
5907
- };
5908
- constructor(map?: {
5909
- [key: string]: any;
5910
- });
5911
- }
5912
- export declare class GetTopicInfluenceRequest extends $tea.Model {
5913
- topicId?: number;
5584
+ export declare class GetSuccessInstanceTrendRequest extends $tea.Model {
5585
+ projectId?: number;
5914
5586
  static names(): {
5915
5587
  [key: string]: string;
5916
5588
  };
@@ -5921,13 +5593,9 @@ export declare class GetTopicInfluenceRequest extends $tea.Model {
5921
5593
  [key: string]: any;
5922
5594
  });
5923
5595
  }
5924
- export declare class GetTopicInfluenceResponseBody extends $tea.Model {
5925
- data?: GetTopicInfluenceResponseBodyData;
5926
- errorCode?: string;
5927
- errorMessage?: string;
5928
- httpStatusCode?: number;
5596
+ export declare class GetSuccessInstanceTrendResponseBody extends $tea.Model {
5597
+ instanceStatusTrend?: GetSuccessInstanceTrendResponseBodyInstanceStatusTrend;
5929
5598
  requestId?: string;
5930
- success?: boolean;
5931
5599
  static names(): {
5932
5600
  [key: string]: string;
5933
5601
  };
@@ -5938,11 +5606,11 @@ export declare class GetTopicInfluenceResponseBody extends $tea.Model {
5938
5606
  [key: string]: any;
5939
5607
  });
5940
5608
  }
5941
- export declare class GetTopicInfluenceResponse extends $tea.Model {
5609
+ export declare class GetSuccessInstanceTrendResponse extends $tea.Model {
5942
5610
  headers: {
5943
5611
  [key: string]: string;
5944
5612
  };
5945
- body: GetTopicInfluenceResponseBody;
5613
+ body: GetSuccessInstanceTrendResponseBody;
5946
5614
  static names(): {
5947
5615
  [key: string]: string;
5948
5616
  };
@@ -5953,9 +5621,8 @@ export declare class GetTopicInfluenceResponse extends $tea.Model {
5953
5621
  [key: string]: any;
5954
5622
  });
5955
5623
  }
5956
- export declare class ImportConnectionsRequest extends $tea.Model {
5957
- connections?: string;
5958
- projectId?: number;
5624
+ export declare class GetTopicRequest extends $tea.Model {
5625
+ topicId?: number;
5959
5626
  static names(): {
5960
5627
  [key: string]: string;
5961
5628
  };
@@ -5966,8 +5633,11 @@ export declare class ImportConnectionsRequest extends $tea.Model {
5966
5633
  [key: string]: any;
5967
5634
  });
5968
5635
  }
5969
- export declare class ImportConnectionsResponseBody extends $tea.Model {
5970
- data?: ImportConnectionsResponseBodyData;
5636
+ export declare class GetTopicResponseBody extends $tea.Model {
5637
+ data?: GetTopicResponseBodyData;
5638
+ errorCode?: string;
5639
+ errorMessage?: string;
5640
+ httpStatusCode?: number;
5971
5641
  requestId?: string;
5972
5642
  success?: boolean;
5973
5643
  static names(): {
@@ -5980,11 +5650,11 @@ export declare class ImportConnectionsResponseBody extends $tea.Model {
5980
5650
  [key: string]: any;
5981
5651
  });
5982
5652
  }
5983
- export declare class ImportConnectionsResponse extends $tea.Model {
5653
+ export declare class GetTopicResponse extends $tea.Model {
5984
5654
  headers: {
5985
5655
  [key: string]: string;
5986
5656
  };
5987
- body: ImportConnectionsResponseBody;
5657
+ body: GetTopicResponseBody;
5988
5658
  static names(): {
5989
5659
  [key: string]: string;
5990
5660
  };
@@ -5995,11 +5665,8 @@ export declare class ImportConnectionsResponse extends $tea.Model {
5995
5665
  [key: string]: any;
5996
5666
  });
5997
5667
  }
5998
- export declare class ImportDISyncTasksRequest extends $tea.Model {
5999
- projectId?: number;
6000
- taskParam?: string;
6001
- taskType?: string;
6002
- body?: string;
5668
+ export declare class GetTopicInfluenceRequest extends $tea.Model {
5669
+ topicId?: number;
6003
5670
  static names(): {
6004
5671
  [key: string]: string;
6005
5672
  };
@@ -6010,10 +5677,13 @@ export declare class ImportDISyncTasksRequest extends $tea.Model {
6010
5677
  [key: string]: any;
6011
5678
  });
6012
5679
  }
6013
- export declare class ImportDISyncTasksResponseBody extends $tea.Model {
5680
+ export declare class GetTopicInfluenceResponseBody extends $tea.Model {
5681
+ data?: GetTopicInfluenceResponseBodyData;
5682
+ errorCode?: string;
5683
+ errorMessage?: string;
5684
+ httpStatusCode?: number;
6014
5685
  requestId?: string;
6015
5686
  success?: boolean;
6016
- taskInfo?: ImportDISyncTasksResponseBodyTaskInfo;
6017
5687
  static names(): {
6018
5688
  [key: string]: string;
6019
5689
  };
@@ -6024,11 +5694,11 @@ export declare class ImportDISyncTasksResponseBody extends $tea.Model {
6024
5694
  [key: string]: any;
6025
5695
  });
6026
5696
  }
6027
- export declare class ImportDISyncTasksResponse extends $tea.Model {
5697
+ export declare class GetTopicInfluenceResponse extends $tea.Model {
6028
5698
  headers: {
6029
5699
  [key: string]: string;
6030
5700
  };
6031
- body: ImportDISyncTasksResponseBody;
5701
+ body: GetTopicInfluenceResponseBody;
6032
5702
  static names(): {
6033
5703
  [key: string]: string;
6034
5704
  };
@@ -6423,11 +6093,9 @@ export declare class ListDIProjectConfigResponse extends $tea.Model {
6423
6093
  [key: string]: any;
6424
6094
  });
6425
6095
  }
6426
- export declare class ListDISyncTasksRequest extends $tea.Model {
6427
- pageNumber?: number;
6428
- pageSize?: number;
6429
- projectId?: number;
6430
- taskType?: string;
6096
+ export declare class ListDagsRequest extends $tea.Model {
6097
+ opSeq?: number;
6098
+ projectEnv?: string;
6431
6099
  static names(): {
6432
6100
  [key: string]: string;
6433
6101
  };
@@ -6438,10 +6106,13 @@ export declare class ListDISyncTasksRequest extends $tea.Model {
6438
6106
  [key: string]: any;
6439
6107
  });
6440
6108
  }
6441
- export declare class ListDISyncTasksResponseBody extends $tea.Model {
6109
+ export declare class ListDagsResponseBody extends $tea.Model {
6110
+ data?: ListDagsResponseBodyData;
6111
+ errorCode?: string;
6112
+ errorMessage?: string;
6113
+ httpStatusCode?: number;
6442
6114
  requestId?: string;
6443
6115
  success?: boolean;
6444
- taskList?: ListDISyncTasksResponseBodyTaskList;
6445
6116
  static names(): {
6446
6117
  [key: string]: string;
6447
6118
  };
@@ -6452,11 +6123,11 @@ export declare class ListDISyncTasksResponseBody extends $tea.Model {
6452
6123
  [key: string]: any;
6453
6124
  });
6454
6125
  }
6455
- export declare class ListDISyncTasksResponse extends $tea.Model {
6126
+ export declare class ListDagsResponse extends $tea.Model {
6456
6127
  headers: {
6457
6128
  [key: string]: string;
6458
6129
  };
6459
- body: ListDISyncTasksResponseBody;
6130
+ body: ListDagsResponseBody;
6460
6131
  static names(): {
6461
6132
  [key: string]: string;
6462
6133
  };
@@ -8916,51 +8587,6 @@ export declare class SearchNodesByOutputResponse extends $tea.Model {
8916
8587
  [key: string]: any;
8917
8588
  });
8918
8589
  }
8919
- export declare class SetConnectionShareRequest extends $tea.Model {
8920
- datasourceName?: string;
8921
- envType?: string;
8922
- projectId?: number;
8923
- projectPermissions?: string;
8924
- userPermissions?: string;
8925
- static names(): {
8926
- [key: string]: string;
8927
- };
8928
- static types(): {
8929
- [key: string]: any;
8930
- };
8931
- constructor(map?: {
8932
- [key: string]: any;
8933
- });
8934
- }
8935
- export declare class SetConnectionShareResponseBody extends $tea.Model {
8936
- data?: SetConnectionShareResponseBodyData;
8937
- requestId?: string;
8938
- success?: boolean;
8939
- static names(): {
8940
- [key: string]: string;
8941
- };
8942
- static types(): {
8943
- [key: string]: any;
8944
- };
8945
- constructor(map?: {
8946
- [key: string]: any;
8947
- });
8948
- }
8949
- export declare class SetConnectionShareResponse extends $tea.Model {
8950
- headers: {
8951
- [key: string]: string;
8952
- };
8953
- body: SetConnectionShareResponseBody;
8954
- static names(): {
8955
- [key: string]: string;
8956
- };
8957
- static types(): {
8958
- [key: string]: any;
8959
- };
8960
- constructor(map?: {
8961
- [key: string]: any;
8962
- });
8963
- }
8964
8590
  export declare class SetDataSourceShareRequest extends $tea.Model {
8965
8591
  datasourceName?: string;
8966
8592
  envType?: string;
@@ -9773,6 +9399,7 @@ export declare class UpdateDataSourceResponse extends $tea.Model {
9773
9399
  });
9774
9400
  }
9775
9401
  export declare class UpdateFileRequest extends $tea.Model {
9402
+ advancedSettings?: string;
9776
9403
  autoParsing?: boolean;
9777
9404
  autoRerunIntervalMillis?: number;
9778
9405
  autoRerunTimes?: number;
@@ -9797,6 +9424,7 @@ export declare class UpdateFileRequest extends $tea.Model {
9797
9424
  resourceGroupIdentifier?: string;
9798
9425
  schedulerType?: string;
9799
9426
  startEffectDate?: number;
9427
+ startImmediately?: boolean;
9800
9428
  stop?: boolean;
9801
9429
  static names(): {
9802
9430
  [key: string]: string;
@@ -10705,34 +10333,6 @@ export declare class CreateTableResponseBodyTaskInfo extends $tea.Model {
10705
10333
  [key: string]: any;
10706
10334
  });
10707
10335
  }
10708
- export declare class CreateViewRequestViewColumn extends $tea.Model {
10709
- columnName?: string;
10710
- comment?: string;
10711
- static names(): {
10712
- [key: string]: string;
10713
- };
10714
- static types(): {
10715
- [key: string]: any;
10716
- };
10717
- constructor(map?: {
10718
- [key: string]: any;
10719
- });
10720
- }
10721
- export declare class CreateViewResponseBodyTaskInfo extends $tea.Model {
10722
- content?: string;
10723
- nextTaskId?: string;
10724
- status?: string;
10725
- taskId?: string;
10726
- static names(): {
10727
- [key: string]: string;
10728
- };
10729
- static types(): {
10730
- [key: string]: any;
10731
- };
10732
- constructor(map?: {
10733
- [key: string]: any;
10734
- });
10735
- }
10736
10336
  export declare class DeleteDISyncTaskResponseBodyData extends $tea.Model {
10737
10337
  message?: string;
10738
10338
  status?: string;
@@ -10761,21 +10361,6 @@ export declare class DeleteTableResponseBodyTaskInfo extends $tea.Model {
10761
10361
  [key: string]: any;
10762
10362
  });
10763
10363
  }
10764
- export declare class DeleteViewResponseBodyTaskInfo extends $tea.Model {
10765
- content?: string;
10766
- nextTaskId?: string;
10767
- status?: string;
10768
- taskId?: string;
10769
- static names(): {
10770
- [key: string]: string;
10771
- };
10772
- static types(): {
10773
- [key: string]: any;
10774
- };
10775
- constructor(map?: {
10776
- [key: string]: any;
10777
- });
10778
- }
10779
10364
  export declare class DeployDISyncTaskResponseBodyData extends $tea.Model {
10780
10365
  message?: string;
10781
10366
  status?: string;
@@ -10789,62 +10374,6 @@ export declare class DeployDISyncTaskResponseBodyData extends $tea.Model {
10789
10374
  [key: string]: any;
10790
10375
  });
10791
10376
  }
10792
- export declare class ExportConnectionsResponseBodyDataDataSources extends $tea.Model {
10793
- bindingCalcEngineId?: number;
10794
- connectStatus?: number;
10795
- content?: string;
10796
- dataSourceType?: string;
10797
- defaultEngine?: boolean;
10798
- description?: string;
10799
- envType?: number;
10800
- gmtCreate?: string;
10801
- gmtModified?: string;
10802
- id?: number;
10803
- name?: string;
10804
- operator?: string;
10805
- projectId?: number;
10806
- sequence?: number;
10807
- shared?: boolean;
10808
- status?: number;
10809
- subType?: string;
10810
- tenantId?: number;
10811
- static names(): {
10812
- [key: string]: string;
10813
- };
10814
- static types(): {
10815
- [key: string]: any;
10816
- };
10817
- constructor(map?: {
10818
- [key: string]: any;
10819
- });
10820
- }
10821
- export declare class ExportConnectionsResponseBodyData extends $tea.Model {
10822
- dataSources?: ExportConnectionsResponseBodyDataDataSources[];
10823
- pageNumber?: number;
10824
- pageSize?: number;
10825
- totalCount?: number;
10826
- static names(): {
10827
- [key: string]: string;
10828
- };
10829
- static types(): {
10830
- [key: string]: any;
10831
- };
10832
- constructor(map?: {
10833
- [key: string]: any;
10834
- });
10835
- }
10836
- export declare class ExportDISyncTasksResponseBodyData extends $tea.Model {
10837
- realTimeSolution?: string;
10838
- static names(): {
10839
- [key: string]: string;
10840
- };
10841
- static types(): {
10842
- [key: string]: any;
10843
- };
10844
- constructor(map?: {
10845
- [key: string]: any;
10846
- });
10847
- }
10848
10377
  export declare class ExportDataSourcesResponseBodyDataDataSources extends $tea.Model {
10849
10378
  bindingCalcEngineId?: number;
10850
10379
  connectStatus?: number;
@@ -11087,18 +10616,6 @@ export declare class GetBusinessResponseBodyData extends $tea.Model {
11087
10616
  [key: string]: any;
11088
10617
  });
11089
10618
  }
11090
- export declare class GetConnectionMetaResponseBodyData extends $tea.Model {
11091
- meta?: string;
11092
- static names(): {
11093
- [key: string]: string;
11094
- };
11095
- static types(): {
11096
- [key: string]: any;
11097
- };
11098
- constructor(map?: {
11099
- [key: string]: any;
11100
- });
11101
- }
11102
10619
  export declare class GetDDLJobStatusResponseBodyData extends $tea.Model {
11103
10620
  content?: string;
11104
10621
  nextTaskId?: string;
@@ -11225,6 +10742,7 @@ export declare class GetDagResponseBodyData extends $tea.Model {
11225
10742
  gmtdate?: number;
11226
10743
  modifyTime?: number;
11227
10744
  name?: string;
10745
+ opSeq?: number;
11228
10746
  projectId?: number;
11229
10747
  startTime?: number;
11230
10748
  status?: string;
@@ -11801,6 +11319,7 @@ export declare class GetDeploymentResponseBodyData extends $tea.Model {
11801
11319
  });
11802
11320
  }
11803
11321
  export declare class GetFileResponseBodyDataFile extends $tea.Model {
11322
+ advancedSettings?: string;
11804
11323
  autoParsing?: boolean;
11805
11324
  bizId?: number;
11806
11325
  businessId?: number;
@@ -11873,6 +11392,7 @@ export declare class GetFileResponseBodyDataNodeConfiguration extends $tea.Model
11873
11392
  resourceGroupId?: number;
11874
11393
  schedulerType?: string;
11875
11394
  startEffectDate?: number;
11395
+ startImmediately?: boolean;
11876
11396
  stop?: boolean;
11877
11397
  static names(): {
11878
11398
  [key: string]: string;
@@ -12130,6 +11650,7 @@ export declare class GetInstanceResponseBodyData extends $tea.Model {
12130
11650
  businessId?: number;
12131
11651
  connection?: string;
12132
11652
  createTime?: number;
11653
+ createUser?: string;
12133
11654
  cycTime?: number;
12134
11655
  dagId?: number;
12135
11656
  dagType?: string;
@@ -12274,6 +11795,7 @@ export declare class GetManualDagInstancesResponseBodyInstances extends $tea.Mod
12274
11795
  beginWaitTimeTime?: number;
12275
11796
  bizDate?: number;
12276
11797
  createTime?: number;
11798
+ createUser?: string;
12277
11799
  cycTime?: number;
12278
11800
  dagId?: number;
12279
11801
  dagType?: string;
@@ -12496,6 +12018,7 @@ export declare class GetMetaTableColumnResponseBodyDataColumnList extends $tea.M
12496
12018
  isPartitionColumn?: boolean;
12497
12019
  isPrimaryKey?: boolean;
12498
12020
  position?: number;
12021
+ relationCount?: number;
12499
12022
  static names(): {
12500
12023
  [key: string]: string;
12501
12024
  };
@@ -12591,6 +12114,7 @@ export declare class GetMetaTableIntroWikiResponseBodyData extends $tea.Model {
12591
12114
  });
12592
12115
  }
12593
12116
  export declare class GetMetaTableLineageResponseBodyDataDataEntityList extends $tea.Model {
12117
+ createTimestamp?: number;
12594
12118
  tableGuid?: string;
12595
12119
  tableName?: string;
12596
12120
  static names(): {
@@ -12758,6 +12282,26 @@ export declare class GetMigrationProcessResponseBodyData extends $tea.Model {
12758
12282
  [key: string]: any;
12759
12283
  });
12760
12284
  }
12285
+ export declare class GetMigrationSummaryResponseBodyData extends $tea.Model {
12286
+ createUser?: string;
12287
+ downloadUrl?: string;
12288
+ gmtCreate?: number;
12289
+ gmtModified?: number;
12290
+ migrationId?: number;
12291
+ name?: string;
12292
+ opUser?: string;
12293
+ projectId?: number;
12294
+ status?: string;
12295
+ static names(): {
12296
+ [key: string]: string;
12297
+ };
12298
+ static types(): {
12299
+ [key: string]: any;
12300
+ };
12301
+ constructor(map?: {
12302
+ [key: string]: any;
12303
+ });
12304
+ }
12761
12305
  export declare class GetNodeResponseBodyData extends $tea.Model {
12762
12306
  baselineId?: number;
12763
12307
  businessId?: number;
@@ -13360,31 +12904,6 @@ export declare class GetTopicInfluenceResponseBodyData extends $tea.Model {
13360
12904
  [key: string]: any;
13361
12905
  });
13362
12906
  }
13363
- export declare class ImportConnectionsResponseBodyData extends $tea.Model {
13364
- message?: string;
13365
- status?: boolean;
13366
- static names(): {
13367
- [key: string]: string;
13368
- };
13369
- static types(): {
13370
- [key: string]: any;
13371
- };
13372
- constructor(map?: {
13373
- [key: string]: any;
13374
- });
13375
- }
13376
- export declare class ImportDISyncTasksResponseBodyTaskInfo extends $tea.Model {
13377
- taskId?: number;
13378
- static names(): {
13379
- [key: string]: string;
13380
- };
13381
- static types(): {
13382
- [key: string]: any;
13383
- };
13384
- constructor(map?: {
13385
- [key: string]: any;
13386
- });
13387
- }
13388
12907
  export declare class ImportDataSourcesResponseBodyData extends $tea.Model {
13389
12908
  message?: string;
13390
12909
  status?: boolean;
@@ -13712,12 +13231,20 @@ export declare class ListDIProjectConfigResponseBodyData extends $tea.Model {
13712
13231
  [key: string]: any;
13713
13232
  });
13714
13233
  }
13715
- export declare class ListDISyncTasksResponseBodyTaskListRealTimeSolutionList extends $tea.Model {
13234
+ export declare class ListDagsResponseBodyDataDags extends $tea.Model {
13235
+ bizdate?: number;
13716
13236
  createTime?: number;
13717
- processId?: number;
13718
- processName?: string;
13719
- taskStatus?: string;
13720
- taskType?: string;
13237
+ createUser?: string;
13238
+ dagId?: number;
13239
+ finishTime?: number;
13240
+ gmtdate?: number;
13241
+ modifyTime?: number;
13242
+ name?: string;
13243
+ opSeq?: number;
13244
+ projectId?: number;
13245
+ startTime?: number;
13246
+ status?: string;
13247
+ type?: string;
13721
13248
  static names(): {
13722
13249
  [key: string]: string;
13723
13250
  };
@@ -13728,11 +13255,8 @@ export declare class ListDISyncTasksResponseBodyTaskListRealTimeSolutionList ext
13728
13255
  [key: string]: any;
13729
13256
  });
13730
13257
  }
13731
- export declare class ListDISyncTasksResponseBodyTaskList extends $tea.Model {
13732
- pageNumber?: number;
13733
- pageSize?: number;
13734
- realTimeSolutionList?: ListDISyncTasksResponseBodyTaskListRealTimeSolutionList[];
13735
- totalCount?: number;
13258
+ export declare class ListDagsResponseBodyData extends $tea.Model {
13259
+ dags?: ListDagsResponseBodyDataDags[];
13736
13260
  static names(): {
13737
13261
  [key: string]: string;
13738
13262
  };
@@ -14662,6 +14186,7 @@ export declare class ListInstancesResponseBodyDataInstances extends $tea.Model {
14662
14186
  businessId?: number;
14663
14187
  connection?: string;
14664
14188
  createTime?: number;
14189
+ createUser?: string;
14665
14190
  cycTime?: number;
14666
14191
  dagId?: number;
14667
14192
  dagType?: string;
@@ -14712,6 +14237,7 @@ export declare class ListManualDagInstancesResponseBodyInstances extends $tea.Mo
14712
14237
  beginWaitTimeTime?: number;
14713
14238
  bizDate?: number;
14714
14239
  createTime?: number;
14240
+ createUser?: string;
14715
14241
  cycTime?: number;
14716
14242
  dagId?: number;
14717
14243
  dagType?: string;
@@ -15618,18 +15144,6 @@ export declare class SearchMetaTablesResponseBodyData extends $tea.Model {
15618
15144
  [key: string]: any;
15619
15145
  });
15620
15146
  }
15621
- export declare class SetConnectionShareResponseBodyData extends $tea.Model {
15622
- status?: string;
15623
- static names(): {
15624
- [key: string]: string;
15625
- };
15626
- static types(): {
15627
- [key: string]: any;
15628
- };
15629
- constructor(map?: {
15630
- [key: string]: any;
15631
- });
15632
- }
15633
15147
  export declare class SetDataSourceShareResponseBodyData extends $tea.Model {
15634
15148
  message?: string;
15635
15149
  status?: string;
@@ -15870,18 +15384,12 @@ export default class Client extends OpenApi {
15870
15384
  addToMetaCategory(request: AddToMetaCategoryRequest): Promise<AddToMetaCategoryResponse>;
15871
15385
  approvePermissionApplyOrderWithOptions(request: ApprovePermissionApplyOrderRequest, runtime: $Util.RuntimeOptions): Promise<ApprovePermissionApplyOrderResponse>;
15872
15386
  approvePermissionApplyOrder(request: ApprovePermissionApplyOrderRequest): Promise<ApprovePermissionApplyOrderResponse>;
15873
- checkEngineMetaPartitionWithOptions(request: CheckEngineMetaPartitionRequest, runtime: $Util.RuntimeOptions): Promise<CheckEngineMetaPartitionResponse>;
15874
- checkEngineMetaPartition(request: CheckEngineMetaPartitionRequest): Promise<CheckEngineMetaPartitionResponse>;
15875
- checkEngineMetaTableWithOptions(request: CheckEngineMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<CheckEngineMetaTableResponse>;
15876
- checkEngineMetaTable(request: CheckEngineMetaTableRequest): Promise<CheckEngineMetaTableResponse>;
15877
15387
  checkFileDeploymentWithOptions(request: CheckFileDeploymentRequest, runtime: $Util.RuntimeOptions): Promise<CheckFileDeploymentResponse>;
15878
15388
  checkFileDeployment(request: CheckFileDeploymentRequest): Promise<CheckFileDeploymentResponse>;
15879
15389
  checkMetaPartitionWithOptions(request: CheckMetaPartitionRequest, runtime: $Util.RuntimeOptions): Promise<CheckMetaPartitionResponse>;
15880
15390
  checkMetaPartition(request: CheckMetaPartitionRequest): Promise<CheckMetaPartitionResponse>;
15881
15391
  checkMetaTableWithOptions(request: CheckMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<CheckMetaTableResponse>;
15882
15392
  checkMetaTable(request: CheckMetaTableRequest): Promise<CheckMetaTableResponse>;
15883
- checkMetaTableTaskWithOptions(runtime: $Util.RuntimeOptions): Promise<CheckMetaTableTaskResponse>;
15884
- checkMetaTableTask(): Promise<CheckMetaTableTaskResponse>;
15885
15393
  createBusinessWithOptions(request: CreateBusinessRequest, runtime: $Util.RuntimeOptions): Promise<CreateBusinessResponse>;
15886
15394
  createBusiness(request: CreateBusinessRequest): Promise<CreateBusinessResponse>;
15887
15395
  createConnectionWithOptions(request: CreateConnectionRequest, runtime: $Util.RuntimeOptions): Promise<CreateConnectionResponse>;
@@ -15902,6 +15410,8 @@ export default class Client extends OpenApi {
15902
15410
  createDataServiceGroup(request: CreateDataServiceGroupRequest): Promise<CreateDataServiceGroupResponse>;
15903
15411
  createDataSourceWithOptions(request: CreateDataSourceRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataSourceResponse>;
15904
15412
  createDataSource(request: CreateDataSourceRequest): Promise<CreateDataSourceResponse>;
15413
+ createExportMigrationWithOptions(request: CreateExportMigrationRequest, runtime: $Util.RuntimeOptions): Promise<CreateExportMigrationResponse>;
15414
+ createExportMigration(request: CreateExportMigrationRequest): Promise<CreateExportMigrationResponse>;
15905
15415
  createFileWithOptions(request: CreateFileRequest, runtime: $Util.RuntimeOptions): Promise<CreateFileResponse>;
15906
15416
  createFile(request: CreateFileRequest): Promise<CreateFileResponse>;
15907
15417
  createFolderWithOptions(request: CreateFolderRequest, runtime: $Util.RuntimeOptions): Promise<CreateFolderResponse>;
@@ -15935,8 +15445,6 @@ export default class Client extends OpenApi {
15935
15445
  createTableTheme(request: CreateTableThemeRequest): Promise<CreateTableThemeResponse>;
15936
15446
  createUdfFileWithOptions(request: CreateUdfFileRequest, runtime: $Util.RuntimeOptions): Promise<CreateUdfFileResponse>;
15937
15447
  createUdfFile(request: CreateUdfFileRequest): Promise<CreateUdfFileResponse>;
15938
- createViewWithOptions(request: CreateViewRequest, runtime: $Util.RuntimeOptions): Promise<CreateViewResponse>;
15939
- createView(request: CreateViewRequest): Promise<CreateViewResponse>;
15940
15448
  deleteBusinessWithOptions(request: DeleteBusinessRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBusinessResponse>;
15941
15449
  deleteBusiness(request: DeleteBusinessRequest): Promise<DeleteBusinessResponse>;
15942
15450
  deleteConnectionWithOptions(request: DeleteConnectionRequest, runtime: $Util.RuntimeOptions): Promise<DeleteConnectionResponse>;
@@ -15975,8 +15483,6 @@ export default class Client extends OpenApi {
15975
15483
  deleteTableLevel(request: DeleteTableLevelRequest): Promise<DeleteTableLevelResponse>;
15976
15484
  deleteTableThemeWithOptions(request: DeleteTableThemeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTableThemeResponse>;
15977
15485
  deleteTableTheme(request: DeleteTableThemeRequest): Promise<DeleteTableThemeResponse>;
15978
- deleteViewWithOptions(request: DeleteViewRequest, runtime: $Util.RuntimeOptions): Promise<DeleteViewResponse>;
15979
- deleteView(request: DeleteViewRequest): Promise<DeleteViewResponse>;
15980
15486
  deployDISyncTaskWithOptions(request: DeployDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<DeployDISyncTaskResponse>;
15981
15487
  deployDISyncTask(request: DeployDISyncTaskRequest): Promise<DeployDISyncTaskResponse>;
15982
15488
  deployFileWithOptions(request: DeployFileRequest, runtime: $Util.RuntimeOptions): Promise<DeployFileResponse>;
@@ -15985,10 +15491,6 @@ export default class Client extends OpenApi {
15985
15491
  desensitizeData(request: DesensitizeDataRequest): Promise<DesensitizeDataResponse>;
15986
15492
  establishRelationTableToBusinessWithOptions(request: EstablishRelationTableToBusinessRequest, runtime: $Util.RuntimeOptions): Promise<EstablishRelationTableToBusinessResponse>;
15987
15493
  establishRelationTableToBusiness(request: EstablishRelationTableToBusinessRequest): Promise<EstablishRelationTableToBusinessResponse>;
15988
- exportConnectionsWithOptions(request: ExportConnectionsRequest, runtime: $Util.RuntimeOptions): Promise<ExportConnectionsResponse>;
15989
- exportConnections(request: ExportConnectionsRequest): Promise<ExportConnectionsResponse>;
15990
- exportDISyncTasksWithOptions(request: ExportDISyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<ExportDISyncTasksResponse>;
15991
- exportDISyncTasks(request: ExportDISyncTasksRequest): Promise<ExportDISyncTasksResponse>;
15992
15494
  exportDataSourcesWithOptions(request: ExportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ExportDataSourcesResponse>;
15993
15495
  exportDataSources(request: ExportDataSourcesRequest): Promise<ExportDataSourcesResponse>;
15994
15496
  generateDISyncTaskConfigForCreatingWithOptions(request: GenerateDISyncTaskConfigForCreatingRequest, runtime: $Util.RuntimeOptions): Promise<GenerateDISyncTaskConfigForCreatingResponse>;
@@ -16003,8 +15505,6 @@ export default class Client extends OpenApi {
16003
15505
  getBaselineStatus(request: GetBaselineStatusRequest): Promise<GetBaselineStatusResponse>;
16004
15506
  getBusinessWithOptions(request: GetBusinessRequest, runtime: $Util.RuntimeOptions): Promise<GetBusinessResponse>;
16005
15507
  getBusiness(request: GetBusinessRequest): Promise<GetBusinessResponse>;
16006
- getConnectionMetaWithOptions(request: GetConnectionMetaRequest, runtime: $Util.RuntimeOptions): Promise<GetConnectionMetaResponse>;
16007
- getConnectionMeta(request: GetConnectionMetaRequest): Promise<GetConnectionMetaResponse>;
16008
15508
  getDDLJobStatusWithOptions(request: GetDDLJobStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetDDLJobStatusResponse>;
16009
15509
  getDDLJobStatus(request: GetDDLJobStatusRequest): Promise<GetDDLJobStatusResponse>;
16010
15510
  getDISyncInstanceInfoWithOptions(request: GetDISyncInstanceInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetDISyncInstanceInfoResponse>;
@@ -16085,6 +15585,8 @@ export default class Client extends OpenApi {
16085
15585
  getMetaTableThemeLevel(request: GetMetaTableThemeLevelRequest): Promise<GetMetaTableThemeLevelResponse>;
16086
15586
  getMigrationProcessWithOptions(request: GetMigrationProcessRequest, runtime: $Util.RuntimeOptions): Promise<GetMigrationProcessResponse>;
16087
15587
  getMigrationProcess(request: GetMigrationProcessRequest): Promise<GetMigrationProcessResponse>;
15588
+ getMigrationSummaryWithOptions(request: GetMigrationSummaryRequest, runtime: $Util.RuntimeOptions): Promise<GetMigrationSummaryResponse>;
15589
+ getMigrationSummary(request: GetMigrationSummaryRequest): Promise<GetMigrationSummaryResponse>;
16088
15590
  getNodeWithOptions(request: GetNodeRequest, runtime: $Util.RuntimeOptions): Promise<GetNodeResponse>;
16089
15591
  getNode(request: GetNodeRequest): Promise<GetNodeResponse>;
16090
15592
  getNodeChildrenWithOptions(request: GetNodeChildrenRequest, runtime: $Util.RuntimeOptions): Promise<GetNodeChildrenResponse>;
@@ -16123,10 +15625,6 @@ export default class Client extends OpenApi {
16123
15625
  getTopic(request: GetTopicRequest): Promise<GetTopicResponse>;
16124
15626
  getTopicInfluenceWithOptions(request: GetTopicInfluenceRequest, runtime: $Util.RuntimeOptions): Promise<GetTopicInfluenceResponse>;
16125
15627
  getTopicInfluence(request: GetTopicInfluenceRequest): Promise<GetTopicInfluenceResponse>;
16126
- importConnectionsWithOptions(request: ImportConnectionsRequest, runtime: $Util.RuntimeOptions): Promise<ImportConnectionsResponse>;
16127
- importConnections(request: ImportConnectionsRequest): Promise<ImportConnectionsResponse>;
16128
- importDISyncTasksWithOptions(request: ImportDISyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<ImportDISyncTasksResponse>;
16129
- importDISyncTasks(request: ImportDISyncTasksRequest): Promise<ImportDISyncTasksResponse>;
16130
15628
  importDataSourcesWithOptions(request: ImportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ImportDataSourcesResponse>;
16131
15629
  importDataSources(request: ImportDataSourcesRequest): Promise<ImportDataSourcesResponse>;
16132
15630
  listAlertMessagesWithOptions(request: ListAlertMessagesRequest, runtime: $Util.RuntimeOptions): Promise<ListAlertMessagesResponse>;
@@ -16143,8 +15641,8 @@ export default class Client extends OpenApi {
16143
15641
  listConnections(request: ListConnectionsRequest): Promise<ListConnectionsResponse>;
16144
15642
  listDIProjectConfigWithOptions(request: ListDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListDIProjectConfigResponse>;
16145
15643
  listDIProjectConfig(request: ListDIProjectConfigRequest): Promise<ListDIProjectConfigResponse>;
16146
- listDISyncTasksWithOptions(request: ListDISyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<ListDISyncTasksResponse>;
16147
- listDISyncTasks(request: ListDISyncTasksRequest): Promise<ListDISyncTasksResponse>;
15644
+ listDagsWithOptions(request: ListDagsRequest, runtime: $Util.RuntimeOptions): Promise<ListDagsResponse>;
15645
+ listDags(request: ListDagsRequest): Promise<ListDagsResponse>;
16148
15646
  listDataServiceApiAuthoritiesWithOptions(request: ListDataServiceApiAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApiAuthoritiesResponse>;
16149
15647
  listDataServiceApiAuthorities(request: ListDataServiceApiAuthoritiesRequest): Promise<ListDataServiceApiAuthoritiesResponse>;
16150
15648
  listDataServiceApisWithOptions(request: ListDataServiceApisRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApisResponse>;
@@ -16251,8 +15749,6 @@ export default class Client extends OpenApi {
16251
15749
  searchMetaTables(request: SearchMetaTablesRequest): Promise<SearchMetaTablesResponse>;
16252
15750
  searchNodesByOutputWithOptions(request: SearchNodesByOutputRequest, runtime: $Util.RuntimeOptions): Promise<SearchNodesByOutputResponse>;
16253
15751
  searchNodesByOutput(request: SearchNodesByOutputRequest): Promise<SearchNodesByOutputResponse>;
16254
- setConnectionShareWithOptions(request: SetConnectionShareRequest, runtime: $Util.RuntimeOptions): Promise<SetConnectionShareResponse>;
16255
- setConnectionShare(request: SetConnectionShareRequest): Promise<SetConnectionShareResponse>;
16256
15752
  setDataSourceShareWithOptions(request: SetDataSourceShareRequest, runtime: $Util.RuntimeOptions): Promise<SetDataSourceShareResponse>;
16257
15753
  setDataSourceShare(request: SetDataSourceShareRequest): Promise<SetDataSourceShareResponse>;
16258
15754
  setSuccessInstanceWithOptions(request: SetSuccessInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SetSuccessInstanceResponse>;