@alicloud/dataworks-public20240518 8.8.2 → 8.8.4
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 +132 -132
- package/dist/client.js +144 -132
- package/dist/client.js.map +1 -1
- package/dist/models/ApplyResourceAccessPermissionRequest.d.ts +35 -20
- package/dist/models/ApplyResourceAccessPermissionRequest.js.map +1 -1
- package/dist/models/ApplyResourceAccessPermissionResponseBody.d.ts +1 -1
- package/dist/models/ApplyResourceAccessPermissionShrinkRequest.d.ts +3 -3
- package/dist/models/Column.d.ts +23 -20
- package/dist/models/Column.js +5 -0
- package/dist/models/Column.js.map +1 -1
- package/dist/models/CreatePipelineRunRequest.d.ts +30 -8
- package/dist/models/CreatePipelineRunRequest.js +4 -0
- package/dist/models/CreatePipelineRunRequest.js.map +1 -1
- package/dist/models/CreatePipelineRunResponseBody.d.ts +2 -2
- package/dist/models/CreatePipelineRunShrinkRequest.d.ts +30 -8
- package/dist/models/CreatePipelineRunShrinkRequest.js +4 -0
- package/dist/models/CreatePipelineRunShrinkRequest.js.map +1 -1
- package/dist/models/GetApplicationContentsRequest.d.ts +1 -1
- package/dist/models/GetApplicationContentsResponseBody.d.ts +77 -55
- package/dist/models/GetApplicationContentsResponseBody.js.map +1 -1
- package/dist/models/GetColumnRequest.d.ts +14 -13
- package/dist/models/GetColumnRequest.js.map +1 -1
- package/dist/models/GetColumnResponseBody.d.ts +2 -2
- package/dist/models/GetTableRequest.d.ts +17 -14
- package/dist/models/GetTableRequest.js +2 -0
- package/dist/models/GetTableRequest.js.map +1 -1
- package/dist/models/GetTableResponseBody.d.ts +2 -2
- package/dist/models/ImportWorkflowDefinitionRequest.d.ts +11 -7
- package/dist/models/ImportWorkflowDefinitionRequest.js +2 -0
- package/dist/models/ImportWorkflowDefinitionRequest.js.map +1 -1
- package/dist/models/ImportWorkflowDefinitionResponseBody.d.ts +13 -17
- package/dist/models/ImportWorkflowDefinitionResponseBody.js.map +1 -1
- package/dist/models/ListColumnsRequest.d.ts +12 -15
- package/dist/models/ListColumnsRequest.js +2 -0
- package/dist/models/ListColumnsRequest.js.map +1 -1
- package/dist/models/ListColumnsResponseBody.d.ts +3 -3
- package/dist/models/ListMyApplicationsRequest.d.ts +40 -23
- package/dist/models/ListMyApplicationsRequest.js.map +1 -1
- package/dist/models/ListMyApplicationsResponseBody.d.ts +51 -77
- package/dist/models/ListMyApplicationsResponseBody.js.map +1 -1
- package/dist/models/ListMyApplicationsShrinkRequest.d.ts +27 -20
- package/dist/models/ListMyApplicationsShrinkRequest.js.map +1 -1
- package/dist/models/ListMyRelatedApprovalsRequest.d.ts +58 -48
- package/dist/models/ListMyRelatedApprovalsRequest.js.map +1 -1
- package/dist/models/ListMyRelatedApprovalsResponseBody.d.ts +53 -77
- package/dist/models/ListMyRelatedApprovalsResponseBody.js.map +1 -1
- package/dist/models/ListMyRelatedApprovalsShrinkRequest.d.ts +36 -24
- package/dist/models/ListMyRelatedApprovalsShrinkRequest.js.map +1 -1
- package/dist/models/ListPendingApprovalsRequest.d.ts +42 -14
- package/dist/models/ListPendingApprovalsRequest.js.map +1 -1
- package/dist/models/ListPendingApprovalsResponseBody.d.ts +60 -85
- package/dist/models/ListPendingApprovalsResponseBody.js.map +1 -1
- package/dist/models/ListPendingApprovalsShrinkRequest.d.ts +27 -9
- package/dist/models/ListPendingApprovalsShrinkRequest.js.map +1 -1
- package/dist/models/ListTablesRequest.d.ts +27 -40
- package/dist/models/ListTablesRequest.js +2 -0
- package/dist/models/ListTablesRequest.js.map +1 -1
- package/dist/models/ListTablesResponseBody.d.ts +3 -3
- package/dist/models/ListTablesShrinkRequest.d.ts +27 -40
- package/dist/models/ListTablesShrinkRequest.js +2 -0
- package/dist/models/ListTablesShrinkRequest.js.map +1 -1
- package/dist/models/RerunTaskInstancesRequest.d.ts +3 -2
- package/dist/models/RerunTaskInstancesRequest.js +2 -0
- package/dist/models/RerunTaskInstancesRequest.js.map +1 -1
- package/dist/models/RerunTaskInstancesResponseBody.d.ts +2 -2
- package/dist/models/RerunTaskInstancesShrinkRequest.d.ts +3 -2
- package/dist/models/RerunTaskInstancesShrinkRequest.js +2 -0
- package/dist/models/RerunTaskInstancesShrinkRequest.js.map +1 -1
- package/dist/models/Table.d.ts +55 -54
- package/dist/models/Table.js +5 -0
- package/dist/models/Table.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +148 -132
- package/src/models/ApplyResourceAccessPermissionRequest.ts +35 -20
- package/src/models/ApplyResourceAccessPermissionResponseBody.ts +1 -1
- package/src/models/ApplyResourceAccessPermissionShrinkRequest.ts +3 -3
- package/src/models/Column.ts +26 -20
- package/src/models/CreatePipelineRunRequest.ts +34 -8
- package/src/models/CreatePipelineRunResponseBody.ts +2 -2
- package/src/models/CreatePipelineRunShrinkRequest.ts +34 -8
- package/src/models/GetApplicationContentsRequest.ts +1 -1
- package/src/models/GetApplicationContentsResponseBody.ts +77 -55
- package/src/models/GetColumnRequest.ts +14 -13
- package/src/models/GetColumnResponseBody.ts +2 -2
- package/src/models/GetTableRequest.ts +19 -14
- package/src/models/GetTableResponseBody.ts +2 -2
- package/src/models/ImportWorkflowDefinitionRequest.ts +13 -7
- package/src/models/ImportWorkflowDefinitionResponseBody.ts +13 -17
- package/src/models/ListColumnsRequest.ts +14 -15
- package/src/models/ListColumnsResponseBody.ts +3 -3
- package/src/models/ListMyApplicationsRequest.ts +40 -23
- package/src/models/ListMyApplicationsResponseBody.ts +51 -77
- package/src/models/ListMyApplicationsShrinkRequest.ts +27 -20
- package/src/models/ListMyRelatedApprovalsRequest.ts +58 -48
- package/src/models/ListMyRelatedApprovalsResponseBody.ts +53 -77
- package/src/models/ListMyRelatedApprovalsShrinkRequest.ts +36 -24
- package/src/models/ListPendingApprovalsRequest.ts +42 -14
- package/src/models/ListPendingApprovalsResponseBody.ts +60 -85
- package/src/models/ListPendingApprovalsShrinkRequest.ts +27 -9
- package/src/models/ListTablesRequest.ts +29 -40
- package/src/models/ListTablesResponseBody.ts +3 -3
- package/src/models/ListTablesShrinkRequest.ts +29 -40
- package/src/models/RerunTaskInstancesRequest.ts +5 -2
- package/src/models/RerunTaskInstancesResponseBody.ts +2 -2
- package/src/models/RerunTaskInstancesShrinkRequest.ts +5 -2
- package/src/models/Table.ts +59 -55
package/dist/client.d.ts
CHANGED
|
@@ -58,19 +58,19 @@ export default class Client extends OpenApi {
|
|
|
58
58
|
*/
|
|
59
59
|
addEntityIntoMetaCollection(request: $_model.AddEntityIntoMetaCollectionRequest): Promise<$_model.AddEntityIntoMetaCollectionResponse>;
|
|
60
60
|
/**
|
|
61
|
-
* Submits
|
|
61
|
+
* Submits an application for access permissions on a specific resource.
|
|
62
62
|
*
|
|
63
63
|
* @remarks
|
|
64
|
-
* ## Request
|
|
65
|
-
* - **Reason**: The reason for the
|
|
66
|
-
* - **ApplyContents**:
|
|
67
|
-
* - **Resource**: The resource
|
|
68
|
-
* - **Grantee**: The
|
|
69
|
-
* - **AccessTypes**:
|
|
70
|
-
* - **ExpirationTime**: The permission expiration time,
|
|
71
|
-
* - **AuthMethod**:
|
|
72
|
-
* - **ClientToken**:
|
|
73
|
-
* Ensure
|
|
64
|
+
* ## Request Description
|
|
65
|
+
* - **Reason**: The reason for the application. This parameter is required.
|
|
66
|
+
* - **ApplyContents**: Contains multiple resource permission application contents, each including the resource description (Resource), grantee description (Grantee), permission types (AccessTypes), and permission expiration time (ExpirationTime). The maximum limit per request is 400 entries.
|
|
67
|
+
* - **Resource**: The resource description. You need to specify the ResourceSchema.name and version that the resource parsing depends on, as well as the resource metadata MetaData.
|
|
68
|
+
* - **Grantee**: The grantee description. You need to specify the grantee type (PrincipalType) and the principal ID (PrincipalId).
|
|
69
|
+
* - **AccessTypes**: The list of permission types. Multiple permission combinations are supported.
|
|
70
|
+
* - **ExpirationTime**: The permission expiration time, provided as a milliseconds timestamp.
|
|
71
|
+
* - **AuthMethod**: An optional parameter that specifies the authorization method. The system uses the built-in default authorization method if not specified.
|
|
72
|
+
* - **ClientToken**: The client token used to prevent duplicate requests. This parameter is optional.
|
|
73
|
+
* Ensure all required fields are filled in correctly and comply with the corresponding constraints. For example, `DefVersion` and `MetaData` in `Resource` should match the selected `DefSchema`.
|
|
74
74
|
*
|
|
75
75
|
* @param tmpReq - ApplyResourceAccessPermissionRequest
|
|
76
76
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -78,19 +78,19 @@ export default class Client extends OpenApi {
|
|
|
78
78
|
*/
|
|
79
79
|
applyResourceAccessPermissionWithOptions(tmpReq: $_model.ApplyResourceAccessPermissionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ApplyResourceAccessPermissionResponse>;
|
|
80
80
|
/**
|
|
81
|
-
* Submits
|
|
81
|
+
* Submits an application for access permissions on a specific resource.
|
|
82
82
|
*
|
|
83
83
|
* @remarks
|
|
84
|
-
* ## Request
|
|
85
|
-
* - **Reason**: The reason for the
|
|
86
|
-
* - **ApplyContents**:
|
|
87
|
-
* - **Resource**: The resource
|
|
88
|
-
* - **Grantee**: The
|
|
89
|
-
* - **AccessTypes**:
|
|
90
|
-
* - **ExpirationTime**: The permission expiration time,
|
|
91
|
-
* - **AuthMethod**:
|
|
92
|
-
* - **ClientToken**:
|
|
93
|
-
* Ensure
|
|
84
|
+
* ## Request Description
|
|
85
|
+
* - **Reason**: The reason for the application. This parameter is required.
|
|
86
|
+
* - **ApplyContents**: Contains multiple resource permission application contents, each including the resource description (Resource), grantee description (Grantee), permission types (AccessTypes), and permission expiration time (ExpirationTime). The maximum limit per request is 400 entries.
|
|
87
|
+
* - **Resource**: The resource description. You need to specify the ResourceSchema.name and version that the resource parsing depends on, as well as the resource metadata MetaData.
|
|
88
|
+
* - **Grantee**: The grantee description. You need to specify the grantee type (PrincipalType) and the principal ID (PrincipalId).
|
|
89
|
+
* - **AccessTypes**: The list of permission types. Multiple permission combinations are supported.
|
|
90
|
+
* - **ExpirationTime**: The permission expiration time, provided as a milliseconds timestamp.
|
|
91
|
+
* - **AuthMethod**: An optional parameter that specifies the authorization method. The system uses the built-in default authorization method if not specified.
|
|
92
|
+
* - **ClientToken**: The client token used to prevent duplicate requests. This parameter is optional.
|
|
93
|
+
* Ensure all required fields are filled in correctly and comply with the corresponding constraints. For example, `DefVersion` and `MetaData` in `Resource` should match the selected `DefSchema`.
|
|
94
94
|
*
|
|
95
95
|
* @param request - ApplyResourceAccessPermissionRequest
|
|
96
96
|
* @returns ApplyResourceAccessPermissionResponse
|
|
@@ -1009,11 +1009,11 @@ export default class Client extends OpenApi {
|
|
|
1009
1009
|
*/
|
|
1010
1010
|
createParameter(request: $_model.CreateParameterRequest): Promise<$_model.CreateParameterResponse>;
|
|
1011
1011
|
/**
|
|
1012
|
-
* Creates a
|
|
1012
|
+
* Creates a publish process for an entity in the new-version DataStudio.
|
|
1013
1013
|
*
|
|
1014
1014
|
* @remarks
|
|
1015
|
-
* >Notice: This
|
|
1016
|
-
* >Notice: This
|
|
1015
|
+
* >Notice: This operation does not support batch operations. If you specify multiple publish entities in the parameters, all entities except the first one are ignored.
|
|
1016
|
+
* >Notice: This operation may not be available in earlier versions of the SDK. In this case, use the CreateDeployment operation. The parameters are the same as those described in this topic.
|
|
1017
1017
|
*
|
|
1018
1018
|
* @param tmpReq - CreatePipelineRunRequest
|
|
1019
1019
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1021,11 +1021,11 @@ export default class Client extends OpenApi {
|
|
|
1021
1021
|
*/
|
|
1022
1022
|
createPipelineRunWithOptions(tmpReq: $_model.CreatePipelineRunRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreatePipelineRunResponse>;
|
|
1023
1023
|
/**
|
|
1024
|
-
* Creates a
|
|
1024
|
+
* Creates a publish process for an entity in the new-version DataStudio.
|
|
1025
1025
|
*
|
|
1026
1026
|
* @remarks
|
|
1027
|
-
* >Notice: This
|
|
1028
|
-
* >Notice: This
|
|
1027
|
+
* >Notice: This operation does not support batch operations. If you specify multiple publish entities in the parameters, all entities except the first one are ignored.
|
|
1028
|
+
* >Notice: This operation may not be available in earlier versions of the SDK. In this case, use the CreateDeployment operation. The parameters are the same as those described in this topic.
|
|
1029
1029
|
*
|
|
1030
1030
|
* @param request - CreatePipelineRunRequest
|
|
1031
1031
|
* @returns CreatePipelineRunResponse
|
|
@@ -2523,14 +2523,14 @@ export default class Client extends OpenApi {
|
|
|
2523
2523
|
*/
|
|
2524
2524
|
getAlertRule(request: $_model.GetAlertRuleRequest): Promise<$_model.GetAlertRuleResponse>;
|
|
2525
2525
|
/**
|
|
2526
|
-
*
|
|
2526
|
+
* Queries the content of resource permission applications under the specified process instance ID.
|
|
2527
2527
|
*
|
|
2528
2528
|
* @remarks
|
|
2529
|
-
* ## Request
|
|
2530
|
-
* - This API
|
|
2531
|
-
* - A valid `ProcessInstanceId`
|
|
2532
|
-
* - The response includes basic
|
|
2533
|
-
* - Each
|
|
2529
|
+
* ## Request Description
|
|
2530
|
+
* - This API is used to query the details of resource permission applications based on the provided `ProcessInstanceId`.
|
|
2531
|
+
* - A valid `ProcessInstanceId` parameter must be provided in the request.
|
|
2532
|
+
* - The response includes the basic information, status, and the list of specific application contents.
|
|
2533
|
+
* - Each application content includes detailed resource information, the grantee, the requested operation permissions, and more.
|
|
2534
2534
|
*
|
|
2535
2535
|
* @param request - GetApplicationContentsRequest
|
|
2536
2536
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2538,14 +2538,14 @@ export default class Client extends OpenApi {
|
|
|
2538
2538
|
*/
|
|
2539
2539
|
getApplicationContentsWithOptions(request: $_model.GetApplicationContentsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetApplicationContentsResponse>;
|
|
2540
2540
|
/**
|
|
2541
|
-
*
|
|
2541
|
+
* Queries the content of resource permission applications under the specified process instance ID.
|
|
2542
2542
|
*
|
|
2543
2543
|
* @remarks
|
|
2544
|
-
* ## Request
|
|
2545
|
-
* - This API
|
|
2546
|
-
* - A valid `ProcessInstanceId`
|
|
2547
|
-
* - The response includes basic
|
|
2548
|
-
* - Each
|
|
2544
|
+
* ## Request Description
|
|
2545
|
+
* - This API is used to query the details of resource permission applications based on the provided `ProcessInstanceId`.
|
|
2546
|
+
* - A valid `ProcessInstanceId` parameter must be provided in the request.
|
|
2547
|
+
* - The response includes the basic information, status, and the list of specific application contents.
|
|
2548
|
+
* - Each application content includes detailed resource information, the grantee, the requested operation permissions, and more.
|
|
2549
2549
|
*
|
|
2550
2550
|
* @param request - GetApplicationContentsRequest
|
|
2551
2551
|
* @returns GetApplicationContentsResponse
|
|
@@ -2611,10 +2611,10 @@ export default class Client extends OpenApi {
|
|
|
2611
2611
|
*/
|
|
2612
2612
|
getCertificate(request: $_model.GetCertificateRequest): Promise<$_model.GetCertificateResponse>;
|
|
2613
2613
|
/**
|
|
2614
|
-
*
|
|
2614
|
+
* Retrieves the details of a specified column in a Data Map table.
|
|
2615
2615
|
*
|
|
2616
2616
|
* @remarks
|
|
2617
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
2617
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
2618
2618
|
*
|
|
2619
2619
|
* @param request - GetColumnRequest
|
|
2620
2620
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2622,10 +2622,10 @@ export default class Client extends OpenApi {
|
|
|
2622
2622
|
*/
|
|
2623
2623
|
getColumnWithOptions(request: $_model.GetColumnRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetColumnResponse>;
|
|
2624
2624
|
/**
|
|
2625
|
-
*
|
|
2625
|
+
* Retrieves the details of a specified column in a Data Map table.
|
|
2626
2626
|
*
|
|
2627
2627
|
* @remarks
|
|
2628
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
2628
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
2629
2629
|
*
|
|
2630
2630
|
* @param request - GetColumnRequest
|
|
2631
2631
|
* @returns GetColumnResponse
|
|
@@ -3635,10 +3635,10 @@ export default class Client extends OpenApi {
|
|
|
3635
3635
|
*/
|
|
3636
3636
|
getSkill(request: $_model.GetSkillRequest): Promise<$_model.GetSkillResponse>;
|
|
3637
3637
|
/**
|
|
3638
|
-
*
|
|
3638
|
+
* Retrieves the details of a specified data table in DataWorks Data Map. You can specify whether to return business metadata.
|
|
3639
3639
|
*
|
|
3640
3640
|
* @remarks
|
|
3641
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
3641
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
3642
3642
|
*
|
|
3643
3643
|
* @param request - GetTableRequest
|
|
3644
3644
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3646,10 +3646,10 @@ export default class Client extends OpenApi {
|
|
|
3646
3646
|
*/
|
|
3647
3647
|
getTableWithOptions(request: $_model.GetTableRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetTableResponse>;
|
|
3648
3648
|
/**
|
|
3649
|
-
*
|
|
3649
|
+
* Retrieves the details of a specified data table in DataWorks Data Map. You can specify whether to return business metadata.
|
|
3650
3650
|
*
|
|
3651
3651
|
* @remarks
|
|
3652
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
3652
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
3653
3653
|
*
|
|
3654
3654
|
* @param request - GetTableRequest
|
|
3655
3655
|
* @returns GetTableResponse
|
|
@@ -3815,12 +3815,12 @@ export default class Client extends OpenApi {
|
|
|
3815
3815
|
importCertificate(request: $_model.ImportCertificateRequest): Promise<$_model.ImportCertificateResponse>;
|
|
3816
3816
|
importCertificateAdvance(request: $_model.ImportCertificateAdvanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ImportCertificateResponse>;
|
|
3817
3817
|
/**
|
|
3818
|
-
* Imports a workflow and its child nodes
|
|
3818
|
+
* Imports a workflow node defined by FlowSpec and its child nodes into DataStudio.
|
|
3819
3819
|
*
|
|
3820
3820
|
* @remarks
|
|
3821
3821
|
* >Notice:
|
|
3822
|
-
* - This
|
|
3823
|
-
* - This is an asynchronous
|
|
3822
|
+
* - This operation does not support importing multiple workflows. If more than one workflow is defined in the FlowSpec, all workflows except the first one are ignored.
|
|
3823
|
+
* - This is an asynchronous operation. The response returns an asynchronous task object. Call GetJobStatus to query the execution status of the task.
|
|
3824
3824
|
*
|
|
3825
3825
|
* @param request - ImportWorkflowDefinitionRequest
|
|
3826
3826
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3828,12 +3828,12 @@ export default class Client extends OpenApi {
|
|
|
3828
3828
|
*/
|
|
3829
3829
|
importWorkflowDefinitionWithOptions(request: $_model.ImportWorkflowDefinitionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ImportWorkflowDefinitionResponse>;
|
|
3830
3830
|
/**
|
|
3831
|
-
* Imports a workflow and its child nodes
|
|
3831
|
+
* Imports a workflow node defined by FlowSpec and its child nodes into DataStudio.
|
|
3832
3832
|
*
|
|
3833
3833
|
* @remarks
|
|
3834
3834
|
* >Notice:
|
|
3835
|
-
* - This
|
|
3836
|
-
* - This is an asynchronous
|
|
3835
|
+
* - This operation does not support importing multiple workflows. If more than one workflow is defined in the FlowSpec, all workflows except the first one are ignored.
|
|
3836
|
+
* - This is an asynchronous operation. The response returns an asynchronous task object. Call GetJobStatus to query the execution status of the task.
|
|
3837
3837
|
*
|
|
3838
3838
|
* @param request - ImportWorkflowDefinitionRequest
|
|
3839
3839
|
* @returns ImportWorkflowDefinitionResponse
|
|
@@ -3997,10 +3997,10 @@ export default class Client extends OpenApi {
|
|
|
3997
3997
|
*/
|
|
3998
3998
|
listCertificates(request: $_model.ListCertificatesRequest): Promise<$_model.ListCertificatesResponse>;
|
|
3999
3999
|
/**
|
|
4000
|
-
* Queries the column list of a specified table in Data Map.
|
|
4000
|
+
* Queries the column list of a specified data table in DataWorks Data Map.
|
|
4001
4001
|
*
|
|
4002
4002
|
* @remarks
|
|
4003
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
4003
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
4004
4004
|
*
|
|
4005
4005
|
* @param request - ListColumnsRequest
|
|
4006
4006
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4008,10 +4008,10 @@ export default class Client extends OpenApi {
|
|
|
4008
4008
|
*/
|
|
4009
4009
|
listColumnsWithOptions(request: $_model.ListColumnsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListColumnsResponse>;
|
|
4010
4010
|
/**
|
|
4011
|
-
* Queries the column list of a specified table in Data Map.
|
|
4011
|
+
* Queries the column list of a specified data table in DataWorks Data Map.
|
|
4012
4012
|
*
|
|
4013
4013
|
* @remarks
|
|
4014
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
4014
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
4015
4015
|
*
|
|
4016
4016
|
* @param request - ListColumnsRequest
|
|
4017
4017
|
* @returns ListColumnsResponse
|
|
@@ -4919,16 +4919,16 @@ export default class Client extends OpenApi {
|
|
|
4919
4919
|
*/
|
|
4920
4920
|
listMetaEntityDefs(request: $_model.ListMetaEntityDefsRequest): Promise<$_model.ListMetaEntityDefsResponse>;
|
|
4921
4921
|
/**
|
|
4922
|
-
*
|
|
4922
|
+
* Queries all resource access permission application orders initiated by the current user.
|
|
4923
4923
|
*
|
|
4924
4924
|
* @remarks
|
|
4925
|
-
* ## Request
|
|
4926
|
-
* - This
|
|
4927
|
-
* -
|
|
4928
|
-
* -
|
|
4929
|
-
* -
|
|
4930
|
-
* -
|
|
4931
|
-
* -
|
|
4925
|
+
* ## Request description
|
|
4926
|
+
* - This API supports paginated queries, controlled by the `NextToken` and `PageSize` parameters.
|
|
4927
|
+
* - `DefSchema` is a required parameter that specifies the resource type.
|
|
4928
|
+
* - The `ResourceType` list can contain multiple resource types for more precise filtering of application orders.
|
|
4929
|
+
* - You can set `StartTime` and `EndTime` to limit the time range of the query.
|
|
4930
|
+
* - `Statuses` allows you to filter application orders by specific statuses, such as pending approval and authorized.
|
|
4931
|
+
* - If you need to filter by specific resources or authorization targets, you can provide detailed information through the `Resource` and `Grantee` fields.
|
|
4932
4932
|
*
|
|
4933
4933
|
* @param tmpReq - ListMyApplicationsRequest
|
|
4934
4934
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4936,31 +4936,31 @@ export default class Client extends OpenApi {
|
|
|
4936
4936
|
*/
|
|
4937
4937
|
listMyApplicationsWithOptions(tmpReq: $_model.ListMyApplicationsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListMyApplicationsResponse>;
|
|
4938
4938
|
/**
|
|
4939
|
-
*
|
|
4939
|
+
* Queries all resource access permission application orders initiated by the current user.
|
|
4940
4940
|
*
|
|
4941
4941
|
* @remarks
|
|
4942
|
-
* ## Request
|
|
4943
|
-
* - This
|
|
4944
|
-
* -
|
|
4945
|
-
* -
|
|
4946
|
-
* -
|
|
4947
|
-
* -
|
|
4948
|
-
* -
|
|
4942
|
+
* ## Request description
|
|
4943
|
+
* - This API supports paginated queries, controlled by the `NextToken` and `PageSize` parameters.
|
|
4944
|
+
* - `DefSchema` is a required parameter that specifies the resource type.
|
|
4945
|
+
* - The `ResourceType` list can contain multiple resource types for more precise filtering of application orders.
|
|
4946
|
+
* - You can set `StartTime` and `EndTime` to limit the time range of the query.
|
|
4947
|
+
* - `Statuses` allows you to filter application orders by specific statuses, such as pending approval and authorized.
|
|
4948
|
+
* - If you need to filter by specific resources or authorization targets, you can provide detailed information through the `Resource` and `Grantee` fields.
|
|
4949
4949
|
*
|
|
4950
4950
|
* @param request - ListMyApplicationsRequest
|
|
4951
4951
|
* @returns ListMyApplicationsResponse
|
|
4952
4952
|
*/
|
|
4953
4953
|
listMyApplications(request: $_model.ListMyApplicationsRequest): Promise<$_model.ListMyApplicationsResponse>;
|
|
4954
4954
|
/**
|
|
4955
|
-
*
|
|
4955
|
+
* Query all permission application orders where the current user is an approver or stakeholder.
|
|
4956
4956
|
*
|
|
4957
4957
|
* @remarks
|
|
4958
|
-
* ## Request
|
|
4959
|
-
* - This API
|
|
4960
|
-
* -
|
|
4961
|
-
* -
|
|
4962
|
-
* -
|
|
4963
|
-
* - `DefSchema` and `ResourceType` are required
|
|
4958
|
+
* ## Request Description
|
|
4959
|
+
* - This API is used to retrieve all permission application orders where the current user is an approver, including pending and processed application orders.
|
|
4960
|
+
* - You can use the `Statuses` parameter to filter application orders by specific status.
|
|
4961
|
+
* - `NextToken` is used for paginated requests. It can be omitted or set to `null` for the first request. For subsequent requests, pass the `NextToken` value from the previous response.
|
|
4962
|
+
* - `PageSize` defaults to 10, with a maximum of 200.
|
|
4963
|
+
* - `DefSchema` and `ResourceType` are required fields. Other parameters can be filled in as needed.
|
|
4964
4964
|
*
|
|
4965
4965
|
* @param tmpReq - ListMyRelatedApprovalsRequest
|
|
4966
4966
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4968,15 +4968,15 @@ export default class Client extends OpenApi {
|
|
|
4968
4968
|
*/
|
|
4969
4969
|
listMyRelatedApprovalsWithOptions(tmpReq: $_model.ListMyRelatedApprovalsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListMyRelatedApprovalsResponse>;
|
|
4970
4970
|
/**
|
|
4971
|
-
*
|
|
4971
|
+
* Query all permission application orders where the current user is an approver or stakeholder.
|
|
4972
4972
|
*
|
|
4973
4973
|
* @remarks
|
|
4974
|
-
* ## Request
|
|
4975
|
-
* - This API
|
|
4976
|
-
* -
|
|
4977
|
-
* -
|
|
4978
|
-
* -
|
|
4979
|
-
* - `DefSchema` and `ResourceType` are required
|
|
4974
|
+
* ## Request Description
|
|
4975
|
+
* - This API is used to retrieve all permission application orders where the current user is an approver, including pending and processed application orders.
|
|
4976
|
+
* - You can use the `Statuses` parameter to filter application orders by specific status.
|
|
4977
|
+
* - `NextToken` is used for paginated requests. It can be omitted or set to `null` for the first request. For subsequent requests, pass the `NextToken` value from the previous response.
|
|
4978
|
+
* - `PageSize` defaults to 10, with a maximum of 200.
|
|
4979
|
+
* - `DefSchema` and `ResourceType` are required fields. Other parameters can be filled in as needed.
|
|
4980
4980
|
*
|
|
4981
4981
|
* @param request - ListMyRelatedApprovalsRequest
|
|
4982
4982
|
* @returns ListMyRelatedApprovalsResponse
|
|
@@ -5099,27 +5099,27 @@ export default class Client extends OpenApi {
|
|
|
5099
5099
|
*/
|
|
5100
5100
|
listPartitions(request: $_model.ListPartitionsRequest): Promise<$_model.ListPartitionsResponse>;
|
|
5101
5101
|
/**
|
|
5102
|
-
* Retrieves pending permission
|
|
5102
|
+
* Retrieves the list of pending permission request orders for which the current user is the approver.
|
|
5103
5103
|
*
|
|
5104
5104
|
* @remarks
|
|
5105
|
-
* ## Request
|
|
5106
|
-
* This API
|
|
5107
|
-
* - **ResourceType**:
|
|
5108
|
-
* - **Resource**:
|
|
5109
|
-
* - **StartTime and EndTime**:
|
|
5110
|
-
* - **Statuses**:
|
|
5111
|
-
* - **Grantee**: Filters
|
|
5112
|
-
* - **AccessTypes**: Filters the
|
|
5113
|
-
* - **PageSize and NextToken**:
|
|
5105
|
+
* ## Request Description
|
|
5106
|
+
* This API is used to query all pending permission request orders for which the current logged-in user is the approver. It supports filtering by multiple conditions, including resource type, time range, and approval status, to more precisely locate specific request orders.
|
|
5107
|
+
* - **ResourceType**: Specifies the resource type (such as table), which can have multiple values.
|
|
5108
|
+
* - **Resource**: Provides specific resource search conditions, such as the project, database, or table name.
|
|
5109
|
+
* - **StartTime and EndTime**: Define the time range during which the request was submitted.
|
|
5110
|
+
* - **Statuses**: Allows filtering results by approval status, for example, to view only pending approval requests.
|
|
5111
|
+
* - **Grantee**: Filters request orders based on the authorization principal information.
|
|
5112
|
+
* - **AccessTypes**: Filters based on the specific permission types requested (such as read or update).
|
|
5113
|
+
* - **PageSize and NextToken**: Used for pagination control, specifying the amount of data returned per request and the cursor needed to retrieve the next page of data.
|
|
5114
5114
|
* Notes:
|
|
5115
|
-
* - If no
|
|
5116
|
-
* -
|
|
5117
|
-
* - The default value of `PageSize` is 10, and the maximum value is 200. If
|
|
5118
|
-
* -
|
|
5119
|
-
* ## Response
|
|
5120
|
-
*
|
|
5121
|
-
* - **Data**: The paginated result set,
|
|
5122
|
-
* - **ApplicationQueryResponse**: The
|
|
5115
|
+
* - If no filtering conditions are provided, all matching records are returned by default.
|
|
5116
|
+
* - The `NextToken` parameter can be empty or omitted for the first call. Subsequent page requests must use the `NextToken` value provided in the previous response.
|
|
5117
|
+
* - The default value of `PageSize` is 10, and the maximum value is 200. If the specified value exceeds the maximum limit, the maximum value is used.
|
|
5118
|
+
* - When there is no more data to return, the `HasMore` field is set to `false`, and `NextToken` will be empty or absent.
|
|
5119
|
+
* ## Response Description
|
|
5120
|
+
* After a successful call to this API, the response body contains paginated results and detailed information for each request order, such as the application time, resource description, authorization principal, requested permissions, and more. Additionally, the approval process status and other related metadata are provided.
|
|
5121
|
+
* - **Data**: The paginated result set, including page size (`PageSize`), cursor (`NextToken`), and whether more data is available (`HasMore`).
|
|
5122
|
+
* - **ApplicationQueryResponse**: The specific content of each request order, including the reason for the request, submission time, status, and a detailed list of request content.
|
|
5123
5123
|
*
|
|
5124
5124
|
* @param tmpReq - ListPendingApprovalsRequest
|
|
5125
5125
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5127,27 +5127,27 @@ export default class Client extends OpenApi {
|
|
|
5127
5127
|
*/
|
|
5128
5128
|
listPendingApprovalsWithOptions(tmpReq: $_model.ListPendingApprovalsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListPendingApprovalsResponse>;
|
|
5129
5129
|
/**
|
|
5130
|
-
* Retrieves pending permission
|
|
5130
|
+
* Retrieves the list of pending permission request orders for which the current user is the approver.
|
|
5131
5131
|
*
|
|
5132
5132
|
* @remarks
|
|
5133
|
-
* ## Request
|
|
5134
|
-
* This API
|
|
5135
|
-
* - **ResourceType**:
|
|
5136
|
-
* - **Resource**:
|
|
5137
|
-
* - **StartTime and EndTime**:
|
|
5138
|
-
* - **Statuses**:
|
|
5139
|
-
* - **Grantee**: Filters
|
|
5140
|
-
* - **AccessTypes**: Filters the
|
|
5141
|
-
* - **PageSize and NextToken**:
|
|
5133
|
+
* ## Request Description
|
|
5134
|
+
* This API is used to query all pending permission request orders for which the current logged-in user is the approver. It supports filtering by multiple conditions, including resource type, time range, and approval status, to more precisely locate specific request orders.
|
|
5135
|
+
* - **ResourceType**: Specifies the resource type (such as table), which can have multiple values.
|
|
5136
|
+
* - **Resource**: Provides specific resource search conditions, such as the project, database, or table name.
|
|
5137
|
+
* - **StartTime and EndTime**: Define the time range during which the request was submitted.
|
|
5138
|
+
* - **Statuses**: Allows filtering results by approval status, for example, to view only pending approval requests.
|
|
5139
|
+
* - **Grantee**: Filters request orders based on the authorization principal information.
|
|
5140
|
+
* - **AccessTypes**: Filters based on the specific permission types requested (such as read or update).
|
|
5141
|
+
* - **PageSize and NextToken**: Used for pagination control, specifying the amount of data returned per request and the cursor needed to retrieve the next page of data.
|
|
5142
5142
|
* Notes:
|
|
5143
|
-
* - If no
|
|
5144
|
-
* -
|
|
5145
|
-
* - The default value of `PageSize` is 10, and the maximum value is 200. If
|
|
5146
|
-
* -
|
|
5147
|
-
* ## Response
|
|
5148
|
-
*
|
|
5149
|
-
* - **Data**: The paginated result set,
|
|
5150
|
-
* - **ApplicationQueryResponse**: The
|
|
5143
|
+
* - If no filtering conditions are provided, all matching records are returned by default.
|
|
5144
|
+
* - The `NextToken` parameter can be empty or omitted for the first call. Subsequent page requests must use the `NextToken` value provided in the previous response.
|
|
5145
|
+
* - The default value of `PageSize` is 10, and the maximum value is 200. If the specified value exceeds the maximum limit, the maximum value is used.
|
|
5146
|
+
* - When there is no more data to return, the `HasMore` field is set to `false`, and `NextToken` will be empty or absent.
|
|
5147
|
+
* ## Response Description
|
|
5148
|
+
* After a successful call to this API, the response body contains paginated results and detailed information for each request order, such as the application time, resource description, authorization principal, requested permissions, and more. Additionally, the approval process status and other related metadata are provided.
|
|
5149
|
+
* - **Data**: The paginated result set, including page size (`PageSize`), cursor (`NextToken`), and whether more data is available (`HasMore`).
|
|
5150
|
+
* - **ApplicationQueryResponse**: The specific content of each request order, including the reason for the request, submission time, status, and a detailed list of request content.
|
|
5151
5151
|
*
|
|
5152
5152
|
* @param request - ListPendingApprovalsRequest
|
|
5153
5153
|
* @returns ListPendingApprovalsResponse
|
|
@@ -5470,10 +5470,10 @@ export default class Client extends OpenApi {
|
|
|
5470
5470
|
*/
|
|
5471
5471
|
listSkills(request: $_model.ListSkillsRequest): Promise<$_model.ListSkillsResponse>;
|
|
5472
5472
|
/**
|
|
5473
|
-
* Queries
|
|
5473
|
+
* Queries the list of data tables in DataWorks Data Map. For types that do not support the schema level, you can query data tables under a specified database. For types that support the schema level, you can query data tables under a specified database, MaxCompute project, or schema. The response contains only basic table information and does not include technical metadata or business metadata.
|
|
5474
5474
|
*
|
|
5475
5475
|
* @remarks
|
|
5476
|
-
* 1.
|
|
5476
|
+
* 1. DataWorks Basic Edition or a higher edition is required.
|
|
5477
5477
|
*
|
|
5478
5478
|
* @param tmpReq - ListTablesRequest
|
|
5479
5479
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5481,10 +5481,10 @@ export default class Client extends OpenApi {
|
|
|
5481
5481
|
*/
|
|
5482
5482
|
listTablesWithOptions(tmpReq: $_model.ListTablesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListTablesResponse>;
|
|
5483
5483
|
/**
|
|
5484
|
-
* Queries
|
|
5484
|
+
* Queries the list of data tables in DataWorks Data Map. For types that do not support the schema level, you can query data tables under a specified database. For types that support the schema level, you can query data tables under a specified database, MaxCompute project, or schema. The response contains only basic table information and does not include technical metadata or business metadata.
|
|
5485
5485
|
*
|
|
5486
5486
|
* @remarks
|
|
5487
|
-
* 1.
|
|
5487
|
+
* 1. DataWorks Basic Edition or a higher edition is required.
|
|
5488
5488
|
*
|
|
5489
5489
|
* @param request - ListTablesRequest
|
|
5490
5490
|
* @returns ListTablesResponse
|
|
@@ -5954,10 +5954,10 @@ export default class Client extends OpenApi {
|
|
|
5954
5954
|
*/
|
|
5955
5955
|
renameWorkflowDefinition(request: $_model.RenameWorkflowDefinitionRequest): Promise<$_model.RenameWorkflowDefinitionResponse>;
|
|
5956
5956
|
/**
|
|
5957
|
-
* Reruns multiple instances
|
|
5957
|
+
* Reruns multiple node instances in a batch.
|
|
5958
5958
|
*
|
|
5959
5959
|
* @remarks
|
|
5960
|
-
*
|
|
5960
|
+
* You must purchase DataWorks Basic Edition or a more advanced edition to use this operation.
|
|
5961
5961
|
*
|
|
5962
5962
|
* @param tmpReq - RerunTaskInstancesRequest
|
|
5963
5963
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5965,10 +5965,10 @@ export default class Client extends OpenApi {
|
|
|
5965
5965
|
*/
|
|
5966
5966
|
rerunTaskInstancesWithOptions(tmpReq: $_model.RerunTaskInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RerunTaskInstancesResponse>;
|
|
5967
5967
|
/**
|
|
5968
|
-
* Reruns multiple instances
|
|
5968
|
+
* Reruns multiple node instances in a batch.
|
|
5969
5969
|
*
|
|
5970
5970
|
* @remarks
|
|
5971
|
-
*
|
|
5971
|
+
* You must purchase DataWorks Basic Edition or a more advanced edition to use this operation.
|
|
5972
5972
|
*
|
|
5973
5973
|
* @param request - RerunTaskInstancesRequest
|
|
5974
5974
|
* @returns RerunTaskInstancesResponse
|