@alicloud/dataworks-public20200518 4.3.1 → 4.3.4

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(): {
@@ -6043,92 +5709,6 @@ export declare class GetTopicInfluenceResponse extends $tea.Model {
6043
5709
  [key: string]: any;
6044
5710
  });
6045
5711
  }
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;
6078
- static names(): {
6079
- [key: string]: string;
6080
- };
6081
- static types(): {
6082
- [key: string]: any;
6083
- };
6084
- constructor(map?: {
6085
- [key: string]: any;
6086
- });
6087
- }
6088
- export declare class ImportDISyncTasksRequest extends $tea.Model {
6089
- projectId?: number;
6090
- taskParam?: string;
6091
- taskType?: string;
6092
- body?: string;
6093
- static names(): {
6094
- [key: string]: string;
6095
- };
6096
- static types(): {
6097
- [key: string]: any;
6098
- };
6099
- constructor(map?: {
6100
- [key: string]: any;
6101
- });
6102
- }
6103
- export declare class ImportDISyncTasksResponseBody extends $tea.Model {
6104
- requestId?: string;
6105
- success?: boolean;
6106
- taskInfo?: ImportDISyncTasksResponseBodyTaskInfo;
6107
- static names(): {
6108
- [key: string]: string;
6109
- };
6110
- static types(): {
6111
- [key: string]: any;
6112
- };
6113
- constructor(map?: {
6114
- [key: string]: any;
6115
- });
6116
- }
6117
- export declare class ImportDISyncTasksResponse extends $tea.Model {
6118
- headers: {
6119
- [key: string]: string;
6120
- };
6121
- body: ImportDISyncTasksResponseBody;
6122
- static names(): {
6123
- [key: string]: string;
6124
- };
6125
- static types(): {
6126
- [key: string]: any;
6127
- };
6128
- constructor(map?: {
6129
- [key: string]: any;
6130
- });
6131
- }
6132
5712
  export declare class ImportDataSourcesRequest extends $tea.Model {
6133
5713
  dataSources?: string;
6134
5714
  projectId?: number;
@@ -6440,52 +6020,9 @@ export declare class ListConnectionsRequest extends $tea.Model {
6440
6020
  [key: string]: any;
6441
6021
  });
6442
6022
  }
