@alicloud/dataworks-public20200518 5.4.0 → 5.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 +83 -24
- package/dist/client.js +104 -28
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +119 -28
package/dist/client.js
CHANGED
|
@@ -21344,12 +21344,14 @@ class CreateDIJobRequestResourceSettings extends $tea.Model {
|
|
|
21344
21344
|
return {
|
|
21345
21345
|
offlineResourceSettings: 'OfflineResourceSettings',
|
|
21346
21346
|
realtimeResourceSettings: 'RealtimeResourceSettings',
|
|
21347
|
+
requestedCu: 'RequestedCu',
|
|
21347
21348
|
};
|
|
21348
21349
|
}
|
|
21349
21350
|
static types() {
|
|
21350
21351
|
return {
|
|
21351
21352
|
offlineResourceSettings: CreateDIJobRequestResourceSettingsOfflineResourceSettings,
|
|
21352
21353
|
realtimeResourceSettings: CreateDIJobRequestResourceSettingsRealtimeResourceSettings,
|
|
21354
|
+
requestedCu: 'number',
|
|
21353
21355
|
};
|
|
21354
21356
|
}
|
|
21355
21357
|
constructor(map) {
|
|
@@ -23046,12 +23048,14 @@ class GetDIJobResponseBodyDataResourceSettings extends $tea.Model {
|
|
|
23046
23048
|
return {
|
|
23047
23049
|
offlineResourceSettings: 'OfflineResourceSettings',
|
|
23048
23050
|
realtimeResourceSettings: 'RealtimeResourceSettings',
|
|
23051
|
+
requestedCu: 'RequestedCu',
|
|
23049
23052
|
};
|
|
23050
23053
|
}
|
|
23051
23054
|
static types() {
|
|
23052
23055
|
return {
|
|
23053
23056
|
offlineResourceSettings: GetDIJobResponseBodyDataResourceSettingsOfflineResourceSettings,
|
|
23054
23057
|
realtimeResourceSettings: GetDIJobResponseBodyDataResourceSettingsRealtimeResourceSettings,
|
|
23058
|
+
requestedCu: 'number',
|
|
23055
23059
|
};
|
|
23056
23060
|
}
|
|
23057
23061
|
constructor(map) {
|
|
@@ -25997,11 +26001,16 @@ class GetNodeResponseBodyData extends $tea.Model {
|
|
|
25997
26001
|
baselineId: 'BaselineId',
|
|
25998
26002
|
businessId: 'BusinessId',
|
|
25999
26003
|
connection: 'Connection',
|
|
26004
|
+
createTime: 'CreateTime',
|
|
26000
26005
|
cronExpress: 'CronExpress',
|
|
26006
|
+
deployDate: 'DeployDate',
|
|
26001
26007
|
description: 'Description',
|
|
26002
26008
|
dqcDescription: 'DqcDescription',
|
|
26003
26009
|
dqcType: 'DqcType',
|
|
26010
|
+
fileId: 'FileId',
|
|
26004
26011
|
fileType: 'FileType',
|
|
26012
|
+
fileVersion: 'FileVersion',
|
|
26013
|
+
modifyTime: 'ModifyTime',
|
|
26005
26014
|
nodeId: 'NodeId',
|
|
26006
26015
|
nodeName: 'NodeName',
|
|
26007
26016
|
ownerId: 'OwnerId',
|
|
@@ -26022,11 +26031,16 @@ class GetNodeResponseBodyData extends $tea.Model {
|
|
|
26022
26031
|
baselineId: 'number',
|
|
26023
26032
|
businessId: 'number',
|
|
26024
26033
|
connection: 'string',
|
|
26034
|
+
createTime: 'number',
|
|
26025
26035
|
cronExpress: 'string',
|
|
26036
|
+
deployDate: 'number',
|
|
26026
26037
|
description: 'string',
|
|
26027
26038
|
dqcDescription: 'string',
|
|
26028
26039
|
dqcType: 'number',
|
|
26040
|
+
fileId: 'number',
|
|
26029
26041
|
fileType: 'number',
|
|
26042
|
+
fileVersion: 'number',
|
|
26043
|
+
modifyTime: 'number',
|
|
26030
26044
|
nodeId: 'number',
|
|
26031
26045
|
nodeName: 'string',
|
|
26032
26046
|
ownerId: 'string',
|
|
@@ -26060,6 +26074,7 @@ class GetNodeChildrenResponseBodyDataNodes extends $tea.Model {
|
|
|
26060
26074
|
projectId: 'ProjectId',
|
|
26061
26075
|
repeatability: 'Repeatability',
|
|
26062
26076
|
schedulerType: 'SchedulerType',
|
|
26077
|
+
stepType: 'StepType',
|
|
26063
26078
|
};
|
|
26064
26079
|
}
|
|
26065
26080
|
static types() {
|
|
@@ -26074,6 +26089,7 @@ class GetNodeChildrenResponseBodyDataNodes extends $tea.Model {
|
|
|
26074
26089
|
projectId: 'number',
|
|
26075
26090
|
repeatability: 'boolean',
|
|
26076
26091
|
schedulerType: 'string',
|
|
26092
|
+
stepType: 'string',
|
|
26077
26093
|
};
|
|
26078
26094
|
}
|
|
26079
26095
|
constructor(map) {
|
|
@@ -26132,6 +26148,7 @@ class GetNodeParentsResponseBodyDataNodes extends $tea.Model {
|
|
|
26132
26148
|
projectId: 'ProjectId',
|
|
26133
26149
|
repeatability: 'Repeatability',
|
|
26134
26150
|
schedulerType: 'SchedulerType',
|
|
26151
|
+
stepType: 'StepType',
|
|
26135
26152
|
};
|
|
26136
26153
|
}
|
|
26137
26154
|
static types() {
|
|
@@ -26146,6 +26163,7 @@ class GetNodeParentsResponseBodyDataNodes extends $tea.Model {
|
|
|
26146
26163
|
projectId: 'number',
|
|
26147
26164
|
repeatability: 'boolean',
|
|
26148
26165
|
schedulerType: 'string',
|
|
26166
|
+
stepType: 'string',
|
|
26149
26167
|
};
|
|
26150
26168
|
}
|
|
26151
26169
|
constructor(map) {
|
|
@@ -29875,11 +29893,16 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
29875
29893
|
baselineId: 'BaselineId',
|
|
29876
29894
|
businessId: 'BusinessId',
|
|
29877
29895
|
connection: 'Connection',
|
|
29896
|
+
createTime: 'CreateTime',
|
|
29878
29897
|
cronExpress: 'CronExpress',
|
|
29898
|
+
deployDate: 'DeployDate',
|
|
29879
29899
|
description: 'Description',
|
|
29880
29900
|
dqcDescription: 'DqcDescription',
|
|
29881
29901
|
dqcType: 'DqcType',
|
|
29902
|
+
fileId: 'FileId',
|
|
29882
29903
|
fileType: 'FileType',
|
|
29904
|
+
fileVersion: 'FileVersion',
|
|
29905
|
+
modifyTime: 'ModifyTime',
|
|
29883
29906
|
nodeId: 'NodeId',
|
|
29884
29907
|
nodeName: 'NodeName',
|
|
29885
29908
|
ownerId: 'OwnerId',
|
|
@@ -29900,11 +29923,16 @@ class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
29900
29923
|
baselineId: 'number',
|
|
29901
29924
|
businessId: 'number',
|
|
29902
29925
|
connection: 'string',
|
|
29926
|
+
createTime: 'number',
|
|
29903
29927
|
cronExpress: 'string',
|
|
29928
|
+
deployDate: 'number',
|
|
29904
29929
|
description: 'string',
|
|
29905
29930
|
dqcDescription: 'string',
|
|
29906
29931
|
dqcType: 'number',
|
|
29932
|
+
fileId: 'number',
|
|
29907
29933
|
fileType: 'number',
|
|
29934
|
+
fileVersion: 'number',
|
|
29935
|
+
modifyTime: 'number',
|
|
29908
29936
|
nodeId: 'number',
|
|
29909
29937
|
nodeName: 'string',
|
|
29910
29938
|
ownerId: 'string',
|
|
@@ -31942,12 +31970,14 @@ class UpdateDIJobRequestResourceSettings extends $tea.Model {
|
|
|
31942
31970
|
return {
|
|
31943
31971
|
offlineResourceSettings: 'OfflineResourceSettings',
|
|
31944
31972
|
realtimeResourceSettings: 'RealtimeResourceSettings',
|
|
31973
|
+
requestedCu: 'RequestedCu',
|
|
31945
31974
|
};
|
|
31946
31975
|
}
|
|
31947
31976
|
static types() {
|
|
31948
31977
|
return {
|
|
31949
31978
|
offlineResourceSettings: UpdateDIJobRequestResourceSettingsOfflineResourceSettings,
|
|
31950
31979
|
realtimeResourceSettings: UpdateDIJobRequestResourceSettingsRealtimeResourceSettings,
|
|
31980
|
+
requestedCu: 'number',
|
|
31951
31981
|
};
|
|
31952
31982
|
}
|
|
31953
31983
|
constructor(map) {
|
|
@@ -32267,7 +32297,7 @@ class Client extends openapi_client_1.default {
|
|
|
32267
32297
|
return await this.abolishDataServiceApiWithOptions(request, runtime);
|
|
32268
32298
|
}
|
|
32269
32299
|
/**
|
|
32270
|
-
* @summary
|
|
32300
|
+
* @summary Adds an entity to a collection.
|
|
32271
32301
|
*
|
|
32272
32302
|
* @param request AddMetaCollectionEntityRequest
|
|
32273
32303
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -32302,7 +32332,7 @@ class Client extends openapi_client_1.default {
|
|
|
32302
32332
|
return $tea.cast(await this.callApi(params, req, runtime), new AddMetaCollectionEntityResponse({}));
|
|
32303
32333
|
}
|
|
32304
32334
|
/**
|
|
32305
|
-
* @summary
|
|
32335
|
+
* @summary Adds an entity to a collection.
|
|
32306
32336
|
*
|
|
32307
32337
|
* @param request AddMetaCollectionEntityRequest
|
|
32308
32338
|
* @return AddMetaCollectionEntityResponse
|
|
@@ -33108,7 +33138,7 @@ class Client extends openapi_client_1.default {
|
|
|
33108
33138
|
return await this.createDIJobWithOptions(request, runtime);
|
|
33109
33139
|
}
|
|
33110
33140
|
/**
|
|
33111
|
-
* @
|
|
33141
|
+
* @summary Creates a data synchronization task.
|
|
33112
33142
|
*
|
|
33113
33143
|
* @param request CreateDISyncTaskRequest
|
|
33114
33144
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -33152,7 +33182,7 @@ class Client extends openapi_client_1.default {
|
|
|
33152
33182
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateDISyncTaskResponse({}));
|
|
33153
33183
|
}
|
|
33154
33184
|
/**
|
|
33155
|
-
* @
|
|
33185
|
+
* @summary Creates a data synchronization task.
|
|
33156
33186
|
*
|
|
33157
33187
|
* @param request CreateDISyncTaskRequest
|
|
33158
33188
|
* @return CreateDISyncTaskResponse
|
|
@@ -33910,7 +33940,7 @@ class Client extends openapi_client_1.default {
|
|
|
33910
33940
|
let securityToken = await this._credential.getSecurityToken();
|
|
33911
33941
|
let credentialType = this._credential.getType();
|
|
33912
33942
|
let openPlatformEndpoint = this._openPlatformEndpoint;
|
|
33913
|
-
if (tea_util_1.default.
|
|
33943
|
+
if (tea_util_1.default.empty(openPlatformEndpoint)) {
|
|
33914
33944
|
openPlatformEndpoint = "openplatform.aliyuncs.com";
|
|
33915
33945
|
}
|
|
33916
33946
|
if (tea_util_1.default.isUnset(credentialType)) {
|
|
@@ -33932,12 +33962,13 @@ class Client extends openapi_client_1.default {
|
|
|
33932
33962
|
});
|
|
33933
33963
|
let authResponse = new $OpenPlatform.AuthorizeFileUploadResponse({});
|
|
33934
33964
|
let ossConfig = new $OSS.Config({
|
|
33965
|
+
accessKeyId: accessKeyId,
|
|
33935
33966
|
accessKeySecret: accessKeySecret,
|
|
33936
33967
|
type: "access_key",
|
|
33937
33968
|
protocol: this._protocol,
|
|
33938
33969
|
regionId: this._regionId,
|
|
33939
33970
|
});
|
|
33940
|
-
let ossClient =
|
|
33971
|
+
let ossClient = new oss_client_1.default(ossConfig);
|
|
33941
33972
|
let fileObj = new $FileForm.FileField({});
|
|
33942
33973
|
let ossHeader = new $OSS.PostObjectRequestHeader({});
|
|
33943
33974
|
let uploadRequest = new $OSS.PostObjectRequest({});
|
|
@@ -34706,7 +34737,7 @@ class Client extends openapi_client_1.default {
|
|
|
34706
34737
|
let securityToken = await this._credential.getSecurityToken();
|
|
34707
34738
|
let credentialType = this._credential.getType();
|
|
34708
34739
|
let openPlatformEndpoint = this._openPlatformEndpoint;
|
|
34709
|
-
if (tea_util_1.default.
|
|
34740
|
+
if (tea_util_1.default.empty(openPlatformEndpoint)) {
|
|
34710
34741
|
openPlatformEndpoint = "openplatform.aliyuncs.com";
|
|
34711
34742
|
}
|
|
34712
34743
|
if (tea_util_1.default.isUnset(credentialType)) {
|
|
@@ -34728,12 +34759,13 @@ class Client extends openapi_client_1.default {
|
|
|
34728
34759
|
});
|
|
34729
34760
|
let authResponse = new $OpenPlatform.AuthorizeFileUploadResponse({});
|
|
34730
34761
|
let ossConfig = new $OSS.Config({
|
|
34762
|
+
accessKeyId: accessKeyId,
|
|
34731
34763
|
accessKeySecret: accessKeySecret,
|
|
34732
34764
|
type: "access_key",
|
|
34733
34765
|
protocol: this._protocol,
|
|
34734
34766
|
regionId: this._regionId,
|
|
34735
34767
|
});
|
|
34736
|
-
let ossClient =
|
|
34768
|
+
let ossClient = new oss_client_1.default(ossConfig);
|
|
34737
34769
|
let fileObj = new $FileForm.FileField({});
|
|
34738
34770
|
let ossHeader = new $OSS.PostObjectRequestHeader({});
|
|
34739
34771
|
let uploadRequest = new $OSS.PostObjectRequest({});
|
|
@@ -34916,6 +34948,8 @@ class Client extends openapi_client_1.default {
|
|
|
34916
34948
|
return await this.createTableLevelWithOptions(request, runtime);
|
|
34917
34949
|
}
|
|
34918
34950
|
/**
|
|
34951
|
+
* @summary Creates a table folder. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
34952
|
+
*
|
|
34919
34953
|
* @param request CreateTableThemeRequest
|
|
34920
34954
|
* @param runtime runtime options for this request RuntimeOptions
|
|
34921
34955
|
* @return CreateTableThemeResponse
|
|
@@ -34952,6 +34986,8 @@ class Client extends openapi_client_1.default {
|
|
|
34952
34986
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateTableThemeResponse({}));
|
|
34953
34987
|
}
|
|
34954
34988
|
/**
|
|
34989
|
+
* @summary Creates a table folder. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
34990
|
+
*
|
|
34955
34991
|
* @param request CreateTableThemeRequest
|
|
34956
34992
|
* @return CreateTableThemeResponse
|
|
34957
34993
|
*/
|
|
@@ -39113,9 +39149,7 @@ class Client extends openapi_client_1.default {
|
|
|
39113
39149
|
return await this.getMetaDBTableListWithOptions(request, runtime);
|
|
39114
39150
|
}
|
|
39115
39151
|
/**
|
|
39116
|
-
* @summary
|
|
39117
|
-
*
|
|
39118
|
-
* @description ****
|
|
39152
|
+
* @summary Queries the basic information about a metatable.
|
|
39119
39153
|
*
|
|
39120
39154
|
* @param request GetMetaTableBasicInfoRequest
|
|
39121
39155
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -39141,9 +39175,7 @@ class Client extends openapi_client_1.default {
|
|
|
39141
39175
|
return $tea.cast(await this.callApi(params, req, runtime), new GetMetaTableBasicInfoResponse({}));
|
|
39142
39176
|
}
|
|
39143
39177
|
/**
|
|
39144
|
-
* @summary
|
|
39145
|
-
*
|
|
39146
|
-
* @description ****
|
|
39178
|
+
* @summary Queries the basic information about a metatable.
|
|
39147
39179
|
*
|
|
39148
39180
|
* @param request GetMetaTableBasicInfoRequest
|
|
39149
39181
|
* @return GetMetaTableBasicInfoResponse
|
|
@@ -39384,6 +39416,8 @@ class Client extends openapi_client_1.default {
|
|
|
39384
39416
|
return await this.getMetaTableLineageWithOptions(request, runtime);
|
|
39385
39417
|
}
|
|
39386
39418
|
/**
|
|
39419
|
+
* @summary Queries metatables in a specified category.
|
|
39420
|
+
*
|
|
39387
39421
|
* @param request GetMetaTableListByCategoryRequest
|
|
39388
39422
|
* @param runtime runtime options for this request RuntimeOptions
|
|
39389
39423
|
* @return GetMetaTableListByCategoryResponse
|
|
@@ -39408,6 +39442,8 @@ class Client extends openapi_client_1.default {
|
|
|
39408
39442
|
return $tea.cast(await this.callApi(params, req, runtime), new GetMetaTableListByCategoryResponse({}));
|
|
39409
39443
|
}
|
|
39410
39444
|
/**
|
|
39445
|
+
* @summary Queries metatables in a specified category.
|
|
39446
|
+
*
|
|
39411
39447
|
* @param request GetMetaTableListByCategoryRequest
|
|
39412
39448
|
* @return GetMetaTableListByCategoryResponse
|
|
39413
39449
|
*/
|
|
@@ -39466,9 +39502,9 @@ class Client extends openapi_client_1.default {
|
|
|
39466
39502
|
return await this.getMetaTableOutputWithOptions(request, runtime);
|
|
39467
39503
|
}
|
|
39468
39504
|
/**
|
|
39469
|
-
* @summary
|
|
39505
|
+
* @summary Queries the partitions of a metatable.
|
|
39470
39506
|
*
|
|
39471
|
-
* @description
|
|
39507
|
+
* @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
39508
|
*
|
|
39473
39509
|
* @param tmpReq GetMetaTablePartitionRequest
|
|
39474
39510
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -39523,9 +39559,9 @@ class Client extends openapi_client_1.default {
|
|
|
39523
39559
|
return $tea.cast(await this.callApi(params, req, runtime), new GetMetaTablePartitionResponse({}));
|
|
39524
39560
|
}
|
|
39525
39561
|
/**
|
|
39526
|
-
* @summary
|
|
39562
|
+
* @summary Queries the partitions of a metatable.
|
|
39527
39563
|
*
|
|
39528
|
-
* @description
|
|
39564
|
+
* @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
39565
|
*
|
|
39530
39566
|
* @param request GetMetaTablePartitionRequest
|
|
39531
39567
|
* @return GetMetaTablePartitionResponse
|
|
@@ -39663,7 +39699,7 @@ class Client extends openapi_client_1.default {
|
|
|
39663
39699
|
return await this.getMigrationProcessWithOptions(request, runtime);
|
|
39664
39700
|
}
|
|
39665
39701
|
/**
|
|
39666
|
-
* @summary
|
|
39702
|
+
* @summary Queries the information about a migration task.
|
|
39667
39703
|
*
|
|
39668
39704
|
* @param request GetMigrationSummaryRequest
|
|
39669
39705
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -39695,7 +39731,7 @@ class Client extends openapi_client_1.default {
|
|
|
39695
39731
|
return $tea.cast(await this.callApi(params, req, runtime), new GetMigrationSummaryResponse({}));
|
|
39696
39732
|
}
|
|
39697
39733
|
/**
|
|
39698
|
-
* @summary
|
|
39734
|
+
* @summary Queries the information about a migration task.
|
|
39699
39735
|
*
|
|
39700
39736
|
* @param request GetMigrationSummaryRequest
|
|
39701
39737
|
* @return GetMigrationSummaryResponse
|
|
@@ -39868,6 +39904,8 @@ class Client extends openapi_client_1.default {
|
|
|
39868
39904
|
return await this.getNodeOnBaselineWithOptions(request, runtime);
|
|
39869
39905
|
}
|
|
39870
39906
|
/**
|
|
39907
|
+
* @summary Queries the ancestor nodes of a node.
|
|
39908
|
+
*
|
|
39871
39909
|
* @param request GetNodeParentsRequest
|
|
39872
39910
|
* @param runtime runtime options for this request RuntimeOptions
|
|
39873
39911
|
* @return GetNodeParentsResponse
|
|
@@ -39898,6 +39936,8 @@ class Client extends openapi_client_1.default {
|
|
|
39898
39936
|
return $tea.cast(await this.callApi(params, req, runtime), new GetNodeParentsResponse({}));
|
|
39899
39937
|
}
|
|
39900
39938
|
/**
|
|
39939
|
+
* @summary Queries the ancestor nodes of a node.
|
|
39940
|
+
*
|
|
39901
39941
|
* @param request GetNodeParentsRequest
|
|
39902
39942
|
* @return GetNodeParentsResponse
|
|
39903
39943
|
*/
|
|
@@ -40323,6 +40363,11 @@ class Client extends openapi_client_1.default {
|
|
|
40323
40363
|
return await this.getQualityRuleWithOptions(request, runtime);
|
|
40324
40364
|
}
|
|
40325
40365
|
/**
|
|
40366
|
+
* @summary Queries the details of a custom alert rule.
|
|
40367
|
+
*
|
|
40368
|
+
* @description ## Debugging
|
|
40369
|
+
* [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)
|
|
40370
|
+
*
|
|
40326
40371
|
* @param request GetRemindRequest
|
|
40327
40372
|
* @param runtime runtime options for this request RuntimeOptions
|
|
40328
40373
|
* @return GetRemindResponse
|
|
@@ -40350,6 +40395,11 @@ class Client extends openapi_client_1.default {
|
|
|
40350
40395
|
return $tea.cast(await this.callApi(params, req, runtime), new GetRemindResponse({}));
|
|
40351
40396
|
}
|
|
40352
40397
|
/**
|
|
40398
|
+
* @summary Queries the details of a custom alert rule.
|
|
40399
|
+
*
|
|
40400
|
+
* @description ## Debugging
|
|
40401
|
+
* [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)
|
|
40402
|
+
*
|
|
40353
40403
|
* @param request GetRemindRequest
|
|
40354
40404
|
* @return GetRemindResponse
|
|
40355
40405
|
*/
|
|
@@ -40843,6 +40893,8 @@ class Client extends openapi_client_1.default {
|
|
|
40843
40893
|
return await this.listBusinessWithOptions(request, runtime);
|
|
40844
40894
|
}
|
|
40845
40895
|
/**
|
|
40896
|
+
* @summary Queries compute engine instances.
|
|
40897
|
+
*
|
|
40846
40898
|
* @param request ListCalcEnginesRequest
|
|
40847
40899
|
* @param runtime runtime options for this request RuntimeOptions
|
|
40848
40900
|
* @return ListCalcEnginesResponse
|
|
@@ -40885,6 +40937,8 @@ class Client extends openapi_client_1.default {
|
|
|
40885
40937
|
return $tea.cast(await this.callApi(params, req, runtime), new ListCalcEnginesResponse({}));
|
|
40886
40938
|
}
|
|
40887
40939
|
/**
|
|
40940
|
+
* @summary Queries compute engine instances.
|
|
40941
|
+
*
|
|
40888
40942
|
* @param request ListCalcEnginesRequest
|
|
40889
40943
|
* @return ListCalcEnginesResponse
|
|
40890
40944
|
*/
|
|
@@ -42349,7 +42403,7 @@ class Client extends openapi_client_1.default {
|
|
|
42349
42403
|
return await this.listManualDagInstancesWithOptions(request, runtime);
|
|
42350
42404
|
}
|
|
42351
42405
|
/**
|
|
42352
|
-
* @summary
|
|
42406
|
+
* @summary Queries the entities in a collection.
|
|
42353
42407
|
*
|
|
42354
42408
|
* @param request ListMetaCollectionEntitiesRequest
|
|
42355
42409
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -42390,7 +42444,7 @@ class Client extends openapi_client_1.default {
|
|
|
42390
42444
|
return $tea.cast(await this.callApi(params, req, runtime), new ListMetaCollectionEntitiesResponse({}));
|
|
42391
42445
|
}
|
|
42392
42446
|
/**
|
|
42393
|
-
* @summary
|
|
42447
|
+
* @summary Queries the entities in a collection.
|
|
42394
42448
|
*
|
|
42395
42449
|
* @param request ListMetaCollectionEntitiesRequest
|
|
42396
42450
|
* @return ListMetaCollectionEntitiesResponse
|
|
@@ -42400,9 +42454,9 @@ class Client extends openapi_client_1.default {
|
|
|
42400
42454
|
return await this.listMetaCollectionEntitiesWithOptions(request, runtime);
|
|
42401
42455
|
}
|
|
42402
42456
|
/**
|
|
42403
|
-
* @summary
|
|
42457
|
+
* @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
42458
|
*
|
|
42405
|
-
* @description
|
|
42459
|
+
* @description The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
|
|
42406
42460
|
*
|
|
42407
42461
|
* @param request ListMetaCollectionsRequest
|
|
42408
42462
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -42455,9 +42509,9 @@ class Client extends openapi_client_1.default {
|
|
|
42455
42509
|
return $tea.cast(await this.callApi(params, req, runtime), new ListMetaCollectionsResponse({}));
|
|
42456
42510
|
}
|
|
42457
42511
|
/**
|
|
42458
|
-
* @summary
|
|
42512
|
+
* @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
42513
|
*
|
|
42460
|
-
* @description
|
|
42514
|
+
* @description The type can be ALBUM or ALBUM_CATEGORY. ALBUM indicates data albums. ALBUM_CATEGORY indicates categories.
|
|
42461
42515
|
*
|
|
42462
42516
|
* @param request ListMetaCollectionsRequest
|
|
42463
42517
|
* @return ListMetaCollectionsResponse
|
|
@@ -42922,6 +42976,8 @@ class Client extends openapi_client_1.default {
|
|
|
42922
42976
|
return await this.listProjectIdsWithOptions(request, runtime);
|
|
42923
42977
|
}
|
|
42924
42978
|
/**
|
|
42979
|
+
* @summary Queries members in a DataWorks workspace.
|
|
42980
|
+
*
|
|
42925
42981
|
* @param request ListProjectMembersRequest
|
|
42926
42982
|
* @param runtime runtime options for this request RuntimeOptions
|
|
42927
42983
|
* @return ListProjectMembersResponse
|
|
@@ -42955,6 +43011,8 @@ class Client extends openapi_client_1.default {
|
|
|
42955
43011
|
return $tea.cast(await this.callApi(params, req, runtime), new ListProjectMembersResponse({}));
|
|
42956
43012
|
}
|
|
42957
43013
|
/**
|
|
43014
|
+
* @summary Queries members in a DataWorks workspace.
|
|
43015
|
+
*
|
|
42958
43016
|
* @param request ListProjectMembersRequest
|
|
42959
43017
|
* @return ListProjectMembersResponse
|
|
42960
43018
|
*/
|
|
@@ -42963,7 +43021,10 @@ class Client extends openapi_client_1.default {
|
|
|
42963
43021
|
return await this.listProjectMembersWithOptions(request, runtime);
|
|
42964
43022
|
}
|
|
42965
43023
|
/**
|
|
42966
|
-
* @summary
|
|
43024
|
+
* @summary A topic is added to describe how to call the ListProjectRoles operation to query all roles in a workspace.
|
|
43025
|
+
*
|
|
43026
|
+
* @description ## Debugging
|
|
43027
|
+
* [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
43028
|
*
|
|
42968
43029
|
* @param request ListProjectRolesRequest
|
|
42969
43030
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -42992,7 +43053,10 @@ class Client extends openapi_client_1.default {
|
|
|
42992
43053
|
return $tea.cast(await this.callApi(params, req, runtime), new ListProjectRolesResponse({}));
|
|
42993
43054
|
}
|
|
42994
43055
|
/**
|
|
42995
|
-
* @summary
|
|
43056
|
+
* @summary A topic is added to describe how to call the ListProjectRoles operation to query all roles in a workspace.
|
|
43057
|
+
*
|
|
43058
|
+
* @description ## Debugging
|
|
43059
|
+
* [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
43060
|
*
|
|
42997
43061
|
* @param request ListProjectRolesRequest
|
|
42998
43062
|
* @return ListProjectRolesResponse
|
|
@@ -43513,6 +43577,8 @@ class Client extends openapi_client_1.default {
|
|
|
43513
43577
|
return await this.listSuccessInstanceAmountWithOptions(request, runtime);
|
|
43514
43578
|
}
|
|
43515
43579
|
/**
|
|
43580
|
+
* @summary Queries table levels. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
43581
|
+
*
|
|
43516
43582
|
* @param request ListTableLevelRequest
|
|
43517
43583
|
* @param runtime runtime options for this request RuntimeOptions
|
|
43518
43584
|
* @return ListTableLevelResponse
|
|
@@ -43537,6 +43603,8 @@ class Client extends openapi_client_1.default {
|
|
|
43537
43603
|
return $tea.cast(await this.callApi(params, req, runtime), new ListTableLevelResponse({}));
|
|
43538
43604
|
}
|
|
43539
43605
|
/**
|
|
43606
|
+
* @summary Queries table levels. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
43607
|
+
*
|
|
43540
43608
|
* @param request ListTableLevelRequest
|
|
43541
43609
|
* @return ListTableLevelResponse
|
|
43542
43610
|
*/
|
|
@@ -43545,6 +43613,8 @@ class Client extends openapi_client_1.default {
|
|
|
43545
43613
|
return await this.listTableLevelWithOptions(request, runtime);
|
|
43546
43614
|
}
|
|
43547
43615
|
/**
|
|
43616
|
+
* @summary Queries table folders. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
43617
|
+
*
|
|
43548
43618
|
* @param request ListTableThemeRequest
|
|
43549
43619
|
* @param runtime runtime options for this request RuntimeOptions
|
|
43550
43620
|
* @return ListTableThemeResponse
|
|
@@ -43569,6 +43639,8 @@ class Client extends openapi_client_1.default {
|
|
|
43569
43639
|
return $tea.cast(await this.callApi(params, req, runtime), new ListTableThemeResponse({}));
|
|
43570
43640
|
}
|
|
43571
43641
|
/**
|
|
43642
|
+
* @summary Queries table folders. This API operation will be replaced soon. We recommend that you do not call this API operation.
|
|
43643
|
+
*
|
|
43572
43644
|
* @param request ListTableThemeRequest
|
|
43573
43645
|
* @return ListTableThemeResponse
|
|
43574
43646
|
*/
|
|
@@ -46568,6 +46640,8 @@ class Client extends openapi_client_1.default {
|
|
|
46568
46640
|
return await this.updateMetaCollectionWithOptions(request, runtime);
|
|
46569
46641
|
}
|
|
46570
46642
|
/**
|
|
46643
|
+
* @summary Updates the metadata information about a table.
|
|
46644
|
+
*
|
|
46571
46645
|
* @param request UpdateMetaTableRequest
|
|
46572
46646
|
* @param runtime runtime options for this request RuntimeOptions
|
|
46573
46647
|
* @return UpdateMetaTableResponse
|
|
@@ -46627,6 +46701,8 @@ class Client extends openapi_client_1.default {
|
|
|
46627
46701
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateMetaTableResponse({}));
|
|
46628
46702
|
}
|
|
46629
46703
|
/**
|
|
46704
|
+
* @summary Updates the metadata information about a table.
|
|
46705
|
+
*
|
|
46630
46706
|
* @param request UpdateMetaTableRequest
|
|
46631
46707
|
* @return UpdateMetaTableResponse
|
|
46632
46708
|
*/
|