@alicloud/dataworks-public20200518 5.4.0 → 5.4.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
@@ -15121,6 +15121,7 @@ export declare class CreateDIJobRequestResourceSettingsRealtimeResourceSettings
15121
15121
  export declare class CreateDIJobRequestResourceSettings extends $tea.Model {
15122
15122
  offlineResourceSettings?: CreateDIJobRequestResourceSettingsOfflineResourceSettings;
15123
15123
  realtimeResourceSettings?: CreateDIJobRequestResourceSettingsRealtimeResourceSettings;
15124
+ requestedCu?: number;
15124
15125
  static names(): {
15125
15126
  [key: string]: string;
15126
15127
  };
@@ -16266,6 +16267,7 @@ export declare class GetDIJobResponseBodyDataResourceSettingsRealtimeResourceSet
16266
16267
  export declare class GetDIJobResponseBodyDataResourceSettings extends $tea.Model {
16267
16268
  offlineResourceSettings?: GetDIJobResponseBodyDataResourceSettingsOfflineResourceSettings;
16268
16269
  realtimeResourceSettings?: GetDIJobResponseBodyDataResourceSettingsRealtimeResourceSettings;
16270
+ requestedCu?: number;
16269
16271
  static names(): {
16270
16272
  [key: string]: string;
16271
16273
  };
@@ -18178,11 +18180,16 @@ export declare class GetNodeResponseBodyData extends $tea.Model {
18178
18180
  baselineId?: number;
18179
18181
  businessId?: number;
18180
18182
  connection?: string;
18183
+ createTime?: number;
18181
18184
  cronExpress?: string;
18185
+ deployDate?: number;
18182
18186
  description?: string;
18183
18187
  dqcDescription?: string;
18184
18188
  dqcType?: number;
18189
+ fileId?: number;
18185
18190
  fileType?: number;
18191
+ fileVersion?: number;
18192
+ modifyTime?: number;
18186
18193
  nodeId?: number;
18187
18194
  nodeName?: string;
18188
18195
  ownerId?: string;
@@ -18217,6 +18224,7 @@ export declare class GetNodeChildrenResponseBodyDataNodes extends $tea.Model {
18217
18224
  projectId?: number;
18218
18225
  repeatability?: boolean;
18219
18226
  schedulerType?: string;
18227
+ stepType?: string;
18220
18228
  static names(): {
18221
18229
  [key: string]: string;
18222
18230
  };
@@ -18265,6 +18273,7 @@ export declare class GetNodeParentsResponseBodyDataNodes extends $tea.Model {
18265
18273
  projectId?: number;
18266
18274
  repeatability?: boolean;
18267
18275
  schedulerType?: string;
18276
+ stepType?: string;
18268
18277
  static names(): {
18269
18278
  [key: string]: string;
18270
18279
  };
@@ -20683,11 +20692,16 @@ export declare class ListNodesResponseBodyDataNodes extends $tea.Model {
20683
20692
  baselineId?: number;
20684
20693
  businessId?: number;
20685
20694
  connection?: string;
20695
+ createTime?: number;
20686
20696
  cronExpress?: string;
20697
+ deployDate?: number;
20687
20698
  description?: string;
20688
20699
  dqcDescription?: string;
20689
20700
  dqcType?: number;
20701
+ fileId?: number;
20690
20702
  fileType?: number;
20703
+ fileVersion?: number;
20704
+ modifyTime?: number;
20691
20705
  nodeId?: number;
20692
20706
  nodeName?: string;
20693
20707
  ownerId?: string;
@@ -22054,6 +22068,7 @@ export declare class UpdateDIJobRequestResourceSettingsRealtimeResourceSettings
22054
22068
  export declare class UpdateDIJobRequestResourceSettings extends $tea.Model {
22055
22069
  offlineResourceSettings?: UpdateDIJobRequestResourceSettingsOfflineResourceSettings;
22056
22070
  realtimeResourceSettings?: UpdateDIJobRequestResourceSettingsRealtimeResourceSettings;
22071
+ requestedCu?: number;
22057
22072
  static names(): {
22058
22073
  [key: string]: string;
22059
22074
  };
@@ -22241,7 +22256,7 @@ export default class Client extends OpenApi {
22241
22256
  */
22242
22257
  abolishDataServiceApi(request: AbolishDataServiceApiRequest): Promise<AbolishDataServiceApiResponse>;
22243
22258
  /**
22244
- * @summary The operation that you want to perform. Set the value to **AddMetaCollectionEntity**.
22259
+ * @summary Adds an entity to a collection.
22245
22260
  *
22246
22261
  * @param request AddMetaCollectionEntityRequest
22247
22262
  * @param runtime runtime options for this request RuntimeOptions
@@ -22249,7 +22264,7 @@ export default class Client extends OpenApi {
22249
22264
  */
22250
22265
  addMetaCollectionEntityWithOptions(request: AddMetaCollectionEntityRequest, runtime: $Util.RuntimeOptions): Promise<AddMetaCollectionEntityResponse>;
22251
22266
  /**
22252
- * @summary The operation that you want to perform. Set the value to **AddMetaCollectionEntity**.
22267
+ * @summary Adds an entity to a collection.
22253
22268
  *
22254
22269
  * @param request AddMetaCollectionEntityRequest
22255
22270
  * @return AddMetaCollectionEntityResponse
@@ -22462,7 +22477,7 @@ export default class Client extends OpenApi {
22462
22477
  */
22463
22478
  createDIJob(request: CreateDIJobRequest): Promise<CreateDIJobResponse>;
22464
22479
  /**
22465
- * @description DataWorks allows you to use only the CreateDISyncTask operation to create a batch synchronization node in Data Integration. To create a real-time synchronization node or a synchronization solution, you must first call the [GenerateDISyncTaskConfigForCreating](https://help.aliyun.com/document_detail/383463.html) operation to generate the ID of an asynchronous thread and call the [QueryDISyncTaskConfigProcessResult](https://help.aliyun.com/document_detail/383465.html) operation to obtain the asynchronously generated parameters based on the ID. Then, you can call the CreateDISyncTask operation and use the parameters as request parameters to create a real-time synchronization node or a synchronization solution in Data Integration.
22480
+ * @summary Creates a data synchronization task.
22466
22481
  *
22467
22482
  * @param request CreateDISyncTaskRequest
22468
22483
  * @param runtime runtime options for this request RuntimeOptions
@@ -22470,7 +22485,7 @@ export default class Client extends OpenApi {
22470
22485
  */
22471
22486
  createDISyncTaskWithOptions(request: CreateDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateDISyncTaskResponse>;
22472
22487
  /**
22473
- * @description DataWorks allows you to use only the CreateDISyncTask operation to create a batch synchronization node in Data Integration. To create a real-time synchronization node or a synchronization solution, you must first call the [GenerateDISyncTaskConfigForCreating](https://help.aliyun.com/document_detail/383463.html) operation to generate the ID of an asynchronous thread and call the [QueryDISyncTaskConfigProcessResult](https://help.aliyun.com/document_detail/383465.html) operation to obtain the asynchronously generated parameters based on the ID. Then, you can call the CreateDISyncTask operation and use the parameters as request parameters to create a real-time synchronization node or a synchronization solution in Data Integration.
22488
+ * @summary Creates a data synchronization task.
22474
22489
  *
22475
22490
  * @param request CreateDISyncTaskRequest
22476
22491
  * @return CreateDISyncTaskResponse
@@ -22856,12 +22871,16 @@ export default class Client extends OpenApi {
22856
22871
  */
22857
22872
  createTableLevel(request: CreateTableLevelRequest): Promise<CreateTableLevelResponse>;
22858
22873
  /**
22874
+ * @summary Creates a table folder. This API operation will be replaced soon. We recommend that you do not call this API operation.
22875
+ *
22859
22876
  * @param request CreateTableThemeRequest
22860
22877
  * @param runtime runtime options for this request RuntimeOptions
22861
22878
  * @return CreateTableThemeResponse
22862
22879
  */
22863
22880
  createTableThemeWithOptions(request: CreateTableThemeRequest, runtime: $Util.RuntimeOptions): Promise<CreateTableThemeResponse>;
22864
22881
  /**
22882
+ * @summary Creates a table folder. This API operation will be replaced soon. We recommend that you do not call this API operation.
22883
+ *
22865
22884
  * @param request CreateTableThemeRequest
22866
22885
  * @return CreateTableThemeResponse
22867
22886
  */
@@ -24220,9 +24239,7 @@ export default class Client extends OpenApi {
24220
24239
  */
24221
24240
  getMetaDBTableList(request: GetMetaDBTableListRequest): Promise<GetMetaDBTableListResponse>;
24222
24241
  /**
24223
- * @summary The operation that you want to perform. Set the value to **GetMetaTableBasicInfo**.
24224
- *
24225
- * @description ****
24242
+ * @summary Queries the basic information about a metatable.
24226
24243
  *
24227
24244
  * @param request GetMetaTableBasicInfoRequest
24228
24245
  * @param runtime runtime options for this request RuntimeOptions
@@ -24230,9 +24247,7 @@ export default class Client extends OpenApi {
24230
24247
  */
24231
24248
  getMetaTableBasicInfoWithOptions(request: GetMetaTableBasicInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableBasicInfoResponse>;
24232
24249
  /**
24233
- * @summary The operation that you want to perform. Set the value to **GetMetaTableBasicInfo**.
24234
- *
24235
- * @description ****
24250
+ * @summary Queries the basic information about a metatable.
24236
24251
  *
24237
24252
  * @param request GetMetaTableBasicInfoRequest
24238
24253
  * @return GetMetaTableBasicInfoResponse
@@ -24314,12 +24329,16 @@ export default class Client extends OpenApi {
24314
24329
  */
24315
24330
  getMetaTableLineage(request: GetMetaTableLineageRequest): Promise<GetMetaTableLineageResponse>;
24316
24331
  /**
24332
+ * @summary Queries metatables in a specified category.
24333
+ *
24317
24334
  * @param request GetMetaTableListByCategoryRequest
24318
24335
  * @param runtime runtime options for this request RuntimeOptions
24319
24336
  * @return GetMetaTableListByCategoryResponse
24320
24337
  */
24321
24338
  getMetaTableListByCategoryWithOptions(request: GetMetaTableListByCategoryRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableListByCategoryResponse>;
24322
24339
  /**
24340
+ * @summary Queries metatables in a specified category.
24341
+ *
24323
24342
  * @param request GetMetaTableListByCategoryRequest
24324
24343
  * @return GetMetaTableListByCategoryResponse
24325
24344
  */
@@ -24336,9 +24355,9 @@ export default class Client extends OpenApi {
24336
24355
  */
24337
24356
  getMetaTableOutput(request: GetMetaTableOutputRequest): Promise<GetMetaTableOutputResponse>;
24338
24357
  /**
24339
- * @summary For more information about the example on how to use the GetMetaTablePartition operation, see [Examples of DataWorks API operations](https://developer.aliyun.com/article/780879?groupCode=dataworks).
24358
+ * @summary Queries the partitions of a metatable.
24340
24359
  *
24341
- * @description The operation that you want to perform. Set the value to **GetMetaTablePartition**.
24360
+ * @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
24361
  *
24343
24362
  * @param tmpReq GetMetaTablePartitionRequest
24344
24363
  * @param runtime runtime options for this request RuntimeOptions
@@ -24346,9 +24365,9 @@ export default class Client extends OpenApi {
24346
24365
  */
24347
24366
  getMetaTablePartitionWithOptions(tmpReq: GetMetaTablePartitionRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTablePartitionResponse>;
24348
24367
  /**
24349
- * @summary For more information about the example on how to use the GetMetaTablePartition operation, see [Examples of DataWorks API operations](https://developer.aliyun.com/article/780879?groupCode=dataworks).
24368
+ * @summary Queries the partitions of a metatable.
24350
24369
  *
24351
- * @description The operation that you want to perform. Set the value to **GetMetaTablePartition**.
24370
+ * @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
24371
  *
24353
24372
  * @param request GetMetaTablePartitionRequest
24354
24373
  * @return GetMetaTablePartitionResponse
@@ -24396,7 +24415,7 @@ export default class Client extends OpenApi {
24396
24415
  */
24397
24416
  getMigrationProcess(request: GetMigrationProcessRequest): Promise<GetMigrationProcessResponse>;
24398
24417
  /**
24399
- * @summary The operation that you want to perform.
24418
+ * @summary Queries the information about a migration task.
24400
24419
  *
24401
24420
  * @param request GetMigrationSummaryRequest
24402
24421
  * @param runtime runtime options for this request RuntimeOptions
@@ -24404,7 +24423,7 @@ export default class Client extends OpenApi {
24404
24423
  */
24405
24424
  getMigrationSummaryWithOptions(request: GetMigrationSummaryRequest, runtime: $Util.RuntimeOptions): Promise<GetMigrationSummaryResponse>;
24406
24425
  /**
24407
- * @summary The operation that you want to perform.
24426
+ * @summary Queries the information about a migration task.
24408
24427
  *
24409
24428
  * @param request GetMigrationSummaryRequest
24410
24429
  * @return GetMigrationSummaryResponse
@@ -24467,12 +24486,16 @@ export default class Client extends OpenApi {
24467
24486
  */
24468
24487
  getNodeOnBaseline(request: GetNodeOnBaselineRequest): Promise<GetNodeOnBaselineResponse>;
24469
24488
  /**
24489
+ * @summary Queries the ancestor nodes of a node.
24490
+ *
24470
24491
  * @param request GetNodeParentsRequest
24471
24492
  * @param runtime runtime options for this request RuntimeOptions
24472
24493
  * @return GetNodeParentsResponse
24473
24494
  */
24474
24495
  getNodeParentsWithOptions(request: GetNodeParentsRequest, runtime: $Util.RuntimeOptions): Promise<GetNodeParentsResponse>;
24475
24496
  /**
24497
+ * @summary Queries the ancestor nodes of a node.
24498
+ *
24476
24499
  * @param request GetNodeParentsRequest
24477
24500
  * @return GetNodeParentsResponse
24478
24501
  */
@@ -24612,12 +24635,22 @@ export default class Client extends OpenApi {
24612
24635
  */
24613
24636
  getQualityRule(request: GetQualityRuleRequest): Promise<GetQualityRuleResponse>;
24614
24637
  /**
24638
+ * @summary Queries the details of a custom alert rule.
24639
+ *
24640
+ * @description ## Debugging
24641
+ * [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)
24642
+ *
24615
24643
  * @param request GetRemindRequest
24616
24644
  * @param runtime runtime options for this request RuntimeOptions
24617
24645
  * @return GetRemindResponse
24618
24646
  */
24619
24647
  getRemindWithOptions(request: GetRemindRequest, runtime: $Util.RuntimeOptions): Promise<GetRemindResponse>;
24620
24648
  /**
24649
+ * @summary Queries the details of a custom alert rule.
24650
+ *
24651
+ * @description ## Debugging
24652
+ * [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)
24653
+ *
24621
24654
  * @param request GetRemindRequest
24622
24655
  * @return GetRemindResponse
24623
24656
  */
@@ -24761,12 +24794,16 @@ export default class Client extends OpenApi {
24761
24794
  */
24762
24795
  listBusiness(request: ListBusinessRequest): Promise<ListBusinessResponse>;
24763
24796
  /**
24797
+ * @summary Queries compute engine instances.
24798
+ *
24764
24799
  * @param request ListCalcEnginesRequest
24765
24800
  * @param runtime runtime options for this request RuntimeOptions
24766
24801
  * @return ListCalcEnginesResponse
24767
24802
  */
24768
24803
  listCalcEnginesWithOptions(request: ListCalcEnginesRequest, runtime: $Util.RuntimeOptions): Promise<ListCalcEnginesResponse>;
24769
24804
  /**
24805
+ * @summary Queries compute engine instances.
24806
+ *
24770
24807
  * @param request ListCalcEnginesRequest
24771
24808
  * @return ListCalcEnginesResponse
24772
24809
  */
@@ -25209,7 +25246,7 @@ export default class Client extends OpenApi {
25209
25246
  */
25210
25247
  listManualDagInstances(request: ListManualDagInstancesRequest): Promise<ListManualDagInstancesResponse>;
25211
25248
  /**
25212
- * @summary The operation that you want to perform. Set the value to **ListMetaCollectionEntities**.
25249
+ * @summary Queries the entities in a collection.
25213
25250
  *
25214
25251
  * @param request ListMetaCollectionEntitiesRequest
25215
25252
  * @param runtime runtime options for this request RuntimeOptions
@@ -25217,16 +25254,16 @@ export default class Client extends OpenApi {
25217
25254
  */
25218
25255
  listMetaCollectionEntitiesWithOptions(request: ListMetaCollectionEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaCollectionEntitiesResponse>;
25219
25256
  /**
25220
- * @summary The operation that you want to perform. Set the value to **ListMetaCollectionEntities**.
25257
+ * @summary Queries the entities in a collection.
25221
25258
  *
25222
25259
  * @param request ListMetaCollectionEntitiesRequest
25223
25260
  * @return ListMetaCollectionEntitiesResponse
25224
25261
  */
25225
25262
  listMetaCollectionEntities(request: ListMetaCollectionEntitiesRequest): Promise<ListMetaCollectionEntitiesResponse>;
25226
25263
  /**
25227
- * @summary The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
25264
+ * @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
25265
  *
25229
- * @description You can configure only one of the Creator, Administrator, and Follower parameters.
25266
+ * @description The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
25230
25267
  *
25231
25268
  * @param request ListMetaCollectionsRequest
25232
25269
  * @param runtime runtime options for this request RuntimeOptions
@@ -25234,9 +25271,9 @@ export default class Client extends OpenApi {
25234
25271
  */
25235
25272
  listMetaCollectionsWithOptions(request: ListMetaCollectionsRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaCollectionsResponse>;
25236
25273
  /**
25237
- * @summary The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
25274
+ * @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
25275
  *
25239
- * @description You can configure only one of the Creator, Administrator, and Follower parameters.
25276
+ * @description The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
25240
25277
  *
25241
25278
  * @param request ListMetaCollectionsRequest
25242
25279
  * @return ListMetaCollectionsResponse
@@ -25373,18 +25410,25 @@ export default class Client extends OpenApi {
25373
25410
  */
25374
25411
  listProjectIds(request: ListProjectIdsRequest): Promise<ListProjectIdsResponse>;
25375
25412
  /**
25413
+ * @summary Queries members in a DataWorks workspace.
25414
+ *
25376
25415
  * @param request ListProjectMembersRequest
25377
25416
  * @param runtime runtime options for this request RuntimeOptions
25378
25417
  * @return ListProjectMembersResponse
25379
25418
  */
25380
25419
  listProjectMembersWithOptions(request: ListProjectMembersRequest, runtime: $Util.RuntimeOptions): Promise<ListProjectMembersResponse>;
25381
25420
  /**
25421
+ * @summary Queries members in a DataWorks workspace.
25422
+ *
25382
25423
  * @param request ListProjectMembersRequest
25383
25424
  * @return ListProjectMembersResponse
25384
25425
  */
25385
25426
  listProjectMembers(request: ListProjectMembersRequest): Promise<ListProjectMembersResponse>;
25386
25427
  /**
25387
- * @summary Dataworks ID of the workspace.
25428
+ * @summary A topic is added to describe how to call the ListProjectRoles operation to query all roles in a workspace.
25429
+ *
25430
+ * @description ## Debugging
25431
+ * [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
25432
  *
25389
25433
  * @param request ListProjectRolesRequest
25390
25434
  * @param runtime runtime options for this request RuntimeOptions
@@ -25392,7 +25436,10 @@ export default class Client extends OpenApi {
25392
25436
  */
25393
25437
  listProjectRolesWithOptions(request: ListProjectRolesRequest, runtime: $Util.RuntimeOptions): Promise<ListProjectRolesResponse>;
25394
25438
  /**
25395
- * @summary Dataworks ID of the workspace.
25439
+ * @summary A topic is added to describe how to call the ListProjectRoles operation to query all roles in a workspace.
25440
+ *
25441
+ * @description ## Debugging
25442
+ * [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
25443
  *
25397
25444
  * @param request ListProjectRolesRequest
25398
25445
  * @return ListProjectRolesResponse
@@ -25537,23 +25584,31 @@ export default class Client extends OpenApi {
25537
25584
  */
25538
25585
  listSuccessInstanceAmount(request: ListSuccessInstanceAmountRequest): Promise<ListSuccessInstanceAmountResponse>;
25539
25586
  /**
25587
+ * @summary Queries table levels. This API operation will be replaced soon. We recommend that you do not call this API operation.
25588
+ *
25540
25589
  * @param request ListTableLevelRequest
25541
25590
  * @param runtime runtime options for this request RuntimeOptions
25542
25591
  * @return ListTableLevelResponse
25543
25592
  */
25544
25593
  listTableLevelWithOptions(request: ListTableLevelRequest, runtime: $Util.RuntimeOptions): Promise<ListTableLevelResponse>;
25545
25594
  /**
25595
+ * @summary Queries table levels. This API operation will be replaced soon. We recommend that you do not call this API operation.
25596
+ *
25546
25597
  * @param request ListTableLevelRequest
25547
25598
  * @return ListTableLevelResponse
25548
25599
  */
25549
25600
  listTableLevel(request: ListTableLevelRequest): Promise<ListTableLevelResponse>;
25550
25601
  /**
25602
+ * @summary Queries table folders. This API operation will be replaced soon. We recommend that you do not call this API operation.
25603
+ *
25551
25604
  * @param request ListTableThemeRequest
25552
25605
  * @param runtime runtime options for this request RuntimeOptions
25553
25606
  * @return ListTableThemeResponse
25554
25607
  */
25555
25608
  listTableThemeWithOptions(request: ListTableThemeRequest, runtime: $Util.RuntimeOptions): Promise<ListTableThemeResponse>;
25556
25609
  /**
25610
+ * @summary Queries table folders. This API operation will be replaced soon. We recommend that you do not call this API operation.
25611
+ *
25557
25612
  * @param request ListTableThemeRequest
25558
25613
  * @return ListTableThemeResponse
25559
25614
  */
@@ -26422,12 +26477,16 @@ export default class Client extends OpenApi {
26422
26477
  */
26423
26478
  updateMetaCollection(request: UpdateMetaCollectionRequest): Promise<UpdateMetaCollectionResponse>;
26424
26479
  /**
26480
+ * @summary Updates the metadata information about a table.
26481
+ *
26425
26482
  * @param request UpdateMetaTableRequest
26426
26483
  * @param runtime runtime options for this request RuntimeOptions
26427
26484
  * @return UpdateMetaTableResponse
26428
26485
  */
26429
26486
  updateMetaTableWithOptions(request: UpdateMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMetaTableResponse>;
26430
26487
  /**
26488
+ * @summary Updates the metadata information about a table.
26489
+ *
26431
26490
  * @param request UpdateMetaTableRequest
26432
26491
  * @return UpdateMetaTableResponse
26433
26492
  */