@alicloud/dataworks-public20200518 4.3.1 → 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;
@@ -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(): {
@@ -5984,97 +5650,11 @@ export declare class GetTopicResponseBody extends $tea.Model {
5984
5650
  [key: string]: any;
5985
5651
  });
5986
5652
  }
5987
- export declare class GetTopicResponse extends $tea.Model {
5988
- headers: {
5989
- [key: string]: string;
5990
- };
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 {
5653
+ export declare class GetTopicResponse extends $tea.Model {
6074
5654
  headers: {
6075
5655
  [key: string]: string;
6076
5656
  };
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;
@@ -9051,51 +8587,6 @@ export declare class SearchNodesByOutputResponse extends $tea.Model {
9051
8587
  [key: string]: any;
9052
8588
  });
9053
8589
  }
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
8590
  export declare class SetDataSourceShareRequest extends $tea.Model {
9100
8591
  datasourceName?: string;
9101
8592
  envType?: string;
@@ -9908,6 +9399,7 @@ export declare class UpdateDataSourceResponse extends $tea.Model {
9908
9399
  });
9909
9400
  }
9910
9401
  export declare class UpdateFileRequest extends $tea.Model {
9402
+ advancedSettings?: string;
9911
9403
  autoParsing?: boolean;
9912
9404
  autoRerunIntervalMillis?: number;
9913
9405
  autoRerunTimes?: number;
@@ -9932,6 +9424,7 @@ export declare class UpdateFileRequest extends $tea.Model {
9932
9424
  resourceGroupIdentifier?: string;
9933
9425
  schedulerType?: string;
9934
9426
  startEffectDate?: number;
9427
+ startImmediately?: boolean;
9935
9428
  stop?: boolean;
9936
9429
  static names(): {
9937
9430
  [key: string]: string;
@@ -10840,34 +10333,6 @@ export declare class CreateTableResponseBodyTaskInfo extends $tea.Model {
10840
10333
  [key: string]: any;
10841
10334
  });
10842
10335
  }
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
10336
  export declare class DeleteDISyncTaskResponseBodyData extends $tea.Model {
10872
10337
  message?: string;
10873
10338
  status?: string;
@@ -10896,21 +10361,6 @@ export declare class DeleteTableResponseBodyTaskInfo extends $tea.Model {
10896
10361
  [key: string]: any;
10897
10362
  });
10898
10363
  }
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
10364
  export declare class DeployDISyncTaskResponseBodyData extends $tea.Model {
10915
10365
  message?: string;
10916
10366
  status?: string;
@@ -10924,62 +10374,6 @@ export declare class DeployDISyncTaskResponseBodyData extends $tea.Model {
10924
10374
  [key: string]: any;
10925
10375
  });
10926
10376
  }
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
10377
  export declare class ExportDataSourcesResponseBodyDataDataSources extends $tea.Model {
10984
10378
  bindingCalcEngineId?: number;
10985
10379
  connectStatus?: number;
@@ -11222,18 +10616,6 @@ export declare class GetBusinessResponseBodyData extends $tea.Model {
11222
10616
  [key: string]: any;
11223
10617
  });
11224
10618
  }
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
10619
  export declare class GetDDLJobStatusResponseBodyData extends $tea.Model {
11238
10620
  content?: string;
11239
10621
  nextTaskId?: string;
@@ -11937,6 +11319,7 @@ export declare class GetDeploymentResponseBodyData extends $tea.Model {
11937
11319
  });
11938
11320
  }
11939
11321
  export declare class GetFileResponseBodyDataFile extends $tea.Model {
11322
+ advancedSettings?: string;
11940
11323
  autoParsing?: boolean;
11941
11324
  bizId?: number;
11942
11325
  businessId?: number;
@@ -12009,6 +11392,7 @@ export declare class GetFileResponseBodyDataNodeConfiguration extends $tea.Model
12009
11392
  resourceGroupId?: number;
12010
11393
  schedulerType?: string;
12011
11394
  startEffectDate?: number;
11395
+ startImmediately?: boolean;
12012
11396
  stop?: boolean;
12013
11397
  static names(): {
12014
11398
  [key: string]: string;
@@ -13520,31 +12904,6 @@ export declare class GetTopicInfluenceResponseBodyData extends $tea.Model {
13520
12904
  [key: string]: any;
13521
12905
  });
13522
12906
  }
