@alicloud/dataworks-public20200518 4.3.0 → 4.3.3

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;
@@ -957,6 +846,7 @@ export declare class CreateExportMigrationResponse extends $tea.Model {
957
846
  });
958
847
  }
959
848
  export declare class CreateFileRequest extends $tea.Model {
849
+ advancedSettings?: string;
960
850
  autoParsing?: boolean;
961
851
  autoRerunIntervalMillis?: number;
962
852
  autoRerunTimes?: number;
@@ -981,6 +871,7 @@ export declare class CreateFileRequest extends $tea.Model {
981
871
  resourceGroupIdentifier?: string;
982
872
  schedulerType?: string;
983
873
  startEffectDate?: number;
874
+ startImmediately?: boolean;
984
875
  stop?: boolean;
985
876
  static names(): {
986
877
  [key: string]: string;
@@ -1796,54 +1687,6 @@ export declare class CreateUdfFileResponse extends $tea.Model {
1796
1687
  [key: string]: any;
1797
1688
  });
1798
1689
  }
1799
- export declare class CreateViewRequest extends $tea.Model {
1800
- appGuid?: string;
1801
- clientToken?: string;
1802
- comment?: string;
1803
- selectColumn?: string;
1804
- selectSQL?: string;
1805
- selectTableName?: string;
1806
- selectWhere?: string;
1807
- viewColumn?: CreateViewRequestViewColumn[];
1808
- viewName?: string;
1809
- static names(): {
1810
- [key: string]: string;
1811
- };
1812
- static types(): {
1813
- [key: string]: any;
1814
- };
1815
- constructor(map?: {
1816
- [key: string]: any;
1817
- });
1818
- }
1819
- export declare class CreateViewResponseBody extends $tea.Model {
1820
- requestId?: string;
1821
- taskInfo?: CreateViewResponseBodyTaskInfo;
1822
- static names(): {
1823
- [key: string]: string;
1824
- };
1825
- static types(): {
1826
- [key: string]: any;
1827
- };
1828
- constructor(map?: {
1829
- [key: string]: any;
1830
- });
1831
- }
1832
- export declare class CreateViewResponse extends $tea.Model {
1833
- headers: {
1834
- [key: string]: string;
1835
- };
1836
- body: CreateViewResponseBody;
1837
- static names(): {
1838
- [key: string]: string;
1839
- };
1840
- static types(): {
1841
- [key: string]: any;
1842
- };
1843
- constructor(map?: {
1844
- [key: string]: any;
1845
- });
1846
- }
1847
1690
  export declare class DeleteBusinessRequest extends $tea.Model {
1848
1691
  businessId?: number;
1849
1692
  projectId?: number;
@@ -2685,47 +2528,6 @@ export declare class DeleteTableThemeResponse extends $tea.Model {
2685
2528
  [key: string]: any;
2686
2529
  });
2687
2530
  }
2688
- export declare class DeleteViewRequest extends $tea.Model {
2689
- appGuid?: string;
2690
- viewName?: string;
2691
- static names(): {
2692
- [key: string]: string;
2693
- };
2694
- static types(): {
2695
- [key: string]: any;
2696
- };
2697
- constructor(map?: {
2698
- [key: string]: any;
2699
- });
2700
- }
2701
- export declare class DeleteViewResponseBody extends $tea.Model {
2702
- requestId?: string;
2703
- taskInfo?: DeleteViewResponseBodyTaskInfo;
2704
- static names(): {
2705
- [key: string]: string;
2706
- };
2707
- static types(): {
2708
- [key: string]: any;
2709
- };
2710
- constructor(map?: {
2711
- [key: string]: any;
2712
- });
2713
- }
2714
- export declare class DeleteViewResponse extends $tea.Model {
2715
- headers: {
2716
- [key: string]: string;
2717
- };
2718
- body: DeleteViewResponseBody;
2719
- static names(): {
2720
- [key: string]: string;
2721
- };
2722
- static types(): {
2723
- [key: string]: any;
2724
- };
2725
- constructor(map?: {
2726
- [key: string]: any;
2727
- });
2728
- }
2729
2531
  export declare class DeployDISyncTaskRequest extends $tea.Model {
2730
2532
  fileId?: number;
2731
2533
  projectId?: number;
@@ -2905,97 +2707,6 @@ export declare class EstablishRelationTableToBusinessResponse extends $tea.Model
2905
2707
  [key: string]: any;
2906
2708
  });
2907
2709
  }