6443
- export declare class ListConnectionsResponseBody extends $tea.Model {
6444
- data?: ListConnectionsResponseBodyData;
6445
- httpStatusCode?: number;
6446
- requestId?: string;
6447
- success?: boolean;
6448
- static names(): {
6449
- [key: string]: string;
6450
- };
6451
- static types(): {
6452
- [key: string]: any;
6453
- };
6454
- constructor(map?: {
6455
- [key: string]: any;
6456
- });
6457
- }
6458
- export declare class ListConnectionsResponse extends $tea.Model {
6459
- headers: {
6460
- [key: string]: string;
6461
- };
6462
- body: ListConnectionsResponseBody;
6463
- static names(): {
6464
- [key: string]: string;
6465
- };
6466
- static types(): {
6467
- [key: string]: any;
6468
- };
6469
- constructor(map?: {
6470
- [key: string]: any;
6471
- });
6472
- }
6473
- export declare class ListDIProjectConfigRequest extends $tea.Model {
6474
- destinationType?: string;
6475
- projectId?: number;
6476
- sourceType?: string;
6477
- static names(): {
6478
- [key: string]: string;
6479
- };
6480
- static types(): {
6481
- [key: string]: any;
6482
- };
6483
- constructor(map?: {
6484
- [key: string]: any;
6485
- });
6486
- }
6487
- export declare class ListDIProjectConfigResponseBody extends $tea.Model {
6488
- data?: ListDIProjectConfigResponseBodyData;
6023
+ export declare class ListConnectionsResponseBody extends $tea.Model {
6024
+ data?: ListConnectionsResponseBodyData;
6025
+ httpStatusCode?: number;
6489
6026
  requestId?: string;
6490
6027
  success?: boolean;
6491
6028
  static names(): {
@@ -6498,11 +6035,11 @@ export declare class ListDIProjectConfigResponseBody extends $tea.Model {
6498
6035
  [key: string]: any;
6499
6036
  });
6500
6037
  }
6501
- export declare class ListDIProjectConfigResponse extends $tea.Model {
6038
+ export declare class ListConnectionsResponse extends $tea.Model {
6502
6039
  headers: {
6503
6040
  [key: string]: string;
6504
6041
  };
6505
- body: ListDIProjectConfigResponseBody;
6042
+ body: ListConnectionsResponseBody;
6506
6043
  static names(): {
6507
6044
  [key: string]: string;
6508
6045
  };
@@ -6513,11 +6050,10 @@ export declare class ListDIProjectConfigResponse extends $tea.Model {
6513
6050
  [key: string]: any;
6514
6051
  });
6515
6052
  }
6516
- export declare class ListDISyncTasksRequest extends $tea.Model {
6517
- pageNumber?: number;
6518
- pageSize?: number;
6053
+ export declare class ListDIProjectConfigRequest extends $tea.Model {
6054
+ destinationType?: string;
6519
6055
  projectId?: number;
6520
- taskType?: string;
6056
+ sourceType?: string;
6521
6057
  static names(): {
6522
6058
  [key: string]: string;
6523
6059
  };
@@ -6528,10 +6064,10 @@ export declare class ListDISyncTasksRequest extends $tea.Model {
6528
6064
  [key: string]: any;
6529
6065
  });
6530
6066
  }
6531
- export declare class ListDISyncTasksResponseBody extends $tea.Model {
6067
+ export declare class ListDIProjectConfigResponseBody extends $tea.Model {
6068
+ data?: ListDIProjectConfigResponseBodyData;
6532
6069
  requestId?: string;
6533
6070
  success?: boolean;
6534
- taskList?: ListDISyncTasksResponseBodyTaskList;
6535
6071
  static names(): {
6536
6072
  [key: string]: string;
6537
6073
  };
@@ -6542,11 +6078,11 @@ export declare class ListDISyncTasksResponseBody extends $tea.Model {
6542
6078
  [key: string]: any;
6543
6079
  });
6544
6080
  }
6545
- export declare class ListDISyncTasksResponse extends $tea.Model {
6081
+ export declare class ListDIProjectConfigResponse extends $tea.Model {
6546
6082
  headers: {
6547
6083
  [key: string]: string;
6548
6084
  };
6549
- body: ListDISyncTasksResponseBody;
6085
+ body: ListDIProjectConfigResponseBody;
6550
6086
  static names(): {
6551
6087
  [key: string]: string;
6552
6088
  };
@@ -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;
@@ -10742,10 +10237,11 @@ export declare class UpdateUdfFileResponse extends $tea.Model {
10742
10237
  [key: string]: any;
10743
10238
  });
10744
10239
  }
10745
- export declare class CreateDISyncTaskResponseBodyData extends $tea.Model {
10746
- fileId?: number;
10747
- message?: string;
10748
- status?: string;
10240
+ export declare class UpdateWorkbenchEventResultRequest extends $tea.Model {
10241
+ checkResult?: string;
10242
+ checkResultTip?: string;
10243
+ extensionCode?: string;
10244
+ messageId?: string;
10749
10245
  static names(): {
10750
10246
  [key: string]: string;
10751
10247
  };
@@ -10756,8 +10252,9 @@ export declare class CreateDISyncTaskResponseBodyData extends $tea.Model {
10756
10252
  [key: string]: any;
10757
10253
  });
10758
10254
  }
10759
- export declare class CreateMetaCategoryResponseBodyData extends $tea.Model {
10760
- categoryId?: number;
10255
+ export declare class UpdateWorkbenchEventResultResponseBody extends $tea.Model {
10256
+ requestId?: string;
10257
+ success?: boolean;
10761
10258
  static names(): {
10762
10259
  [key: string]: string;
10763
10260
  };
@@ -10768,8 +10265,11 @@ export declare class CreateMetaCategoryResponseBodyData extends $tea.Model {
10768
10265
  [key: string]: any;
10769
10266
  });
10770
10267
  }
10771
- export declare class CreatePermissionApplyOrderRequestApplyObjectColumnMetaList extends $tea.Model {
10772
- name?: string;
10268
+ export declare class UpdateWorkbenchEventResultResponse extends $tea.Model {
10269
+ headers: {
10270
+ [key: string]: string;
10271
+ };
10272
+ body: UpdateWorkbenchEventResultResponseBody;
10773
10273
  static names(): {
10774
10274
  [key: string]: string;
10775
10275
  };
@@ -10780,10 +10280,10 @@ export declare class CreatePermissionApplyOrderRequestApplyObjectColumnMetaList
10780
10280
  [key: string]: any;
10781
10281
  });
10782
10282
  }
