@alicloud/dataworks-public20200518 4.4.1 → 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
  };
@@ -24020,6 +24036,7 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
24020
24036
  description: 'Description',
24021
24037
  dqcDescription: 'DqcDescription',
24022
24038
  dqcType: 'DqcType',
24039
+ fileType: 'FileType',
24023
24040
  nodeId: 'NodeId',
24024
24041
  nodeName: 'NodeName',
24025
24042
  ownerId: 'OwnerId',
@@ -24030,6 +24047,7 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
24030
24047
  relatedFlowId: 'RelatedFlowId',
24031
24048
  repeatInterval: 'RepeatInterval',
24032
24049
  repeatability: 'Repeatability',
24050
+ resGroupIdentifier: 'ResGroupIdentifier',
24033
24051
  resGroupName: 'ResGroupName',
24034
24052
  schedulerType: 'SchedulerType',
24035
24053
  };
@@ -24043,6 +24061,7 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
24043
24061
  description: 'string',
24044
24062
  dqcDescription: 'string',
24045
24063
  dqcType: 'number',
24064
+ fileType: 'number',
24046
24065
  nodeId: 'number',
24047
24066
  nodeName: 'string',
24048
24067
  ownerId: 'string',
@@ -24053,6 +24072,7 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
24053
24072
  relatedFlowId: 'number',
24054
24073
  repeatInterval: 'number',
24055
24074
  repeatability: 'boolean',
24075
+ resGroupIdentifier: 'string',
24056
24076
  resGroupName: 'string',
24057
24077
  schedulerType: 'string',
24058
24078
  };