2908
- export declare class ExportConnectionsRequest extends $tea.Model {
2909
- dataSourceType?: string;
2910
- envType?: number;
2911
- name?: string;
2912
- pageNumber?: number;
2913
- pageSize?: number;
2914
- projectId?: number;
2915
- subType?: string;
2916
- static names(): {
2917
- [key: string]: string;
2918
- };
2919
- static types(): {
2920
- [key: string]: any;
2921
- };
2922
- constructor(map?: {
2923
- [key: string]: any;
2924
- });
2925
- }
2926
- export declare class ExportConnectionsResponseBody extends $tea.Model {
2927
- data?: ExportConnectionsResponseBodyData;
2928
- httpStatusCode?: number;
2929
- requestId?: string;
2930
- success?: boolean;
2931
- static names(): {
2932
- [key: string]: string;
2933
- };
2934
- static types(): {
2935
- [key: string]: any;
2936
- };
2937
- constructor(map?: {
2938
- [key: string]: any;
2939
- });
2940
- }
2941
- export declare class ExportConnectionsResponse extends $tea.Model {
2942
- headers: {
2943
- [key: string]: string;
2944
- };
2945
- body: ExportConnectionsResponseBody;
2946
- static names(): {
2947
- [key: string]: string;
2948
- };
2949
- static types(): {
2950
- [key: string]: any;
2951
- };
2952
- constructor(map?: {
2953
- [key: string]: any;
2954
- });
2955
- }
2956
- export declare class ExportDISyncTasksRequest extends $tea.Model {
2957
- projectId?: number;
2958
- taskParam?: string;
2959
- taskType?: string;
2960
- static names(): {
2961
- [key: string]: string;
2962
- };
2963
- static types(): {
2964
- [key: string]: any;
2965
- };
2966
- constructor(map?: {
2967
- [key: string]: any;
2968
- });
2969
- }
2970
- export declare class ExportDISyncTasksResponseBody extends $tea.Model {
2971
- data?: ExportDISyncTasksResponseBodyData;
2972
- requestId?: string;
2973
- success?: boolean;
2974
- static names(): {
2975
- [key: string]: string;
2976
- };
2977
- static types(): {
2978
- [key: string]: any;
2979
- };
2980
- constructor(map?: {
2981
- [key: string]: any;
2982
- });
2983
- }
2984
- export declare class ExportDISyncTasksResponse extends $tea.Model {
2985
- headers: {
2986
- [key: string]: string;
2987
- };
2988
- body: ExportDISyncTasksResponseBody;
2989
- static names(): {
2990
- [key: string]: string;
2991
- };
2992
- static types(): {
2993
- [key: string]: any;
2994
- };
2995
- constructor(map?: {
2996
- [key: string]: any;
2997
- });
2998
- }
2999
2710
  export declare class ExportDataSourcesRequest extends $tea.Model {
3000
2711
  dataSourceType?: string;
3001
2712
  envType?: number;
@@ -3315,51 +3026,6 @@ export declare class GetBusinessResponse extends $tea.Model {
3315
3026
  [key: string]: any;
3316
3027
  });
3317
3028
  }
