@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/dataworks-public20200518",
3
- "version": "5.4.0",
3
+ "version": "5.4.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -33193,11 +33193,16 @@ export class GetNodeResponseBodyData extends $tea.Model {
33193
33193
  baselineId?: number;
33194
33194
  businessId?: number;
33195
33195
  connection?: string;
33196
+ createTime?: number;
33196
33197
  cronExpress?: string;
33198
+ deployDate?: number;
33197
33199
  description?: string;
33198
33200
  dqcDescription?: string;
33199
33201
  dqcType?: number;
33202
+ fileId?: number;
33200
33203
  fileType?: number;
33204
+ fileVersion?: number;
33205
+ modifyTime?: number;
33201
33206
  nodeId?: number;
33202
33207
  nodeName?: string;
33203
33208
  ownerId?: string;
@@ -33216,11 +33221,16 @@ export class GetNodeResponseBodyData extends $tea.Model {
33216
33221
  baselineId: 'BaselineId',
33217
33222
  businessId: 'BusinessId',
33218
33223
  connection: 'Connection',
33224
+ createTime: 'CreateTime',
33219
33225
  cronExpress: 'CronExpress',
33226
+ deployDate: 'DeployDate',
33220
33227
  description: 'Description',
33221
33228
  dqcDescription: 'DqcDescription',
33222
33229
  dqcType: 'DqcType',
33230
+ fileId: 'FileId',
33223
33231
  fileType: 'FileType',
33232
+ fileVersion: 'FileVersion',
33233
+ modifyTime: 'ModifyTime',
33224
33234
  nodeId: 'NodeId',
33225
33235
  nodeName: 'NodeName',
33226
33236
  ownerId: 'OwnerId',
@@ -33242,11 +33252,16 @@ export class GetNodeResponseBodyData extends $tea.Model {
33242
33252
  baselineId: 'number',
33243
33253
  businessId: 'number',
33244
33254
  connection: 'string',
33255
+ createTime: 'number',
33245
33256
  cronExpress: 'string',
33257
+ deployDate: 'number',
33246
33258
  description: 'string',
33247
33259
  dqcDescription: 'string',
33248
33260
  dqcType: 'number',
33261
+ fileId: 'number',
33249
33262
  fileType: 'number',
33263
+ fileVersion: 'number',
33264
+ modifyTime: 'number',
33250
33265
  nodeId: 'number',
33251
33266
  nodeName: 'string',
33252
33267
  ownerId: 'string',
@@ -33279,6 +33294,7 @@ export class GetNodeChildrenResponseBodyDataNodes extends $tea.Model {
33279
33294
  projectId?: number;
33280
33295
  repeatability?: boolean;
33281
33296
  schedulerType?: string;
33297
+ stepType?: string;
33282
33298
  static names(): { [key: string]: string } {
33283
33299
  return {
33284
33300
  baselineId: 'BaselineId',
@@ -33291,6 +33307,7 @@ export class GetNodeChildrenResponseBodyDataNodes extends $tea.Model {
33291
33307
  projectId: 'ProjectId',
33292
33308
  repeatability: 'Repeatability',
33293
33309
  schedulerType: 'SchedulerType',
33310
+ stepType: 'StepType',
33294
33311
  };
33295
33312
  }
33296
33313
 
@@ -33306,6 +33323,7 @@ export class GetNodeChildrenResponseBodyDataNodes extends $tea.Model {
33306
33323
  projectId: 'number',
33307
33324
  repeatability: 'boolean',
33308
33325
  schedulerType: 'string',
33326
+ stepType: 'string',
33309
33327
  };
33310
33328
  }
33311
33329
 
@@ -33372,6 +33390,7 @@ export class GetNodeParentsResponseBodyDataNodes extends $tea.Model {
33372
33390
  projectId?: number;
33373
33391
  repeatability?: boolean;
33374
33392
  schedulerType?: string;
33393
+ stepType?: string;
33375
33394
  static names(): { [key: string]: string } {
33376
33395
  return {
33377
33396
  baselineId: 'BaselineId',
@@ -33384,6 +33403,7 @@ export class GetNodeParentsResponseBodyDataNodes extends $tea.Model {
33384
33403
  projectId: 'ProjectId',
33385
33404
  repeatability: 'Repeatability',
33386
33405
  schedulerType: 'SchedulerType',
33406
+ stepType: 'StepType',
33387
33407
  };
33388
33408
  }
33389
33409
 
@@ -33399,6 +33419,7 @@ export class GetNodeParentsResponseBodyDataNodes extends $tea.Model {
33399
33419
  projectId: 'number',
33400
33420
  repeatability: 'boolean',
33401
33421
  schedulerType: 'string',
33422
+ stepType: 'string',
33402
33423
  };
33403
33424
  }
33404
33425
 
@@ -38305,11 +38326,16 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
38305
38326
  baselineId?: number;
38306
38327
  businessId?: number;
38307
38328
  connection?: string;
38329
+ createTime?: number;
38308
38330
  cronExpress?: string;
38331
+ deployDate?: number;
38309
38332
  description?: string;
38310
38333
  dqcDescription?: string;
38311
38334
  dqcType?: number;
38335
+ fileId?: number;
38312
38336
  fileType?: number;
38337
+ fileVersion?: number;
38338
+ modifyTime?: number;
38313
38339
  nodeId?: number;
38314
38340
  nodeName?: string;
38315
38341
  ownerId?: string;
@@ -38328,11 +38354,16 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
38328
38354
  baselineId: 'BaselineId',
38329
38355
  businessId: 'BusinessId',
38330
38356
  connection: 'Connection',
38357
+ createTime: 'CreateTime',
38331
38358
  cronExpress: 'CronExpress',
38359
+ deployDate: 'DeployDate',
38332
38360
  description: 'Description',
38333
38361
  dqcDescription: 'DqcDescription',
38334
38362
  dqcType: 'DqcType',
38363
+ fileId: 'FileId',
38335
38364
  fileType: 'FileType',
38365
+ fileVersion: 'FileVersion',
38366
+ modifyTime: 'ModifyTime',
38336
38367
  nodeId: 'NodeId',
38337
38368
  nodeName: 'NodeName',
38338
38369
  ownerId: 'OwnerId',
@@ -38354,11 +38385,16 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
38354
38385
  baselineId: 'number',
38355
38386
  businessId: 'number',
38356
38387
  connection: 'string',
38388
+ createTime: 'number',
38357
38389
  cronExpress: 'string',
38390
+ deployDate: 'number',
38358
38391
  description: 'string',
38359
38392
  dqcDescription: 'string',
38360
38393
  dqcType: 'number',
38394
+ fileId: 'number',
38361
38395
  fileType: 'number',
38396
+ fileVersion: 'number',
38397
+ modifyTime: 'number',
38362
38398
  nodeId: 'number',
38363
38399
  nodeName: 'string',
38364
38400
  ownerId: 'string',
@@ -41386,7 +41422,7 @@ export default class Client extends OpenApi {
41386
41422
  }
41387
41423
 
41388
41424
  /**
41389
- * @summary The operation that you want to perform. Set the value to **AddMetaCollectionEntity**.
41425
+ * @summary Adds an entity to a collection.
41390
41426
  *
41391
41427
  * @param request AddMetaCollectionEntityRequest
41392
41428
  * @param runtime runtime options for this request RuntimeOptions
@@ -41425,7 +41461,7 @@ export default class Client extends OpenApi {
41425
41461
  }
41426
41462
 
41427
41463
  /**
41428
- * @summary The operation that you want to perform. Set the value to **AddMetaCollectionEntity**.
41464
+ * @summary Adds an entity to a collection.
41429
41465
  *
41430
41466
  * @param request AddMetaCollectionEntityRequest
41431
41467
  * @return AddMetaCollectionEntityResponse
@@ -42356,7 +42392,7 @@ export default class Client extends OpenApi {
42356
42392
  }
42357
42393
 
42358
42394
  /**
42359
- * @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.
42395
+ * @summary Creates a data synchronization task.
42360
42396
  *
42361
42397
  * @param request CreateDISyncTaskRequest
42362
42398
  * @param runtime runtime options for this request RuntimeOptions
@@ -42407,7 +42443,7 @@ export default class Client extends OpenApi {
42407
42443
  }
42408
42444
 
42409
42445
  /**
42410
- * @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.
42446
+ * @summary Creates a data synchronization task.
42411
42447
  *
42412
42448
  * @param request CreateDISyncTaskRequest
42413
42449
  * @return CreateDISyncTaskResponse
@@ -43294,7 +43330,7 @@ export default class Client extends OpenApi {
43294
43330
  let securityToken = await this._credential.getSecurityToken();
43295
43331
  let credentialType = this._credential.getType();
43296
43332
  let openPlatformEndpoint = this._openPlatformEndpoint;
43297
- if (Util.isUnset(openPlatformEndpoint)) {
43333
+ if (Util.empty(openPlatformEndpoint)) {
43298
43334
  openPlatformEndpoint = "openplatform.aliyuncs.com";
43299
43335
  }
43300
43336
 
@@ -43318,12 +43354,13 @@ export default class Client extends OpenApi {
43318
43354
  });
43319
43355
  let authResponse = new $OpenPlatform.AuthorizeFileUploadResponse({ });
43320
43356
  let ossConfig = new $OSS.Config({
43357
+ accessKeyId: accessKeyId,
43321
43358
  accessKeySecret: accessKeySecret,
43322
43359
  type: "access_key",
43323
43360
  protocol: this._protocol,
43324
43361
  regionId: this._regionId,
43325
43362
  });
43326
- let ossClient : OSS = null;
43363
+ let ossClient : OSS = new OSS(ossConfig);
43327
43364
  let fileObj = new $FileForm.FileField({ });
43328
43365
  let ossHeader = new $OSS.PostObjectRequestHeader({ });
43329
43366
  let uploadRequest = new $OSS.PostObjectRequest({ });
@@ -44222,7 +44259,7 @@ export default class Client extends OpenApi {
44222
44259
  let securityToken = await this._credential.getSecurityToken();
44223
44260
  let credentialType = this._credential.getType();
44224
44261
  let openPlatformEndpoint = this._openPlatformEndpoint;
44225
- if (Util.isUnset(openPlatformEndpoint)) {
44262
+ if (Util.empty(openPlatformEndpoint)) {
44226
44263
  openPlatformEndpoint = "openplatform.aliyuncs.com";
44227
44264
  }
44228
44265
 
@@ -44246,12 +44283,13 @@ export default class Client extends OpenApi {
44246
44283
  });
44247
44284
  let authResponse = new $OpenPlatform.AuthorizeFileUploadResponse({ });
44248
44285
  let ossConfig = new $OSS.Config({
44286
+ accessKeyId: accessKeyId,
44249
44287
  accessKeySecret: accessKeySecret,
44250
44288
  type: "access_key",
44251
44289
  protocol: this._protocol,
44252
44290
  regionId: this._regionId,
44253
44291
  });
44254
- let ossClient : OSS = null;
44292
+ let ossClient : OSS = new OSS(ossConfig);
44255
44293
  let fileObj = new $FileForm.FileField({ });
44256
44294
  let ossHeader = new $OSS.PostObjectRequestHeader({ });
44257
44295
  let uploadRequest = new $OSS.PostObjectRequest({ });
@@ -44464,6 +44502,8 @@ export default class Client extends OpenApi {
44464
44502
  }
44465
44503
 
44466
44504
  /**
44505
+ * @summary Creates a table folder. This API operation will be replaced soon. We recommend that you do not call this API operation.
44506
+ *
44467
44507
  * @param request CreateTableThemeRequest
44468
44508
  * @param runtime runtime options for this request RuntimeOptions
44469
44509
  * @return CreateTableThemeResponse
@@ -44505,6 +44545,8 @@ export default class Client extends OpenApi {
44505
44545
  }
44506
44546
 
44507
44547
  /**
44548
+ * @summary Creates a table folder. This API operation will be replaced soon. We recommend that you do not call this API operation.
44549
+ *
44508
44550
  * @param request CreateTableThemeRequest
44509
44551
  * @return CreateTableThemeResponse
44510
44552
  */
@@ -49121,9 +49163,7 @@ export default class Client extends OpenApi {
49121
49163
  }
49122
49164
 
49123
49165
  /**
49124
- * @summary The operation that you want to perform. Set the value to **GetMetaTableBasicInfo**.
49125
- *
49126
- * @description ****
49166
+ * @summary Queries the basic information about a metatable.
49127
49167
  *
49128
49168
  * @param request GetMetaTableBasicInfoRequest
49129
49169
  * @param runtime runtime options for this request RuntimeOptions
@@ -49150,9 +49190,7 @@ export default class Client extends OpenApi {
49150
49190
  }
49151
49191
 
49152
49192
  /**
49153
- * @summary The operation that you want to perform. Set the value to **GetMetaTableBasicInfo**.
49154
- *
49155
- * @description ****
49193
+ * @summary Queries the basic information about a metatable.
49156
49194
  *
49157
49195
  * @param request GetMetaTableBasicInfoRequest
49158
49196
  * @return GetMetaTableBasicInfoResponse
@@ -49421,6 +49459,8 @@ export default class Client extends OpenApi {
49421
49459
  }
49422
49460
 
49423
49461
  /**
49462
+ * @summary Queries metatables in a specified category.
49463
+ *
49424
49464
  * @param request GetMetaTableListByCategoryRequest
49425
49465
  * @param runtime runtime options for this request RuntimeOptions
49426
49466
  * @return GetMetaTableListByCategoryResponse
@@ -49446,6 +49486,8 @@ export default class Client extends OpenApi {
49446
49486
  }
49447
49487
 
49448
49488
  /**
49489
+ * @summary Queries metatables in a specified category.
49490
+ *
49449
49491
  * @param request GetMetaTableListByCategoryRequest
49450
49492
  * @return GetMetaTableListByCategoryResponse
49451
49493
  */
@@ -49513,9 +49555,9 @@ export default class Client extends OpenApi {
49513
49555
  }
49514
49556
 
49515
49557
  /**
49516
- * @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).
49558
+ * @summary Queries the partitions of a metatable.
49517
49559
  *
49518
- * @description The operation that you want to perform. Set the value to **GetMetaTablePartition**.
49560
+ * @description You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
49519
49561
  *
49520
49562
  * @param tmpReq GetMetaTablePartitionRequest
49521
49563
  * @param runtime runtime options for this request RuntimeOptions
@@ -49580,9 +49622,9 @@ export default class Client extends OpenApi {
49580
49622
  }
49581
49623
 
49582
49624
  /**
49583
- * @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).
49625
+ * @summary Queries the partitions of a metatable.
49584
49626
  *
49585
- * @description The operation that you want to perform. Set the value to **GetMetaTablePartition**.
49627
+ * @description You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
49586
49628
  *
49587
49629
  * @param request GetMetaTablePartitionRequest
49588
49630
  * @return GetMetaTablePartitionResponse
@@ -49959,6 +50001,8 @@ export default class Client extends OpenApi {
49959
50001
  }
49960
50002
 
49961
50003
  /**
50004
+ * @summary Queries the ancestor nodes of a node.
50005
+ *
49962
50006
  * @param request GetNodeParentsRequest
49963
50007
  * @param runtime runtime options for this request RuntimeOptions
49964
50008
  * @return GetNodeParentsResponse
@@ -49992,6 +50036,8 @@ export default class Client extends OpenApi {
49992
50036
  }
49993
50037
 
49994
50038
  /**
50039
+ * @summary Queries the ancestor nodes of a node.
50040
+ *
49995
50041
  * @param request GetNodeParentsRequest
49996
50042
  * @return GetNodeParentsResponse
49997
50043
  */
@@ -50461,6 +50507,11 @@ export default class Client extends OpenApi {
50461
50507
  }
50462
50508
 
50463
50509
  /**
50510
+ * @summary Queries the details of a custom alert rule.
50511
+ *
50512
+ * @description ## Debugging
50513
+ * [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)
50514
+ *
50464
50515
  * @param request GetRemindRequest
50465
50516
  * @param runtime runtime options for this request RuntimeOptions
50466
50517
  * @return GetRemindResponse
@@ -50490,6 +50541,11 @@ export default class Client extends OpenApi {
50490
50541
  }
50491
50542
 
50492
50543
  /**
50544
+ * @summary Queries the details of a custom alert rule.
50545
+ *
50546
+ * @description ## Debugging
50547
+ * [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)
50548
+ *
50493
50549
  * @param request GetRemindRequest
50494
50550
  * @return GetRemindResponse
50495
50551
  */
@@ -51049,6 +51105,8 @@ export default class Client extends OpenApi {
51049
51105
  }
51050
51106
 
51051
51107
  /**
51108
+ * @summary Queries compute engine instances.
51109
+ *
51052
51110
  * @param request ListCalcEnginesRequest
51053
51111
  * @param runtime runtime options for this request RuntimeOptions
51054
51112
  * @return ListCalcEnginesResponse
@@ -51098,6 +51156,8 @@ export default class Client extends OpenApi {
51098
51156
  }
51099
51157
 
51100
51158
  /**
51159
+ * @summary Queries compute engine instances.
51160
+ *
51101
51161
  * @param request ListCalcEnginesRequest
51102
51162
  * @return ListCalcEnginesResponse
51103
51163
  */
@@ -52755,7 +52815,7 @@ export default class Client extends OpenApi {
52755
52815
  }
52756
52816
 
52757
52817
  /**
52758
- * @summary The operation that you want to perform. Set the value to **ListMetaCollectionEntities**.
52818
+ * @summary Queries the entities in a collection.
52759
52819
  *
52760
52820
  * @param request ListMetaCollectionEntitiesRequest
52761
52821
  * @param runtime runtime options for this request RuntimeOptions
@@ -52802,7 +52862,7 @@ export default class Client extends OpenApi {
52802
52862
  }
52803
52863
 
52804
52864
  /**
52805
- * @summary The operation that you want to perform. Set the value to **ListMetaCollectionEntities**.
52865
+ * @summary Queries the entities in a collection.
52806
52866
  *
52807
52867
  * @param request ListMetaCollectionEntitiesRequest
52808
52868
  * @return ListMetaCollectionEntitiesResponse
@@ -52813,9 +52873,9 @@ export default class Client extends OpenApi {
52813
52873
  }
52814
52874
 
52815
52875
  /**
52816
- * @summary The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
52876
+ * @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.
52817
52877
  *
52818
- * @description You can configure only one of the Creator, Administrator, and Follower parameters.
52878
+ * @description The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
52819
52879
  *
52820
52880
  * @param request ListMetaCollectionsRequest
52821
52881
  * @param runtime runtime options for this request RuntimeOptions
@@ -52878,9 +52938,9 @@ export default class Client extends OpenApi {
52878
52938
  }
52879
52939
 
52880
52940
  /**
52881
- * @summary The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
52941
+ * @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.
52882
52942
  *
52883
- * @description You can configure only one of the Creator, Administrator, and Follower parameters.
52943
+ * @description The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
52884
52944
  *
52885
52945
  * @param request ListMetaCollectionsRequest
52886
52946
  * @return ListMetaCollectionsResponse
@@ -53403,6 +53463,8 @@ export default class Client extends OpenApi {
53403
53463
  }
53404
53464
 
53405
53465
  /**
53466
+ * @summary Queries members in a DataWorks workspace.
53467
+ *
53406
53468
  * @param request ListProjectMembersRequest
53407
53469
  * @param runtime runtime options for this request RuntimeOptions
53408
53470
  * @return ListProjectMembersResponse
@@ -53440,6 +53502,8 @@ export default class Client extends OpenApi {
53440
53502
  }
53441
53503
 
53442
53504
  /**
53505
+ * @summary Queries members in a DataWorks workspace.
53506
+ *
53443
53507
  * @param request ListProjectMembersRequest
53444
53508
  * @return ListProjectMembersResponse
53445
53509
  */
@@ -53449,7 +53513,10 @@ export default class Client extends OpenApi {
53449
53513
  }
53450
53514
 
53451
53515
  /**
53452
- * @summary Dataworks ID of the workspace.
53516
+ * @summary A topic is added to describe how to call the ListProjectRoles operation to query all roles in a workspace.
53517
+ *
53518
+ * @description ## Debugging
53519
+ * [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)
53453
53520
  *
53454
53521
  * @param request ListProjectRolesRequest
53455
53522
  * @param runtime runtime options for this request RuntimeOptions
@@ -53480,7 +53547,10 @@ export default class Client extends OpenApi {
53480
53547
  }
53481
53548
 
53482
53549
  /**
53483
- * @summary Dataworks ID of the workspace.
53550
+ * @summary A topic is added to describe how to call the ListProjectRoles operation to query all roles in a workspace.
53551
+ *
53552
+ * @description ## Debugging
53553
+ * [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)
53484
53554
  *
53485
53555
  * @param request ListProjectRolesRequest
53486
53556
  * @return ListProjectRolesResponse
@@ -54075,6 +54145,8 @@ export default class Client extends OpenApi {
54075
54145
  }
54076
54146
 
54077
54147
  /**
54148
+ * @summary Queries table levels. This API operation will be replaced soon. We recommend that you do not call this API operation.
54149
+ *
54078
54150
  * @param request ListTableLevelRequest
54079
54151
  * @param runtime runtime options for this request RuntimeOptions
54080
54152
  * @return ListTableLevelResponse
@@ -54100,6 +54172,8 @@ export default class Client extends OpenApi {
54100
54172
  }
54101
54173
 
54102
54174
  /**
54175
+ * @summary Queries table levels. This API operation will be replaced soon. We recommend that you do not call this API operation.
54176
+ *
54103
54177
  * @param request ListTableLevelRequest
54104
54178
  * @return ListTableLevelResponse
54105
54179
  */
@@ -54109,6 +54183,8 @@ export default class Client extends OpenApi {
54109
54183
  }
54110
54184
 
54111
54185
  /**
54186
+ * @summary Queries table folders. This API operation will be replaced soon. We recommend that you do not call this API operation.
54187
+ *
54112
54188
  * @param request ListTableThemeRequest
54113
54189
  * @param runtime runtime options for this request RuntimeOptions
54114
54190
  * @return ListTableThemeResponse
@@ -54134,6 +54210,8 @@ export default class Client extends OpenApi {
54134
54210
  }
54135
54211
 
54136
54212
  /**
54213
+ * @summary Queries table folders. This API operation will be replaced soon. We recommend that you do not call this API operation.
54214
+ *
54137
54215
  * @param request ListTableThemeRequest
54138
54216
  * @return ListTableThemeResponse
54139
54217
  */
@@ -57536,6 +57614,8 @@ export default class Client extends OpenApi {
57536
57614
  }
57537
57615
 
57538
57616
  /**
57617
+ * @summary Updates the metadata information about a table.
57618
+ *
57539
57619
  * @param request UpdateMetaTableRequest
57540
57620
  * @param runtime runtime options for this request RuntimeOptions
57541
57621
  * @return UpdateMetaTableResponse
@@ -57607,6 +57687,8 @@ export default class Client extends OpenApi {
57607
57687
  }
57608
57688
 
57609
57689
  /**
57690
+ * @summary Updates the metadata information about a table.
57691
+ *
57610
57692
  * @param request UpdateMetaTableRequest
57611
57693
  * @return UpdateMetaTableResponse
57612
57694
  */