@alicloud/dataworks-public20200518 5.4.0 → 5.4.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 +78 -22
- package/dist/client.js +96 -26
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +108 -26
package/dist/client.d.ts
CHANGED
|
@@ -18178,11 +18178,16 @@ export declare class GetNodeResponseBodyData extends $tea.Model {
|
|
|
18178
18178
|
baselineId?: number;
|
|
18179
18179
|
businessId?: number;
|
|
18180
18180
|
connection?: string;
|
|
18181
|
+
createTime?: number;
|
|
18181
18182
|
cronExpress?: string;
|
|
18183
|
+
deployDate?: number;
|
|
18182
18184
|
description?: string;
|
|
18183
18185
|
dqcDescription?: string;
|
|
18184
18186
|
dqcType?: number;
|
|
18187
|
+
fileId?: number;
|
|
18185
18188
|
fileType?: number;
|
|
18189
|
+
fileVersion?: number;
|
|
18190
|
+
modifyTime?: number;
|
|
18186
18191
|
nodeId?: number;
|
|
18187
18192
|
nodeName?: string;
|
|
18188
18193
|
ownerId?: string;
|
|
@@ -18217,6 +18222,7 @@ export declare class GetNodeChildrenResponseBodyDataNodes extends $tea.Model {
|
|
|
18217
18222
|
projectId?: number;
|
|
18218
18223
|
repeatability?: boolean;
|
|
18219
18224
|
schedulerType?: string;
|
|
18225
|
+
stepType?: string;
|
|
18220
18226
|
static names(): {
|
|
18221
18227
|
[key: string]: string;
|
|
18222
18228
|
};
|
|
@@ -18265,6 +18271,7 @@ export declare class GetNodeParentsResponseBodyDataNodes extends $tea.Model {
|
|
|
18265
18271
|
projectId?: number;
|
|
18266
18272
|
repeatability?: boolean;
|
|
18267
18273
|
schedulerType?: string;
|
|
18274
|
+
stepType?: string;
|
|
18268
18275
|
static names(): {
|
|
18269
18276
|
[key: string]: string;
|
|
18270
18277
|
};
|
|
@@ -20683,11 +20690,16 @@ export declare class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
20683
20690
|
baselineId?: number;
|
|
20684
20691
|
businessId?: number;
|
|
20685
20692
|
connection?: string;
|
|
20693
|
+
createTime?: number;
|
|
20686
20694
|
cronExpress?: string;
|
|
20695
|
+
deployDate?: number;
|
|
20687
20696
|
description?: string;
|
|
20688
20697
|
dqcDescription?: string;
|
|
20689
20698
|
dqcType?: number;
|
|
20699
|
+
fileId?: number;
|
|
20690
20700
|
fileType?: number;
|
|
20701
|
+
fileVersion?: number;
|
|
20702
|
+
modifyTime?: number;
|
|
20691
20703
|
nodeId?: number;
|
|
20692
20704
|
nodeName?: string;
|
|
20693
20705
|
ownerId?: string;
|
|
@@ -22241,7 +22253,7 @@ export default class Client extends OpenApi {
|
|
|
22241
22253
|
*/
|
|
22242
22254
|
abolishDataServiceApi(request: AbolishDataServiceApiRequest): Promise<AbolishDataServiceApiResponse>;
|
|
22243
22255
|
/**
|
|
22244
|
-
* @summary
|
|
22256
|
+
* @summary Adds an entity to a collection.
|
|
22245
22257
|
*
|
|
22246
22258
|
* @param request AddMetaCollectionEntityRequest
|
|
22247
22259
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -22249,7 +22261,7 @@ export default class Client extends OpenApi {
|
|
|
22249
22261
|
*/
|
|
22250
22262
|
addMetaCollectionEntityWithOptions(request: AddMetaCollectionEntityRequest, runtime: $Util.RuntimeOptions): Promise<AddMetaCollectionEntityResponse>;
|
|
22251
22263
|
/**
|
|
22252
|
-
* @summary
|
|
22264
|
+
* @summary Adds an entity to a collection.
|
|
22253
22265
|
*
|
|
22254
22266
|
* @param request AddMetaCollectionEntityRequest
|
|
22255
22267
|
* @return AddMetaCollectionEntityResponse
|
|
@@ -22462,7 +22474,7 @@ export default class Client extends OpenApi {
|
|
|
22462
22474
|
*/
|
|
22463
22475
|
createDIJob(request: CreateDIJobRequest): Promise<CreateDIJobResponse>;
|
|
22464
22476
|
/**
|
|
22465
|
-
* @
|
|
22477
|
+
* @summary Creates a data synchronization task.
|
|
22466
22478
|
*
|
|
22467
22479
|
* @param request CreateDISyncTaskRequest
|
|
22468
22480
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -22470,7 +22482,7 @@ export default class Client extends OpenApi {
|
|
|
22470
22482
|
*/
|
|
22471
22483
|
createDISyncTaskWithOptions(request: CreateDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateDISyncTaskResponse>;
|
|
22472
22484
|
/**
|
|
22473
|
-
* @
|
|
22485
|
+
* @summary Creates a data synchronization task.
|
|
22474
22486
|
*
|
|
22475
22487
|
* @param request CreateDISyncTaskRequest
|
|
22476
22488
|
* @return CreateDISyncTaskResponse
|
|
@@ -22856,12 +22868,16 @@ export default class Client extends OpenApi {
|
|
|
22856
22868
|
*/
|
|
22857
22869
|
createTableLevel(request: CreateTableLevelRequest): Promise<CreateTableLevelResponse>;
|
|
22858
22870
|
/**
|
|
22871
|
+
* @summary Creates a table folder. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
22872
|
+
*
|
|
22859
22873
|
* @param request CreateTableThemeRequest
|
|
22860
22874
|
* @param runtime runtime options for this request RuntimeOptions
|
|
22861
22875
|
* @return CreateTableThemeResponse
|
|
22862
22876
|
*/
|
|
22863
22877
|
createTableThemeWithOptions(request: CreateTableThemeRequest, runtime: $Util.RuntimeOptions): Promise<CreateTableThemeResponse>;
|
|
22864
22878
|
/**
|
|
22879
|
+
* @summary Creates a table folder. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
22880
|
+
*
|
|
22865
22881
|
* @param request CreateTableThemeRequest
|
|
22866
22882
|
* @return CreateTableThemeResponse
|
|
22867
22883
|
*/
|
|
@@ -24220,9 +24236,7 @@ export default class Client extends OpenApi {
|
|
|
24220
24236
|
*/
|
|
24221
24237
|
getMetaDBTableList(request: GetMetaDBTableListRequest): Promise<GetMetaDBTableListResponse>;
|
|
24222
24238
|
/**
|
|
24223
|
-
* @summary
|
|
24224
|
-
*
|
|
24225
|
-
* @description ****
|
|
24239
|
+
* @summary Queries the basic information about a metatable.
|
|
24226
24240
|
*
|
|
24227
24241
|
* @param request GetMetaTableBasicInfoRequest
|
|
24228
24242
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24230,9 +24244,7 @@ export default class Client extends OpenApi {
|
|
|
24230
24244
|
*/
|
|
24231
24245
|
getMetaTableBasicInfoWithOptions(request: GetMetaTableBasicInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableBasicInfoResponse>;
|
|
24232
24246
|
/**
|
|
24233
|
-
* @summary
|
|
24234
|
-
*
|
|
24235
|
-
* @description ****
|
|
24247
|
+
* @summary Queries the basic information about a metatable.
|
|
24236
24248
|
*
|
|
24237
24249
|
* @param request GetMetaTableBasicInfoRequest
|
|
24238
24250
|
* @return GetMetaTableBasicInfoResponse
|
|
@@ -24314,12 +24326,16 @@ export default class Client extends OpenApi {
|
|
|
24314
24326
|
*/
|
|
24315
24327
|
getMetaTableLineage(request: GetMetaTableLineageRequest): Promise<GetMetaTableLineageResponse>;
|
|
24316
24328
|
/**
|
|
24329
|
+
* @summary Queries metatables in a specified category.
|
|
24330
|
+
*
|
|
24317
24331
|
* @param request GetMetaTableListByCategoryRequest
|
|
24318
24332
|
* @param runtime runtime options for this request RuntimeOptions
|
|
24319
24333
|
* @return GetMetaTableListByCategoryResponse
|
|
24320
24334
|
*/
|
|
24321
24335
|
getMetaTableListByCategoryWithOptions(request: GetMetaTableListByCategoryRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableListByCategoryResponse>;
|
|
24322
24336
|
/**
|
|
24337
|
+
* @summary Queries metatables in a specified category.
|
|
24338
|
+
*
|
|
24323
24339
|
* @param request GetMetaTableListByCategoryRequest
|
|
24324
24340
|
* @return GetMetaTableListByCategoryResponse
|
|
24325
24341
|
*/
|
|
@@ -24336,9 +24352,9 @@ export default class Client extends OpenApi {
|
|
|
24336
24352
|
*/
|
|
24337
24353
|
getMetaTableOutput(request: GetMetaTableOutputRequest): Promise<GetMetaTableOutputResponse>;
|
|
24338
24354
|
/**
|
|
24339
|
-
* @summary
|
|
24355
|
+
* @summary Queries the partitions of a metatable.
|
|
24340
24356
|
*
|
|
24341
|
-
* @description
|
|
24357
|
+
* @description You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
|
|
24342
24358
|
*
|
|
24343
24359
|
* @param tmpReq GetMetaTablePartitionRequest
|
|
24344
24360
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24346,9 +24362,9 @@ export default class Client extends OpenApi {
|
|
|
24346
24362
|
*/
|
|
24347
24363
|
getMetaTablePartitionWithOptions(tmpReq: GetMetaTablePartitionRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTablePartitionResponse>;
|
|
24348
24364
|
/**
|
|
24349
|
-
* @summary
|
|
24365
|
+
* @summary Queries the partitions of a metatable.
|
|
24350
24366
|
*
|
|
24351
|
-
* @description
|
|
24367
|
+
* @description You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
|
|
24352
24368
|
*
|
|
24353
24369
|
* @param request GetMetaTablePartitionRequest
|
|
24354
24370
|
* @return GetMetaTablePartitionResponse
|
|
@@ -24467,12 +24483,16 @@ export default class Client extends OpenApi {
|
|
|
24467
24483
|
*/
|
|
24468
24484
|
getNodeOnBaseline(request: GetNodeOnBaselineRequest): Promise<GetNodeOnBaselineResponse>;
|
|
24469
24485
|
/**
|
|
24486
|
+
* @summary Queries the ancestor nodes of a node.
|
|
24487
|
+
*
|
|
24470
24488
|
* @param request GetNodeParentsRequest
|
|
24471
24489
|
* @param runtime runtime options for this request RuntimeOptions
|
|
24472
24490
|
* @return GetNodeParentsResponse
|
|
24473
24491
|
*/
|
|
24474
24492
|
getNodeParentsWithOptions(request: GetNodeParentsRequest, runtime: $Util.RuntimeOptions): Promise<GetNodeParentsResponse>;
|
|
24475
24493
|
/**
|
|
24494
|
+
* @summary Queries the ancestor nodes of a node.
|
|
24495
|
+
*
|
|
24476
24496
|
* @param request GetNodeParentsRequest
|
|
24477
24497
|
* @return GetNodeParentsResponse
|
|
24478
24498
|
*/
|
|
@@ -24612,12 +24632,22 @@ export default class Client extends OpenApi {
|
|
|
24612
24632
|
*/
|
|
24613
24633
|
getQualityRule(request: GetQualityRuleRequest): Promise<GetQualityRuleResponse>;
|
|
24614
24634
|
/**
|
|
24635
|
+
* @summary Queries the details of a custom alert rule.
|
|
24636
|
+
*
|
|
24637
|
+
* @description ## Debugging
|
|
24638
|
+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=dataworks-public\\&api=GetRemind\\&type=RPC\\&version=2020-05-18)
|
|
24639
|
+
*
|
|
24615
24640
|
* @param request GetRemindRequest
|
|
24616
24641
|
* @param runtime runtime options for this request RuntimeOptions
|
|
24617
24642
|
* @return GetRemindResponse
|
|
24618
24643
|
*/
|
|
24619
24644
|
getRemindWithOptions(request: GetRemindRequest, runtime: $Util.RuntimeOptions): Promise<GetRemindResponse>;
|
|
24620
24645
|
/**
|
|
24646
|
+
* @summary Queries the details of a custom alert rule.
|
|
24647
|
+
*
|
|
24648
|
+
* @description ## Debugging
|
|
24649
|
+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=dataworks-public\\&api=GetRemind\\&type=RPC\\&version=2020-05-18)
|
|
24650
|
+
*
|
|
24621
24651
|
* @param request GetRemindRequest
|
|
24622
24652
|
* @return GetRemindResponse
|
|
24623
24653
|
*/
|
|
@@ -24761,12 +24791,16 @@ export default class Client extends OpenApi {
|
|
|
24761
24791
|
*/
|
|
24762
24792
|
listBusiness(request: ListBusinessRequest): Promise<ListBusinessResponse>;
|
|
24763
24793
|
/**
|
|
24794
|
+
* @summary Queries compute engine instances.
|
|
24795
|
+
*
|
|
24764
24796
|
* @param request ListCalcEnginesRequest
|
|
24765
24797
|
* @param runtime runtime options for this request RuntimeOptions
|
|
24766
24798
|
* @return ListCalcEnginesResponse
|
|
24767
24799
|
*/
|
|
24768
24800
|
listCalcEnginesWithOptions(request: ListCalcEnginesRequest, runtime: $Util.RuntimeOptions): Promise<ListCalcEnginesResponse>;
|
|
24769
24801
|
/**
|
|
24802
|
+
* @summary Queries compute engine instances.
|
|
24803
|
+
*
|
|
24770
24804
|
* @param request ListCalcEnginesRequest
|
|
24771
24805
|
* @return ListCalcEnginesResponse
|
|
24772
24806
|
*/
|
|
@@ -25209,7 +25243,7 @@ export default class Client extends OpenApi {
|
|
|
25209
25243
|
*/
|
|
25210
25244
|
listManualDagInstances(request: ListManualDagInstancesRequest): Promise<ListManualDagInstancesResponse>;
|
|
25211
25245
|
/**
|
|
25212
|
-
* @summary
|
|
25246
|
+
* @summary Queries the entities in a collection.
|
|
25213
25247
|
*
|
|
25214
25248
|
* @param request ListMetaCollectionEntitiesRequest
|
|
25215
25249
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25217,16 +25251,16 @@ export default class Client extends OpenApi {
|
|
|
25217
25251
|
*/
|
|
25218
25252
|
listMetaCollectionEntitiesWithOptions(request: ListMetaCollectionEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaCollectionEntitiesResponse>;
|
|
25219
25253
|
/**
|
|
25220
|
-
* @summary
|
|
25254
|
+
* @summary Queries the entities in a collection.
|
|
25221
25255
|
*
|
|
25222
25256
|
* @param request ListMetaCollectionEntitiesRequest
|
|
25223
25257
|
* @return ListMetaCollectionEntitiesResponse
|
|
25224
25258
|
*/
|
|
25225
25259
|
listMetaCollectionEntities(request: ListMetaCollectionEntitiesRequest): Promise<ListMetaCollectionEntitiesResponse>;
|
|
25226
25260
|
/**
|
|
25227
|
-
* @summary
|
|
25261
|
+
* @summary Queries information about collections. Collections include data albums that are displayed on the DataMap page and categories that are created in the data albums. You can call this API operation to query collections by type.
|
|
25228
25262
|
*
|
|
25229
|
-
* @description
|
|
25263
|
+
* @description The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
|
|
25230
25264
|
*
|
|
25231
25265
|
* @param request ListMetaCollectionsRequest
|
|
25232
25266
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25234,9 +25268,9 @@ export default class Client extends OpenApi {
|
|
|
25234
25268
|
*/
|
|
25235
25269
|
listMetaCollectionsWithOptions(request: ListMetaCollectionsRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaCollectionsResponse>;
|
|
25236
25270
|
/**
|
|
25237
|
-
* @summary
|
|
25271
|
+
* @summary Queries information about collections. Collections include data albums that are displayed on the DataMap page and categories that are created in the data albums. You can call this API operation to query collections by type.
|
|
25238
25272
|
*
|
|
25239
|
-
* @description
|
|
25273
|
+
* @description The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
|
|
25240
25274
|
*
|
|
25241
25275
|
* @param request ListMetaCollectionsRequest
|
|
25242
25276
|
* @return ListMetaCollectionsResponse
|
|
@@ -25373,18 +25407,25 @@ export default class Client extends OpenApi {
|
|
|
25373
25407
|
*/
|
|
25374
25408
|
listProjectIds(request: ListProjectIdsRequest): Promise<ListProjectIdsResponse>;
|
|
25375
25409
|
/**
|
|
25410
|
+
* @summary Queries members in a DataWorks workspace.
|
|
25411
|
+
*
|
|
25376
25412
|
* @param request ListProjectMembersRequest
|
|
25377
25413
|
* @param runtime runtime options for this request RuntimeOptions
|
|
25378
25414
|
* @return ListProjectMembersResponse
|
|
25379
25415
|
*/
|
|
25380
25416
|
listProjectMembersWithOptions(request: ListProjectMembersRequest, runtime: $Util.RuntimeOptions): Promise<ListProjectMembersResponse>;
|
|
25381
25417
|
/**
|
|
25418
|
+
* @summary Queries members in a DataWorks workspace.
|
|
25419
|
+
*
|
|
25382
25420
|
* @param request ListProjectMembersRequest
|
|
25383
25421
|
* @return ListProjectMembersResponse
|
|
25384
25422
|
*/
|
|
25385
25423
|
listProjectMembers(request: ListProjectMembersRequest): Promise<ListProjectMembersResponse>;
|
|
25386
25424
|
/**
|
|
25387
|
-
* @summary
|
|
25425
|
+
* @summary A topic is added to describe how to call the ListProjectRoles operation to query all roles in a workspace.
|
|
25426
|
+
*
|
|
25427
|
+
* @description ## Debugging
|
|
25428
|
+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=dataworks-public\\&api=ListProjectRoles\\&type=RPC\\&version=2020-05-18)
|
|
25388
25429
|
*
|
|
25389
25430
|
* @param request ListProjectRolesRequest
|
|
25390
25431
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25392,7 +25433,10 @@ export default class Client extends OpenApi {
|
|
|
25392
25433
|
*/
|
|
25393
25434
|
listProjectRolesWithOptions(request: ListProjectRolesRequest, runtime: $Util.RuntimeOptions): Promise<ListProjectRolesResponse>;
|
|
25394
25435
|
/**
|
|
25395
|
-
* @summary
|
|
25436
|
+
* @summary A topic is added to describe how to call the ListProjectRoles operation to query all roles in a workspace.
|
|
25437
|
+
*
|
|
25438
|
+
* @description ## Debugging
|
|
25439
|
+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=dataworks-public\\&api=ListProjectRoles\\&type=RPC\\&version=2020-05-18)
|
|
25396
25440
|
*
|
|
25397
25441
|
* @param request ListProjectRolesRequest
|
|
25398
25442
|
* @return ListProjectRolesResponse
|
|
@@ -25537,23 +25581,31 @@ export default class Client extends OpenApi {
|
|
|
25537
25581
|
*/
|
|
25538
25582
|
listSuccessInstanceAmount(request: ListSuccessInstanceAmountRequest): Promise<ListSuccessInstanceAmountResponse>;
|
|
25539
25583
|
/**
|
|
25584
|
+
* @summary Queries table levels. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
25585
|
+
*
|
|
25540
25586
|
* @param request ListTableLevelRequest
|
|
25541
25587
|
* @param runtime runtime options for this request RuntimeOptions
|
|
25542
25588
|
* @return ListTableLevelResponse
|
|
25543
25589
|
*/
|
|
25544
25590
|
listTableLevelWithOptions(request: ListTableLevelRequest, runtime: $Util.RuntimeOptions): Promise<ListTableLevelResponse>;
|
|
25545
25591
|
/**
|
|
25592
|
+
* @summary Queries table levels. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
25593
|
+
*
|
|
25546
25594
|
* @param request ListTableLevelRequest
|
|
25547
25595
|
* @return ListTableLevelResponse
|
|
25548
25596
|
*/
|
|
25549
25597
|
listTableLevel(request: ListTableLevelRequest): Promise<ListTableLevelResponse>;
|
|
25550
25598
|
/**
|
|
25599
|
+
* @summary Queries table folders. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
25600
|
+
*
|
|
25551
25601
|
* @param request ListTableThemeRequest
|
|
25552
25602
|
* @param runtime runtime options for this request RuntimeOptions
|
|
25553
25603
|
* @return ListTableThemeResponse
|
|
25554
25604
|
*/
|
|
25555
25605
|
listTableThemeWithOptions(request: ListTableThemeRequest, runtime: $Util.RuntimeOptions): Promise<ListTableThemeResponse>;
|
|
25556
25606
|
/**
|
|
25607
|
+
* @summary Queries table folders. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
25608
|
+
*
|
|
25557
25609
|
* @param request ListTableThemeRequest
|
|
25558
25610
|
* @return ListTableThemeResponse
|
|
25559
25611
|
*/
|
|
@@ -26422,12 +26474,16 @@ export default class Client extends OpenApi {
|
|
|
26422
26474
|
*/
|
|
26423
26475
|
updateMetaCollection(request: UpdateMetaCollectionRequest): Promise<UpdateMetaCollectionResponse>;
|
|
26424
26476
|
/**
|
|
26477
|
+
* @summary Updates the metadata information about a table.
|
|
26478
|
+
*
|
|
26425
26479
|
* @param request UpdateMetaTableRequest
|
|
26426
26480
|
* @param runtime runtime options for this request RuntimeOptions
|
|
26427
26481
|
* @return UpdateMetaTableResponse
|
|
26428
26482
|
*/
|
|
26429
26483
|
updateMetaTableWithOptions(request: UpdateMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMetaTableResponse>;
|
|
26430
26484
|
/**
|
|
26485
|
+
* @summary Updates the metadata information about a table.
|
|
26486
|
+
*
|
|
26431
26487
|
* @param request UpdateMetaTableRequest
|
|
26432
26488
|
* @return UpdateMetaTableResponse
|
|
26433
26489
|
*/
|