3318
- export declare class GetConnectionMetaRequest extends $tea.Model {
3319
- datasourceName?: string;
3320
- envType?: string;
3321
- pageNumber?: number;
3322
- pageSize?: number;
3323
- projectId?: number;
3324
- static names(): {
3325
- [key: string]: string;
3326
- };
3327
- static types(): {
3328
- [key: string]: any;
3329
- };
3330
- constructor(map?: {
3331
- [key: string]: any;
3332
- });
3333
- }
3334
- export declare class GetConnectionMetaResponseBody extends $tea.Model {
3335
- data?: GetConnectionMetaResponseBodyData;
3336
- requestId?: string;
3337
- success?: boolean;
3338
- static names(): {
3339
- [key: string]: string;
3340
- };
3341
- static types(): {
3342
- [key: string]: any;
3343
- };
3344
- constructor(map?: {
3345
- [key: string]: any;
3346
- });
3347
- }
3348
- export declare class GetConnectionMetaResponse extends $tea.Model {
3349
- headers: {
3350
- [key: string]: string;
3351
- };
3352
- body: GetConnectionMetaResponseBody;
3353
- static names(): {
3354
- [key: string]: string;
3355
- };
3356
- static types(): {
3357
- [key: string]: any;
3358
- };
3359
- constructor(map?: {
3360
- [key: string]: any;
3361
- });
3362
- }
3363
3029
  export declare class GetDDLJobStatusRequest extends $tea.Model {
3364
3030
  taskId?: string;
3365
3031
  static names(): {
@@ -5988,93 +5654,7 @@ export declare class GetTopicResponse extends $tea.Model {
5988
5654
  headers: {
5989
5655
  [key: string]: string;
5990
5656
  };
5991
- body: GetTopicResponseBody;
5992
- static names(): {
5993
- [key: string]: string;
5994
- };
5995
- static types(): {
5996
- [key: string]: any;
5997
- };
5998
- constructor(map?: {
5999
- [key: string]: any;
6000
- });
6001
- }
6002
- export declare class GetTopicInfluenceRequest extends $tea.Model {
6003
- topicId?: number;
6004
- static names(): {
6005
- [key: string]: string;
6006
- };
6007
- static types(): {
6008
- [key: string]: any;
6009
- };
6010
- constructor(map?: {
6011
- [key: string]: any;
6012
- });
6013
- }
6014
- export declare class GetTopicInfluenceResponseBody extends $tea.Model {
6015
- data?: GetTopicInfluenceResponseBodyData;
6016
- errorCode?: string;
6017
- errorMessage?: string;
6018
- httpStatusCode?: number;
6019
- requestId?: string;
6020
- success?: boolean;
6021
- static names(): {
6022
- [key: string]: string;
6023
- };
6024
- static types(): {
6025
- [key: string]: any;
6026
- };
6027
- constructor(map?: {
6028
- [key: string]: any;
6029
- });
6030
- }
6031
- export declare class GetTopicInfluenceResponse extends $tea.Model {
6032
- headers: {
6033
- [key: string]: string;
6034
- };
6035
- body: GetTopicInfluenceResponseBody;
6036
- static names(): {
6037
- [key: string]: string;
6038
- };
6039
- static types(): {
6040
- [key: string]: any;
6041
- };
6042
- constructor(map?: {
6043
- [key: string]: any;
6044
- });
6045
- }
6046
- export declare class ImportConnectionsRequest extends $tea.Model {
6047
- connections?: string;
6048
- projectId?: number;
6049
- static names(): {
6050
- [key: string]: string;
6051
- };
6052
- static types(): {
6053
- [key: string]: any;
6054
- };
6055
- constructor(map?: {
6056
- [key: string]: any;
6057
- });
6058
- }
6059
- export declare class ImportConnectionsResponseBody extends $tea.Model {
6060
- data?: ImportConnectionsResponseBodyData;
6061
- requestId?: string;
6062
- success?: boolean;
6063
- static names(): {
6064
- [key: string]: string;
6065
- };
6066
- static types(): {
6067
- [key: string]: any;
6068
- };
6069
- constructor(map?: {
6070
- [key: string]: any;
6071
- });
6072
- }
6073
- export declare class ImportConnectionsResponse extends $tea.Model {
6074
- headers: {
6075
- [key: string]: string;
6076
- };
6077
- body: ImportConnectionsResponseBody;
5657
+ body: GetTopicResponseBody;
6078
5658
  static names(): {
6079
5659
  [key: string]: string;
6080
5660
  };
@@ -6085,11 +5665,8 @@ export declare class ImportConnectionsResponse extends $tea.Model {
6085
5665
  [key: string]: any;
6086
5666
  });
6087
5667
  }
6088
- export declare class ImportDISyncTasksRequest extends $tea.Model {
6089
- projectId?: number;
6090
- taskParam?: string;
6091
- taskType?: string;
6092
- body?: string;
5668
+ export declare class GetTopicInfluenceRequest extends $tea.Model {
5669
+ topicId?: number;
6093
5670
  static names(): {
6094
5671
  [key: string]: string;
6095
5672
  };
@@ -6100,10 +5677,13 @@ export declare class ImportDISyncTasksRequest extends $tea.Model {
6100
5677
  [key: string]: any;
6101
5678
  });
6102
5679
  }
6103
- 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;
6104
5685
  requestId?: string;
6105
5686
  success?: boolean;
6106
- taskInfo?: ImportDISyncTasksResponseBodyTaskInfo;
6107
5687
  static names(): {
6108
5688
  [key: string]: string;
6109
5689
  };
@@ -6114,11 +5694,11 @@ export declare class ImportDISyncTasksResponseBody extends $tea.Model {
6114
5694
  [key: string]: any;
6115
5695
  });
6116
5696
  }
6117
- export declare class ImportDISyncTasksResponse extends $tea.Model {
5697
+ export declare class GetTopicInfluenceResponse extends $tea.Model {
6118
5698
  headers: {
6119
5699
  [key: string]: string;
6120
5700
  };
6121
- body: ImportDISyncTasksResponseBody;
5701
+ body: GetTopicInfluenceResponseBody;
6122
5702
  static names(): {
6123
5703
  [key: string]: string;
6124
5704
  };
@@ -6513,50 +6093,6 @@ export declare class ListDIProjectConfigResponse extends $tea.Model {
6513
6093
  [key: string]: any;
6514
6094
  });
6515
6095
  }
6516
- export declare class ListDISyncTasksRequest extends $tea.Model {
6517
- pageNumber?: number;
6518
- pageSize?: number;
6519
- projectId?: number;
6520
- taskType?: string;
6521
- static names(): {
6522
- [key: string]: string;
6523
- };
6524
- static types(): {
6525
- [key: string]: any;
6526
- };
6527
- constructor(map?: {
6528
- [key: string]: any;
6529
- });
6530
- }
6531
- export declare class ListDISyncTasksResponseBody extends $tea.Model {
6532
- requestId?: string;
6533
- success?: boolean;
6534
- taskList?: ListDISyncTasksResponseBodyTaskList;
6535
- static names(): {
6536
- [key: string]: string;
6537
- };
6538
- static types(): {
6539
- [key: string]: any;
6540
- };
6541
- constructor(map?: {
6542
- [key: string]: any;
6543
- });
6544
- }
6545
- export declare class ListDISyncTasksResponse extends $tea.Model {
6546
- headers: {
6547
- [key: string]: string;
6548
- };
6549
- body: ListDISyncTasksResponseBody;
6550
- static names(): {
6551
- [key: string]: string;
6552
- };
6553
- static types(): {
6554
- [key: string]: any;
6555
- };
6556
- constructor(map?: {
6557
- [key: string]: any;
6558
- });
6559
- }
6560
6096
  export declare class ListDagsRequest extends $tea.Model {
6561
6097
  opSeq?: number;
6562
6098
  projectEnv?: string;
@@ -7367,6 +6903,7 @@ export declare class ListManualDagInstancesResponse extends $tea.Model {
7367
6903
  });