10783
- export declare class CreatePermissionApplyOrderRequestApplyObject extends $tea.Model {
10784
- actions?: string;
10785
- columnMetaList?: CreatePermissionApplyOrderRequestApplyObjectColumnMetaList[];
10786
- name?: string;
10283
+ export declare class CreateDISyncTaskResponseBodyData extends $tea.Model {
10284
+ fileId?: number;
10285
+ message?: string;
10286
+ status?: string;
10787
10287
  static names(): {
10788
10288
  [key: string]: string;
10789
10289
  };
@@ -10794,14 +10294,8 @@ export declare class CreatePermissionApplyOrderRequestApplyObject extends $tea.M
10794
10294
  [key: string]: any;
10795
10295
  });
10796
10296
  }
10797
- export declare class CreateTableRequestColumns extends $tea.Model {
10798
- columnName?: string;
10799
- columnNameCn?: string;
10800
- columnType?: string;
10801
- comment?: string;
10802
- isPartitionCol?: boolean;
10803
- length?: number;
10804
- seqNumber?: number;
10297
+ export declare class CreateMetaCategoryResponseBodyData extends $tea.Model {
10298
+ categoryId?: number;
10805
10299
  static names(): {
10806
10300
  [key: string]: string;
10807
10301
  };
@@ -10812,9 +10306,8 @@ export declare class CreateTableRequestColumns extends $tea.Model {
10812
10306
  [key: string]: any;
10813
10307
  });
10814
10308
  }
10815
- export declare class CreateTableRequestThemes extends $tea.Model {
10816
- themeId?: number;
10817
- themeLevel?: number;
10309
+ export declare class CreatePermissionApplyOrderRequestApplyObjectColumnMetaList extends $tea.Model {
10310
+ name?: string;
10818
10311
  static names(): {
10819
10312
  [key: string]: string;
10820
10313
  };
@@ -10825,11 +10318,10 @@ export declare class CreateTableRequestThemes extends $tea.Model {
10825
10318
  [key: string]: any;
10826
10319
  });
10827
10320
  }
10828
- export declare class CreateTableResponseBodyTaskInfo extends $tea.Model {
10829
- content?: string;
10830
- nextTaskId?: string;
10831
- status?: string;
10832
- taskId?: string;
10321
+ export declare class CreatePermissionApplyOrderRequestApplyObject extends $tea.Model {
10322
+ actions?: string;
10323
+ columnMetaList?: CreatePermissionApplyOrderRequestApplyObjectColumnMetaList[];
10324
+ name?: string;
10833
10325
  static names(): {
10834
10326
  [key: string]: string;
10835
10327
  };
@@ -10840,9 +10332,14 @@ export declare class CreateTableResponseBodyTaskInfo extends $tea.Model {
10840
10332
  [key: string]: any;
10841
10333
  });
10842
10334
  }
