@alicloud/dataworks-public20200518 4.4.1 → 4.4.3

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
  }
@@ -14467,6 +14473,70 @@ class StopInstanceResponse extends $tea.Model {
14467
14473
  }
14468
14474
  }
14469
14475
  exports.StopInstanceResponse = StopInstanceResponse;
14476
+ class SubmitDataServiceApiRequest extends $tea.Model {
14477
+ constructor(map) {
14478
+ super(map);
14479
+ }
14480
+ static names() {
14481
+ return {
14482
+ apiId: 'ApiId',
14483
+ projectId: 'ProjectId',
14484
+ tenantId: 'TenantId',
14485
+ };
14486
+ }
14487
+ static types() {
14488
+ return {
14489
+ apiId: 'number',
14490
+ projectId: 'number',
14491
+ tenantId: 'number',
14492
+ };
14493
+ }
14494
+ }
14495
+ exports.SubmitDataServiceApiRequest = SubmitDataServiceApiRequest;
14496
+ class SubmitDataServiceApiResponseBody extends $tea.Model {
14497
+ constructor(map) {
14498
+ super(map);
14499
+ }
14500
+ static names() {
14501
+ return {
14502
+ data: 'Data',
14503
+ errorCode: 'ErrorCode',
14504
+ httpStatusCode: 'HttpStatusCode',
14505
+ requestId: 'RequestId',
14506
+ success: 'Success',
14507
+ };
14508
+ }
14509
+ static types() {
14510
+ return {
14511
+ data: 'boolean',
14512
+ errorCode: 'string',
14513
+ httpStatusCode: 'number',
14514
+ requestId: 'string',
14515
+ success: 'boolean',
14516
+ };
14517
+ }
14518
+ }
14519
+ exports.SubmitDataServiceApiResponseBody = SubmitDataServiceApiResponseBody;
14520
+ class SubmitDataServiceApiResponse extends $tea.Model {
14521
+ constructor(map) {
14522
+ super(map);
14523
+ }
14524
+ static names() {
14525
+ return {
14526
+ headers: 'headers',
14527
+ statusCode: 'statusCode',
14528
+ body: 'body',
14529
+ };
14530
+ }
14531
+ static types() {
14532
+ return {
14533
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14534
+ statusCode: 'number',
14535
+ body: SubmitDataServiceApiResponseBody,
14536
+ };
14537
+ }
14538
+ }
14539
+ exports.SubmitDataServiceApiResponse = SubmitDataServiceApiResponse;
14470
14540
  class SubmitFileRequest extends $tea.Model {
14471
14541
  constructor(map) {
14472
14542
  super(map);
@@ -14903,12 +14973,14 @@ class UmountDirectoryRequest extends $tea.Model {
14903
14973
  return {
14904
14974
  targetId: 'TargetId',
14905
14975
  targetType: 'TargetType',
14976
+ targetUserId: 'TargetUserId',
14906
14977
  };
14907
14978
  }
14908
14979
  static types() {
14909
14980
  return {
14910
14981
  targetId: 'string',
14911
14982
  targetType: 'string',
14983
+ targetUserId: 'string',
14912
14984
  };
14913
14985
  }
14914
14986
  }
@@ -15364,6 +15436,7 @@ class UpdateDataServiceApiRequest extends $tea.Model {
15364
15436
  protocols: 'Protocols',
15365
15437
  registrationDetails: 'RegistrationDetails',
15366
15438
  requestMethod: 'RequestMethod',
15439
+ resourceGroupId: 'ResourceGroupId',
15367
15440
  responseContentType: 'ResponseContentType',
15368
15441
  scriptDetails: 'ScriptDetails',
15369
15442
  tenantId: 'TenantId',
@@ -15381,6 +15454,7 @@ class UpdateDataServiceApiRequest extends $tea.Model {
15381
15454
  protocols: 'string',
15382
15455
  registrationDetails: 'string',
15383
15456
  requestMethod: 'number',
15457
+ resourceGroupId: 'number',
15384
15458
  responseContentType: 'number',
15385
15459
  scriptDetails: 'string',
15386
15460
  tenantId: 'number',
@@ -20074,6 +20148,7 @@ class GetMetaTableLineageResponseBodyDataDataEntityList extends $tea.Model {
20074
20148
  static names() {
20075
20149
  return {
20076
20150
  createTimestamp: 'CreateTimestamp',
20151
+ databaseName: 'DatabaseName',
20077
20152
  tableGuid: 'TableGuid',
20078
20153
  tableName: 'TableName',
20079
20154
  };
@@ -20081,6 +20156,7 @@ class GetMetaTableLineageResponseBodyDataDataEntityList extends $tea.Model {
20081
20156
  static types() {
20082
20157
  return {
20083
20158
  createTimestamp: 'number',
20159
+ databaseName: 'string',
20084
20160
  tableGuid: 'string',
20085
20161
  tableName: 'string',
20086
20162
  };
@@ -20398,6 +20474,7 @@ class GetNodeResponseBodyData extends $tea.Model {
20398
20474
  description: 'Description',
20399
20475
  dqcDescription: 'DqcDescription',
20400
20476
  dqcType: 'DqcType',
20477
+ fileType: 'FileType',
20401
20478
  nodeId: 'NodeId',
20402
20479
  nodeName: 'NodeName',
20403
20480
  ownerId: 'OwnerId',
@@ -20408,6 +20485,7 @@ class GetNodeResponseBodyData extends $tea.Model {
20408
20485
  relatedFlowId: 'RelatedFlowId',
20409
20486
  repeatInterval: 'RepeatInterval',
20410
20487
  repeatability: 'Repeatability',
20488
+ resGroupIdentifier: 'ResGroupIdentifier',
20411
20489
  resGroupName: 'ResGroupName',
20412
20490
  schedulerType: 'SchedulerType',
20413
20491
  };
@@ -20421,6 +20499,7 @@ class GetNodeResponseBodyData extends $tea.Model {
20421
20499
  description: 'string',
20422
20500
  dqcDescription: 'string',
20423
20501
  dqcType: 'number',
20502
+ fileType: 'number',
20424
20503
  nodeId: 'number',
20425
20504
  nodeName: 'string',
20426
20505
  ownerId: 'string',
@@ -20431,6 +20510,7 @@ class GetNodeResponseBodyData extends $tea.Model {
20431
20510
  relatedFlowId: 'number',
20432
20511
  repeatInterval: 'number',
20433
20512
  repeatability: 'string',
20513
+ resGroupIdentifier: 'string',
20434
20514
  resGroupName: 'string',
20435
20515
  schedulerType: 'string',
20436
20516
  };
@@ -24020,6 +24100,7 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
24020
24100
  description: 'Description',
24021
24101
  dqcDescription: 'DqcDescription',
24022
24102
  dqcType: 'DqcType',
24103
+ fileType: 'FileType',
24023
24104
  nodeId: 'NodeId',
24024
24105
  nodeName: 'NodeName',
24025
24106
  ownerId: 'OwnerId',
@@ -24030,6 +24111,7 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
24030
24111
  relatedFlowId: 'RelatedFlowId',
24031
24112
  repeatInterval: 'RepeatInterval',
24032
24113
  repeatability: 'Repeatability',
24114
+ resGroupIdentifier: 'ResGroupIdentifier',
24033
24115
  resGroupName: 'ResGroupName',
24034
24116
  schedulerType: 'SchedulerType',
24035
24117
  };
@@ -24043,6 +24125,7 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
24043
24125
  description: 'string',
24044
24126
  dqcDescription: 'string',
24045
24127
  dqcType: 'number',
24128
+ fileType: 'number',
24046
24129
  nodeId: 'number',
24047
24130
  nodeName: 'string',
24048
24131
  ownerId: 'string',
@@ -24053,6 +24136,7 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
24053
24136
  relatedFlowId: 'number',
24054
24137
  repeatInterval: 'number',
24055
24138
  repeatability: 'boolean',
24139
+ resGroupIdentifier: 'string',
24056
24140
  resGroupName: 'string',
24057
24141
  schedulerType: 'string',
24058
24142
  };
@@ -26062,6 +26146,13 @@ class Client extends openapi_client_1.default {
26062
26146
  let runtime = new $Util.RuntimeOptions({});
26063
26147
  return await this.addMetaCollectionEntityWithOptions(request, runtime);
26064
26148
  }
26149
+ /**
26150
+ * 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~~).
26151
+ *
26152
+ * @param request AddProjectMemberToRoleRequest
26153
+ * @param runtime runtime options for this request RuntimeOptions
26154
+ * @return AddProjectMemberToRoleResponse
26155
+ */
26065
26156
  async addProjectMemberToRoleWithOptions(request, runtime) {
26066
26157
  tea_util_1.default.validateModel(request);
26067
26158
  let query = {};
@@ -26093,6 +26184,12 @@ class Client extends openapi_client_1.default {
26093
26184
  });
26094
26185
  return $tea.cast(await this.callApi(params, req, runtime), new AddProjectMemberToRoleResponse({}));
26095
26186
  }
26187
+ /**
26188
+ * 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~~).
26189
+ *
26190
+ * @param request AddProjectMemberToRoleRequest
26191
+ * @return AddProjectMemberToRoleResponse
26192
+ */
26096
26193
  async addProjectMemberToRole(request) {
26097
26194
  let runtime = new $Util.RuntimeOptions({});
26098
26195
  return await this.addProjectMemberToRoleWithOptions(request, runtime);
@@ -26448,6 +26545,13 @@ class Client extends openapi_client_1.default {
26448
26545
  let runtime = new $Util.RuntimeOptions({});
26449
26546
  return await this.createConnectionWithOptions(request, runtime);
26450
26547
  }
26548
+ /**
26549
+ * 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.
26550
+ *
26551
+ * @param request CreateDISyncTaskRequest
26552
+ * @param runtime runtime options for this request RuntimeOptions
26553
+ * @return CreateDISyncTaskResponse
26554
+ */
26451
26555
  async createDISyncTaskWithOptions(request, runtime) {
26452
26556
  tea_util_1.default.validateModel(request);
26453
26557
  let query = {};
@@ -26485,6 +26589,12 @@ class Client extends openapi_client_1.default {
26485
26589
  });
26486
26590
  return $tea.cast(await this.callApi(params, req, runtime), new CreateDISyncTaskResponse({}));
26487
26591
  }
26592
+ /**
26593
+ * 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.
26594
+ *
26595
+ * @param request CreateDISyncTaskRequest
26596
+ * @return CreateDISyncTaskResponse
26597
+ */
26488
26598
  async createDISyncTask(request) {
26489
26599
  let runtime = new $Util.RuntimeOptions({});
26490
26600
  return await this.createDISyncTaskWithOptions(request, runtime);
@@ -26646,12 +26756,18 @@ class Client extends openapi_client_1.default {
26646
26756
  if (!tea_util_1.default.isUnset(request.requestMethod)) {
26647
26757
  body["RequestMethod"] = request.requestMethod;
26648
26758
  }
26759
+ if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
26760
+ body["ResourceGroupId"] = request.resourceGroupId;
26761
+ }
26649
26762
  if (!tea_util_1.default.isUnset(request.responseContentType)) {
26650
26763
  body["ResponseContentType"] = request.responseContentType;
26651
26764
  }
26652
26765
  if (!tea_util_1.default.isUnset(request.scriptDetails)) {
26653
26766
  body["ScriptDetails"] = request.scriptDetails;
26654
26767
  }
26768
+ if (!tea_util_1.default.isUnset(request.sqlMode)) {
26769
+ body["SqlMode"] = request.sqlMode;
26770
+ }
26655
26771
  if (!tea_util_1.default.isUnset(request.tenantId)) {
26656
26772
  body["TenantId"] = request.tenantId;
26657
26773
  }
@@ -27025,6 +27141,27 @@ class Client extends openapi_client_1.default {
27025
27141
  let runtime = new $Util.RuntimeOptions({});
27026
27142
  return await this.createFolderWithOptions(request, runtime);
27027
27143
  }
27144
+ /**
27145
+ * The import package must be uploaded. Example of the upload method:
27146
+ * Config config = new Config();
27147
+ * config.setAccessKeyId(accessId);
27148
+ * config.setAccessKeySecret(accessKey);
27149
+ * config.setEndpoint(popEndpoint);
27150
+ * config.setRegionId(regionId);
27151
+ * Client client = new Client(config);
27152
+ * CreateImportMigrationAdvanceRequest request = new CreateImportMigrationAdvanceRequest();
27153
+ * request.setName("test_migration_api\\_" + System.currentTimeMillis());
27154
+ * request.setProjectId(123456L);
27155
+ * request.setPackageType("DATAWORKS_MODEL");
27156
+ * request.setPackageFileObject(new FileInputStream("/home/admin/Downloads/test.zip"));
27157
+ * RuntimeOptions runtime = new RuntimeOptions();
27158
+ * CreateImportMigrationResponse response = client.createImportMigrationAdvance(request, runtime);
27159
+ * ...
27160
+ *
27161
+ * @param request CreateImportMigrationRequest
27162
+ * @param runtime runtime options for this request RuntimeOptions
27163
+ * @return CreateImportMigrationResponse
27164
+ */
27028
27165
  async createImportMigrationWithOptions(request, runtime) {
27029
27166
  tea_util_1.default.validateModel(request);
27030
27167
  let body = {};
@@ -27071,6 +27208,26 @@ class Client extends openapi_client_1.default {
27071
27208
  });
27072
27209
  return $tea.cast(await this.callApi(params, req, runtime), new CreateImportMigrationResponse({}));
27073
27210
  }
27211
+ /**
27212
+ * The import package must be uploaded. Example of the upload method:
27213
+ * Config config = new Config();
27214
+ * config.setAccessKeyId(accessId);
27215
+ * config.setAccessKeySecret(accessKey);
27216
+ * config.setEndpoint(popEndpoint);
27217
+ * config.setRegionId(regionId);
27218
+ * Client client = new Client(config);
27219
+ * CreateImportMigrationAdvanceRequest request = new CreateImportMigrationAdvanceRequest();
27220
+ * request.setName("test_migration_api\\_" + System.currentTimeMillis());
27221
+ * request.setProjectId(123456L);
27222
+ * request.setPackageType("DATAWORKS_MODEL");
27223
+ * request.setPackageFileObject(new FileInputStream("/home/admin/Downloads/test.zip"));
27224
+ * RuntimeOptions runtime = new RuntimeOptions();
27225
+ * CreateImportMigrationResponse response = client.createImportMigrationAdvance(request, runtime);
27226
+ * ...
27227
+ *
27228
+ * @param request CreateImportMigrationRequest
27229
+ * @return CreateImportMigrationResponse
27230
+ */
27074
27231
  async createImportMigration(request) {
27075
27232
  let runtime = new $Util.RuntimeOptions({});
27076
27233
  return await this.createImportMigrationWithOptions(request, runtime);
@@ -27239,6 +27396,13 @@ class Client extends openapi_client_1.default {
27239
27396
  let runtime = new $Util.RuntimeOptions({});
27240
27397
  return await this.createMetaCategoryWithOptions(request, runtime);
27241
27398
  }
27399
+ /**
27400
+ * Collections are classified into various types. The names of collections of the same type must be different.
27401
+ *
27402
+ * @param request CreateMetaCollectionRequest
27403
+ * @param runtime runtime options for this request RuntimeOptions
27404
+ * @return CreateMetaCollectionResponse
27405
+ */
27242
27406
  async createMetaCollectionWithOptions(request, runtime) {
27243
27407
  tea_util_1.default.validateModel(request);
27244
27408
  let query = {};
@@ -27270,6 +27434,12 @@ class Client extends openapi_client_1.default {
27270
27434
  });
27271
27435
  return $tea.cast(await this.callApi(params, req, runtime), new CreateMetaCollectionResponse({}));
27272
27436
  }
27437
+ /**
27438
+ * Collections are classified into various types. The names of collections of the same type must be different.
27439
+ *
27440
+ * @param request CreateMetaCollectionRequest
27441
+ * @return CreateMetaCollectionResponse
27442
+ */
27273
27443
  async createMetaCollection(request) {
27274
27444
  let runtime = new $Util.RuntimeOptions({});
27275
27445
  return await this.createMetaCollectionWithOptions(request, runtime);
@@ -28297,6 +28467,13 @@ class Client extends openapi_client_1.default {
28297
28467
  let runtime = new $Util.RuntimeOptions({});
28298
28468
  return await this.deleteQualityEntityWithOptions(request, runtime);
28299
28469
  }
28470
+ /**
28471
+ * 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~~).
28472
+ *
28473
+ * @param request DeleteQualityFollowerRequest
28474
+ * @param runtime runtime options for this request RuntimeOptions
28475
+ * @return DeleteQualityFollowerResponse
28476
+ */
28300
28477
  async deleteQualityFollowerWithOptions(request, runtime) {
28301
28478
  tea_util_1.default.validateModel(request);
28302
28479
  let body = {};
@@ -28322,6 +28499,12 @@ class Client extends openapi_client_1.default {
28322
28499
  });
28323
28500
  return $tea.cast(await this.callApi(params, req, runtime), new DeleteQualityFollowerResponse({}));
28324
28501
  }
28502
+ /**
28503
+ * 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~~).
28504
+ *
28505
+ * @param request DeleteQualityFollowerRequest
28506
+ * @return DeleteQualityFollowerResponse
28507
+ */
28325
28508
  async deleteQualityFollower(request) {
28326
28509
  let runtime = new $Util.RuntimeOptions({});
28327
28510
  return await this.deleteQualityFollowerWithOptions(request, runtime);
@@ -28678,6 +28861,14 @@ class Client extends openapi_client_1.default {
28678
28861
  let runtime = new $Util.RuntimeOptions({});
28679
28862
  return await this.exportDataSourcesWithOptions(request, runtime);
28680
28863
  }
28864
+ /**
28865
+ * 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.
28866
+ * DataWorks allows you to create real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
28867
+ *
28868
+ * @param request GenerateDISyncTaskConfigForCreatingRequest
28869
+ * @param runtime runtime options for this request RuntimeOptions
28870
+ * @return GenerateDISyncTaskConfigForCreatingResponse
28871
+ */
28681
28872
  async generateDISyncTaskConfigForCreatingWithOptions(request, runtime) {
28682
28873
  tea_util_1.default.validateModel(request);
28683
28874
  let query = {};
@@ -28709,10 +28900,24 @@ class Client extends openapi_client_1.default {
28709
28900
  });
28710
28901
  return $tea.cast(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForCreatingResponse({}));
28711
28902
  }
28903
+ /**
28904
+ * 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.
28905
+ * DataWorks allows you to create real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
28906
+ *
28907
+ * @param request GenerateDISyncTaskConfigForCreatingRequest
28908
+ * @return GenerateDISyncTaskConfigForCreatingResponse
28909
+ */
28712
28910
  async generateDISyncTaskConfigForCreating(request) {
28713
28911
  let runtime = new $Util.RuntimeOptions({});
28714
28912
  return await this.generateDISyncTaskConfigForCreatingWithOptions(request, runtime);
28715
28913
  }
28914
+ /**
28915
+ * 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.
28916
+ *
28917
+ * @param request GenerateDISyncTaskConfigForUpdatingRequest
28918
+ * @param runtime runtime options for this request RuntimeOptions
28919
+ * @return GenerateDISyncTaskConfigForUpdatingResponse
28920
+ */
28716
28921
  async generateDISyncTaskConfigForUpdatingWithOptions(request, runtime) {
28717
28922
  tea_util_1.default.validateModel(request);
28718
28923
  let query = {};
@@ -28747,6 +28952,12 @@ class Client extends openapi_client_1.default {
28747
28952
  });
28748
28953
  return $tea.cast(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForUpdatingResponse({}));
28749
28954
  }
28955
+ /**
28956
+ * 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.
28957
+ *
28958
+ * @param request GenerateDISyncTaskConfigForUpdatingRequest
28959
+ * @return GenerateDISyncTaskConfigForUpdatingResponse
28960
+ */
28750
28961
  async generateDISyncTaskConfigForUpdating(request) {
28751
28962
  let runtime = new $Util.RuntimeOptions({});
28752
28963
  return await this.generateDISyncTaskConfigForUpdatingWithOptions(request, runtime);
@@ -28989,6 +29200,22 @@ class Client extends openapi_client_1.default {
28989
29200
  let runtime = new $Util.RuntimeOptions({});
28990
29201
  return await this.getDISyncTaskWithOptions(request, runtime);
28991
29202
  }
29203
+ /**
29204
+ * Supported DAG types:
29205
+ * * MANUAL: the DAG for a manually triggered workflow.
29206
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
29207
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
29208
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
29209
+ * Supported DAG states:
29210
+ * * CREATED: The DAG is created.
29211
+ * * RUNNING: The DAG is running.
29212
+ * * FAILURE: The DAG fails to run.
29213
+ * * SUCCESS: The DAG successfully runs.
29214
+ *
29215
+ * @param request GetDagRequest
29216
+ * @param runtime runtime options for this request RuntimeOptions
29217
+ * @return GetDagResponse
29218
+ */
28992
29219
  async getDagWithOptions(request, runtime) {
28993
29220
  tea_util_1.default.validateModel(request);
28994
29221
  let body = {};
@@ -29014,6 +29241,21 @@ class Client extends openapi_client_1.default {
29014
29241
  });
29015
29242
  return $tea.cast(await this.callApi(params, req, runtime), new GetDagResponse({}));
29016
29243
  }
29244
+ /**
29245
+ * Supported DAG types:
29246
+ * * MANUAL: the DAG for a manually triggered workflow.
29247
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
29248
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
29249
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
29250
+ * Supported DAG states:
29251
+ * * CREATED: The DAG is created.
29252
+ * * RUNNING: The DAG is running.
29253
+ * * FAILURE: The DAG fails to run.
29254
+ * * SUCCESS: The DAG successfully runs.
29255
+ *
29256
+ * @param request GetDagRequest
29257
+ * @return GetDagResponse
29258
+ */
29017
29259
  async getDag(request) {
29018
29260
  let runtime = new $Util.RuntimeOptions({});
29019
29261
  return await this.getDagWithOptions(request, runtime);
@@ -29621,6 +29863,13 @@ class Client extends openapi_client_1.default {
29621
29863
  let runtime = new $Util.RuntimeOptions({});
29622
29864
  return await this.getInstanceErrorRankWithOptions(request, runtime);
29623
29865
  }
29866
+ /**
29867
+ * You may not obtain the instance logs that were generated more than seven days ago.
29868
+ *
29869
+ * @param request GetInstanceLogRequest
29870
+ * @param runtime runtime options for this request RuntimeOptions
29871
+ * @return GetInstanceLogResponse
29872
+ */
29624
29873
  async getInstanceLogWithOptions(request, runtime) {
29625
29874
  tea_util_1.default.validateModel(request);
29626
29875
  let body = {};
@@ -29649,6 +29898,12 @@ class Client extends openapi_client_1.default {
29649
29898
  });
29650
29899
  return $tea.cast(await this.callApi(params, req, runtime), new GetInstanceLogResponse({}));
29651
29900
  }
29901
+ /**
29902
+ * You may not obtain the instance logs that were generated more than seven days ago.
29903
+ *
29904
+ * @param request GetInstanceLogRequest
29905
+ * @return GetInstanceLogResponse
29906
+ */
29652
29907
  async getInstanceLog(request) {
29653
29908
  let runtime = new $Util.RuntimeOptions({});
29654
29909
  return await this.getInstanceLogWithOptions(request, runtime);
@@ -29893,6 +30148,13 @@ class Client extends openapi_client_1.default {
29893
30148
  let runtime = new $Util.RuntimeOptions({});
29894
30149
  return await this.getMetaColumnLineageWithOptions(request, runtime);
29895
30150
  }
30151
+ /**
30152
+ * You can call this operation to query only the basic metadata information about a MaxCompute or E-MapReduce (EMR) compute engine instance.
30153
+ *
30154
+ * @param request GetMetaDBInfoRequest
30155
+ * @param runtime runtime options for this request RuntimeOptions
30156
+ * @return GetMetaDBInfoResponse
30157
+ */
29896
30158
  async getMetaDBInfoWithOptions(request, runtime) {
29897
30159
  tea_util_1.default.validateModel(request);
29898
30160
  let query = openapi_util_1.default.query(tea_util_1.default.toMap(request));
@@ -29912,6 +30174,12 @@ class Client extends openapi_client_1.default {
29912
30174
  });
29913
30175
  return $tea.cast(await this.callApi(params, req, runtime), new GetMetaDBInfoResponse({}));
29914
30176
  }
30177
+ /**
30178
+ * You can call this operation to query only the basic metadata information about a MaxCompute or E-MapReduce (EMR) compute engine instance.
30179
+ *
30180
+ * @param request GetMetaDBInfoRequest
30181
+ * @return GetMetaDBInfoResponse
30182
+ */
29915
30183
  async getMetaDBInfo(request) {
29916
30184
  let runtime = new $Util.RuntimeOptions({});
29917
30185
  return await this.getMetaDBInfoWithOptions(request, runtime);
@@ -30223,6 +30491,13 @@ class Client extends openapi_client_1.default {
30223
30491
  let runtime = new $Util.RuntimeOptions({});
30224
30492
  return await this.getMetaTableOutputWithOptions(request, runtime);
30225
30493
  }
30494
+ /**
30495
+ * You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
30496
+ *
30497
+ * @param tmpReq GetMetaTablePartitionRequest
30498
+ * @param runtime runtime options for this request RuntimeOptions
30499
+ * @return GetMetaTablePartitionResponse
30500
+ */
30226
30501
  async getMetaTablePartitionWithOptions(tmpReq, runtime) {
30227
30502
  tea_util_1.default.validateModel(tmpReq);
30228
30503
  let request = new GetMetaTablePartitionShrinkRequest({});
@@ -30271,6 +30546,12 @@ class Client extends openapi_client_1.default {
30271
30546
  });
30272
30547
  return $tea.cast(await this.callApi(params, req, runtime), new GetMetaTablePartitionResponse({}));
30273
30548
  }
30549
+ /**
30550
+ * You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
30551
+ *
30552
+ * @param request GetMetaTablePartitionRequest
30553
+ * @return GetMetaTablePartitionResponse
30554
+ */
30274
30555
  async getMetaTablePartition(request) {
30275
30556
  let runtime = new $Util.RuntimeOptions({});
30276
30557
  return await this.getMetaTablePartitionWithOptions(request, runtime);
@@ -31026,6 +31307,15 @@ class Client extends openapi_client_1.default {
31026
31307
  let runtime = new $Util.RuntimeOptions({});
31027
31308
  return await this.getTopicInfluenceWithOptions(request, runtime);
31028
31309
  }
31310
+ /**
31311
+ * You can import self-managed data sources or data sources that are exported from other Dataworks workspaces to a specified DataWorks workspace.
31312
+ * * 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~~).
31313
+ * * For more information about how to export data sources from DataWorks workspaces to on-premises devices, see [ExportDataSources](~~279570~~).
31314
+ *
31315
+ * @param request ImportDataSourcesRequest
31316
+ * @param runtime runtime options for this request RuntimeOptions
31317
+ * @return ImportDataSourcesResponse
31318
+ */
31029
31319
  async importDataSourcesWithOptions(request, runtime) {
31030
31320
  tea_util_1.default.validateModel(request);
31031
31321
  let query = {};
@@ -31051,6 +31341,14 @@ class Client extends openapi_client_1.default {
31051
31341
  });
31052
31342
  return $tea.cast(await this.callApi(params, req, runtime), new ImportDataSourcesResponse({}));
31053
31343
  }
31344
+ /**
31345
+ * You can import self-managed data sources or data sources that are exported from other Dataworks workspaces to a specified DataWorks workspace.
31346
+ * * 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~~).
31347
+ * * For more information about how to export data sources from DataWorks workspaces to on-premises devices, see [ExportDataSources](~~279570~~).
31348
+ *
31349
+ * @param request ImportDataSourcesRequest
31350
+ * @return ImportDataSourcesResponse
31351
+ */
31054
31352
  async importDataSources(request) {
31055
31353
  let runtime = new $Util.RuntimeOptions({});
31056
31354
  return await this.importDataSourcesWithOptions(request, runtime);
@@ -31369,6 +31667,13 @@ class Client extends openapi_client_1.default {
31369
31667
  let runtime = new $Util.RuntimeOptions({});
31370
31668
  return await this.listConnectionsWithOptions(request, runtime);
31371
31669
  }
31670
+ /**
31671
+ * 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~~).
31672
+ *
31673
+ * @param request ListDIProjectConfigRequest
31674
+ * @param runtime runtime options for this request RuntimeOptions
31675
+ * @return ListDIProjectConfigResponse
31676
+ */
31372
31677
  async listDIProjectConfigWithOptions(request, runtime) {
31373
31678
  tea_util_1.default.validateModel(request);
31374
31679
  let query = {};
@@ -31397,10 +31702,32 @@ class Client extends openapi_client_1.default {
31397
31702
  });
31398
31703
  return $tea.cast(await this.callApi(params, req, runtime), new ListDIProjectConfigResponse({}));
31399
31704
  }
31705
+ /**
31706
+ * 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~~).
31707
+ *
31708
+ * @param request ListDIProjectConfigRequest
31709
+ * @return ListDIProjectConfigResponse
31710
+ */
31400
31711
  async listDIProjectConfig(request) {
31401
31712
  let runtime = new $Util.RuntimeOptions({});
31402
31713
  return await this.listDIProjectConfigWithOptions(request, runtime);
31403
31714
  }
31715
+ /**
31716
+ * Supported DAG types:
31717
+ * * MANUAL: the DAG for a manually triggered workflow.
31718
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
31719
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
31720
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
31721
+ * Supported DAG states:
31722
+ * * CREATED: The DAG is created.
31723
+ * * RUNNING: The DAG is running.
31724
+ * * FAILURE: The DAG fails to run.
31725
+ * * SUCCESS: The DAG successfully runs.
31726
+ *
31727
+ * @param request ListDagsRequest
31728
+ * @param runtime runtime options for this request RuntimeOptions
31729
+ * @return ListDagsResponse
31730
+ */
31404
31731
  async listDagsWithOptions(request, runtime) {
31405
31732
  tea_util_1.default.validateModel(request);
31406
31733
  let body = {};
@@ -31426,6 +31753,21 @@ class Client extends openapi_client_1.default {
31426
31753
  });
31427
31754
  return $tea.cast(await this.callApi(params, req, runtime), new ListDagsResponse({}));
31428
31755
  }
31756
+ /**
31757
+ * Supported DAG types:
31758
+ * * MANUAL: the DAG for a manually triggered workflow.
31759
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
31760
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
31761
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
31762
+ * Supported DAG states:
31763
+ * * CREATED: The DAG is created.
31764
+ * * RUNNING: The DAG is running.
31765
+ * * FAILURE: The DAG fails to run.
31766
+ * * SUCCESS: The DAG successfully runs.
31767
+ *
31768
+ * @param request ListDagsRequest
31769
+ * @return ListDagsResponse
31770
+ */
31429
31771
  async listDags(request) {
31430
31772
  let runtime = new $Util.RuntimeOptions({});
31431
31773
  return await this.listDagsWithOptions(request, runtime);
@@ -32282,6 +32624,13 @@ class Client extends openapi_client_1.default {
32282
32624
  let runtime = new $Util.RuntimeOptions({});
32283
32625
  return await this.listMetaCollectionEntitiesWithOptions(request, runtime);
32284
32626
  }
32627
+ /**
32628
+ * The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
32629
+ *
32630
+ * @param request ListMetaCollectionsRequest
32631
+ * @param runtime runtime options for this request RuntimeOptions
32632
+ * @return ListMetaCollectionsResponse
32633
+ */
32285
32634
  async listMetaCollectionsWithOptions(request, runtime) {
32286
32635
  tea_util_1.default.validateModel(request);
32287
32636
  let query = {};
@@ -32328,6 +32677,12 @@ class Client extends openapi_client_1.default {
32328
32677
  });
32329
32678
  return $tea.cast(await this.callApi(params, req, runtime), new ListMetaCollectionsResponse({}));
32330
32679
  }
32680
+ /**
32681
+ * The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
32682
+ *
32683
+ * @param request ListMetaCollectionsRequest
32684
+ * @return ListMetaCollectionsResponse
32685
+ */
32331
32686
  async listMetaCollections(request) {
32332
32687
  let runtime = new $Util.RuntimeOptions({});
32333
32688
  return await this.listMetaCollectionsWithOptions(request, runtime);
@@ -32674,6 +33029,13 @@ class Client extends openapi_client_1.default {
32674
33029
  let runtime = new $Util.RuntimeOptions({});
32675
33030
  return await this.listProgramTypeCountWithOptions(request, runtime);
32676
33031
  }
33032
+ /**
33033
+ * 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~~).
33034
+ *
33035
+ * @param request ListProjectIdsRequest
33036
+ * @param runtime runtime options for this request RuntimeOptions
33037
+ * @return ListProjectIdsResponse
33038
+ */
32677
33039
  async listProjectIdsWithOptions(request, runtime) {
32678
33040
  tea_util_1.default.validateModel(request);
32679
33041
  let query = {};
@@ -32696,6 +33058,12 @@ class Client extends openapi_client_1.default {
32696
33058
  });
32697
33059
  return $tea.cast(await this.callApi(params, req, runtime), new ListProjectIdsResponse({}));
32698
33060
  }
33061
+ /**
33062
+ * 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~~).
33063
+ *
33064
+ * @param request ListProjectIdsRequest
33065
+ * @return ListProjectIdsResponse
33066
+ */
32699
33067
  async listProjectIds(request) {
32700
33068
  let runtime = new $Util.RuntimeOptions({});
32701
33069
  return await this.listProjectIdsWithOptions(request, runtime);
@@ -33260,6 +33628,9 @@ class Client extends openapi_client_1.default {
33260
33628
  if (!tea_util_1.default.isUnset(request.targetType)) {
33261
33629
  body["TargetType"] = request.targetType;
33262
33630
  }
33631
+ if (!tea_util_1.default.isUnset(request.targetUserId)) {
33632
+ body["TargetUserId"] = request.targetUserId;
33633
+ }
33263
33634
  let req = new $OpenApi.OpenApiRequest({
33264
33635
  body: openapi_util_1.default.parseToMap(body),
33265
33636
  });
@@ -33341,6 +33712,14 @@ class Client extends openapi_client_1.default {
33341
33712
  let runtime = new $Util.RuntimeOptions({});
33342
33713
  return await this.publishDataServiceApiWithOptions(request, runtime);
33343
33714
  }
33715
+ /**
33716
+ * 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.
33717
+ * DataWorks allows you to create or update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
33718
+ *
33719
+ * @param request QueryDISyncTaskConfigProcessResultRequest
33720
+ * @param runtime runtime options for this request RuntimeOptions
33721
+ * @return QueryDISyncTaskConfigProcessResultResponse
33722
+ */
33344
33723
  async queryDISyncTaskConfigProcessResultWithOptions(request, runtime) {
33345
33724
  tea_util_1.default.validateModel(request);
33346
33725
  let query = {};
@@ -33369,10 +33748,27 @@ class Client extends openapi_client_1.default {
33369
33748
  });
33370
33749
  return $tea.cast(await this.callApi(params, req, runtime), new QueryDISyncTaskConfigProcessResultResponse({}));
33371
33750
  }
33751
+ /**
33752
+ * 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.
33753
+ * DataWorks allows you to create or update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
33754
+ *
33755
+ * @param request QueryDISyncTaskConfigProcessResultRequest
33756
+ * @return QueryDISyncTaskConfigProcessResultResponse
33757
+ */
33372
33758
  async queryDISyncTaskConfigProcessResult(request) {
33373
33759
  let runtime = new $Util.RuntimeOptions({});
33374
33760
  return await this.queryDISyncTaskConfigProcessResultWithOptions(request, runtime);
33375
33761
  }
33762
+ /**
33763
+ * * You must use FML statements to query information about the data modeling engine when you call this operation.
33764
+ * * 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.
33765
+ * 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.
33766
+ * * A maximum of 1,000 entries can be returned each time you call the operation.
33767
+ *
33768
+ * @param request QueryPublicModelEngineRequest
33769
+ * @param runtime runtime options for this request RuntimeOptions
33770
+ * @return QueryPublicModelEngineResponse
33771
+ */
33376
33772
  async queryPublicModelEngineWithOptions(request, runtime) {
33377
33773
  tea_util_1.default.validateModel(request);
33378
33774
  let body = {};
@@ -33398,6 +33794,15 @@ class Client extends openapi_client_1.default {
33398
33794
  });
33399
33795
  return $tea.cast(await this.callApi(params, req, runtime), new QueryPublicModelEngineResponse({}));
33400
33796
  }
33797
+ /**
33798
+ * * You must use FML statements to query information about the data modeling engine when you call this operation.
33799
+ * * 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.
33800
+ * 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.
33801
+ * * A maximum of 1,000 entries can be returned each time you call the operation.
33802
+ *
33803
+ * @param request QueryPublicModelEngineRequest
33804
+ * @return QueryPublicModelEngineResponse
33805
+ */
33401
33806
  async queryPublicModelEngine(request) {
33402
33807
  let runtime = new $Util.RuntimeOptions({});
33403
33808
  return await this.queryPublicModelEngineWithOptions(request, runtime);
@@ -33574,6 +33979,13 @@ class Client extends openapi_client_1.default {
33574
33979
  let runtime = new $Util.RuntimeOptions({});
33575
33980
  return await this.revokeTablePermissionWithOptions(request, runtime);
33576
33981
  }
33982
+ /**
33983
+ * For more information about data backfill, see [Backfill data](~~137937~~).
33984
+ *
33985
+ * @param request RunCycleDagNodesRequest
33986
+ * @param runtime runtime options for this request RuntimeOptions
33987
+ * @return RunCycleDagNodesResponse
33988
+ */
33577
33989
  async runCycleDagNodesWithOptions(request, runtime) {
33578
33990
  tea_util_1.default.validateModel(request);
33579
33991
  let body = {};
@@ -33629,6 +34041,12 @@ class Client extends openapi_client_1.default {
33629
34041
  });
33630
34042
  return $tea.cast(await this.callApi(params, req, runtime), new RunCycleDagNodesResponse({}));
33631
34043
  }
34044
+ /**
34045
+ * For more information about data backfill, see [Backfill data](~~137937~~).
34046
+ *
34047
+ * @param request RunCycleDagNodesRequest
34048
+ * @return RunCycleDagNodesResponse
34049
+ */
33632
34050
  async runCycleDagNodes(request) {
33633
34051
  let runtime = new $Util.RuntimeOptions({});
33634
34052
  return await this.runCycleDagNodesWithOptions(request, runtime);
@@ -33779,6 +34197,13 @@ class Client extends openapi_client_1.default {
33779
34197
  let runtime = new $Util.RuntimeOptions({});
33780
34198
  return await this.scanSensitiveDataWithOptions(request, runtime);
33781
34199
  }
34200
+ /**
34201
+ * You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine instance.
34202
+ *
34203
+ * @param request SearchMetaTablesRequest
34204
+ * @param runtime runtime options for this request RuntimeOptions
34205
+ * @return SearchMetaTablesResponse
34206
+ */
33782
34207
  async searchMetaTablesWithOptions(request, runtime) {
33783
34208
  tea_util_1.default.validateModel(request);
33784
34209
  let query = {};
@@ -33822,6 +34247,12 @@ class Client extends openapi_client_1.default {
33822
34247
  });
33823
34248
  return $tea.cast(await this.callApi(params, req, runtime), new SearchMetaTablesResponse({}));
33824
34249
  }
34250
+ /**
34251
+ * You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine instance.
34252
+ *
34253
+ * @param request SearchMetaTablesRequest
34254
+ * @return SearchMetaTablesResponse
34255
+ */
33825
34256
  async searchMetaTables(request) {
33826
34257
  let runtime = new $Util.RuntimeOptions({});
33827
34258
  return await this.searchMetaTablesWithOptions(request, runtime);
@@ -34077,6 +34508,38 @@ class Client extends openapi_client_1.default {
34077
34508
  let runtime = new $Util.RuntimeOptions({});
34078
34509
  return await this.stopInstanceWithOptions(request, runtime);
34079
34510
  }
34511
+ async submitDataServiceApiWithOptions(request, runtime) {
34512
+ tea_util_1.default.validateModel(request);
34513
+ let body = {};
34514
+ if (!tea_util_1.default.isUnset(request.apiId)) {
34515
+ body["ApiId"] = request.apiId;
34516
+ }
34517
+ if (!tea_util_1.default.isUnset(request.projectId)) {
34518
+ body["ProjectId"] = request.projectId;
34519
+ }
34520
+ if (!tea_util_1.default.isUnset(request.tenantId)) {
34521
+ body["TenantId"] = request.tenantId;
34522
+ }
34523
+ let req = new $OpenApi.OpenApiRequest({
34524
+ body: openapi_util_1.default.parseToMap(body),
34525
+ });
34526
+ let params = new $OpenApi.Params({
34527
+ action: "SubmitDataServiceApi",
34528
+ version: "2020-05-18",
34529
+ protocol: "HTTPS",
34530
+ pathname: "/",
34531
+ method: "POST",
34532
+ authType: "AK",
34533
+ style: "RPC",
34534
+ reqBodyType: "formData",
34535
+ bodyType: "json",
34536
+ });
34537
+ return $tea.cast(await this.callApi(params, req, runtime), new SubmitDataServiceApiResponse({}));
34538
+ }
34539
+ async submitDataServiceApi(request) {
34540
+ let runtime = new $Util.RuntimeOptions({});
34541
+ return await this.submitDataServiceApiWithOptions(request, runtime);
34542
+ }
34080
34543
  async submitFileWithOptions(request, runtime) {
34081
34544
  tea_util_1.default.validateModel(request);
34082
34545
  let body = {};
@@ -34315,6 +34778,9 @@ class Client extends openapi_client_1.default {
34315
34778
  if (!tea_util_1.default.isUnset(request.targetType)) {
34316
34779
  body["TargetType"] = request.targetType;
34317
34780
  }
34781
+ if (!tea_util_1.default.isUnset(request.targetUserId)) {
34782
+ body["TargetUserId"] = request.targetUserId;
34783
+ }
34318
34784
  let req = new $OpenApi.OpenApiRequest({
34319
34785
  body: openapi_util_1.default.parseToMap(body),
34320
34786
  });
@@ -34499,6 +34965,13 @@ class Client extends openapi_client_1.default {
34499
34965
  let runtime = new $Util.RuntimeOptions({});
34500
34966
  return await this.updateConnectionWithOptions(request, runtime);
34501
34967
  }
34968
+ /**
34969
+ * 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~~).
34970
+ *
34971
+ * @param request UpdateDIProjectConfigRequest
34972
+ * @param runtime runtime options for this request RuntimeOptions
34973
+ * @return UpdateDIProjectConfigResponse
34974
+ */
34502
34975
  async updateDIProjectConfigWithOptions(request, runtime) {
34503
34976
  tea_util_1.default.validateModel(request);
34504
34977
  let query = {};
@@ -34530,6 +35003,12 @@ class Client extends openapi_client_1.default {
34530
35003
  });
34531
35004
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateDIProjectConfigResponse({}));
34532
35005
  }
35006
+ /**
35007
+ * 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~~).
35008
+ *
35009
+ * @param request UpdateDIProjectConfigRequest
35010
+ * @return UpdateDIProjectConfigResponse
35011
+ */
34533
35012
  async updateDIProjectConfig(request) {
34534
35013
  let runtime = new $Util.RuntimeOptions({});
34535
35014
  return await this.updateDIProjectConfigWithOptions(request, runtime);
@@ -34596,6 +35075,9 @@ class Client extends openapi_client_1.default {
34596
35075
  if (!tea_util_1.default.isUnset(request.requestMethod)) {
34597
35076
  body["RequestMethod"] = request.requestMethod;
34598
35077
  }
35078
+ if (!tea_util_1.default.isUnset(request.resourceGroupId)) {
35079
+ body["ResourceGroupId"] = request.resourceGroupId;
35080
+ }
34599
35081
  if (!tea_util_1.default.isUnset(request.responseContentType)) {
34600
35082
  body["ResponseContentType"] = request.responseContentType;
34601
35083
  }
@@ -34672,6 +35154,13 @@ class Client extends openapi_client_1.default {
34672
35154
  let runtime = new $Util.RuntimeOptions({});
34673
35155
  return await this.updateDataSourceWithOptions(request, runtime);
34674
35156
  }
35157
+ /**
35158
+ * 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.
35159
+ *
35160
+ * @param request UpdateFileRequest
35161
+ * @param runtime runtime options for this request RuntimeOptions
35162
+ * @return UpdateFileResponse
35163
+ */
34675
35164
  async updateFileWithOptions(request, runtime) {
34676
35165
  tea_util_1.default.validateModel(request);
34677
35166
  let body = {};
@@ -34778,6 +35267,12 @@ class Client extends openapi_client_1.default {
34778
35267
  });
34779
35268
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateFileResponse({}));
34780
35269
  }
35270
+ /**
35271
+ * 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.
35272
+ *
35273
+ * @param request UpdateFileRequest
35274
+ * @return UpdateFileResponse
35275
+ */
34781
35276
  async updateFile(request) {
34782
35277
  let runtime = new $Util.RuntimeOptions({});
34783
35278
  return await this.updateFileWithOptions(request, runtime);
@@ -34884,6 +35379,13 @@ class Client extends openapi_client_1.default {
34884
35379
  let runtime = new $Util.RuntimeOptions({});
34885
35380
  return await this.updateMetaCategoryWithOptions(request, runtime);
34886
35381
  }
35382
+ /**
35383
+ * Only the name and comment of a collection can be updated.
35384
+ *
35385
+ * @param request UpdateMetaCollectionRequest
35386
+ * @param runtime runtime options for this request RuntimeOptions
35387
+ * @return UpdateMetaCollectionResponse
35388
+ */
34887
35389
  async updateMetaCollectionWithOptions(request, runtime) {
34888
35390
  tea_util_1.default.validateModel(request);
34889
35391
  let query = {};
@@ -34912,6 +35414,12 @@ class Client extends openapi_client_1.default {
34912
35414
  });
34913
35415
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateMetaCollectionResponse({}));
34914
35416
  }
35417
+ /**
35418
+ * Only the name and comment of a collection can be updated.
35419
+ *
35420
+ * @param request UpdateMetaCollectionRequest
35421
+ * @return UpdateMetaCollectionResponse
35422
+ */
34915
35423
  async updateMetaCollection(request) {
34916
35424
  let runtime = new $Util.RuntimeOptions({});
34917
35425
  return await this.updateMetaCollectionWithOptions(request, runtime);