7368
6904
  }
7369
6905
  export declare class ListMetaDBRequest extends $tea.Model {
6906
+ clusterId?: string;
7370
6907
  dataSourceType?: string;
7371
6908
  pageNum?: number;
7372
6909
  pageSize?: number;
@@ -9051,51 +8588,6 @@ export declare class SearchNodesByOutputResponse extends $tea.Model {
9051
8588
  [key: string]: any;
9052
8589
  });
9053
8590
  }
9054
- export declare class SetConnectionShareRequest extends $tea.Model {
9055
- datasourceName?: string;
9056
- envType?: string;
9057
- projectId?: number;
9058
- projectPermissions?: string;
9059
- userPermissions?: string;
9060
- static names(): {
9061
- [key: string]: string;
9062
- };
9063
- static types(): {
9064
- [key: string]: any;
9065
- };
9066
- constructor(map?: {
9067
- [key: string]: any;
9068
- });
9069
- }
9070
- export declare class SetConnectionShareResponseBody extends $tea.Model {
9071
- data?: SetConnectionShareResponseBodyData;
9072
- requestId?: string;
9073
- success?: boolean;
9074
- static names(): {
9075
- [key: string]: string;
9076
- };
9077
- static types(): {
9078
- [key: string]: any;
9079
- };
9080
- constructor(map?: {
9081
- [key: string]: any;
9082
- });
9083
- }
9084
- export declare class SetConnectionShareResponse extends $tea.Model {
9085
- headers: {
9086
- [key: string]: string;
9087
- };
9088
- body: SetConnectionShareResponseBody;
9089
- static names(): {
9090
- [key: string]: string;
9091
- };
9092
- static types(): {
9093
- [key: string]: any;
9094
- };
9095
- constructor(map?: {
9096
- [key: string]: any;
9097
- });
9098
- }
9099
8591
  export declare class SetDataSourceShareRequest extends $tea.Model {
9100
8592
  datasourceName?: string;
9101
8593
  envType?: string;
@@ -9908,6 +9400,7 @@ export declare class UpdateDataSourceResponse extends $tea.Model {
9908
9400
  });
9909
9401
  }
9910
9402
  export declare class UpdateFileRequest extends $tea.Model {
9403
+ advancedSettings?: string;
9911
9404
  autoParsing?: boolean;
9912
9405
  autoRerunIntervalMillis?: number;
9913
9406
  autoRerunTimes?: number;
@@ -9932,6 +9425,7 @@ export declare class UpdateFileRequest extends $tea.Model {
9932
9425
  resourceGroupIdentifier?: string;
9933
9426
  schedulerType?: string;
9934
9427
  startEffectDate?: number;
9428
+ startImmediately?: boolean;
9935
9429
  stop?: boolean;
9936
9430
  static names(): {
9937
9431
  [key: string]: string;
@@ -10338,6 +9832,7 @@ export declare class UpdateQualityRuleRequest extends $tea.Model {
10338
9832
  expectValue?: string;
10339
9833
  id?: number;
10340
9834
  methodName?: string;
9835
+ openSwitch?: boolean;
10341
9836
  operator?: string;
10342
9837
  predictType?: number;
10343
9838
  projectName?: string;
@@ -10840,34 +10335,6 @@ export declare class CreateTableResponseBodyTaskInfo extends $tea.Model {
10840
10335
  [key: string]: any;
10841
10336
  });
10842
10337
  }
10843
- export declare class CreateViewRequestViewColumn extends $tea.Model {
10844
- columnName?: string;
10845
- comment?: string;
10846
- static names(): {
10847
- [key: string]: string;
10848
- };
10849
- static types(): {
10850
- [key: string]: any;
10851
- };
10852
- constructor(map?: {
10853
- [key: string]: any;
10854
- });
10855
- }
10856
- export declare class CreateViewResponseBodyTaskInfo extends $tea.Model {
10857
- content?: string;
10858
- nextTaskId?: string;
10859
- status?: string;
10860
- taskId?: string;
10861
- static names(): {
10862
- [key: string]: string;
10863
- };
10864
- static types(): {
10865
- [key: string]: any;
10866
- };
10867
- constructor(map?: {
10868
- [key: string]: any;
10869
- });
10870
- }
10871
10338
  export declare class DeleteDISyncTaskResponseBodyData extends $tea.Model {
10872
10339
  message?: string;
10873
10340
  status?: string;
@@ -10896,21 +10363,6 @@ export declare class DeleteTableResponseBodyTaskInfo extends $tea.Model {
10896
10363
  [key: string]: any;
10897
10364
  });
10898
10365
  }
10899
- export declare class DeleteViewResponseBodyTaskInfo extends $tea.Model {
10900
- content?: string;
10901
- nextTaskId?: string;
10902
- status?: string;
10903
- taskId?: string;
10904
- static names(): {
10905
- [key: string]: string;
10906
- };
10907
- static types(): {
10908
- [key: string]: any;
10909
- };
10910
- constructor(map?: {
10911
- [key: string]: any;
10912
- });
10913
- }
10914
10366
  export declare class DeployDISyncTaskResponseBodyData extends $tea.Model {
10915
10367
  message?: string;
10916
10368
  status?: string;
@@ -10924,62 +10376,6 @@ export declare class DeployDISyncTaskResponseBodyData extends $tea.Model {
10924
10376
  [key: string]: any;
10925
10377
  });
10926
10378
  }