10843
- export declare class CreateViewRequestViewColumn extends $tea.Model {
10335
+ export declare class CreateTableRequestColumns extends $tea.Model {
10844
10336
  columnName?: string;
10337
+ columnNameCn?: string;
10338
+ columnType?: string;
10845
10339
  comment?: string;
10340
+ isPartitionCol?: boolean;
10341
+ length?: number;
10342
+ seqNumber?: number;
10846
10343
  static names(): {
10847
10344
  [key: string]: string;
10848
10345
  };
@@ -10853,11 +10350,9 @@ export declare class CreateViewRequestViewColumn extends $tea.Model {
10853
10350
  [key: string]: any;
10854
10351
  });
10855
10352
  }
10856
- export declare class CreateViewResponseBodyTaskInfo extends $tea.Model {
10857
- content?: string;
10858
- nextTaskId?: string;
10859
- status?: string;
10860
- taskId?: string;
10353
+ export declare class CreateTableRequestThemes extends $tea.Model {
10354
+ themeId?: number;
10355
+ themeLevel?: number;
10861
10356
  static names(): {
10862
10357
  [key: string]: string;
10863
10358
  };
@@ -10868,9 +10363,11 @@ export declare class CreateViewResponseBodyTaskInfo extends $tea.Model {
10868
10363
  [key: string]: any;
10869
10364
  });
10870
10365
  }
10871
- export declare class DeleteDISyncTaskResponseBodyData extends $tea.Model {
10872
- message?: string;
10366
+ export declare class CreateTableResponseBodyTaskInfo extends $tea.Model {
10367
+ content?: string;
10368
+ nextTaskId?: string;
10873
10369
  status?: string;
10370
+ taskId?: string;
10874
10371
  static names(): {
10875
10372
  [key: string]: string;
10876
10373
  };
@@ -10881,11 +10378,9 @@ export declare class DeleteDISyncTaskResponseBodyData extends $tea.Model {
10881
10378
  [key: string]: any;
10882
10379
  });
10883
10380
  }
10884
- export declare class DeleteTableResponseBodyTaskInfo extends $tea.Model {
10885
- content?: string;
10886
- nextTaskId?: string;
10381
+ export declare class DeleteDISyncTaskResponseBodyData extends $tea.Model {
10382
+ message?: string;
10887
10383
  status?: string;
10888
- taskId?: string;
10889
10384
  static names(): {
10890
10385
  [key: string]: string;
10891
10386
  };
@@ -10896,7 +10391,7 @@ export declare class DeleteTableResponseBodyTaskInfo extends $tea.Model {
10896
10391
  [key: string]: any;
10897
10392
  });
10898
10393
  }
10899
- export declare class DeleteViewResponseBodyTaskInfo extends $tea.Model {
10394
+ export declare class DeleteTableResponseBodyTaskInfo extends $tea.Model {
10900
10395
  content?: string;
10901
10396
  nextTaskId?: string;
10902
10397
  status?: string;
@@ -10924,62 +10419,6 @@ export declare class DeployDISyncTaskResponseBodyData extends $tea.Model {
10924
10419
  [key: string]: any;
10925
10420
  });
10926
10421
  }
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
10422
  export declare class ExportDataSourcesResponseBodyDataDataSources extends $tea.Model {
10984
10423
  bindingCalcEngineId?: number;
10985
10424
  connectStatus?: number;
@@ -11222,18 +10661,6 @@ export declare class GetBusinessResponseBodyData extends $tea.Model {
11222
10661
  [key: string]: any;
11223
10662
  });
11224
10663
  }
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
10664
  export declare class GetDDLJobStatusResponseBodyData extends $tea.Model {
11238
10665
  content?: string;
11239
10666
  nextTaskId?: string;
@@ -11937,6 +11364,7 @@ export declare class GetDeploymentResponseBodyData extends $tea.Model {
11937
11364
  });
11938
11365
  }
