@alicloud/dataworks-public20200518 4.4.0 → 4.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.js CHANGED
@@ -1093,8 +1093,10 @@ class CreateDataServiceApiRequest extends $tea.Model {
1093
1093
  protocols: 'Protocols',
1094
1094
  registrationDetails: 'RegistrationDetails',
1095
1095
  requestMethod: 'RequestMethod',
1096
+ resourceGroupId: 'ResourceGroupId',
1096
1097
  responseContentType: 'ResponseContentType',
1097
1098
  scriptDetails: 'ScriptDetails',
1099
+ sqlMode: 'SqlMode',
1098
1100
  tenantId: 'TenantId',
1099
1101
  timeout: 'Timeout',
1100
1102
  visibleRange: 'VisibleRange',
@@ -1113,8 +1115,10 @@ class CreateDataServiceApiRequest extends $tea.Model {
1113
1115
  protocols: 'string',
1114
1116
  registrationDetails: 'string',
1115
1117
  requestMethod: 'number',
1118
+ resourceGroupId: 'number',
1116
1119
  responseContentType: 'number',
1117
1120
  scriptDetails: 'string',
1121
+ sqlMode: 'number',
1118
1122
  tenantId: 'number',
1119
1123
  timeout: 'number',
1120
1124
  visibleRange: 'number',
@@ -13005,12 +13009,14 @@ class MountDirectoryRequest extends $tea.Model {
13005
13009
  return {
13006
13010
  targetId: 'TargetId',
13007
13011
  targetType: 'TargetType',
13012
+ targetUserId: 'TargetUserId',
13008
13013
  };
13009
13014
  }
13010
13015
  static types() {
13011
13016
  return {
13012
13017
  targetId: 'string',
13013
13018
  targetType: 'string',
13019
+ targetUserId: 'string',
13014
13020
  };
13015
13021
  }
13016
13022
  }
@@ -14903,12 +14909,14 @@ class UmountDirectoryRequest extends $tea.Model {
14903
14909
  return {
14904
14910
  targetId: 'TargetId',
14905
14911
  targetType: 'TargetType',
14912
+ targetUserId: 'TargetUserId',
14906
14913
  };
14907
14914
  }
14908
14915
  static types() {
14909
14916
  return {
14910
14917
  targetId: 'string',
14911
14918
  targetType: 'string',
14919
+ targetUserId: 'string',
14912
14920
  };
14913
14921
  }
14914
14922
  }
