@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 +387 -0
- package/dist/client.js +412 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +427 -0
package/src/client.ts
CHANGED
|
@@ -1370,8 +1370,10 @@ export class CreateDataServiceApiRequest extends $tea.Model {
|
|
|
1370
1370
|
protocols?: string;
|
|
1371
1371
|
registrationDetails?: string;
|
|
1372
1372
|
requestMethod?: number;
|
|
1373
|
+
resourceGroupId?: number;
|
|
1373
1374
|
responseContentType?: number;
|
|
1374
1375
|
scriptDetails?: string;
|
|
1376
|
+
sqlMode?: number;
|
|
1375
1377
|
tenantId?: number;
|
|
1376
1378
|
timeout?: number;
|
|
1377
1379
|
visibleRange?: number;
|
|
@@ -1388,8 +1390,10 @@ export class CreateDataServiceApiRequest extends $tea.Model {
|
|
|
1388
1390
|
protocols: 'Protocols',
|
|
1389
1391
|
registrationDetails: 'RegistrationDetails',
|
|
1390
1392
|
requestMethod: 'RequestMethod',
|
|
1393
|
+
resourceGroupId: 'ResourceGroupId',
|
|
1391
1394
|
responseContentType: 'ResponseContentType',
|
|
1392
1395
|
scriptDetails: 'ScriptDetails',
|
|
1396
|
+
sqlMode: 'SqlMode',
|
|
1393
1397
|
tenantId: 'TenantId',
|
|
1394
1398
|
timeout: 'Timeout',
|
|
1395
1399
|
visibleRange: 'VisibleRange',
|
|
@@ -1409,8 +1413,10 @@ export class CreateDataServiceApiRequest extends $tea.Model {
|
|
|
1409
1413
|
protocols: 'string',
|
|
1410
1414
|
registrationDetails: 'string',
|
|
1411
1415
|
requestMethod: 'number',
|
|
1416
|
+
resourceGroupId: 'number',
|
|
1412
1417
|
responseContentType: 'number',
|
|
1413
1418
|
scriptDetails: 'string',
|
|
1419
|
+
sqlMode: 'number',
|
|
1414
1420
|
tenantId: 'number',
|
|
1415
1421
|
timeout: 'number',
|
|
1416
1422
|
visibleRange: 'number',
|
|
@@ -16537,10 +16543,12 @@ export class ListTopicsResponse extends $tea.Model {
|
|
|
16537
16543
|
export class MountDirectoryRequest extends $tea.Model {
|
|
16538
16544
|
targetId?: string;
|
|
16539
16545
|
targetType?: string;
|
|
16546
|
+
targetUserId?: string;
|
|
16540
16547
|
static names(): { [key: string]: string } {
|
|
16541
16548
|
return {
|
|
16542
16549
|
targetId: 'TargetId',
|
|
16543
16550
|
targetType: 'TargetType',
|
|
16551
|
+
targetUserId: 'TargetUserId',
|
|
16544
16552
|
};
|
|
16545
16553
|
}
|
|
16546
16554
|
|
|
@@ -16548,6 +16556,7 @@ export class MountDirectoryRequest extends $tea.Model {
|
|
|
16548
16556
|
return {
|
|
16549
16557
|
targetId: 'string',
|
|
16550
16558
|
targetType: 'string',
|
|
16559
|
+
targetUserId: 'string',
|
|
16551
16560
|
};
|
|
16552
16561
|
}
|
|
16553
16562
|
|
|
@@ -18934,10 +18943,12 @@ export class TopTenErrorTimesInstanceResponse extends $tea.Model {
|
|
|
18934
18943
|
export class UmountDirectoryRequest extends $tea.Model {
|
|
18935
18944
|
targetId?: string;
|
|
18936
18945
|
targetType?: string;
|
|
18946
|
+
targetUserId?: string;
|
|
18937
18947
|
static names(): { [key: string]: string } {
|
|
18938
18948
|
return {
|
|
18939
18949
|
targetId: 'TargetId',
|
|
18940
18950
|
targetType: 'TargetType',
|
|
18951
|
+
targetUserId: 'TargetUserId',
|
|
18941
18952
|
};
|
|
18942
18953
|
}
|
|
18943
18954
|
|
|
@@ -18945,6 +18956,7 @@ export class UmountDirectoryRequest extends $tea.Model {
|
|
|
18945
18956
|
return {
|
|
18946
18957
|
targetId: 'string',
|
|
18947
18958
|
targetType: 'string',
|
|
18959
|
+
targetUserId: 'string',
|
|
18948
18960
|
};
|
|
18949
18961
|
}
|
|
18950
18962
|
|
|
@@ -19528,6 +19540,7 @@ export class UpdateDataServiceApiRequest extends $tea.Model {
|
|
|
19528
19540
|
protocols?: string;
|
|
19529
19541
|
registrationDetails?: string;
|
|
19530
19542
|
requestMethod?: number;
|
|
19543
|
+
resourceGroupId?: number;
|
|
19531
19544
|
responseContentType?: number;
|
|
19532
19545
|
scriptDetails?: string;
|
|
19533
19546
|
tenantId?: number;
|
|
@@ -19543,6 +19556,7 @@ export class UpdateDataServiceApiRequest extends $tea.Model {
|
|
|
19543
19556
|
protocols: 'Protocols',
|
|
19544
19557
|
registrationDetails: 'RegistrationDetails',
|
|
19545
19558
|
requestMethod: 'RequestMethod',
|
|
19559
|
+
resourceGroupId: 'ResourceGroupId',
|
|
19546
19560
|
responseContentType: 'ResponseContentType',
|
|
19547
19561
|
scriptDetails: 'ScriptDetails',
|
|
19548
19562
|
tenantId: 'TenantId',
|
|
@@ -19561,6 +19575,7 @@ export class UpdateDataServiceApiRequest extends $tea.Model {
|
|
|
19561
19575
|
protocols: 'string',
|
|
19562
19576
|
registrationDetails: 'string',
|
|
19563
19577
|
requestMethod: 'number',
|
|
19578
|
+
resourceGroupId: 'number',
|
|
19564
19579
|
responseContentType: 'number',
|
|
19565
19580
|
scriptDetails: 'string',
|
|
19566
19581
|
tenantId: 'number',
|
|
@@ -25706,11 +25721,13 @@ export class GetMetaTableIntroWikiResponseBodyData extends $tea.Model {
|
|
|
25706
25721
|
|
|
25707
25722
|
export class GetMetaTableLineageResponseBodyDataDataEntityList extends $tea.Model {
|
|
25708
25723
|
createTimestamp?: number;
|
|
25724
|
+
databaseName?: string;
|
|
25709
25725
|
tableGuid?: string;
|
|
25710
25726
|
tableName?: string;
|
|
25711
25727
|
static names(): { [key: string]: string } {
|
|
25712
25728
|
return {
|
|
25713
25729
|
createTimestamp: 'CreateTimestamp',
|
|
25730
|
+
databaseName: 'DatabaseName',
|
|
25714
25731
|
tableGuid: 'TableGuid',
|
|
25715
25732
|
tableName: 'TableName',
|
|
25716
25733
|
};
|
|
@@ -25719,6 +25736,7 @@ export class GetMetaTableLineageResponseBodyDataDataEntityList extends $tea.Mode
|
|
|
25719
25736
|
static types(): { [key: string]: any } {
|
|
25720
25737
|
return {
|
|
25721
25738
|
createTimestamp: 'number',
|
|
25739
|
+
databaseName: 'string',
|
|
25722
25740
|
tableGuid: 'string',
|
|
25723
25741
|
tableName: 'string',
|
|
25724
25742
|
};
|
|
@@ -26119,6 +26137,7 @@ export class GetNodeResponseBodyData extends $tea.Model {
|
|
|
26119
26137
|
description?: string;
|
|
26120
26138
|
dqcDescription?: string;
|
|
26121
26139
|
dqcType?: number;
|
|
26140
|
+
fileType?: number;
|
|
26122
26141
|
nodeId?: number;
|
|
26123
26142
|
nodeName?: string;
|
|
26124
26143
|
ownerId?: string;
|
|
@@ -26129,6 +26148,7 @@ export class GetNodeResponseBodyData extends $tea.Model {
|
|
|
26129
26148
|
relatedFlowId?: number;
|
|
26130
26149
|
repeatInterval?: number;
|
|
26131
26150
|
repeatability?: string;
|
|
26151
|
+
resGroupIdentifier?: string;
|
|
26132
26152
|
resGroupName?: string;
|
|
26133
26153
|
schedulerType?: string;
|
|
26134
26154
|
static names(): { [key: string]: string } {
|
|
@@ -26140,6 +26160,7 @@ export class GetNodeResponseBodyData extends $tea.Model {
|
|
|
26140
26160
|
description: 'Description',
|
|
26141
26161
|
dqcDescription: 'DqcDescription',
|
|
26142
26162
|
dqcType: 'DqcType',
|
|
26163
|
+
fileType: 'FileType',
|
|
26143
26164
|
nodeId: 'NodeId',
|
|
26144
26165
|
nodeName: 'NodeName',
|
|
26145
26166
|
ownerId: 'OwnerId',
|
|
@@ -26150,6 +26171,7 @@ export class GetNodeResponseBodyData extends $tea.Model {
|
|
|
26150
26171
|
relatedFlowId: 'RelatedFlowId',
|
|
26151
26172
|
repeatInterval: 'RepeatInterval',
|
|
26152
26173
|
repeatability: 'Repeatability',
|
|
26174
|
+
resGroupIdentifier: 'ResGroupIdentifier',
|
|
26153
26175
|
resGroupName: 'ResGroupName',
|
|
26154
26176
|
schedulerType: 'SchedulerType',
|
|
26155
26177
|
};
|
|
@@ -26164,6 +26186,7 @@ export class GetNodeResponseBodyData extends $tea.Model {
|
|
|
26164
26186
|
description: 'string',
|
|
26165
26187
|
dqcDescription: 'string',
|
|
26166
26188
|
dqcType: 'number',
|
|
26189
|
+
fileType: 'number',
|
|
26167
26190
|
nodeId: 'number',
|
|
26168
26191
|
nodeName: 'string',
|
|
26169
26192
|
ownerId: 'string',
|
|
@@ -26174,6 +26197,7 @@ export class GetNodeResponseBodyData extends $tea.Model {
|
|
|
26174
26197
|
relatedFlowId: 'number',
|
|
26175
26198
|
repeatInterval: 'number',
|
|
26176
26199
|
repeatability: 'string',
|
|
26200
|
+
resGroupIdentifier: 'string',
|
|
26177
26201
|
resGroupName: 'string',
|
|
26178
26202
|
schedulerType: 'string',
|
|
26179
26203
|
};
|
|
@@ -30907,6 +30931,7 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
30907
30931
|
description?: string;
|
|
30908
30932
|
dqcDescription?: string;
|
|
30909
30933
|
dqcType?: number;
|
|
30934
|
+
fileType?: number;
|
|
30910
30935
|
nodeId?: number;
|
|
30911
30936
|
nodeName?: string;
|
|
30912
30937
|
ownerId?: string;
|
|
@@ -30917,6 +30942,7 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
30917
30942
|
relatedFlowId?: number;
|
|
30918
30943
|
repeatInterval?: number;
|
|
30919
30944
|
repeatability?: boolean;
|
|
30945
|
+
resGroupIdentifier?: string;
|
|
30920
30946
|
resGroupName?: string;
|
|
30921
30947
|
schedulerType?: string;
|
|
30922
30948
|
static names(): { [key: string]: string } {
|
|
@@ -30928,6 +30954,7 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
30928
30954
|
description: 'Description',
|
|
30929
30955
|
dqcDescription: 'DqcDescription',
|
|
30930
30956
|
dqcType: 'DqcType',
|
|
30957
|
+
fileType: 'FileType',
|
|
30931
30958
|
nodeId: 'NodeId',
|
|
30932
30959
|
nodeName: 'NodeName',
|
|
30933
30960
|
ownerId: 'OwnerId',
|
|
@@ -30938,6 +30965,7 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
30938
30965
|
relatedFlowId: 'RelatedFlowId',
|
|
30939
30966
|
repeatInterval: 'RepeatInterval',
|
|
30940
30967
|
repeatability: 'Repeatability',
|
|
30968
|
+
resGroupIdentifier: 'ResGroupIdentifier',
|
|
30941
30969
|
resGroupName: 'ResGroupName',
|
|
30942
30970
|
schedulerType: 'SchedulerType',
|
|
30943
30971
|
};
|
|
@@ -30952,6 +30980,7 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
30952
30980
|
description: 'string',
|
|
30953
30981
|
dqcDescription: 'string',
|
|
30954
30982
|
dqcType: 'number',
|
|
30983
|
+
fileType: 'number',
|
|
30955
30984
|
nodeId: 'number',
|
|
30956
30985
|
nodeName: 'string',
|
|
30957
30986
|
ownerId: 'string',
|
|
@@ -30962,6 +30991,7 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
30962
30991
|
relatedFlowId: 'number',
|
|
30963
30992
|
repeatInterval: 'number',
|
|
30964
30993
|
repeatability: 'boolean',
|
|
30994
|
+
resGroupIdentifier: 'string',
|
|
30965
30995
|
resGroupName: 'string',
|
|
30966
30996
|
schedulerType: 'string',
|
|
30967
30997
|
};
|
|
@@ -33561,6 +33591,13 @@ export default class Client extends OpenApi {
|
|
|
33561
33591
|
return await this.addMetaCollectionEntityWithOptions(request, runtime);
|
|
33562
33592
|
}
|
|
33563
33593
|
|
|
33594
|
+
/**
|
|
33595
|
+
* 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~~).
|
|
33596
|
+
*
|
|
33597
|
+
* @param request AddProjectMemberToRoleRequest
|
|
33598
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
33599
|
+
* @return AddProjectMemberToRoleResponse
|
|
33600
|
+
*/
|
|
33564
33601
|
async addProjectMemberToRoleWithOptions(request: AddProjectMemberToRoleRequest, runtime: $Util.RuntimeOptions): Promise<AddProjectMemberToRoleResponse> {
|
|
33565
33602
|
Util.validateModel(request);
|
|
33566
33603
|
let query = { };
|
|
@@ -33597,6 +33634,12 @@ export default class Client extends OpenApi {
|
|
|
33597
33634
|
return $tea.cast<AddProjectMemberToRoleResponse>(await this.callApi(params, req, runtime), new AddProjectMemberToRoleResponse({}));
|
|
33598
33635
|
}
|
|
33599
33636
|
|
|
33637
|
+
/**
|
|
33638
|
+
* 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~~).
|
|
33639
|
+
*
|
|
33640
|
+
* @param request AddProjectMemberToRoleRequest
|
|
33641
|
+
* @return AddProjectMemberToRoleResponse
|
|
33642
|
+
*/
|
|
33600
33643
|
async addProjectMemberToRole(request: AddProjectMemberToRoleRequest): Promise<AddProjectMemberToRoleResponse> {
|
|
33601
33644
|
let runtime = new $Util.RuntimeOptions({ });
|
|
33602
33645
|
return await this.addProjectMemberToRoleWithOptions(request, runtime);
|
|
@@ -34014,6 +34057,13 @@ export default class Client extends OpenApi {
|
|
|
34014
34057
|
return await this.createConnectionWithOptions(request, runtime);
|
|
34015
34058
|
}
|
|
34016
34059
|
|
|
34060
|
+
/**
|
|
34061
|
+
* 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.
|
|
34062
|
+
*
|
|
34063
|
+
* @param request CreateDISyncTaskRequest
|
|
34064
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
34065
|
+
* @return CreateDISyncTaskResponse
|
|
34066
|
+
*/
|
|
34017
34067
|
async createDISyncTaskWithOptions(request: CreateDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateDISyncTaskResponse> {
|
|
34018
34068
|
Util.validateModel(request);
|
|
34019
34069
|
let query = { };
|
|
@@ -34058,6 +34108,12 @@ export default class Client extends OpenApi {
|
|
|
34058
34108
|
return $tea.cast<CreateDISyncTaskResponse>(await this.callApi(params, req, runtime), new CreateDISyncTaskResponse({}));
|
|
34059
34109
|
}
|
|
34060
34110
|
|
|
34111
|
+
/**
|
|
34112
|
+
* 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.
|
|
34113
|
+
*
|
|
34114
|
+
* @param request CreateDISyncTaskRequest
|
|
34115
|
+
* @return CreateDISyncTaskResponse
|
|
34116
|
+
*/
|
|
34061
34117
|
async createDISyncTask(request: CreateDISyncTaskRequest): Promise<CreateDISyncTaskResponse> {
|
|
34062
34118
|
let runtime = new $Util.RuntimeOptions({ });
|
|
34063
34119
|
return await this.createDISyncTaskWithOptions(request, runtime);
|
|
@@ -34250,6 +34306,10 @@ export default class Client extends OpenApi {
|
|
|
34250
34306
|
body["RequestMethod"] = request.requestMethod;
|
|
34251
34307
|
}
|
|
34252
34308
|
|
|
34309
|
+
if (!Util.isUnset(request.resourceGroupId)) {
|
|
34310
|
+
body["ResourceGroupId"] = request.resourceGroupId;
|
|
34311
|
+
}
|
|
34312
|
+
|
|
34253
34313
|
if (!Util.isUnset(request.responseContentType)) {
|
|
34254
34314
|
body["ResponseContentType"] = request.responseContentType;
|
|
34255
34315
|
}
|
|
@@ -34258,6 +34318,10 @@ export default class Client extends OpenApi {
|
|
|
34258
34318
|
body["ScriptDetails"] = request.scriptDetails;
|
|
34259
34319
|
}
|
|
34260
34320
|
|
|
34321
|
+
if (!Util.isUnset(request.sqlMode)) {
|
|
34322
|
+
body["SqlMode"] = request.sqlMode;
|
|
34323
|
+
}
|
|
34324
|
+
|
|
34261
34325
|
if (!Util.isUnset(request.tenantId)) {
|
|
34262
34326
|
body["TenantId"] = request.tenantId;
|
|
34263
34327
|
}
|
|
@@ -34711,6 +34775,27 @@ export default class Client extends OpenApi {
|
|
|
34711
34775
|
return await this.createFolderWithOptions(request, runtime);
|
|
34712
34776
|
}
|
|
34713
34777
|
|
|
34778
|
+
/**
|
|
34779
|
+
* The import package must be uploaded. Example of the upload method:
|
|
34780
|
+
* Config config = new Config();
|
|
34781
|
+
* config.setAccessKeyId(accessId);
|
|
34782
|
+
* config.setAccessKeySecret(accessKey);
|
|
34783
|
+
* config.setEndpoint(popEndpoint);
|
|
34784
|
+
* config.setRegionId(regionId);
|
|
34785
|
+
* Client client = new Client(config);
|
|
34786
|
+
* CreateImportMigrationAdvanceRequest request = new CreateImportMigrationAdvanceRequest();
|
|
34787
|
+
* request.setName("test_migration_api\\_" + System.currentTimeMillis());
|
|
34788
|
+
* request.setProjectId(123456L);
|
|
34789
|
+
* request.setPackageType("DATAWORKS_MODEL");
|
|
34790
|
+
* request.setPackageFileObject(new FileInputStream("/home/admin/Downloads/test.zip"));
|
|
34791
|
+
* RuntimeOptions runtime = new RuntimeOptions();
|
|
34792
|
+
* CreateImportMigrationResponse response = client.createImportMigrationAdvance(request, runtime);
|
|
34793
|
+
* ...
|
|
34794
|
+
*
|
|
34795
|
+
* @param request CreateImportMigrationRequest
|
|
34796
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
34797
|
+
* @return CreateImportMigrationResponse
|
|
34798
|
+
*/
|
|
34714
34799
|
async createImportMigrationWithOptions(request: CreateImportMigrationRequest, runtime: $Util.RuntimeOptions): Promise<CreateImportMigrationResponse> {
|
|
34715
34800
|
Util.validateModel(request);
|
|
34716
34801
|
let body : {[key: string ]: any} = { };
|
|
@@ -34767,6 +34852,26 @@ export default class Client extends OpenApi {
|
|
|
34767
34852
|
return $tea.cast<CreateImportMigrationResponse>(await this.callApi(params, req, runtime), new CreateImportMigrationResponse({}));
|
|
34768
34853
|
}
|
|
34769
34854
|
|
|
34855
|
+
/**
|
|
34856
|
+
* The import package must be uploaded. Example of the upload method:
|
|
34857
|
+
* Config config = new Config();
|
|
34858
|
+
* config.setAccessKeyId(accessId);
|
|
34859
|
+
* config.setAccessKeySecret(accessKey);
|
|
34860
|
+
* config.setEndpoint(popEndpoint);
|
|
34861
|
+
* config.setRegionId(regionId);
|
|
34862
|
+
* Client client = new Client(config);
|
|
34863
|
+
* CreateImportMigrationAdvanceRequest request = new CreateImportMigrationAdvanceRequest();
|
|
34864
|
+
* request.setName("test_migration_api\\_" + System.currentTimeMillis());
|
|
34865
|
+
* request.setProjectId(123456L);
|
|
34866
|
+
* request.setPackageType("DATAWORKS_MODEL");
|
|
34867
|
+
* request.setPackageFileObject(new FileInputStream("/home/admin/Downloads/test.zip"));
|
|
34868
|
+
* RuntimeOptions runtime = new RuntimeOptions();
|
|
34869
|
+
* CreateImportMigrationResponse response = client.createImportMigrationAdvance(request, runtime);
|
|
34870
|
+
* ...
|
|
34871
|
+
*
|
|
34872
|
+
* @param request CreateImportMigrationRequest
|
|
34873
|
+
* @return CreateImportMigrationResponse
|
|
34874
|
+
*/
|
|
34770
34875
|
async createImportMigration(request: CreateImportMigrationRequest): Promise<CreateImportMigrationResponse> {
|
|
34771
34876
|
let runtime = new $Util.RuntimeOptions({ });
|
|
34772
34877
|
return await this.createImportMigrationWithOptions(request, runtime);
|
|
@@ -34955,6 +35060,13 @@ export default class Client extends OpenApi {
|
|
|
34955
35060
|
return await this.createMetaCategoryWithOptions(request, runtime);
|
|
34956
35061
|
}
|
|
34957
35062
|
|
|
35063
|
+
/**
|
|
35064
|
+
* Collections are classified into various types. The names of collections of the same type must be different.
|
|
35065
|
+
*
|
|
35066
|
+
* @param request CreateMetaCollectionRequest
|
|
35067
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
35068
|
+
* @return CreateMetaCollectionResponse
|
|
35069
|
+
*/
|
|
34958
35070
|
async createMetaCollectionWithOptions(request: CreateMetaCollectionRequest, runtime: $Util.RuntimeOptions): Promise<CreateMetaCollectionResponse> {
|
|
34959
35071
|
Util.validateModel(request);
|
|
34960
35072
|
let query = { };
|
|
@@ -34991,6 +35103,12 @@ export default class Client extends OpenApi {
|
|
|
34991
35103
|
return $tea.cast<CreateMetaCollectionResponse>(await this.callApi(params, req, runtime), new CreateMetaCollectionResponse({}));
|
|
34992
35104
|
}
|
|
34993
35105
|
|
|
35106
|
+
/**
|
|
35107
|
+
* Collections are classified into various types. The names of collections of the same type must be different.
|
|
35108
|
+
*
|
|
35109
|
+
* @param request CreateMetaCollectionRequest
|
|
35110
|
+
* @return CreateMetaCollectionResponse
|
|
35111
|
+
*/
|
|
34994
35112
|
async createMetaCollection(request: CreateMetaCollectionRequest): Promise<CreateMetaCollectionResponse> {
|
|
34995
35113
|
let runtime = new $Util.RuntimeOptions({ });
|
|
34996
35114
|
return await this.createMetaCollectionWithOptions(request, runtime);
|
|
@@ -36207,6 +36325,13 @@ export default class Client extends OpenApi {
|
|
|
36207
36325
|
return await this.deleteQualityEntityWithOptions(request, runtime);
|
|
36208
36326
|
}
|
|
36209
36327
|
|
|
36328
|
+
/**
|
|
36329
|
+
* 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~~).
|
|
36330
|
+
*
|
|
36331
|
+
* @param request DeleteQualityFollowerRequest
|
|
36332
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
36333
|
+
* @return DeleteQualityFollowerResponse
|
|
36334
|
+
*/
|
|
36210
36335
|
async deleteQualityFollowerWithOptions(request: DeleteQualityFollowerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteQualityFollowerResponse> {
|
|
36211
36336
|
Util.validateModel(request);
|
|
36212
36337
|
let body : {[key: string ]: any} = { };
|
|
@@ -36235,6 +36360,12 @@ export default class Client extends OpenApi {
|
|
|
36235
36360
|
return $tea.cast<DeleteQualityFollowerResponse>(await this.callApi(params, req, runtime), new DeleteQualityFollowerResponse({}));
|
|
36236
36361
|
}
|
|
36237
36362
|
|
|
36363
|
+
/**
|
|
36364
|
+
* 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~~).
|
|
36365
|
+
*
|
|
36366
|
+
* @param request DeleteQualityFollowerRequest
|
|
36367
|
+
* @return DeleteQualityFollowerResponse
|
|
36368
|
+
*/
|
|
36238
36369
|
async deleteQualityFollower(request: DeleteQualityFollowerRequest): Promise<DeleteQualityFollowerResponse> {
|
|
36239
36370
|
let runtime = new $Util.RuntimeOptions({ });
|
|
36240
36371
|
return await this.deleteQualityFollowerWithOptions(request, runtime);
|
|
@@ -36647,6 +36778,14 @@ export default class Client extends OpenApi {
|
|
|
36647
36778
|
return await this.exportDataSourcesWithOptions(request, runtime);
|
|
36648
36779
|
}
|
|
36649
36780
|
|
|
36781
|
+
/**
|
|
36782
|
+
* 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.
|
|
36783
|
+
* DataWorks allows you to create real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
|
|
36784
|
+
*
|
|
36785
|
+
* @param request GenerateDISyncTaskConfigForCreatingRequest
|
|
36786
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
36787
|
+
* @return GenerateDISyncTaskConfigForCreatingResponse
|
|
36788
|
+
*/
|
|
36650
36789
|
async generateDISyncTaskConfigForCreatingWithOptions(request: GenerateDISyncTaskConfigForCreatingRequest, runtime: $Util.RuntimeOptions): Promise<GenerateDISyncTaskConfigForCreatingResponse> {
|
|
36651
36790
|
Util.validateModel(request);
|
|
36652
36791
|
let query = { };
|
|
@@ -36683,11 +36822,25 @@ export default class Client extends OpenApi {
|
|
|
36683
36822
|
return $tea.cast<GenerateDISyncTaskConfigForCreatingResponse>(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForCreatingResponse({}));
|
|
36684
36823
|
}
|
|
36685
36824
|
|
|
36825
|
+
/**
|
|
36826
|
+
* 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.
|
|
36827
|
+
* DataWorks allows you to create real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
|
|
36828
|
+
*
|
|
36829
|
+
* @param request GenerateDISyncTaskConfigForCreatingRequest
|
|
36830
|
+
* @return GenerateDISyncTaskConfigForCreatingResponse
|
|
36831
|
+
*/
|
|
36686
36832
|
async generateDISyncTaskConfigForCreating(request: GenerateDISyncTaskConfigForCreatingRequest): Promise<GenerateDISyncTaskConfigForCreatingResponse> {
|
|
36687
36833
|
let runtime = new $Util.RuntimeOptions({ });
|
|
36688
36834
|
return await this.generateDISyncTaskConfigForCreatingWithOptions(request, runtime);
|
|
36689
36835
|
}
|
|
36690
36836
|
|
|
36837
|
+
/**
|
|
36838
|
+
* 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.
|
|
36839
|
+
*
|
|
36840
|
+
* @param request GenerateDISyncTaskConfigForUpdatingRequest
|
|
36841
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
36842
|
+
* @return GenerateDISyncTaskConfigForUpdatingResponse
|
|
36843
|
+
*/
|
|
36691
36844
|
async generateDISyncTaskConfigForUpdatingWithOptions(request: GenerateDISyncTaskConfigForUpdatingRequest, runtime: $Util.RuntimeOptions): Promise<GenerateDISyncTaskConfigForUpdatingResponse> {
|
|
36692
36845
|
Util.validateModel(request);
|
|
36693
36846
|
let query = { };
|
|
@@ -36728,6 +36881,12 @@ export default class Client extends OpenApi {
|
|
|
36728
36881
|
return $tea.cast<GenerateDISyncTaskConfigForUpdatingResponse>(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForUpdatingResponse({}));
|
|
36729
36882
|
}
|
|
36730
36883
|
|
|
36884
|
+
/**
|
|
36885
|
+
* 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.
|
|
36886
|
+
*
|
|
36887
|
+
* @param request GenerateDISyncTaskConfigForUpdatingRequest
|
|
36888
|
+
* @return GenerateDISyncTaskConfigForUpdatingResponse
|
|
36889
|
+
*/
|
|
36731
36890
|
async generateDISyncTaskConfigForUpdating(request: GenerateDISyncTaskConfigForUpdatingRequest): Promise<GenerateDISyncTaskConfigForUpdatingResponse> {
|
|
36732
36891
|
let runtime = new $Util.RuntimeOptions({ });
|
|
36733
36892
|
return await this.generateDISyncTaskConfigForUpdatingWithOptions(request, runtime);
|
|
@@ -37005,6 +37164,22 @@ export default class Client extends OpenApi {
|
|
|
37005
37164
|
return await this.getDISyncTaskWithOptions(request, runtime);
|
|
37006
37165
|
}
|
|
37007
37166
|
|
|
37167
|
+
/**
|
|
37168
|
+
* Supported DAG types:
|
|
37169
|
+
* * MANUAL: the DAG for a manually triggered workflow.
|
|
37170
|
+
* * SMOKE_TEST: the DAG for a smoke testing workflow.
|
|
37171
|
+
* * SUPPLY_DATA: the DAG for a data backfill instance.
|
|
37172
|
+
* * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
|
|
37173
|
+
* Supported DAG states:
|
|
37174
|
+
* * CREATED: The DAG is created.
|
|
37175
|
+
* * RUNNING: The DAG is running.
|
|
37176
|
+
* * FAILURE: The DAG fails to run.
|
|
37177
|
+
* * SUCCESS: The DAG successfully runs.
|
|
37178
|
+
*
|
|
37179
|
+
* @param request GetDagRequest
|
|
37180
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
37181
|
+
* @return GetDagResponse
|
|
37182
|
+
*/
|
|
37008
37183
|
async getDagWithOptions(request: GetDagRequest, runtime: $Util.RuntimeOptions): Promise<GetDagResponse> {
|
|
37009
37184
|
Util.validateModel(request);
|
|
37010
37185
|
let body : {[key: string ]: any} = { };
|
|
@@ -37033,6 +37208,21 @@ export default class Client extends OpenApi {
|
|
|
37033
37208
|
return $tea.cast<GetDagResponse>(await this.callApi(params, req, runtime), new GetDagResponse({}));
|
|
37034
37209
|
}
|
|
37035
37210
|
|
|
37211
|
+
/**
|
|
37212
|
+
* Supported DAG types:
|
|
37213
|
+
* * MANUAL: the DAG for a manually triggered workflow.
|
|
37214
|
+
* * SMOKE_TEST: the DAG for a smoke testing workflow.
|
|
37215
|
+
* * SUPPLY_DATA: the DAG for a data backfill instance.
|
|
37216
|
+
* * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
|
|
37217
|
+
* Supported DAG states:
|
|
37218
|
+
* * CREATED: The DAG is created.
|
|
37219
|
+
* * RUNNING: The DAG is running.
|
|
37220
|
+
* * FAILURE: The DAG fails to run.
|
|
37221
|
+
* * SUCCESS: The DAG successfully runs.
|
|
37222
|
+
*
|
|
37223
|
+
* @param request GetDagRequest
|
|
37224
|
+
* @return GetDagResponse
|
|
37225
|
+
*/
|
|
37036
37226
|
async getDag(request: GetDagRequest): Promise<GetDagResponse> {
|
|
37037
37227
|
let runtime = new $Util.RuntimeOptions({ });
|
|
37038
37228
|
return await this.getDagWithOptions(request, runtime);
|
|
@@ -37725,6 +37915,13 @@ export default class Client extends OpenApi {
|
|
|
37725
37915
|
return await this.getInstanceErrorRankWithOptions(request, runtime);
|
|
37726
37916
|
}
|
|
37727
37917
|
|
|
37918
|
+
/**
|
|
37919
|
+
* You may not obtain the instance logs that were generated more than seven days ago.
|
|
37920
|
+
*
|
|
37921
|
+
* @param request GetInstanceLogRequest
|
|
37922
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
37923
|
+
* @return GetInstanceLogResponse
|
|
37924
|
+
*/
|
|
37728
37925
|
async getInstanceLogWithOptions(request: GetInstanceLogRequest, runtime: $Util.RuntimeOptions): Promise<GetInstanceLogResponse> {
|
|
37729
37926
|
Util.validateModel(request);
|
|
37730
37927
|
let body : {[key: string ]: any} = { };
|
|
@@ -37757,6 +37954,12 @@ export default class Client extends OpenApi {
|
|
|
37757
37954
|
return $tea.cast<GetInstanceLogResponse>(await this.callApi(params, req, runtime), new GetInstanceLogResponse({}));
|
|
37758
37955
|
}
|
|
37759
37956
|
|
|
37957
|
+
/**
|
|
37958
|
+
* You may not obtain the instance logs that were generated more than seven days ago.
|
|
37959
|
+
*
|
|
37960
|
+
* @param request GetInstanceLogRequest
|
|
37961
|
+
* @return GetInstanceLogResponse
|
|
37962
|
+
*/
|
|
37760
37963
|
async getInstanceLog(request: GetInstanceLogRequest): Promise<GetInstanceLogResponse> {
|
|
37761
37964
|
let runtime = new $Util.RuntimeOptions({ });
|
|
37762
37965
|
return await this.getInstanceLogWithOptions(request, runtime);
|
|
@@ -38038,6 +38241,13 @@ export default class Client extends OpenApi {
|
|
|
38038
38241
|
return await this.getMetaColumnLineageWithOptions(request, runtime);
|
|
38039
38242
|
}
|
|
38040
38243
|
|
|
38244
|
+
/**
|
|
38245
|
+
* You can call this operation to query only the basic metadata information about a MaxCompute or E-MapReduce (EMR) compute engine instance.
|
|
38246
|
+
*
|
|
38247
|
+
* @param request GetMetaDBInfoRequest
|
|
38248
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
38249
|
+
* @return GetMetaDBInfoResponse
|
|
38250
|
+
*/
|
|
38041
38251
|
async getMetaDBInfoWithOptions(request: GetMetaDBInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaDBInfoResponse> {
|
|
38042
38252
|
Util.validateModel(request);
|
|
38043
38253
|
let query = OpenApiUtil.query(Util.toMap(request));
|
|
@@ -38058,6 +38268,12 @@ export default class Client extends OpenApi {
|
|
|
38058
38268
|
return $tea.cast<GetMetaDBInfoResponse>(await this.callApi(params, req, runtime), new GetMetaDBInfoResponse({}));
|
|
38059
38269
|
}
|
|
38060
38270
|
|
|
38271
|
+
/**
|
|
38272
|
+
* You can call this operation to query only the basic metadata information about a MaxCompute or E-MapReduce (EMR) compute engine instance.
|
|
38273
|
+
*
|
|
38274
|
+
* @param request GetMetaDBInfoRequest
|
|
38275
|
+
* @return GetMetaDBInfoResponse
|
|
38276
|
+
*/
|
|
38061
38277
|
async getMetaDBInfo(request: GetMetaDBInfoRequest): Promise<GetMetaDBInfoResponse> {
|
|
38062
38278
|
let runtime = new $Util.RuntimeOptions({ });
|
|
38063
38279
|
return await this.getMetaDBInfoWithOptions(request, runtime);
|
|
@@ -38417,6 +38633,13 @@ export default class Client extends OpenApi {
|
|
|
38417
38633
|
return await this.getMetaTableOutputWithOptions(request, runtime);
|
|
38418
38634
|
}
|
|
38419
38635
|
|
|
38636
|
+
/**
|
|
38637
|
+
* You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
|
|
38638
|
+
*
|
|
38639
|
+
* @param tmpReq GetMetaTablePartitionRequest
|
|
38640
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
38641
|
+
* @return GetMetaTablePartitionResponse
|
|
38642
|
+
*/
|
|
38420
38643
|
async getMetaTablePartitionWithOptions(tmpReq: GetMetaTablePartitionRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTablePartitionResponse> {
|
|
38421
38644
|
Util.validateModel(tmpReq);
|
|
38422
38645
|
let request = new GetMetaTablePartitionShrinkRequest({ });
|
|
@@ -38475,6 +38698,12 @@ export default class Client extends OpenApi {
|
|
|
38475
38698
|
return $tea.cast<GetMetaTablePartitionResponse>(await this.callApi(params, req, runtime), new GetMetaTablePartitionResponse({}));
|
|
38476
38699
|
}
|
|
38477
38700
|
|
|
38701
|
+
/**
|
|
38702
|
+
* You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
|
|
38703
|
+
*
|
|
38704
|
+
* @param request GetMetaTablePartitionRequest
|
|
38705
|
+
* @return GetMetaTablePartitionResponse
|
|
38706
|
+
*/
|
|
38478
38707
|
async getMetaTablePartition(request: GetMetaTablePartitionRequest): Promise<GetMetaTablePartitionResponse> {
|
|
38479
38708
|
let runtime = new $Util.RuntimeOptions({ });
|
|
38480
38709
|
return await this.getMetaTablePartitionWithOptions(request, runtime);
|
|
@@ -39321,6 +39550,15 @@ export default class Client extends OpenApi {
|
|
|
39321
39550
|
return await this.getTopicInfluenceWithOptions(request, runtime);
|
|
39322
39551
|
}
|
|
39323
39552
|
|
|
39553
|
+
/**
|
|
39554
|
+
* You can import self-managed data sources or data sources that are exported from other Dataworks workspaces to a specified DataWorks workspace.
|
|
39555
|
+
* * 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~~).
|
|
39556
|
+
* * For more information about how to export data sources from DataWorks workspaces to on-premises devices, see [ExportDataSources](~~279570~~).
|
|
39557
|
+
*
|
|
39558
|
+
* @param request ImportDataSourcesRequest
|
|
39559
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
39560
|
+
* @return ImportDataSourcesResponse
|
|
39561
|
+
*/
|
|
39324
39562
|
async importDataSourcesWithOptions(request: ImportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ImportDataSourcesResponse> {
|
|
39325
39563
|
Util.validateModel(request);
|
|
39326
39564
|
let query = { };
|
|
@@ -39349,6 +39587,14 @@ export default class Client extends OpenApi {
|
|
|
39349
39587
|
return $tea.cast<ImportDataSourcesResponse>(await this.callApi(params, req, runtime), new ImportDataSourcesResponse({}));
|
|
39350
39588
|
}
|
|
39351
39589
|
|
|
39590
|
+
/**
|
|
39591
|
+
* You can import self-managed data sources or data sources that are exported from other Dataworks workspaces to a specified DataWorks workspace.
|
|
39592
|
+
* * 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~~).
|
|
39593
|
+
* * For more information about how to export data sources from DataWorks workspaces to on-premises devices, see [ExportDataSources](~~279570~~).
|
|
39594
|
+
*
|
|
39595
|
+
* @param request ImportDataSourcesRequest
|
|
39596
|
+
* @return ImportDataSourcesResponse
|
|
39597
|
+
*/
|
|
39352
39598
|
async importDataSources(request: ImportDataSourcesRequest): Promise<ImportDataSourcesResponse> {
|
|
39353
39599
|
let runtime = new $Util.RuntimeOptions({ });
|
|
39354
39600
|
return await this.importDataSourcesWithOptions(request, runtime);
|
|
@@ -39728,6 +39974,13 @@ export default class Client extends OpenApi {
|
|
|
39728
39974
|
return await this.listConnectionsWithOptions(request, runtime);
|
|
39729
39975
|
}
|
|
39730
39976
|
|
|
39977
|
+
/**
|
|
39978
|
+
* 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~~).
|
|
39979
|
+
*
|
|
39980
|
+
* @param request ListDIProjectConfigRequest
|
|
39981
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
39982
|
+
* @return ListDIProjectConfigResponse
|
|
39983
|
+
*/
|
|
39731
39984
|
async listDIProjectConfigWithOptions(request: ListDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListDIProjectConfigResponse> {
|
|
39732
39985
|
Util.validateModel(request);
|
|
39733
39986
|
let query = { };
|
|
@@ -39760,11 +40013,33 @@ export default class Client extends OpenApi {
|
|
|
39760
40013
|
return $tea.cast<ListDIProjectConfigResponse>(await this.callApi(params, req, runtime), new ListDIProjectConfigResponse({}));
|
|
39761
40014
|
}
|
|
39762
40015
|
|
|
40016
|
+
/**
|
|
40017
|
+
* 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~~).
|
|
40018
|
+
*
|
|
40019
|
+
* @param request ListDIProjectConfigRequest
|
|
40020
|
+
* @return ListDIProjectConfigResponse
|
|
40021
|
+
*/
|
|
39763
40022
|
async listDIProjectConfig(request: ListDIProjectConfigRequest): Promise<ListDIProjectConfigResponse> {
|
|
39764
40023
|
let runtime = new $Util.RuntimeOptions({ });
|
|
39765
40024
|
return await this.listDIProjectConfigWithOptions(request, runtime);
|
|
39766
40025
|
}
|
|
39767
40026
|
|
|
40027
|
+
/**
|
|
40028
|
+
* Supported DAG types:
|
|
40029
|
+
* * MANUAL: the DAG for a manually triggered workflow.
|
|
40030
|
+
* * SMOKE_TEST: the DAG for a smoke testing workflow.
|
|
40031
|
+
* * SUPPLY_DATA: the DAG for a data backfill instance.
|
|
40032
|
+
* * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
|
|
40033
|
+
* Supported DAG states:
|
|
40034
|
+
* * CREATED: The DAG is created.
|
|
40035
|
+
* * RUNNING: The DAG is running.
|
|
40036
|
+
* * FAILURE: The DAG fails to run.
|
|
40037
|
+
* * SUCCESS: The DAG successfully runs.
|
|
40038
|
+
*
|
|
40039
|
+
* @param request ListDagsRequest
|
|
40040
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
40041
|
+
* @return ListDagsResponse
|
|
40042
|
+
*/
|
|
39768
40043
|
async listDagsWithOptions(request: ListDagsRequest, runtime: $Util.RuntimeOptions): Promise<ListDagsResponse> {
|
|
39769
40044
|
Util.validateModel(request);
|
|
39770
40045
|
let body : {[key: string ]: any} = { };
|
|
@@ -39793,6 +40068,21 @@ export default class Client extends OpenApi {
|
|
|
39793
40068
|
return $tea.cast<ListDagsResponse>(await this.callApi(params, req, runtime), new ListDagsResponse({}));
|
|
39794
40069
|
}
|
|
39795
40070
|
|
|
40071
|
+
/**
|
|
40072
|
+
* Supported DAG types:
|
|
40073
|
+
* * MANUAL: the DAG for a manually triggered workflow.
|
|
40074
|
+
* * SMOKE_TEST: the DAG for a smoke testing workflow.
|
|
40075
|
+
* * SUPPLY_DATA: the DAG for a data backfill instance.
|
|
40076
|
+
* * BUSINESS_PROCESS_DAG: the DAG for a one-time workflow.
|
|
40077
|
+
* Supported DAG states:
|
|
40078
|
+
* * CREATED: The DAG is created.
|
|
40079
|
+
* * RUNNING: The DAG is running.
|
|
40080
|
+
* * FAILURE: The DAG fails to run.
|
|
40081
|
+
* * SUCCESS: The DAG successfully runs.
|
|
40082
|
+
*
|
|
40083
|
+
* @param request ListDagsRequest
|
|
40084
|
+
* @return ListDagsResponse
|
|
40085
|
+
*/
|
|
39796
40086
|
async listDags(request: ListDagsRequest): Promise<ListDagsResponse> {
|
|
39797
40087
|
let runtime = new $Util.RuntimeOptions({ });
|
|
39798
40088
|
return await this.listDagsWithOptions(request, runtime);
|
|
@@ -40808,6 +41098,13 @@ export default class Client extends OpenApi {
|
|
|
40808
41098
|
return await this.listMetaCollectionEntitiesWithOptions(request, runtime);
|
|
40809
41099
|
}
|
|
40810
41100
|
|
|
41101
|
+
/**
|
|
41102
|
+
* The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
|
|
41103
|
+
*
|
|
41104
|
+
* @param request ListMetaCollectionsRequest
|
|
41105
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
41106
|
+
* @return ListMetaCollectionsResponse
|
|
41107
|
+
*/
|
|
40811
41108
|
async listMetaCollectionsWithOptions(request: ListMetaCollectionsRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaCollectionsResponse> {
|
|
40812
41109
|
Util.validateModel(request);
|
|
40813
41110
|
let query = { };
|
|
@@ -40864,6 +41161,12 @@ export default class Client extends OpenApi {
|
|
|
40864
41161
|
return $tea.cast<ListMetaCollectionsResponse>(await this.callApi(params, req, runtime), new ListMetaCollectionsResponse({}));
|
|
40865
41162
|
}
|
|
40866
41163
|
|
|
41164
|
+
/**
|
|
41165
|
+
* The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
|
|
41166
|
+
*
|
|
41167
|
+
* @param request ListMetaCollectionsRequest
|
|
41168
|
+
* @return ListMetaCollectionsResponse
|
|
41169
|
+
*/
|
|
40867
41170
|
async listMetaCollections(request: ListMetaCollectionsRequest): Promise<ListMetaCollectionsResponse> {
|
|
40868
41171
|
let runtime = new $Util.RuntimeOptions({ });
|
|
40869
41172
|
return await this.listMetaCollectionsWithOptions(request, runtime);
|
|
@@ -41264,6 +41567,13 @@ export default class Client extends OpenApi {
|
|
|
41264
41567
|
return await this.listProgramTypeCountWithOptions(request, runtime);
|
|
41265
41568
|
}
|
|
41266
41569
|
|
|
41570
|
+
/**
|
|
41571
|
+
* 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~~).
|
|
41572
|
+
*
|
|
41573
|
+
* @param request ListProjectIdsRequest
|
|
41574
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
41575
|
+
* @return ListProjectIdsResponse
|
|
41576
|
+
*/
|
|
41267
41577
|
async listProjectIdsWithOptions(request: ListProjectIdsRequest, runtime: $Util.RuntimeOptions): Promise<ListProjectIdsResponse> {
|
|
41268
41578
|
Util.validateModel(request);
|
|
41269
41579
|
let query = { };
|
|
@@ -41288,6 +41598,12 @@ export default class Client extends OpenApi {
|
|
|
41288
41598
|
return $tea.cast<ListProjectIdsResponse>(await this.callApi(params, req, runtime), new ListProjectIdsResponse({}));
|
|
41289
41599
|
}
|
|
41290
41600
|
|
|
41601
|
+
/**
|
|
41602
|
+
* 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~~).
|
|
41603
|
+
*
|
|
41604
|
+
* @param request ListProjectIdsRequest
|
|
41605
|
+
* @return ListProjectIdsResponse
|
|
41606
|
+
*/
|
|
41291
41607
|
async listProjectIds(request: ListProjectIdsRequest): Promise<ListProjectIdsResponse> {
|
|
41292
41608
|
let runtime = new $Util.RuntimeOptions({ });
|
|
41293
41609
|
return await this.listProjectIdsWithOptions(request, runtime);
|
|
@@ -41948,6 +42264,10 @@ export default class Client extends OpenApi {
|
|
|
41948
42264
|
body["TargetType"] = request.targetType;
|
|
41949
42265
|
}
|
|
41950
42266
|
|
|
42267
|
+
if (!Util.isUnset(request.targetUserId)) {
|
|
42268
|
+
body["TargetUserId"] = request.targetUserId;
|
|
42269
|
+
}
|
|
42270
|
+
|
|
41951
42271
|
let req = new $OpenApi.OpenApiRequest({
|
|
41952
42272
|
body: OpenApiUtil.parseToMap(body),
|
|
41953
42273
|
});
|
|
@@ -42040,6 +42360,14 @@ export default class Client extends OpenApi {
|
|
|
42040
42360
|
return await this.publishDataServiceApiWithOptions(request, runtime);
|
|
42041
42361
|
}
|
|
42042
42362
|
|
|
42363
|
+
/**
|
|
42364
|
+
* 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.
|
|
42365
|
+
* DataWorks allows you to create or update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
|
|
42366
|
+
*
|
|
42367
|
+
* @param request QueryDISyncTaskConfigProcessResultRequest
|
|
42368
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
42369
|
+
* @return QueryDISyncTaskConfigProcessResultResponse
|
|
42370
|
+
*/
|
|
42043
42371
|
async queryDISyncTaskConfigProcessResultWithOptions(request: QueryDISyncTaskConfigProcessResultRequest, runtime: $Util.RuntimeOptions): Promise<QueryDISyncTaskConfigProcessResultResponse> {
|
|
42044
42372
|
Util.validateModel(request);
|
|
42045
42373
|
let query = { };
|
|
@@ -42072,11 +42400,28 @@ export default class Client extends OpenApi {
|
|
|
42072
42400
|
return $tea.cast<QueryDISyncTaskConfigProcessResultResponse>(await this.callApi(params, req, runtime), new QueryDISyncTaskConfigProcessResultResponse({}));
|
|
42073
42401
|
}
|
|
42074
42402
|
|
|
42403
|
+
/**
|
|
42404
|
+
* 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.
|
|
42405
|
+
* DataWorks allows you to create or update real-time synchronization nodes and synchronization solutions in Data Integration only in asynchronous mode.
|
|
42406
|
+
*
|
|
42407
|
+
* @param request QueryDISyncTaskConfigProcessResultRequest
|
|
42408
|
+
* @return QueryDISyncTaskConfigProcessResultResponse
|
|
42409
|
+
*/
|
|
42075
42410
|
async queryDISyncTaskConfigProcessResult(request: QueryDISyncTaskConfigProcessResultRequest): Promise<QueryDISyncTaskConfigProcessResultResponse> {
|
|
42076
42411
|
let runtime = new $Util.RuntimeOptions({ });
|
|
42077
42412
|
return await this.queryDISyncTaskConfigProcessResultWithOptions(request, runtime);
|
|
42078
42413
|
}
|
|
42079
42414
|
|
|
42415
|
+
/**
|
|
42416
|
+
* * You must use FML statements to query information about the data modeling engine when you call this operation.
|
|
42417
|
+
* * 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.
|
|
42418
|
+
* 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.
|
|
42419
|
+
* * A maximum of 1,000 entries can be returned each time you call the operation.
|
|
42420
|
+
*
|
|
42421
|
+
* @param request QueryPublicModelEngineRequest
|
|
42422
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
42423
|
+
* @return QueryPublicModelEngineResponse
|
|
42424
|
+
*/
|
|
42080
42425
|
async queryPublicModelEngineWithOptions(request: QueryPublicModelEngineRequest, runtime: $Util.RuntimeOptions): Promise<QueryPublicModelEngineResponse> {
|
|
42081
42426
|
Util.validateModel(request);
|
|
42082
42427
|
let body : {[key: string ]: any} = { };
|
|
@@ -42105,6 +42450,15 @@ export default class Client extends OpenApi {
|
|
|
42105
42450
|
return $tea.cast<QueryPublicModelEngineResponse>(await this.callApi(params, req, runtime), new QueryPublicModelEngineResponse({}));
|
|
42106
42451
|
}
|
|
42107
42452
|
|
|
42453
|
+
/**
|
|
42454
|
+
* * You must use FML statements to query information about the data modeling engine when you call this operation.
|
|
42455
|
+
* * 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.
|
|
42456
|
+
* 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.
|
|
42457
|
+
* * A maximum of 1,000 entries can be returned each time you call the operation.
|
|
42458
|
+
*
|
|
42459
|
+
* @param request QueryPublicModelEngineRequest
|
|
42460
|
+
* @return QueryPublicModelEngineResponse
|
|
42461
|
+
*/
|
|
42108
42462
|
async queryPublicModelEngine(request: QueryPublicModelEngineRequest): Promise<QueryPublicModelEngineResponse> {
|
|
42109
42463
|
let runtime = new $Util.RuntimeOptions({ });
|
|
42110
42464
|
return await this.queryPublicModelEngineWithOptions(request, runtime);
|
|
@@ -42311,6 +42665,13 @@ export default class Client extends OpenApi {
|
|
|
42311
42665
|
return await this.revokeTablePermissionWithOptions(request, runtime);
|
|
42312
42666
|
}
|
|
42313
42667
|
|
|
42668
|
+
/**
|
|
42669
|
+
* For more information about data backfill, see [Backfill data](~~137937~~).
|
|
42670
|
+
*
|
|
42671
|
+
* @param request RunCycleDagNodesRequest
|
|
42672
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
42673
|
+
* @return RunCycleDagNodesResponse
|
|
42674
|
+
*/
|
|
42314
42675
|
async runCycleDagNodesWithOptions(request: RunCycleDagNodesRequest, runtime: $Util.RuntimeOptions): Promise<RunCycleDagNodesResponse> {
|
|
42315
42676
|
Util.validateModel(request);
|
|
42316
42677
|
let body : {[key: string ]: any} = { };
|
|
@@ -42379,6 +42740,12 @@ export default class Client extends OpenApi {
|
|
|
42379
42740
|
return $tea.cast<RunCycleDagNodesResponse>(await this.callApi(params, req, runtime), new RunCycleDagNodesResponse({}));
|
|
42380
42741
|
}
|
|
42381
42742
|
|
|
42743
|
+
/**
|
|
42744
|
+
* For more information about data backfill, see [Backfill data](~~137937~~).
|
|
42745
|
+
*
|
|
42746
|
+
* @param request RunCycleDagNodesRequest
|
|
42747
|
+
* @return RunCycleDagNodesResponse
|
|
42748
|
+
*/
|
|
42382
42749
|
async runCycleDagNodes(request: RunCycleDagNodesRequest): Promise<RunCycleDagNodesResponse> {
|
|
42383
42750
|
let runtime = new $Util.RuntimeOptions({ });
|
|
42384
42751
|
return await this.runCycleDagNodesWithOptions(request, runtime);
|
|
@@ -42556,6 +42923,13 @@ export default class Client extends OpenApi {
|
|
|
42556
42923
|
return await this.scanSensitiveDataWithOptions(request, runtime);
|
|
42557
42924
|
}
|
|
42558
42925
|
|
|
42926
|
+
/**
|
|
42927
|
+
* You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine instance.
|
|
42928
|
+
*
|
|
42929
|
+
* @param request SearchMetaTablesRequest
|
|
42930
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
42931
|
+
* @return SearchMetaTablesResponse
|
|
42932
|
+
*/
|
|
42559
42933
|
async searchMetaTablesWithOptions(request: SearchMetaTablesRequest, runtime: $Util.RuntimeOptions): Promise<SearchMetaTablesResponse> {
|
|
42560
42934
|
Util.validateModel(request);
|
|
42561
42935
|
let query = { };
|
|
@@ -42608,6 +42982,12 @@ export default class Client extends OpenApi {
|
|
|
42608
42982
|
return $tea.cast<SearchMetaTablesResponse>(await this.callApi(params, req, runtime), new SearchMetaTablesResponse({}));
|
|
42609
42983
|
}
|
|
42610
42984
|
|
|
42985
|
+
/**
|
|
42986
|
+
* You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine instance.
|
|
42987
|
+
*
|
|
42988
|
+
* @param request SearchMetaTablesRequest
|
|
42989
|
+
* @return SearchMetaTablesResponse
|
|
42990
|
+
*/
|
|
42611
42991
|
async searchMetaTables(request: SearchMetaTablesRequest): Promise<SearchMetaTablesResponse> {
|
|
42612
42992
|
let runtime = new $Util.RuntimeOptions({ });
|
|
42613
42993
|
return await this.searchMetaTablesWithOptions(request, runtime);
|
|
@@ -43174,6 +43554,10 @@ export default class Client extends OpenApi {
|
|
|
43174
43554
|
body["TargetType"] = request.targetType;
|
|
43175
43555
|
}
|
|
43176
43556
|
|
|
43557
|
+
if (!Util.isUnset(request.targetUserId)) {
|
|
43558
|
+
body["TargetUserId"] = request.targetUserId;
|
|
43559
|
+
}
|
|
43560
|
+
|
|
43177
43561
|
let req = new $OpenApi.OpenApiRequest({
|
|
43178
43562
|
body: OpenApiUtil.parseToMap(body),
|
|
43179
43563
|
});
|
|
@@ -43392,6 +43776,13 @@ export default class Client extends OpenApi {
|
|
|
43392
43776
|
return await this.updateConnectionWithOptions(request, runtime);
|
|
43393
43777
|
}
|
|
43394
43778
|
|
|
43779
|
+
/**
|
|
43780
|
+
* 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~~).
|
|
43781
|
+
*
|
|
43782
|
+
* @param request UpdateDIProjectConfigRequest
|
|
43783
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
43784
|
+
* @return UpdateDIProjectConfigResponse
|
|
43785
|
+
*/
|
|
43395
43786
|
async updateDIProjectConfigWithOptions(request: UpdateDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDIProjectConfigResponse> {
|
|
43396
43787
|
Util.validateModel(request);
|
|
43397
43788
|
let query = { };
|
|
@@ -43428,6 +43819,12 @@ export default class Client extends OpenApi {
|
|
|
43428
43819
|
return $tea.cast<UpdateDIProjectConfigResponse>(await this.callApi(params, req, runtime), new UpdateDIProjectConfigResponse({}));
|
|
43429
43820
|
}
|
|
43430
43821
|
|
|
43822
|
+
/**
|
|
43823
|
+
* 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~~).
|
|
43824
|
+
*
|
|
43825
|
+
* @param request UpdateDIProjectConfigRequest
|
|
43826
|
+
* @return UpdateDIProjectConfigResponse
|
|
43827
|
+
*/
|
|
43431
43828
|
async updateDIProjectConfig(request: UpdateDIProjectConfigRequest): Promise<UpdateDIProjectConfigResponse> {
|
|
43432
43829
|
let runtime = new $Util.RuntimeOptions({ });
|
|
43433
43830
|
return await this.updateDIProjectConfigWithOptions(request, runtime);
|
|
@@ -43509,6 +43906,10 @@ export default class Client extends OpenApi {
|
|
|
43509
43906
|
body["RequestMethod"] = request.requestMethod;
|
|
43510
43907
|
}
|
|
43511
43908
|
|
|
43909
|
+
if (!Util.isUnset(request.resourceGroupId)) {
|
|
43910
|
+
body["ResourceGroupId"] = request.resourceGroupId;
|
|
43911
|
+
}
|
|
43912
|
+
|
|
43512
43913
|
if (!Util.isUnset(request.responseContentType)) {
|
|
43513
43914
|
body["ResponseContentType"] = request.responseContentType;
|
|
43514
43915
|
}
|
|
@@ -43600,6 +44001,13 @@ export default class Client extends OpenApi {
|
|
|
43600
44001
|
return await this.updateDataSourceWithOptions(request, runtime);
|
|
43601
44002
|
}
|
|
43602
44003
|
|
|
44004
|
+
/**
|
|
44005
|
+
* 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.
|
|
44006
|
+
*
|
|
44007
|
+
* @param request UpdateFileRequest
|
|
44008
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
44009
|
+
* @return UpdateFileResponse
|
|
44010
|
+
*/
|
|
43603
44011
|
async updateFileWithOptions(request: UpdateFileRequest, runtime: $Util.RuntimeOptions): Promise<UpdateFileResponse> {
|
|
43604
44012
|
Util.validateModel(request);
|
|
43605
44013
|
let body : {[key: string ]: any} = { };
|
|
@@ -43736,6 +44144,12 @@ export default class Client extends OpenApi {
|
|
|
43736
44144
|
return $tea.cast<UpdateFileResponse>(await this.callApi(params, req, runtime), new UpdateFileResponse({}));
|
|
43737
44145
|
}
|
|
43738
44146
|
|
|
44147
|
+
/**
|
|
44148
|
+
* 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.
|
|
44149
|
+
*
|
|
44150
|
+
* @param request UpdateFileRequest
|
|
44151
|
+
* @return UpdateFileResponse
|
|
44152
|
+
*/
|
|
43739
44153
|
async updateFile(request: UpdateFileRequest): Promise<UpdateFileResponse> {
|
|
43740
44154
|
let runtime = new $Util.RuntimeOptions({ });
|
|
43741
44155
|
return await this.updateFileWithOptions(request, runtime);
|
|
@@ -43860,6 +44274,13 @@ export default class Client extends OpenApi {
|
|
|
43860
44274
|
return await this.updateMetaCategoryWithOptions(request, runtime);
|
|
43861
44275
|
}
|
|
43862
44276
|
|
|
44277
|
+
/**
|
|
44278
|
+
* Only the name and comment of a collection can be updated.
|
|
44279
|
+
*
|
|
44280
|
+
* @param request UpdateMetaCollectionRequest
|
|
44281
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
44282
|
+
* @return UpdateMetaCollectionResponse
|
|
44283
|
+
*/
|
|
43863
44284
|
async updateMetaCollectionWithOptions(request: UpdateMetaCollectionRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMetaCollectionResponse> {
|
|
43864
44285
|
Util.validateModel(request);
|
|
43865
44286
|
let query = { };
|
|
@@ -43892,6 +44313,12 @@ export default class Client extends OpenApi {
|
|
|
43892
44313
|
return $tea.cast<UpdateMetaCollectionResponse>(await this.callApi(params, req, runtime), new UpdateMetaCollectionResponse({}));
|
|
43893
44314
|
}
|
|
43894
44315
|
|
|
44316
|
+
/**
|
|
44317
|
+
* Only the name and comment of a collection can be updated.
|
|
44318
|
+
*
|
|
44319
|
+
* @param request UpdateMetaCollectionRequest
|
|
44320
|
+
* @return UpdateMetaCollectionResponse
|
|
44321
|
+
*/
|
|
43895
44322
|
async updateMetaCollection(request: UpdateMetaCollectionRequest): Promise<UpdateMetaCollectionResponse> {
|
|
43896
44323
|
let runtime = new $Util.RuntimeOptions({ });
|
|
43897
44324
|
return await this.updateMetaCollectionWithOptions(request, runtime);
|