@alicloud/dataworks-public20200518 4.4.7 → 4.4.8

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
@@ -674,8 +674,6 @@ class CreateBaselineResponseBody extends $tea.Model {
674
674
  static names() {
675
675
  return {
676
676
  data: 'Data',
677
- dynamicErrorCode: 'DynamicErrorCode',
678
- dynamicErrorMessage: 'DynamicErrorMessage',
679
677
  errorCode: 'ErrorCode',
680
678
  errorMessage: 'ErrorMessage',
681
679
  httpStatusCode: 'HttpStatusCode',
@@ -686,8 +684,6 @@ class CreateBaselineResponseBody extends $tea.Model {
686
684
  static types() {
687
685
  return {
688
686
  data: 'number',
689
- dynamicErrorCode: 'string',
690
- dynamicErrorMessage: 'string',
691
687
  errorCode: 'string',
692
688
  errorMessage: 'string',
693
689
  httpStatusCode: 'number',
@@ -1518,6 +1514,7 @@ class CreateFileRequest extends $tea.Model {
1518
1514
  fileFolderPath: 'FileFolderPath',
1519
1515
  fileName: 'FileName',
1520
1516
  fileType: 'FileType',
1517
+ ignoreParentSkipRunningProperty: 'IgnoreParentSkipRunningProperty',
1521
1518
  inputList: 'InputList',
1522
1519
  inputParameters: 'InputParameters',
1523
1520
  outputParameters: 'OutputParameters',
@@ -1551,6 +1548,7 @@ class CreateFileRequest extends $tea.Model {
1551
1548
  fileFolderPath: 'string',
1552
1549
  fileName: 'string',
1553
1550
  fileType: 'number',
1551
+ ignoreParentSkipRunningProperty: 'boolean',
1554
1552
  inputList: 'string',
1555
1553
  inputParameters: 'string',
1556
1554
  outputParameters: 'string',
@@ -2864,8 +2862,6 @@ class DeleteBaselineResponseBody extends $tea.Model {
2864
2862
  static names() {
2865
2863
  return {
2866
2864
  data: 'Data',
2867
- dynamicErrorCode: 'DynamicErrorCode',
2868
- dynamicErrorMessage: 'DynamicErrorMessage',
2869
2865
  errorCode: 'ErrorCode',
2870
2866
  errorMessage: 'ErrorMessage',
2871
2867
  httpStatusCode: 'HttpStatusCode',
@@ -2876,8 +2872,6 @@ class DeleteBaselineResponseBody extends $tea.Model {
2876
2872
  static types() {
2877
2873
  return {
2878
2874
  data: 'boolean',
2879
- dynamicErrorCode: 'string',
2880
- dynamicErrorMessage: 'string',
2881
2875
  errorCode: 'string',
2882
2876
  errorMessage: 'string',
2883
2877
  httpStatusCode: 'number',
@@ -4704,8 +4698,6 @@ class GetBaselineResponseBody extends $tea.Model {
4704
4698
  static names() {
4705
4699
  return {
4706
4700
  data: 'Data',
4707
- dynamicErrorCode: 'DynamicErrorCode',
4708
- dynamicErrorMessage: 'DynamicErrorMessage',
4709
4701
  errorCode: 'ErrorCode',
4710
4702
  errorMessage: 'ErrorMessage',
4711
4703
  httpStatusCode: 'HttpStatusCode',
@@ -4716,8 +4708,6 @@ class GetBaselineResponseBody extends $tea.Model {
4716
4708
  static types() {
4717
4709
  return {
4718
4710
  data: GetBaselineResponseBodyData,
4719
- dynamicErrorCode: 'string',
4720
- dynamicErrorMessage: 'string',
4721
4711
  errorCode: 'string',
4722
4712
  errorMessage: 'string',
4723
4713
  httpStatusCode: 'number',
@@ -9416,8 +9406,6 @@ class ListBaselinesResponseBody extends $tea.Model {
9416
9406
  static names() {
9417
9407
  return {
9418
9408
  data: 'Data',
9419
- dynamicErrorCode: 'DynamicErrorCode',
9420
- dynamicErrorMessage: 'DynamicErrorMessage',
9421
9409
  errorCode: 'ErrorCode',
9422
9410
  errorMessage: 'ErrorMessage',
9423
9411
  httpStatusCode: 'HttpStatusCode',
@@ -9428,8 +9416,6 @@ class ListBaselinesResponseBody extends $tea.Model {
9428
9416
  static types() {
9429
9417
  return {
9430
9418
  data: ListBaselinesResponseBodyData,
9431
- dynamicErrorCode: 'string',
9432
- dynamicErrorMessage: 'string',
9433
9419
  errorCode: 'string',
9434
9420
  errorMessage: 'string',
9435
9421
  httpStatusCode: 'number',
@@ -13735,6 +13721,7 @@ class RunManualDagNodesRequest extends $tea.Model {
13735
13721
  return {
13736
13722
  bizDate: 'BizDate',
13737
13723
  dagParameters: 'DagParameters',
13724
+ endBizDate: 'EndBizDate',
13738
13725
  excludeNodeIds: 'ExcludeNodeIds',
13739
13726
  flowName: 'FlowName',
13740
13727
  includeNodeIds: 'IncludeNodeIds',
@@ -13742,12 +13729,14 @@ class RunManualDagNodesRequest extends $tea.Model {
13742
13729
  projectEnv: 'ProjectEnv',
13743
13730
  projectId: 'ProjectId',
13744
13731
  projectName: 'ProjectName',
13732
+ startBizDate: 'StartBizDate',
13745
13733
  };
13746
13734
  }
13747
13735
  static types() {
13748
13736
  return {
13749
13737
  bizDate: 'string',
13750
13738
  dagParameters: 'string',
13739
+ endBizDate: 'string',
13751
13740
  excludeNodeIds: 'string',
13752
13741
  flowName: 'string',
13753
13742
  includeNodeIds: 'string',
@@ -13755,6 +13744,7 @@ class RunManualDagNodesRequest extends $tea.Model {
13755
13744
  projectEnv: 'string',
13756
13745
  projectId: 'number',
13757
13746
  projectName: 'string',
13747
+ startBizDate: 'string',
13758
13748
  };
13759
13749
  }
13760
13750
  }
@@ -15210,8 +15200,6 @@ class UpdateBaselineResponseBody extends $tea.Model {
15210
15200
  static names() {
15211
15201
  return {
15212
15202
  data: 'Data',
15213
- dynamicErrorCode: 'DynamicErrorCode',
15214
- dynamicErrorMessage: 'DynamicErrorMessage',
15215
15203
  errorCode: 'ErrorCode',
15216
15204
  errorMessage: 'ErrorMessage',
15217
15205
  httpStatusCode: 'HttpStatusCode',
@@ -15222,8 +15210,6 @@ class UpdateBaselineResponseBody extends $tea.Model {
15222
15210
  static types() {
15223
15211
  return {
15224
15212
  data: 'boolean',
15225
- dynamicErrorCode: 'string',
15226
- dynamicErrorMessage: 'string',
15227
15213
  errorCode: 'string',
15228
15214
  errorMessage: 'string',
15229
15215
  httpStatusCode: 'number',
@@ -15690,6 +15676,7 @@ class UpdateFileRequest extends $tea.Model {
15690
15676
  fileFolderPath: 'FileFolderPath',
15691
15677
  fileId: 'FileId',
15692
15678
  fileName: 'FileName',
15679
+ ignoreParentSkipRunningProperty: 'IgnoreParentSkipRunningProperty',
15693
15680
  inputList: 'InputList',
15694
15681
  inputParameters: 'InputParameters',
15695
15682
  outputList: 'OutputList',
@@ -15723,6 +15710,7 @@ class UpdateFileRequest extends $tea.Model {
15723
15710
  fileFolderPath: 'string',
15724
15711
  fileId: 'number',
15725
15712
  fileName: 'string',
15713
+ ignoreParentSkipRunningProperty: 'boolean',
15726
15714
  inputList: 'string',
15727
15715
  inputParameters: 'string',
15728
15716
  outputList: 'string',
@@ -17458,11 +17446,11 @@ class GetBaselineResponseBodyData extends $tea.Model {
17458
17446
  baselineName: 'BaselineName',
17459
17447
  baselineType: 'BaselineType',
17460
17448
  enabled: 'Enabled',
17449
+ nodeIds: 'NodeIds',
17461
17450
  overTimeSettings: 'OverTimeSettings',
17462
17451
  owner: 'Owner',
17463
17452
  priority: 'Priority',
17464
17453
  projectId: 'ProjectId',
17465
- taskIds: 'TaskIds',
17466
17454
  };
17467
17455
  }
17468
17456
  static types() {
@@ -17474,11 +17462,11 @@ class GetBaselineResponseBodyData extends $tea.Model {
17474
17462
  baselineName: 'string',
17475
17463
  baselineType: 'string',
17476
17464
  enabled: 'boolean',
17465
+ nodeIds: { 'type': 'array', 'itemType': 'number' },
17477
17466
  overTimeSettings: { 'type': 'array', 'itemType': GetBaselineResponseBodyDataOverTimeSettings },
17478
17467
  owner: 'string',
17479
17468
  priority: 'number',
17480
17469
  projectId: 'number',
17481
- taskIds: { 'type': 'array', 'itemType': 'number' },
17482
17470
  };
17483
17471
  }
17484
17472
  }
@@ -26227,7 +26215,7 @@ class Client extends openapi_client_1.default {
26227
26215
  return await this.addMetaCollectionEntityWithOptions(request, runtime);
26228
26216
  }
26229
26217
  /**
26230
- * 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~~).
26218
+ * The ID of the DataWorks workspace. You can call the [ListProjects](~~178393~~) operation to query the ID.
26231
26219
  *
26232
26220
  * @param request AddProjectMemberToRoleRequest
26233
26221
  * @param runtime runtime options for this request RuntimeOptions
@@ -26265,7 +26253,7 @@ class Client extends openapi_client_1.default {
26265
26253
  return $tea.cast(await this.callApi(params, req, runtime), new AddProjectMemberToRoleResponse({}));
26266
26254
  }
26267
26255
  /**
26268
- * 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~~).
26256
+ * The ID of the DataWorks workspace. You can call the [ListProjects](~~178393~~) operation to query the ID.
26269
26257
  *
26270
26258
  * @param request AddProjectMemberToRoleRequest
26271
26259
  * @return AddProjectMemberToRoleResponse
@@ -27130,6 +27118,9 @@ class Client extends openapi_client_1.default {
27130
27118
  if (!tea_util_1.default.isUnset(request.fileType)) {
27131
27119
  body["FileType"] = request.fileType;
27132
27120
  }
27121
+ if (!tea_util_1.default.isUnset(request.ignoreParentSkipRunningProperty)) {
27122
+ body["IgnoreParentSkipRunningProperty"] = request.ignoreParentSkipRunningProperty;
27123
+ }
27133
27124
  if (!tea_util_1.default.isUnset(request.inputList)) {
27134
27125
  body["InputList"] = request.inputList;
27135
27126
  }
@@ -27480,7 +27471,8 @@ class Client extends openapi_client_1.default {
27480
27471
  return await this.createMetaCategoryWithOptions(request, runtime);
27481
27472
  }
27482
27473
  /**
27483
- * Collections are classified into various types. The names of collections of the same type must be different.
27474
+ * A category must belong to a data album.
27475
+ * You can create a category in a data album only after you create the data album. You can set the value of the parentQualifiedName parameter to the unique identifier of the data album to create the category.
27484
27476
  *
27485
27477
  * @param request CreateMetaCollectionRequest
27486
27478
  * @param runtime runtime options for this request RuntimeOptions
@@ -27518,7 +27510,8 @@ class Client extends openapi_client_1.default {
27518
27510
  return $tea.cast(await this.callApi(params, req, runtime), new CreateMetaCollectionResponse({}));
27519
27511
  }
27520
27512
  /**
27521
- * Collections are classified into various types. The names of collections of the same type must be different.
27513
+ * A category must belong to a data album.
27514
+ * You can create a category in a data album only after you create the data album. You can set the value of the parentQualifiedName parameter to the unique identifier of the data album to create the category.
27522
27515
  *
27523
27516
  * @param request CreateMetaCollectionRequest
27524
27517
  * @return CreateMetaCollectionResponse
@@ -28963,8 +28956,7 @@ class Client extends openapi_client_1.default {
28963
28956
  return await this.exportDataSourcesWithOptions(request, runtime);
28964
28957
  }
28965
28958
  /**
28966
- * 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.
28967
- * DataWorks allows you to create real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
28959
+ * The operation that you want to perform.
28968
28960
  *
28969
28961
  * @param request GenerateDISyncTaskConfigForCreatingRequest
28970
28962
  * @param runtime runtime options for this request RuntimeOptions
@@ -29002,8 +28994,7 @@ class Client extends openapi_client_1.default {
29002
28994
  return $tea.cast(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForCreatingResponse({}));
29003
28995
  }
29004
28996
  /**
29005
- * 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.
29006
- * DataWorks allows you to create real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
28997
+ * The operation that you want to perform.
29007
28998
  *
29008
28999
  * @param request GenerateDISyncTaskConfigForCreatingRequest
29009
29000
  * @return GenerateDISyncTaskConfigForCreatingResponse
@@ -29013,7 +29004,7 @@ class Client extends openapi_client_1.default {
29013
29004
  return await this.generateDISyncTaskConfigForCreatingWithOptions(request, runtime);
29014
29005
  }
29015
29006
  /**
29016
- * 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.
29007
+ * The operation that you want to perform.
29017
29008
  *
29018
29009
  * @param request GenerateDISyncTaskConfigForUpdatingRequest
29019
29010
  * @param runtime runtime options for this request RuntimeOptions
@@ -29054,7 +29045,7 @@ class Client extends openapi_client_1.default {
29054
29045
  return $tea.cast(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForUpdatingResponse({}));
29055
29046
  }
29056
29047
  /**
29057
- * 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.
29048
+ * The operation that you want to perform.
29058
29049
  *
29059
29050
  * @param request GenerateDISyncTaskConfigForUpdatingRequest
29060
29051
  * @return GenerateDISyncTaskConfigForUpdatingResponse
@@ -30250,7 +30241,8 @@ class Client extends openapi_client_1.default {
30250
30241
  return await this.getMetaColumnLineageWithOptions(request, runtime);
30251
30242
  }
30252
30243
  /**
30253
- * You can call this operation to query only the basic metadata information about a MaxCompute or E-MapReduce (EMR) compute engine instance.
30244
+ * The ID of the EMR cluster. This parameter is required only if you set the DataSourceType parameter to emr.
30245
+ * You can log on to the [EMR console](https://emr.console.aliyun.com/?spm=a2c4g.11186623.0.0.965cc5c2GeiHet#/cn-hangzhou) to obtain the ID of the EMR cluster.
30254
30246
  *
30255
30247
  * @param request GetMetaDBInfoRequest
30256
30248
  * @param runtime runtime options for this request RuntimeOptions
@@ -30276,7 +30268,8 @@ class Client extends openapi_client_1.default {
30276
30268
  return $tea.cast(await this.callApi(params, req, runtime), new GetMetaDBInfoResponse({}));
30277
30269
  }
30278
30270
  /**
30279
- * You can call this operation to query only the basic metadata information about a MaxCompute or E-MapReduce (EMR) compute engine instance.
30271
+ * The ID of the EMR cluster. This parameter is required only if you set the DataSourceType parameter to emr.
30272
+ * You can log on to the [EMR console](https://emr.console.aliyun.com/?spm=a2c4g.11186623.0.0.965cc5c2GeiHet#/cn-hangzhou) to obtain the ID of the EMR cluster.
30280
30273
  *
30281
30274
  * @param request GetMetaDBInfoRequest
30282
30275
  * @return GetMetaDBInfoResponse
@@ -30593,7 +30586,7 @@ class Client extends openapi_client_1.default {
30593
30586
  return await this.getMetaTableOutputWithOptions(request, runtime);
30594
30587
  }
30595
30588
  /**
30596
- * You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
30589
+ * The operation that you want to perform. Set the value to **GetMetaTablePartition**.
30597
30590
  *
30598
30591
  * @param tmpReq GetMetaTablePartitionRequest
30599
30592
  * @param runtime runtime options for this request RuntimeOptions
@@ -30648,7 +30641,7 @@ class Client extends openapi_client_1.default {
30648
30641
  return $tea.cast(await this.callApi(params, req, runtime), new GetMetaTablePartitionResponse({}));
30649
30642
  }
30650
30643
  /**
30651
- * You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
30644
+ * The operation that you want to perform. Set the value to **GetMetaTablePartition**.
30652
30645
  *
30653
30646
  * @param request GetMetaTablePartitionRequest
30654
30647
  * @return GetMetaTablePartitionResponse
@@ -31823,16 +31816,7 @@ class Client extends openapi_client_1.default {
31823
31816
  return await this.listDIProjectConfigWithOptions(request, runtime);
31824
31817
  }
31825
31818
  /**
31826
- * Supported DAG types:
31827
- * * MANUAL: the DAG for a manually triggered workflow.
31828
- * * SMOKE_TEST: the DAG for a smoke testing workflow.
31829
- * * SUPPLY_DATA: the DAG for a data backfill instance.
31830
- * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
31831
- * Supported DAG states:
31832
- * * CREATED: The DAG is created.
31833
- * * RUNNING: The DAG is running.
31834
- * * FAILURE: The DAG fails to run.
31835
- * * SUCCESS: The DAG successfully runs.
31819
+ * The operation that you want to perform. Set the value to **ListDags**.
31836
31820
  *
31837
31821
  * @param request ListDagsRequest
31838
31822
  * @param runtime runtime options for this request RuntimeOptions
@@ -31864,16 +31848,7 @@ class Client extends openapi_client_1.default {
31864
31848
  return $tea.cast(await this.callApi(params, req, runtime), new ListDagsResponse({}));
31865
31849
  }
31866
31850
  /**
31867
- * Supported DAG types:
31868
- * * MANUAL: the DAG for a manually triggered workflow.
31869
- * * SMOKE_TEST: the DAG for a smoke testing workflow.
31870
- * * SUPPLY_DATA: the DAG for a data backfill instance.
31871
- * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
31872
- * Supported DAG states:
31873
- * * CREATED: The DAG is created.
31874
- * * RUNNING: The DAG is running.
31875
- * * FAILURE: The DAG fails to run.
31876
- * * SUCCESS: The DAG successfully runs.
31851
+ * The operation that you want to perform. Set the value to **ListDags**.
31877
31852
  *
31878
31853
  * @param request ListDagsRequest
31879
31854
  * @return ListDagsResponse
@@ -32735,7 +32710,7 @@ class Client extends openapi_client_1.default {
32735
32710
  return await this.listMetaCollectionEntitiesWithOptions(request, runtime);
32736
32711
  }
32737
32712
  /**
32738
- * The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
32713
+ * You can configure only one of the Creator, Administrator, and Follower parameters.
32739
32714
  *
32740
32715
  * @param request ListMetaCollectionsRequest
32741
32716
  * @param runtime runtime options for this request RuntimeOptions
@@ -32788,7 +32763,7 @@ class Client extends openapi_client_1.default {
32788
32763
  return $tea.cast(await this.callApi(params, req, runtime), new ListMetaCollectionsResponse({}));
32789
32764
  }
32790
32765
  /**
32791
- * The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
32766
+ * You can configure only one of the Creator, Administrator, and Follower parameters.
32792
32767
  *
32793
32768
  * @param request ListMetaCollectionsRequest
32794
32769
  * @return ListMetaCollectionsResponse
@@ -33832,8 +33807,7 @@ class Client extends openapi_client_1.default {
33832
33807
  return await this.publishDataServiceApiWithOptions(request, runtime);
33833
33808
  }
33834
33809
  /**
33835
- * 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.
33836
- * DataWorks allows you to create or update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
33810
+ * The operation that you want to perform.
33837
33811
  *
33838
33812
  * @param request QueryDISyncTaskConfigProcessResultRequest
33839
33813
  * @param runtime runtime options for this request RuntimeOptions
@@ -33868,8 +33842,7 @@ class Client extends openapi_client_1.default {
33868
33842
  return $tea.cast(await this.callApi(params, req, runtime), new QueryDISyncTaskConfigProcessResultResponse({}));
33869
33843
  }
33870
33844
  /**
33871
- * 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.
33872
- * DataWorks allows you to create or update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
33845
+ * The operation that you want to perform.
33873
33846
  *
33874
33847
  * @param request QueryDISyncTaskConfigProcessResultRequest
33875
33848
  * @return QueryDISyncTaskConfigProcessResultResponse
@@ -33878,16 +33851,6 @@ class Client extends openapi_client_1.default {
33878
33851
  let runtime = new $Util.RuntimeOptions({});
33879
33852
  return await this.queryDISyncTaskConfigProcessResultWithOptions(request, runtime);
33880
33853
  }
33881
- /**
33882
- * * You must use FML statements to query information about the data modeling engine when you call this operation.
33883
- * * 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.
33884
- * 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.
33885
- * * A maximum of 1,000 entries can be returned each time you call the operation.
33886
- *
33887
- * @param request QueryPublicModelEngineRequest
33888
- * @param runtime runtime options for this request RuntimeOptions
33889
- * @return QueryPublicModelEngineResponse
33890
- */
33891
33854
  async queryPublicModelEngineWithOptions(request, runtime) {
33892
33855
  tea_util_1.default.validateModel(request);
33893
33856
  let body = {};
@@ -33913,15 +33876,6 @@ class Client extends openapi_client_1.default {
33913
33876
  });
33914
33877
  return $tea.cast(await this.callApi(params, req, runtime), new QueryPublicModelEngineResponse({}));
33915
33878
  }
33916
- /**
33917
- * * You must use FML statements to query information about the data modeling engine when you call this operation.
33918
- * * 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.
33919
- * 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.
33920
- * * A maximum of 1,000 entries can be returned each time you call the operation.
33921
- *
33922
- * @param request QueryPublicModelEngineRequest
33923
- * @return QueryPublicModelEngineResponse
33924
- */
33925
33879
  async queryPublicModelEngine(request) {
33926
33880
  let runtime = new $Util.RuntimeOptions({});
33927
33881
  return await this.queryPublicModelEngineWithOptions(request, runtime);
@@ -34179,6 +34133,9 @@ class Client extends openapi_client_1.default {
34179
34133
  if (!tea_util_1.default.isUnset(request.dagParameters)) {
34180
34134
  body["DagParameters"] = request.dagParameters;
34181
34135
  }
34136
+ if (!tea_util_1.default.isUnset(request.endBizDate)) {
34137
+ body["EndBizDate"] = request.endBizDate;
34138
+ }
34182
34139
  if (!tea_util_1.default.isUnset(request.excludeNodeIds)) {
34183
34140
  body["ExcludeNodeIds"] = request.excludeNodeIds;
34184
34141
  }
@@ -34200,6 +34157,9 @@ class Client extends openapi_client_1.default {
34200
34157
  if (!tea_util_1.default.isUnset(request.projectName)) {
34201
34158
  body["ProjectName"] = request.projectName;
34202
34159
  }
34160
+ if (!tea_util_1.default.isUnset(request.startBizDate)) {
34161
+ body["StartBizDate"] = request.startBizDate;
34162
+ }
34203
34163
  let req = new $OpenApi.OpenApiRequest({
34204
34164
  body: openapi_util_1.default.parseToMap(body),
34205
34165
  });
@@ -34355,7 +34315,7 @@ class Client extends openapi_client_1.default {
34355
34315
  return await this.scanSensitiveDataWithOptions(request, runtime);
34356
34316
  }
34357
34317
  /**
34358
- * You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine instance.
34318
+ * The operation that you want to perform. Set the value to **SearchMetaTables**.
34359
34319
  *
34360
34320
  * @param request SearchMetaTablesRequest
34361
34321
  * @param runtime runtime options for this request RuntimeOptions
@@ -34405,7 +34365,7 @@ class Client extends openapi_client_1.default {
34405
34365
  return $tea.cast(await this.callApi(params, req, runtime), new SearchMetaTablesResponse({}));
34406
34366
  }
34407
34367
  /**
34408
- * You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine instance.
34368
+ * The operation that you want to perform. Set the value to **SearchMetaTables**.
34409
34369
  *
34410
34370
  * @param request SearchMetaTablesRequest
34411
34371
  * @return SearchMetaTablesResponse
@@ -35123,7 +35083,7 @@ class Client extends openapi_client_1.default {
35123
35083
  return await this.updateConnectionWithOptions(request, runtime);
35124
35084
  }
35125
35085
  /**
35126
- * 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~~).
35086
+ * The operation that you want to perform. Set the value to **UpdateDIProjectConfig**.
35127
35087
  *
35128
35088
  * @param request UpdateDIProjectConfigRequest
35129
35089
  * @param runtime runtime options for this request RuntimeOptions
@@ -35161,7 +35121,7 @@ class Client extends openapi_client_1.default {
35161
35121
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateDIProjectConfigResponse({}));
35162
35122
  }
35163
35123
  /**
35164
- * 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~~).
35124
+ * The operation that you want to perform. Set the value to **UpdateDIProjectConfig**.
35165
35125
  *
35166
35126
  * @param request UpdateDIProjectConfigRequest
35167
35127
  * @return UpdateDIProjectConfigResponse
@@ -35366,6 +35326,9 @@ class Client extends openapi_client_1.default {
35366
35326
  if (!tea_util_1.default.isUnset(request.fileName)) {
35367
35327
  body["FileName"] = request.fileName;
35368
35328
  }
35329
+ if (!tea_util_1.default.isUnset(request.ignoreParentSkipRunningProperty)) {
35330
+ body["IgnoreParentSkipRunningProperty"] = request.ignoreParentSkipRunningProperty;
35331
+ }
35369
35332
  if (!tea_util_1.default.isUnset(request.inputList)) {
35370
35333
  body["InputList"] = request.inputList;
35371
35334
  }
@@ -35537,7 +35500,7 @@ class Client extends openapi_client_1.default {
35537
35500
  return await this.updateMetaCategoryWithOptions(request, runtime);
35538
35501
  }
35539
35502
  /**
35540
- * Only the name and comment of a collection can be updated.
35503
+ * You must configure at least one of the Name and Comment parameters when you update a collection.
35541
35504
  *
35542
35505
  * @param request UpdateMetaCollectionRequest
35543
35506
  * @param runtime runtime options for this request RuntimeOptions
@@ -35572,7 +35535,7 @@ class Client extends openapi_client_1.default {
35572
35535
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateMetaCollectionResponse({}));
35573
35536
  }
35574
35537
  /**
35575
- * Only the name and comment of a collection can be updated.
35538
+ * You must configure at least one of the Name and Comment parameters when you update a collection.
35576
35539
  *
35577
35540
  * @param request UpdateMetaCollectionRequest
35578
35541
  * @return UpdateMetaCollectionResponse