@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/dataworks-public20200518",
3
- "version": "5.4.0",
3
+ "version": "5.4.2",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -27109,10 +27109,12 @@ export class CreateDIJobRequestResourceSettingsRealtimeResourceSettings extends
27109
27109
  export class CreateDIJobRequestResourceSettings extends $tea.Model {
27110
27110
  offlineResourceSettings?: CreateDIJobRequestResourceSettingsOfflineResourceSettings;
27111
27111
  realtimeResourceSettings?: CreateDIJobRequestResourceSettingsRealtimeResourceSettings;
27112
+ requestedCu?: number;
27112
27113
  static names(): { [key: string]: string } {
27113
27114
  return {
27114
27115
  offlineResourceSettings: 'OfflineResourceSettings',
27115
27116
  realtimeResourceSettings: 'RealtimeResourceSettings',
27117
+ requestedCu: 'RequestedCu',
27116
27118
  };
27117
27119
  }
27118
27120
 
@@ -27120,6 +27122,7 @@ export class CreateDIJobRequestResourceSettings extends $tea.Model {
27120
27122
  return {
27121
27123
  offlineResourceSettings: CreateDIJobRequestResourceSettingsOfflineResourceSettings,
27122
27124
  realtimeResourceSettings: CreateDIJobRequestResourceSettingsRealtimeResourceSettings,
27125
+ requestedCu: 'number',
27123
27126
  };
27124
27127
  }
27125
27128
 
@@ -29307,10 +29310,12 @@ export class GetDIJobResponseBodyDataResourceSettingsRealtimeResourceSettings ex
29307
29310
  export class GetDIJobResponseBodyDataResourceSettings extends $tea.Model {
29308
29311
  offlineResourceSettings?: GetDIJobResponseBodyDataResourceSettingsOfflineResourceSettings;
29309
29312
  realtimeResourceSettings?: GetDIJobResponseBodyDataResourceSettingsRealtimeResourceSettings;
29313
+ requestedCu?: number;
29310
29314
  static names(): { [key: string]: string } {
29311
29315
  return {
29312
29316
  offlineResourceSettings: 'OfflineResourceSettings',
29313
29317
  realtimeResourceSettings: 'RealtimeResourceSettings',
29318
+ requestedCu: 'RequestedCu',
29314
29319
  };
29315
29320
  }
29316
29321
 
@@ -29318,6 +29323,7 @@ export class GetDIJobResponseBodyDataResourceSettings extends $tea.Model {
29318
29323
  return {
29319
29324
  offlineResourceSettings: GetDIJobResponseBodyDataResourceSettingsOfflineResourceSettings,
29320
29325
  realtimeResourceSettings: GetDIJobResponseBodyDataResourceSettingsRealtimeResourceSettings,
29326
+ requestedCu: 'number',
29321
29327
  };
29322
29328
  }
29323
29329
 
@@ -33193,11 +33199,16 @@ export class GetNodeResponseBodyData extends $tea.Model {
33193
33199
  baselineId?: number;
33194
33200
  businessId?: number;
33195
33201
  connection?: string;
33202
+ createTime?: number;
33196
33203
  cronExpress?: string;
33204
+ deployDate?: number;
33197
33205
  description?: string;
33198
33206
  dqcDescription?: string;
33199
33207
  dqcType?: number;
33208
+ fileId?: number;
33200
33209
  fileType?: number;
33210
+ fileVersion?: number;
33211
+ modifyTime?: number;
33201
33212
  nodeId?: number;
33202
33213
  nodeName?: string;
33203
33214
  ownerId?: string;
@@ -33216,11 +33227,16 @@ export class GetNodeResponseBodyData extends $tea.Model {
33216
33227
  baselineId: 'BaselineId',
33217
33228
  businessId: 'BusinessId',
33218
33229
  connection: 'Connection',
33230
+ createTime: 'CreateTime',
33219
33231
  cronExpress: 'CronExpress',
33232
+ deployDate: 'DeployDate',
33220
33233
  description: 'Description',
33221
33234
  dqcDescription: 'DqcDescription',
33222
33235
  dqcType: 'DqcType',
33236
+ fileId: 'FileId',
33223
33237
  fileType: 'FileType',
33238
+ fileVersion: 'FileVersion',
33239
+ modifyTime: 'ModifyTime',
33224
33240
  nodeId: 'NodeId',
33225
33241
  nodeName: 'NodeName',
33226
33242
  ownerId: 'OwnerId',
@@ -33242,11 +33258,16 @@ export class GetNodeResponseBodyData extends $tea.Model {
33242
33258
  baselineId: 'number',
33243
33259
  businessId: 'number',
33244
33260
  connection: 'string',
33261
+ createTime: 'number',
33245
33262
  cronExpress: 'string',
33263
+ deployDate: 'number',
33246
33264
  description: 'string',
33247
33265
  dqcDescription: 'string',
33248
33266
  dqcType: 'number',
33267
+ fileId: 'number',
33249
33268
  fileType: 'number',
33269
+ fileVersion: 'number',
33270
+ modifyTime: 'number',
33250
33271
  nodeId: 'number',
33251
33272
  nodeName: 'string',
33252
33273
  ownerId: 'string',
@@ -33279,6 +33300,7 @@ export class GetNodeChildrenResponseBodyDataNodes extends $tea.Model {
33279
33300
  projectId?: number;
33280
33301
  repeatability?: boolean;
33281
33302
  schedulerType?: string;
33303
+ stepType?: string;
33282
33304
  static names(): { [key: string]: string } {
33283
33305
  return {
33284
33306
  baselineId: 'BaselineId',
@@ -33291,6 +33313,7 @@ export class GetNodeChildrenResponseBodyDataNodes extends $tea.Model {
33291
33313
  projectId: 'ProjectId',
33292
33314
  repeatability: 'Repeatability',
33293
33315
  schedulerType: 'SchedulerType',
33316
+ stepType: 'StepType',
33294
33317
  };
33295
33318
  }
33296
33319
 
@@ -33306,6 +33329,7 @@ export class GetNodeChildrenResponseBodyDataNodes extends $tea.Model {
33306
33329
  projectId: 'number',
33307
33330
  repeatability: 'boolean',
33308
33331
  schedulerType: 'string',
33332
+ stepType: 'string',
33309
33333
  };
33310
33334
  }
33311
33335
 
@@ -33372,6 +33396,7 @@ export class GetNodeParentsResponseBodyDataNodes extends $tea.Model {
33372
33396
  projectId?: number;
33373
33397
  repeatability?: boolean;
33374
33398
  schedulerType?: string;
33399
+ stepType?: string;
33375
33400
  static names(): { [key: string]: string } {
33376
33401
  return {
33377
33402
  baselineId: 'BaselineId',
@@ -33384,6 +33409,7 @@ export class GetNodeParentsResponseBodyDataNodes extends $tea.Model {
33384
33409
  projectId: 'ProjectId',
33385
33410
  repeatability: 'Repeatability',
33386
33411
  schedulerType: 'SchedulerType',
33412
+ stepType: 'StepType',
33387
33413
  };
33388
33414
  }
33389
33415
 
@@ -33399,6 +33425,7 @@ export class GetNodeParentsResponseBodyDataNodes extends $tea.Model {
33399
33425
  projectId: 'number',
33400
33426
  repeatability: 'boolean',
33401
33427
  schedulerType: 'string',
33428
+ stepType: 'string',
33402
33429
  };
33403
33430
  }
33404
33431
 
@@ -38305,11 +38332,16 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
38305
38332
  baselineId?: number;
38306
38333
  businessId?: number;
38307
38334
  connection?: string;
38335
+ createTime?: number;
38308
38336
  cronExpress?: string;
38337
+ deployDate?: number;
38309
38338
  description?: string;
38310
38339
  dqcDescription?: string;
38311
38340
  dqcType?: number;
38341
+ fileId?: number;
38312
38342
  fileType?: number;
38343
+ fileVersion?: number;
38344
+ modifyTime?: number;
38313
38345
  nodeId?: number;
38314
38346
  nodeName?: string;
38315
38347
  ownerId?: string;
@@ -38328,11 +38360,16 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
38328
38360
  baselineId: 'BaselineId',
38329
38361
  businessId: 'BusinessId',
38330
38362
  connection: 'Connection',
38363
+ createTime: 'CreateTime',
38331
38364
  cronExpress: 'CronExpress',
38365
+ deployDate: 'DeployDate',
38332
38366
  description: 'Description',
38333
38367
  dqcDescription: 'DqcDescription',
38334
38368
  dqcType: 'DqcType',
38369
+ fileId: 'FileId',
38335
38370
  fileType: 'FileType',
38371
+ fileVersion: 'FileVersion',
38372
+ modifyTime: 'ModifyTime',
38336
38373
  nodeId: 'NodeId',
38337
38374
  nodeName: 'NodeName',
38338
38375
  ownerId: 'OwnerId',
@@ -38354,11 +38391,16 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
38354
38391
  baselineId: 'number',
38355
38392
  businessId: 'number',
38356
38393
  connection: 'string',
38394
+ createTime: 'number',
38357
38395
  cronExpress: 'string',
38396
+ deployDate: 'number',
38358
38397
  description: 'string',
38359
38398
  dqcDescription: 'string',
38360
38399
  dqcType: 'number',
38400
+ fileId: 'number',
38361
38401
  fileType: 'number',
38402
+ fileVersion: 'number',
38403
+ modifyTime: 'number',
38362
38404
  nodeId: 'number',
38363
38405
  nodeName: 'string',
38364
38406
  ownerId: 'string',
@@ -40986,10 +41028,12 @@ export class UpdateDIJobRequestResourceSettingsRealtimeResourceSettings extends
40986
41028
  export class UpdateDIJobRequestResourceSettings extends $tea.Model {
40987
41029
  offlineResourceSettings?: UpdateDIJobRequestResourceSettingsOfflineResourceSettings;
40988
41030
  realtimeResourceSettings?: UpdateDIJobRequestResourceSettingsRealtimeResourceSettings;
41031
+ requestedCu?: number;
40989
41032
  static names(): { [key: string]: string } {
40990
41033
  return {
40991
41034
  offlineResourceSettings: 'OfflineResourceSettings',
40992
41035
  realtimeResourceSettings: 'RealtimeResourceSettings',
41036
+ requestedCu: 'RequestedCu',
40993
41037
  };
40994
41038
  }
40995
41039
 
@@ -40997,6 +41041,7 @@ export class UpdateDIJobRequestResourceSettings extends $tea.Model {
40997
41041
  return {
40998
41042
  offlineResourceSettings: UpdateDIJobRequestResourceSettingsOfflineResourceSettings,
40999
41043
  realtimeResourceSettings: UpdateDIJobRequestResourceSettingsRealtimeResourceSettings,
41044
+ requestedCu: 'number',
41000
41045
  };
41001
41046
  }
41002
41047
 
@@ -41386,7 +41431,7 @@ export default class Client extends OpenApi {
41386
41431
  }
41387
41432
 
41388
41433
  /**
41389
- * @summary The operation that you want to perform. Set the value to **AddMetaCollectionEntity**.
41434
+ * @summary Adds an entity to a collection.
41390
41435
  *
41391
41436
  * @param request AddMetaCollectionEntityRequest
41392
41437
  * @param runtime runtime options for this request RuntimeOptions
@@ -41425,7 +41470,7 @@ export default class Client extends OpenApi {
41425
41470
  }
41426
41471
 
41427
41472
  /**
41428
- * @summary The operation that you want to perform. Set the value to **AddMetaCollectionEntity**.
41473
+ * @summary Adds an entity to a collection.
41429
41474
  *
41430
41475
  * @param request AddMetaCollectionEntityRequest
41431
41476
  * @return AddMetaCollectionEntityResponse
@@ -42356,7 +42401,7 @@ export default class Client extends OpenApi {
42356
42401
  }
42357
42402
 
42358
42403
  /**
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.
42404
+ * @summary Creates a data synchronization task.
42360
42405
  *
42361
42406
  * @param request CreateDISyncTaskRequest
42362
42407
  * @param runtime runtime options for this request RuntimeOptions
@@ -42407,7 +42452,7 @@ export default class Client extends OpenApi {
42407
42452
  }
42408
42453
 
42409
42454
  /**
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.
42455
+ * @summary Creates a data synchronization task.
42411
42456
  *
42412
42457
  * @param request CreateDISyncTaskRequest
42413
42458
  * @return CreateDISyncTaskResponse
@@ -43294,7 +43339,7 @@ export default class Client extends OpenApi {
43294
43339
  let securityToken = await this._credential.getSecurityToken();
43295
43340
  let credentialType = this._credential.getType();
43296
43341
  let openPlatformEndpoint = this._openPlatformEndpoint;
43297
- if (Util.isUnset(openPlatformEndpoint)) {
43342
+ if (Util.empty(openPlatformEndpoint)) {
43298
43343
  openPlatformEndpoint = "openplatform.aliyuncs.com";
43299
43344
  }
43300
43345
 
@@ -43318,12 +43363,13 @@ export default class Client extends OpenApi {
43318
43363
  });
43319
43364
  let authResponse = new $OpenPlatform.AuthorizeFileUploadResponse({ });
43320
43365
  let ossConfig = new $OSS.Config({
43366
+ accessKeyId: accessKeyId,
43321
43367
  accessKeySecret: accessKeySecret,
43322
43368
  type: "access_key",
43323
43369
  protocol: this._protocol,
43324
43370
  regionId: this._regionId,
43325
43371
  });
43326
- let ossClient : OSS = null;
43372
+ let ossClient : OSS = new OSS(ossConfig);
43327
43373
  let fileObj = new $FileForm.FileField({ });
43328
43374
  let ossHeader = new $OSS.PostObjectRequestHeader({ });
43329
43375
  let uploadRequest = new $OSS.PostObjectRequest({ });
@@ -44222,7 +44268,7 @@ export default class Client extends OpenApi {
44222
44268
  let securityToken = await this._credential.getSecurityToken();
44223
44269
  let credentialType = this._credential.getType();
44224
44270
  let openPlatformEndpoint = this._openPlatformEndpoint;
44225
- if (Util.isUnset(openPlatformEndpoint)) {
44271
+ if (Util.empty(openPlatformEndpoint)) {
44226
44272
  openPlatformEndpoint = "openplatform.aliyuncs.com";
44227
44273
  }
44228
44274
 
@@ -44246,12 +44292,13 @@ export default class Client extends OpenApi {
44246
44292
  });
44247
44293
  let authResponse = new $OpenPlatform.AuthorizeFileUploadResponse({ });
44248
44294
  let ossConfig = new $OSS.Config({
44295
+ accessKeyId: accessKeyId,
44249
44296
  accessKeySecret: accessKeySecret,
44250
44297
  type: "access_key",
44251
44298
  protocol: this._protocol,
44252
44299
  regionId: this._regionId,
44253
44300
  });
44254
- let ossClient : OSS = null;
44301
+ let ossClient : OSS = new OSS(ossConfig);
44255
44302
  let fileObj = new $FileForm.FileField({ });
44256
44303
  let ossHeader = new $OSS.PostObjectRequestHeader({ });
44257
44304
  let uploadRequest = new $OSS.PostObjectRequest({ });
@@ -44464,6 +44511,8 @@ export default class Client extends OpenApi {
44464
44511
  }
44465
44512
 
44466
44513
  /**
44514
+ * @summary Creates a table folder. This API operation will be replaced soon. We recommend that you do not call this API operation.
44515
+ *
44467
44516
  * @param request CreateTableThemeRequest
44468
44517
  * @param runtime runtime options for this request RuntimeOptions
44469
44518
  * @return CreateTableThemeResponse
@@ -44505,6 +44554,8 @@ export default class Client extends OpenApi {
44505
44554
  }
44506
44555
 
44507
44556
  /**
44557
+ * @summary Creates a table folder. This API operation will be replaced soon. We recommend that you do not call this API operation.
44558
+ *
44508
44559
  * @param request CreateTableThemeRequest
44509
44560
  * @return CreateTableThemeResponse
44510
44561
  */
@@ -49121,9 +49172,7 @@ export default class Client extends OpenApi {
49121
49172
  }
49122
49173
 
49123
49174
  /**
49124
- * @summary The operation that you want to perform. Set the value to **GetMetaTableBasicInfo**.
49125
- *
49126
- * @description ****
49175
+ * @summary Queries the basic information about a metatable.
49127
49176
  *
49128
49177
  * @param request GetMetaTableBasicInfoRequest
49129
49178
  * @param runtime runtime options for this request RuntimeOptions
@@ -49150,9 +49199,7 @@ export default class Client extends OpenApi {
49150
49199
  }
49151
49200
 
49152
49201
  /**
49153
- * @summary The operation that you want to perform. Set the value to **GetMetaTableBasicInfo**.
49154
- *
49155
- * @description ****
49202
+ * @summary Queries the basic information about a metatable.
49156
49203
  *
49157
49204
  * @param request GetMetaTableBasicInfoRequest
49158
49205
  * @return GetMetaTableBasicInfoResponse
@@ -49421,6 +49468,8 @@ export default class Client extends OpenApi {
49421
49468
  }
49422
49469
 
49423
49470
  /**
49471
+ * @summary Queries metatables in a specified category.
49472
+ *
49424
49473
  * @param request GetMetaTableListByCategoryRequest
49425
49474
  * @param runtime runtime options for this request RuntimeOptions
49426
49475
  * @return GetMetaTableListByCategoryResponse
@@ -49446,6 +49495,8 @@ export default class Client extends OpenApi {
49446
49495
  }
49447
49496
 
49448
49497
  /**
49498
+ * @summary Queries metatables in a specified category.
49499
+ *
49449
49500
  * @param request GetMetaTableListByCategoryRequest
49450
49501
  * @return GetMetaTableListByCategoryResponse
49451
49502
  */
@@ -49513,9 +49564,9 @@ export default class Client extends OpenApi {
49513
49564
  }
49514
49565
 
49515
49566
  /**
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).
49567
+ * @summary Queries the partitions of a metatable.
49517
49568
  *
49518
- * @description The operation that you want to perform. Set the value to **GetMetaTablePartition**.
49569
+ * @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
49570
  *
49520
49571
  * @param tmpReq GetMetaTablePartitionRequest
49521
49572
  * @param runtime runtime options for this request RuntimeOptions
@@ -49580,9 +49631,9 @@ export default class Client extends OpenApi {
49580
49631
  }
49581
49632
 
49582
49633
  /**
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).
49634
+ * @summary Queries the partitions of a metatable.
49584
49635
  *
49585
- * @description The operation that you want to perform. Set the value to **GetMetaTablePartition**.
49636
+ * @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
49637
  *
49587
49638
  * @param request GetMetaTablePartitionRequest
49588
49639
  * @return GetMetaTablePartitionResponse
@@ -49735,7 +49786,7 @@ export default class Client extends OpenApi {
49735
49786
  }
49736
49787
 
49737
49788
  /**
49738
- * @summary The operation that you want to perform.
49789
+ * @summary Queries the information about a migration task.
49739
49790
  *
49740
49791
  * @param request GetMigrationSummaryRequest
49741
49792
  * @param runtime runtime options for this request RuntimeOptions
@@ -49770,7 +49821,7 @@ export default class Client extends OpenApi {
49770
49821
  }
49771
49822
 
49772
49823
  /**
49773
- * @summary The operation that you want to perform.
49824
+ * @summary Queries the information about a migration task.
49774
49825
  *
49775
49826
  * @param request GetMigrationSummaryRequest
49776
49827
  * @return GetMigrationSummaryResponse
@@ -49959,6 +50010,8 @@ export default class Client extends OpenApi {
49959
50010
  }
49960
50011
 
49961
50012
  /**
50013
+ * @summary Queries the ancestor nodes of a node.
50014
+ *
49962
50015
  * @param request GetNodeParentsRequest
49963
50016
  * @param runtime runtime options for this request RuntimeOptions
49964
50017
  * @return GetNodeParentsResponse
@@ -49992,6 +50045,8 @@ export default class Client extends OpenApi {
49992
50045
  }
49993
50046
 
49994
50047
  /**
50048
+ * @summary Queries the ancestor nodes of a node.
50049
+ *
49995
50050
  * @param request GetNodeParentsRequest
49996
50051
  * @return GetNodeParentsResponse
49997
50052
  */
@@ -50461,6 +50516,11 @@ export default class Client extends OpenApi {
50461
50516
  }
50462
50517
 
50463
50518
  /**
50519
+ * @summary Queries the details of a custom alert rule.
50520
+ *
50521
+ * @description ## Debugging
50522
+ * [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)
50523
+ *
50464
50524
  * @param request GetRemindRequest
50465
50525
  * @param runtime runtime options for this request RuntimeOptions
50466
50526
  * @return GetRemindResponse
@@ -50490,6 +50550,11 @@ export default class Client extends OpenApi {
50490
50550
  }
50491
50551
 
50492
50552
  /**
50553
+ * @summary Queries the details of a custom alert rule.
50554
+ *
50555
+ * @description ## Debugging
50556
+ * [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)
50557
+ *
50493
50558
  * @param request GetRemindRequest
50494
50559
  * @return GetRemindResponse
50495
50560
  */
@@ -51049,6 +51114,8 @@ export default class Client extends OpenApi {
51049
51114
  }
51050
51115
 
51051
51116
  /**
51117
+ * @summary Queries compute engine instances.
51118
+ *
51052
51119
  * @param request ListCalcEnginesRequest
51053
51120
  * @param runtime runtime options for this request RuntimeOptions
51054
51121
  * @return ListCalcEnginesResponse
@@ -51098,6 +51165,8 @@ export default class Client extends OpenApi {
51098
51165
  }
51099
51166
 
51100
51167
  /**
51168
+ * @summary Queries compute engine instances.
51169
+ *
51101
51170
  * @param request ListCalcEnginesRequest
51102
51171
  * @return ListCalcEnginesResponse
51103
51172
  */
@@ -52755,7 +52824,7 @@ export default class Client extends OpenApi {
52755
52824
  }
52756
52825
 
52757
52826
  /**
52758
- * @summary The operation that you want to perform. Set the value to **ListMetaCollectionEntities**.
52827
+ * @summary Queries the entities in a collection.
52759
52828
  *
52760
52829
  * @param request ListMetaCollectionEntitiesRequest
52761
52830
  * @param runtime runtime options for this request RuntimeOptions
@@ -52802,7 +52871,7 @@ export default class Client extends OpenApi {
52802
52871
  }
52803
52872
 
52804
52873
  /**
52805
- * @summary The operation that you want to perform. Set the value to **ListMetaCollectionEntities**.
52874
+ * @summary Queries the entities in a collection.
52806
52875
  *
52807
52876
  * @param request ListMetaCollectionEntitiesRequest
52808
52877
  * @return ListMetaCollectionEntitiesResponse
@@ -52813,9 +52882,9 @@ export default class Client extends OpenApi {
52813
52882
  }
52814
52883
 
52815
52884
  /**
52816
- * @summary The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
52885
+ * @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
52886
  *
52818
- * @description You can configure only one of the Creator, Administrator, and Follower parameters.
52887
+ * @description The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
52819
52888
  *
52820
52889
  * @param request ListMetaCollectionsRequest
52821
52890
  * @param runtime runtime options for this request RuntimeOptions
@@ -52878,9 +52947,9 @@ export default class Client extends OpenApi {
52878
52947
  }
52879
52948
 
52880
52949
  /**
52881
- * @summary The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
52950
+ * @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
52951
  *
52883
- * @description You can configure only one of the Creator, Administrator, and Follower parameters.
52952
+ * @description The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
52884
52953
  *
52885
52954
  * @param request ListMetaCollectionsRequest
52886
52955
  * @return ListMetaCollectionsResponse
@@ -53403,6 +53472,8 @@ export default class Client extends OpenApi {
53403
53472
  }
53404
53473
 
53405
53474
  /**
53475
+ * @summary Queries members in a DataWorks workspace.
53476
+ *
53406
53477
  * @param request ListProjectMembersRequest
53407
53478
  * @param runtime runtime options for this request RuntimeOptions
53408
53479
  * @return ListProjectMembersResponse
@@ -53440,6 +53511,8 @@ export default class Client extends OpenApi {
53440
53511
  }
53441
53512
 
53442
53513
  /**
53514
+ * @summary Queries members in a DataWorks workspace.
53515
+ *
53443
53516
  * @param request ListProjectMembersRequest
53444
53517
  * @return ListProjectMembersResponse
53445
53518
  */
@@ -53449,7 +53522,10 @@ export default class Client extends OpenApi {
53449
53522
  }
53450
53523
 
53451
53524
  /**
53452
- * @summary Dataworks ID of the workspace.
53525
+ * @summary A topic is added to describe how to call the ListProjectRoles operation to query all roles in a workspace.
53526
+ *
53527
+ * @description ## Debugging
53528
+ * [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
53529
  *
53454
53530
  * @param request ListProjectRolesRequest
53455
53531
  * @param runtime runtime options for this request RuntimeOptions
@@ -53480,7 +53556,10 @@ export default class Client extends OpenApi {
53480
53556
  }
53481
53557
 
53482
53558
  /**
53483
- * @summary Dataworks ID of the workspace.
53559
+ * @summary A topic is added to describe how to call the ListProjectRoles operation to query all roles in a workspace.
53560
+ *
53561
+ * @description ## Debugging
53562
+ * [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
53563
  *
53485
53564
  * @param request ListProjectRolesRequest
53486
53565
  * @return ListProjectRolesResponse
@@ -54075,6 +54154,8 @@ export default class Client extends OpenApi {
54075
54154
  }
54076
54155
 
54077
54156
  /**
54157
+ * @summary Queries table levels. This API operation will be replaced soon. We recommend that you do not call this API operation.
54158
+ *
54078
54159
  * @param request ListTableLevelRequest
54079
54160
  * @param runtime runtime options for this request RuntimeOptions
54080
54161
  * @return ListTableLevelResponse
@@ -54100,6 +54181,8 @@ export default class Client extends OpenApi {
54100
54181
  }
54101
54182
 
54102
54183
  /**
54184
+ * @summary Queries table levels. This API operation will be replaced soon. We recommend that you do not call this API operation.
54185
+ *
54103
54186
  * @param request ListTableLevelRequest
54104
54187
  * @return ListTableLevelResponse
54105
54188
  */
@@ -54109,6 +54192,8 @@ export default class Client extends OpenApi {
54109
54192
  }
54110
54193
 
54111
54194
  /**
54195
+ * @summary Queries table folders. This API operation will be replaced soon. We recommend that you do not call this API operation.
54196
+ *
54112
54197
  * @param request ListTableThemeRequest
54113
54198
  * @param runtime runtime options for this request RuntimeOptions
54114
54199
  * @return ListTableThemeResponse
@@ -54134,6 +54219,8 @@ export default class Client extends OpenApi {
54134
54219
  }
54135
54220
 
54136
54221
  /**
54222
+ * @summary Queries table folders. This API operation will be replaced soon. We recommend that you do not call this API operation.
54223
+ *
54137
54224
  * @param request ListTableThemeRequest
54138
54225
  * @return ListTableThemeResponse
54139
54226
  */
@@ -57536,6 +57623,8 @@ export default class Client extends OpenApi {
57536
57623
  }
57537
57624
 
57538
57625
  /**
57626
+ * @summary Updates the metadata information about a table.
57627
+ *
57539
57628
  * @param request UpdateMetaTableRequest
57540
57629
  * @param runtime runtime options for this request RuntimeOptions
57541
57630
  * @return UpdateMetaTableResponse
@@ -57607,6 +57696,8 @@ export default class Client extends OpenApi {
57607
57696
  }
57608
57697
 
57609
57698
  /**
57699
+ * @summary Updates the metadata information about a table.
57700
+ *
57610
57701
  * @param request UpdateMetaTableRequest
57611
57702
  * @return UpdateMetaTableResponse
57612
57703
  */