@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.d.ts CHANGED
@@ -764,8 +764,10 @@ export declare class CreateDataServiceApiRequest extends $tea.Model {
764
764
  protocols?: string;
765
765
  registrationDetails?: string;
766
766
  requestMethod?: number;
767
+ resourceGroupId?: number;
767
768
  responseContentType?: number;
768
769
  scriptDetails?: string;
770
+ sqlMode?: number;
769
771
  tenantId?: number;
770
772
  timeout?: number;
771
773
  visibleRange?: number;
@@ -9240,6 +9242,7 @@ export declare class ListTopicsResponse extends $tea.Model {
9240
9242
  export declare class MountDirectoryRequest extends $tea.Model {
9241
9243
  targetId?: string;
9242
9244
  targetType?: string;
9245
+ targetUserId?: string;
9243
9246
  static names(): {
9244
9247
  [key: string]: string;
9245
9248
  };
@@ -10300,6 +10303,52 @@ export declare class StopInstanceResponse extends $tea.Model {
10300
10303
  [key: string]: any;
10301
10304
  });
10302
10305
  }
10306
+ export declare class SubmitDataServiceApiRequest extends $tea.Model {
10307
+ apiId?: number;
10308
+ projectId?: number;
10309
+ tenantId?: number;
10310
+ static names(): {
10311
+ [key: string]: string;
10312
+ };
10313
+ static types(): {
10314
+ [key: string]: any;
10315
+ };
10316
+ constructor(map?: {
10317
+ [key: string]: any;
10318
+ });
10319
+ }
10320
+ export declare class SubmitDataServiceApiResponseBody extends $tea.Model {
10321
+ data?: boolean;
10322
+ errorCode?: string;
10323
+ httpStatusCode?: number;
10324
+ requestId?: string;
10325
+ success?: boolean;
10326
+ static names(): {
10327
+ [key: string]: string;
10328
+ };
10329
+ static types(): {
10330
+ [key: string]: any;
10331
+ };
10332
+ constructor(map?: {
10333
+ [key: string]: any;
10334
+ });
10335
+ }
10336
+ export declare class SubmitDataServiceApiResponse extends $tea.Model {
10337
+ headers: {
10338
+ [key: string]: string;
10339
+ };
10340
+ statusCode: number;
10341
+ body: SubmitDataServiceApiResponseBody;
10342
+ static names(): {
10343
+ [key: string]: string;
10344
+ };
10345
+ static types(): {
10346
+ [key: string]: any;
10347
+ };
10348
+ constructor(map?: {
10349
+ [key: string]: any;
10350
+ });
10351
+ }
10303
10352
  export declare class SubmitFileRequest extends $tea.Model {
10304
10353
  comment?: string;
10305
10354
  fileId?: number;
@@ -10615,6 +10664,7 @@ export declare class TopTenErrorTimesInstanceResponse extends $tea.Model {
10615
10664
  export declare class UmountDirectoryRequest extends $tea.Model {
10616
10665
  targetId?: string;
10617
10666
  targetType?: string;
10667
+ targetUserId?: string;
10618
10668
  static names(): {
10619
10669
  [key: string]: string;
10620
10670
  };
@@ -10936,6 +10986,7 @@ export declare class UpdateDataServiceApiRequest extends $tea.Model {
10936
10986
  protocols?: string;
10937
10987
  registrationDetails?: string;
10938
10988
  requestMethod?: number;
10989
+ resourceGroupId?: number;
10939
10990
  responseContentType?: number;
10940
10991
  scriptDetails?: string;
10941
10992
  tenantId?: number;
@@ -14042,6 +14093,7 @@ export declare class GetMetaTableIntroWikiResponseBodyData extends $tea.Model {
14042
14093
  }
14043
14094
  export declare class GetMetaTableLineageResponseBodyDataDataEntityList extends $tea.Model {
14044
14095
  createTimestamp?: number;
14096
+ databaseName?: string;
14045
14097
  tableGuid?: string;
14046
14098
  tableName?: string;
14047
14099
  static names(): {
@@ -14263,6 +14315,7 @@ export declare class GetNodeResponseBodyData extends $tea.Model {
14263
14315
  description?: string;
14264
14316
  dqcDescription?: string;
14265
14317
  dqcType?: number;
14318
+ fileType?: number;
14266
14319
  nodeId?: number;
14267
14320
  nodeName?: string;
14268
14321
  ownerId?: string;
@@ -14273,6 +14326,7 @@ export declare class GetNodeResponseBodyData extends $tea.Model {
14273
14326
  relatedFlowId?: number;
14274
14327
  repeatInterval?: number;
14275
14328
  repeatability?: string;
14329
+ resGroupIdentifier?: string;
14276
14330
  resGroupName?: string;
14277
14331
  schedulerType?: string;
14278
14332
  static names(): {
@@ -16592,6 +16646,7 @@ export declare class ListNodesResponseBodyDataNodes extends $tea.Model {
16592
16646
  description?: string;
16593
16647
  dqcDescription?: string;
16594
16648
  dqcType?: number;
16649
+ fileType?: number;
16595
16650
  nodeId?: number;
16596
16651
  nodeName?: string;
16597
16652
  ownerId?: string;
@@ -16602,6 +16657,7 @@ export declare class ListNodesResponseBodyDataNodes extends $tea.Model {
16602
16657
  relatedFlowId?: number;
16603
16658
  repeatInterval?: number;
16604
16659
  repeatability?: boolean;
16660
+ resGroupIdentifier?: string;
16605
16661
  resGroupName?: string;
16606
16662
  schedulerType?: string;
16607
16663
  static names(): {
@@ -17879,7 +17935,20 @@ export default class Client extends OpenApi {
17879
17935
  abolishDataServiceApi(request: AbolishDataServiceApiRequest): Promise<AbolishDataServiceApiResponse>;
17880
17936
  addMetaCollectionEntityWithOptions(request: AddMetaCollectionEntityRequest, runtime: $Util.RuntimeOptions): Promise<AddMetaCollectionEntityResponse>;
17881
17937
  addMetaCollectionEntity(request: AddMetaCollectionEntityRequest): Promise<AddMetaCollectionEntityResponse>;
17938
+ /**
17939
+ * 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~~).
17940
+ *
17941
+ * @param request AddProjectMemberToRoleRequest
17942
+ * @param runtime runtime options for this request RuntimeOptions
17943
+ * @return AddProjectMemberToRoleResponse
17944
+ */
17882
17945
  addProjectMemberToRoleWithOptions(request: AddProjectMemberToRoleRequest, runtime: $Util.RuntimeOptions): Promise<AddProjectMemberToRoleResponse>;
17946
+ /**
17947
+ * 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~~).
17948
+ *
17949
+ * @param request AddProjectMemberToRoleRequest
17950
+ * @return AddProjectMemberToRoleResponse
17951
+ */
17883
17952
  addProjectMemberToRole(request: AddProjectMemberToRoleRequest): Promise<AddProjectMemberToRoleResponse>;
17884
17953
  addToMetaCategoryWithOptions(request: AddToMetaCategoryRequest, runtime: $Util.RuntimeOptions): Promise<AddToMetaCategoryResponse>;
17885
17954
  addToMetaCategory(request: AddToMetaCategoryRequest): Promise<AddToMetaCategoryResponse>;
@@ -17912,7 +17981,20 @@ export default class Client extends OpenApi {
17912
17981
  * @return CreateConnectionResponse
17913
17982
  */
17914
17983
  createConnection(request: CreateConnectionRequest): Promise<CreateConnectionResponse>;
17984
+ /**
17985
+ * 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.
17986
+ *
17987
+ * @param request CreateDISyncTaskRequest
17988
+ * @param runtime runtime options for this request RuntimeOptions
17989
+ * @return CreateDISyncTaskResponse
17990
+ */
17915
17991
  createDISyncTaskWithOptions(request: CreateDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateDISyncTaskResponse>;
17992
+ /**
17993
+ * 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.
17994
+ *
17995
+ * @param request CreateDISyncTaskRequest
17996
+ * @return CreateDISyncTaskResponse
17997
+ */
17916
17998
  createDISyncTask(request: CreateDISyncTaskRequest): Promise<CreateDISyncTaskResponse>;
17917
17999
  /**
17918
18000
  * @deprecated
@@ -17960,7 +18042,48 @@ export default class Client extends OpenApi {
17960
18042
  createFile(request: CreateFileRequest): Promise<CreateFileResponse>;
17961
18043
  createFolderWithOptions(request: CreateFolderRequest, runtime: $Util.RuntimeOptions): Promise<CreateFolderResponse>;
17962
18044
  createFolder(request: CreateFolderRequest): Promise<CreateFolderResponse>;
18045
+ /**
18046
+ * The import package must be uploaded. Example of the upload method:
18047
+ * Config config = new Config();
18048
+ * config.setAccessKeyId(accessId);
18049
+ * config.setAccessKeySecret(accessKey);
18050
+ * config.setEndpoint(popEndpoint);
18051
+ * config.setRegionId(regionId);
18052
+ * Client client = new Client(config);
18053
+ * CreateImportMigrationAdvanceRequest request = new CreateImportMigrationAdvanceRequest();
18054
+ * request.setName("test_migration_api\\_" + System.currentTimeMillis());
18055
+ * request.setProjectId(123456L);
18056
+ * request.setPackageType("DATAWORKS_MODEL");
18057
+ * request.setPackageFileObject(new FileInputStream("/home/admin/Downloads/test.zip"));
18058
+ * RuntimeOptions runtime = new RuntimeOptions();
18059
+ * CreateImportMigrationResponse response = client.createImportMigrationAdvance(request, runtime);
18060
+ * ...
18061
+ *
18062
+ * @param request CreateImportMigrationRequest
18063
+ * @param runtime runtime options for this request RuntimeOptions
18064
+ * @return CreateImportMigrationResponse
18065
+ */
17963
18066
  createImportMigrationWithOptions(request: CreateImportMigrationRequest, runtime: $Util.RuntimeOptions): Promise<CreateImportMigrationResponse>;
18067
+ /**
18068
+ * The import package must be uploaded. Example of the upload method:
18069
+ * Config config = new Config();
18070
+ * config.setAccessKeyId(accessId);
18071
+ * config.setAccessKeySecret(accessKey);
18072
+ * config.setEndpoint(popEndpoint);
18073
+ * config.setRegionId(regionId);
18074
+ * Client client = new Client(config);
18075
+ * CreateImportMigrationAdvanceRequest request = new CreateImportMigrationAdvanceRequest();
18076
+ * request.setName("test_migration_api\\_" + System.currentTimeMillis());
18077
+ * request.setProjectId(123456L);
18078
+ * request.setPackageType("DATAWORKS_MODEL");
18079
+ * request.setPackageFileObject(new FileInputStream("/home/admin/Downloads/test.zip"));
18080
+ * RuntimeOptions runtime = new RuntimeOptions();
18081
+ * CreateImportMigrationResponse response = client.createImportMigrationAdvance(request, runtime);
18082
+ * ...
18083
+ *
18084
+ * @param request CreateImportMigrationRequest
18085
+ * @return CreateImportMigrationResponse
18086
+ */
17964
18087
  createImportMigration(request: CreateImportMigrationRequest): Promise<CreateImportMigrationResponse>;
17965
18088
  createImportMigrationAdvance(request: CreateImportMigrationAdvanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateImportMigrationResponse>;
17966
18089
  /**
@@ -17980,7 +18103,20 @@ export default class Client extends OpenApi {
17980
18103
  createManualDag(request: CreateManualDagRequest): Promise<CreateManualDagResponse>;
17981
18104
  createMetaCategoryWithOptions(request: CreateMetaCategoryRequest, runtime: $Util.RuntimeOptions): Promise<CreateMetaCategoryResponse>;
17982
18105
  createMetaCategory(request: CreateMetaCategoryRequest): Promise<CreateMetaCategoryResponse>;
18106
+ /**
18107
+ * Collections are classified into various types. The names of collections of the same type must be different.
18108
+ *
18109
+ * @param request CreateMetaCollectionRequest
18110
+ * @param runtime runtime options for this request RuntimeOptions
18111
+ * @return CreateMetaCollectionResponse
18112
+ */
17983
18113
  createMetaCollectionWithOptions(request: CreateMetaCollectionRequest, runtime: $Util.RuntimeOptions): Promise<CreateMetaCollectionResponse>;
18114
+ /**
18115
+ * Collections are classified into various types. The names of collections of the same type must be different.
18116
+ *
18117
+ * @param request CreateMetaCollectionRequest
18118
+ * @return CreateMetaCollectionResponse
18119
+ */
17984
18120
  createMetaCollection(request: CreateMetaCollectionRequest): Promise<CreateMetaCollectionResponse>;
17985
18121
  createPermissionApplyOrderWithOptions(request: CreatePermissionApplyOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreatePermissionApplyOrderResponse>;
17986
18122
  createPermissionApplyOrder(request: CreatePermissionApplyOrderRequest): Promise<CreatePermissionApplyOrderResponse>;
@@ -18047,7 +18183,20 @@ export default class Client extends OpenApi {
18047
18183
  deleteProjectMember(request: DeleteProjectMemberRequest): Promise<DeleteProjectMemberResponse>;
18048
18184
  deleteQualityEntityWithOptions(request: DeleteQualityEntityRequest, runtime: $Util.RuntimeOptions): Promise<DeleteQualityEntityResponse>;
18049
18185
  deleteQualityEntity(request: DeleteQualityEntityRequest): Promise<DeleteQualityEntityResponse>;
18186
+ /**
18187
+ * 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~~).
18188
+ *
18189
+ * @param request DeleteQualityFollowerRequest
18190
+ * @param runtime runtime options for this request RuntimeOptions
18191
+ * @return DeleteQualityFollowerResponse
18192
+ */
18050
18193
  deleteQualityFollowerWithOptions(request: DeleteQualityFollowerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteQualityFollowerResponse>;
18194
+ /**
18195
+ * 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~~).
18196
+ *
18197
+ * @param request DeleteQualityFollowerRequest
18198
+ * @return DeleteQualityFollowerResponse
18199
+ */
18051
18200
  deleteQualityFollower(request: DeleteQualityFollowerRequest): Promise<DeleteQualityFollowerResponse>;
18052
18201
  deleteQualityRelativeNodeWithOptions(request: DeleteQualityRelativeNodeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteQualityRelativeNodeResponse>;
18053
18202
  deleteQualityRelativeNode(request: DeleteQualityRelativeNodeRequest): Promise<DeleteQualityRelativeNodeResponse>;
@@ -18071,9 +18220,37 @@ export default class Client extends OpenApi {
18071
18220
  establishRelationTableToBusiness(request: EstablishRelationTableToBusinessRequest): Promise<EstablishRelationTableToBusinessResponse>;
18072
18221
  exportDataSourcesWithOptions(request: ExportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ExportDataSourcesResponse>;
18073
18222
  exportDataSources(request: ExportDataSourcesRequest): Promise<ExportDataSourcesResponse>;
18223
+ /**
18224
+ * 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.
18225
+ * DataWorks allows you to create real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
18226
+ *
18227
+ * @param request GenerateDISyncTaskConfigForCreatingRequest
18228
+ * @param runtime runtime options for this request RuntimeOptions
18229
+ * @return GenerateDISyncTaskConfigForCreatingResponse
18230
+ */
18074
18231
  generateDISyncTaskConfigForCreatingWithOptions(request: GenerateDISyncTaskConfigForCreatingRequest, runtime: $Util.RuntimeOptions): Promise<GenerateDISyncTaskConfigForCreatingResponse>;
18232
+ /**
18233
+ * 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.
18234
+ * DataWorks allows you to create real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
18235
+ *
18236
+ * @param request GenerateDISyncTaskConfigForCreatingRequest
18237
+ * @return GenerateDISyncTaskConfigForCreatingResponse
18238
+ */
18075
18239
  generateDISyncTaskConfigForCreating(request: GenerateDISyncTaskConfigForCreatingRequest): Promise<GenerateDISyncTaskConfigForCreatingResponse>;
18240
+ /**
18241
+ * 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.
18242
+ *
18243
+ * @param request GenerateDISyncTaskConfigForUpdatingRequest
18244
+ * @param runtime runtime options for this request RuntimeOptions
18245
+ * @return GenerateDISyncTaskConfigForUpdatingResponse
18246
+ */
18076
18247
  generateDISyncTaskConfigForUpdatingWithOptions(request: GenerateDISyncTaskConfigForUpdatingRequest, runtime: $Util.RuntimeOptions): Promise<GenerateDISyncTaskConfigForUpdatingResponse>;
18248
+ /**
18249
+ * 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.
18250
+ *
18251
+ * @param request GenerateDISyncTaskConfigForUpdatingRequest
18252
+ * @return GenerateDISyncTaskConfigForUpdatingResponse
18253
+ */
18077
18254
  generateDISyncTaskConfigForUpdating(request: GenerateDISyncTaskConfigForUpdatingRequest): Promise<GenerateDISyncTaskConfigForUpdatingResponse>;
18078
18255
  getBaselineWithOptions(request: GetBaselineRequest, runtime: $Util.RuntimeOptions): Promise<GetBaselineResponse>;
18079
18256
  getBaseline(request: GetBaselineRequest): Promise<GetBaselineResponse>;
@@ -18091,7 +18268,38 @@ export default class Client extends OpenApi {
18091
18268
  getDISyncInstanceInfo(request: GetDISyncInstanceInfoRequest): Promise<GetDISyncInstanceInfoResponse>;
18092
18269
  getDISyncTaskWithOptions(request: GetDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<GetDISyncTaskResponse>;
18093
18270
  getDISyncTask(request: GetDISyncTaskRequest): Promise<GetDISyncTaskResponse>;
18271
+ /**
18272
+ * Supported DAG types:
18273
+ * * MANUAL: the DAG for a manually triggered workflow.
18274
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
18275
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
18276
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
18277
+ * Supported DAG states:
18278
+ * * CREATED: The DAG is created.
18279
+ * * RUNNING: The DAG is running.
18280
+ * * FAILURE: The DAG fails to run.
18281
+ * * SUCCESS: The DAG successfully runs.
18282
+ *
18283
+ * @param request GetDagRequest
18284
+ * @param runtime runtime options for this request RuntimeOptions
18285
+ * @return GetDagResponse
18286
+ */
18094
18287
  getDagWithOptions(request: GetDagRequest, runtime: $Util.RuntimeOptions): Promise<GetDagResponse>;
18288
+ /**
18289
+ * Supported DAG types:
18290
+ * * MANUAL: the DAG for a manually triggered workflow.
18291
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
18292
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
18293
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
18294
+ * Supported DAG states:
18295
+ * * CREATED: The DAG is created.
18296
+ * * RUNNING: The DAG is running.
18297
+ * * FAILURE: The DAG fails to run.
18298
+ * * SUCCESS: The DAG successfully runs.
18299
+ *
18300
+ * @param request GetDagRequest
18301
+ * @return GetDagResponse
18302
+ */
18095
18303
  getDag(request: GetDagRequest): Promise<GetDagResponse>;
18096
18304
  getDataServiceApiWithOptions(request: GetDataServiceApiRequest, runtime: $Util.RuntimeOptions): Promise<GetDataServiceApiResponse>;
18097
18305
  getDataServiceApi(request: GetDataServiceApiRequest): Promise<GetDataServiceApiResponse>;
@@ -18168,7 +18376,20 @@ export default class Client extends OpenApi {
18168
18376
  * @return GetInstanceErrorRankResponse
18169
18377
  */
18170
18378
  getInstanceErrorRank(request: GetInstanceErrorRankRequest): Promise<GetInstanceErrorRankResponse>;
18379
+ /**
18380
+ * You may not obtain the instance logs that were generated more than seven days ago.
18381
+ *
18382
+ * @param request GetInstanceLogRequest
18383
+ * @param runtime runtime options for this request RuntimeOptions
18384
+ * @return GetInstanceLogResponse
18385
+ */
18171
18386
  getInstanceLogWithOptions(request: GetInstanceLogRequest, runtime: $Util.RuntimeOptions): Promise<GetInstanceLogResponse>;
18387
+ /**
18388
+ * You may not obtain the instance logs that were generated more than seven days ago.
18389
+ *
18390
+ * @param request GetInstanceLogRequest
18391
+ * @return GetInstanceLogResponse
18392
+ */
18172
18393
  getInstanceLog(request: GetInstanceLogRequest): Promise<GetInstanceLogResponse>;
18173
18394
  /**
18174
18395
  * @deprecated
@@ -18208,7 +18429,20 @@ export default class Client extends OpenApi {
18208
18429
  getMetaCollectionDetail(request: GetMetaCollectionDetailRequest): Promise<GetMetaCollectionDetailResponse>;
18209
18430
  getMetaColumnLineageWithOptions(request: GetMetaColumnLineageRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaColumnLineageResponse>;
18210
18431
  getMetaColumnLineage(request: GetMetaColumnLineageRequest): Promise<GetMetaColumnLineageResponse>;
18432
+ /**
18433
+ * You can call this operation to query only the basic metadata information about a MaxCompute or E-MapReduce (EMR) compute engine instance.
18434
+ *
18435
+ * @param request GetMetaDBInfoRequest
18436
+ * @param runtime runtime options for this request RuntimeOptions
18437
+ * @return GetMetaDBInfoResponse
18438
+ */
18211
18439
  getMetaDBInfoWithOptions(request: GetMetaDBInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaDBInfoResponse>;
18440
+ /**
18441
+ * You can call this operation to query only the basic metadata information about a MaxCompute or E-MapReduce (EMR) compute engine instance.
18442
+ *
18443
+ * @param request GetMetaDBInfoRequest
18444
+ * @return GetMetaDBInfoResponse
18445
+ */
18212
18446
  getMetaDBInfo(request: GetMetaDBInfoRequest): Promise<GetMetaDBInfoResponse>;
18213
18447
  getMetaDBTableListWithOptions(request: GetMetaDBTableListRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaDBTableListResponse>;
18214
18448
  getMetaDBTableList(request: GetMetaDBTableListRequest): Promise<GetMetaDBTableListResponse>;
@@ -18241,7 +18475,20 @@ export default class Client extends OpenApi {
18241
18475
  getMetaTableListByCategory(request: GetMetaTableListByCategoryRequest): Promise<GetMetaTableListByCategoryResponse>;
18242
18476
  getMetaTableOutputWithOptions(request: GetMetaTableOutputRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableOutputResponse>;
18243
18477
  getMetaTableOutput(request: GetMetaTableOutputRequest): Promise<GetMetaTableOutputResponse>;
18478
+ /**
18479
+ * You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
18480
+ *
18481
+ * @param tmpReq GetMetaTablePartitionRequest
18482
+ * @param runtime runtime options for this request RuntimeOptions
18483
+ * @return GetMetaTablePartitionResponse
18484
+ */
18244
18485
  getMetaTablePartitionWithOptions(tmpReq: GetMetaTablePartitionRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTablePartitionResponse>;
18486
+ /**
18487
+ * You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
18488
+ *
18489
+ * @param request GetMetaTablePartitionRequest
18490
+ * @return GetMetaTablePartitionResponse
18491
+ */
18245
18492
  getMetaTablePartition(request: GetMetaTablePartitionRequest): Promise<GetMetaTablePartitionResponse>;
18246
18493
  getMetaTableProducingTasksWithOptions(request: GetMetaTableProducingTasksRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableProducingTasksResponse>;
18247
18494
  getMetaTableProducingTasks(request: GetMetaTableProducingTasksRequest): Promise<GetMetaTableProducingTasksResponse>;
@@ -18356,7 +18603,24 @@ export default class Client extends OpenApi {
18356
18603
  getTopic(request: GetTopicRequest): Promise<GetTopicResponse>;
18357
18604
  getTopicInfluenceWithOptions(request: GetTopicInfluenceRequest, runtime: $Util.RuntimeOptions): Promise<GetTopicInfluenceResponse>;
18358
18605
  getTopicInfluence(request: GetTopicInfluenceRequest): Promise<GetTopicInfluenceResponse>;
18606
+ /**
18607
+ * You can import self-managed data sources or data sources that are exported from other Dataworks workspaces to a specified DataWorks workspace.
18608
+ * * 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~~).
18609
+ * * For more information about how to export data sources from DataWorks workspaces to on-premises devices, see [ExportDataSources](~~279570~~).
18610
+ *
18611
+ * @param request ImportDataSourcesRequest
18612
+ * @param runtime runtime options for this request RuntimeOptions
18613
+ * @return ImportDataSourcesResponse
18614
+ */
18359
18615
  importDataSourcesWithOptions(request: ImportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ImportDataSourcesResponse>;
18616
+ /**
18617
+ * You can import self-managed data sources or data sources that are exported from other Dataworks workspaces to a specified DataWorks workspace.
18618
+ * * 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~~).
18619
+ * * For more information about how to export data sources from DataWorks workspaces to on-premises devices, see [ExportDataSources](~~279570~~).
18620
+ *
18621
+ * @param request ImportDataSourcesRequest
18622
+ * @return ImportDataSourcesResponse
18623
+ */
18360
18624
  importDataSources(request: ImportDataSourcesRequest): Promise<ImportDataSourcesResponse>;
18361
18625
  listAlertMessagesWithOptions(request: ListAlertMessagesRequest, runtime: $Util.RuntimeOptions): Promise<ListAlertMessagesResponse>;
18362
18626
  listAlertMessages(request: ListAlertMessagesRequest): Promise<ListAlertMessagesResponse>;
@@ -18385,9 +18649,53 @@ export default class Client extends OpenApi {
18385
18649
  * @return ListConnectionsResponse
18386
18650
  */
18387
18651
  listConnections(request: ListConnectionsRequest): Promise<ListConnectionsResponse>;
18652
+ /**
18653
+ * 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~~).
18654
+ *
18655
+ * @param request ListDIProjectConfigRequest
18656
+ * @param runtime runtime options for this request RuntimeOptions
18657
+ * @return ListDIProjectConfigResponse
18658
+ */
18388
18659
  listDIProjectConfigWithOptions(request: ListDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListDIProjectConfigResponse>;
18660
+ /**
18661
+ * 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~~).
18662
+ *
18663
+ * @param request ListDIProjectConfigRequest
18664
+ * @return ListDIProjectConfigResponse
18665
+ */
18389
18666
  listDIProjectConfig(request: ListDIProjectConfigRequest): Promise<ListDIProjectConfigResponse>;
18667
+ /**
18668
+ * Supported DAG types:
18669
+ * * MANUAL: the DAG for a manually triggered workflow.
18670
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
18671
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
18672
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
18673
+ * Supported DAG states:
18674
+ * * CREATED: The DAG is created.
18675
+ * * RUNNING: The DAG is running.
18676
+ * * FAILURE: The DAG fails to run.
18677
+ * * SUCCESS: The DAG successfully runs.
18678
+ *
18679
+ * @param request ListDagsRequest
18680
+ * @param runtime runtime options for this request RuntimeOptions
18681
+ * @return ListDagsResponse
18682
+ */
18390
18683
  listDagsWithOptions(request: ListDagsRequest, runtime: $Util.RuntimeOptions): Promise<ListDagsResponse>;
18684
+ /**
18685
+ * Supported DAG types:
18686
+ * * MANUAL: the DAG for a manually triggered workflow.
18687
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
18688
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
18689
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
18690
+ * Supported DAG states:
18691
+ * * CREATED: The DAG is created.
18692
+ * * RUNNING: The DAG is running.
18693
+ * * FAILURE: The DAG fails to run.
18694
+ * * SUCCESS: The DAG successfully runs.
18695
+ *
18696
+ * @param request ListDagsRequest
18697
+ * @return ListDagsResponse
18698
+ */
18391
18699
  listDags(request: ListDagsRequest): Promise<ListDagsResponse>;
18392
18700
  listDataServiceApiAuthoritiesWithOptions(request: ListDataServiceApiAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApiAuthoritiesResponse>;
18393
18701
  listDataServiceApiAuthorities(request: ListDataServiceApiAuthoritiesRequest): Promise<ListDataServiceApiAuthoritiesResponse>;
@@ -18433,7 +18741,20 @@ export default class Client extends OpenApi {
18433
18741
  listManualDagInstances(request: ListManualDagInstancesRequest): Promise<ListManualDagInstancesResponse>;
18434
18742
  listMetaCollectionEntitiesWithOptions(request: ListMetaCollectionEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaCollectionEntitiesResponse>;
18435
18743
  listMetaCollectionEntities(request: ListMetaCollectionEntitiesRequest): Promise<ListMetaCollectionEntitiesResponse>;
18744
+ /**
18745
+ * The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
18746
+ *
18747
+ * @param request ListMetaCollectionsRequest
18748
+ * @param runtime runtime options for this request RuntimeOptions
18749
+ * @return ListMetaCollectionsResponse
18750
+ */
18436
18751
  listMetaCollectionsWithOptions(request: ListMetaCollectionsRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaCollectionsResponse>;
18752
+ /**
18753
+ * The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
18754
+ *
18755
+ * @param request ListMetaCollectionsRequest
18756
+ * @return ListMetaCollectionsResponse
18757
+ */
18437
18758
  listMetaCollections(request: ListMetaCollectionsRequest): Promise<ListMetaCollectionsResponse>;
18438
18759
  listMetaDBWithOptions(request: ListMetaDBRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaDBResponse>;
18439
18760
  listMetaDB(request: ListMetaDBRequest): Promise<ListMetaDBResponse>;
@@ -18479,7 +18800,20 @@ export default class Client extends OpenApi {
18479
18800
  * @return ListProgramTypeCountResponse
18480
18801
  */
18481
18802
  listProgramTypeCount(request: ListProgramTypeCountRequest): Promise<ListProgramTypeCountResponse>;
18803
+ /**
18804
+ * 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~~).
18805
+ *
18806
+ * @param request ListProjectIdsRequest
18807
+ * @param runtime runtime options for this request RuntimeOptions
18808
+ * @return ListProjectIdsResponse
18809
+ */
18482
18810
  listProjectIdsWithOptions(request: ListProjectIdsRequest, runtime: $Util.RuntimeOptions): Promise<ListProjectIdsResponse>;
18811
+ /**
18812
+ * 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~~).
18813
+ *
18814
+ * @param request ListProjectIdsRequest
18815
+ * @return ListProjectIdsResponse
18816
+ */
18483
18817
  listProjectIds(request: ListProjectIdsRequest): Promise<ListProjectIdsResponse>;
18484
18818
  listProjectMembersWithOptions(request: ListProjectMembersRequest, runtime: $Util.RuntimeOptions): Promise<ListProjectMembersResponse>;
18485
18819
  listProjectMembers(request: ListProjectMembersRequest): Promise<ListProjectMembersResponse>;
@@ -18530,9 +18864,43 @@ export default class Client extends OpenApi {
18530
18864
  offlineNode(request: OfflineNodeRequest): Promise<OfflineNodeResponse>;
18531
18865
  publishDataServiceApiWithOptions(request: PublishDataServiceApiRequest, runtime: $Util.RuntimeOptions): Promise<PublishDataServiceApiResponse>;
18532
18866
  publishDataServiceApi(request: PublishDataServiceApiRequest): Promise<PublishDataServiceApiResponse>;
18867
+ /**
18868
+ * 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.
18869
+ * DataWorks allows you to create or update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
18870
+ *
18871
+ * @param request QueryDISyncTaskConfigProcessResultRequest
18872
+ * @param runtime runtime options for this request RuntimeOptions
18873
+ * @return QueryDISyncTaskConfigProcessResultResponse
18874
+ */
18533
18875
  queryDISyncTaskConfigProcessResultWithOptions(request: QueryDISyncTaskConfigProcessResultRequest, runtime: $Util.RuntimeOptions): Promise<QueryDISyncTaskConfigProcessResultResponse>;
18876
+ /**
18877
+ * 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.
18878
+ * DataWorks allows you to create or update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
18879
+ *
18880
+ * @param request QueryDISyncTaskConfigProcessResultRequest
18881
+ * @return QueryDISyncTaskConfigProcessResultResponse
18882
+ */
18534
18883
  queryDISyncTaskConfigProcessResult(request: QueryDISyncTaskConfigProcessResultRequest): Promise<QueryDISyncTaskConfigProcessResultResponse>;
18884
+ /**
18885
+ * * You must use FML statements to query information about the data modeling engine when you call this operation.
18886
+ * * 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.
18887
+ * 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.
18888
+ * * A maximum of 1,000 entries can be returned each time you call the operation.
18889
+ *
18890
+ * @param request QueryPublicModelEngineRequest
18891
+ * @param runtime runtime options for this request RuntimeOptions
18892
+ * @return QueryPublicModelEngineResponse
18893
+ */
18535
18894
  queryPublicModelEngineWithOptions(request: QueryPublicModelEngineRequest, runtime: $Util.RuntimeOptions): Promise<QueryPublicModelEngineResponse>;
18895
+ /**
18896
+ * * You must use FML statements to query information about the data modeling engine when you call this operation.
18897
+ * * 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.
18898
+ * 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.
18899
+ * * A maximum of 1,000 entries can be returned each time you call the operation.
18900
+ *
18901
+ * @param request QueryPublicModelEngineRequest
18902
+ * @return QueryPublicModelEngineResponse
18903
+ */
18536
18904
  queryPublicModelEngine(request: QueryPublicModelEngineRequest): Promise<QueryPublicModelEngineResponse>;
18537
18905
  removeProjectMemberFromRoleWithOptions(request: RemoveProjectMemberFromRoleRequest, runtime: $Util.RuntimeOptions): Promise<RemoveProjectMemberFromRoleResponse>;
18538
18906
  removeProjectMemberFromRole(request: RemoveProjectMemberFromRoleRequest): Promise<RemoveProjectMemberFromRoleResponse>;
@@ -18544,7 +18912,20 @@ export default class Client extends OpenApi {
18544
18912
  revokeColumnPermission(request: RevokeColumnPermissionRequest): Promise<RevokeColumnPermissionResponse>;
18545
18913
  revokeTablePermissionWithOptions(request: RevokeTablePermissionRequest, runtime: $Util.RuntimeOptions): Promise<RevokeTablePermissionResponse>;
18546
18914
  revokeTablePermission(request: RevokeTablePermissionRequest): Promise<RevokeTablePermissionResponse>;
18915
+ /**
18916
+ * For more information about data backfill, see [Backfill data](~~137937~~).
18917
+ *
18918
+ * @param request RunCycleDagNodesRequest
18919
+ * @param runtime runtime options for this request RuntimeOptions
18920
+ * @return RunCycleDagNodesResponse
18921
+ */
18547
18922
  runCycleDagNodesWithOptions(request: RunCycleDagNodesRequest, runtime: $Util.RuntimeOptions): Promise<RunCycleDagNodesResponse>;
18923
+ /**
18924
+ * For more information about data backfill, see [Backfill data](~~137937~~).
18925
+ *
18926
+ * @param request RunCycleDagNodesRequest
18927
+ * @return RunCycleDagNodesResponse
18928
+ */
18548
18929
  runCycleDagNodes(request: RunCycleDagNodesRequest): Promise<RunCycleDagNodesResponse>;
18549
18930
  runManualDagNodesWithOptions(request: RunManualDagNodesRequest, runtime: $Util.RuntimeOptions): Promise<RunManualDagNodesResponse>;
18550
18931
  runManualDagNodes(request: RunManualDagNodesRequest): Promise<RunManualDagNodesResponse>;
@@ -18554,7 +18935,20 @@ export default class Client extends OpenApi {
18554
18935
  runTriggerNode(request: RunTriggerNodeRequest): Promise<RunTriggerNodeResponse>;
18555
18936
  scanSensitiveDataWithOptions(request: ScanSensitiveDataRequest, runtime: $Util.RuntimeOptions): Promise<ScanSensitiveDataResponse>;
18556
18937
  scanSensitiveData(request: ScanSensitiveDataRequest): Promise<ScanSensitiveDataResponse>;
18938
+ /**
18939
+ * You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine instance.
18940
+ *
18941
+ * @param request SearchMetaTablesRequest
18942
+ * @param runtime runtime options for this request RuntimeOptions
18943
+ * @return SearchMetaTablesResponse
18944
+ */
18557
18945
  searchMetaTablesWithOptions(request: SearchMetaTablesRequest, runtime: $Util.RuntimeOptions): Promise<SearchMetaTablesResponse>;
18946
+ /**
18947
+ * You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine instance.
18948
+ *
18949
+ * @param request SearchMetaTablesRequest
18950
+ * @return SearchMetaTablesResponse
18951
+ */
18558
18952
  searchMetaTables(request: SearchMetaTablesRequest): Promise<SearchMetaTablesResponse>;
18559
18953
  /**
18560
18954
  * @deprecated
@@ -18596,6 +18990,8 @@ export default class Client extends OpenApi {
18596
18990
  stopDISyncInstance(request: StopDISyncInstanceRequest): Promise<StopDISyncInstanceResponse>;
18597
18991
  stopInstanceWithOptions(request: StopInstanceRequest, runtime: $Util.RuntimeOptions): Promise<StopInstanceResponse>;
18598
18992
  stopInstance(request: StopInstanceRequest): Promise<StopInstanceResponse>;
18993
+ submitDataServiceApiWithOptions(request: SubmitDataServiceApiRequest, runtime: $Util.RuntimeOptions): Promise<SubmitDataServiceApiResponse>;
18994
+ submitDataServiceApi(request: SubmitDataServiceApiRequest): Promise<SubmitDataServiceApiResponse>;
18599
18995
  submitFileWithOptions(request: SubmitFileRequest, runtime: $Util.RuntimeOptions): Promise<SubmitFileResponse>;
18600
18996
  submitFile(request: SubmitFileRequest): Promise<SubmitFileResponse>;
18601
18997
  suspendInstanceWithOptions(request: SuspendInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SuspendInstanceResponse>;
@@ -18631,7 +19027,20 @@ export default class Client extends OpenApi {
18631
19027
  * @return UpdateConnectionResponse
18632
19028
  */
18633
19029
  updateConnection(request: UpdateConnectionRequest): Promise<UpdateConnectionResponse>;
19030
+ /**
19031
+ * 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~~).
19032
+ *
19033
+ * @param request UpdateDIProjectConfigRequest
19034
+ * @param runtime runtime options for this request RuntimeOptions
19035
+ * @return UpdateDIProjectConfigResponse
19036
+ */
18634
19037
  updateDIProjectConfigWithOptions(request: UpdateDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDIProjectConfigResponse>;
19038
+ /**
19039
+ * 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~~).
19040
+ *
19041
+ * @param request UpdateDIProjectConfigRequest
19042
+ * @return UpdateDIProjectConfigResponse
19043
+ */
18635
19044
  updateDIProjectConfig(request: UpdateDIProjectConfigRequest): Promise<UpdateDIProjectConfigResponse>;
18636
19045
  updateDISyncTaskWithOptions(request: UpdateDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDISyncTaskResponse>;
18637
19046
  updateDISyncTask(request: UpdateDISyncTaskRequest): Promise<UpdateDISyncTaskResponse>;
@@ -18639,7 +19048,20 @@ export default class Client extends OpenApi {
18639
19048
  updateDataServiceApi(request: UpdateDataServiceApiRequest): Promise<UpdateDataServiceApiResponse>;
18640
19049
  updateDataSourceWithOptions(request: UpdateDataSourceRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDataSourceResponse>;
18641
19050
  updateDataSource(request: UpdateDataSourceRequest): Promise<UpdateDataSourceResponse>;
19051
+ /**
19052
+ * 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.
19053
+ *
19054
+ * @param request UpdateFileRequest
19055
+ * @param runtime runtime options for this request RuntimeOptions
19056
+ * @return UpdateFileResponse
19057
+ */
18642
19058
  updateFileWithOptions(request: UpdateFileRequest, runtime: $Util.RuntimeOptions): Promise<UpdateFileResponse>;
19059
+ /**
19060
+ * 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.
19061
+ *
19062
+ * @param request UpdateFileRequest
19063
+ * @return UpdateFileResponse
19064
+ */
18643
19065
  updateFile(request: UpdateFileRequest): Promise<UpdateFileResponse>;
18644
19066
  updateFolderWithOptions(request: UpdateFolderRequest, runtime: $Util.RuntimeOptions): Promise<UpdateFolderResponse>;
18645
19067
  updateFolder(request: UpdateFolderRequest): Promise<UpdateFolderResponse>;
@@ -18647,7 +19069,20 @@ export default class Client extends OpenApi {
18647
19069
  updateIDEEventResult(request: UpdateIDEEventResultRequest): Promise<UpdateIDEEventResultResponse>;
18648
19070
  updateMetaCategoryWithOptions(request: UpdateMetaCategoryRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMetaCategoryResponse>;
18649
19071
  updateMetaCategory(request: UpdateMetaCategoryRequest): Promise<UpdateMetaCategoryResponse>;
19072
+ /**
19073
+ * Only the name and comment of a collection can be updated.
19074
+ *
19075
+ * @param request UpdateMetaCollectionRequest
19076
+ * @param runtime runtime options for this request RuntimeOptions
19077
+ * @return UpdateMetaCollectionResponse
19078
+ */
18650
19079
  updateMetaCollectionWithOptions(request: UpdateMetaCollectionRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMetaCollectionResponse>;
19080
+ /**
19081
+ * Only the name and comment of a collection can be updated.
19082
+ *
19083
+ * @param request UpdateMetaCollectionRequest
19084
+ * @return UpdateMetaCollectionResponse
19085
+ */
18651
19086
  updateMetaCollection(request: UpdateMetaCollectionRequest): Promise<UpdateMetaCollectionResponse>;
18652
19087
  updateMetaTableWithOptions(request: UpdateMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMetaTableResponse>;
18653
19088
  updateMetaTable(request: UpdateMetaTableRequest): Promise<UpdateMetaTableResponse>;