11939
11366
  export declare class GetFileResponseBodyDataFile extends $tea.Model {
11367
+ advancedSettings?: string;
11940
11368
  autoParsing?: boolean;
11941
11369
  bizId?: number;
11942
11370
  businessId?: number;
@@ -12009,6 +11437,7 @@ export declare class GetFileResponseBodyDataNodeConfiguration extends $tea.Model
12009
11437
  resourceGroupId?: number;
12010
11438
  schedulerType?: string;
12011
11439
  startEffectDate?: number;
11440
+ startImmediately?: boolean;
12012
11441
  stop?: boolean;
12013
11442
  static names(): {
12014
11443
  [key: string]: string;
@@ -13520,31 +12949,6 @@ export declare class GetTopicInfluenceResponseBodyData extends $tea.Model {
13520
12949
  [key: string]: any;
13521
12950
  });
13522
12951
  }
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
12952
  export declare class ImportDataSourcesResponseBodyData extends $tea.Model {
13549
12953
  message?: string;
13550
12954
  status?: boolean;
@@ -13872,37 +13276,6 @@ export declare class ListDIProjectConfigResponseBodyData extends $tea.Model {
13872
13276
  [key: string]: any;
13873
13277
  });
13874
13278
  }
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
13279
  export declare class ListDagsResponseBodyDataDags extends $tea.Model {
13907
13280
  bizdate?: number;
13908
13281
  createTime?: number;
@@ -15816,18 +15189,6 @@ export declare class SearchMetaTablesResponseBodyData extends $tea.Model {
15816
15189
  [key: string]: any;
15817
15190
  });
