@alicloud/dataworks-public20200518 4.4.6 → 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',
@@ -1092,6 +1088,7 @@ class CreateDataServiceApiRequest extends $tea.Model {
1092
1088
  projectId: 'ProjectId',
1093
1089
  protocols: 'Protocols',
1094
1090
  registrationDetails: 'RegistrationDetails',
1091
+ requestContentType: 'RequestContentType',
1095
1092
  requestMethod: 'RequestMethod',
1096
1093
  resourceGroupId: 'ResourceGroupId',
1097
1094
  responseContentType: 'ResponseContentType',
@@ -1114,6 +1111,7 @@ class CreateDataServiceApiRequest extends $tea.Model {
1114
1111
  projectId: 'number',
1115
1112
  protocols: 'string',
1116
1113
  registrationDetails: 'string',
1114
+ requestContentType: 'number',
1117
1115
  requestMethod: 'number',
1118
1116
  resourceGroupId: 'number',
1119
1117
  responseContentType: 'number',
@@ -1516,6 +1514,7 @@ class CreateFileRequest extends $tea.Model {
1516
1514
  fileFolderPath: 'FileFolderPath',
1517
1515
  fileName: 'FileName',
1518
1516
  fileType: 'FileType',
1517
+ ignoreParentSkipRunningProperty: 'IgnoreParentSkipRunningProperty',
1519
1518
  inputList: 'InputList',
1520
1519
  inputParameters: 'InputParameters',
1521
1520
  outputParameters: 'OutputParameters',
@@ -1549,6 +1548,7 @@ class CreateFileRequest extends $tea.Model {
1549
1548
  fileFolderPath: 'string',
1550
1549
  fileName: 'string',
1551
1550
  fileType: 'number',
1551
+ ignoreParentSkipRunningProperty: 'boolean',
1552
1552
  inputList: 'string',
1553
1553
  inputParameters: 'string',
1554
1554
  outputParameters: 'string',
@@ -2862,8 +2862,6 @@ class DeleteBaselineResponseBody extends $tea.Model {
2862
2862
  static names() {
2863
2863
  return {
2864
2864
  data: 'Data',
2865
- dynamicErrorCode: 'DynamicErrorCode',
2866
- dynamicErrorMessage: 'DynamicErrorMessage',
2867
2865
  errorCode: 'ErrorCode',
2868
2866
  errorMessage: 'ErrorMessage',
2869
2867
  httpStatusCode: 'HttpStatusCode',
@@ -2874,8 +2872,6 @@ class DeleteBaselineResponseBody extends $tea.Model {
2874
2872
  static types() {
2875
2873
  return {
2876
2874
  data: 'boolean',
2877
- dynamicErrorCode: 'string',
2878
- dynamicErrorMessage: 'string',
2879
2875
  errorCode: 'string',
2880
2876
  errorMessage: 'string',
2881
2877
  httpStatusCode: 'number',
@@ -4702,8 +4698,6 @@ class GetBaselineResponseBody extends $tea.Model {
4702
4698
  static names() {
4703
4699
  return {
4704
4700
  data: 'Data',
4705
- dynamicErrorCode: 'DynamicErrorCode',
4706
- dynamicErrorMessage: 'DynamicErrorMessage',
4707
4701
  errorCode: 'ErrorCode',
4708
4702
  errorMessage: 'ErrorMessage',
4709
4703
  httpStatusCode: 'HttpStatusCode',
@@ -4714,8 +4708,6 @@ class GetBaselineResponseBody extends $tea.Model {
4714
4708
  static types() {
4715
4709
  return {
4716
4710
  data: GetBaselineResponseBodyData,
4717
- dynamicErrorCode: 'string',
4718
- dynamicErrorMessage: 'string',
4719
4711
  errorCode: 'string',
4720
4712
  errorMessage: 'string',
4721
4713
  httpStatusCode: 'number',
@@ -9414,8 +9406,6 @@ class ListBaselinesResponseBody extends $tea.Model {
9414
9406
  static names() {
9415
9407
  return {
9416
9408
  data: 'Data',
9417
- dynamicErrorCode: 'DynamicErrorCode',
9418
- dynamicErrorMessage: 'DynamicErrorMessage',
9419
9409
  errorCode: 'ErrorCode',
9420
9410
  errorMessage: 'ErrorMessage',
9421
9411
  httpStatusCode: 'HttpStatusCode',
@@ -9426,8 +9416,6 @@ class ListBaselinesResponseBody extends $tea.Model {
9426
9416
  static types() {
9427
9417
  return {
9428
9418
  data: ListBaselinesResponseBodyData,
9429
- dynamicErrorCode: 'string',
9430
- dynamicErrorMessage: 'string',
9431
9419
  errorCode: 'string',
9432
9420
  errorMessage: 'string',
9433
9421
  httpStatusCode: 'number',
@@ -13733,6 +13721,7 @@ class RunManualDagNodesRequest extends $tea.Model {
13733
13721
  return {
13734
13722
  bizDate: 'BizDate',
13735
13723
  dagParameters: 'DagParameters',
13724
+ endBizDate: 'EndBizDate',
13736
13725
  excludeNodeIds: 'ExcludeNodeIds',
13737
13726
  flowName: 'FlowName',
13738
13727
  includeNodeIds: 'IncludeNodeIds',
@@ -13740,12 +13729,14 @@ class RunManualDagNodesRequest extends $tea.Model {
13740
13729
  projectEnv: 'ProjectEnv',
13741
13730
  projectId: 'ProjectId',
13742
13731
  projectName: 'ProjectName',
13732
+ startBizDate: 'StartBizDate',
13743
13733
  };
13744
13734
  }
13745
13735
  static types() {
13746
13736
  return {
13747
13737
  bizDate: 'string',
13748
13738
  dagParameters: 'string',
13739
+ endBizDate: 'string',
13749
13740
  excludeNodeIds: 'string',
13750
13741
  flowName: 'string',
13751
13742
  includeNodeIds: 'string',
@@ -13753,6 +13744,7 @@ class RunManualDagNodesRequest extends $tea.Model {
13753
13744
  projectEnv: 'string',
13754
13745
  projectId: 'number',
13755
13746
  projectName: 'string',
13747
+ startBizDate: 'string',
13756
13748
  };
13757
13749
  }
13758
13750
  }
@@ -15208,8 +15200,6 @@ class UpdateBaselineResponseBody extends $tea.Model {
15208
15200
  static names() {
15209
15201
  return {
15210
15202
  data: 'Data',
15211
- dynamicErrorCode: 'DynamicErrorCode',
15212
- dynamicErrorMessage: 'DynamicErrorMessage',
15213
15203
  errorCode: 'ErrorCode',
15214
15204
  errorMessage: 'ErrorMessage',
15215
15205
  httpStatusCode: 'HttpStatusCode',
@@ -15220,8 +15210,6 @@ class UpdateBaselineResponseBody extends $tea.Model {
15220
15210
  static types() {
15221
15211
  return {
15222
15212
  data: 'boolean',
15223
- dynamicErrorCode: 'string',
15224
- dynamicErrorMessage: 'string',
15225
15213
  errorCode: 'string',
15226
15214
  errorMessage: 'string',
15227
15215
  httpStatusCode: 'number',
@@ -15688,6 +15676,7 @@ class UpdateFileRequest extends $tea.Model {
15688
15676
  fileFolderPath: 'FileFolderPath',
15689
15677
  fileId: 'FileId',
15690
15678
  fileName: 'FileName',
15679
+ ignoreParentSkipRunningProperty: 'IgnoreParentSkipRunningProperty',
15691
15680
  inputList: 'InputList',
15692
15681
  inputParameters: 'InputParameters',
15693
15682
  outputList: 'OutputList',
@@ -15721,6 +15710,7 @@ class UpdateFileRequest extends $tea.Model {
15721
15710
  fileFolderPath: 'string',
15722
15711
  fileId: 'number',
15723
15712
  fileName: 'string',
15713
+ ignoreParentSkipRunningProperty: 'boolean',
15724
15714
  inputList: 'string',
15725
15715
  inputParameters: 'string',
15726
15716
  outputList: 'string',
@@ -17456,11 +17446,11 @@ class GetBaselineResponseBodyData extends $tea.Model {
17456
17446
  baselineName: 'BaselineName',
17457
17447
  baselineType: 'BaselineType',
17458
17448
  enabled: 'Enabled',
17449
+ nodeIds: 'NodeIds',
17459
17450
  overTimeSettings: 'OverTimeSettings',
17460
17451
  owner: 'Owner',
17461
17452
  priority: 'Priority',
17462
17453
  projectId: 'ProjectId',
17463
- taskIds: 'TaskIds',
17464
17454
  };
17465
17455
  }
17466
17456
  static types() {
@@ -17472,11 +17462,11 @@ class GetBaselineResponseBodyData extends $tea.Model {
17472
17462
  baselineName: 'string',
17473
17463
  baselineType: 'string',
17474
17464
  enabled: 'boolean',
17465
+ nodeIds: { 'type': 'array', 'itemType': 'number' },
17475
17466
  overTimeSettings: { 'type': 'array', 'itemType': GetBaselineResponseBodyDataOverTimeSettings },
17476
17467
  owner: 'string',
17477
17468
  priority: 'number',
17478
17469
  projectId: 'number',
17479
- taskIds: { 'type': 'array', 'itemType': 'number' },
17480
17470
  };
17481
17471
  }
17482
17472
  }
@@ -26225,7 +26215,7 @@ class Client extends openapi_client_1.default {
26225
26215
  return await this.addMetaCollectionEntityWithOptions(request, runtime);
26226
26216
  }
26227
26217
  /**
26228
- * 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.
26229
26219
  *
26230
26220
  * @param request AddProjectMemberToRoleRequest
26231
26221
  * @param runtime runtime options for this request RuntimeOptions
@@ -26263,7 +26253,7 @@ class Client extends openapi_client_1.default {
26263
26253
  return $tea.cast(await this.callApi(params, req, runtime), new AddProjectMemberToRoleResponse({}));
26264
26254
  }
26265
26255
  /**
26266
- * 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.
26267
26257
  *
26268
26258
  * @param request AddProjectMemberToRoleRequest
26269
26259
  * @return AddProjectMemberToRoleResponse
@@ -26831,6 +26821,9 @@ class Client extends openapi_client_1.default {
26831
26821
  if (!tea_util_1.default.isUnset(request.registrationDetails)) {
26832
26822
  body["RegistrationDetails"] = request.registrationDetails;
26833
26823
  }
26824
+ if (!tea_util_1.default.isUnset(request.requestContentType)) {
26825
+ body["RequestContentType"] = request.requestContentType;
26826
+ }
26834
26827
  if (!tea_util_1.default.isUnset(request.requestMethod)) {
26835
26828
  body["RequestMethod"] = request.requestMethod;
26836
26829
  }
@@ -27125,6 +27118,9 @@ class Client extends openapi_client_1.default {
27125
27118
  if (!tea_util_1.default.isUnset(request.fileType)) {
27126
27119
  body["FileType"] = request.fileType;
27127
27120
  }
27121
+ if (!tea_util_1.default.isUnset(request.ignoreParentSkipRunningProperty)) {
27122
+ body["IgnoreParentSkipRunningProperty"] = request.ignoreParentSkipRunningProperty;
27123
+ }
27128
27124
  if (!tea_util_1.default.isUnset(request.inputList)) {
27129
27125
  body["InputList"] = request.inputList;
27130
27126
  }
@@ -27475,7 +27471,8 @@ class Client extends openapi_client_1.default {
27475
27471
  return await this.createMetaCategoryWithOptions(request, runtime);
27476
27472
  }
27477
27473
  /**
27478
- * 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.
27479
27476
  *
27480
27477
  * @param request CreateMetaCollectionRequest
27481
27478
  * @param runtime runtime options for this request RuntimeOptions
@@ -27513,7 +27510,8 @@ class Client extends openapi_client_1.default {
27513
27510
  return $tea.cast(await this.callApi(params, req, runtime), new CreateMetaCollectionResponse({}));
27514
27511
  }
27515
27512
  /**
27516
- * 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.
27517
27515
  *
27518
27516
  * @param request CreateMetaCollectionRequest
27519
27517
  * @return CreateMetaCollectionResponse
@@ -28958,8 +28956,7 @@ class Client extends openapi_client_1.default {
28958
28956
  return await this.exportDataSourcesWithOptions(request, runtime);
28959
28957
  }
28960
28958
  /**
28961
- * 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.
28962
- * 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.
28963
28960
  *
28964
28961
  * @param request GenerateDISyncTaskConfigForCreatingRequest
28965
28962
  * @param runtime runtime options for this request RuntimeOptions
@@ -28997,8 +28994,7 @@ class Client extends openapi_client_1.default {
28997
28994
  return $tea.cast(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForCreatingResponse({}));
28998
28995
  }
28999
28996
  /**
29000
- * 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.
29001
- * 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.
29002
28998
  *
29003
28999
  * @param request GenerateDISyncTaskConfigForCreatingRequest
29004
29000
  * @return GenerateDISyncTaskConfigForCreatingResponse
@@ -29008,7 +29004,7 @@ class Client extends openapi_client_1.default {
29008
29004
  return await this.generateDISyncTaskConfigForCreatingWithOptions(request, runtime);
29009
29005
  }
29010
29006
  /**
29011
- * 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.
29012
29008
  *
29013
29009
  * @param request GenerateDISyncTaskConfigForUpdatingRequest
29014
29010
  * @param runtime runtime options for this request RuntimeOptions
@@ -29049,7 +29045,7 @@ class Client extends openapi_client_1.default {
29049
29045
  return $tea.cast(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForUpdatingResponse({}));
29050
29046
  }
29051
29047
  /**
29052
- * 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.
29053
29049
  *
29054
29050
  * @param request GenerateDISyncTaskConfigForUpdatingRequest
29055
29051
  * @return GenerateDISyncTaskConfigForUpdatingResponse
@@ -30245,7 +30241,8 @@ class Client extends openapi_client_1.default {
30245
30241
  return await this.getMetaColumnLineageWithOptions(request, runtime);
30246
30242
  }
30247
30243
  /**
30248
- * 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.
30249
30246
  *
30250
30247
  * @param request GetMetaDBInfoRequest
30251
30248
  * @param runtime runtime options for this request RuntimeOptions
@@ -30271,7 +30268,8 @@ class Client extends openapi_client_1.default {
30271
30268
  return $tea.cast(await this.callApi(params, req, runtime), new GetMetaDBInfoResponse({}));
30272
30269
  }
30273
30270
  /**
30274
- * 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.
30275
30273
  *
30276
30274
  * @param request GetMetaDBInfoRequest
30277
30275
  * @return GetMetaDBInfoResponse
@@ -30588,7 +30586,7 @@ class Client extends openapi_client_1.default {
30588
30586
  return await this.getMetaTableOutputWithOptions(request, runtime);
30589
30587
  }
30590
30588
  /**
30591
- * 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**.
30592
30590
  *
30593
30591
  * @param tmpReq GetMetaTablePartitionRequest
30594
30592
  * @param runtime runtime options for this request RuntimeOptions
@@ -30643,7 +30641,7 @@ class Client extends openapi_client_1.default {
30643
30641
  return $tea.cast(await this.callApi(params, req, runtime), new GetMetaTablePartitionResponse({}));
30644
30642
  }
30645
30643
  /**
30646
- * 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**.
30647
30645
  *
30648
30646
  * @param request GetMetaTablePartitionRequest
30649
30647
  * @return GetMetaTablePartitionResponse
@@ -31818,16 +31816,7 @@ class Client extends openapi_client_1.default {
31818
31816
  return await this.listDIProjectConfigWithOptions(request, runtime);
31819
31817
  }
31820
31818
  /**
31821
- * Supported DAG types:
31822
- * * MANUAL: the DAG for a manually triggered workflow.
31823
- * * SMOKE_TEST: the DAG for a smoke testing workflow.
31824
- * * SUPPLY_DATA: the DAG for a data backfill instance.
31825
- * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
31826
- * Supported DAG states:
31827
- * * CREATED: The DAG is created.
31828
- * * RUNNING: The DAG is running.
31829
- * * FAILURE: The DAG fails to run.
31830
- * * SUCCESS: The DAG successfully runs.
31819
+ * The operation that you want to perform. Set the value to **ListDags**.
31831
31820
  *
31832
31821
  * @param request ListDagsRequest
31833
31822
  * @param runtime runtime options for this request RuntimeOptions
@@ -31859,16 +31848,7 @@ class Client extends openapi_client_1.default {
31859
31848
  return $tea.cast(await this.callApi(params, req, runtime), new ListDagsResponse({}));
31860
31849
  }
31861
31850
  /**
31862
- * Supported DAG types:
31863
- * * MANUAL: the DAG for a manually triggered workflow.
31864
- * * SMOKE_TEST: the DAG for a smoke testing workflow.
31865
- * * SUPPLY_DATA: the DAG for a data backfill instance.
31866
- * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
31867
- * Supported DAG states:
31868
- * * CREATED: The DAG is created.
31869
- * * RUNNING: The DAG is running.
31870
- * * FAILURE: The DAG fails to run.
31871
- * * SUCCESS: The DAG successfully runs.
31851
+ * The operation that you want to perform. Set the value to **ListDags**.
31872
31852
  *
31873
31853
  * @param request ListDagsRequest
31874
31854
  * @return ListDagsResponse
@@ -32730,7 +32710,7 @@ class Client extends openapi_client_1.default {
32730
32710
  return await this.listMetaCollectionEntitiesWithOptions(request, runtime);
32731
32711
  }
32732
32712
  /**
32733
- * 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.
32734
32714
  *
32735
32715
  * @param request ListMetaCollectionsRequest
32736
32716
  * @param runtime runtime options for this request RuntimeOptions
@@ -32783,7 +32763,7 @@ class Client extends openapi_client_1.default {
32783
32763
  return $tea.cast(await this.callApi(params, req, runtime), new ListMetaCollectionsResponse({}));
32784
32764
  }
32785
32765
  /**
32786
- * 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.
32787
32767
  *
32788
32768
  * @param request ListMetaCollectionsRequest
32789
32769
  * @return ListMetaCollectionsResponse
@@ -33827,8 +33807,7 @@ class Client extends openapi_client_1.default {
33827
33807
  return await this.publishDataServiceApiWithOptions(request, runtime);
33828
33808
  }
33829
33809
  /**
33830
- * 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.
33831
- * 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.
33832
33811
  *
33833
33812
  * @param request QueryDISyncTaskConfigProcessResultRequest
33834
33813
  * @param runtime runtime options for this request RuntimeOptions
@@ -33863,8 +33842,7 @@ class Client extends openapi_client_1.default {
33863
33842
  return $tea.cast(await this.callApi(params, req, runtime), new QueryDISyncTaskConfigProcessResultResponse({}));
33864
33843
  }
33865
33844
  /**
33866
- * 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.
33867
- * 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.
33868
33846
  *
33869
33847
  * @param request QueryDISyncTaskConfigProcessResultRequest
33870
33848
  * @return QueryDISyncTaskConfigProcessResultResponse
@@ -33873,16 +33851,6 @@ class Client extends openapi_client_1.default {
33873
33851
  let runtime = new $Util.RuntimeOptions({});
33874
33852
  return await this.queryDISyncTaskConfigProcessResultWithOptions(request, runtime);
33875
33853
  }
33876
- /**
33877
- * * You must use FML statements to query information about the data modeling engine when you call this operation.
33878
- * * 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.
33879
- * 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.
33880
- * * A maximum of 1,000 entries can be returned each time you call the operation.
33881
- *
33882
- * @param request QueryPublicModelEngineRequest
33883
- * @param runtime runtime options for this request RuntimeOptions
33884
- * @return QueryPublicModelEngineResponse
33885
- */
33886
33854
  async queryPublicModelEngineWithOptions(request, runtime) {
33887
33855
  tea_util_1.default.validateModel(request);
33888
33856
  let body = {};
@@ -33908,15 +33876,6 @@ class Client extends openapi_client_1.default {
33908
33876
  });
33909
33877
  return $tea.cast(await this.callApi(params, req, runtime), new QueryPublicModelEngineResponse({}));
33910
33878
  }
33911
- /**
33912
- * * You must use FML statements to query information about the data modeling engine when you call this operation.
33913
- * * 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.
33914
- * 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.
33915
- * * A maximum of 1,000 entries can be returned each time you call the operation.
33916
- *
33917
- * @param request QueryPublicModelEngineRequest
33918
- * @return QueryPublicModelEngineResponse
33919
- */
33920
33879
  async queryPublicModelEngine(request) {
33921
33880
  let runtime = new $Util.RuntimeOptions({});
33922
33881
  return await this.queryPublicModelEngineWithOptions(request, runtime);
@@ -34174,6 +34133,9 @@ class Client extends openapi_client_1.default {
34174
34133
  if (!tea_util_1.default.isUnset(request.dagParameters)) {
34175
34134
  body["DagParameters"] = request.dagParameters;
34176
34135
  }
34136
+ if (!tea_util_1.default.isUnset(request.endBizDate)) {
34137
+ body["EndBizDate"] = request.endBizDate;
34138
+ }
34177
34139
  if (!tea_util_1.default.isUnset(request.excludeNodeIds)) {
34178
34140
  body["ExcludeNodeIds"] = request.excludeNodeIds;
34179
34141
  }
@@ -34195,6 +34157,9 @@ class Client extends openapi_client_1.default {
34195
34157
  if (!tea_util_1.default.isUnset(request.projectName)) {
34196
34158
  body["ProjectName"] = request.projectName;
34197
34159
  }
34160
+ if (!tea_util_1.default.isUnset(request.startBizDate)) {
34161
+ body["StartBizDate"] = request.startBizDate;
34162
+ }
34198
34163
  let req = new $OpenApi.OpenApiRequest({
34199
34164
  body: openapi_util_1.default.parseToMap(body),
34200
34165
  });
@@ -34350,7 +34315,7 @@ class Client extends openapi_client_1.default {
34350
34315
  return await this.scanSensitiveDataWithOptions(request, runtime);
34351
34316
  }
34352
34317
  /**
34353
- * 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**.
34354
34319
  *
34355
34320
  * @param request SearchMetaTablesRequest
34356
34321
  * @param runtime runtime options for this request RuntimeOptions
@@ -34400,7 +34365,7 @@ class Client extends openapi_client_1.default {
34400
34365
  return $tea.cast(await this.callApi(params, req, runtime), new SearchMetaTablesResponse({}));
34401
34366
  }
34402
34367
  /**
34403
- * 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**.
34404
34369
  *
34405
34370
  * @param request SearchMetaTablesRequest
34406
34371
  * @return SearchMetaTablesResponse
@@ -35118,7 +35083,7 @@ class Client extends openapi_client_1.default {
35118
35083
  return await this.updateConnectionWithOptions(request, runtime);
35119
35084
  }
35120
35085
  /**
35121
- * 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**.
35122
35087
  *
35123
35088
  * @param request UpdateDIProjectConfigRequest
35124
35089
  * @param runtime runtime options for this request RuntimeOptions
@@ -35156,7 +35121,7 @@ class Client extends openapi_client_1.default {
35156
35121
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateDIProjectConfigResponse({}));
35157
35122
  }
35158
35123
  /**
35159
- * 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**.
35160
35125
  *
35161
35126
  * @param request UpdateDIProjectConfigRequest
35162
35127
  * @return UpdateDIProjectConfigResponse
@@ -35361,6 +35326,9 @@ class Client extends openapi_client_1.default {
35361
35326
  if (!tea_util_1.default.isUnset(request.fileName)) {
35362
35327
  body["FileName"] = request.fileName;
35363
35328
  }
35329
+ if (!tea_util_1.default.isUnset(request.ignoreParentSkipRunningProperty)) {
35330
+ body["IgnoreParentSkipRunningProperty"] = request.ignoreParentSkipRunningProperty;
35331
+ }
35364
35332
  if (!tea_util_1.default.isUnset(request.inputList)) {
35365
35333
  body["InputList"] = request.inputList;
35366
35334
  }
@@ -35532,7 +35500,7 @@ class Client extends openapi_client_1.default {
35532
35500
  return await this.updateMetaCategoryWithOptions(request, runtime);
35533
35501
  }
35534
35502
  /**
35535
- * 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.
35536
35504
  *
35537
35505
  * @param request UpdateMetaCollectionRequest
35538
35506
  * @param runtime runtime options for this request RuntimeOptions
@@ -35567,7 +35535,7 @@ class Client extends openapi_client_1.default {
35567
35535
  return $tea.cast(await this.callApi(params, req, runtime), new UpdateMetaCollectionResponse({}));
35568
35536
  }
35569
35537
  /**
35570
- * 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.
35571
35539
  *
35572
35540
  * @param request UpdateMetaCollectionRequest
35573
35541
  * @return UpdateMetaCollectionResponse