10927
- export declare class ExportConnectionsResponseBodyDataDataSources extends $tea.Model {
10928
- bindingCalcEngineId?: number;
10929
- connectStatus?: number;
10930
- content?: string;
10931
- dataSourceType?: string;
10932
- defaultEngine?: boolean;
10933
- description?: string;
10934
- envType?: number;
10935
- gmtCreate?: string;
10936
- gmtModified?: string;
10937
- id?: number;
10938
- name?: string;
10939
- operator?: string;
10940
- projectId?: number;
10941
- sequence?: number;
10942
- shared?: boolean;
10943
- status?: number;
10944
- subType?: string;
10945
- tenantId?: number;
10946
- static names(): {
10947
- [key: string]: string;
10948
- };
10949
- static types(): {
10950
- [key: string]: any;
10951
- };
10952
- constructor(map?: {
10953
- [key: string]: any;
10954
- });
10955
- }
10956
- export declare class ExportConnectionsResponseBodyData extends $tea.Model {
10957
- dataSources?: ExportConnectionsResponseBodyDataDataSources[];
10958
- pageNumber?: number;
10959
- pageSize?: number;
10960
- totalCount?: number;
10961
- static names(): {
10962
- [key: string]: string;
10963
- };
10964
- static types(): {
10965
- [key: string]: any;
10966
- };
10967
- constructor(map?: {
10968
- [key: string]: any;
10969
- });
10970
- }
10971
- export declare class ExportDISyncTasksResponseBodyData extends $tea.Model {
10972
- realTimeSolution?: string;
10973
- static names(): {
10974
- [key: string]: string;
10975
- };
10976
- static types(): {
10977
- [key: string]: any;
10978
- };
10979
- constructor(map?: {
10980
- [key: string]: any;
10981
- });
10982
- }
10983
10379
  export declare class ExportDataSourcesResponseBodyDataDataSources extends $tea.Model {
10984
10380
  bindingCalcEngineId?: number;
10985
10381
  connectStatus?: number;
@@ -11222,18 +10618,6 @@ export declare class GetBusinessResponseBodyData extends $tea.Model {
11222
10618
  [key: string]: any;
11223
10619
  });
11224
10620
  }
11225
- export declare class GetConnectionMetaResponseBodyData extends $tea.Model {
11226
- meta?: string;
11227
- static names(): {
11228
- [key: string]: string;
11229
- };
11230
- static types(): {
11231
- [key: string]: any;
11232
- };
11233
- constructor(map?: {
11234
- [key: string]: any;
11235
- });
11236
- }
11237
10621
  export declare class GetDDLJobStatusResponseBodyData extends $tea.Model {
11238
10622
  content?: string;
11239
10623
  nextTaskId?: string;
@@ -11937,6 +11321,7 @@ export declare class GetDeploymentResponseBodyData extends $tea.Model {
11937
11321
  });
11938
11322
  }
11939
11323
  export declare class GetFileResponseBodyDataFile extends $tea.Model {
11324
+ advancedSettings?: string;
11940
11325
  autoParsing?: boolean;
11941
11326
  bizId?: number;
11942
11327
  businessId?: number;
@@ -12009,6 +11394,7 @@ export declare class GetFileResponseBodyDataNodeConfiguration extends $tea.Model
12009
11394
  resourceGroupId?: number;
12010
11395
  schedulerType?: string;
12011
11396
  startEffectDate?: number;
11397
+ startImmediately?: boolean;
12012
11398
  stop?: boolean;
12013
11399
  static names(): {
12014
11400
  [key: string]: string;
@@ -12634,6 +12020,7 @@ export declare class GetMetaTableColumnResponseBodyDataColumnList extends $tea.M
12634
12020
  isPartitionColumn?: boolean;
12635
12021
  isPrimaryKey?: boolean;
12636
12022
  position?: number;
12023
+ relationCount?: number;
12637
12024
  static names(): {
12638
12025
  [key: string]: string;
12639
12026
  };
@@ -12729,6 +12116,7 @@ export declare class GetMetaTableIntroWikiResponseBodyData extends $tea.Model {
12729
12116
  });
12730
12117
  }