15818
15191
  }
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
15192
  export declare class SetDataSourceShareResponseBodyData extends $tea.Model {
15832
15193
  message?: string;
15833
15194
  status?: string;
@@ -16068,18 +15429,12 @@ export default class Client extends OpenApi {
16068
15429
  addToMetaCategory(request: AddToMetaCategoryRequest): Promise<AddToMetaCategoryResponse>;
16069
15430
  approvePermissionApplyOrderWithOptions(request: ApprovePermissionApplyOrderRequest, runtime: $Util.RuntimeOptions): Promise<ApprovePermissionApplyOrderResponse>;
16070
15431
  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
15432
  checkFileDeploymentWithOptions(request: CheckFileDeploymentRequest, runtime: $Util.RuntimeOptions): Promise<CheckFileDeploymentResponse>;
16076
15433
  checkFileDeployment(request: CheckFileDeploymentRequest): Promise<CheckFileDeploymentResponse>;
16077
15434
  checkMetaPartitionWithOptions(request: CheckMetaPartitionRequest, runtime: $Util.RuntimeOptions): Promise<CheckMetaPartitionResponse>;
16078
15435
  checkMetaPartition(request: CheckMetaPartitionRequest): Promise<CheckMetaPartitionResponse>;
16079
15436
  checkMetaTableWithOptions(request: CheckMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<CheckMetaTableResponse>;
16080
15437
  checkMetaTable(request: CheckMetaTableRequest): Promise<CheckMetaTableResponse>;
16081
- checkMetaTableTaskWithOptions(runtime: $Util.RuntimeOptions): Promise<CheckMetaTableTaskResponse>;
16082
- checkMetaTableTask(): Promise<CheckMetaTableTaskResponse>;
16083
15438
  createBusinessWithOptions(request: CreateBusinessRequest, runtime: $Util.RuntimeOptions): Promise<CreateBusinessResponse>;
16084
15439
  createBusiness(request: CreateBusinessRequest): Promise<CreateBusinessResponse>;
16085
15440
  createConnectionWithOptions(request: CreateConnectionRequest, runtime: $Util.RuntimeOptions): Promise<CreateConnectionResponse>;
@@ -16135,8 +15490,6 @@ export default class Client extends OpenApi {
16135
15490
  createTableTheme(request: CreateTableThemeRequest): Promise<CreateTableThemeResponse>;
16136
15491
  createUdfFileWithOptions(request: CreateUdfFileRequest, runtime: $Util.RuntimeOptions): Promise<CreateUdfFileResponse>;
16137
15492
  createUdfFile(request: CreateUdfFileRequest): Promise<CreateUdfFileResponse>;
16138
- createViewWithOptions(request: CreateViewRequest, runtime: $Util.RuntimeOptions): Promise<CreateViewResponse>;
16139
- createView(request: CreateViewRequest): Promise<CreateViewResponse>;
16140
15493
  deleteBusinessWithOptions(request: DeleteBusinessRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBusinessResponse>;
16141
15494
  deleteBusiness(request: DeleteBusinessRequest): Promise<DeleteBusinessResponse>;
16142
15495
  deleteConnectionWithOptions(request: DeleteConnectionRequest, runtime: $Util.RuntimeOptions): Promise<DeleteConnectionResponse>;
@@ -16175,8 +15528,6 @@ export default class Client extends OpenApi {
16175
15528
  deleteTableLevel(request: DeleteTableLevelRequest): Promise<DeleteTableLevelResponse>;
16176
15529
  deleteTableThemeWithOptions(request: DeleteTableThemeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTableThemeResponse>;
16177
15530
  deleteTableTheme(request: DeleteTableThemeRequest): Promise<DeleteTableThemeResponse>;
16178
- deleteViewWithOptions(request: DeleteViewRequest, runtime: $Util.RuntimeOptions): Promise<DeleteViewResponse>;
16179
- deleteView(request: DeleteViewRequest): Promise<DeleteViewResponse>;
16180
15531
  deployDISyncTaskWithOptions(request: DeployDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<DeployDISyncTaskResponse>;
16181
15532
  deployDISyncTask(request: DeployDISyncTaskRequest): Promise<DeployDISyncTaskResponse>;
16182
15533
  deployFileWithOptions(request: DeployFileRequest, runtime: $Util.RuntimeOptions): Promise<DeployFileResponse>;
@@ -16185,10 +15536,6 @@ export default class Client extends OpenApi {
16185
15536
  desensitizeData(request: DesensitizeDataRequest): Promise<DesensitizeDataResponse>;
16186
15537
  establishRelationTableToBusinessWithOptions(request: EstablishRelationTableToBusinessRequest, runtime: $Util.RuntimeOptions): Promise<EstablishRelationTableToBusinessResponse>;
16187
15538
  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
15539
  exportDataSourcesWithOptions(request: ExportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ExportDataSourcesResponse>;
16193
15540
  exportDataSources(request: ExportDataSourcesRequest): Promise<ExportDataSourcesResponse>;
16194
15541
  generateDISyncTaskConfigForCreatingWithOptions(request: GenerateDISyncTaskConfigForCreatingRequest, runtime: $Util.RuntimeOptions): Promise<GenerateDISyncTaskConfigForCreatingResponse>;
@@ -16203,8 +15550,6 @@ export default class Client extends OpenApi {
16203
15550
  getBaselineStatus(request: GetBaselineStatusRequest): Promise<GetBaselineStatusResponse>;
16204
15551
  getBusinessWithOptions(request: GetBusinessRequest, runtime: $Util.RuntimeOptions): Promise<GetBusinessResponse>;
16205
15552
  getBusiness(request: GetBusinessRequest): Promise<GetBusinessResponse>;
16206
- getConnectionMetaWithOptions(request: GetConnectionMetaRequest, runtime: $Util.RuntimeOptions): Promise<GetConnectionMetaResponse>;
16207
- getConnectionMeta(request: GetConnectionMetaRequest): Promise<GetConnectionMetaResponse>;
16208
15553
  getDDLJobStatusWithOptions(request: GetDDLJobStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetDDLJobStatusResponse>;
16209
15554
  getDDLJobStatus(request: GetDDLJobStatusRequest): Promise<GetDDLJobStatusResponse>;
16210
15555
  getDISyncInstanceInfoWithOptions(request: GetDISyncInstanceInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetDISyncInstanceInfoResponse>;
@@ -16325,10 +15670,6 @@ export default class Client extends OpenApi {
16325
15670
  getTopic(request: GetTopicRequest): Promise<GetTopicResponse>;
16326
15671
  getTopicInfluenceWithOptions(request: GetTopicInfluenceRequest, runtime: $Util.RuntimeOptions): Promise<GetTopicInfluenceResponse>;
16327
15672
  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
15673
  importDataSourcesWithOptions(request: ImportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ImportDataSourcesResponse>;
16333
15674
  importDataSources(request: ImportDataSourcesRequest): Promise<ImportDataSourcesResponse>;
16334
15675
  listAlertMessagesWithOptions(request: ListAlertMessagesRequest, runtime: $Util.RuntimeOptions): Promise<ListAlertMessagesResponse>;
@@ -16345,8 +15686,6 @@ export default class Client extends OpenApi {
16345
15686
  listConnections(request: ListConnectionsRequest): Promise<ListConnectionsResponse>;
16346
15687
  listDIProjectConfigWithOptions(request: ListDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListDIProjectConfigResponse>;
16347
15688
  listDIProjectConfig(request: ListDIProjectConfigRequest): Promise<ListDIProjectConfigResponse>;
16348
- listDISyncTasksWithOptions(request: ListDISyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<ListDISyncTasksResponse>;
16349
- listDISyncTasks(request: ListDISyncTasksRequest): Promise<ListDISyncTasksResponse>;
16350
15689
  listDagsWithOptions(request: ListDagsRequest, runtime: $Util.RuntimeOptions): Promise<ListDagsResponse>;
16351
15690
  listDags(request: ListDagsRequest): Promise<ListDagsResponse>;
16352
15691
  listDataServiceApiAuthoritiesWithOptions(request: ListDataServiceApiAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApiAuthoritiesResponse>;
@@ -16455,8 +15794,6 @@ export default class Client extends OpenApi {
16455
15794
  searchMetaTables(request: SearchMetaTablesRequest): Promise<SearchMetaTablesResponse>;
16456
15795
  searchNodesByOutputWithOptions(request: SearchNodesByOutputRequest, runtime: $Util.RuntimeOptions): Promise<SearchNodesByOutputResponse>;
16457
15796
  searchNodesByOutput(request: SearchNodesByOutputRequest): Promise<SearchNodesByOutputResponse>;
16458
- setConnectionShareWithOptions(request: SetConnectionShareRequest, runtime: $Util.RuntimeOptions): Promise<SetConnectionShareResponse>;
16459
- setConnectionShare(request: SetConnectionShareRequest): Promise<SetConnectionShareResponse>;
16460
15797
  setDataSourceShareWithOptions(request: SetDataSourceShareRequest, runtime: $Util.RuntimeOptions): Promise<SetDataSourceShareResponse>;
16461
15798
  setDataSourceShare(request: SetDataSourceShareRequest): Promise<SetDataSourceShareResponse>;
16462
15799
  setSuccessInstanceWithOptions(request: SetSuccessInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SetSuccessInstanceResponse>;
@@ -16527,4 +15864,6 @@ export default class Client extends OpenApi {
16527
15864
  updateTableTheme(request: UpdateTableThemeRequest): Promise<UpdateTableThemeResponse>;
16528
15865
  updateUdfFileWithOptions(request: UpdateUdfFileRequest, runtime: $Util.RuntimeOptions): Promise<UpdateUdfFileResponse>;
16529
15866
  updateUdfFile(request: UpdateUdfFileRequest): Promise<UpdateUdfFileResponse>;
15867
+ updateWorkbenchEventResultWithOptions(request: UpdateWorkbenchEventResultRequest, runtime: $Util.RuntimeOptions): Promise<UpdateWorkbenchEventResultResponse>;
15868
+ updateWorkbenchEventResult(request: UpdateWorkbenchEventResultRequest): Promise<UpdateWorkbenchEventResultResponse>;
16530
15869
  }