@alicloud/dms-enterprise20181101 1.43.1 → 1.44.1
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 +123 -0
- package/dist/client.js +274 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +379 -0
package/dist/client.d.ts
CHANGED
|
@@ -19515,6 +19515,7 @@ export declare class BatchCreateDataLakePartitionsRequest extends $dara.Model {
|
|
|
19515
19515
|
* 3***
|
|
19516
19516
|
*/
|
|
19517
19517
|
tid?: number;
|
|
19518
|
+
workspaceId?: number;
|
|
19518
19519
|
static names(): {
|
|
19519
19520
|
[key: string]: string;
|
|
19520
19521
|
};
|
|
@@ -19579,6 +19580,7 @@ export declare class BatchCreateDataLakePartitionsShrinkRequest extends $dara.Mo
|
|
|
19579
19580
|
* 3***
|
|
19580
19581
|
*/
|
|
19581
19582
|
tid?: number;
|
|
19583
|
+
workspaceId?: number;
|
|
19582
19584
|
static names(): {
|
|
19583
19585
|
[key: string]: string;
|
|
19584
19586
|
};
|
|
@@ -19688,6 +19690,7 @@ export declare class BatchDeleteDataLakePartitionsRequest extends $dara.Model {
|
|
|
19688
19690
|
* 3****
|
|
19689
19691
|
*/
|
|
19690
19692
|
tid?: number;
|
|
19693
|
+
workspaceId?: number;
|
|
19691
19694
|
static names(): {
|
|
19692
19695
|
[key: string]: string;
|
|
19693
19696
|
};
|
|
@@ -19792,6 +19795,7 @@ export declare class BatchUpdateDataLakePartitionsRequest extends $dara.Model {
|
|
|
19792
19795
|
* 3***
|
|
19793
19796
|
*/
|
|
19794
19797
|
tid?: number;
|
|
19798
|
+
workspaceId?: number;
|
|
19795
19799
|
static names(): {
|
|
19796
19800
|
[key: string]: string;
|
|
19797
19801
|
};
|
|
@@ -19846,6 +19850,7 @@ export declare class BatchUpdateDataLakePartitionsShrinkRequest extends $dara.Mo
|
|
|
19846
19850
|
* 3***
|
|
19847
19851
|
*/
|
|
19848
19852
|
tid?: number;
|
|
19853
|
+
workspaceId?: number;
|
|
19849
19854
|
static names(): {
|
|
19850
19855
|
[key: string]: string;
|
|
19851
19856
|
};
|
|
@@ -21804,6 +21809,7 @@ export declare class CreateDataLakeDatabaseRequest extends $dara.Model {
|
|
|
21804
21809
|
* 3***
|
|
21805
21810
|
*/
|
|
21806
21811
|
tid?: number;
|
|
21812
|
+
workspaceId?: number;
|
|
21807
21813
|
static names(): {
|
|
21808
21814
|
[key: string]: string;
|
|
21809
21815
|
};
|
|
@@ -21859,6 +21865,7 @@ export declare class CreateDataLakeDatabaseShrinkRequest extends $dara.Model {
|
|
|
21859
21865
|
* 3***
|
|
21860
21866
|
*/
|
|
21861
21867
|
tid?: number;
|
|
21868
|
+
workspaceId?: number;
|
|
21862
21869
|
static names(): {
|
|
21863
21870
|
[key: string]: string;
|
|
21864
21871
|
};
|
|
@@ -22124,6 +22131,7 @@ export declare class CreateDataLakePartitionRequest extends $dara.Model {
|
|
|
22124
22131
|
* 3***
|
|
22125
22132
|
*/
|
|
22126
22133
|
tid?: number;
|
|
22134
|
+
workspaceId?: number;
|
|
22127
22135
|
static names(): {
|
|
22128
22136
|
[key: string]: string;
|
|
22129
22137
|
};
|
|
@@ -22188,6 +22196,7 @@ export declare class CreateDataLakePartitionShrinkRequest extends $dara.Model {
|
|
|
22188
22196
|
* 3***
|
|
22189
22197
|
*/
|
|
22190
22198
|
tid?: number;
|
|
22199
|
+
workspaceId?: number;
|
|
22191
22200
|
static names(): {
|
|
22192
22201
|
[key: string]: string;
|
|
22193
22202
|
};
|
|
@@ -22280,6 +22289,7 @@ export declare class CreateDataLakeTableRequest extends $dara.Model {
|
|
|
22280
22289
|
* 3***
|
|
22281
22290
|
*/
|
|
22282
22291
|
tid?: number;
|
|
22292
|
+
workspaceId?: number;
|
|
22283
22293
|
static names(): {
|
|
22284
22294
|
[key: string]: string;
|
|
22285
22295
|
};
|
|
@@ -22326,6 +22336,7 @@ export declare class CreateDataLakeTableShrinkRequest extends $dara.Model {
|
|
|
22326
22336
|
* 3***
|
|
22327
22337
|
*/
|
|
22328
22338
|
tid?: number;
|
|
22339
|
+
workspaceId?: number;
|
|
22329
22340
|
static names(): {
|
|
22330
22341
|
[key: string]: string;
|
|
22331
22342
|
};
|
|
@@ -25478,6 +25489,7 @@ export declare class DeleteDataLakeDatabaseRequest extends $dara.Model {
|
|
|
25478
25489
|
* 3***
|
|
25479
25490
|
*/
|
|
25480
25491
|
tid?: number;
|
|
25492
|
+
workspaceId?: number;
|
|
25481
25493
|
static names(): {
|
|
25482
25494
|
[key: string]: string;
|
|
25483
25495
|
};
|
|
@@ -25689,6 +25701,7 @@ export declare class DeleteDataLakePartitionRequest extends $dara.Model {
|
|
|
25689
25701
|
* 3***
|
|
25690
25702
|
*/
|
|
25691
25703
|
tid?: number;
|
|
25704
|
+
workspaceId?: number;
|
|
25692
25705
|
static names(): {
|
|
25693
25706
|
[key: string]: string;
|
|
25694
25707
|
};
|
|
@@ -25748,6 +25761,7 @@ export declare class DeleteDataLakePartitionShrinkRequest extends $dara.Model {
|
|
|
25748
25761
|
* 3***
|
|
25749
25762
|
*/
|
|
25750
25763
|
tid?: number;
|
|
25764
|
+
workspaceId?: number;
|
|
25751
25765
|
static names(): {
|
|
25752
25766
|
[key: string]: string;
|
|
25753
25767
|
};
|
|
@@ -25846,6 +25860,7 @@ export declare class DeleteDataLakeTableRequest extends $dara.Model {
|
|
|
25846
25860
|
* 3***
|
|
25847
25861
|
*/
|
|
25848
25862
|
tid?: number;
|
|
25863
|
+
workspaceId?: number;
|
|
25849
25864
|
static names(): {
|
|
25850
25865
|
[key: string]: string;
|
|
25851
25866
|
};
|
|
@@ -30544,6 +30559,7 @@ export declare class GetDataLakeCatalogRequest extends $dara.Model {
|
|
|
30544
30559
|
* 3
|
|
30545
30560
|
*/
|
|
30546
30561
|
tid?: number;
|
|
30562
|
+
workspaceId?: number;
|
|
30547
30563
|
static names(): {
|
|
30548
30564
|
[key: string]: string;
|
|
30549
30565
|
};
|
|
@@ -30644,6 +30660,7 @@ export declare class GetDataLakeDatabaseRequest extends $dara.Model {
|
|
|
30644
30660
|
* 3
|
|
30645
30661
|
*/
|
|
30646
30662
|
tid?: number;
|
|
30663
|
+
workspaceId?: number;
|
|
30647
30664
|
static names(): {
|
|
30648
30665
|
[key: string]: string;
|
|
30649
30666
|
};
|
|
@@ -30852,6 +30869,7 @@ export declare class GetDataLakePartitionRequest extends $dara.Model {
|
|
|
30852
30869
|
* 3***
|
|
30853
30870
|
*/
|
|
30854
30871
|
tid?: number;
|
|
30872
|
+
workspaceId?: number;
|
|
30855
30873
|
static names(): {
|
|
30856
30874
|
[key: string]: string;
|
|
30857
30875
|
};
|
|
@@ -30906,6 +30924,7 @@ export declare class GetDataLakePartitionShrinkRequest extends $dara.Model {
|
|
|
30906
30924
|
* 3***
|
|
30907
30925
|
*/
|
|
30908
30926
|
tid?: number;
|
|
30927
|
+
workspaceId?: number;
|
|
30909
30928
|
static names(): {
|
|
30910
30929
|
[key: string]: string;
|
|
30911
30930
|
};
|
|
@@ -31017,6 +31036,7 @@ export declare class GetDataLakeTableRequest extends $dara.Model {
|
|
|
31017
31036
|
* 3
|
|
31018
31037
|
*/
|
|
31019
31038
|
tid?: number;
|
|
31039
|
+
workspaceId?: number;
|
|
31020
31040
|
static names(): {
|
|
31021
31041
|
[key: string]: string;
|
|
31022
31042
|
};
|
|
@@ -37617,6 +37637,7 @@ export declare class ListDataLakeCatalogRequest extends $dara.Model {
|
|
|
37617
37637
|
* false
|
|
37618
37638
|
*/
|
|
37619
37639
|
searchKey?: string;
|
|
37640
|
+
sessionToken?: string;
|
|
37620
37641
|
/**
|
|
37621
37642
|
* @example
|
|
37622
37643
|
* 3
|
|
@@ -37721,6 +37742,7 @@ export declare class ListDataLakeDatabaseRequest extends $dara.Model {
|
|
|
37721
37742
|
* 3
|
|
37722
37743
|
*/
|
|
37723
37744
|
tid?: number;
|
|
37745
|
+
workspaceId?: number;
|
|
37724
37746
|
static names(): {
|
|
37725
37747
|
[key: string]: string;
|
|
37726
37748
|
};
|
|
@@ -37829,6 +37851,7 @@ export declare class ListDataLakeFunctionRequest extends $dara.Model {
|
|
|
37829
37851
|
* 3***
|
|
37830
37852
|
*/
|
|
37831
37853
|
tid?: number;
|
|
37854
|
+
workspaceId?: number;
|
|
37832
37855
|
static names(): {
|
|
37833
37856
|
[key: string]: string;
|
|
37834
37857
|
};
|
|
@@ -37948,6 +37971,7 @@ export declare class ListDataLakeFunctionNameRequest extends $dara.Model {
|
|
|
37948
37971
|
* 3***
|
|
37949
37972
|
*/
|
|
37950
37973
|
tid?: number;
|
|
37974
|
+
workspaceId?: number;
|
|
37951
37975
|
static names(): {
|
|
37952
37976
|
[key: string]: string;
|
|
37953
37977
|
};
|
|
@@ -38071,6 +38095,7 @@ export declare class ListDataLakePartitionRequest extends $dara.Model {
|
|
|
38071
38095
|
* 3***
|
|
38072
38096
|
*/
|
|
38073
38097
|
tid?: number;
|
|
38098
|
+
workspaceId?: number;
|
|
38074
38099
|
static names(): {
|
|
38075
38100
|
[key: string]: string;
|
|
38076
38101
|
};
|
|
@@ -38134,6 +38159,7 @@ export declare class ListDataLakePartitionShrinkRequest extends $dara.Model {
|
|
|
38134
38159
|
* 3***
|
|
38135
38160
|
*/
|
|
38136
38161
|
tid?: number;
|
|
38162
|
+
workspaceId?: number;
|
|
38137
38163
|
static names(): {
|
|
38138
38164
|
[key: string]: string;
|
|
38139
38165
|
};
|
|
@@ -38264,6 +38290,7 @@ export declare class ListDataLakePartitionByFilterRequest extends $dara.Model {
|
|
|
38264
38290
|
* 3***
|
|
38265
38291
|
*/
|
|
38266
38292
|
tid?: number;
|
|
38293
|
+
workspaceId?: number;
|
|
38267
38294
|
static names(): {
|
|
38268
38295
|
[key: string]: string;
|
|
38269
38296
|
};
|
|
@@ -38386,6 +38413,7 @@ export declare class ListDataLakePartitionNameRequest extends $dara.Model {
|
|
|
38386
38413
|
* 3***
|
|
38387
38414
|
*/
|
|
38388
38415
|
tid?: number;
|
|
38416
|
+
workspaceId?: number;
|
|
38389
38417
|
static names(): {
|
|
38390
38418
|
[key: string]: string;
|
|
38391
38419
|
};
|
|
@@ -38510,6 +38538,7 @@ export declare class ListDataLakeTableRequest extends $dara.Model {
|
|
|
38510
38538
|
* 3***
|
|
38511
38539
|
*/
|
|
38512
38540
|
tid?: number;
|
|
38541
|
+
workspaceId?: number;
|
|
38513
38542
|
static names(): {
|
|
38514
38543
|
[key: string]: string;
|
|
38515
38544
|
};
|
|
@@ -38634,6 +38663,7 @@ export declare class ListDataLakeTableNameRequest extends $dara.Model {
|
|
|
38634
38663
|
* 3***
|
|
38635
38664
|
*/
|
|
38636
38665
|
tid?: number;
|
|
38666
|
+
workspaceId?: number;
|
|
38637
38667
|
static names(): {
|
|
38638
38668
|
[key: string]: string;
|
|
38639
38669
|
};
|
|
@@ -38750,6 +38780,7 @@ export declare class ListDataLakeTablebaseInfoRequest extends $dara.Model {
|
|
|
38750
38780
|
* 3***
|
|
38751
38781
|
*/
|
|
38752
38782
|
tid?: number;
|
|
38783
|
+
workspaceId?: number;
|
|
38753
38784
|
static names(): {
|
|
38754
38785
|
[key: string]: string;
|
|
38755
38786
|
};
|
|
@@ -48597,6 +48628,77 @@ export declare class SyncInstanceMetaResponse extends $dara.Model {
|
|
|
48597
48628
|
[key: string]: any;
|
|
48598
48629
|
});
|
|
48599
48630
|
}
|
|
48631
|
+
export declare class TryRunTaskFlowRequest extends $dara.Model {
|
|
48632
|
+
/**
|
|
48633
|
+
* @example
|
|
48634
|
+
* 11****
|
|
48635
|
+
*/
|
|
48636
|
+
dagId?: number;
|
|
48637
|
+
static names(): {
|
|
48638
|
+
[key: string]: string;
|
|
48639
|
+
};
|
|
48640
|
+
static types(): {
|
|
48641
|
+
[key: string]: any;
|
|
48642
|
+
};
|
|
48643
|
+
validate(): void;
|
|
48644
|
+
constructor(map?: {
|
|
48645
|
+
[key: string]: any;
|
|
48646
|
+
});
|
|
48647
|
+
}
|
|
48648
|
+
export declare class TryRunTaskFlowResponseBody extends $dara.Model {
|
|
48649
|
+
/**
|
|
48650
|
+
* @example
|
|
48651
|
+
* UnknownError
|
|
48652
|
+
*/
|
|
48653
|
+
errorCode?: string;
|
|
48654
|
+
/**
|
|
48655
|
+
* @example
|
|
48656
|
+
* UnknownError
|
|
48657
|
+
*/
|
|
48658
|
+
errorMessage?: string;
|
|
48659
|
+
/**
|
|
48660
|
+
* @example
|
|
48661
|
+
* 169****
|
|
48662
|
+
*/
|
|
48663
|
+
instanceId?: string;
|
|
48664
|
+
/**
|
|
48665
|
+
* @example
|
|
48666
|
+
* 9997630E-1993-5E6D-9DF1-4EFEE755FE31
|
|
48667
|
+
*/
|
|
48668
|
+
requestId?: string;
|
|
48669
|
+
/**
|
|
48670
|
+
* @example
|
|
48671
|
+
* true
|
|
48672
|
+
*/
|
|
48673
|
+
success?: boolean;
|
|
48674
|
+
static names(): {
|
|
48675
|
+
[key: string]: string;
|
|
48676
|
+
};
|
|
48677
|
+
static types(): {
|
|
48678
|
+
[key: string]: any;
|
|
48679
|
+
};
|
|
48680
|
+
validate(): void;
|
|
48681
|
+
constructor(map?: {
|
|
48682
|
+
[key: string]: any;
|
|
48683
|
+
});
|
|
48684
|
+
}
|
|
48685
|
+
export declare class TryRunTaskFlowResponse extends $dara.Model {
|
|
48686
|
+
headers?: {
|
|
48687
|
+
[key: string]: string;
|
|
48688
|
+
};
|
|
48689
|
+
statusCode?: number;
|
|
48690
|
+
body?: TryRunTaskFlowResponseBody;
|
|
48691
|
+
static names(): {
|
|
48692
|
+
[key: string]: string;
|
|
48693
|
+
};
|
|
48694
|
+
static types(): {
|
|
48695
|
+
[key: string]: any;
|
|
48696
|
+
};
|
|
48697
|
+
validate(): void;
|
|
48698
|
+
constructor(map?: {
|
|
48699
|
+
[key: string]: any;
|
|
48700
|
+
});
|
|
48701
|
+
}
|
|
48600
48702
|
export declare class UpdateAbacPolicyRequest extends $dara.Model {
|
|
48601
48703
|
/**
|
|
48602
48704
|
* @example
|
|
@@ -48884,6 +48986,7 @@ export declare class UpdateDataLakeDatabaseRequest extends $dara.Model {
|
|
|
48884
48986
|
* 3***
|
|
48885
48987
|
*/
|
|
48886
48988
|
tid?: number;
|
|
48989
|
+
workspaceId?: number;
|
|
48887
48990
|
static names(): {
|
|
48888
48991
|
[key: string]: string;
|
|
48889
48992
|
};
|
|
@@ -48939,6 +49042,7 @@ export declare class UpdateDataLakeDatabaseShrinkRequest extends $dara.Model {
|
|
|
48939
49042
|
* 3***
|
|
48940
49043
|
*/
|
|
48941
49044
|
tid?: number;
|
|
49045
|
+
workspaceId?: number;
|
|
48942
49046
|
static names(): {
|
|
48943
49047
|
[key: string]: string;
|
|
48944
49048
|
};
|
|
@@ -49211,6 +49315,7 @@ export declare class UpdateDataLakePartitionRequest extends $dara.Model {
|
|
|
49211
49315
|
* 3***
|
|
49212
49316
|
*/
|
|
49213
49317
|
tid?: number;
|
|
49318
|
+
workspaceId?: number;
|
|
49214
49319
|
static names(): {
|
|
49215
49320
|
[key: string]: string;
|
|
49216
49321
|
};
|
|
@@ -49265,6 +49370,7 @@ export declare class UpdateDataLakePartitionShrinkRequest extends $dara.Model {
|
|
|
49265
49370
|
* 3***
|
|
49266
49371
|
*/
|
|
49267
49372
|
tid?: number;
|
|
49373
|
+
workspaceId?: number;
|
|
49268
49374
|
static names(): {
|
|
49269
49375
|
[key: string]: string;
|
|
49270
49376
|
};
|
|
@@ -49361,6 +49467,7 @@ export declare class UpdateDataLakeTableRequest extends $dara.Model {
|
|
|
49361
49467
|
* 3***
|
|
49362
49468
|
*/
|
|
49363
49469
|
tid?: number;
|
|
49470
|
+
workspaceId?: number;
|
|
49364
49471
|
static names(): {
|
|
49365
49472
|
[key: string]: string;
|
|
49366
49473
|
};
|
|
@@ -49408,6 +49515,7 @@ export declare class UpdateDataLakeTableShrinkRequest extends $dara.Model {
|
|
|
49408
49515
|
* 3***
|
|
49409
49516
|
*/
|
|
49410
49517
|
tid?: number;
|
|
49518
|
+
workspaceId?: number;
|
|
49411
49519
|
static names(): {
|
|
49412
49520
|
[key: string]: string;
|
|
49413
49521
|
};
|
|
@@ -56294,6 +56402,21 @@ export default class Client extends OpenApi {
|
|
|
56294
56402
|
* @returns SyncInstanceMetaResponse
|
|
56295
56403
|
*/
|
|
56296
56404
|
syncInstanceMeta(request: SyncInstanceMetaRequest): Promise<SyncInstanceMetaResponse>;
|
|
56405
|
+
/**
|
|
56406
|
+
* 任务编排试运行
|
|
56407
|
+
*
|
|
56408
|
+
* @param request - TryRunTaskFlowRequest
|
|
56409
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
56410
|
+
* @returns TryRunTaskFlowResponse
|
|
56411
|
+
*/
|
|
56412
|
+
tryRunTaskFlowWithOptions(request: TryRunTaskFlowRequest, runtime: $dara.RuntimeOptions): Promise<TryRunTaskFlowResponse>;
|
|
56413
|
+
/**
|
|
56414
|
+
* 任务编排试运行
|
|
56415
|
+
*
|
|
56416
|
+
* @param request - TryRunTaskFlowRequest
|
|
56417
|
+
* @returns TryRunTaskFlowResponse
|
|
56418
|
+
*/
|
|
56419
|
+
tryRunTaskFlow(request: TryRunTaskFlowRequest): Promise<TryRunTaskFlowResponse>;
|
|
56297
56420
|
/**
|
|
56298
56421
|
* 更新权限策略
|
|
56299
56422
|
*
|