13523
- export declare class ImportConnectionsResponseBodyData extends $tea.Model {
13524
- message?: string;
13525
- status?: boolean;
13526
- static names(): {
13527
- [key: string]: string;
13528
- };
13529
- static types(): {
13530
- [key: string]: any;
13531
- };
13532
- constructor(map?: {
13533
- [key: string]: any;
13534
- });
13535
- }
13536
- export declare class ImportDISyncTasksResponseBodyTaskInfo extends $tea.Model {
13537
- taskId?: number;
13538
- static names(): {
13539
- [key: string]: string;
13540
- };
13541
- static types(): {
13542
- [key: string]: any;
13543
- };
13544
- constructor(map?: {
13545
- [key: string]: any;
13546
- });
13547
- }
13548
12907
  export declare class ImportDataSourcesResponseBodyData extends $tea.Model {
13549
12908
  message?: string;
13550
12909
  status?: boolean;
@@ -13872,37 +13231,6 @@ export declare class ListDIProjectConfigResponseBodyData extends $tea.Model {
13872
13231
  [key: string]: any;
13873
13232
  });
13874
13233
  }
13875
- export declare class ListDISyncTasksResponseBodyTaskListRealTimeSolutionList extends $tea.Model {
13876
- createTime?: number;
13877
- processId?: number;
13878
- processName?: string;
13879
- taskStatus?: string;
13880
- taskType?: string;
13881
- static names(): {
13882
- [key: string]: string;
13883
- };
13884
- static types(): {
13885
- [key: string]: any;
13886
- };
13887
- constructor(map?: {
13888
- [key: string]: any;
13889
- });
13890
- }
13891
- export declare class ListDISyncTasksResponseBodyTaskList extends $tea.Model {
13892
- pageNumber?: number;
13893
- pageSize?: number;
13894
- realTimeSolutionList?: ListDISyncTasksResponseBodyTaskListRealTimeSolutionList[];
13895
- totalCount?: number;
13896
- static names(): {
13897
- [key: string]: string;
13898
- };
13899
- static types(): {
13900
- [key: string]: any;
13901
- };
13902
- constructor(map?: {
13903
- [key: string]: any;
13904
- });
13905
- }
13906
13234
  export declare class ListDagsResponseBodyDataDags extends $tea.Model {
13907
13235
  bizdate?: number;
13908
13236
  createTime?: number;
@@ -15816,18 +15144,6 @@ export declare class SearchMetaTablesResponseBodyData extends $tea.Model {
15816
15144
  [key: string]: any;
15817
15145
  });
15818
15146
  }