12731
12118
  export declare class GetMetaTableLineageResponseBodyDataDataEntityList extends $tea.Model {
12119
+ createTimestamp?: number;
12732
12120
  tableGuid?: string;
12733
12121
  tableName?: string;
12734
12122
  static names(): {
@@ -13518,31 +12906,6 @@ export declare class GetTopicInfluenceResponseBodyData extends $tea.Model {
13518
12906
  [key: string]: any;
13519
12907
  });
13520
12908
  }
13521
- export declare class ImportConnectionsResponseBodyData extends $tea.Model {
13522
- message?: string;
13523
- status?: boolean;
13524
- static names(): {
13525
- [key: string]: string;
13526
- };
13527
- static types(): {
13528
- [key: string]: any;
13529
- };
13530
- constructor(map?: {
13531
- [key: string]: any;
13532
- });
13533
- }
13534
- export declare class ImportDISyncTasksResponseBodyTaskInfo extends $tea.Model {
13535
- taskId?: number;
13536
- static names(): {
13537
- [key: string]: string;
13538
- };
13539
- static types(): {
13540
- [key: string]: any;
13541
- };
13542
- constructor(map?: {
13543
- [key: string]: any;
13544
- });
13545
- }
13546
12909
  export declare class ImportDataSourcesResponseBodyData extends $tea.Model {
13547
12910
  message?: string;
13548
12911
  status?: boolean;
@@ -13870,37 +13233,6 @@ export declare class ListDIProjectConfigResponseBodyData extends $tea.Model {
13870
13233
  [key: string]: any;
13871
13234
  });
13872
13235
  }
13873
- export declare class ListDISyncTasksResponseBodyTaskListRealTimeSolutionList extends $tea.Model {
13874
- createTime?: number;
13875
- processId?: number;
13876
- processName?: string;
13877
- taskStatus?: string;
13878
- taskType?: string;
13879
- static names(): {
13880
- [key: string]: string;
13881
- };
13882
- static types(): {
13883
- [key: string]: any;
13884
- };
13885
- constructor(map?: {
13886
- [key: string]: any;
13887
- });
13888
- }
13889
- export declare class ListDISyncTasksResponseBodyTaskList extends $tea.Model {
13890
- pageNumber?: number;
13891
- pageSize?: number;
13892
- realTimeSolutionList?: ListDISyncTasksResponseBodyTaskListRealTimeSolutionList[];
13893
- totalCount?: number;
13894
- static names(): {
13895
- [key: string]: string;
13896
- };
13897
- static types(): {
13898
- [key: string]: any;
13899
- };
13900
- constructor(map?: {
13901
- [key: string]: any;
13902
- });
13903
- }
13904
13236
  export declare class ListDagsResponseBodyDataDags extends $tea.Model {
13905
13237
  bizdate?: number;
13906
13238
  createTime?: number;
@@ -15814,18 +15146,6 @@ export declare class SearchMetaTablesResponseBodyData extends $tea.Model {
15814
15146
  [key: string]: any;
15815
15147
  });
15816
15148
  }