@@ -26062,6 +26082,13 @@ class Client extends openapi_client_1.default {
26062
26082
  let runtime = new $Util.RuntimeOptions({});
26063
26083
  return await this.addMetaCollectionEntityWithOptions(request, runtime);
26064
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
+ */
26065
26092
  async addProjectMemberToRoleWithOptions(request, runtime) {
26066
26093
  tea_util_1.default.validateModel(request);
26067
26094
  let query = {};
@@ -26093,6 +26120,12 @@ class Client extends openapi_client_1.default {
26093
26120
  });
26094
26121
  return $tea.cast(await this.callApi(params, req, runtime), new AddProjectMemberToRoleResponse({}));
26095
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
+ */
26096
26129
  async addProjectMemberToRole(request) {
26097
26130
  let runtime = new $Util.RuntimeOptions({});
26098
26131
  return await this.addProjectMemberToRoleWithOptions(request, runtime);
@@ -26448,6 +26481,13 @@ class Client extends openapi_client_1.default {
26448
26481
  let runtime = new $Util.RuntimeOptions({});
26449
26482
  return await this.createConnectionWithOptions(request, runtime);
26450
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
+ */
26451
26491
  async createDISyncTaskWithOptions(request, runtime) {
26452
26492
  tea_util_1.default.validateModel(request);
26453
26493
  let query = {};
@@ -26485,6 +26525,12 @@ class Client extends openapi_client_1.default {
26485
26525
  });
26486
26526
  return $tea.cast(await this.callApi(params, req, runtime), new CreateDISyncTaskResponse({}));
26487
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
+ */
26488
26534
  async createDISyncTask(request) {
26489
26535
  let runtime = new $Util.RuntimeOptions({});
26490
26536
  return await this.createDISyncTaskWithOptions(request, runtime);
@@ -26646,12 +26692,18 @@ class Client extends openapi_client_1.default {
26646
26692
  if (!tea_util_1.default.isUnset(request.requestMethod)) {
26647
26693
  body["RequestMethod"] = request.requestMethod;
26648
26694
  }
26695
+ if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
26696
+ body["ResourceGroupId"] = request.resourceGroupId;
26697
+ }
26649
26698
  if (!tea_util_1.default.isUnset(request.responseContentType)) {
26650
26699
  body["ResponseContentType"] = request.responseContentType;
26651
26700
  }
26652
26701
  if (!tea_util_1.default.isUnset(request.scriptDetails)) {
26653
26702
  body["ScriptDetails"] = request.scriptDetails;
26654
26703
  }
26704
+ if (!tea_util_1.default.isUnset(request.sqlMode)) {
26705
+ body["SqlMode"] = request.sqlMode;
26706
+ }
26655
26707
  if (!tea_util_1.default.isUnset(request.tenantId)) {
26656
26708
  body["TenantId"] = request.tenantId;
26657
26709
  }
@@ -27025,6 +27077,27 @@ class Client extends openapi_client_1.default {
27025
27077
  let runtime = new $Util.RuntimeOptions({});
27026
27078
  return await this.createFolderWithOptions(request, runtime);
27027
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
+ */
27028
27101
  async createImportMigrationWithOptions(request, runtime) {
27029
27102
  tea_util_1.default.validateModel(request);
27030
27103
  let body = {};
@@ -27071,6 +27144,26 @@ class Client extends openapi_client_1.default {
27071
27144
  });
27072
27145
  return $tea.cast(await this.callApi(params, req, runtime), new CreateImportMigrationResponse({}));
27073
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
+ */
27074
27167
  async createImportMigration(request) {
27075
27168
  let runtime = new $Util.RuntimeOptions({});
27076
27169
  return await this.createImportMigrationWithOptions(request, runtime);
@@ -27239,6 +27332,13 @@ class Client extends openapi_client_1.default {
27239
27332
  let runtime = new $Util.RuntimeOptions({});
27240
27333
  return await this.createMetaCategoryWithOptions(request, runtime);
27241
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
+ */
27242
27342
  async createMetaCollectionWithOptions(request, runtime) {
27243
27343
  tea_util_1.default.validateModel(request);
27244
27344
  let query = {};
@@ -27270,6 +27370,12 @@ class Client extends openapi_client_1.default {
27270
27370
  });
27271
27371
  return $tea.cast(await this.callApi(params, req, runtime), new CreateMetaCollectionResponse({}));
27272
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
+ */
27273
27379
  async createMetaCollection(request) {
27274
27380
  let runtime = new $Util.RuntimeOptions({});
27275
27381
  return await this.createMetaCollectionWithOptions(request, runtime);
@@ -28297,6 +28403,13 @@ class Client extends openapi_client_1.default {
28297
28403
  let runtime = new $Util.RuntimeOptions({});
28298
28404
  return await this.deleteQualityEntityWithOptions(request, runtime);
28299
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
+ */
28300
28413
  async deleteQualityFollowerWithOptions(request, runtime) {
28301
28414
  tea_util_1.default.validateModel(request);
28302
28415
  let body = {};
@@ -28322,6 +28435,12 @@ class Client extends openapi_client_1.default {
28322
28435
  });
28323
28436
  return $tea.cast(await this.callApi(params, req, runtime), new DeleteQualityFollowerResponse({}));
28324
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
+ */
28325
28444
  async deleteQualityFollower(request) {
28326
28445
  let runtime = new $Util.RuntimeOptions({});
28327
28446
  return await this.deleteQualityFollowerWithOptions(request, runtime);
@@ -28678,6 +28797,14 @@ class Client extends openapi_client_1.default {
28678
28797
  let runtime = new $Util.RuntimeOptions({});
28679
28798
  return await this.exportDataSourcesWithOptions(request, runtime);
28680
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
+ */
28681
28808
  async generateDISyncTaskConfigForCreatingWithOptions(request, runtime) {
28682
28809
  tea_util_1.default.validateModel(request);
28683
28810
  let query = {};
@@ -28709,10 +28836,24 @@ class Client extends openapi_client_1.default {
28709
28836
  });
28710
28837
  return $tea.cast(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForCreatingResponse({}));
28711
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
+ */
28712
28846
  async generateDISyncTaskConfigForCreating(request) {
28713
28847
  let runtime = new $Util.RuntimeOptions({});
28714
28848
  return await this.generateDISyncTaskConfigForCreatingWithOptions(request, runtime);
28715
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
+ */
28716
28857
  async generateDISyncTaskConfigForUpdatingWithOptions(request, runtime) {
28717
28858
  tea_util_1.default.validateModel(request);
28718
28859
  let query = {};
@@ -28747,6 +28888,12 @@ class Client extends openapi_client_1.default {
28747
28888
  });
28748
28889
  return $tea.cast(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForUpdatingResponse({}));
28749
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
+ */
28750
28897
  async generateDISyncTaskConfigForUpdating(request) {
28751
28898
  let runtime = new $Util.RuntimeOptions({});
28752
28899
  return await this.generateDISyncTaskConfigForUpdatingWithOptions(request, runtime);
@@ -28989,6 +29136,22 @@ class Client extends openapi_client_1.default {
28989
29136
  let runtime = new $Util.RuntimeOptions({});
28990
29137
  return await this.getDISyncTaskWithOptions(request, runtime);
28991
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
+ */
28992
29155
  async getDagWithOptions(request, runtime) {
28993
29156
  tea_util_1.default.validateModel(request);
28994
29157
  let body = {};
@@ -29014,6 +29177,21 @@ class Client extends openapi_client_1.default {
29014
29177
  });
29015
29178
  return $tea.cast(await this.callApi(params, req, runtime), new GetDagResponse({}));
29016
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
+ */
29017
29195
  async getDag(request) {
29018
29196
  let runtime = new $Util.RuntimeOptions({});
29019
29197
  return await this.getDagWithOptions(request, runtime);
@@ -29621,6 +29799,13 @@ class Client extends openapi_client_1.default {
29621
29799
  let runtime = new $Util.RuntimeOptions({});
29622
29800
  return await this.getInstanceErrorRankWithOptions(request, runtime);
29623
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
+ */
29624
29809
  async getInstanceLogWithOptions(request, runtime) {
29625
29810
  tea_util_1.default.validateModel(request);
29626
29811
  let body = {};
@@ -29649,6 +29834,12 @@ class Client extends openapi_client_1.default {
29649
29834
  });
29650
29835
  return $tea.cast(await this.callApi(params, req, runtime), new GetInstanceLogResponse({}));
29651
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
+ */
29652
29843
  async getInstanceLog(request) {
29653
29844
  let runtime = new $Util.RuntimeOptions({});
29654
29845
  return await this.getInstanceLogWithOptions(request, runtime);
@@ -29893,6 +30084,13 @@ class Client extends openapi_client_1.default {
29893
30084
  let runtime = new $Util.RuntimeOptions({});
29894
30085
  return await this.getMetaColumnLineageWithOptions(request, runtime);
29895
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
+ */
29896
30094
  async getMetaDBInfoWithOptions(request, runtime) {
29897
30095
  tea_util_1.default.validateModel(request);
29898
30096
  let query = openapi_util_1.default.query(tea_util_1.default.toMap(request));
@@ -29912,6 +30110,12 @@ class Client extends openapi_client_1.default {
29912
30110
  });
29913
30111
  return $tea.cast(await this.callApi(params, req, runtime), new GetMetaDBInfoResponse({}));
29914
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
+ */
29915
30119
  async getMetaDBInfo(request) {
29916
30120
  let runtime = new $Util.RuntimeOptions({});
29917
30121
  return await this.getMetaDBInfoWithOptions(request, runtime);
@@ -30223,6 +30427,13 @@ class Client extends openapi_client_1.default {
30223
30427
  let runtime = new $Util.RuntimeOptions({});
30224
30428
  return await this.getMetaTableOutputWithOptions(request, runtime);
30225
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
+ */
30226
30437
  async getMetaTablePartitionWithOptions(tmpReq, runtime) {
30227
30438
  tea_util_1.default.validateModel(tmpReq);
30228
30439
  let request = new GetMetaTablePartitionShrinkRequest({});
@@ -30271,6 +30482,12 @@ class Client extends openapi_client_1.default {
30271
30482
  });
30272
30483
  return $tea.cast(await this.callApi(params, req, runtime), new GetMetaTablePartitionResponse({}));
30273
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
+ */
30274
30491
  async getMetaTablePartition(request) {
30275
30492
  let runtime = new $Util.RuntimeOptions({});
30276
30493
  return await this.getMetaTablePartitionWithOptions(request, runtime);
@@ -31026,6 +31243,15 @@ class Client extends openapi_client_1.default {
31026
31243
  let runtime = new $Util.RuntimeOptions({});
31027
31244
  return await this.getTopicInfluenceWithOptions(request, runtime);
31028
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
+ */
31029
31255
  async importDataSourcesWithOptions(request, runtime) {
31030
31256
  tea_util_1.default.validateModel(request);
31031
31257
  let query = {};
@@ -31051,6 +31277,14 @@ class Client extends openapi_client_1.default {
31051
31277
  });
31052
31278
  return $tea.cast(await this.callApi(params, req, runtime), new ImportDataSourcesResponse({}));
31053
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
+ */
31054
31288
  async importDataSources(request) {
31055
31289
  let runtime = new $Util.RuntimeOptions({});
31056
31290
  return await this.importDataSourcesWithOptions(request, runtime);
@@ -31369,6 +31603,13 @@ class Client extends openapi_client_1.default {
31369
31603
  let runtime = new $Util.RuntimeOptions({});
31370
31604
  return await this.listConnectionsWithOptions(request, runtime);
31371
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
+ */
31372
31613
  async listDIProjectConfigWithOptions(request, runtime) {
31373
31614
  tea_util_1.default.validateModel(request);
31374
31615
  let query = {};
@@ -31397,10 +31638,32 @@ class Client extends openapi_client_1.default {
31397
31638
  });
31398
31639
  return $tea.cast(await this.callApi(params, req, runtime), new ListDIProjectConfigResponse({}));
31399
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
+ */
31400
31647
  async listDIProjectConfig(request) {
31401
31648
  let runtime = new $Util.RuntimeOptions({});
31402
31649
  return await this.listDIProjectConfigWithOptions(request, runtime);
31403
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
+ */
31404
31667
  async listDagsWithOptions(request, runtime) {
31405
31668
  tea_util_1.default.validateModel(request);
31406
31669
  let body = {};
@@ -31426,6 +31689,21 @@ class Client extends openapi_client_1.default {
31426
31689
  });
31427
31690
  return $tea.cast(await this.callApi(params, req, runtime), new ListDagsResponse({}));
31428
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
+ */
31429
31707
  async listDags(request) {
31430
31708
  let runtime = new $Util.RuntimeOptions({});
31431
31709
  return await this.listDagsWithOptions(request, runtime);
@@ -32282,6 +32560,13 @@ class Client extends openapi_client_1.default {
32282
32560
  let runtime = new $Util.RuntimeOptions({});
32283
32561
  return await this.listMetaCollectionEntitiesWithOptions(request, runtime);
32284
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
+ */
32285
32570
  async listMetaCollectionsWithOptions(request, runtime) {
32286
32571
  tea_util_1.default.validateModel(request);
32287
32572
  let query = {};
@@ -32328,6 +32613,12 @@ class Client extends openapi_client_1.default {
32328
32613
  });
32329
32614
  return $tea.cast(await this.callApi(params, req, runtime), new ListMetaCollectionsResponse({}));
32330
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
+ */
32331
32622
  async listMetaCollections(request) {
32332
32623
  let runtime = new $Util.RuntimeOptions({});
32333
32624
  return await this.listMetaCollectionsWithOptions(request, runtime);
@@ -32674,6 +32965,13 @@ class Client extends openapi_client_1.default {
32674
32965
  let runtime = new $Util.RuntimeOptions({});
32675
32966
  return await this.listProgramTypeCountWithOptions(request, runtime);
32676
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
+ */
32677
32975
  async listProjectIdsWithOptions(request, runtime) {
32678
32976
  tea_util_1.default.validateModel(request);
32679
32977
  let query = {};
@@ -32696,6 +32994,12 @@ class Client extends openapi_client_1.default {
32696
32994
  });
32697
32995
  return $tea.cast(await this.callApi(params, req, runtime), new ListProjectIdsResponse({}));
32698
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
+ */
32699
33003
  async listProjectIds(request) {
32700
33004
  let runtime = new $Util.RuntimeOptions({});
32701
33005
  return await this.listProjectIdsWithOptions(request, runtime);
@@ -33260,6 +33564,9 @@ class Client extends openapi_client_1.default {
33260
33564
  if (!tea_util_1.default.isUnset(request.targetType)) {
33261
33565
  body["TargetType"] = request.targetType;
33262
33566
  }
33567
+ if (!tea_util_1.default.isUnset(request.targetUserId)) {
33568
+ body["TargetUserId"] = request.targetUserId;
33569
+ }
33263
33570
  let req = new $OpenApi.OpenApiRequest({
33264
33571
  body: openapi_util_1.default.parseToMap(body),
33265
33572
  });
@@ -33341,6 +33648,14 @@ class Client extends openapi_client_1.default {
33341
33648
  let runtime = new $Util.RuntimeOptions({});
33342
33649
  return await this.publishDataServiceApiWithOptions(request, runtime);
33343
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
+ */
33344
33659
  async queryDISyncTaskConfigProcessResultWithOptions(request, runtime) {
33345
33660
  tea_util_1.default.validateModel(request);
33346
33661
  let query = {};
@@ -33369,10 +33684,27 @@ class Client extends openapi_client_1.default {
33369
33684
  });
33370
33685
  return $tea.cast(await this.callApi(params, req, runtime), new QueryDISyncTaskConfigProcessResultResponse({}));
33371
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
+ */
33372
33694
  async queryDISyncTaskConfigProcessResult(request) {
33373
33695
  let runtime = new $Util.RuntimeOptions({});
33374
33696
  return await this.queryDISyncTaskConfigProcessResultWithOptions(request, runtime);
33375
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
+ */
33376
33708
  async queryPublicModelEngineWithOptions(request, runtime) {
33377
33709
  tea_util_1.default.validateModel(request);
33378
33710
  let body = {};
@@ -33398,6 +33730,15 @@ class Client extends openapi_client_1.default {
33398
33730
  });
33399
33731
  return $tea.cast(await this.callApi(params, req, runtime), new QueryPublicModelEngineResponse({}));
33400
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
+ */
33401
33742
  async queryPublicModelEngine(request) {
33402
33743
  let runtime = new $Util.RuntimeOptions({});
33403
33744
  return await this.queryPublicModelEngineWithOptions(request, runtime);
@@ -33574,6 +33915,13 @@ class Client extends openapi_client_1.default {
33574
33915
  let runtime = new $Util.RuntimeOptions({});
33575
33916
  return await this.revokeTablePermissionWithOptions(request, runtime);
33576
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
+ */
33577
33925
  async runCycleDagNodesWithOptions(request, runtime) {
33578
33926
  tea_util_1.default.validateModel(request);
33579
33927
  let body = {};
@@ -33629,6 +33977,12 @@ class Client extends openapi_client_1.default {
33629
33977
  });
33630
33978
  return $tea.cast(await this.callApi(params, req, runtime), new RunCycleDagNodesResponse({}));
33631
33979
  }
33980
+ /**
33981
+ * For more information about data backfill, see [Backfill data](~~137937~~).
33982
+ *
33983
+ * @param request RunCycleDagNodesRequest
33984
+ * @return RunCycleDagNodesResponse
33985
+ */
33632
33986
  async runCycleDagNodes(request) {
33633
33987
  let runtime = new $Util.RuntimeOptions({});
33634
33988
  return await this.runCycleDagNodesWithOptions(request, runtime);
@@ -33779,6 +34133,13 @@ class Client extends openapi_client_1.default {
33779
34133
  let runtime = new $Util.RuntimeOptions({});
33780
34134
  return await this.scanSensitiveDataWithOptions(request, runtime);
33781
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
+ */
33782
34143
  async searchMetaTablesWithOptions(request, runtime) {
33783
34144
  tea_util_1.default.validateModel(request);
33784
34145
  let query = {};
@@ -33822,6 +34183,12 @@ class Client extends openapi_client_1.default {
33822
34183
  });
33823
34184
  return $tea.cast(await this.callApi(params, req, runtime), new SearchMetaTablesResponse({}));
33824
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
+ */
33825
34192
  async searchMetaTables(request) {
33826
34193
  let runtime = new $Util.RuntimeOptions({});
33827
34194
  return await this.searchMetaTablesWithOptions(request, runtime);
@@ -34315,6 +34682,9 @@ class Client extends openapi_client_1.default {
34315
34682
  if (!tea_util_1.default.isUnset(request.targetType)) {
34316
34683
  body["TargetType"] = request.targetType;
34317
34684
  }
34685
+ if (!tea_util_1.default.isUnset(request.targetUserId)) {
34686
+ body["TargetUserId"] = request.targetUserId;
34687
+ }
34318
34688
  let req = new $OpenApi.OpenApiRequest({
34319
34689
  body: openapi_util_1.default.parseToMap(body),
34320
34690
  });
@@ -34499,6 +34869,13 @@ class Client extends openapi_client_1.default {
34499
34869
  let runtime = new $Util.RuntimeOptions({});
34500
34870
  return await this.updateConnectionWithOptions(request, runtime);
34501
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
+ */
34502
34879
  async updateDIProjectConfigWithOptions(request, runtime) {
34503
34880
  tea_util_1.default.validateModel(request);
34504
34881
  let query = {};
@@ -34530,6 +34907,12 @@ class Client extends openapi_client_1.default {
34530
34907
  });
34531
34908
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateDIProjectConfigResponse({}));
34532
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
+ */
34533
34916
  async updateDIProjectConfig(request) {
34534
34917
  let runtime = new $Util.RuntimeOptions({});
34535
34918
  return await this.updateDIProjectConfigWithOptions(request, runtime);
@@ -34596,6 +34979,9 @@ class Client extends openapi_client_1.default {
34596
34979
  if (!tea_util_1.default.isUnset(request.requestMethod)) {
34597
34980
  body["RequestMethod"] = request.requestMethod;
34598
34981
  }
34982
+ if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
34983
+ body["ResourceGroupId"] = request.resourceGroupId;
34984
+ }
34599
34985
  if (!tea_util_1.default.isUnset(request.responseContentType)) {
34600
34986
  body["ResponseContentType"] = request.responseContentType;
34601
34987
  }
@@ -34672,6 +35058,13 @@ class Client extends openapi_client_1.default {
34672
35058
  let runtime = new $Util.RuntimeOptions({});
34673
35059
  return await this.updateDataSourceWithOptions(request, runtime);
34674
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
+ */
34675
35068
  async updateFileWithOptions(request, runtime) {
34676
35069
  tea_util_1.default.validateModel(request);
34677
35070
  let body = {};
@@ -34778,6 +35171,12 @@ class Client extends openapi_client_1.default {
34778
35171
  });
34779
35172
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateFileResponse({}));
34780
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
+ */
34781
35180
  async updateFile(request) {
34782
35181
  let runtime = new $Util.RuntimeOptions({});
34783
35182
  return await this.updateFileWithOptions(request, runtime);
@@ -34884,6 +35283,13 @@ class Client extends openapi_client_1.default {
34884
35283
  let runtime = new $Util.RuntimeOptions({});
34885
35284
  return await this.updateMetaCategoryWithOptions(request, runtime);
34886
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
+ */
34887
35293
  async updateMetaCollectionWithOptions(request, runtime) {
34888
35294
  tea_util_1.default.validateModel(request);
34889
35295
  let query = {};
@@ -34912,6 +35318,12 @@ class Client extends openapi_client_1.default {
34912
35318
  });
34913
35319
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateMetaCollectionResponse({}));
34914
35320
  }
35321
+ /**
35322
+ * Only the name and comment of a collection can be updated.
35323
+ *
35324
+ * @param request UpdateMetaCollectionRequest
35325
+ * @return UpdateMetaCollectionResponse
35326
+ */
34915
35327
  async updateMetaCollection(request) {
34916
35328
  let runtime = new $Util.RuntimeOptions({});
34917
35329
  return await this.updateMetaCollectionWithOptions(request, runtime);