15819
- export declare class SetConnectionShareResponseBodyData extends $tea.Model {
15820
- status?: string;
15821
- static names(): {
15822
- [key: string]: string;
15823
- };
15824
- static types(): {
15825
- [key: string]: any;
15826
- };
15827
- constructor(map?: {
15828
- [key: string]: any;
15829
- });
15830
- }
15831
15147
  export declare class SetDataSourceShareResponseBodyData extends $tea.Model {
15832
15148
  message?: string;
15833
15149
  status?: string;
@@ -16068,18 +15384,12 @@ export default class Client extends OpenApi {
16068
15384
  addToMetaCategory(request: AddToMetaCategoryRequest): Promise<AddToMetaCategoryResponse>;
16069
15385
  approvePermissionApplyOrderWithOptions(request: ApprovePermissionApplyOrderRequest, runtime: $Util.RuntimeOptions): Promise<ApprovePermissionApplyOrderResponse>;
16070
15386
  approvePermissionApplyOrder(request: ApprovePermissionApplyOrderRequest): Promise<ApprovePermissionApplyOrderResponse>;
16071
- checkEngineMetaPartitionWithOptions(request: CheckEngineMetaPartitionRequest, runtime: $Util.RuntimeOptions): Promise<CheckEngineMetaPartitionResponse>;
16072
- checkEngineMetaPartition(request: CheckEngineMetaPartitionRequest): Promise<CheckEngineMetaPartitionResponse>;
16073
- checkEngineMetaTableWithOptions(request: CheckEngineMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<CheckEngineMetaTableResponse>;
16074
- checkEngineMetaTable(request: CheckEngineMetaTableRequest): Promise<CheckEngineMetaTableResponse>;
16075
15387
  checkFileDeploymentWithOptions(request: CheckFileDeploymentRequest, runtime: $Util.RuntimeOptions): Promise<CheckFileDeploymentResponse>;
16076
15388
  checkFileDeployment(request: CheckFileDeploymentRequest): Promise<CheckFileDeploymentResponse>;
16077
15389
  checkMetaPartitionWithOptions(request: CheckMetaPartitionRequest, runtime: $Util.RuntimeOptions): Promise<CheckMetaPartitionResponse>;
16078
15390
  checkMetaPartition(request: CheckMetaPartitionRequest): Promise<CheckMetaPartitionResponse>;
16079
15391
  checkMetaTableWithOptions(request: CheckMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<CheckMetaTableResponse>;
16080
15392
  checkMetaTable(request: CheckMetaTableRequest): Promise<CheckMetaTableResponse>;
16081
- checkMetaTableTaskWithOptions(runtime: $Util.RuntimeOptions): Promise<CheckMetaTableTaskResponse>;
16082
- checkMetaTableTask(): Promise<CheckMetaTableTaskResponse>;
16083
15393
  createBusinessWithOptions(request: CreateBusinessRequest, runtime: $Util.RuntimeOptions): Promise<CreateBusinessResponse>;
16084
15394
  createBusiness(request: CreateBusinessRequest): Promise<CreateBusinessResponse>;
16085
15395
  createConnectionWithOptions(request: CreateConnectionRequest, runtime: $Util.RuntimeOptions): Promise<CreateConnectionResponse>;
@@ -16135,8 +15445,6 @@ export default class Client extends OpenApi {
16135
15445
  createTableTheme(request: CreateTableThemeRequest): Promise<CreateTableThemeResponse>;
16136
15446
  createUdfFileWithOptions(request: CreateUdfFileRequest, runtime: $Util.RuntimeOptions): Promise<CreateUdfFileResponse>;
16137
15447
  createUdfFile(request: CreateUdfFileRequest): Promise<CreateUdfFileResponse>;
16138
- createViewWithOptions(request: CreateViewRequest, runtime: $Util.RuntimeOptions): Promise<CreateViewResponse>;
16139
- createView(request: CreateViewRequest): Promise<CreateViewResponse>;
16140
15448
  deleteBusinessWithOptions(request: DeleteBusinessRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBusinessResponse>;
16141
15449
  deleteBusiness(request: DeleteBusinessRequest): Promise<DeleteBusinessResponse>;
16142
15450
  deleteConnectionWithOptions(request: DeleteConnectionRequest, runtime: $Util.RuntimeOptions): Promise<DeleteConnectionResponse>;
@@ -16175,8 +15483,6 @@ export default class Client extends OpenApi {
16175
15483
  deleteTableLevel(request: DeleteTableLevelRequest): Promise<DeleteTableLevelResponse>;
16176
15484
  deleteTableThemeWithOptions(request: DeleteTableThemeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTableThemeResponse>;
16177
15485
  deleteTableTheme(request: DeleteTableThemeRequest): Promise<DeleteTableThemeResponse>;
16178
- deleteViewWithOptions(request: DeleteViewRequest, runtime: $Util.RuntimeOptions): Promise<DeleteViewResponse>;
16179
- deleteView(request: DeleteViewRequest): Promise<DeleteViewResponse>;
16180
15486
  deployDISyncTaskWithOptions(request: DeployDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<DeployDISyncTaskResponse>;
16181
15487
  deployDISyncTask(request: DeployDISyncTaskRequest): Promise<DeployDISyncTaskResponse>;
16182
15488
  deployFileWithOptions(request: DeployFileRequest, runtime: $Util.RuntimeOptions): Promise<DeployFileResponse>;
@@ -16185,10 +15491,6 @@ export default class Client extends OpenApi {
16185
15491
  desensitizeData(request: DesensitizeDataRequest): Promise<DesensitizeDataResponse>;
16186
15492
  establishRelationTableToBusinessWithOptions(request: EstablishRelationTableToBusinessRequest, runtime: $Util.RuntimeOptions): Promise<EstablishRelationTableToBusinessResponse>;
16187
15493
  establishRelationTableToBusiness(request: EstablishRelationTableToBusinessRequest): Promise<EstablishRelationTableToBusinessResponse>;
16188
- exportConnectionsWithOptions(request: ExportConnectionsRequest, runtime: $Util.RuntimeOptions): Promise<ExportConnectionsResponse>;
16189
- exportConnections(request: ExportConnectionsRequest): Promise<ExportConnectionsResponse>;
16190
- exportDISyncTasksWithOptions(request: ExportDISyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<ExportDISyncTasksResponse>;
16191
- exportDISyncTasks(request: ExportDISyncTasksRequest): Promise<ExportDISyncTasksResponse>;
16192
15494
  exportDataSourcesWithOptions(request: ExportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ExportDataSourcesResponse>;
16193
15495
  exportDataSources(request: ExportDataSourcesRequest): Promise<ExportDataSourcesResponse>;
16194
15496
  generateDISyncTaskConfigForCreatingWithOptions(request: GenerateDISyncTaskConfigForCreatingRequest, runtime: $Util.RuntimeOptions): Promise<GenerateDISyncTaskConfigForCreatingResponse>;
@@ -16203,8 +15505,6 @@ export default class Client extends OpenApi {
16203
15505
  getBaselineStatus(request: GetBaselineStatusRequest): Promise<GetBaselineStatusResponse>;
16204
15506
  getBusinessWithOptions(request: GetBusinessRequest, runtime: $Util.RuntimeOptions): Promise<GetBusinessResponse>;
16205
15507
  getBusiness(request: GetBusinessRequest): Promise<GetBusinessResponse>;
16206
- getConnectionMetaWithOptions(request: GetConnectionMetaRequest, runtime: $Util.RuntimeOptions): Promise<GetConnectionMetaResponse>;
16207
- getConnectionMeta(request: GetConnectionMetaRequest): Promise<GetConnectionMetaResponse>;
16208
15508
  getDDLJobStatusWithOptions(request: GetDDLJobStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetDDLJobStatusResponse>;
16209
15509
  getDDLJobStatus(request: GetDDLJobStatusRequest): Promise<GetDDLJobStatusResponse>;
16210
15510
  getDISyncInstanceInfoWithOptions(request: GetDISyncInstanceInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetDISyncInstanceInfoResponse>;
@@ -16325,10 +15625,6 @@ export default class Client extends OpenApi {
16325
15625
  getTopic(request: GetTopicRequest): Promise<GetTopicResponse>;
16326
15626
  getTopicInfluenceWithOptions(request: GetTopicInfluenceRequest, runtime: $Util.RuntimeOptions): Promise<GetTopicInfluenceResponse>;
16327
15627
  getTopicInfluence(request: GetTopicInfluenceRequest): Promise<GetTopicInfluenceResponse>;
16328
- importConnectionsWithOptions(request: ImportConnectionsRequest, runtime: $Util.RuntimeOptions): Promise<ImportConnectionsResponse>;
16329
- importConnections(request: ImportConnectionsRequest): Promise<ImportConnectionsResponse>;
16330
- importDISyncTasksWithOptions(request: ImportDISyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<ImportDISyncTasksResponse>;
16331
- importDISyncTasks(request: ImportDISyncTasksRequest): Promise<ImportDISyncTasksResponse>;
16332
15628
  importDataSourcesWithOptions(request: ImportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ImportDataSourcesResponse>;
16333
15629
  importDataSources(request: ImportDataSourcesRequest): Promise<ImportDataSourcesResponse>;
16334
15630
  listAlertMessagesWithOptions(request: ListAlertMessagesRequest, runtime: $Util.RuntimeOptions): Promise<ListAlertMessagesResponse>;
@@ -16345,8 +15641,6 @@ export default class Client extends OpenApi {
16345
15641
  listConnections(request: ListConnectionsRequest): Promise<ListConnectionsResponse>;
16346
15642
  listDIProjectConfigWithOptions(request: ListDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListDIProjectConfigResponse>;
16347
15643
  listDIProjectConfig(request: ListDIProjectConfigRequest): Promise<ListDIProjectConfigResponse>;
16348
- listDISyncTasksWithOptions(request: ListDISyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<ListDISyncTasksResponse>;
16349
- listDISyncTasks(request: ListDISyncTasksRequest): Promise<ListDISyncTasksResponse>;
16350
15644
  listDagsWithOptions(request: ListDagsRequest, runtime: $Util.RuntimeOptions): Promise<ListDagsResponse>;
16351
15645
  listDags(request: ListDagsRequest): Promise<ListDagsResponse>;
16352
15646
  listDataServiceApiAuthoritiesWithOptions(request: ListDataServiceApiAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApiAuthoritiesResponse>;
@@ -16455,8 +15749,6 @@ export default class Client extends OpenApi {
16455
15749
  searchMetaTables(request: SearchMetaTablesRequest): Promise<SearchMetaTablesResponse>;
16456
15750
  searchNodesByOutputWithOptions(request: SearchNodesByOutputRequest, runtime: $Util.RuntimeOptions): Promise<SearchNodesByOutputResponse>;
16457
15751
  searchNodesByOutput(request: SearchNodesByOutputRequest): Promise<SearchNodesByOutputResponse>;
16458
- setConnectionShareWithOptions(request: SetConnectionShareRequest, runtime: $Util.RuntimeOptions): Promise<SetConnectionShareResponse>;
16459
- setConnectionShare(request: SetConnectionShareRequest): Promise<SetConnectionShareResponse>;
16460
15752
  setDataSourceShareWithOptions(request: SetDataSourceShareRequest, runtime: $Util.RuntimeOptions): Promise<SetDataSourceShareResponse>;
16461
15753
  setDataSourceShare(request: SetDataSourceShareRequest): Promise<SetDataSourceShareResponse>;
16462
15754
  setSuccessInstanceWithOptions(request: SetSuccessInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SetSuccessInstanceResponse>;