15817
- export declare class SetConnectionShareResponseBodyData extends $tea.Model {
15818
- status?: string;
15819
- static names(): {
15820
- [key: string]: string;
15821
- };
15822
- static types(): {
15823
- [key: string]: any;
15824
- };
15825
- constructor(map?: {
15826
- [key: string]: any;
15827
- });
15828
- }
15829
15149
  export declare class SetDataSourceShareResponseBodyData extends $tea.Model {
15830
15150
  message?: string;
15831
15151
  status?: string;
@@ -16066,18 +15386,12 @@ export default class Client extends OpenApi {
16066
15386
  addToMetaCategory(request: AddToMetaCategoryRequest): Promise<AddToMetaCategoryResponse>;
16067
15387
  approvePermissionApplyOrderWithOptions(request: ApprovePermissionApplyOrderRequest, runtime: $Util.RuntimeOptions): Promise<ApprovePermissionApplyOrderResponse>;
16068
15388
  approvePermissionApplyOrder(request: ApprovePermissionApplyOrderRequest): Promise<ApprovePermissionApplyOrderResponse>;
16069
- checkEngineMetaPartitionWithOptions(request: CheckEngineMetaPartitionRequest, runtime: $Util.RuntimeOptions): Promise<CheckEngineMetaPartitionResponse>;
16070
- checkEngineMetaPartition(request: CheckEngineMetaPartitionRequest): Promise<CheckEngineMetaPartitionResponse>;
16071
- checkEngineMetaTableWithOptions(request: CheckEngineMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<CheckEngineMetaTableResponse>;
16072
- checkEngineMetaTable(request: CheckEngineMetaTableRequest): Promise<CheckEngineMetaTableResponse>;
16073
15389
  checkFileDeploymentWithOptions(request: CheckFileDeploymentRequest, runtime: $Util.RuntimeOptions): Promise<CheckFileDeploymentResponse>;
16074
15390
  checkFileDeployment(request: CheckFileDeploymentRequest): Promise<CheckFileDeploymentResponse>;
16075
15391
  checkMetaPartitionWithOptions(request: CheckMetaPartitionRequest, runtime: $Util.RuntimeOptions): Promise<CheckMetaPartitionResponse>;
16076
15392
  checkMetaPartition(request: CheckMetaPartitionRequest): Promise<CheckMetaPartitionResponse>;
16077
15393
  checkMetaTableWithOptions(request: CheckMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<CheckMetaTableResponse>;
16078
15394
  checkMetaTable(request: CheckMetaTableRequest): Promise<CheckMetaTableResponse>;
16079
- checkMetaTableTaskWithOptions(runtime: $Util.RuntimeOptions): Promise<CheckMetaTableTaskResponse>;
16080
- checkMetaTableTask(): Promise<CheckMetaTableTaskResponse>;
16081
15395
  createBusinessWithOptions(request: CreateBusinessRequest, runtime: $Util.RuntimeOptions): Promise<CreateBusinessResponse>;
16082
15396
  createBusiness(request: CreateBusinessRequest): Promise<CreateBusinessResponse>;
16083
15397
  createConnectionWithOptions(request: CreateConnectionRequest, runtime: $Util.RuntimeOptions): Promise<CreateConnectionResponse>;
@@ -16133,8 +15447,6 @@ export default class Client extends OpenApi {
16133
15447
  createTableTheme(request: CreateTableThemeRequest): Promise<CreateTableThemeResponse>;
16134
15448
  createUdfFileWithOptions(request: CreateUdfFileRequest, runtime: $Util.RuntimeOptions): Promise<CreateUdfFileResponse>;
16135
15449
  createUdfFile(request: CreateUdfFileRequest): Promise<CreateUdfFileResponse>;
16136
- createViewWithOptions(request: CreateViewRequest, runtime: $Util.RuntimeOptions): Promise<CreateViewResponse>;
16137
- createView(request: CreateViewRequest): Promise<CreateViewResponse>;
16138
15450
  deleteBusinessWithOptions(request: DeleteBusinessRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBusinessResponse>;
16139
15451
  deleteBusiness(request: DeleteBusinessRequest): Promise<DeleteBusinessResponse>;
16140
15452
  deleteConnectionWithOptions(request: DeleteConnectionRequest, runtime: $Util.RuntimeOptions): Promise<DeleteConnectionResponse>;
@@ -16173,8 +15485,6 @@ export default class Client extends OpenApi {
16173
15485
  deleteTableLevel(request: DeleteTableLevelRequest): Promise<DeleteTableLevelResponse>;
16174
15486
  deleteTableThemeWithOptions(request: DeleteTableThemeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTableThemeResponse>;
16175
15487
  deleteTableTheme(request: DeleteTableThemeRequest): Promise<DeleteTableThemeResponse>;
16176
- deleteViewWithOptions(request: DeleteViewRequest, runtime: $Util.RuntimeOptions): Promise<DeleteViewResponse>;
16177
- deleteView(request: DeleteViewRequest): Promise<DeleteViewResponse>;
16178
15488
  deployDISyncTaskWithOptions(request: DeployDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<DeployDISyncTaskResponse>;
16179
15489
  deployDISyncTask(request: DeployDISyncTaskRequest): Promise<DeployDISyncTaskResponse>;
16180
15490
  deployFileWithOptions(request: DeployFileRequest, runtime: $Util.RuntimeOptions): Promise<DeployFileResponse>;
@@ -16183,10 +15493,6 @@ export default class Client extends OpenApi {
16183
15493
  desensitizeData(request: DesensitizeDataRequest): Promise<DesensitizeDataResponse>;
16184
15494
  establishRelationTableToBusinessWithOptions(request: EstablishRelationTableToBusinessRequest, runtime: $Util.RuntimeOptions): Promise<EstablishRelationTableToBusinessResponse>;
16185
15495
  establishRelationTableToBusiness(request: EstablishRelationTableToBusinessRequest): Promise<EstablishRelationTableToBusinessResponse>;
16186
- exportConnectionsWithOptions(request: ExportConnectionsRequest, runtime: $Util.RuntimeOptions): Promise<ExportConnectionsResponse>;
16187
- exportConnections(request: ExportConnectionsRequest): Promise<ExportConnectionsResponse>;
16188
- exportDISyncTasksWithOptions(request: ExportDISyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<ExportDISyncTasksResponse>;
16189
- exportDISyncTasks(request: ExportDISyncTasksRequest): Promise<ExportDISyncTasksResponse>;
16190
15496
  exportDataSourcesWithOptions(request: ExportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ExportDataSourcesResponse>;
16191
15497
  exportDataSources(request: ExportDataSourcesRequest): Promise<ExportDataSourcesResponse>;
16192
15498
  generateDISyncTaskConfigForCreatingWithOptions(request: GenerateDISyncTaskConfigForCreatingRequest, runtime: $Util.RuntimeOptions): Promise<GenerateDISyncTaskConfigForCreatingResponse>;
@@ -16201,8 +15507,6 @@ export default class Client extends OpenApi {
16201
15507
  getBaselineStatus(request: GetBaselineStatusRequest): Promise<GetBaselineStatusResponse>;
16202
15508
  getBusinessWithOptions(request: GetBusinessRequest, runtime: $Util.RuntimeOptions): Promise<GetBusinessResponse>;
16203
15509
  getBusiness(request: GetBusinessRequest): Promise<GetBusinessResponse>;
16204
- getConnectionMetaWithOptions(request: GetConnectionMetaRequest, runtime: $Util.RuntimeOptions): Promise<GetConnectionMetaResponse>;
16205
- getConnectionMeta(request: GetConnectionMetaRequest): Promise<GetConnectionMetaResponse>;
16206
15510
  getDDLJobStatusWithOptions(request: GetDDLJobStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetDDLJobStatusResponse>;
16207
15511
  getDDLJobStatus(request: GetDDLJobStatusRequest): Promise<GetDDLJobStatusResponse>;
16208
15512
  getDISyncInstanceInfoWithOptions(request: GetDISyncInstanceInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetDISyncInstanceInfoResponse>;
@@ -16323,10 +15627,6 @@ export default class Client extends OpenApi {
16323
15627
  getTopic(request: GetTopicRequest): Promise<GetTopicResponse>;
16324
15628
  getTopicInfluenceWithOptions(request: GetTopicInfluenceRequest, runtime: $Util.RuntimeOptions): Promise<GetTopicInfluenceResponse>;
16325
15629
  getTopicInfluence(request: GetTopicInfluenceRequest): Promise<GetTopicInfluenceResponse>;
16326
- importConnectionsWithOptions(request: ImportConnectionsRequest, runtime: $Util.RuntimeOptions): Promise<ImportConnectionsResponse>;
16327
- importConnections(request: ImportConnectionsRequest): Promise<ImportConnectionsResponse>;
16328
- importDISyncTasksWithOptions(request: ImportDISyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<ImportDISyncTasksResponse>;
16329
- importDISyncTasks(request: ImportDISyncTasksRequest): Promise<ImportDISyncTasksResponse>;
16330
15630
  importDataSourcesWithOptions(request: ImportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ImportDataSourcesResponse>;
16331
15631
  importDataSources(request: ImportDataSourcesRequest): Promise<ImportDataSourcesResponse>;
16332
15632
  listAlertMessagesWithOptions(request: ListAlertMessagesRequest, runtime: $Util.RuntimeOptions): Promise<ListAlertMessagesResponse>;
@@ -16343,8 +15643,6 @@ export default class Client extends OpenApi {
16343
15643
  listConnections(request: ListConnectionsRequest): Promise<ListConnectionsResponse>;
16344
15644
  listDIProjectConfigWithOptions(request: ListDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListDIProjectConfigResponse>;
16345
15645
  listDIProjectConfig(request: ListDIProjectConfigRequest): Promise<ListDIProjectConfigResponse>;
16346
- listDISyncTasksWithOptions(request: ListDISyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<ListDISyncTasksResponse>;
16347
- listDISyncTasks(request: ListDISyncTasksRequest): Promise<ListDISyncTasksResponse>;
16348
15646
  listDagsWithOptions(request: ListDagsRequest, runtime: $Util.RuntimeOptions): Promise<ListDagsResponse>;
16349
15647
  listDags(request: ListDagsRequest): Promise<ListDagsResponse>;
16350
15648
  listDataServiceApiAuthoritiesWithOptions(request: ListDataServiceApiAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApiAuthoritiesResponse>;
@@ -16453,8 +15751,6 @@ export default class Client extends OpenApi {
16453
15751
  searchMetaTables(request: SearchMetaTablesRequest): Promise<SearchMetaTablesResponse>;
16454
15752
  searchNodesByOutputWithOptions(request: SearchNodesByOutputRequest, runtime: $Util.RuntimeOptions): Promise<SearchNodesByOutputResponse>;
16455
15753
  searchNodesByOutput(request: SearchNodesByOutputRequest): Promise<SearchNodesByOutputResponse>;
16456
- setConnectionShareWithOptions(request: SetConnectionShareRequest, runtime: $Util.RuntimeOptions): Promise<SetConnectionShareResponse>;
16457
- setConnectionShare(request: SetConnectionShareRequest): Promise<SetConnectionShareResponse>;
16458
15754
  setDataSourceShareWithOptions(request: SetDataSourceShareRequest, runtime: $Util.RuntimeOptions): Promise<SetDataSourceShareResponse>;
16459
15755
  setDataSourceShare(request: SetDataSourceShareRequest): Promise<SetDataSourceShareResponse>;
16460
15756
  setSuccessInstanceWithOptions(request: SetSuccessInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SetSuccessInstanceResponse>;