@alicloud/dataworks-public20200518 4.4.0 → 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 +388 -0
- package/dist/client.js +414 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +430 -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
|
};
|
|
@@ -26414,10 +26438,12 @@ export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveAcc
|
|
|
26414
26438
|
export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveContentProjectMetaObjectMetaListColumnMetaList extends $tea.Model {
|
|
26415
26439
|
columnComment?: string;
|
|
26416
26440
|
columnName?: string;
|
|
26441
|
+
securityLevel?: string;
|
|
26417
26442
|
static names(): { [key: string]: string } {
|
|
26418
26443
|
return {
|
|
26419
26444
|
columnComment: 'ColumnComment',
|
|
26420
26445
|
columnName: 'ColumnName',
|
|
26446
|
+
securityLevel: 'SecurityLevel',
|
|
26421
26447
|
};
|
|
26422
26448
|
}
|
|
26423
26449
|
|
|
@@ -26425,6 +26451,7 @@ export class GetPermissionApplyOrderDetailResponseBodyApplyOrderDetailApproveCon
|
|
|
26425
26451
|
return {
|
|
26426
26452
|
columnComment: 'string',
|
|
26427
26453
|
columnName: 'string',
|
|
26454
|
+
securityLevel: 'string',
|
|
26428
26455
|
};
|
|
26429
26456
|
}
|
|
26430
26457
|
|
|
@@ -30904,6 +30931,7 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
30904
30931
|
description?: string;
|
|
30905
30932
|
dqcDescription?: string;
|
|
30906
30933
|
dqcType?: number;
|
|
30934
|
+
fileType?: number;
|
|
30907
30935
|
nodeId?: number;
|
|
30908
30936
|
nodeName?: string;
|
|
30909
30937
|
ownerId?: string;
|
|
@@ -30914,6 +30942,7 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
30914
30942
|
relatedFlowId?: number;
|
|
30915
30943
|
repeatInterval?: number;
|
|
30916
30944
|
repeatability?: boolean;
|
|
30945
|
+
resGroupIdentifier?: string;
|
|
30917
30946
|
resGroupName?: string;
|
|
30918
30947
|
schedulerType?: string;
|
|
30919
30948
|
static names(): { [key: string]: string } {
|
|
@@ -30925,6 +30954,7 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
30925
30954
|
description: 'Description',
|
|
30926
30955
|
dqcDescription: 'DqcDescription',
|
|
30927
30956
|
dqcType: 'DqcType',
|
|
30957
|
+
fileType: 'FileType',
|
|
30928
30958
|
nodeId: 'NodeId',
|
|
30929
30959
|
nodeName: 'NodeName',
|
|
30930
30960
|
ownerId: 'OwnerId',
|
|
@@ -30935,6 +30965,7 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
30935
30965
|
relatedFlowId: 'RelatedFlowId',
|
|
30936
30966
|
repeatInterval: 'RepeatInterval',
|
|
30937
30967
|
repeatability: 'Repeatability',
|
|
30968
|
+
resGroupIdentifier: 'ResGroupIdentifier',
|
|
30938
30969
|
resGroupName: 'ResGroupName',
|
|
30939
30970
|
schedulerType: 'SchedulerType',
|
|
30940
30971
|
};
|
|
@@ -30949,6 +30980,7 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
30949
30980
|
description: 'string',
|
|
30950
30981
|
dqcDescription: 'string',
|
|
30951
30982
|
dqcType: 'number',
|
|
30983
|
+
fileType: 'number',
|
|
30952
30984
|
nodeId: 'number',
|
|
30953
30985
|
nodeName: 'string',
|
|
30954
30986
|
ownerId: 'string',
|
|
@@ -30959,6 +30991,7 @@ export class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
30959
30991
|
relatedFlowId: 'number',
|
|
30960
30992
|
repeatInterval: 'number',
|
|
30961
30993
|
repeatability: 'boolean',
|
|
30994
|
+
resGroupIdentifier: 'string',
|
|
30962
30995
|
resGroupName: 'string',
|
|
30963
30996
|
schedulerType: 'string',
|
|
30964
30997
|
};
|
|
@@ -33558,6 +33591,13 @@ export default class Client extends OpenApi {
|
|
|
33558
33591
|
return await this.addMetaCollectionEntityWithOptions(request, runtime);
|
|
33559
33592
|
}
|
|
33560
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
|
+
*/
|
|
33561
33601
|
async addProjectMemberToRoleWithOptions(request: AddProjectMemberToRoleRequest, runtime: $Util.RuntimeOptions): Promise<AddProjectMemberToRoleResponse> {
|
|
33562
33602
|
Util.validateModel(request);
|
|
33563
33603
|
let query = { };
|
|
@@ -33594,6 +33634,12 @@ export default class Client extends OpenApi {
|
|
|
33594
33634
|
return $tea.cast<AddProjectMemberToRoleResponse>(await this.callApi(params, req, runtime), new AddProjectMemberToRoleResponse({}));
|
|
33595
33635
|
}
|
|
33596
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
|
+
*/
|
|
33597
33643
|
async addProjectMemberToRole(request: AddProjectMemberToRoleRequest): Promise<AddProjectMemberToRoleResponse> {
|
|
33598
33644
|
let runtime = new $Util.RuntimeOptions({ });
|
|
33599
33645
|
return await this.addProjectMemberToRoleWithOptions(request, runtime);
|
|
@@ -34011,6 +34057,13 @@ export default class Client extends OpenApi {
|
|
|
34011
34057
|
return await this.createConnectionWithOptions(request, runtime);
|
|
34012
34058
|
}
|
|
34013
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
|
+
*/
|
|
34014
34067
|
async createDISyncTaskWithOptions(request: CreateDISyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateDISyncTaskResponse> {
|
|
34015
34068
|
Util.validateModel(request);
|
|
34016
34069
|
let query = { };
|
|
@@ -34055,6 +34108,12 @@ export default class Client extends OpenApi {
|
|
|
34055
34108
|
return $tea.cast<CreateDISyncTaskResponse>(await this.callApi(params, req, runtime), new CreateDISyncTaskResponse({}));
|
|
34056
34109
|
}
|
|
34057
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
|
+
*/
|
|
34058
34117
|
async createDISyncTask(request: CreateDISyncTaskRequest): Promise<CreateDISyncTaskResponse> {
|
|
34059
34118
|
let runtime = new $Util.RuntimeOptions({ });
|
|
34060
34119
|
return await this.createDISyncTaskWithOptions(request, runtime);
|
|
@@ -34247,6 +34306,10 @@ export default class Client extends OpenApi {
|
|
|
34247
34306
|
body["RequestMethod"] = request.requestMethod;
|
|
34248
34307
|
}
|
|
34249
34308
|
|
|
34309
|
+
if (!Util.isUnset(request.resourceGroupId)) {
|
|
34310
|
+
body["ResourceGroupId"] = request.resourceGroupId;
|
|
34311
|
+
}
|
|
34312
|
+
|
|
34250
34313
|
if (!Util.isUnset(request.responseContentType)) {
|
|
34251
34314
|
body["ResponseContentType"] = request.responseContentType;
|
|
34252
34315
|
}
|
|
@@ -34255,6 +34318,10 @@ export default class Client extends OpenApi {
|
|
|
34255
34318
|
body["ScriptDetails"] = request.scriptDetails;
|
|
34256
34319
|
}
|
|
34257
34320
|
|
|
34321
|
+
if (!Util.isUnset(request.sqlMode)) {
|
|
34322
|
+
body["SqlMode"] = request.sqlMode;
|
|
34323
|
+
}
|
|
34324
|
+
|
|
34258
34325
|
if (!Util.isUnset(request.tenantId)) {
|
|
34259
34326
|
body["TenantId"] = request.tenantId;
|
|
34260
34327
|
}
|
|
@@ -34708,6 +34775,27 @@ export default class Client extends OpenApi {
|
|
|
34708
34775
|
return await this.createFolderWithOptions(request, runtime);
|
|
34709
34776
|
}
|
|
34710
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
|
+
*/
|
|
34711
34799
|
async createImportMigrationWithOptions(request: CreateImportMigrationRequest, runtime: $Util.RuntimeOptions): Promise<CreateImportMigrationResponse> {
|
|
34712
34800
|
Util.validateModel(request);
|
|
34713
34801
|
let body : {[key: string ]: any} = { };
|
|
@@ -34764,6 +34852,26 @@ export default class Client extends OpenApi {
|
|
|
34764
34852
|
return $tea.cast<CreateImportMigrationResponse>(await this.callApi(params, req, runtime), new CreateImportMigrationResponse({}));
|
|
34765
34853
|
}
|
|
34766
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
|
+
*/
|
|
34767
34875
|
async createImportMigration(request: CreateImportMigrationRequest): Promise<CreateImportMigrationResponse> {
|
|
34768
34876
|
let runtime = new $Util.RuntimeOptions({ });
|
|
34769
34877
|
return await this.createImportMigrationWithOptions(request, runtime);
|
|
@@ -34952,6 +35060,13 @@ export default class Client extends OpenApi {
|
|
|
34952
35060
|
return await this.createMetaCategoryWithOptions(request, runtime);
|
|
34953
35061
|
}
|
|
34954
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
|
+
*/
|
|
34955
35070
|
async createMetaCollectionWithOptions(request: CreateMetaCollectionRequest, runtime: $Util.RuntimeOptions): Promise<CreateMetaCollectionResponse> {
|
|
34956
35071
|
Util.validateModel(request);
|
|
34957
35072
|
let query = { };
|
|
@@ -34988,6 +35103,12 @@ export default class Client extends OpenApi {
|
|
|
34988
35103
|
return $tea.cast<CreateMetaCollectionResponse>(await this.callApi(params, req, runtime), new CreateMetaCollectionResponse({}));
|
|
34989
35104
|
}
|
|
34990
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
|
+
*/
|
|
34991
35112
|
async createMetaCollection(request: CreateMetaCollectionRequest): Promise<CreateMetaCollectionResponse> {
|
|
34992
35113
|
let runtime = new $Util.RuntimeOptions({ });
|
|
34993
35114
|
return await this.createMetaCollectionWithOptions(request, runtime);
|
|
@@ -36204,6 +36325,13 @@ export default class Client extends OpenApi {
|
|
|
36204
36325
|
return await this.deleteQualityEntityWithOptions(request, runtime);
|
|
36205
36326
|
}
|
|
36206
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
|
+
*/
|
|
36207
36335
|
async deleteQualityFollowerWithOptions(request: DeleteQualityFollowerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteQualityFollowerResponse> {
|
|
36208
36336
|
Util.validateModel(request);
|
|
36209
36337
|
let body : {[key: string ]: any} = { };
|
|
@@ -36232,6 +36360,12 @@ export default class Client extends OpenApi {
|
|
|
36232
36360
|
return $tea.cast<DeleteQualityFollowerResponse>(await this.callApi(params, req, runtime), new DeleteQualityFollowerResponse({}));
|
|
36233
36361
|
}
|
|
36234
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
|
+
*/
|
|
36235
36369
|
async deleteQualityFollower(request: DeleteQualityFollowerRequest): Promise<DeleteQualityFollowerResponse> {
|
|
36236
36370
|
let runtime = new $Util.RuntimeOptions({ });
|
|
36237
36371
|
return await this.deleteQualityFollowerWithOptions(request, runtime);
|
|
@@ -36644,6 +36778,14 @@ export default class Client extends OpenApi {
|
|
|
36644
36778
|
return await this.exportDataSourcesWithOptions(request, runtime);
|
|
36645
36779
|
}
|
|
36646
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
|
+
*/
|
|
36647
36789
|
async generateDISyncTaskConfigForCreatingWithOptions(request: GenerateDISyncTaskConfigForCreatingRequest, runtime: $Util.RuntimeOptions): Promise<GenerateDISyncTaskConfigForCreatingResponse> {
|
|
36648
36790
|
Util.validateModel(request);
|
|
36649
36791
|
let query = { };
|
|
@@ -36680,11 +36822,25 @@ export default class Client extends OpenApi {
|
|
|
36680
36822
|
return $tea.cast<GenerateDISyncTaskConfigForCreatingResponse>(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForCreatingResponse({}));
|
|
36681
36823
|
}
|
|
36682
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
|
+
*/
|
|
36683
36832
|
async generateDISyncTaskConfigForCreating(request: GenerateDISyncTaskConfigForCreatingRequest): Promise<GenerateDISyncTaskConfigForCreatingResponse> {
|
|
36684
36833
|
let runtime = new $Util.RuntimeOptions({ });
|
|
36685
36834
|
return await this.generateDISyncTaskConfigForCreatingWithOptions(request, runtime);
|
|
36686
36835
|
}
|
|
36687
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
|
+
*/
|
|
36688
36844
|
async generateDISyncTaskConfigForUpdatingWithOptions(request: GenerateDISyncTaskConfigForUpdatingRequest, runtime: $Util.RuntimeOptions): Promise<GenerateDISyncTaskConfigForUpdatingResponse> {
|
|
36689
36845
|
Util.validateModel(request);
|
|
36690
36846
|
let query = { };
|
|
@@ -36725,6 +36881,12 @@ export default class Client extends OpenApi {
|
|
|
36725
36881
|
return $tea.cast<GenerateDISyncTaskConfigForUpdatingResponse>(await this.callApi(params, req, runtime), new GenerateDISyncTaskConfigForUpdatingResponse({}));
|
|
36726
36882
|
}
|
|
36727
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
|
+
*/
|
|
36728
36890
|
async generateDISyncTaskConfigForUpdating(request: GenerateDISyncTaskConfigForUpdatingRequest): Promise<GenerateDISyncTaskConfigForUpdatingResponse> {
|
|
36729
36891
|
let runtime = new $Util.RuntimeOptions({ });
|
|
36730
36892
|
return await this.generateDISyncTaskConfigForUpdatingWithOptions(request, runtime);
|
|
@@ -37002,6 +37164,22 @@ export default class Client extends OpenApi {
|
|
|
37002
37164
|
return await this.getDISyncTaskWithOptions(request, runtime);
|
|
37003
37165
|
}
|
|
37004
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
|
+
*/
|
|
37005
37183
|
async getDagWithOptions(request: GetDagRequest, runtime: $Util.RuntimeOptions): Promise<GetDagResponse> {
|
|
37006
37184
|
Util.validateModel(request);
|
|
37007
37185
|
let body : {[key: string ]: any} = { };
|
|
@@ -37030,6 +37208,21 @@ export default class Client extends OpenApi {
|
|
|
37030
37208
|
return $tea.cast<GetDagResponse>(await this.callApi(params, req, runtime), new GetDagResponse({}));
|
|
37031
37209
|
}
|
|
37032
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
|
+
*/
|
|
37033
37226
|
async getDag(request: GetDagRequest): Promise<GetDagResponse> {
|
|
37034
37227
|
let runtime = new $Util.RuntimeOptions({ });
|
|
37035
37228
|
return await this.getDagWithOptions(request, runtime);
|
|
@@ -37722,6 +37915,13 @@ export default class Client extends OpenApi {
|
|
|
37722
37915
|
return await this.getInstanceErrorRankWithOptions(request, runtime);
|
|
37723
37916
|
}
|
|
37724
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
|
+
*/
|
|
37725
37925
|
async getInstanceLogWithOptions(request: GetInstanceLogRequest, runtime: $Util.RuntimeOptions): Promise<GetInstanceLogResponse> {
|
|
37726
37926
|
Util.validateModel(request);
|
|
37727
37927
|
let body : {[key: string ]: any} = { };
|
|
@@ -37754,6 +37954,12 @@ export default class Client extends OpenApi {
|
|
|
37754
37954
|
return $tea.cast<GetInstanceLogResponse>(await this.callApi(params, req, runtime), new GetInstanceLogResponse({}));
|
|
37755
37955
|
}
|
|
37756
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
|
+
*/
|
|
37757
37963
|
async getInstanceLog(request: GetInstanceLogRequest): Promise<GetInstanceLogResponse> {
|
|
37758
37964
|
let runtime = new $Util.RuntimeOptions({ });
|
|
37759
37965
|
return await this.getInstanceLogWithOptions(request, runtime);
|
|
@@ -38035,6 +38241,13 @@ export default class Client extends OpenApi {
|
|
|
38035
38241
|
return await this.getMetaColumnLineageWithOptions(request, runtime);
|
|
38036
38242
|
}
|
|
38037
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
|
+
*/
|
|
38038
38251
|
async getMetaDBInfoWithOptions(request: GetMetaDBInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaDBInfoResponse> {
|
|
38039
38252
|
Util.validateModel(request);
|
|
38040
38253
|
let query = OpenApiUtil.query(Util.toMap(request));
|
|
@@ -38055,6 +38268,12 @@ export default class Client extends OpenApi {
|
|
|
38055
38268
|
return $tea.cast<GetMetaDBInfoResponse>(await this.callApi(params, req, runtime), new GetMetaDBInfoResponse({}));
|
|
38056
38269
|
}
|
|
38057
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
|
+
*/
|
|
38058
38277
|
async getMetaDBInfo(request: GetMetaDBInfoRequest): Promise<GetMetaDBInfoResponse> {
|
|
38059
38278
|
let runtime = new $Util.RuntimeOptions({ });
|
|
38060
38279
|
return await this.getMetaDBInfoWithOptions(request, runtime);
|
|
@@ -38414,6 +38633,13 @@ export default class Client extends OpenApi {
|
|
|
38414
38633
|
return await this.getMetaTableOutputWithOptions(request, runtime);
|
|
38415
38634
|
}
|
|
38416
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
|
+
*/
|
|
38417
38643
|
async getMetaTablePartitionWithOptions(tmpReq: GetMetaTablePartitionRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTablePartitionResponse> {
|
|
38418
38644
|
Util.validateModel(tmpReq);
|
|
38419
38645
|
let request = new GetMetaTablePartitionShrinkRequest({ });
|
|
@@ -38472,6 +38698,12 @@ export default class Client extends OpenApi {
|
|
|
38472
38698
|
return $tea.cast<GetMetaTablePartitionResponse>(await this.callApi(params, req, runtime), new GetMetaTablePartitionResponse({}));
|
|
38473
38699
|
}
|
|
38474
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
|
+
*/
|
|
38475
38707
|
async getMetaTablePartition(request: GetMetaTablePartitionRequest): Promise<GetMetaTablePartitionResponse> {
|
|
38476
38708
|
let runtime = new $Util.RuntimeOptions({ });
|
|
38477
38709
|
return await this.getMetaTablePartitionWithOptions(request, runtime);
|
|
@@ -39318,6 +39550,15 @@ export default class Client extends OpenApi {
|
|
|
39318
39550
|
return await this.getTopicInfluenceWithOptions(request, runtime);
|
|
39319
39551
|
}
|
|
39320
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
|
+
*/
|
|
39321
39562
|
async importDataSourcesWithOptions(request: ImportDataSourcesRequest, runtime: $Util.RuntimeOptions): Promise<ImportDataSourcesResponse> {
|
|
39322
39563
|
Util.validateModel(request);
|
|
39323
39564
|
let query = { };
|
|
@@ -39346,6 +39587,14 @@ export default class Client extends OpenApi {
|
|
|
39346
39587
|
return $tea.cast<ImportDataSourcesResponse>(await this.callApi(params, req, runtime), new ImportDataSourcesResponse({}));
|
|
39347
39588
|
}
|
|
39348
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
|
+
*/
|
|
39349
39598
|
async importDataSources(request: ImportDataSourcesRequest): Promise<ImportDataSourcesResponse> {
|
|
39350
39599
|
let runtime = new $Util.RuntimeOptions({ });
|
|
39351
39600
|
return await this.importDataSourcesWithOptions(request, runtime);
|
|
@@ -39725,6 +39974,13 @@ export default class Client extends OpenApi {
|
|
|
39725
39974
|
return await this.listConnectionsWithOptions(request, runtime);
|
|
39726
39975
|
}
|
|
39727
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
|
+
*/
|
|
39728
39984
|
async listDIProjectConfigWithOptions(request: ListDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListDIProjectConfigResponse> {
|
|
39729
39985
|
Util.validateModel(request);
|
|
39730
39986
|
let query = { };
|
|
@@ -39757,11 +40013,33 @@ export default class Client extends OpenApi {
|
|
|
39757
40013
|
return $tea.cast<ListDIProjectConfigResponse>(await this.callApi(params, req, runtime), new ListDIProjectConfigResponse({}));
|
|
39758
40014
|
}
|
|
39759
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
|
+
*/
|
|
39760
40022
|
async listDIProjectConfig(request: ListDIProjectConfigRequest): Promise<ListDIProjectConfigResponse> {
|
|
39761
40023
|
let runtime = new $Util.RuntimeOptions({ });
|
|
39762
40024
|
return await this.listDIProjectConfigWithOptions(request, runtime);
|
|
39763
40025
|
}
|
|
39764
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
|
+
*/
|
|
39765
40043
|
async listDagsWithOptions(request: ListDagsRequest, runtime: $Util.RuntimeOptions): Promise<ListDagsResponse> {
|
|
39766
40044
|
Util.validateModel(request);
|
|
39767
40045
|
let body : {[key: string ]: any} = { };
|
|
@@ -39790,6 +40068,21 @@ export default class Client extends OpenApi {
|
|
|
39790
40068
|
return $tea.cast<ListDagsResponse>(await this.callApi(params, req, runtime), new ListDagsResponse({}));
|
|
39791
40069
|
}
|
|
39792
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
|
+
*/
|
|
39793
40086
|
async listDags(request: ListDagsRequest): Promise<ListDagsResponse> {
|
|
39794
40087
|
let runtime = new $Util.RuntimeOptions({ });
|
|
39795
40088
|
return await this.listDagsWithOptions(request, runtime);
|
|
@@ -40805,6 +41098,13 @@ export default class Client extends OpenApi {
|
|
|
40805
41098
|
return await this.listMetaCollectionEntitiesWithOptions(request, runtime);
|
|
40806
41099
|
}
|
|
40807
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
|
+
*/
|
|
40808
41108
|
async listMetaCollectionsWithOptions(request: ListMetaCollectionsRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaCollectionsResponse> {
|
|
40809
41109
|
Util.validateModel(request);
|
|
40810
41110
|
let query = { };
|
|
@@ -40861,6 +41161,12 @@ export default class Client extends OpenApi {
|
|
|
40861
41161
|
return $tea.cast<ListMetaCollectionsResponse>(await this.callApi(params, req, runtime), new ListMetaCollectionsResponse({}));
|
|
40862
41162
|
}
|
|
40863
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
|
+
*/
|
|
40864
41170
|
async listMetaCollections(request: ListMetaCollectionsRequest): Promise<ListMetaCollectionsResponse> {
|
|
40865
41171
|
let runtime = new $Util.RuntimeOptions({ });
|
|
40866
41172
|
return await this.listMetaCollectionsWithOptions(request, runtime);
|
|
@@ -41261,6 +41567,13 @@ export default class Client extends OpenApi {
|
|
|
41261
41567
|
return await this.listProgramTypeCountWithOptions(request, runtime);
|
|
41262
41568
|
}
|
|
41263
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
|
+
*/
|
|
41264
41577
|
async listProjectIdsWithOptions(request: ListProjectIdsRequest, runtime: $Util.RuntimeOptions): Promise<ListProjectIdsResponse> {
|
|
41265
41578
|
Util.validateModel(request);
|
|
41266
41579
|
let query = { };
|
|
@@ -41285,6 +41598,12 @@ export default class Client extends OpenApi {
|
|
|
41285
41598
|
return $tea.cast<ListProjectIdsResponse>(await this.callApi(params, req, runtime), new ListProjectIdsResponse({}));
|
|
41286
41599
|
}
|
|
41287
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
|
+
*/
|
|
41288
41607
|
async listProjectIds(request: ListProjectIdsRequest): Promise<ListProjectIdsResponse> {
|
|
41289
41608
|
let runtime = new $Util.RuntimeOptions({ });
|
|
41290
41609
|
return await this.listProjectIdsWithOptions(request, runtime);
|
|
@@ -41945,6 +42264,10 @@ export default class Client extends OpenApi {
|
|
|
41945
42264
|
body["TargetType"] = request.targetType;
|
|
41946
42265
|
}
|
|
41947
42266
|
|
|
42267
|
+
if (!Util.isUnset(request.targetUserId)) {
|
|
42268
|
+
body["TargetUserId"] = request.targetUserId;
|
|
42269
|
+
}
|
|
42270
|
+
|
|
41948
42271
|
let req = new $OpenApi.OpenApiRequest({
|
|
41949
42272
|
body: OpenApiUtil.parseToMap(body),
|
|
41950
42273
|
});
|
|
@@ -42037,6 +42360,14 @@ export default class Client extends OpenApi {
|
|
|
42037
42360
|
return await this.publishDataServiceApiWithOptions(request, runtime);
|
|
42038
42361
|
}
|
|
42039
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
|
+
*/
|
|
42040
42371
|
async queryDISyncTaskConfigProcessResultWithOptions(request: QueryDISyncTaskConfigProcessResultRequest, runtime: $Util.RuntimeOptions): Promise<QueryDISyncTaskConfigProcessResultResponse> {
|
|
42041
42372
|
Util.validateModel(request);
|
|
42042
42373
|
let query = { };
|
|
@@ -42069,11 +42400,28 @@ export default class Client extends OpenApi {
|
|
|
42069
42400
|
return $tea.cast<QueryDISyncTaskConfigProcessResultResponse>(await this.callApi(params, req, runtime), new QueryDISyncTaskConfigProcessResultResponse({}));
|
|
42070
42401
|
}
|
|
42071
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
|
+
*/
|
|
42072
42410
|
async queryDISyncTaskConfigProcessResult(request: QueryDISyncTaskConfigProcessResultRequest): Promise<QueryDISyncTaskConfigProcessResultResponse> {
|
|
42073
42411
|
let runtime = new $Util.RuntimeOptions({ });
|
|
42074
42412
|
return await this.queryDISyncTaskConfigProcessResultWithOptions(request, runtime);
|
|
42075
42413
|
}
|
|
42076
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
|
+
*/
|
|
42077
42425
|
async queryPublicModelEngineWithOptions(request: QueryPublicModelEngineRequest, runtime: $Util.RuntimeOptions): Promise<QueryPublicModelEngineResponse> {
|
|
42078
42426
|
Util.validateModel(request);
|
|
42079
42427
|
let body : {[key: string ]: any} = { };
|
|
@@ -42102,6 +42450,15 @@ export default class Client extends OpenApi {
|
|
|
42102
42450
|
return $tea.cast<QueryPublicModelEngineResponse>(await this.callApi(params, req, runtime), new QueryPublicModelEngineResponse({}));
|
|
42103
42451
|
}
|
|
42104
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
|
+
*/
|
|
42105
42462
|
async queryPublicModelEngine(request: QueryPublicModelEngineRequest): Promise<QueryPublicModelEngineResponse> {
|
|
42106
42463
|
let runtime = new $Util.RuntimeOptions({ });
|
|
42107
42464
|
return await this.queryPublicModelEngineWithOptions(request, runtime);
|
|
@@ -42308,6 +42665,13 @@ export default class Client extends OpenApi {
|
|
|
42308
42665
|
return await this.revokeTablePermissionWithOptions(request, runtime);
|
|
42309
42666
|
}
|
|
42310
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
|
+
*/
|
|
42311
42675
|
async runCycleDagNodesWithOptions(request: RunCycleDagNodesRequest, runtime: $Util.RuntimeOptions): Promise<RunCycleDagNodesResponse> {
|
|
42312
42676
|
Util.validateModel(request);
|
|
42313
42677
|
let body : {[key: string ]: any} = { };
|
|
@@ -42376,6 +42740,12 @@ export default class Client extends OpenApi {
|
|
|
42376
42740
|
return $tea.cast<RunCycleDagNodesResponse>(await this.callApi(params, req, runtime), new RunCycleDagNodesResponse({}));
|
|
42377
42741
|
}
|
|
42378
42742
|
|
|
42743
|
+
/**
|
|
42744
|
+
* For more information about data backfill, see [Backfill data](~~137937~~).
|
|
42745
|
+
*
|
|
42746
|
+
* @param request RunCycleDagNodesRequest
|
|
42747
|
+
* @return RunCycleDagNodesResponse
|
|
42748
|
+
*/
|
|
42379
42749
|
async runCycleDagNodes(request: RunCycleDagNodesRequest): Promise<RunCycleDagNodesResponse> {
|
|
42380
42750
|
let runtime = new $Util.RuntimeOptions({ });
|
|
42381
42751
|
return await this.runCycleDagNodesWithOptions(request, runtime);
|
|
@@ -42553,6 +42923,13 @@ export default class Client extends OpenApi {
|
|
|
42553
42923
|
return await this.scanSensitiveDataWithOptions(request, runtime);
|
|
42554
42924
|
}
|
|
42555
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
|
+
*/
|
|
42556
42933
|
async searchMetaTablesWithOptions(request: SearchMetaTablesRequest, runtime: $Util.RuntimeOptions): Promise<SearchMetaTablesResponse> {
|
|
42557
42934
|
Util.validateModel(request);
|
|
42558
42935
|
let query = { };
|
|
@@ -42605,6 +42982,12 @@ export default class Client extends OpenApi {
|
|
|
42605
42982
|
return $tea.cast<SearchMetaTablesResponse>(await this.callApi(params, req, runtime), new SearchMetaTablesResponse({}));
|
|
42606
42983
|
}
|
|
42607
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
|
+
*/
|
|
42608
42991
|
async searchMetaTables(request: SearchMetaTablesRequest): Promise<SearchMetaTablesResponse> {
|
|
42609
42992
|
let runtime = new $Util.RuntimeOptions({ });
|
|
42610
42993
|
return await this.searchMetaTablesWithOptions(request, runtime);
|
|
@@ -43171,6 +43554,10 @@ export default class Client extends OpenApi {
|
|
|
43171
43554
|
body["TargetType"] = request.targetType;
|
|
43172
43555
|
}
|
|
43173
43556
|
|
|
43557
|
+
if (!Util.isUnset(request.targetUserId)) {
|
|
43558
|
+
body["TargetUserId"] = request.targetUserId;
|
|
43559
|
+
}
|
|
43560
|
+
|
|
43174
43561
|
let req = new $OpenApi.OpenApiRequest({
|
|
43175
43562
|
body: OpenApiUtil.parseToMap(body),
|
|
43176
43563
|
});
|
|
@@ -43389,6 +43776,13 @@ export default class Client extends OpenApi {
|
|
|
43389
43776
|
return await this.updateConnectionWithOptions(request, runtime);
|
|
43390
43777
|
}
|
|
43391
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
|
+
*/
|
|
43392
43786
|
async updateDIProjectConfigWithOptions(request: UpdateDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDIProjectConfigResponse> {
|
|
43393
43787
|
Util.validateModel(request);
|
|
43394
43788
|
let query = { };
|
|
@@ -43425,6 +43819,12 @@ export default class Client extends OpenApi {
|
|
|
43425
43819
|
return $tea.cast<UpdateDIProjectConfigResponse>(await this.callApi(params, req, runtime), new UpdateDIProjectConfigResponse({}));
|
|
43426
43820
|
}
|
|
43427
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
|
+
*/
|
|
43428
43828
|
async updateDIProjectConfig(request: UpdateDIProjectConfigRequest): Promise<UpdateDIProjectConfigResponse> {
|
|
43429
43829
|
let runtime = new $Util.RuntimeOptions({ });
|
|
43430
43830
|
return await this.updateDIProjectConfigWithOptions(request, runtime);
|
|
@@ -43506,6 +43906,10 @@ export default class Client extends OpenApi {
|
|
|
43506
43906
|
body["RequestMethod"] = request.requestMethod;
|
|
43507
43907
|
}
|
|
43508
43908
|
|
|
43909
|
+
if (!Util.isUnset(request.resourceGroupId)) {
|
|
43910
|
+
body["ResourceGroupId"] = request.resourceGroupId;
|
|
43911
|
+
}
|
|
43912
|
+
|
|
43509
43913
|
if (!Util.isUnset(request.responseContentType)) {
|
|
43510
43914
|
body["ResponseContentType"] = request.responseContentType;
|
|
43511
43915
|
}
|
|
@@ -43597,6 +44001,13 @@ export default class Client extends OpenApi {
|
|
|
43597
44001
|
return await this.updateDataSourceWithOptions(request, runtime);
|
|
43598
44002
|
}
|
|
43599
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
|
+
*/
|
|
43600
44011
|
async updateFileWithOptions(request: UpdateFileRequest, runtime: $Util.RuntimeOptions): Promise<UpdateFileResponse> {
|
|
43601
44012
|
Util.validateModel(request);
|
|
43602
44013
|
let body : {[key: string ]: any} = { };
|
|
@@ -43733,6 +44144,12 @@ export default class Client extends OpenApi {
|
|
|
43733
44144
|
return $tea.cast<UpdateFileResponse>(await this.callApi(params, req, runtime), new UpdateFileResponse({}));
|
|
43734
44145
|
}
|
|
43735
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
|
+
*/
|
|
43736
44153
|
async updateFile(request: UpdateFileRequest): Promise<UpdateFileResponse> {
|
|
43737
44154
|
let runtime = new $Util.RuntimeOptions({ });
|
|
43738
44155
|
return await this.updateFileWithOptions(request, runtime);
|
|
@@ -43857,6 +44274,13 @@ export default class Client extends OpenApi {
|
|
|
43857
44274
|
return await this.updateMetaCategoryWithOptions(request, runtime);
|
|
43858
44275
|
}
|
|
43859
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
|
+
*/
|
|
43860
44284
|
async updateMetaCollectionWithOptions(request: UpdateMetaCollectionRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMetaCollectionResponse> {
|
|
43861
44285
|
Util.validateModel(request);
|
|
43862
44286
|
let query = { };
|
|
@@ -43889,6 +44313,12 @@ export default class Client extends OpenApi {
|
|
|
43889
44313
|
return $tea.cast<UpdateMetaCollectionResponse>(await this.callApi(params, req, runtime), new UpdateMetaCollectionResponse({}));
|
|
43890
44314
|
}
|
|
43891
44315
|
|
|
44316
|
+
/**
|
|
44317
|
+
* Only the name and comment of a collection can be updated.
|
|
44318
|
+
*
|
|
44319
|
+
* @param request UpdateMetaCollectionRequest
|
|
44320
|
+
* @return UpdateMetaCollectionResponse
|
|
44321
|
+
*/
|
|
43892
44322
|
async updateMetaCollection(request: UpdateMetaCollectionRequest): Promise<UpdateMetaCollectionResponse> {
|
|
43893
44323
|
let runtime = new $Util.RuntimeOptions({ });
|
|
43894
44324
|
return await this.updateMetaCollectionWithOptions(request, runtime);
|