@alicloud/dataworks-public20200518 5.4.0 → 5.4.1
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 +78 -22
- package/dist/client.js +96 -26
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +108 -26
package/dist/client.js
CHANGED
|
@@ -25997,11 +25997,16 @@ class GetNodeResponseBodyData extends $tea.Model {
|
|
|
25997
25997
|
baselineId: 'BaselineId',
|
|
25998
25998
|
businessId: 'BusinessId',
|
|
25999
25999
|
connection: 'Connection',
|
|
26000
|
+
createTime: 'CreateTime',
|
|
26000
26001
|
cronExpress: 'CronExpress',
|
|
26002
|
+
deployDate: 'DeployDate',
|
|
26001
26003
|
description: 'Description',
|
|
26002
26004
|
dqcDescription: 'DqcDescription',
|
|
26003
26005
|
dqcType: 'DqcType',
|
|
26006
|
+
fileId: 'FileId',
|
|
26004
26007
|
fileType: 'FileType',
|
|
26008
|
+
fileVersion: 'FileVersion',
|
|
26009
|
+
modifyTime: 'ModifyTime',
|
|
26005
26010
|
nodeId: 'NodeId',
|
|
26006
26011
|
nodeName: 'NodeName',
|
|
26007
26012
|
ownerId: 'OwnerId',
|
|
@@ -26022,11 +26027,16 @@ class GetNodeResponseBodyData extends $tea.Model {
|
|
|
26022
26027
|
baselineId: 'number',
|
|
26023
26028
|
businessId: 'number',
|
|
26024
26029
|
connection: 'string',
|
|
26030
|
+
createTime: 'number',
|
|
26025
26031
|
cronExpress: 'string',
|
|
26032
|
+
deployDate: 'number',
|
|
26026
26033
|
description: 'string',
|
|
26027
26034
|
dqcDescription: 'string',
|
|
26028
26035
|
dqcType: 'number',
|
|
26036
|
+
fileId: 'number',
|
|
26029
26037
|
fileType: 'number',
|
|
26038
|
+
fileVersion: 'number',
|
|
26039
|
+
modifyTime: 'number',
|
|
26030
26040
|
nodeId: 'number',
|
|
26031
26041
|
nodeName: 'string',
|
|
26032
26042
|
ownerId: 'string',
|
|
@@ -26060,6 +26070,7 @@ class GetNodeChildrenResponseBodyDataNodes extends $tea.Model {
|
|
|
26060
26070
|
projectId: 'ProjectId',
|
|
26061
26071
|
repeatability: 'Repeatability',
|
|
26062
26072
|
schedulerType: 'SchedulerType',
|
|
26073
|
+
stepType: 'StepType',
|
|
26063
26074
|
};
|
|
26064
26075
|
}
|
|
26065
26076
|
static types() {
|
|
@@ -26074,6 +26085,7 @@ class GetNodeChildrenResponseBodyDataNodes extends $tea.Model {
|
|
|
26074
26085
|
projectId: 'number',
|
|
26075
26086
|
repeatability: 'boolean',
|
|
26076
26087
|
schedulerType: 'string',
|
|
26088
|
+
stepType: 'string',
|
|
26077
26089
|
};
|
|
26078
26090
|
}
|
|
26079
26091
|
constructor(map) {
|
|
@@ -26132,6 +26144,7 @@ class GetNodeParentsResponseBodyDataNodes extends $tea.Model {
|
|
|
26132
26144
|
projectId: 'ProjectId',
|
|
26133
26145
|
repeatability: 'Repeatability',
|
|
26134
26146
|
schedulerType: 'SchedulerType',
|
|
26147
|
+
stepType: 'StepType',
|
|
26135
26148
|
};
|
|
26136
26149
|
}
|
|
26137
26150
|
static types() {
|
|
@@ -26146,6 +26159,7 @@ class GetNodeParentsResponseBodyDataNodes extends $tea.Model {
|
|
|
26146
26159
|
projectId: 'number',
|
|
26147
26160
|
repeatability: 'boolean',
|
|
26148
26161
|
schedulerType: 'string',
|
|
26162
|
+
stepType: 'string',
|
|
26149
26163
|
};
|
|
26150
26164
|
}
|
|
26151
26165
|
constructor(map) {
|
|
@@ -29875,11 +29889,16 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
29875
29889
|
baselineId: 'BaselineId',
|
|
29876
29890
|
businessId: 'BusinessId',
|
|
29877
29891
|
connection: 'Connection',
|
|
29892
|
+
createTime: 'CreateTime',
|
|
29878
29893
|
cronExpress: 'CronExpress',
|
|
29894
|
+
deployDate: 'DeployDate',
|
|
29879
29895
|
description: 'Description',
|
|
29880
29896
|
dqcDescription: 'DqcDescription',
|
|
29881
29897
|
dqcType: 'DqcType',
|
|
29898
|
+
fileId: 'FileId',
|
|
29882
29899
|
fileType: 'FileType',
|
|
29900
|
+
fileVersion: 'FileVersion',
|
|
29901
|
+
modifyTime: 'ModifyTime',
|
|
29883
29902
|
nodeId: 'NodeId',
|
|
29884
29903
|
nodeName: 'NodeName',
|
|
29885
29904
|
ownerId: 'OwnerId',
|
|
@@ -29900,11 +29919,16 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
29900
29919
|
baselineId: 'number',
|
|
29901
29920
|
businessId: 'number',
|
|
29902
29921
|
connection: 'string',
|
|
29922
|
+
createTime: 'number',
|
|
29903
29923
|
cronExpress: 'string',
|
|
29924
|
+
deployDate: 'number',
|
|
29904
29925
|
description: 'string',
|
|
29905
29926
|
dqcDescription: 'string',
|
|
29906
29927
|
dqcType: 'number',
|
|
29928
|
+
fileId: 'number',
|
|
29907
29929
|
fileType: 'number',
|
|
29930
|
+
fileVersion: 'number',
|
|
29931
|
+
modifyTime: 'number',
|
|
29908
29932
|
nodeId: 'number',
|
|
29909
29933
|
nodeName: 'string',
|
|
29910
29934
|
ownerId: 'string',
|
|
@@ -32267,7 +32291,7 @@ class Client extends openapi_client_1.default {
|
|
|
32267
32291
|
return await this.abolishDataServiceApiWithOptions(request, runtime);
|
|
32268
32292
|
}
|
|
32269
32293
|
/**
|
|
32270
|
-
* @summary
|
|
32294
|
+
* @summary Adds an entity to a collection.
|
|
32271
32295
|
*
|
|
32272
32296
|
* @param request AddMetaCollectionEntityRequest
|
|
32273
32297
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -32302,7 +32326,7 @@ class Client extends openapi_client_1.default {
|
|
|
32302
32326
|
return $tea.cast(await this.callApi(params, req, runtime), new AddMetaCollectionEntityResponse({}));
|
|
32303
32327
|
}
|
|
32304
32328
|
/**
|
|
32305
|
-
* @summary
|
|
32329
|
+
* @summary Adds an entity to a collection.
|
|
32306
32330
|
*
|
|
32307
32331
|
* @param request AddMetaCollectionEntityRequest
|
|
32308
32332
|
* @return AddMetaCollectionEntityResponse
|
|
@@ -33108,7 +33132,7 @@ class Client extends openapi_client_1.default {
|
|
|
33108
33132
|
return await this.createDIJobWithOptions(request, runtime);
|
|
33109
33133
|
}
|
|
33110
33134
|
/**
|
|
33111
|
-
* @
|
|
33135
|
+
* @summary Creates a data synchronization task.
|
|
33112
33136
|
*
|
|
33113
33137
|
* @param request CreateDISyncTaskRequest
|
|
33114
33138
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -33152,7 +33176,7 @@ class Client extends openapi_client_1.default {
|
|
|
33152
33176
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateDISyncTaskResponse({}));
|
|
33153
33177
|
}
|
|
33154
33178
|
/**
|
|
33155
|
-
* @
|
|
33179
|
+
* @summary Creates a data synchronization task.
|
|
33156
33180
|
*
|
|
33157
33181
|
* @param request CreateDISyncTaskRequest
|
|
33158
33182
|
* @return CreateDISyncTaskResponse
|
|
@@ -33910,7 +33934,7 @@ class Client extends openapi_client_1.default {
|
|
|
33910
33934
|
let securityToken = await this._credential.getSecurityToken();
|
|
33911
33935
|
let credentialType = this._credential.getType();
|
|
33912
33936
|
let openPlatformEndpoint = this._openPlatformEndpoint;
|
|
33913
|
-
if (tea_util_1.default.
|
|
33937
|
+
if (tea_util_1.default.empty(openPlatformEndpoint)) {
|
|
33914
33938
|
openPlatformEndpoint = "openplatform.aliyuncs.com";
|
|
33915
33939
|
}
|
|
33916
33940
|
if (tea_util_1.default.isUnset(credentialType)) {
|
|
@@ -33932,12 +33956,13 @@ class Client extends openapi_client_1.default {
|
|
|
33932
33956
|
});
|
|
33933
33957
|
let authResponse = new $OpenPlatform.AuthorizeFileUploadResponse({});
|
|
33934
33958
|
let ossConfig = new $OSS.Config({
|
|
33959
|
+
accessKeyId: accessKeyId,
|
|
33935
33960
|
accessKeySecret: accessKeySecret,
|
|
33936
33961
|
type: "access_key",
|
|
33937
33962
|
protocol: this._protocol,
|
|
33938
33963
|
regionId: this._regionId,
|
|
33939
33964
|
});
|
|
33940
|
-
let ossClient =
|
|
33965
|
+
let ossClient = new oss_client_1.default(ossConfig);
|
|
33941
33966
|
let fileObj = new $FileForm.FileField({});
|
|
33942
33967
|
let ossHeader = new $OSS.PostObjectRequestHeader({});
|
|
33943
33968
|
let uploadRequest = new $OSS.PostObjectRequest({});
|
|
@@ -34706,7 +34731,7 @@ class Client extends openapi_client_1.default {
|
|
|
34706
34731
|
let securityToken = await this._credential.getSecurityToken();
|
|
34707
34732
|
let credentialType = this._credential.getType();
|
|
34708
34733
|
let openPlatformEndpoint = this._openPlatformEndpoint;
|
|
34709
|
-
if (tea_util_1.default.
|
|
34734
|
+
if (tea_util_1.default.empty(openPlatformEndpoint)) {
|
|
34710
34735
|
openPlatformEndpoint = "openplatform.aliyuncs.com";
|
|
34711
34736
|
}
|
|
34712
34737
|
if (tea_util_1.default.isUnset(credentialType)) {
|
|
@@ -34728,12 +34753,13 @@ class Client extends openapi_client_1.default {
|
|
|
34728
34753
|
});
|
|
34729
34754
|
let authResponse = new $OpenPlatform.AuthorizeFileUploadResponse({});
|
|
34730
34755
|
let ossConfig = new $OSS.Config({
|
|
34756
|
+
accessKeyId: accessKeyId,
|
|
34731
34757
|
accessKeySecret: accessKeySecret,
|
|
34732
34758
|
type: "access_key",
|
|
34733
34759
|
protocol: this._protocol,
|
|
34734
34760
|
regionId: this._regionId,
|
|
34735
34761
|
});
|
|
34736
|
-
let ossClient =
|
|
34762
|
+
let ossClient = new oss_client_1.default(ossConfig);
|
|
34737
34763
|
let fileObj = new $FileForm.FileField({});
|
|
34738
34764
|
let ossHeader = new $OSS.PostObjectRequestHeader({});
|
|
34739
34765
|
let uploadRequest = new $OSS.PostObjectRequest({});
|
|
@@ -34916,6 +34942,8 @@ class Client extends openapi_client_1.default {
|
|
|
34916
34942
|
return await this.createTableLevelWithOptions(request, runtime);
|
|
34917
34943
|
}
|
|
34918
34944
|
/**
|
|
34945
|
+
* @summary Creates a table folder. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
34946
|
+
*
|
|
34919
34947
|
* @param request CreateTableThemeRequest
|
|
34920
34948
|
* @param runtime runtime options for this request RuntimeOptions
|
|
34921
34949
|
* @return CreateTableThemeResponse
|
|
@@ -34952,6 +34980,8 @@ class Client extends openapi_client_1.default {
|
|
|
34952
34980
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateTableThemeResponse({}));
|
|
34953
34981
|
}
|
|
34954
34982
|
/**
|
|
34983
|
+
* @summary Creates a table folder. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
34984
|
+
*
|
|
34955
34985
|
* @param request CreateTableThemeRequest
|
|
34956
34986
|
* @return CreateTableThemeResponse
|
|
34957
34987
|
*/
|
|
@@ -39113,9 +39143,7 @@ class Client extends openapi_client_1.default {
|
|
|
39113
39143
|
return await this.getMetaDBTableListWithOptions(request, runtime);
|
|
39114
39144
|
}
|
|
39115
39145
|
/**
|
|
39116
|
-
* @summary
|
|
39117
|
-
*
|
|
39118
|
-
* @description ****
|
|
39146
|
+
* @summary Queries the basic information about a metatable.
|
|
39119
39147
|
*
|
|
39120
39148
|
* @param request GetMetaTableBasicInfoRequest
|
|
39121
39149
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -39141,9 +39169,7 @@ class Client extends openapi_client_1.default {
|
|
|
39141
39169
|
return $tea.cast(await this.callApi(params, req, runtime), new GetMetaTableBasicInfoResponse({}));
|
|
39142
39170
|
}
|
|
39143
39171
|
/**
|
|
39144
|
-
* @summary
|
|
39145
|
-
*
|
|
39146
|
-
* @description ****
|
|
39172
|
+
* @summary Queries the basic information about a metatable.
|
|
39147
39173
|
*
|
|
39148
39174
|
* @param request GetMetaTableBasicInfoRequest
|
|
39149
39175
|
* @return GetMetaTableBasicInfoResponse
|
|
@@ -39384,6 +39410,8 @@ class Client extends openapi_client_1.default {
|
|
|
39384
39410
|
return await this.getMetaTableLineageWithOptions(request, runtime);
|
|
39385
39411
|
}
|
|
39386
39412
|
/**
|
|
39413
|
+
* @summary Queries metatables in a specified category.
|
|
39414
|
+
*
|
|
39387
39415
|
* @param request GetMetaTableListByCategoryRequest
|
|
39388
39416
|
* @param runtime runtime options for this request RuntimeOptions
|
|
39389
39417
|
* @return GetMetaTableListByCategoryResponse
|
|
@@ -39408,6 +39436,8 @@ class Client extends openapi_client_1.default {
|
|
|
39408
39436
|
return $tea.cast(await this.callApi(params, req, runtime), new GetMetaTableListByCategoryResponse({}));
|
|
39409
39437
|
}
|
|
39410
39438
|
/**
|
|
39439
|
+
* @summary Queries metatables in a specified category.
|
|
39440
|
+
*
|
|
39411
39441
|
* @param request GetMetaTableListByCategoryRequest
|
|
39412
39442
|
* @return GetMetaTableListByCategoryResponse
|
|
39413
39443
|
*/
|
|
@@ -39466,9 +39496,9 @@ class Client extends openapi_client_1.default {
|
|
|
39466
39496
|
return await this.getMetaTableOutputWithOptions(request, runtime);
|
|
39467
39497
|
}
|
|
39468
39498
|
/**
|
|
39469
|
-
* @summary
|
|
39499
|
+
* @summary Queries the partitions of a metatable.
|
|
39470
39500
|
*
|
|
39471
|
-
* @description
|
|
39501
|
+
* @description You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
|
|
39472
39502
|
*
|
|
39473
39503
|
* @param tmpReq GetMetaTablePartitionRequest
|
|
39474
39504
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -39523,9 +39553,9 @@ class Client extends openapi_client_1.default {
|
|
|
39523
39553
|
return $tea.cast(await this.callApi(params, req, runtime), new GetMetaTablePartitionResponse({}));
|
|
39524
39554
|
}
|
|
39525
39555
|
/**
|
|
39526
|
-
* @summary
|
|
39556
|
+
* @summary Queries the partitions of a metatable.
|
|
39527
39557
|
*
|
|
39528
|
-
* @description
|
|
39558
|
+
* @description You can call this operation to query only the partitions of a metatable in a MaxCompute or E-MapReduce (EMR) compute engine instance.
|
|
39529
39559
|
*
|
|
39530
39560
|
* @param request GetMetaTablePartitionRequest
|
|
39531
39561
|
* @return GetMetaTablePartitionResponse
|
|
@@ -39868,6 +39898,8 @@ class Client extends openapi_client_1.default {
|
|
|
39868
39898
|
return await this.getNodeOnBaselineWithOptions(request, runtime);
|
|
39869
39899
|
}
|
|
39870
39900
|
/**
|
|
39901
|
+
* @summary Queries the ancestor nodes of a node.
|
|
39902
|
+
*
|
|
39871
39903
|
* @param request GetNodeParentsRequest
|
|
39872
39904
|
* @param runtime runtime options for this request RuntimeOptions
|
|
39873
39905
|
* @return GetNodeParentsResponse
|
|
@@ -39898,6 +39930,8 @@ class Client extends openapi_client_1.default {
|
|
|
39898
39930
|
return $tea.cast(await this.callApi(params, req, runtime), new GetNodeParentsResponse({}));
|
|
39899
39931
|
}
|
|
39900
39932
|
/**
|
|
39933
|
+
* @summary Queries the ancestor nodes of a node.
|
|
39934
|
+
*
|
|
39901
39935
|
* @param request GetNodeParentsRequest
|
|
39902
39936
|
* @return GetNodeParentsResponse
|
|
39903
39937
|
*/
|
|
@@ -40323,6 +40357,11 @@ class Client extends openapi_client_1.default {
|
|
|
40323
40357
|
return await this.getQualityRuleWithOptions(request, runtime);
|
|
40324
40358
|
}
|
|
40325
40359
|
/**
|
|
40360
|
+
* @summary Queries the details of a custom alert rule.
|
|
40361
|
+
*
|
|
40362
|
+
* @description ## Debugging
|
|
40363
|
+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=dataworks-public\\&api=GetRemind\\&type=RPC\\&version=2020-05-18)
|
|
40364
|
+
*
|
|
40326
40365
|
* @param request GetRemindRequest
|
|
40327
40366
|
* @param runtime runtime options for this request RuntimeOptions
|
|
40328
40367
|
* @return GetRemindResponse
|
|
@@ -40350,6 +40389,11 @@ class Client extends openapi_client_1.default {
|
|
|
40350
40389
|
return $tea.cast(await this.callApi(params, req, runtime), new GetRemindResponse({}));
|
|
40351
40390
|
}
|
|
40352
40391
|
/**
|
|
40392
|
+
* @summary Queries the details of a custom alert rule.
|
|
40393
|
+
*
|
|
40394
|
+
* @description ## Debugging
|
|
40395
|
+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=dataworks-public\\&api=GetRemind\\&type=RPC\\&version=2020-05-18)
|
|
40396
|
+
*
|
|
40353
40397
|
* @param request GetRemindRequest
|
|
40354
40398
|
* @return GetRemindResponse
|
|
40355
40399
|
*/
|
|
@@ -40843,6 +40887,8 @@ class Client extends openapi_client_1.default {
|
|
|
40843
40887
|
return await this.listBusinessWithOptions(request, runtime);
|
|
40844
40888
|
}
|
|
40845
40889
|
/**
|
|
40890
|
+
* @summary Queries compute engine instances.
|
|
40891
|
+
*
|
|
40846
40892
|
* @param request ListCalcEnginesRequest
|
|
40847
40893
|
* @param runtime runtime options for this request RuntimeOptions
|
|
40848
40894
|
* @return ListCalcEnginesResponse
|
|
@@ -40885,6 +40931,8 @@ class Client extends openapi_client_1.default {
|
|
|
40885
40931
|
return $tea.cast(await this.callApi(params, req, runtime), new ListCalcEnginesResponse({}));
|
|
40886
40932
|
}
|
|
40887
40933
|
/**
|
|
40934
|
+
* @summary Queries compute engine instances.
|
|
40935
|
+
*
|
|
40888
40936
|
* @param request ListCalcEnginesRequest
|
|
40889
40937
|
* @return ListCalcEnginesResponse
|
|
40890
40938
|
*/
|
|
@@ -42349,7 +42397,7 @@ class Client extends openapi_client_1.default {
|
|
|
42349
42397
|
return await this.listManualDagInstancesWithOptions(request, runtime);
|
|
42350
42398
|
}
|
|
42351
42399
|
/**
|
|
42352
|
-
* @summary
|
|
42400
|
+
* @summary Queries the entities in a collection.
|
|
42353
42401
|
*
|
|
42354
42402
|
* @param request ListMetaCollectionEntitiesRequest
|
|
42355
42403
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -42390,7 +42438,7 @@ class Client extends openapi_client_1.default {
|
|
|
42390
42438
|
return $tea.cast(await this.callApi(params, req, runtime), new ListMetaCollectionEntitiesResponse({}));
|
|
42391
42439
|
}
|
|
42392
42440
|
/**
|
|
42393
|
-
* @summary
|
|
42441
|
+
* @summary Queries the entities in a collection.
|
|
42394
42442
|
*
|
|
42395
42443
|
* @param request ListMetaCollectionEntitiesRequest
|
|
42396
42444
|
* @return ListMetaCollectionEntitiesResponse
|
|
@@ -42400,9 +42448,9 @@ class Client extends openapi_client_1.default {
|
|
|
42400
42448
|
return await this.listMetaCollectionEntitiesWithOptions(request, runtime);
|
|
42401
42449
|
}
|
|
42402
42450
|
/**
|
|
42403
|
-
* @summary
|
|
42451
|
+
* @summary Queries information about collections. Collections include data albums that are displayed on the DataMap page and categories that are created in the data albums. You can call this API operation to query collections by type.
|
|
42404
42452
|
*
|
|
42405
|
-
* @description
|
|
42453
|
+
* @description The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
|
|
42406
42454
|
*
|
|
42407
42455
|
* @param request ListMetaCollectionsRequest
|
|
42408
42456
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -42455,9 +42503,9 @@ class Client extends openapi_client_1.default {
|
|
|
42455
42503
|
return $tea.cast(await this.callApi(params, req, runtime), new ListMetaCollectionsResponse({}));
|
|
42456
42504
|
}
|
|
42457
42505
|
/**
|
|
42458
|
-
* @summary
|
|
42506
|
+
* @summary Queries information about collections. Collections include data albums that are displayed on the DataMap page and categories that are created in the data albums. You can call this API operation to query collections by type.
|
|
42459
42507
|
*
|
|
42460
|
-
* @description
|
|
42508
|
+
* @description The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
|
|
42461
42509
|
*
|
|
42462
42510
|
* @param request ListMetaCollectionsRequest
|
|
42463
42511
|
* @return ListMetaCollectionsResponse
|
|
@@ -42922,6 +42970,8 @@ class Client extends openapi_client_1.default {
|
|
|
42922
42970
|
return await this.listProjectIdsWithOptions(request, runtime);
|
|
42923
42971
|
}
|
|
42924
42972
|
/**
|
|
42973
|
+
* @summary Queries members in a DataWorks workspace.
|
|
42974
|
+
*
|
|
42925
42975
|
* @param request ListProjectMembersRequest
|
|
42926
42976
|
* @param runtime runtime options for this request RuntimeOptions
|
|
42927
42977
|
* @return ListProjectMembersResponse
|
|
@@ -42955,6 +43005,8 @@ class Client extends openapi_client_1.default {
|
|
|
42955
43005
|
return $tea.cast(await this.callApi(params, req, runtime), new ListProjectMembersResponse({}));
|
|
42956
43006
|
}
|
|
42957
43007
|
/**
|
|
43008
|
+
* @summary Queries members in a DataWorks workspace.
|
|
43009
|
+
*
|
|
42958
43010
|
* @param request ListProjectMembersRequest
|
|
42959
43011
|
* @return ListProjectMembersResponse
|
|
42960
43012
|
*/
|
|
@@ -42963,7 +43015,10 @@ class Client extends openapi_client_1.default {
|
|
|
42963
43015
|
return await this.listProjectMembersWithOptions(request, runtime);
|
|
42964
43016
|
}
|
|
42965
43017
|
/**
|
|
42966
|
-
* @summary
|
|
43018
|
+
* @summary A topic is added to describe how to call the ListProjectRoles operation to query all roles in a workspace.
|
|
43019
|
+
*
|
|
43020
|
+
* @description ## Debugging
|
|
43021
|
+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=dataworks-public\\&api=ListProjectRoles\\&type=RPC\\&version=2020-05-18)
|
|
42967
43022
|
*
|
|
42968
43023
|
* @param request ListProjectRolesRequest
|
|
42969
43024
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -42992,7 +43047,10 @@ class Client extends openapi_client_1.default {
|
|
|
42992
43047
|
return $tea.cast(await this.callApi(params, req, runtime), new ListProjectRolesResponse({}));
|
|
42993
43048
|
}
|
|
42994
43049
|
/**
|
|
42995
|
-
* @summary
|
|
43050
|
+
* @summary A topic is added to describe how to call the ListProjectRoles operation to query all roles in a workspace.
|
|
43051
|
+
*
|
|
43052
|
+
* @description ## Debugging
|
|
43053
|
+
* [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=dataworks-public\\&api=ListProjectRoles\\&type=RPC\\&version=2020-05-18)
|
|
42996
43054
|
*
|
|
42997
43055
|
* @param request ListProjectRolesRequest
|
|
42998
43056
|
* @return ListProjectRolesResponse
|
|
@@ -43513,6 +43571,8 @@ class Client extends openapi_client_1.default {
|
|
|
43513
43571
|
return await this.listSuccessInstanceAmountWithOptions(request, runtime);
|
|
43514
43572
|
}
|
|
43515
43573
|
/**
|
|
43574
|
+
* @summary Queries table levels. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
43575
|
+
*
|
|
43516
43576
|
* @param request ListTableLevelRequest
|
|
43517
43577
|
* @param runtime runtime options for this request RuntimeOptions
|
|
43518
43578
|
* @return ListTableLevelResponse
|
|
@@ -43537,6 +43597,8 @@ class Client extends openapi_client_1.default {
|
|
|
43537
43597
|
return $tea.cast(await this.callApi(params, req, runtime), new ListTableLevelResponse({}));
|
|
43538
43598
|
}
|
|
43539
43599
|
/**
|
|
43600
|
+
* @summary Queries table levels. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
43601
|
+
*
|
|
43540
43602
|
* @param request ListTableLevelRequest
|
|
43541
43603
|
* @return ListTableLevelResponse
|
|
43542
43604
|
*/
|
|
@@ -43545,6 +43607,8 @@ class Client extends openapi_client_1.default {
|
|
|
43545
43607
|
return await this.listTableLevelWithOptions(request, runtime);
|
|
43546
43608
|
}
|
|
43547
43609
|
/**
|
|
43610
|
+
* @summary Queries table folders. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
43611
|
+
*
|
|
43548
43612
|
* @param request ListTableThemeRequest
|
|
43549
43613
|
* @param runtime runtime options for this request RuntimeOptions
|
|
43550
43614
|
* @return ListTableThemeResponse
|
|
@@ -43569,6 +43633,8 @@ class Client extends openapi_client_1.default {
|
|
|
43569
43633
|
return $tea.cast(await this.callApi(params, req, runtime), new ListTableThemeResponse({}));
|
|
43570
43634
|
}
|
|
43571
43635
|
/**
|
|
43636
|
+
* @summary Queries table folders. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
43637
|
+
*
|
|
43572
43638
|
* @param request ListTableThemeRequest
|
|
43573
43639
|
* @return ListTableThemeResponse
|
|
43574
43640
|
*/
|
|
@@ -46568,6 +46634,8 @@ class Client extends openapi_client_1.default {
|
|
|
46568
46634
|
return await this.updateMetaCollectionWithOptions(request, runtime);
|
|
46569
46635
|
}
|
|
46570
46636
|
/**
|
|
46637
|
+
* @summary Updates the metadata information about a table.
|
|
46638
|
+
*
|
|
46571
46639
|
* @param request UpdateMetaTableRequest
|
|
46572
46640
|
* @param runtime runtime options for this request RuntimeOptions
|
|
46573
46641
|
* @return UpdateMetaTableResponse
|
|
@@ -46627,6 +46695,8 @@ class Client extends openapi_client_1.default {
|
|
|
46627
46695
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateMetaTableResponse({}));
|
|
46628
46696
|
}
|
|
46629
46697
|
/**
|
|
46698
|
+
* @summary Updates the metadata information about a table.
|
|
46699
|
+
*
|
|
46630
46700
|
* @param request UpdateMetaTableRequest
|
|
46631
46701
|
* @return UpdateMetaTableResponse
|
|
46632
46702
|
*/
|