@alicloud/dataworks-public20200518 4.4.1 → 4.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.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
  };
@@ -10615,6 +10618,7 @@ export declare class TopTenErrorTimesInstanceResponse extends $tea.Model {
10615
10618
  export declare class UmountDirectoryRequest extends $tea.Model {
10616
10619
  targetId?: string;
10617
10620
  targetType?: string;
10621
+ targetUserId?: string;
10618
10622
  static names(): {
10619
10623
  [key: string]: string;
10620
10624
  };
@@ -10936,6 +10940,7 @@ export declare class UpdateDataServiceApiRequest extends $tea.Model {
10936
10940
  protocols?: string;
10937
10941
  registrationDetails?: string;
10938
10942
  requestMethod?: number;
10943
+ resourceGroupId?: number;
10939
10944
  responseContentType?: number;
10940
10945
  scriptDetails?: string;
10941
10946
  tenantId?: number;
@@ -14042,6 +14047,7 @@ export declare class GetMetaTableIntroWikiResponseBodyData extends $tea.Model {
14042
14047
  }
14043
14048
  export declare class GetMetaTableLineageResponseBodyDataDataEntityList extends $tea.Model {
14044
14049
  createTimestamp?: number;
14050
+ databaseName?: string;
14045
14051
  tableGuid?: string;
14046
14052
  tableName?: string;
14047
14053
  static names(): {
@@ -14263,6 +14269,7 @@ export declare class GetNodeResponseBodyData extends $tea.Model {
14263
14269
  description?: string;
14264
14270
  dqcDescription?: string;
14265
14271
  dqcType?: number;
14272
+ fileType?: number;
14266
14273
  nodeId?: number;
14267
14274
  nodeName?: string;
14268
14275
  ownerId?: string;
@@ -14273,6 +14280,7 @@ export declare class GetNodeResponseBodyData extends $tea.Model {
14273
14280
  relatedFlowId?: number;
14274
14281
  repeatInterval?: number;
14275
14282
  repeatability?: string;
14283
+ resGroupIdentifier?: string;
14276
14284
  resGroupName?: string;
14277
14285
  schedulerType?: string;
14278
14286
  static names(): {
@@ -16592,6 +16600,7 @@ export declare class ListNodesResponseBodyDataNodes extends $tea.Model {
16592
16600
  description?: string;
16593
16601
  dqcDescription?: string;
16594
16602
  dqcType?: number;
16603
+ fileType?: number;
16595
16604
  nodeId?: number;
16596
16605
  nodeName?: string;
16597
16606
  ownerId?: string;
@@ -16602,6 +16611,7 @@ export declare class ListNodesResponseBodyDataNodes extends $tea.Model {
16602
16611
  relatedFlowId?: number;
16603
16612
  repeatInterval?: number;
16604
16613
  repeatability?: boolean;
16614
+ resGroupIdentifier?: string;
16605
16615
  resGroupName?: string;
16606
16616
  schedulerType?: string;
16607
16617
  static names(): {
@@ -17879,7 +17889,20 @@ export default class Client extends OpenApi {
17879
17889
  abolishDataServiceApi(request: AbolishDataServiceApiRequest): Promise<AbolishDataServiceApiResponse>;
17880
17890
  addMetaCollectionEntityWithOptions(request: AddMetaCollectionEntityRequest, runtime: $Util.RuntimeOptions): Promise<AddMetaCollectionEntityResponse>;
17881
17891
  addMetaCollectionEntity(request: AddMetaCollectionEntityRequest): Promise<AddMetaCollectionEntityResponse>;
17892
+ /**
17893
+ * 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~~).
17894
+ *
17895
+ * @param request AddProjectMemberToRoleRequest
17896
+ * @param runtime runtime options for this request RuntimeOptions
17897
+ * @return AddProjectMemberToRoleResponse
17898
+ */
17882
17899
  addProjectMemberToRoleWithOptions(request: AddProjectMemberToRoleRequest, runtime: $Util.RuntimeOptions): Promise<AddProjectMemberToRoleResponse>;
17900
+ /**
17901
+ * 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~~).
17902
+ *
17903
+ * @param request AddProjectMemberToRoleRequest
17904
+ * @return AddProjectMemberToRoleResponse
17905
+ */
17883
17906
  addProjectMemberToRole(request: AddProjectMemberToRoleRequest): Promise<AddProjectMemberToRoleResponse>;
17884
17907
  addToMetaCategoryWithOptions(request: AddToMetaCategoryRequest, runtime: $Util.RuntimeOptions): Promise<AddToMetaCategoryResponse>;
17885
17908
  addToMetaCategory(request: AddToMetaCategoryRequest): Promise<AddToMetaCategoryResponse>;
@@ -17912,7 +17935,20 @@ export default class Client extends OpenApi {
17912
17935
  * @return CreateConnectionResponse
17913
17936
  */
17914
17937
  createConnection(request: CreateConnectionRequest): Promise<CreateConnectionResponse>;
17938
+ /**
17939
+ * 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.
17940
+ *
17941
+ * @param request CreateDISyncTaskRequest
17942
+ * @param runtime runtime options for this request RuntimeOptions
17943
+ * @return CreateDISyncTaskResponse
17944
+ */
17915
17945
  createDISyncTaskWithOptions(request: CreateDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateDISyncTaskResponse>;
17946
+ /**
17947
+ * 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.
17948
+ *
17949
+ * @param request CreateDISyncTaskRequest
17950
+ * @return CreateDISyncTaskResponse
17951
+ */
17916
17952
  createDISyncTask(request: CreateDISyncTaskRequest): Promise<CreateDISyncTaskResponse>;
17917
17953
  /**
17918
17954
  * @deprecated
@@ -17960,7 +17996,48 @@ export default class Client extends OpenApi {
17960
17996
  createFile(request: CreateFileRequest): Promise<CreateFileResponse>;
17961
17997
  createFolderWithOptions(request: CreateFolderRequest, runtime: $Util.RuntimeOptions): Promise<CreateFolderResponse>;
17962
17998
  createFolder(request: CreateFolderRequest): Promise<CreateFolderResponse>;
17999
+ /**
18000
+ * The import package must be uploaded. Example of the upload method:
18001
+ * Config config = new Config();
18002
+ * config.setAccessKeyId(accessId);
18003
+ * config.setAccessKeySecret(accessKey);
18004
+ * config.setEndpoint(popEndpoint);
18005
+ * config.setRegionId(regionId);
18006
+ * Client client = new Client(config);
18007
+ * CreateImportMigrationAdvanceRequest request = new CreateImportMigrationAdvanceRequest();
18008
+ * request.setName("test_migration_api\\_" + System.currentTimeMillis());
18009
+ * request.setProjectId(123456L);
18010
+ * request.setPackageType("DATAWORKS_MODEL");
18011
+ * request.setPackageFileObject(new FileInputStream("/home/admin/Downloads/test.zip"));
18012
+ * RuntimeOptions runtime = new RuntimeOptions();
18013
+ * CreateImportMigrationResponse response = client.createImportMigrationAdvance(request, runtime);
18014
+ * ...
18015
+ *
18016
+ * @param request CreateImportMigrationRequest
18017
+ * @param runtime runtime options for this request RuntimeOptions
18018
+ * @return CreateImportMigrationResponse
18019
+ */
17963
18020
  createImportMigrationWithOptions(request: CreateImportMigrationRequest, runtime: $Util.RuntimeOptions): Promise<CreateImportMigrationResponse>;
18021
+ /**
18022
+ * The import package must be uploaded. Example of the upload method:
18023
+ * Config config = new Config();
18024
+ * config.setAccessKeyId(accessId);
18025
+ * config.setAccessKeySecret(accessKey);
18026
+ * config.setEndpoint(popEndpoint);
18027
+ * config.setRegionId(regionId);
18028
+ * Client client = new Client(config);
18029
+ * CreateImportMigrationAdvanceRequest request = new CreateImportMigrationAdvanceRequest();
18030
+ * request.setName("test_migration_api\\_" + System.currentTimeMillis());
18031
+ * request.setProjectId(123456L);
18032
+ * request.setPackageType("DATAWORKS_MODEL");
18033
+ * request.setPackageFileObject(new FileInputStream("/home/admin/Downloads/test.zip"));
18034
+ * RuntimeOptions runtime = new RuntimeOptions();
18035
+ * CreateImportMigrationResponse response = client.createImportMigrationAdvance(request, runtime);
18036
+ * ...
18037
+ *
18038
+ * @param request CreateImportMigrationRequest
18039
+ * @return CreateImportMigrationResponse
18040
+ */
17964
18041
  createImportMigration(request: CreateImportMigrationRequest): Promise<CreateImportMigrationResponse>;
17965
18042
  createImportMigrationAdvance(request: CreateImportMigrationAdvanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateImportMigrationResponse>;
17966
18043
  /**
@@ -17980,7 +18057,20 @@ export default class Client extends OpenApi {
17980
18057
  createManualDag(request: CreateManualDagRequest): Promise<CreateManualDagResponse>;
17981
18058
  createMetaCategoryWithOptions(request: CreateMetaCategoryRequest, runtime: $Util.RuntimeOptions): Promise<CreateMetaCategoryResponse>;
17982
18059
  createMetaCategory(request: CreateMetaCategoryRequest): Promise<CreateMetaCategoryResponse>;
18060
+ /**
18061
+ * Collections are classified into various types. The names of collections of the same type must be different.
18062
+ *
18063
+ * @param request CreateMetaCollectionRequest
18064
+ * @param runtime runtime options for this request RuntimeOptions
18065
+ * @return CreateMetaCollectionResponse
18066
+ */
17983
18067
  createMetaCollectionWithOptions(request: CreateMetaCollectionRequest, runtime: $Util.RuntimeOptions): Promise<CreateMetaCollectionResponse>;
18068
+ /**
18069
+ * Collections are classified into various types. The names of collections of the same type must be different.
18070
+ *
18071
+ * @param request CreateMetaCollectionRequest
18072
+ * @return CreateMetaCollectionResponse
18073
+ */
17984
18074
  createMetaCollection(request: CreateMetaCollectionRequest): Promise<CreateMetaCollectionResponse>;
17985
18075
  createPermissionApplyOrderWithOptions(request: CreatePermissionApplyOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreatePermissionApplyOrderResponse>;
17986
18076
  createPermissionApplyOrder(request: CreatePermissionApplyOrderRequest): Promise<CreatePermissionApplyOrderResponse>;
@@ -18047,7 +18137,20 @@ export default class Client extends OpenApi {
18047
18137
  deleteProjectMember(request: DeleteProjectMemberRequest): Promise<DeleteProjectMemberResponse>;
18048
18138
  deleteQualityEntityWithOptions(request: DeleteQualityEntityRequest, runtime: $Util.RuntimeOptions): Promise<DeleteQualityEntityResponse>;
18049
18139
  deleteQualityEntity(request: DeleteQualityEntityRequest): Promise<DeleteQualityEntityResponse>;
18140
+ /**
18141
+ * 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~~).
18142
+ *
18143
+ * @param request DeleteQualityFollowerRequest
18144
+ * @param runtime runtime options for this request RuntimeOptions
18145
+ * @return DeleteQualityFollowerResponse
18146
+ */
18050
18147
  deleteQualityFollowerWithOptions(request: DeleteQualityFollowerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteQualityFollowerResponse>;
18148
+ /**
18149
+ * 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~~).
18150
+ *
18151
+ * @param request DeleteQualityFollowerRequest
18152
+ * @return DeleteQualityFollowerResponse
18153
+ */
18051
18154
  deleteQualityFollower(request: DeleteQualityFollowerRequest): Promise<DeleteQualityFollowerResponse>;
18052
18155
  deleteQualityRelativeNodeWithOptions(request: DeleteQualityRelativeNodeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteQualityRelativeNodeResponse>;
18053
18156
  deleteQualityRelativeNode(request: DeleteQualityRelativeNodeRequest): Promise<DeleteQualityRelativeNodeResponse>;
@@ -18071,9 +18174,37 @@ export default class Client extends OpenApi {
18071
18174
  establishRelationTableToBusiness(request: EstablishRelationTableToBusinessRequest): Promise<EstablishRelationTableToBusinessResponse>;
18072
18175
  exportDataSourcesWithOptions(request: ExportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ExportDataSourcesResponse>;
18073
18176
  exportDataSources(request: ExportDataSourcesRequest): Promise<ExportDataSourcesResponse>;
18177
+ /**
18178
+ * 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.
18179
+ * DataWorks allows you to create real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
18180
+ *
18181
+ * @param request GenerateDISyncTaskConfigForCreatingRequest
18182
+ * @param runtime runtime options for this request RuntimeOptions
18183
+ * @return GenerateDISyncTaskConfigForCreatingResponse
18184
+ */
18074
18185
  generateDISyncTaskConfigForCreatingWithOptions(request: GenerateDISyncTaskConfigForCreatingRequest, runtime: $Util.RuntimeOptions): Promise<GenerateDISyncTaskConfigForCreatingResponse>;
18186
+ /**
18187
+ * 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.
18188
+ * DataWorks allows you to create real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
18189
+ *
18190
+ * @param request GenerateDISyncTaskConfigForCreatingRequest
18191
+ * @return GenerateDISyncTaskConfigForCreatingResponse
18192
+ */
18075
18193
  generateDISyncTaskConfigForCreating(request: GenerateDISyncTaskConfigForCreatingRequest): Promise<GenerateDISyncTaskConfigForCreatingResponse>;
18194
+ /**
18195
+ * 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.
18196
+ *
18197
+ * @param request GenerateDISyncTaskConfigForUpdatingRequest
18198
+ * @param runtime runtime options for this request RuntimeOptions
18199
+ * @return GenerateDISyncTaskConfigForUpdatingResponse
18200
+ */
18076
18201
  generateDISyncTaskConfigForUpdatingWithOptions(request: GenerateDISyncTaskConfigForUpdatingRequest, runtime: $Util.RuntimeOptions): Promise<GenerateDISyncTaskConfigForUpdatingResponse>;
18202
+ /**
18203
+ * 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.
18204
+ *
18205
+ * @param request GenerateDISyncTaskConfigForUpdatingRequest
18206
+ * @return GenerateDISyncTaskConfigForUpdatingResponse
18207
+ */
18077
18208
  generateDISyncTaskConfigForUpdating(request: GenerateDISyncTaskConfigForUpdatingRequest): Promise<GenerateDISyncTaskConfigForUpdatingResponse>;
18078
18209
  getBaselineWithOptions(request: GetBaselineRequest, runtime: $Util.RuntimeOptions): Promise<GetBaselineResponse>;
18079
18210
  getBaseline(request: GetBaselineRequest): Promise<GetBaselineResponse>;
@@ -18091,7 +18222,38 @@ export default class Client extends OpenApi {
18091
18222
  getDISyncInstanceInfo(request: GetDISyncInstanceInfoRequest): Promise<GetDISyncInstanceInfoResponse>;
18092
18223
  getDISyncTaskWithOptions(request: GetDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<GetDISyncTaskResponse>;
18093
18224
  getDISyncTask(request: GetDISyncTaskRequest): Promise<GetDISyncTaskResponse>;
18225
+ /**
18226
+ * Supported DAG types:
18227
+ * * MANUAL: the DAG for a manually triggered workflow.
18228
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
18229
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
18230
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
18231
+ * Supported DAG states:
18232
+ * * CREATED: The DAG is created.
18233
+ * * RUNNING: The DAG is running.
18234
+ * * FAILURE: The DAG fails to run.
18235
+ * * SUCCESS: The DAG successfully runs.
18236
+ *
18237
+ * @param request GetDagRequest
18238
+ * @param runtime runtime options for this request RuntimeOptions
18239
+ * @return GetDagResponse
18240
+ */
18094
18241
  getDagWithOptions(request: GetDagRequest, runtime: $Util.RuntimeOptions): Promise<GetDagResponse>;
18242
+ /**
18243
+ * Supported DAG types:
18244
+ * * MANUAL: the DAG for a manually triggered workflow.
18245
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
18246
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
18247
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
18248
+ * Supported DAG states:
18249
+ * * CREATED: The DAG is created.
18250
+ * * RUNNING: The DAG is running.
18251
+ * * FAILURE: The DAG fails to run.
18252
+ * * SUCCESS: The DAG successfully runs.
18253
+ *
18254
+ * @param request GetDagRequest
18255
+ * @return GetDagResponse
18256
+ */
18095
18257
  getDag(request: GetDagRequest): Promise<GetDagResponse>;
18096
18258
  getDataServiceApiWithOptions(request: GetDataServiceApiRequest, runtime: $Util.RuntimeOptions): Promise<GetDataServiceApiResponse>;
18097
18259
  getDataServiceApi(request: GetDataServiceApiRequest): Promise<GetDataServiceApiResponse>;
@@ -18168,7 +18330,20 @@ export default class Client extends OpenApi {
18168
18330
  * @return GetInstanceErrorRankResponse
18169
18331
  */
18170
18332
  getInstanceErrorRank(request: GetInstanceErrorRankRequest): Promise<GetInstanceErrorRankResponse>;
18333
+ /**
18334
+ * You may not obtain the instance logs that were generated more than seven days ago.
18335
+ *
18336
+ * @param request GetInstanceLogRequest
18337
+ * @param runtime runtime options for this request RuntimeOptions
18338
+ * @return GetInstanceLogResponse
18339
+ */
18171
18340
  getInstanceLogWithOptions(request: GetInstanceLogRequest, runtime: $Util.RuntimeOptions): Promise<GetInstanceLogResponse>;
18341
+ /**
18342
+ * You may not obtain the instance logs that were generated more than seven days ago.
18343
+ *
18344
+ * @param request GetInstanceLogRequest
18345
+ * @return GetInstanceLogResponse
18346
+ */
18172
18347
  getInstanceLog(request: GetInstanceLogRequest): Promise<GetInstanceLogResponse>;
18173
18348
  /**
18174
18349
  * @deprecated
@@ -18208,7 +18383,20 @@ export default class Client extends OpenApi {
18208
18383
  getMetaCollectionDetail(request: GetMetaCollectionDetailRequest): Promise<GetMetaCollectionDetailResponse>;
18209
18384
  getMetaColumnLineageWithOptions(request: GetMetaColumnLineageRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaColumnLineageResponse>;
18210
18385
  getMetaColumnLineage(request: GetMetaColumnLineageRequest): Promise<GetMetaColumnLineageResponse>;
18386
+ /**
18387
+ * You can call this operation to query only the basic metadata information about a MaxCompute or E-MapReduce (EMR) compute engine instance.
18388
+ *
18389
+ * @param request GetMetaDBInfoRequest
18390
+ * @param runtime runtime options for this request RuntimeOptions
18391
+ * @return GetMetaDBInfoResponse
18392
+ */
18211
18393
  getMetaDBInfoWithOptions(request: GetMetaDBInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaDBInfoResponse>;
18394
+ /**
18395
+ * You can call this operation to query only the basic metadata information about a MaxCompute or E-MapReduce (EMR) compute engine instance.
18396
+ *
18397
+ * @param request GetMetaDBInfoRequest
18398
+ * @return GetMetaDBInfoResponse
18399
+ */
18212
18400
  getMetaDBInfo(request: GetMetaDBInfoRequest): Promise<GetMetaDBInfoResponse>;
18213
18401
  getMetaDBTableListWithOptions(request: GetMetaDBTableListRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaDBTableListResponse>;
18214
18402
  getMetaDBTableList(request: GetMetaDBTableListRequest): Promise<GetMetaDBTableListResponse>;
@@ -18241,7 +18429,20 @@ export default class Client extends OpenApi {
18241
18429
  getMetaTableListByCategory(request: GetMetaTableListByCategoryRequest): Promise<GetMetaTableListByCategoryResponse>;
18242
18430
  getMetaTableOutputWithOptions(request: GetMetaTableOutputRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableOutputResponse>;
18243
18431
  getMetaTableOutput(request: GetMetaTableOutputRequest): Promise<GetMetaTableOutputResponse>;
18432
+ /**
18433
+ * You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
18434
+ *
18435
+ * @param tmpReq GetMetaTablePartitionRequest
18436
+ * @param runtime runtime options for this request RuntimeOptions
18437
+ * @return GetMetaTablePartitionResponse
18438
+ */
18244
18439
  getMetaTablePartitionWithOptions(tmpReq: GetMetaTablePartitionRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTablePartitionResponse>;
18440
+ /**
18441
+ * You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
18442
+ *
18443
+ * @param request GetMetaTablePartitionRequest
18444
+ * @return GetMetaTablePartitionResponse
18445
+ */
18245
18446
  getMetaTablePartition(request: GetMetaTablePartitionRequest): Promise<GetMetaTablePartitionResponse>;
18246
18447
  getMetaTableProducingTasksWithOptions(request: GetMetaTableProducingTasksRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableProducingTasksResponse>;
18247
18448
  getMetaTableProducingTasks(request: GetMetaTableProducingTasksRequest): Promise<GetMetaTableProducingTasksResponse>;
@@ -18356,7 +18557,24 @@ export default class Client extends OpenApi {
18356
18557
  getTopic(request: GetTopicRequest): Promise<GetTopicResponse>;
18357
18558
  getTopicInfluenceWithOptions(request: GetTopicInfluenceRequest, runtime: $Util.RuntimeOptions): Promise<GetTopicInfluenceResponse>;
18358
18559
  getTopicInfluence(request: GetTopicInfluenceRequest): Promise<GetTopicInfluenceResponse>;
18560
+ /**
18561
+ * You can import self-managed data sources or data sources that are exported from other Dataworks workspaces to a specified DataWorks workspace.
18562
+ * * 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~~).
18563
+ * * For more information about how to export data sources from DataWorks workspaces to on-premises devices, see [ExportDataSources](~~279570~~).
18564
+ *
18565
+ * @param request ImportDataSourcesRequest
18566
+ * @param runtime runtime options for this request RuntimeOptions
18567
+ * @return ImportDataSourcesResponse
18568
+ */
18359
18569
  importDataSourcesWithOptions(request: ImportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ImportDataSourcesResponse>;
18570
+ /**
18571
+ * You can import self-managed data sources or data sources that are exported from other Dataworks workspaces to a specified DataWorks workspace.
18572
+ * * 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~~).
18573
+ * * For more information about how to export data sources from DataWorks workspaces to on-premises devices, see [ExportDataSources](~~279570~~).
18574
+ *
18575
+ * @param request ImportDataSourcesRequest
18576
+ * @return ImportDataSourcesResponse
18577
+ */
18360
18578
  importDataSources(request: ImportDataSourcesRequest): Promise<ImportDataSourcesResponse>;
18361
18579
  listAlertMessagesWithOptions(request: ListAlertMessagesRequest, runtime: $Util.RuntimeOptions): Promise<ListAlertMessagesResponse>;
18362
18580
  listAlertMessages(request: ListAlertMessagesRequest): Promise<ListAlertMessagesResponse>;
@@ -18385,9 +18603,53 @@ export default class Client extends OpenApi {
18385
18603
  * @return ListConnectionsResponse
18386
18604
  */
18387
18605
  listConnections(request: ListConnectionsRequest): Promise<ListConnectionsResponse>;
18606
+ /**
18607
+ * 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~~).
18608
+ *
18609
+ * @param request ListDIProjectConfigRequest
18610
+ * @param runtime runtime options for this request RuntimeOptions
18611
+ * @return ListDIProjectConfigResponse
18612
+ */
18388
18613
  listDIProjectConfigWithOptions(request: ListDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListDIProjectConfigResponse>;
18614
+ /**
18615
+ * 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~~).
18616
+ *
18617
+ * @param request ListDIProjectConfigRequest
18618
+ * @return ListDIProjectConfigResponse
18619
+ */
18389
18620
  listDIProjectConfig(request: ListDIProjectConfigRequest): Promise<ListDIProjectConfigResponse>;
18621
+ /**
18622
+ * Supported DAG types:
18623
+ * * MANUAL: the DAG for a manually triggered workflow.
18624
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
18625
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
18626
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
18627
+ * Supported DAG states:
18628
+ * * CREATED: The DAG is created.
18629
+ * * RUNNING: The DAG is running.
18630
+ * * FAILURE: The DAG fails to run.
18631
+ * * SUCCESS: The DAG successfully runs.
18632
+ *
18633
+ * @param request ListDagsRequest
18634
+ * @param runtime runtime options for this request RuntimeOptions
18635
+ * @return ListDagsResponse
18636
+ */
18390
18637
  listDagsWithOptions(request: ListDagsRequest, runtime: $Util.RuntimeOptions): Promise<ListDagsResponse>;
18638
+ /**
18639
+ * Supported DAG types:
18640
+ * * MANUAL: the DAG for a manually triggered workflow.
18641
+ * * SMOKE_TEST: the DAG for a smoke testing workflow.
18642
+ * * SUPPLY_DATA: the DAG for a data backfill instance.
18643
+ * * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
18644
+ * Supported DAG states:
18645
+ * * CREATED: The DAG is created.
18646
+ * * RUNNING: The DAG is running.
18647
+ * * FAILURE: The DAG fails to run.
18648
+ * * SUCCESS: The DAG successfully runs.
18649
+ *
18650
+ * @param request ListDagsRequest
18651
+ * @return ListDagsResponse
18652
+ */
18391
18653
  listDags(request: ListDagsRequest): Promise<ListDagsResponse>;
18392
18654
  listDataServiceApiAuthoritiesWithOptions(request: ListDataServiceApiAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApiAuthoritiesResponse>;
18393
18655
  listDataServiceApiAuthorities(request: ListDataServiceApiAuthoritiesRequest): Promise<ListDataServiceApiAuthoritiesResponse>;
@@ -18433,7 +18695,20 @@ export default class Client extends OpenApi {
18433
18695
  listManualDagInstances(request: ListManualDagInstancesRequest): Promise<ListManualDagInstancesResponse>;
18434
18696
  listMetaCollectionEntitiesWithOptions(request: ListMetaCollectionEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaCollectionEntitiesResponse>;
18435
18697
  listMetaCollectionEntities(request: ListMetaCollectionEntitiesRequest): Promise<ListMetaCollectionEntitiesResponse>;
18698
+ /**
18699
+ * The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
18700
+ *
18701
+ * @param request ListMetaCollectionsRequest
18702
+ * @param runtime runtime options for this request RuntimeOptions
18703
+ * @return ListMetaCollectionsResponse
18704
+ */
18436
18705
  listMetaCollectionsWithOptions(request: ListMetaCollectionsRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaCollectionsResponse>;
18706
+ /**
18707
+ * The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
18708
+ *
18709
+ * @param request ListMetaCollectionsRequest
18710
+ * @return ListMetaCollectionsResponse
18711
+ */
18437
18712
  listMetaCollections(request: ListMetaCollectionsRequest): Promise<ListMetaCollectionsResponse>;
18438
18713
  listMetaDBWithOptions(request: ListMetaDBRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaDBResponse>;
18439
18714
  listMetaDB(request: ListMetaDBRequest): Promise<ListMetaDBResponse>;
@@ -18479,7 +18754,20 @@ export default class Client extends OpenApi {
18479
18754
  * @return ListProgramTypeCountResponse
18480
18755
  */
18481
18756
  listProgramTypeCount(request: ListProgramTypeCountRequest): Promise<ListProgramTypeCountResponse>;
18757
+ /**
18758
+ * 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~~).
18759
+ *
18760
+ * @param request ListProjectIdsRequest
18761
+ * @param runtime runtime options for this request RuntimeOptions
18762
+ * @return ListProjectIdsResponse
18763
+ */
18482
18764
  listProjectIdsWithOptions(request: ListProjectIdsRequest, runtime: $Util.RuntimeOptions): Promise<ListProjectIdsResponse>;
18765
+ /**
18766
+ * 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~~).
18767
+ *
18768
+ * @param request ListProjectIdsRequest
18769
+ * @return ListProjectIdsResponse
18770
+ */
18483
18771
  listProjectIds(request: ListProjectIdsRequest): Promise<ListProjectIdsResponse>;
18484
18772
  listProjectMembersWithOptions(request: ListProjectMembersRequest, runtime: $Util.RuntimeOptions): Promise<ListProjectMembersResponse>;
18485
18773
  listProjectMembers(request: ListProjectMembersRequest): Promise<ListProjectMembersResponse>;
@@ -18530,9 +18818,43 @@ export default class Client extends OpenApi {
18530
18818
  offlineNode(request: OfflineNodeRequest): Promise<OfflineNodeResponse>;
18531
18819
  publishDataServiceApiWithOptions(request: PublishDataServiceApiRequest, runtime: $Util.RuntimeOptions): Promise<PublishDataServiceApiResponse>;
18532
18820
  publishDataServiceApi(request: PublishDataServiceApiRequest): Promise<PublishDataServiceApiResponse>;
18821
+ /**
18822
+ * 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.
18823
+ * DataWorks allows you to create or update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
18824
+ *
18825
+ * @param request QueryDISyncTaskConfigProcessResultRequest
18826
+ * @param runtime runtime options for this request RuntimeOptions
18827
+ * @return QueryDISyncTaskConfigProcessResultResponse
18828
+ */
18533
18829
  queryDISyncTaskConfigProcessResultWithOptions(request: QueryDISyncTaskConfigProcessResultRequest, runtime: $Util.RuntimeOptions): Promise<QueryDISyncTaskConfigProcessResultResponse>;
18830
+ /**
18831
+ * 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.
18832
+ * DataWorks allows you to create or update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
18833
+ *
18834
+ * @param request QueryDISyncTaskConfigProcessResultRequest
18835
+ * @return QueryDISyncTaskConfigProcessResultResponse
18836
+ */
18534
18837
  queryDISyncTaskConfigProcessResult(request: QueryDISyncTaskConfigProcessResultRequest): Promise<QueryDISyncTaskConfigProcessResultResponse>;
18838
+ /**
18839
+ * * You must use FML statements to query information about the data modeling engine when you call this operation.
18840
+ * * 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.
18841
+ * 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.
18842
+ * * A maximum of 1,000 entries can be returned each time you call the operation.
18843
+ *
18844
+ * @param request QueryPublicModelEngineRequest
18845
+ * @param runtime runtime options for this request RuntimeOptions
18846
+ * @return QueryPublicModelEngineResponse
18847
+ */
18535
18848
  queryPublicModelEngineWithOptions(request: QueryPublicModelEngineRequest, runtime: $Util.RuntimeOptions): Promise<QueryPublicModelEngineResponse>;
18849
+ /**
18850
+ * * You must use FML statements to query information about the data modeling engine when you call this operation.
18851
+ * * 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.
18852
+ * 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.
18853
+ * * A maximum of 1,000 entries can be returned each time you call the operation.
18854
+ *
18855
+ * @param request QueryPublicModelEngineRequest
18856
+ * @return QueryPublicModelEngineResponse
18857
+ */
18536
18858
  queryPublicModelEngine(request: QueryPublicModelEngineRequest): Promise<QueryPublicModelEngineResponse>;
18537
18859
  removeProjectMemberFromRoleWithOptions(request: RemoveProjectMemberFromRoleRequest, runtime: $Util.RuntimeOptions): Promise<RemoveProjectMemberFromRoleResponse>;
18538
18860
  removeProjectMemberFromRole(request: RemoveProjectMemberFromRoleRequest): Promise<RemoveProjectMemberFromRoleResponse>;
@@ -18544,7 +18866,20 @@ export default class Client extends OpenApi {
18544
18866
  revokeColumnPermission(request: RevokeColumnPermissionRequest): Promise<RevokeColumnPermissionResponse>;
18545
18867
  revokeTablePermissionWithOptions(request: RevokeTablePermissionRequest, runtime: $Util.RuntimeOptions): Promise<RevokeTablePermissionResponse>;
18546
18868
  revokeTablePermission(request: RevokeTablePermissionRequest): Promise<RevokeTablePermissionResponse>;
18869
+ /**
18870
+ * For more information about data backfill, see [Backfill data](~~137937~~).
18871
+ *
18872
+ * @param request RunCycleDagNodesRequest
18873
+ * @param runtime runtime options for this request RuntimeOptions
18874
+ * @return RunCycleDagNodesResponse
18875
+ */
18547
18876
  runCycleDagNodesWithOptions(request: RunCycleDagNodesRequest, runtime: $Util.RuntimeOptions): Promise<RunCycleDagNodesResponse>;
18877
+ /**
18878
+ * For more information about data backfill, see [Backfill data](~~137937~~).
18879
+ *
18880
+ * @param request RunCycleDagNodesRequest
18881
+ * @return RunCycleDagNodesResponse
18882
+ */
18548
18883
  runCycleDagNodes(request: RunCycleDagNodesRequest): Promise<RunCycleDagNodesResponse>;
18549
18884
  runManualDagNodesWithOptions(request: RunManualDagNodesRequest, runtime: $Util.RuntimeOptions): Promise<RunManualDagNodesResponse>;
18550
18885
  runManualDagNodes(request: RunManualDagNodesRequest): Promise<RunManualDagNodesResponse>;
@@ -18554,7 +18889,20 @@ export default class Client extends OpenApi {
18554
18889
  runTriggerNode(request: RunTriggerNodeRequest): Promise<RunTriggerNodeResponse>;
18555
18890
  scanSensitiveDataWithOptions(request: ScanSensitiveDataRequest, runtime: $Util.RuntimeOptions): Promise<ScanSensitiveDataResponse>;
18556
18891
  scanSensitiveData(request: ScanSensitiveDataRequest): Promise<ScanSensitiveDataResponse>;
18892
+ /**
18893
+ * You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine instance.
18894
+ *
18895
+ * @param request SearchMetaTablesRequest
18896
+ * @param runtime runtime options for this request RuntimeOptions
18897
+ * @return SearchMetaTablesResponse
18898
+ */
18557
18899
  searchMetaTablesWithOptions(request: SearchMetaTablesRequest, runtime: $Util.RuntimeOptions): Promise<SearchMetaTablesResponse>;
18900
+ /**
18901
+ * You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine instance.
18902
+ *
18903
+ * @param request SearchMetaTablesRequest
18904
+ * @return SearchMetaTablesResponse
18905
+ */
18558
18906
  searchMetaTables(request: SearchMetaTablesRequest): Promise<SearchMetaTablesResponse>;
18559
18907
  /**
18560
18908
  * @deprecated
@@ -18631,7 +18979,20 @@ export default class Client extends OpenApi {
18631
18979
  * @return UpdateConnectionResponse
18632
18980
  */
18633
18981
  updateConnection(request: UpdateConnectionRequest): Promise<UpdateConnectionResponse>;
18982
+ /**
18983
+ * 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~~).
18984
+ *
18985
+ * @param request UpdateDIProjectConfigRequest
18986
+ * @param runtime runtime options for this request RuntimeOptions
18987
+ * @return UpdateDIProjectConfigResponse
18988
+ */
18634
18989
  updateDIProjectConfigWithOptions(request: UpdateDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDIProjectConfigResponse>;
18990
+ /**
18991
+ * 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~~).
18992
+ *
18993
+ * @param request UpdateDIProjectConfigRequest
18994
+ * @return UpdateDIProjectConfigResponse
18995
+ */
18635
18996
  updateDIProjectConfig(request: UpdateDIProjectConfigRequest): Promise<UpdateDIProjectConfigResponse>;
18636
18997
  updateDISyncTaskWithOptions(request: UpdateDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDISyncTaskResponse>;
18637
18998
  updateDISyncTask(request: UpdateDISyncTaskRequest): Promise<UpdateDISyncTaskResponse>;
@@ -18639,7 +19000,20 @@ export default class Client extends OpenApi {
18639
19000
  updateDataServiceApi(request: UpdateDataServiceApiRequest): Promise<UpdateDataServiceApiResponse>;
18640
19001
  updateDataSourceWithOptions(request: UpdateDataSourceRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDataSourceResponse>;
18641
19002
  updateDataSource(request: UpdateDataSourceRequest): Promise<UpdateDataSourceResponse>;
19003
+ /**
19004
+ * 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.
19005
+ *
19006
+ * @param request UpdateFileRequest
19007
+ * @param runtime runtime options for this request RuntimeOptions
19008
+ * @return UpdateFileResponse
19009
+ */
18642
19010
  updateFileWithOptions(request: UpdateFileRequest, runtime: $Util.RuntimeOptions): Promise<UpdateFileResponse>;
19011
+ /**
19012
+ * 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.
19013
+ *
19014
+ * @param request UpdateFileRequest
19015
+ * @return UpdateFileResponse
19016
+ */
18643
19017
  updateFile(request: UpdateFileRequest): Promise<UpdateFileResponse>;
18644
19018
  updateFolderWithOptions(request: UpdateFolderRequest, runtime: $Util.RuntimeOptions): Promise<UpdateFolderResponse>;
18645
19019
  updateFolder(request: UpdateFolderRequest): Promise<UpdateFolderResponse>;
@@ -18647,7 +19021,20 @@ export default class Client extends OpenApi {
18647
19021
  updateIDEEventResult(request: UpdateIDEEventResultRequest): Promise<UpdateIDEEventResultResponse>;
18648
19022
  updateMetaCategoryWithOptions(request: UpdateMetaCategoryRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMetaCategoryResponse>;
18649
19023
  updateMetaCategory(request: UpdateMetaCategoryRequest): Promise<UpdateMetaCategoryResponse>;
19024
+ /**
19025
+ * Only the name and comment of a collection can be updated.
19026
+ *
19027
+ * @param request UpdateMetaCollectionRequest
19028
+ * @param runtime runtime options for this request RuntimeOptions
19029
+ * @return UpdateMetaCollectionResponse
19030
+ */
18650
19031
  updateMetaCollectionWithOptions(request: UpdateMetaCollectionRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMetaCollectionResponse>;
19032
+ /**
19033
+ * Only the name and comment of a collection can be updated.
19034
+ *
19035
+ * @param request UpdateMetaCollectionRequest
19036
+ * @return UpdateMetaCollectionResponse
19037
+ */
18651
19038
  updateMetaCollection(request: UpdateMetaCollectionRequest): Promise<UpdateMetaCollectionResponse>;
18652
19039
  updateMetaTableWithOptions(request: UpdateMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMetaTableResponse>;
18653
19040
  updateMetaTable(request: UpdateMetaTableRequest): Promise<UpdateMetaTableResponse>;