@@ -15364,6 +15372,7 @@ class UpdateDataServiceApiRequest extends $tea.Model {
15364
15372
  protocols: 'Protocols',
15365
15373
  registrationDetails: 'RegistrationDetails',
15366
15374
  requestMethod: 'RequestMethod',
15375
+ resourceGroupId: 'ResourceGroupId',
15367
15376
  responseContentType: 'ResponseContentType',
15368
15377
  scriptDetails: 'ScriptDetails',
15369
15378
  tenantId: 'TenantId',
@@ -15381,6 +15390,7 @@ class UpdateDataServiceApiRequest extends $tea.Model {
15381
15390
  protocols: 'string',
15382
15391
  registrationDetails: 'string',
15383
15392
  requestMethod: 'number',
15393
+ resourceGroupId: 'number',
15384
15394
  responseContentType: 'number',
15385
15395
  scriptDetails: 'string',
15386
15396
  tenantId: 'number',
@@ -20074,6 +20084,7 @@ class GetMetaTableLineageResponseBodyDataDataEntityList extends $tea.Model {
20074
20084
  static names() {
20075
20085
  return {
20076
20086
  createTimestamp: 'CreateTimestamp',
20087
+ databaseName: 'DatabaseName',
20077
20088
  tableGuid: 'TableGuid',
20078
20089
  tableName: 'TableName',
20079
20090
  };
@@ -20081,6 +20092,7 @@ class GetMetaTableLineageResponseBodyDataDataEntityList extends $tea.Model {
20081
20092
  static types() {
20082
20093
  return {
20083
20094
  createTimestamp: 'number',
20095
+ databaseName: 'string',
20084
20096
  tableGuid: 'string',
20085
20097
  tableName: 'string',
20086
20098
  };
@@ -20398,6 +20410,7 @@ class GetNodeResponseBodyData extends $tea.Model {
20398
20410
  description: 'Description',
20399
20411
  dqcDescription: 'DqcDescription',
20400
20412
  dqcType: 'DqcType',
20413
+ fileType: 'FileType',
20401
20414
  nodeId: 'NodeId',
20402
20415
  nodeName: 'NodeName',
20403
20416
  ownerId: 'OwnerId',
@@ -20408,6 +20421,7 @@ class GetNodeResponseBodyData extends $tea.Model {
20408
20421
  relatedFlowId: 'RelatedFlowId',
20409
20422
  repeatInterval: 'RepeatInterval',
20410
20423
  repeatability: 'Repeatability',
20424
+ resGroupIdentifier: 'ResGroupIdentifier',
20411
20425
  resGroupName: 'ResGroupName',
20412
20426
  schedulerType: 'SchedulerType',
20413
20427
  };
@@ -20421,6 +20435,7 @@ class GetNodeResponseBodyData extends $tea.Model {
20421
20435
  description: 'string',
20422
20436
  dqcDescription: 'string',
20423
20437
  dqcType: 'number',
20438
+ fileType: 'number',
20424
20439
  nodeId: 'number',
20425
20440
  nodeName: 'string',
20426
20441
  ownerId: 'string',
@@ -20431,6 +20446,7 @@ class GetNodeResponseBodyData extends $tea.Model {
20431
20446
  relatedFlowId: 'number',
20432
20447
  repeatInterval: 'number',
20433
20448
  repeatability: 'string',
20449
+ resGroupIdentifier: 'string',
20434
20450
  resGroupName: 'string',
20435
20451
  schedulerType: 'string',
20436
20452
  };
@@ -20623,12 +20639,14 @@ class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveContentPro
20623
20639
  return {
20624
20640
  columnComment: 'ColumnComment',
20625
20641
  columnName: 'ColumnName',
20642
+ securityLevel: 'SecurityLevel',
20626
20643
  };
20627
20644
  }
20628
20645
  static types() {
20629
20646
  return {
20630
20647
  columnComment: 'string',
20631
20648
  columnName: 'string',
20649
+ securityLevel: 'string',
20632
20650
  };
20633
20651
  }
20634
20652
  }
@@ -24018,6 +24036,7 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
24018
24036
  description: 'Description',
24019
24037
  dqcDescription: 'DqcDescription',
24020
24038
  dqcType: 'DqcType',
24039
+ fileType: 'FileType',
24021
24040
  nodeId: 'NodeId',
24022
24041
  nodeName: 'NodeName',
24023
24042
  ownerId: 'OwnerId',
@@ -24028,6 +24047,7 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
24028
24047
  relatedFlowId: 'RelatedFlowId',
24029
24048
  repeatInterval: 'RepeatInterval',
24030
24049
  repeatability: 'Repeatability',
24050
+ resGroupIdentifier: 'ResGroupIdentifier',
24031
24051
  resGroupName: 'ResGroupName',
24032
24052
  schedulerType: 'SchedulerType',
24033
24053
  };
@@ -24041,6 +24061,7 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
24041
24061
  description: 'string',
24042
24062
  dqcDescription: 'string',
24043
24063
  dqcType: 'number',
24064
+ fileType: 'number',
24044
24065
  nodeId: 'number',
24045
24066
  nodeName: 'string',
24046
24067
  ownerId: 'string',
@@ -24051,6 +24072,7 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
24051
24072
  relatedFlowId: 'number',
24052
24073
  repeatInterval: 'number',
24053
24074
  repeatability: 'boolean',
24075
+ resGroupIdentifier: 'string',
24054
24076
  resGroupName: 'string',
24055
24077
  schedulerType: 'string',
24056
24078
  };
@@ -26060,6 +26082,13 @@ class Client extends openapi_client_1.default {
26060
26082
  let runtime = new $Util.RuntimeOptions({});
26061
26083
  return await this.addMetaCollectionEntityWithOptions(request, runtime);
26062
26084
  }
26085
+ /**
26086
+ * For more information about how to add your Alibaba Cloud account or a RAM user as a member of a DataWorks workspace, see [Add a member to a DataWorks workspace](~~136941~~).
26087
+ *
26088
+ * @param request AddProjectMemberToRoleRequest
26089
+ * @param runtime runtime options for this request RuntimeOptions
26090
+ * @return AddProjectMemberToRoleResponse
26091
+ */
26063
26092
  async addProjectMemberToRoleWithOptions(request, runtime) {
26064
26093
  tea_util_1.default.validateModel(request);
26065
26094
  let query = {};
@@ -26091,6 +26120,12 @@ class Client extends openapi_client_1.default {
26091
26120
  });
26092
26121
  return $tea.cast(await this.callApi(params, req, runtime), new AddProjectMemberToRoleResponse({}));
26093
26122
  }
26123
+ /**
26124
+ * For more information about how to add your Alibaba Cloud account or a RAM user as a member of a DataWorks workspace, see [Add a member to a DataWorks workspace](~~136941~~).
26125
+ *
26126
+ * @param request AddProjectMemberToRoleRequest
26127
+ * @return AddProjectMemberToRoleResponse
26128
+ */
26094
26129
  async addProjectMemberToRole(request) {
26095
26130
  let runtime = new $Util.RuntimeOptions({});
26096
26131
  return await this.addProjectMemberToRoleWithOptions(request, runtime);
@@ -26446,6 +26481,13 @@ class Client extends openapi_client_1.default {
26446
26481
  let runtime = new $Util.RuntimeOptions({});
26447
26482
  return await this.createConnectionWithOptions(request, runtime);
26448
26483
  }
26484
+ /**
26485
+ * 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](~~383463~~) operation to generate the ID of an asynchronous thread and call the [QueryDISyncTaskConfigProcessResult](~~383465~~) 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.
26486
+ *
26487
+ * @param request CreateDISyncTaskRequest
26488
+ * @param runtime runtime options for this request RuntimeOptions
26489
+ * @return CreateDISyncTaskResponse
26490
+ */
26449
26491
  async createDISyncTaskWithOptions(request, runtime) {
26450
26492
  tea_util_1.default.validateModel(request);
26451
26493
  let query = {};
@@ -26483,6 +26525,12 @@ class Client extends openapi_client_1.default {
26483
26525
  });
26484
26526
  return $tea.cast(await this.callApi(params, req, runtime), new CreateDISyncTaskResponse({}));
26485
26527
  }
26528
+ /**
26529
+ * 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](~~383463~~) operation to generate the ID of an asynchronous thread and call the [QueryDISyncTaskConfigProcessResult](~~383465~~) 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.
26530
+ *
26531
+ * @param request CreateDISyncTaskRequest
26532
+ * @return CreateDISyncTaskResponse
26533
+ */
26486
26534
  async createDISyncTask(request) {
26487
26535
  let runtime = new $Util.RuntimeOptions({});
26488
26536
  return await this.createDISyncTaskWithOptions(request, runtime);
@@ -26644,12 +26692,18 @@ class Client extends openapi_client_1.default {
26644
26692
  if (!tea_util_1.default.isUnset(request.requestMethod)) {
26645
26693
  body["RequestMethod"] = request.requestMethod;
26646
26694
  }
26695
+ if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
26696
+ body["ResourceGroupId"] = request.resourceGroupId;
26697
+ }
26647
26698
  if (!tea_util_1.default.isUnset(request.responseContentType)) {
26648
26699
  body["ResponseContentType"] = request.responseContentType;
26649
26700
  }
26650
26701
  if (!tea_util_1.default.isUnset(request.scriptDetails)) {
26651
26702
  body["ScriptDetails"] = request.scriptDetails;
26652
26703
  }
26704
+ if (!tea_util_1.default.isUnset(request.sqlMode)) {
26705
+ body["SqlMode"] = request.sqlMode;
26706
+ }
26653
26707
  if (!tea_util_1.default.isUnset(request.tenantId)) {
26654
26708
  body["TenantId"] = request.tenantId;
26655
26709
  }
@@ -27023,6 +27077,27 @@ class Client extends openapi_client_1.default {
27023
27077
  let runtime = new $Util.RuntimeOptions({});
27024
27078
  return await this.createFolderWithOptions(request, runtime);
27025
27079
  }
27080
+ /**
27081
+ * The import package must be uploaded. Example of the upload method:
27082
+ * Config config = new Config();
27083
+ * config.setAccessKeyId(accessId);
27084
+ * config.setAccessKeySecret(accessKey);
27085
+ * config.setEndpoint(popEndpoint);
27086
+ * config.setRegionId(regionId);
27087
+ * Client client = new Client(config);
27088
+ * CreateImportMigrationAdvanceRequest request = new CreateImportMigrationAdvanceRequest();
27089
+ * request.setName("test_migration_api\\_" + System.currentTimeMillis());
27090
+ * request.setProjectId(123456L);
27091
+ * request.setPackageType("DATAWORKS_MODEL");
27092
+ * request.setPackageFileObject(new FileInputStream("/home/admin/Downloads/test.zip"));
27093
+ * RuntimeOptions runtime = new RuntimeOptions();
27094
+ * CreateImportMigrationResponse response = client.createImportMigrationAdvance(request, runtime);
27095
+ * ...
27096
+ *
27097
+ * @param request CreateImportMigrationRequest
27098
+ * @param runtime runtime options for this request RuntimeOptions
27099
+ * @return CreateImportMigrationResponse
27100
+ */
27026
27101
  async createImportMigrationWithOptions(request, runtime) {
27027
27102
  tea_util_1.default.validateModel(request);
27028
27103
  let body = {};
@@ -27069,6 +27144,26 @@ class Client extends openapi_client_1.default {
27069
27144
  });
27070
27145
  return $tea.cast(await this.callApi(params, req, runtime), new CreateImportMigrationResponse({}));
27071
27146
  }
27147
+ /**
27148
+ * The import package must be uploaded. Example of the upload method:
27149
+ * Config config = new Config();
27150
+ * config.setAccessKeyId(accessId);
27151
+ * config.setAccessKeySecret(accessKey);
27152
+ * config.setEndpoint(popEndpoint);
27153
+ * config.setRegionId(regionId);
27154
+ * Client client = new Client(config);
27155
+ * CreateImportMigrationAdvanceRequest request = new CreateImportMigrationAdvanceRequest();
27156
+ * request.setName("test_migration_api\\_" + System.currentTimeMillis());
27157
+ * request.setProjectId(123456L);
27158
+ * request.setPackageType("DATAWORKS_MODEL");
27159
+ * request.setPackageFileObject(new FileInputStream("/home/admin/Downloads/test.zip"));
27160
+ * RuntimeOptions runtime = new RuntimeOptions();
27161
+ * CreateImportMigrationResponse response = client.createImportMigrationAdvance(request, runtime);
27162
+ * ...
27163
+ *
27164
+ * @param request CreateImportMigrationRequest
27165
+ * @return CreateImportMigrationResponse
27166
+ */
27072
27167
  async createImportMigration(request) {
27073
27168
  let runtime = new $Util.RuntimeOptions({});
27074
27169
  return await this.createImportMigrationWithOptions(request, runtime);
@@ -27237,6 +27332,13 @@ class Client extends openapi_client_1.default {
27237
27332
  let runtime = new $Util.RuntimeOptions({});
27238
27333
  return await this.createMetaCategoryWithOptions(request, runtime);
27239
27334
  }
27335
+ /**
27336
+ * Collections are classified into various types. The names of collections of the same type must be different.
27337
+ *
27338
+ * @param request CreateMetaCollectionRequest
27339
+ * @param runtime runtime options for this request RuntimeOptions
27340
+ * @return CreateMetaCollectionResponse
27341
+ */
27240
27342
  async createMetaCollectionWithOptions(request, runtime) {
27241
27343
  tea_util_1.default.validateModel(request);
27242
27344
  let query = {};
@@ -27268,6 +27370,12 @@ class Client extends openapi_client_1.default {
27268
27370
  });
27269
27371
  return $tea.cast(await this.callApi(params, req, runtime), new CreateMetaCollectionResponse({}));
27270
27372
  }
27373
+ /**
27374
+ * Collections are classified into various types. The names of collections of the same type must be different.
27375
+ *
27376
+ * @param request CreateMetaCollectionRequest
27377
+ * @return CreateMetaCollectionResponse
27378
+ */
27271
27379
  async createMetaCollection(request) {
27272
27380
  let runtime = new $Util.RuntimeOptions({});
27273
27381
  return await this.createMetaCollectionWithOptions(request, runtime);
@@ -28295,6 +28403,13 @@ class Client extends openapi_client_1.default {
28295
28403
  let runtime = new $Util.RuntimeOptions({});
28296
28404
  return await this.deleteQualityEntityWithOptions(request, runtime);
28297
28405
  }
28406
+ /**
28407
+ * In Data Quality, you must configure monitoring rules based on a partition filter expression. Data Quality uses these rules to detect changes in source data and dirty data generated during the process of extract, transformation, load (ETL). Thereby, Data Quality automatically blocks the nodes that involve dirty data to stop dirty data from spreading downstream. This prevents nodes from producing unexpected dirty data that affects normal use and business decisions. You can go to the Manage Subscriptions page to add subscribers for a partition filter expression. When the monitoring rule described by the partition filter expression is triggered, the subscribers can receive notifications and troubleshoot errors in a timely manner. For more information, see [Configure monitoring rules for MaxCompute](~~73690~~).
28408
+ *
28409
+ * @param request DeleteQualityFollowerRequest
28410
+ * @param runtime runtime options for this request RuntimeOptions
28411
+ * @return DeleteQualityFollowerResponse
28412
+ */
28298
28413
  async deleteQualityFollowerWithOptions(request, runtime) {
28299
28414
  tea_util_1.default.validateModel(request);
28300
28415
  let body = {};
@@ -28320,6 +28435,12 @@ class Client extends openapi_client_1.default {
28320
28435
  });
28321
28436
  return $tea.cast(await this.callApi(params, req, runtime), new DeleteQualityFollowerResponse({}));
28322
28437
  }
28438
+ /**
28439
+ * In Data Quality, you must configure monitoring rules based on a partition filter expression. Data Quality uses these rules to detect changes in source data and dirty data generated during the process of extract, transformation, load (ETL). Thereby, Data Quality automatically blocks the nodes that involve dirty data to stop dirty data from spreading downstream. This prevents nodes from producing unexpected dirty data that affects normal use and business decisions. You can go to the Manage Subscriptions page to add subscribers for a partition filter expression. When the monitoring rule described by the partition filter expression is triggered, the subscribers can receive notifications and troubleshoot errors in a timely manner. For more information, see [Configure monitoring rules for MaxCompute](~~73690~~).
28440
+ *
28441
+ * @param request DeleteQualityFollowerRequest
28442
+ * @return DeleteQualityFollowerResponse
28443
+ */
28323
28444
  async deleteQualityFollower(request) {
28324
28445
  let runtime = new $Util.RuntimeOptions({});
28325
28446
  return await this.deleteQualityFollowerWithOptions(request, runtime);
@@ -28676,6 +28797,14 @@ class Client extends openapi_client_1.default {
28676
28797
  let runtime = new $Util.RuntimeOptions({});
28677
28798
  return await this.exportDataSourcesWithOptions(request, runtime);
28678
28799
  }
28800
+ /**
28801
+ * DataWorks allows you to use only the [CreateDISyncTask](~~278725~~) 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](~~383463~~) operation to generate the ID of an asynchronous thread and call the [QueryDISyncTaskConfigProcessResult](~~383465~~) operation to obtain the asynchronously generated parameters based on the ID. Then, you can call the [CreateDISyncTask](~~278725~~) operation and use the parameters as request parameters to create a real-time synchronization node or a synchronization solution in Data Integration.
28802
+ * DataWorks allows you to create real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
28803
+ *
28804
+ * @param request GenerateDISyncTaskConfigForCreatingRequest
28805
+ * @param runtime runtime options for this request RuntimeOptions
28806
+ * @return GenerateDISyncTaskConfigForCreatingResponse
28807
+ */
28679
28808
  async generateDISyncTaskConfigForCreatingWithOptions(request, runtime) {
28680
28809
  tea_util_1.default.validateModel(request);
28681
28810
  let query = {};
@@ -28707,10 +28836,24 @@ class Client extends openapi_client_1.default {
28707
28836
  });
28708
28837
  return $tea.cast(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForCreatingResponse({}));
28709
28838
  }
28839
+ /**
28840
+ * DataWorks allows you to use only the [CreateDISyncTask](~~278725~~) 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](~~383463~~) operation to generate the ID of an asynchronous thread and call the [QueryDISyncTaskConfigProcessResult](~~383465~~) operation to obtain the asynchronously generated parameters based on the ID. Then, you can call the [CreateDISyncTask](~~278725~~) operation and use the parameters as request parameters to create a real-time synchronization node or a synchronization solution in Data Integration.
28841
+ * DataWorks allows you to create real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
28842
+ *
28843
+ * @param request GenerateDISyncTaskConfigForCreatingRequest
28844
+ * @return GenerateDISyncTaskConfigForCreatingResponse
28845
+ */
28710
28846
  async generateDISyncTaskConfigForCreating(request) {
28711
28847
  let runtime = new $Util.RuntimeOptions({});
28712
28848
  return await this.generateDISyncTaskConfigForCreatingWithOptions(request, runtime);
28713
28849
  }
28850
+ /**
28851
+ * DataWorks allows you to use only the [UpdateDISyncTask](~~289109~~) operation to update a batch synchronization node in Data Integration. To update a real-time synchronization node or a synchronization solution, you must first call the GenerateDISyncTaskConfigForUpdating operation to generate the ID of an asynchronous thread and call the [QueryDISyncTaskConfigProcessResult](~~383465~~) operation to obtain the asynchronously generated parameters based on the ID. Then, you can call the UpdateDISyncTask operation and use the parameters as request parameters to update a real-time synchronization node or a synchronization solution in Data Integration. DataWorks allows you to update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
28852
+ *
28853
+ * @param request GenerateDISyncTaskConfigForUpdatingRequest
28854
+ * @param runtime runtime options for this request RuntimeOptions
28855
+ * @return GenerateDISyncTaskConfigForUpdatingResponse
28856
+ */
28714
28857
  async generateDISyncTaskConfigForUpdatingWithOptions(request, runtime) {
28715
28858
  tea_util_1.default.validateModel(request);
28716
28859
  let query = {};
@@ -28745,6 +28888,12 @@ class Client extends openapi_client_1.default {
28745
28888
  });
28746
28889
  return $tea.cast(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForUpdatingResponse({}));
28747
28890
  }
28891
+ /**
28892
+ * DataWorks allows you to use only the [UpdateDISyncTask](~~289109~~) operation to update a batch synchronization node in Data Integration. To update a real-time synchronization node or a synchronization solution, you must first call the GenerateDISyncTaskConfigForUpdating operation to generate the ID of an asynchronous thread and call the [QueryDISyncTaskConfigProcessResult](~~383465~~) operation to obtain the asynchronously generated parameters based on the ID. Then, you can call the UpdateDISyncTask operation and use the parameters as request parameters to update a real-time synchronization node or a synchronization solution in Data Integration. DataWorks allows you to update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
28893
+ *
28894
+ * @param request GenerateDISyncTaskConfigForUpdatingRequest
28895
+ * @return GenerateDISyncTaskConfigForUpdatingResponse
28896
+ */
28748
28897
  async generateDISyncTaskConfigForUpdating(request) {
28749
28898
  let runtime = new $Util.RuntimeOptions({});
28750
28899
  return await this.generateDISyncTaskConfigForUpdatingWithOptions(request, runtime);
@@ -28987,6 +29136,22 @@ class Client extends openapi_client_1.default {
28987
29136
  let runtime = new $Util.RuntimeOptions({});
28988
29137
  return await this.getDISyncTaskWithOptions(request, runtime);
28989
29138
  }
29139
+ /**
29140
+ * Supported DAG types:
29141
+ * * MANUAL: the DAG for a manually triggered workflow.
29142
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
29143
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
29144
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
29145
+ * Supported DAG states:
29146
+ * * CREATED: The DAG is created.
29147
+ * * RUNNING: The DAG is running.
29148
+ * * FAILURE: The DAG fails to run.
29149
+ * * SUCCESS: The DAG successfully runs.
29150
+ *
29151
+ * @param request GetDagRequest
29152
+ * @param runtime runtime options for this request RuntimeOptions
29153
+ * @return GetDagResponse
29154
+ */
28990
29155
  async getDagWithOptions(request, runtime) {
28991
29156
  tea_util_1.default.validateModel(request);
28992
29157
  let body = {};
@@ -29012,6 +29177,21 @@ class Client extends openapi_client_1.default {
29012
29177
  });
29013
29178
  return $tea.cast(await this.callApi(params, req, runtime), new GetDagResponse({}));
29014
29179
  }
29180
+ /**
29181
+ * Supported DAG types:
29182
+ * * MANUAL: the DAG for a manually triggered workflow.
29183
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
29184
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
29185
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
29186
+ * Supported DAG states:
29187
+ * * CREATED: The DAG is created.
29188
+ * * RUNNING: The DAG is running.
29189
+ * * FAILURE: The DAG fails to run.
29190
+ * * SUCCESS: The DAG successfully runs.
29191
+ *
29192
+ * @param request GetDagRequest
29193
+ * @return GetDagResponse
29194
+ */
29015
29195
  async getDag(request) {
29016
29196
  let runtime = new $Util.RuntimeOptions({});
29017
29197
  return await this.getDagWithOptions(request, runtime);
@@ -29619,6 +29799,13 @@ class Client extends openapi_client_1.default {
29619
29799
  let runtime = new $Util.RuntimeOptions({});
29620
29800
  return await this.getInstanceErrorRankWithOptions(request, runtime);
29621
29801
  }
29802
+ /**
29803
+ * You may not obtain the instance logs that were generated more than seven days ago.
29804
+ *
29805
+ * @param request GetInstanceLogRequest
29806
+ * @param runtime runtime options for this request RuntimeOptions
29807
+ * @return GetInstanceLogResponse
29808
+ */
29622
29809
  async getInstanceLogWithOptions(request, runtime) {
29623
29810
  tea_util_1.default.validateModel(request);
29624
29811
  let body = {};
@@ -29647,6 +29834,12 @@ class Client extends openapi_client_1.default {
29647
29834
  });
29648
29835
  return $tea.cast(await this.callApi(params, req, runtime), new GetInstanceLogResponse({}));
29649
29836
  }
29837
+ /**
29838
+ * You may not obtain the instance logs that were generated more than seven days ago.
29839
+ *
29840
+ * @param request GetInstanceLogRequest
29841
+ * @return GetInstanceLogResponse
29842
+ */
29650
29843
  async getInstanceLog(request) {
29651
29844
  let runtime = new $Util.RuntimeOptions({});
29652
29845
  return await this.getInstanceLogWithOptions(request, runtime);
@@ -29891,6 +30084,13 @@ class Client extends openapi_client_1.default {
29891
30084
  let runtime = new $Util.RuntimeOptions({});
29892
30085
  return await this.getMetaColumnLineageWithOptions(request, runtime);
29893
30086
  }
30087
+ /**
30088
+ * You can call this operation to query only the basic metadata information about a MaxCompute or E-MapReduce (EMR) compute engine instance.
30089
+ *
30090
+ * @param request GetMetaDBInfoRequest
30091
+ * @param runtime runtime options for this request RuntimeOptions
30092
+ * @return GetMetaDBInfoResponse
30093
+ */
29894
30094
  async getMetaDBInfoWithOptions(request, runtime) {
29895
30095
  tea_util_1.default.validateModel(request);
29896
30096
  let query = openapi_util_1.default.query(tea_util_1.default.toMap(request));
@@ -29910,6 +30110,12 @@ class Client extends openapi_client_1.default {
29910
30110
  });
29911
30111
  return $tea.cast(await this.callApi(params, req, runtime), new GetMetaDBInfoResponse({}));
29912
30112
  }
30113
+ /**
30114
+ * You can call this operation to query only the basic metadata information about a MaxCompute or E-MapReduce (EMR) compute engine instance.
30115
+ *
30116
+ * @param request GetMetaDBInfoRequest
30117
+ * @return GetMetaDBInfoResponse
30118
+ */
29913
30119
  async getMetaDBInfo(request) {
29914
30120
  let runtime = new $Util.RuntimeOptions({});
29915
30121
  return await this.getMetaDBInfoWithOptions(request, runtime);
@@ -30221,6 +30427,13 @@ class Client extends openapi_client_1.default {
30221
30427
  let runtime = new $Util.RuntimeOptions({});
30222
30428
  return await this.getMetaTableOutputWithOptions(request, runtime);
30223
30429
  }
30430
+ /**
30431
+ * You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
30432
+ *
30433
+ * @param tmpReq GetMetaTablePartitionRequest
30434
+ * @param runtime runtime options for this request RuntimeOptions
30435
+ * @return GetMetaTablePartitionResponse
30436
+ */
30224
30437
  async getMetaTablePartitionWithOptions(tmpReq, runtime) {
30225
30438
  tea_util_1.default.validateModel(tmpReq);
30226
30439
  let request = new GetMetaTablePartitionShrinkRequest({});
@@ -30269,6 +30482,12 @@ class Client extends openapi_client_1.default {
30269
30482
  });
30270
30483
  return $tea.cast(await this.callApi(params, req, runtime), new GetMetaTablePartitionResponse({}));
30271
30484
  }
30485
+ /**
30486
+ * You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
30487
+ *
30488
+ * @param request GetMetaTablePartitionRequest
30489
+ * @return GetMetaTablePartitionResponse
30490
+ */
30272
30491
  async getMetaTablePartition(request) {
30273
30492
  let runtime = new $Util.RuntimeOptions({});
30274
30493
  return await this.getMetaTablePartitionWithOptions(request, runtime);
@@ -31024,6 +31243,15 @@ class Client extends openapi_client_1.default {
31024
31243
  let runtime = new $Util.RuntimeOptions({});
31025
31244
  return await this.getTopicInfluenceWithOptions(request, runtime);
31026
31245
  }
31246
+ /**
31247
+ * You can import self-managed data sources or data sources that are exported from other Dataworks workspaces to a specified DataWorks workspace.
31248
+ * * To import a self-managed data source to DataWorks, the data source type must be supported by DataWorks. For more information about the types of data sources supported by DataWorks, see [Supported data stores](~~181656~~).
31249
+ * * For more information about how to export data sources from DataWorks workspaces to on-premises devices, see [ExportDataSources](~~279570~~).
31250
+ *
31251
+ * @param request ImportDataSourcesRequest
31252
+ * @param runtime runtime options for this request RuntimeOptions
31253
+ * @return ImportDataSourcesResponse
31254
+ */
31027
31255
  async importDataSourcesWithOptions(request, runtime) {
31028
31256
  tea_util_1.default.validateModel(request);
31029
31257
  let query = {};
@@ -31049,6 +31277,14 @@ class Client extends openapi_client_1.default {
31049
31277
  });
31050
31278
  return $tea.cast(await this.callApi(params, req, runtime), new ImportDataSourcesResponse({}));
31051
31279
  }
31280
+ /**
31281
+ * You can import self-managed data sources or data sources that are exported from other Dataworks workspaces to a specified DataWorks workspace.
31282
+ * * To import a self-managed data source to DataWorks, the data source type must be supported by DataWorks. For more information about the types of data sources supported by DataWorks, see [Supported data stores](~~181656~~).
31283
+ * * For more information about how to export data sources from DataWorks workspaces to on-premises devices, see [ExportDataSources](~~279570~~).
31284
+ *
31285
+ * @param request ImportDataSourcesRequest
31286
+ * @return ImportDataSourcesResponse
31287
+ */
31052
31288
  async importDataSources(request) {
31053
31289
  let runtime = new $Util.RuntimeOptions({});
31054
31290
  return await this.importDataSourcesWithOptions(request, runtime);
@@ -31367,6 +31603,13 @@ class Client extends openapi_client_1.default {
31367
31603
  let runtime = new $Util.RuntimeOptions({});
31368
31604
  return await this.listConnectionsWithOptions(request, runtime);
31369
31605
  }
31606
+ /**
31607
+ * DataWorks allows you to set the default global configuration for only the processing rules of DDL messages in sync solutions. After you configure the **processing rules of DDL messages** in sync solutions, the configuration is set as the default global configuration and applies to all real-time sync nodes. You can also modify the **processing rules of DDL messages** based on your business requirements. For more information, see [Sync solutions](~~199008~~).
31608
+ *
31609
+ * @param request ListDIProjectConfigRequest
31610
+ * @param runtime runtime options for this request RuntimeOptions
31611
+ * @return ListDIProjectConfigResponse
31612
+ */
31370
31613
  async listDIProjectConfigWithOptions(request, runtime) {
31371
31614
  tea_util_1.default.validateModel(request);
31372
31615
  let query = {};
@@ -31395,10 +31638,32 @@ class Client extends openapi_client_1.default {
31395
31638
  });
31396
31639
  return $tea.cast(await this.callApi(params, req, runtime), new ListDIProjectConfigResponse({}));
31397
31640
  }
31641
+ /**
31642
+ * DataWorks allows you to set the default global configuration for only the processing rules of DDL messages in sync solutions. After you configure the **processing rules of DDL messages** in sync solutions, the configuration is set as the default global configuration and applies to all real-time sync nodes. You can also modify the **processing rules of DDL messages** based on your business requirements. For more information, see [Sync solutions](~~199008~~).
31643
+ *
31644
+ * @param request ListDIProjectConfigRequest
31645
+ * @return ListDIProjectConfigResponse
31646
+ */
31398
31647
  async listDIProjectConfig(request) {
31399
31648
  let runtime = new $Util.RuntimeOptions({});
31400
31649
  return await this.listDIProjectConfigWithOptions(request, runtime);
31401
31650
  }
31651
+ /**
31652
+ * Supported DAG types:
31653
+ * * MANUAL: the DAG for a manually triggered workflow.
31654
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
31655
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
31656
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
31657
+ * Supported DAG states:
31658
+ * * CREATED: The DAG is created.
31659
+ * * RUNNING: The DAG is running.
31660
+ * * FAILURE: The DAG fails to run.
31661
+ * * SUCCESS: The DAG successfully runs.
31662
+ *
31663
+ * @param request ListDagsRequest
31664
+ * @param runtime runtime options for this request RuntimeOptions
31665
+ * @return ListDagsResponse
31666
+ */
31402
31667
  async listDagsWithOptions(request, runtime) {
31403
31668
  tea_util_1.default.validateModel(request);
31404
31669
  let body = {};
@@ -31424,6 +31689,21 @@ class Client extends openapi_client_1.default {
31424
31689
  });
31425
31690
  return $tea.cast(await this.callApi(params, req, runtime), new ListDagsResponse({}));
31426
31691
  }
31692
+ /**
31693
+ * Supported DAG types:
31694
+ * * MANUAL: the DAG for a manually triggered workflow.
31695
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
31696
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
31697
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
31698
+ * Supported DAG states:
31699
+ * * CREATED: The DAG is created.
31700
+ * * RUNNING: The DAG is running.
31701
+ * * FAILURE: The DAG fails to run.
31702
+ * * SUCCESS: The DAG successfully runs.
31703
+ *
31704
+ * @param request ListDagsRequest
31705
+ * @return ListDagsResponse
31706
+ */
31427
31707
  async listDags(request) {
31428
31708
  let runtime = new $Util.RuntimeOptions({});
31429
31709
  return await this.listDagsWithOptions(request, runtime);
@@ -32280,6 +32560,13 @@ class Client extends openapi_client_1.default {
32280
32560
  let runtime = new $Util.RuntimeOptions({});
32281
32561
  return await this.listMetaCollectionEntitiesWithOptions(request, runtime);
32282
32562
  }
32563
+ /**
32564
+ * The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
32565
+ *
32566
+ * @param request ListMetaCollectionsRequest
32567
+ * @param runtime runtime options for this request RuntimeOptions
32568
+ * @return ListMetaCollectionsResponse
32569
+ */
32283
32570
  async listMetaCollectionsWithOptions(request, runtime) {
32284
32571
  tea_util_1.default.validateModel(request);
32285
32572
  let query = {};
@@ -32326,6 +32613,12 @@ class Client extends openapi_client_1.default {
32326
32613
  });
32327
32614
  return $tea.cast(await this.callApi(params, req, runtime), new ListMetaCollectionsResponse({}));
32328
32615
  }
32616
+ /**
32617
+ * The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
32618
+ *
32619
+ * @param request ListMetaCollectionsRequest
32620
+ * @return ListMetaCollectionsResponse
32621
+ */
32329
32622
  async listMetaCollections(request) {
32330
32623
  let runtime = new $Util.RuntimeOptions({});
32331
32624
  return await this.listMetaCollectionsWithOptions(request, runtime);
@@ -32672,6 +32965,13 @@ class Client extends openapi_client_1.default {
32672
32965
  let runtime = new $Util.RuntimeOptions({});
32673
32966
  return await this.listProgramTypeCountWithOptions(request, runtime);
32674
32967
  }
32968
+ /**
32969
+ * For example, an Alibaba Cloud account can assume the developer, O&M engineer, or workspace administrator role in a workspace. For more information, see [Manage members and roles](~~136941~~).
32970
+ *
32971
+ * @param request ListProjectIdsRequest
32972
+ * @param runtime runtime options for this request RuntimeOptions
32973
+ * @return ListProjectIdsResponse
32974
+ */
32675
32975
  async listProjectIdsWithOptions(request, runtime) {
32676
32976
  tea_util_1.default.validateModel(request);
32677
32977
  let query = {};
@@ -32694,6 +32994,12 @@ class Client extends openapi_client_1.default {
32694
32994
  });
32695
32995
  return $tea.cast(await this.callApi(params, req, runtime), new ListProjectIdsResponse({}));
32696
32996
  }
32997
+ /**
32998
+ * For example, an Alibaba Cloud account can assume the developer, O&M engineer, or workspace administrator role in a workspace. For more information, see [Manage members and roles](~~136941~~).
32999
+ *
33000
+ * @param request ListProjectIdsRequest
33001
+ * @return ListProjectIdsResponse
33002
+ */
32697
33003
  async listProjectIds(request) {
32698
33004
  let runtime = new $Util.RuntimeOptions({});
32699
33005
  return await this.listProjectIdsWithOptions(request, runtime);
@@ -33258,6 +33564,9 @@ class Client extends openapi_client_1.default {
33258
33564
  if (!tea_util_1.default.isUnset(request.targetType)) {
33259
33565
  body["TargetType"] = request.targetType;
33260
33566
  }
33567
+ if (!tea_util_1.default.isUnset(request.targetUserId)) {
33568
+ body["TargetUserId"] = request.targetUserId;
33569
+ }
33261
33570
  let req = new $OpenApi.OpenApiRequest({
33262
33571
  body: openapi_util_1.default.parseToMap(body),
33263
33572
  });
@@ -33339,6 +33648,14 @@ class Client extends openapi_client_1.default {
33339
33648
  let runtime = new $Util.RuntimeOptions({});
33340
33649
  return await this.publishDataServiceApiWithOptions(request, runtime);
33341
33650
  }
33651
+ /**
33652
+ * DataWorks allows you to call only the [CreateDISyncTask](~~278725~~) or [UpdateDISyncTask](~~289109~~) operation to create or update a batch synchronization node in Data Integration. To create or update a real-time synchronization node or a synchronization solution, you must first call the GenerateDISyncTaskConfigForCreating or GenerateDISyncTaskConfigForUpdating operation to generate the ID of an asynchronous thread and call the [QueryDISyncTaskConfigProcessResult](~~383465~~) operation to obtain the asynchronously generated parameters based on the ID. Then, you can call the CreateDISyncTask or UpdateDISyncTask operation and use the parameters as request parameters to create or update a real-time synchronization node or a synchronization solution.
33653
+ * DataWorks allows you to create or update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
33654
+ *
33655
+ * @param request QueryDISyncTaskConfigProcessResultRequest
33656
+ * @param runtime runtime options for this request RuntimeOptions
33657
+ * @return QueryDISyncTaskConfigProcessResultResponse
33658
+ */
33342
33659
  async queryDISyncTaskConfigProcessResultWithOptions(request, runtime) {
33343
33660
  tea_util_1.default.validateModel(request);
33344
33661
  let query = {};
@@ -33367,10 +33684,27 @@ class Client extends openapi_client_1.default {
33367
33684
  });
33368
33685
  return $tea.cast(await this.callApi(params, req, runtime), new QueryDISyncTaskConfigProcessResultResponse({}));
33369
33686
  }
33687
+ /**
33688
+ * DataWorks allows you to call only the [CreateDISyncTask](~~278725~~) or [UpdateDISyncTask](~~289109~~) operation to create or update a batch synchronization node in Data Integration. To create or update a real-time synchronization node or a synchronization solution, you must first call the GenerateDISyncTaskConfigForCreating or GenerateDISyncTaskConfigForUpdating operation to generate the ID of an asynchronous thread and call the [QueryDISyncTaskConfigProcessResult](~~383465~~) operation to obtain the asynchronously generated parameters based on the ID. Then, you can call the CreateDISyncTask or UpdateDISyncTask operation and use the parameters as request parameters to create or update a real-time synchronization node or a synchronization solution.
33689
+ * DataWorks allows you to create or update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
33690
+ *
33691
+ * @param request QueryDISyncTaskConfigProcessResultRequest
33692
+ * @return QueryDISyncTaskConfigProcessResultResponse
33693
+ */
33370
33694
  async queryDISyncTaskConfigProcessResult(request) {
33371
33695
  let runtime = new $Util.RuntimeOptions({});
33372
33696
  return await this.queryDISyncTaskConfigProcessResultWithOptions(request, runtime);
33373
33697
  }
33698
+ /**
33699
+ * * You must use FML statements to query information about the data modeling engine when you call this operation.
33700
+ * * The information about the data modeling engine can be queried by page, except for data layers, business processes, and data domains. You can add an offset to the end of an FML statement.
33701
+ * The num LIMIT num statement specifies the offset when the information about the data modeling engine is queried, and the number of pages to return each time. The offset value must be a multiple of the number of pages.
33702
+ * * A maximum of 1,000 entries can be returned each time you call the operation.
33703
+ *
33704
+ * @param request QueryPublicModelEngineRequest
33705
+ * @param runtime runtime options for this request RuntimeOptions
33706
+ * @return QueryPublicModelEngineResponse
33707
+ */
33374
33708
  async queryPublicModelEngineWithOptions(request, runtime) {
33375
33709
  tea_util_1.default.validateModel(request);
33376
33710
  let body = {};
@@ -33396,6 +33730,15 @@ class Client extends openapi_client_1.default {
33396
33730
  });
33397
33731
  return $tea.cast(await this.callApi(params, req, runtime), new QueryPublicModelEngineResponse({}));
33398
33732
  }
33733
+ /**
33734
+ * * You must use FML statements to query information about the data modeling engine when you call this operation.
33735
+ * * The information about the data modeling engine can be queried by page, except for data layers, business processes, and data domains. You can add an offset to the end of an FML statement.
33736
+ * The num LIMIT num statement specifies the offset when the information about the data modeling engine is queried, and the number of pages to return each time. The offset value must be a multiple of the number of pages.
33737
+ * * A maximum of 1,000 entries can be returned each time you call the operation.
33738
+ *
33739
+ * @param request QueryPublicModelEngineRequest
33740
+ * @return QueryPublicModelEngineResponse
33741
+ */
33399
33742
  async queryPublicModelEngine(request) {
33400
33743
  let runtime = new $Util.RuntimeOptions({});
33401
33744
  return await this.queryPublicModelEngineWithOptions(request, runtime);
@@ -33572,6 +33915,13 @@ class Client extends openapi_client_1.default {
33572
33915
  let runtime = new $Util.RuntimeOptions({});
33573
33916
  return await this.revokeTablePermissionWithOptions(request, runtime);
33574
33917
  }
33918
+ /**
33919
+ * For more information about data backfill, see [Backfill data](~~137937~~).
33920
+ *
33921
+ * @param request RunCycleDagNodesRequest
33922
+ * @param runtime runtime options for this request RuntimeOptions
33923
+ * @return RunCycleDagNodesResponse
33924
+ */
33575
33925
  async runCycleDagNodesWithOptions(request, runtime) {
33576
33926
  tea_util_1.default.validateModel(request);
33577
33927
  let body = {};
@@ -33627,6 +33977,12 @@ class Client extends openapi_client_1.default {
33627
33977
  });
33628
33978
  return $tea.cast(await this.callApi(params, req, runtime), new RunCycleDagNodesResponse({}));
33629
33979
  }
33980
+ /**
33981
+ * For more information about data backfill, see [Backfill data](~~137937~~).
33982
+ *
33983
+ * @param request RunCycleDagNodesRequest
33984
+ * @return RunCycleDagNodesResponse
33985
+ */
33630
33986
  async runCycleDagNodes(request) {
33631
33987
  let runtime = new $Util.RuntimeOptions({});
33632
33988
  return await this.runCycleDagNodesWithOptions(request, runtime);
@@ -33777,6 +34133,13 @@ class Client extends openapi_client_1.default {
33777
34133
  let runtime = new $Util.RuntimeOptions({});
33778
34134
  return await this.scanSensitiveDataWithOptions(request, runtime);
33779
34135
  }
34136
+ /**
34137
+ * You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine instance.
34138
+ *
34139
+ * @param request SearchMetaTablesRequest
34140
+ * @param runtime runtime options for this request RuntimeOptions
34141
+ * @return SearchMetaTablesResponse
34142
+ */
33780
34143
  async searchMetaTablesWithOptions(request, runtime) {
33781
34144
  tea_util_1.default.validateModel(request);
33782
34145
  let query = {};
@@ -33820,6 +34183,12 @@ class Client extends openapi_client_1.default {
33820
34183
  });
33821
34184
  return $tea.cast(await this.callApi(params, req, runtime), new SearchMetaTablesResponse({}));
33822
34185
  }
34186
+ /**
34187
+ * You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine instance.
34188
+ *
34189
+ * @param request SearchMetaTablesRequest
34190
+ * @return SearchMetaTablesResponse
34191
+ */
33823
34192
  async searchMetaTables(request) {
33824
34193
  let runtime = new $Util.RuntimeOptions({});
33825
34194
  return await this.searchMetaTablesWithOptions(request, runtime);
@@ -34313,6 +34682,9 @@ class Client extends openapi_client_1.default {
34313
34682
  if (!tea_util_1.default.isUnset(request.targetType)) {
34314
34683
  body["TargetType"] = request.targetType;
34315
34684
  }
34685
+ if (!tea_util_1.default.isUnset(request.targetUserId)) {
34686
+ body["TargetUserId"] = request.targetUserId;
34687
+ }
34316
34688
  let req = new $OpenApi.OpenApiRequest({
34317
34689
  body: openapi_util_1.default.parseToMap(body),
34318
34690
  });
@@ -34497,6 +34869,13 @@ class Client extends openapi_client_1.default {
34497
34869
  let runtime = new $Util.RuntimeOptions({});
34498
34870
  return await this.updateConnectionWithOptions(request, runtime);
34499
34871
  }
34872
+ /**
34873
+ * DataWorks allows you to specify a default global configuration only for the processing rules of DDL messages in synchronization solutions. After you configure the **processing rules of DDL messages** in synchronization solutions, the configuration is used as the default global configuration and applies to all real-time synchronization nodes in the solutions. You can modify the **processing rules of DDL messages** based on your business requirements. For more information about how to configure a synchronization solution, see [Synchronization solutions](~~199008~~).
34874
+ *
34875
+ * @param request UpdateDIProjectConfigRequest
34876
+ * @param runtime runtime options for this request RuntimeOptions
34877
+ * @return UpdateDIProjectConfigResponse
34878
+ */
34500
34879
  async updateDIProjectConfigWithOptions(request, runtime) {
34501
34880
  tea_util_1.default.validateModel(request);
34502
34881
  let query = {};
@@ -34528,6 +34907,12 @@ class Client extends openapi_client_1.default {
34528
34907
  });
34529
34908
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateDIProjectConfigResponse({}));
34530
34909
  }
34910
+ /**
34911
+ * DataWorks allows you to specify a default global configuration only for the processing rules of DDL messages in synchronization solutions. After you configure the **processing rules of DDL messages** in synchronization solutions, the configuration is used as the default global configuration and applies to all real-time synchronization nodes in the solutions. You can modify the **processing rules of DDL messages** based on your business requirements. For more information about how to configure a synchronization solution, see [Synchronization solutions](~~199008~~).
34912
+ *
34913
+ * @param request UpdateDIProjectConfigRequest
34914
+ * @return UpdateDIProjectConfigResponse
34915
+ */
34531
34916
  async updateDIProjectConfig(request) {
34532
34917
  let runtime = new $Util.RuntimeOptions({});
34533
34918
  return await this.updateDIProjectConfigWithOptions(request, runtime);
@@ -34594,6 +34979,9 @@ class Client extends openapi_client_1.default {
34594
34979
  if (!tea_util_1.default.isUnset(request.requestMethod)) {
34595
34980
  body["RequestMethod"] = request.requestMethod;
34596
34981
  }
34982
+ if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
34983
+ body["ResourceGroupId"] = request.resourceGroupId;
34984
+ }
34597
34985
  if (!tea_util_1.default.isUnset(request.responseContentType)) {
34598
34986
  body["ResponseContentType"] = request.responseContentType;
34599
34987
  }
@@ -34670,6 +35058,13 @@ class Client extends openapi_client_1.default {
34670
35058
  let runtime = new $Util.RuntimeOptions({});
34671
35059
  return await this.updateDataSourceWithOptions(request, runtime);
34672
35060
  }
35061
+ /**
35062
+ * When you debug or call this operation, you must specify new values for the specified parameters to ensure that the values are different from the original configurations of the file. For example, if the original value of a parameter is A, you must change the value of this parameter to B before you commit the node. If you set the parameter to A, an exception that indicates invalid data occurs.
35063
+ *
35064
+ * @param request UpdateFileRequest
35065
+ * @param runtime runtime options for this request RuntimeOptions
35066
+ * @return UpdateFileResponse
35067
+ */
34673
35068
  async updateFileWithOptions(request, runtime) {
34674
35069
  tea_util_1.default.validateModel(request);
34675
35070
  let body = {};
@@ -34776,6 +35171,12 @@ class Client extends openapi_client_1.default {
34776
35171
  });
34777
35172
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateFileResponse({}));
34778
35173
  }
35174
+ /**
35175
+ * When you debug or call this operation, you must specify new values for the specified parameters to ensure that the values are different from the original configurations of the file. For example, if the original value of a parameter is A, you must change the value of this parameter to B before you commit the node. If you set the parameter to A, an exception that indicates invalid data occurs.
35176
+ *
35177
+ * @param request UpdateFileRequest
35178
+ * @return UpdateFileResponse
35179
+ */
34779
35180
  async updateFile(request) {
34780
35181
  let runtime = new $Util.RuntimeOptions({});
34781
35182
  return await this.updateFileWithOptions(request, runtime);
@@ -34882,6 +35283,13 @@ class Client extends openapi_client_1.default {
34882
35283
  let runtime = new $Util.RuntimeOptions({});
34883
35284
  return await this.updateMetaCategoryWithOptions(request, runtime);
34884
35285
  }
35286
+ /**
35287
+ * Only the name and comment of a collection can be updated.
35288
+ *
35289
+ * @param request UpdateMetaCollectionRequest
35290
+ * @param runtime runtime options for this request RuntimeOptions
35291
+ * @return UpdateMetaCollectionResponse
35292
+ */
34885
35293
  async updateMetaCollectionWithOptions(request, runtime) {
34886
35294
  tea_util_1.default.validateModel(request);
34887
35295
  let query = {};
@@ -34910,6 +35318,12 @@ class Client extends openapi_client_1.default {
34910
35318
  });
34911
35319
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateMetaCollectionResponse({}));
34912
35320
  }
35321
+ /**
35322
+ * Only the name and comment of a collection can be updated.
35323
+ *
35324
+ * @param request UpdateMetaCollectionRequest
35325
+ * @return UpdateMetaCollectionResponse
35326
+ */
34913
35327
  async updateMetaCollection(request) {
34914
35328
  let runtime = new $Util.RuntimeOptions({});
34915
35329
  return await this.updateMetaCollectionWithOptions(request, runtime);