@alicloud/dataworks-public20240518 7.1.3 → 7.2.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.
Files changed (231) hide show
  1. package/dist/client.d.ts +60 -22
  2. package/dist/client.js +146 -22
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddEntityIntoMetaCollectionRequest.d.ts +4 -0
  5. package/dist/models/AddEntityIntoMetaCollectionRequest.js.map +1 -1
  6. package/dist/models/CreateDataSourceRequest.d.ts +1 -1
  7. package/dist/models/CreateLineageRelationshipRequest.d.ts +4 -0
  8. package/dist/models/CreateLineageRelationshipRequest.js.map +1 -1
  9. package/dist/models/CreateLineageRelationshipResponseBody.d.ts +3 -0
  10. package/dist/models/CreateLineageRelationshipResponseBody.js.map +1 -1
  11. package/dist/models/CreateLineageRelationshipShrinkRequest.d.ts +4 -0
  12. package/dist/models/CreateLineageRelationshipShrinkRequest.js.map +1 -1
  13. package/dist/models/CreateMetaCollectionRequest.d.ts +3 -0
  14. package/dist/models/CreateMetaCollectionRequest.js.map +1 -1
  15. package/dist/models/CreateMetaCollectionResponseBody.d.ts +3 -0
  16. package/dist/models/CreateMetaCollectionResponseBody.js.map +1 -1
  17. package/dist/models/CreateWorkflowInstancesRequest.d.ts +7 -7
  18. package/dist/models/CreateWorkflowInstancesRequestDefaultRunProperties.d.ts +14 -8
  19. package/dist/models/CreateWorkflowInstancesRequestDefaultRunProperties.js +2 -0
  20. package/dist/models/CreateWorkflowInstancesRequestDefaultRunProperties.js.map +1 -1
  21. package/dist/models/CreateWorkflowInstancesRequestDefaultRunPropertiesAnalysis.d.ts +2 -2
  22. package/dist/models/CreateWorkflowInstancesRequestDefaultRunPropertiesRunPolicy.d.ts +3 -3
  23. package/dist/models/CreateWorkflowInstancesRequestPeriods.d.ts +5 -5
  24. package/dist/models/CreateWorkflowInstancesRequestPeriodsBizDates.d.ts +2 -2
  25. package/dist/models/CreateWorkflowInstancesShrinkRequest.d.ts +7 -7
  26. package/dist/models/DeleteLineageRelationshipRequest.d.ts +2 -0
  27. package/dist/models/DeleteLineageRelationshipRequest.js.map +1 -1
  28. package/dist/models/DeleteMetaCollectionRequest.d.ts +2 -0
  29. package/dist/models/DeleteMetaCollectionRequest.js.map +1 -1
  30. package/dist/models/GetCatalogRequest.d.ts +11 -0
  31. package/dist/models/GetCatalogRequest.js.map +1 -1
  32. package/dist/models/GetColumnRequest.d.ts +30 -0
  33. package/dist/models/GetColumnRequest.js.map +1 -1
  34. package/dist/models/GetDatabaseRequest.d.ts +20 -0
  35. package/dist/models/GetDatabaseRequest.js.map +1 -1
  36. package/dist/models/GetLineageRelationshipRequest.d.ts +2 -0
  37. package/dist/models/GetLineageRelationshipRequest.js.map +1 -1
  38. package/dist/models/GetMetaCollectionRequest.d.ts +2 -0
  39. package/dist/models/GetMetaCollectionRequest.js.map +1 -1
  40. package/dist/models/GetMetaCollectionResponseBody.d.ts +4 -0
  41. package/dist/models/GetMetaCollectionResponseBody.js.map +1 -1
  42. package/dist/models/GetMetaCollectionResponseBodyMetaCollection.d.ts +6 -0
  43. package/dist/models/GetMetaCollectionResponseBodyMetaCollection.js.map +1 -1
  44. package/dist/models/GetPartitionRequest.d.ts +2 -0
  45. package/dist/models/GetPartitionRequest.js.map +1 -1
  46. package/dist/models/GetRerunWorkflowInstancesResultRequest.d.ts +23 -0
  47. package/dist/models/GetRerunWorkflowInstancesResultRequest.js +58 -0
  48. package/dist/models/GetRerunWorkflowInstancesResultRequest.js.map +1 -0
  49. package/dist/models/GetRerunWorkflowInstancesResultResponse.d.ts +19 -0
  50. package/dist/models/GetRerunWorkflowInstancesResultResponse.js +69 -0
  51. package/dist/models/GetRerunWorkflowInstancesResultResponse.js.map +1 -0
  52. package/dist/models/GetRerunWorkflowInstancesResultResponseBody.d.ts +27 -0
  53. package/dist/models/GetRerunWorkflowInstancesResultResponseBody.js +64 -0
  54. package/dist/models/GetRerunWorkflowInstancesResultResponseBody.js.map +1 -0
  55. package/dist/models/GetRerunWorkflowInstancesResultResponseBodyResult.d.ts +29 -0
  56. package/dist/models/GetRerunWorkflowInstancesResultResponseBodyResult.js +60 -0
  57. package/dist/models/GetRerunWorkflowInstancesResultResponseBodyResult.js.map +1 -0
  58. package/dist/models/GetSchemaRequest.d.ts +18 -0
  59. package/dist/models/GetSchemaRequest.js.map +1 -1
  60. package/dist/models/GetTableRequest.d.ts +31 -0
  61. package/dist/models/GetTableRequest.js.map +1 -1
  62. package/dist/models/GetTaskInstanceResponseBody.d.ts +1 -1
  63. package/dist/models/GetTaskInstanceResponseBodyTaskInstance.d.ts +10 -0
  64. package/dist/models/GetTaskInstanceResponseBodyTaskInstance.js +4 -0
  65. package/dist/models/GetTaskInstanceResponseBodyTaskInstance.js.map +1 -1
  66. package/dist/models/ListCatalogsRequest.d.ts +11 -0
  67. package/dist/models/ListCatalogsRequest.js.map +1 -1
  68. package/dist/models/ListCatalogsShrinkRequest.d.ts +11 -0
  69. package/dist/models/ListCatalogsShrinkRequest.js.map +1 -1
  70. package/dist/models/ListColumnsRequest.d.ts +2 -0
  71. package/dist/models/ListColumnsRequest.js.map +1 -1
  72. package/dist/models/ListDatabasesRequest.d.ts +20 -0
  73. package/dist/models/ListDatabasesRequest.js.map +1 -1
  74. package/dist/models/ListEntitiesInMetaCollectionRequest.d.ts +2 -0
  75. package/dist/models/ListEntitiesInMetaCollectionRequest.js.map +1 -1
  76. package/dist/models/ListEntitiesInMetaCollectionResponseBody.d.ts +4 -0
  77. package/dist/models/ListEntitiesInMetaCollectionResponseBody.js.map +1 -1
  78. package/dist/models/ListEntitiesInMetaCollectionResponseBodyPagingInfo.d.ts +4 -0
  79. package/dist/models/ListEntitiesInMetaCollectionResponseBodyPagingInfo.js.map +1 -1
  80. package/dist/models/ListEntitiesInMetaCollectionResponseBodyPagingInfoEntities.d.ts +6 -0
  81. package/dist/models/ListEntitiesInMetaCollectionResponseBodyPagingInfoEntities.js.map +1 -1
  82. package/dist/models/ListLineageRelationshipsRequest.d.ts +4 -0
  83. package/dist/models/ListLineageRelationshipsRequest.js.map +1 -1
  84. package/dist/models/ListLineagesRequest.d.ts +6 -0
  85. package/dist/models/ListLineagesRequest.js.map +1 -1
  86. package/dist/models/ListMetaCollectionsRequest.d.ts +9 -0
  87. package/dist/models/ListMetaCollectionsRequest.js.map +1 -1
  88. package/dist/models/ListMetaCollectionsResponseBody.d.ts +4 -0
  89. package/dist/models/ListMetaCollectionsResponseBody.js.map +1 -1
  90. package/dist/models/ListMetaCollectionsResponseBodyData.d.ts +4 -0
  91. package/dist/models/ListMetaCollectionsResponseBodyData.js.map +1 -1
  92. package/dist/models/ListMetaCollectionsResponseBodyDataMetaCollections.d.ts +12 -0
  93. package/dist/models/ListMetaCollectionsResponseBodyDataMetaCollections.js.map +1 -1
  94. package/dist/models/ListNodesRequest.d.ts +7 -11
  95. package/dist/models/ListNodesRequest.js.map +1 -1
  96. package/dist/models/ListPartitionsRequest.d.ts +2 -0
  97. package/dist/models/ListPartitionsRequest.js.map +1 -1
  98. package/dist/models/ListResourcesRequest.d.ts +1 -1
  99. package/dist/models/ListResourcesResponseBodyPagingInfo.d.ts +1 -1
  100. package/dist/models/ListResourcesResponseBodyPagingInfoResources.d.ts +1 -1
  101. package/dist/models/ListSchemasRequest.d.ts +36 -0
  102. package/dist/models/ListSchemasRequest.js.map +1 -1
  103. package/dist/models/ListSchemasResponseBody.d.ts +10 -0
  104. package/dist/models/ListSchemasResponseBody.js.map +1 -1
  105. package/dist/models/ListSchemasResponseBodyPagingInfo.d.ts +7 -0
  106. package/dist/models/ListSchemasResponseBodyPagingInfo.js.map +1 -1
  107. package/dist/models/ListSchemasShrinkRequest.d.ts +36 -0
  108. package/dist/models/ListSchemasShrinkRequest.js.map +1 -1
  109. package/dist/models/ListTablesRequest.d.ts +33 -0
  110. package/dist/models/ListTablesRequest.js.map +1 -1
  111. package/dist/models/ListTablesShrinkRequest.d.ts +33 -0
  112. package/dist/models/ListTablesShrinkRequest.js.map +1 -1
  113. package/dist/models/ListTaskInstancesRequest.d.ts +4 -0
  114. package/dist/models/ListTaskInstancesRequest.js.map +1 -1
  115. package/dist/models/ListTaskInstancesResponseBody.d.ts +1 -1
  116. package/dist/models/ListTaskInstancesResponseBodyPagingInfo.d.ts +1 -1
  117. package/dist/models/ListTaskInstancesResponseBodyPagingInfoTaskInstances.d.ts +15 -0
  118. package/dist/models/ListTaskInstancesResponseBodyPagingInfoTaskInstances.js +6 -0
  119. package/dist/models/ListTaskInstancesResponseBodyPagingInfoTaskInstances.js.map +1 -1
  120. package/dist/models/ListTaskInstancesShrinkRequest.d.ts +4 -0
  121. package/dist/models/ListTaskInstancesShrinkRequest.js.map +1 -1
  122. package/dist/models/RemoveEntityFromMetaCollectionRequest.d.ts +6 -0
  123. package/dist/models/RemoveEntityFromMetaCollectionRequest.js.map +1 -1
  124. package/dist/models/RerunWorkflowInstancesRequest.d.ts +111 -0
  125. package/dist/models/RerunWorkflowInstancesRequest.js +85 -0
  126. package/dist/models/RerunWorkflowInstancesRequest.js.map +1 -0
  127. package/dist/models/RerunWorkflowInstancesRequestFilter.d.ts +44 -0
  128. package/dist/models/RerunWorkflowInstancesRequestFilter.js +75 -0
  129. package/dist/models/RerunWorkflowInstancesRequestFilter.js.map +1 -0
  130. package/dist/models/RerunWorkflowInstancesResponse.d.ts +19 -0
  131. package/dist/models/RerunWorkflowInstancesResponse.js +69 -0
  132. package/dist/models/RerunWorkflowInstancesResponse.js.map +1 -0
  133. package/dist/models/RerunWorkflowInstancesResponseBody.d.ts +29 -0
  134. package/dist/models/RerunWorkflowInstancesResponseBody.js +60 -0
  135. package/dist/models/RerunWorkflowInstancesResponseBody.js.map +1 -0
  136. package/dist/models/RerunWorkflowInstancesShrinkRequest.d.ts +110 -0
  137. package/dist/models/RerunWorkflowInstancesShrinkRequest.js +78 -0
  138. package/dist/models/RerunWorkflowInstancesShrinkRequest.js.map +1 -0
  139. package/dist/models/UpdateBusinessRequest.d.ts +11 -5
  140. package/dist/models/UpdateBusinessRequest.js.map +1 -1
  141. package/dist/models/UpdateBusinessResponseBody.d.ts +2 -2
  142. package/dist/models/UpdateColumnBusinessMetadataRequest.d.ts +2 -0
  143. package/dist/models/UpdateColumnBusinessMetadataRequest.js.map +1 -1
  144. package/dist/models/UpdateDataSourceRequest.d.ts +1 -1
  145. package/dist/models/UpdateMetaCollectionRequest.d.ts +6 -0
  146. package/dist/models/UpdateMetaCollectionRequest.js.map +1 -1
  147. package/dist/models/UpdateMetaCollectionShrinkRequest.d.ts +6 -0
  148. package/dist/models/UpdateMetaCollectionShrinkRequest.js.map +1 -1
  149. package/dist/models/UpdateTableBusinessMetadataRequest.d.ts +2 -0
  150. package/dist/models/UpdateTableBusinessMetadataRequest.js.map +1 -1
  151. package/dist/models/model.d.ts +9 -0
  152. package/dist/models/model.js +42 -23
  153. package/dist/models/model.js.map +1 -1
  154. package/package.json +1 -1
  155. package/src/client.ts +164 -22
  156. package/src/models/AddEntityIntoMetaCollectionRequest.ts +4 -0
  157. package/src/models/CreateDataSourceRequest.ts +1 -1
  158. package/src/models/CreateLineageRelationshipRequest.ts +4 -0
  159. package/src/models/CreateLineageRelationshipResponseBody.ts +3 -0
  160. package/src/models/CreateLineageRelationshipShrinkRequest.ts +4 -0
  161. package/src/models/CreateMetaCollectionRequest.ts +3 -0
  162. package/src/models/CreateMetaCollectionResponseBody.ts +3 -0
  163. package/src/models/CreateWorkflowInstancesRequest.ts +7 -7
  164. package/src/models/CreateWorkflowInstancesRequestDefaultRunProperties.ts +16 -8
  165. package/src/models/CreateWorkflowInstancesRequestDefaultRunPropertiesAnalysis.ts +2 -2
  166. package/src/models/CreateWorkflowInstancesRequestDefaultRunPropertiesRunPolicy.ts +3 -3
  167. package/src/models/CreateWorkflowInstancesRequestPeriods.ts +5 -5
  168. package/src/models/CreateWorkflowInstancesRequestPeriodsBizDates.ts +2 -2
  169. package/src/models/CreateWorkflowInstancesShrinkRequest.ts +7 -7
  170. package/src/models/DeleteLineageRelationshipRequest.ts +2 -0
  171. package/src/models/DeleteMetaCollectionRequest.ts +2 -0
  172. package/src/models/GetCatalogRequest.ts +11 -0
  173. package/src/models/GetColumnRequest.ts +30 -0
  174. package/src/models/GetDatabaseRequest.ts +20 -0
  175. package/src/models/GetLineageRelationshipRequest.ts +2 -0
  176. package/src/models/GetMetaCollectionRequest.ts +2 -0
  177. package/src/models/GetMetaCollectionResponseBody.ts +4 -0
  178. package/src/models/GetMetaCollectionResponseBodyMetaCollection.ts +6 -0
  179. package/src/models/GetPartitionRequest.ts +2 -0
  180. package/src/models/GetRerunWorkflowInstancesResultRequest.ts +36 -0
  181. package/src/models/GetRerunWorkflowInstancesResultResponse.ts +40 -0
  182. package/src/models/GetRerunWorkflowInstancesResultResponseBody.ts +45 -0
  183. package/src/models/GetRerunWorkflowInstancesResultResponseBodyResult.ts +44 -0
  184. package/src/models/GetSchemaRequest.ts +18 -0
  185. package/src/models/GetTableRequest.ts +31 -0
  186. package/src/models/GetTaskInstanceResponseBody.ts +1 -1
  187. package/src/models/GetTaskInstanceResponseBodyTaskInstance.ts +14 -0
  188. package/src/models/ListCatalogsRequest.ts +11 -0
  189. package/src/models/ListCatalogsShrinkRequest.ts +11 -0
  190. package/src/models/ListColumnsRequest.ts +2 -0
  191. package/src/models/ListDatabasesRequest.ts +20 -0
  192. package/src/models/ListEntitiesInMetaCollectionRequest.ts +2 -0
  193. package/src/models/ListEntitiesInMetaCollectionResponseBody.ts +4 -0
  194. package/src/models/ListEntitiesInMetaCollectionResponseBodyPagingInfo.ts +4 -0
  195. package/src/models/ListEntitiesInMetaCollectionResponseBodyPagingInfoEntities.ts +6 -0
  196. package/src/models/ListLineageRelationshipsRequest.ts +4 -0
  197. package/src/models/ListLineagesRequest.ts +6 -0
  198. package/src/models/ListMetaCollectionsRequest.ts +9 -0
  199. package/src/models/ListMetaCollectionsResponseBody.ts +4 -0
  200. package/src/models/ListMetaCollectionsResponseBodyData.ts +4 -0
  201. package/src/models/ListMetaCollectionsResponseBodyDataMetaCollections.ts +12 -0
  202. package/src/models/ListNodesRequest.ts +7 -11
  203. package/src/models/ListPartitionsRequest.ts +2 -0
  204. package/src/models/ListResourcesRequest.ts +1 -1
  205. package/src/models/ListResourcesResponseBodyPagingInfo.ts +1 -1
  206. package/src/models/ListResourcesResponseBodyPagingInfoResources.ts +1 -1
  207. package/src/models/ListSchemasRequest.ts +36 -0
  208. package/src/models/ListSchemasResponseBody.ts +10 -0
  209. package/src/models/ListSchemasResponseBodyPagingInfo.ts +7 -0
  210. package/src/models/ListSchemasShrinkRequest.ts +36 -0
  211. package/src/models/ListTablesRequest.ts +33 -0
  212. package/src/models/ListTablesShrinkRequest.ts +33 -0
  213. package/src/models/ListTaskInstancesRequest.ts +4 -0
  214. package/src/models/ListTaskInstancesResponseBody.ts +1 -1
  215. package/src/models/ListTaskInstancesResponseBodyPagingInfo.ts +1 -1
  216. package/src/models/ListTaskInstancesResponseBodyPagingInfoTaskInstances.ts +21 -0
  217. package/src/models/ListTaskInstancesShrinkRequest.ts +4 -0
  218. package/src/models/RemoveEntityFromMetaCollectionRequest.ts +6 -0
  219. package/src/models/RerunWorkflowInstancesRequest.ts +150 -0
  220. package/src/models/RerunWorkflowInstancesRequestFilter.ts +74 -0
  221. package/src/models/RerunWorkflowInstancesResponse.ts +40 -0
  222. package/src/models/RerunWorkflowInstancesResponseBody.ts +44 -0
  223. package/src/models/RerunWorkflowInstancesShrinkRequest.ts +143 -0
  224. package/src/models/UpdateBusinessRequest.ts +11 -5
  225. package/src/models/UpdateBusinessResponseBody.ts +2 -2
  226. package/src/models/UpdateColumnBusinessMetadataRequest.ts +2 -0
  227. package/src/models/UpdateDataSourceRequest.ts +1 -1
  228. package/src/models/UpdateMetaCollectionRequest.ts +6 -0
  229. package/src/models/UpdateMetaCollectionShrinkRequest.ts +6 -0
  230. package/src/models/UpdateTableBusinessMetadataRequest.ts +2 -0
  231. package/src/models/model.ts +9 -0
package/dist/client.d.ts CHANGED
@@ -369,7 +369,7 @@ export default class Client extends OpenApi {
369
369
  */
370
370
  createFunction(request: $_model.CreateFunctionRequest): Promise<$_model.CreateFunctionResponse>;
371
371
  /**
372
- * 注册血缘关系
372
+ * Creates a lineage between a source entity and a destination entity. Either the source or destination entity must be a custom entity.
373
373
  *
374
374
  * @param tmpReq - CreateLineageRelationshipRequest
375
375
  * @param runtime - runtime options for this request RuntimeOptions
@@ -377,14 +377,14 @@ export default class Client extends OpenApi {
377
377
  */
378
378
  createLineageRelationshipWithOptions(tmpReq: $_model.CreateLineageRelationshipRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateLineageRelationshipResponse>;
379
379
  /**
380
- * 注册血缘关系
380
+ * Creates a lineage between a source entity and a destination entity. Either the source or destination entity must be a custom entity.
381
381
  *
382
382
  * @param request - CreateLineageRelationshipRequest
383
383
  * @returns CreateLineageRelationshipResponse
384
384
  */
385
385
  createLineageRelationship(request: $_model.CreateLineageRelationshipRequest): Promise<$_model.CreateLineageRelationshipResponse>;
386
386
  /**
387
- * 创建集合
387
+ * Creates a collection in Data Map. Collections include categories, subcategories, data albums, and categories that are created in the data albums.
388
388
  *
389
389
  * @param request - CreateMetaCollectionRequest
390
390
  * @param runtime - runtime options for this request RuntimeOptions
@@ -392,7 +392,7 @@ export default class Client extends OpenApi {
392
392
  */
393
393
  createMetaCollectionWithOptions(request: $_model.CreateMetaCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateMetaCollectionResponse>;
394
394
  /**
395
- * 创建集合
395
+ * Creates a collection in Data Map. Collections include categories, subcategories, data albums, and categories that are created in the data albums.
396
396
  *
397
397
  * @param request - CreateMetaCollectionRequest
398
398
  * @returns CreateMetaCollectionResponse
@@ -612,7 +612,7 @@ export default class Client extends OpenApi {
612
612
  */
613
613
  createWorkflowDefinition(request: $_model.CreateWorkflowDefinitionRequest): Promise<$_model.CreateWorkflowDefinitionResponse>;
614
614
  /**
615
- * 创建工作流实例
615
+ * Creates a workflow instance, such as a data backfill workflow instance, based on configurations.
616
616
  *
617
617
  * @param tmpReq - CreateWorkflowInstancesRequest
618
618
  * @param runtime - runtime options for this request RuntimeOptions
@@ -620,7 +620,7 @@ export default class Client extends OpenApi {
620
620
  */
621
621
  createWorkflowInstancesWithOptions(tmpReq: $_model.CreateWorkflowInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateWorkflowInstancesResponse>;
622
622
  /**
623
- * 创建工作流实例
623
+ * Creates a workflow instance, such as a data backfill workflow instance, based on configurations.
624
624
  *
625
625
  * @param request - CreateWorkflowInstancesRequest
626
626
  * @returns CreateWorkflowInstancesResponse
@@ -1585,7 +1585,7 @@ export default class Client extends OpenApi {
1585
1585
  */
1586
1586
  getLineageRelationship(request: $_model.GetLineageRelationshipRequest): Promise<$_model.GetLineageRelationshipResponse>;
1587
1587
  /**
1588
- * 请求collection详情
1588
+ * Queries the information about a collection in Data Map. Collections include categories and data albums.
1589
1589
  *
1590
1590
  * @param request - GetMetaCollectionRequest
1591
1591
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1593,7 +1593,7 @@ export default class Client extends OpenApi {
1593
1593
  */
1594
1594
  getMetaCollectionWithOptions(request: $_model.GetMetaCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetMetaCollectionResponse>;
1595
1595
  /**
1596
- * 请求collection详情
1596
+ * Queries the information about a collection in Data Map. Collections include categories and data albums.
1597
1597
  *
1598
1598
  * @param request - GetMetaCollectionRequest
1599
1599
  * @returns GetMetaCollectionResponse
@@ -1728,6 +1728,21 @@ export default class Client extends OpenApi {
1728
1728
  * @returns GetProjectRoleResponse
1729
1729
  */
1730
1730
  getProjectRole(request: $_model.GetProjectRoleRequest): Promise<$_model.GetProjectRoleResponse>;
1731
+ /**
1732
+ * Query the result of asynchronous workflow instance reruns.
1733
+ *
1734
+ * @param request - GetRerunWorkflowInstancesResultRequest
1735
+ * @param runtime - runtime options for this request RuntimeOptions
1736
+ * @returns GetRerunWorkflowInstancesResultResponse
1737
+ */
1738
+ getRerunWorkflowInstancesResultWithOptions(request: $_model.GetRerunWorkflowInstancesResultRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetRerunWorkflowInstancesResultResponse>;
1739
+ /**
1740
+ * Query the result of asynchronous workflow instance reruns.
1741
+ *
1742
+ * @param request - GetRerunWorkflowInstancesResultRequest
1743
+ * @returns GetRerunWorkflowInstancesResultResponse
1744
+ */
1745
+ getRerunWorkflowInstancesResult(request: $_model.GetRerunWorkflowInstancesResultRequest): Promise<$_model.GetRerunWorkflowInstancesResultResponse>;
1731
1746
  /**
1732
1747
  * Queries the information about a file resource.
1733
1748
  *
@@ -1786,7 +1801,11 @@ export default class Client extends OpenApi {
1786
1801
  */
1787
1802
  getRoute(request: $_model.GetRouteRequest): Promise<$_model.GetRouteResponse>;
1788
1803
  /**
1789
- * 获取模式详情
1804
+ * Queries the information about a schema in Data Map. You can call this API operation to query the information only about MaxCompute and Hologres schemas.
1805
+ *
1806
+ * @remarks
1807
+ * 1. This API operation is available for all DataWorks editions.
1808
+ * 2. You can call this API operation to query the information only about MaxCompute and Hologres schemas.
1790
1809
  *
1791
1810
  * @param request - GetSchemaRequest
1792
1811
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1794,7 +1813,11 @@ export default class Client extends OpenApi {
1794
1813
  */
1795
1814
  getSchemaWithOptions(request: $_model.GetSchemaRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSchemaResponse>;
1796
1815
  /**
1797
- * 获取模式详情
1816
+ * Queries the information about a schema in Data Map. You can call this API operation to query the information only about MaxCompute and Hologres schemas.
1817
+ *
1818
+ * @remarks
1819
+ * 1. This API operation is available for all DataWorks editions.
1820
+ * 2. You can call this API operation to query the information only about MaxCompute and Hologres schemas.
1798
1821
  *
1799
1822
  * @param request - GetSchemaRequest
1800
1823
  * @returns GetSchemaResponse
@@ -2451,7 +2474,7 @@ export default class Client extends OpenApi {
2451
2474
  */
2452
2475
  listDownstreamTasks(request: $_model.ListDownstreamTasksRequest): Promise<$_model.ListDownstreamTasksResponse>;
2453
2476
  /**
2454
- * 查询集合中的实体列表
2477
+ * Queries a list of entities in a collection in Data Map. Collections include categories and data albums. Entities can only be tables.
2455
2478
  *
2456
2479
  * @param request - ListEntitiesInMetaCollectionRequest
2457
2480
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2459,7 +2482,7 @@ export default class Client extends OpenApi {
2459
2482
  */
2460
2483
  listEntitiesInMetaCollectionWithOptions(request: $_model.ListEntitiesInMetaCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListEntitiesInMetaCollectionResponse>;
2461
2484
  /**
2462
- * 查询集合中的实体列表
2485
+ * Queries a list of entities in a collection in Data Map. Collections include categories and data albums. Entities can only be tables.
2463
2486
  *
2464
2487
  * @param request - ListEntitiesInMetaCollectionRequest
2465
2488
  * @returns ListEntitiesInMetaCollectionResponse
@@ -2529,7 +2552,7 @@ export default class Client extends OpenApi {
2529
2552
  */
2530
2553
  listLineageRelationships(request: $_model.ListLineageRelationshipsRequest): Promise<$_model.ListLineageRelationshipsResponse>;
2531
2554
  /**
2532
- * 查询实体血缘
2555
+ * Queries a list of ancestor and descendant entities of an entity in Data Map. You can specify whether to return the lineage between the entities.
2533
2556
  *
2534
2557
  * @param request - ListLineagesRequest
2535
2558
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2537,14 +2560,14 @@ export default class Client extends OpenApi {
2537
2560
  */
2538
2561
  listLineagesWithOptions(request: $_model.ListLineagesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListLineagesResponse>;
2539
2562
  /**
2540
- * 查询实体血缘
2563
+ * Queries a list of ancestor and descendant entities of an entity in Data Map. You can specify whether to return the lineage between the entities.
2541
2564
  *
2542
2565
  * @param request - ListLineagesRequest
2543
2566
  * @returns ListLineagesResponse
2544
2567
  */
2545
2568
  listLineages(request: $_model.ListLineagesRequest): Promise<$_model.ListLineagesResponse>;
2546
2569
  /**
2547
- * 查询Collection列表
2570
+ * Queries a list of collections in Data Map. Collections include categories and data albums.
2548
2571
  *
2549
2572
  * @param request - ListMetaCollectionsRequest
2550
2573
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2552,7 +2575,7 @@ export default class Client extends OpenApi {
2552
2575
  */
2553
2576
  listMetaCollectionsWithOptions(request: $_model.ListMetaCollectionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListMetaCollectionsResponse>;
2554
2577
  /**
2555
- * 查询Collection列表
2578
+ * Queries a list of collections in Data Map. Collections include categories and data albums.
2556
2579
  *
2557
2580
  * @param request - ListMetaCollectionsRequest
2558
2581
  * @returns ListMetaCollectionsResponse
@@ -2763,7 +2786,7 @@ export default class Client extends OpenApi {
2763
2786
  */
2764
2787
  listRoutes(request: $_model.ListRoutesRequest): Promise<$_model.ListRoutesResponse>;
2765
2788
  /**
2766
- * 查询模式列表
2789
+ * Queries a list of schemas in a database or a MaxCompute project in Data Map. Only schemas of the MaxCompute and Hologres metadata crawler types are supported.
2767
2790
  *
2768
2791
  * @param tmpReq - ListSchemasRequest
2769
2792
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2771,7 +2794,7 @@ export default class Client extends OpenApi {
2771
2794
  */
2772
2795
  listSchemasWithOptions(tmpReq: $_model.ListSchemasRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSchemasResponse>;
2773
2796
  /**
2774
- * 查询模式列表
2797
+ * Queries a list of schemas in a database or a MaxCompute project in Data Map. Only schemas of the MaxCompute and Hologres metadata crawler types are supported.
2775
2798
  *
2776
2799
  * @param request - ListSchemasRequest
2777
2800
  * @returns ListSchemasResponse
@@ -3144,6 +3167,21 @@ export default class Client extends OpenApi {
3144
3167
  * @returns RerunTaskInstancesResponse
3145
3168
  */
3146
3169
  rerunTaskInstances(request: $_model.RerunTaskInstancesRequest): Promise<$_model.RerunTaskInstancesResponse>;
3170
+ /**
3171
+ * Reruns workflow instances.
3172
+ *
3173
+ * @param tmpReq - RerunWorkflowInstancesRequest
3174
+ * @param runtime - runtime options for this request RuntimeOptions
3175
+ * @returns RerunWorkflowInstancesResponse
3176
+ */
3177
+ rerunWorkflowInstancesWithOptions(tmpReq: $_model.RerunWorkflowInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RerunWorkflowInstancesResponse>;
3178
+ /**
3179
+ * Reruns workflow instances.
3180
+ *
3181
+ * @param request - RerunWorkflowInstancesRequest
3182
+ * @returns RerunWorkflowInstancesResponse
3183
+ */
3184
+ rerunWorkflowInstances(request: $_model.RerunWorkflowInstancesRequest): Promise<$_model.RerunWorkflowInstancesResponse>;
3147
3185
  /**
3148
3186
  * Resumes multiple suspended instances at a time.
3149
3187
  *
@@ -3661,7 +3699,7 @@ export default class Client extends OpenApi {
3661
3699
  */
3662
3700
  updateIDEEventResult(request: $_model.UpdateIDEEventResultRequest): Promise<$_model.UpdateIDEEventResultResponse>;
3663
3701
  /**
3664
- * 更新集合
3702
+ * Updates the information about a collection in Data Map, including the collection name, description, and administrator. Collections include categories and data albums. If you want to update the information about a data album, the account that you use must be attached the AliyunDataWorksFullAccess policy, or you are the data album creator or administrator.
3665
3703
  *
3666
3704
  * @param tmpReq - UpdateMetaCollectionRequest
3667
3705
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3669,7 +3707,7 @@ export default class Client extends OpenApi {
3669
3707
  */
3670
3708
  updateMetaCollectionWithOptions(tmpReq: $_model.UpdateMetaCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateMetaCollectionResponse>;
3671
3709
  /**
3672
- * 更新集合
3710
+ * Updates the information about a collection in Data Map, including the collection name, description, and administrator. Collections include categories and data albums. If you want to update the information about a data album, the account that you use must be attached the AliyunDataWorksFullAccess policy, or you are the data album creator or administrator.
3673
3711
  *
3674
3712
  * @param request - UpdateMetaCollectionRequest
3675
3713
  * @returns UpdateMetaCollectionResponse
@@ -3764,7 +3802,7 @@ export default class Client extends OpenApi {
3764
3802
  */
3765
3803
  updateRoute(request: $_model.UpdateRouteRequest): Promise<$_model.UpdateRouteResponse>;
3766
3804
  /**
3767
- * 更新数据表业务元数据
3805
+ * Updates the business metadata of a table in Data Map. Currently, only the usage notes of a table can be updated.
3768
3806
  *
3769
3807
  * @param request - UpdateTableBusinessMetadataRequest
3770
3808
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3772,7 +3810,7 @@ export default class Client extends OpenApi {
3772
3810
  */
3773
3811
  updateTableBusinessMetadataWithOptions(request: $_model.UpdateTableBusinessMetadataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateTableBusinessMetadataResponse>;
3774
3812
  /**
3775
- * 更新数据表业务元数据
3813
+ * Updates the business metadata of a table in Data Map. Currently, only the usage notes of a table can be updated.
3776
3814
  *
3777
3815
  * @param request - UpdateTableBusinessMetadataRequest
3778
3816
  * @returns UpdateTableBusinessMetadataResponse
package/dist/client.js CHANGED
@@ -1297,7 +1297,7 @@ class Client extends openapi_core_1.default {
1297
1297
  return await this.createFunctionWithOptions(request, runtime);
1298
1298
  }
1299
1299
  /**
1300
- * 注册血缘关系
1300
+ * Creates a lineage between a source entity and a destination entity. Either the source or destination entity must be a custom entity.
1301
1301
  *
1302
1302
  * @param tmpReq - CreateLineageRelationshipRequest
1303
1303
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1343,7 +1343,7 @@ class Client extends openapi_core_1.default {
1343
1343
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateLineageRelationshipResponse({}));
1344
1344
  }
1345
1345
  /**
1346
- * 注册血缘关系
1346
+ * Creates a lineage between a source entity and a destination entity. Either the source or destination entity must be a custom entity.
1347
1347
  *
1348
1348
  * @param request - CreateLineageRelationshipRequest
1349
1349
  * @returns CreateLineageRelationshipResponse
@@ -1353,7 +1353,7 @@ class Client extends openapi_core_1.default {
1353
1353
  return await this.createLineageRelationshipWithOptions(request, runtime);
1354
1354
  }
1355
1355
  /**
1356
- * 创建集合
1356
+ * Creates a collection in Data Map. Collections include categories, subcategories, data albums, and categories that are created in the data albums.
1357
1357
  *
1358
1358
  * @param request - CreateMetaCollectionRequest
1359
1359
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1391,7 +1391,7 @@ class Client extends openapi_core_1.default {
1391
1391
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateMetaCollectionResponse({}));
1392
1392
  }
1393
1393
  /**
1394
- * 创建集合
1394
+ * Creates a collection in Data Map. Collections include categories, subcategories, data albums, and categories that are created in the data albums.
1395
1395
  *
1396
1396
  * @param request - CreateMetaCollectionRequest
1397
1397
  * @returns CreateMetaCollectionResponse
@@ -2209,7 +2209,7 @@ class Client extends openapi_core_1.default {
2209
2209
  return await this.createWorkflowDefinitionWithOptions(request, runtime);
2210
2210
  }
2211
2211
  /**
2212
- * 创建工作流实例
2212
+ * Creates a workflow instance, such as a data backfill workflow instance, based on configurations.
2213
2213
  *
2214
2214
  * @param tmpReq - CreateWorkflowInstancesRequest
2215
2215
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2276,7 +2276,7 @@ class Client extends openapi_core_1.default {
2276
2276
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateWorkflowInstancesResponse({}));
2277
2277
  }
2278
2278
  /**
2279
- * 创建工作流实例
2279
+ * Creates a workflow instance, such as a data backfill workflow instance, based on configurations.
2280
2280
  *
2281
2281
  * @param request - CreateWorkflowInstancesRequest
2282
2282
  * @returns CreateWorkflowInstancesResponse
@@ -4655,7 +4655,7 @@ class Client extends openapi_core_1.default {
4655
4655
  return await this.getLineageRelationshipWithOptions(request, runtime);
4656
4656
  }
4657
4657
  /**
4658
- * 请求collection详情
4658
+ * Queries the information about a collection in Data Map. Collections include categories and data albums.
4659
4659
  *
4660
4660
  * @param request - GetMetaCollectionRequest
4661
4661
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4681,7 +4681,7 @@ class Client extends openapi_core_1.default {
4681
4681
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetMetaCollectionResponse({}));
4682
4682
  }
4683
4683
  /**
4684
- * 请求collection详情
4684
+ * Queries the information about a collection in Data Map. Collections include categories and data albums.
4685
4685
  *
4686
4686
  * @param request - GetMetaCollectionRequest
4687
4687
  * @returns GetMetaCollectionResponse
@@ -4978,6 +4978,45 @@ class Client extends openapi_core_1.default {
4978
4978
  let runtime = new $dara.RuntimeOptions({});
4979
4979
  return await this.getProjectRoleWithOptions(request, runtime);
4980
4980
  }
4981
+ /**
4982
+ * Query the result of asynchronous workflow instance reruns.
4983
+ *
4984
+ * @param request - GetRerunWorkflowInstancesResultRequest
4985
+ * @param runtime - runtime options for this request RuntimeOptions
4986
+ * @returns GetRerunWorkflowInstancesResultResponse
4987
+ */
4988
+ async getRerunWorkflowInstancesResultWithOptions(request, runtime) {
4989
+ request.validate();
4990
+ let query = {};
4991
+ if (!$dara.isNull(request.operationId)) {
4992
+ query["OperationId"] = request.operationId;
4993
+ }
4994
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
4995
+ query: openapi_core_2.OpenApiUtil.query(query),
4996
+ });
4997
+ let params = new openapi_core_2.$OpenApiUtil.Params({
4998
+ action: "GetRerunWorkflowInstancesResult",
4999
+ version: "2024-05-18",
5000
+ protocol: "HTTPS",
5001
+ pathname: "/",
5002
+ method: "POST",
5003
+ authType: "AK",
5004
+ style: "RPC",
5005
+ reqBodyType: "formData",
5006
+ bodyType: "json",
5007
+ });
5008
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetRerunWorkflowInstancesResultResponse({}));
5009
+ }
5010
+ /**
5011
+ * Query the result of asynchronous workflow instance reruns.
5012
+ *
5013
+ * @param request - GetRerunWorkflowInstancesResultRequest
5014
+ * @returns GetRerunWorkflowInstancesResultResponse
5015
+ */
5016
+ async getRerunWorkflowInstancesResult(request) {
5017
+ let runtime = new $dara.RuntimeOptions({});
5018
+ return await this.getRerunWorkflowInstancesResultWithOptions(request, runtime);
5019
+ }
4981
5020
  /**
4982
5021
  * Queries the information about a file resource.
4983
5022
  *
@@ -5099,7 +5138,11 @@ class Client extends openapi_core_1.default {
5099
5138
  return await this.getRouteWithOptions(request, runtime);
5100
5139
  }
5101
5140
  /**
5102
- * 获取模式详情
5141
+ * Queries the information about a schema in Data Map. You can call this API operation to query the information only about MaxCompute and Hologres schemas.
5142
+ *
5143
+ * @remarks
5144
+ * 1. This API operation is available for all DataWorks editions.
5145
+ * 2. You can call this API operation to query the information only about MaxCompute and Hologres schemas.
5103
5146
  *
5104
5147
  * @param request - GetSchemaRequest
5105
5148
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5125,7 +5168,11 @@ class Client extends openapi_core_1.default {
5125
5168
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSchemaResponse({}));
5126
5169
  }
5127
5170
  /**
5128
- * 获取模式详情
5171
+ * Queries the information about a schema in Data Map. You can call this API operation to query the information only about MaxCompute and Hologres schemas.
5172
+ *
5173
+ * @remarks
5174
+ * 1. This API operation is available for all DataWorks editions.
5175
+ * 2. You can call this API operation to query the information only about MaxCompute and Hologres schemas.
5129
5176
  *
5130
5177
  * @param request - GetSchemaRequest
5131
5178
  * @returns GetSchemaResponse
@@ -6756,7 +6803,7 @@ class Client extends openapi_core_1.default {
6756
6803
  return await this.listDownstreamTasksWithOptions(request, runtime);
6757
6804
  }
6758
6805
  /**
6759
- * 查询集合中的实体列表
6806
+ * Queries a list of entities in a collection in Data Map. Collections include categories and data albums. Entities can only be tables.
6760
6807
  *
6761
6808
  * @param request - ListEntitiesInMetaCollectionRequest
6762
6809
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6782,7 +6829,7 @@ class Client extends openapi_core_1.default {
6782
6829
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListEntitiesInMetaCollectionResponse({}));
6783
6830
  }
6784
6831
  /**
6785
- * 查询集合中的实体列表
6832
+ * Queries a list of entities in a collection in Data Map. Collections include categories and data albums. Entities can only be tables.
6786
6833
  *
6787
6834
  * @param request - ListEntitiesInMetaCollectionRequest
6788
6835
  * @returns ListEntitiesInMetaCollectionResponse
@@ -7038,7 +7085,7 @@ class Client extends openapi_core_1.default {
7038
7085
  return await this.listLineageRelationshipsWithOptions(request, runtime);
7039
7086
  }
7040
7087
  /**
7041
- * 查询实体血缘
7088
+ * Queries a list of ancestor and descendant entities of an entity in Data Map. You can specify whether to return the lineage between the entities.
7042
7089
  *
7043
7090
  * @param request - ListLineagesRequest
7044
7091
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7064,7 +7111,7 @@ class Client extends openapi_core_1.default {
7064
7111
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListLineagesResponse({}));
7065
7112
  }
7066
7113
  /**
7067
- * 查询实体血缘
7114
+ * Queries a list of ancestor and descendant entities of an entity in Data Map. You can specify whether to return the lineage between the entities.
7068
7115
  *
7069
7116
  * @param request - ListLineagesRequest
7070
7117
  * @returns ListLineagesResponse
@@ -7074,7 +7121,7 @@ class Client extends openapi_core_1.default {
7074
7121
  return await this.listLineagesWithOptions(request, runtime);
7075
7122
  }
7076
7123
  /**
7077
- * 查询Collection列表
7124
+ * Queries a list of collections in Data Map. Collections include categories and data albums.
7078
7125
  *
7079
7126
  * @param request - ListMetaCollectionsRequest
7080
7127
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7100,7 +7147,7 @@ class Client extends openapi_core_1.default {
7100
7147
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListMetaCollectionsResponse({}));
7101
7148
  }
7102
7149
  /**
7103
- * 查询Collection列表
7150
+ * Queries a list of collections in Data Map. Collections include categories and data albums.
7104
7151
  *
7105
7152
  * @param request - ListMetaCollectionsRequest
7106
7153
  * @returns ListMetaCollectionsResponse
@@ -7667,7 +7714,7 @@ class Client extends openapi_core_1.default {
7667
7714
  return await this.listRoutesWithOptions(request, runtime);
7668
7715
  }
7669
7716
  /**
7670
- * 查询模式列表
7717
+ * Queries a list of schemas in a database or a MaxCompute project in Data Map. Only schemas of the MaxCompute and Hologres metadata crawler types are supported.
7671
7718
  *
7672
7719
  * @param tmpReq - ListSchemasRequest
7673
7720
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7698,7 +7745,7 @@ class Client extends openapi_core_1.default {
7698
7745
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSchemasResponse({}));
7699
7746
  }
7700
7747
  /**
7701
- * 查询模式列表
7748
+ * Queries a list of schemas in a database or a MaxCompute project in Data Map. Only schemas of the MaxCompute and Hologres metadata crawler types are supported.
7702
7749
  *
7703
7750
  * @param request - ListSchemasRequest
7704
7751
  * @returns ListSchemasResponse
@@ -8804,6 +8851,83 @@ class Client extends openapi_core_1.default {
8804
8851
  let runtime = new $dara.RuntimeOptions({});
8805
8852
  return await this.rerunTaskInstancesWithOptions(request, runtime);
8806
8853
  }
8854
+ /**
8855
+ * Reruns workflow instances.
8856
+ *
8857
+ * @param tmpReq - RerunWorkflowInstancesRequest
8858
+ * @param runtime - runtime options for this request RuntimeOptions
8859
+ * @returns RerunWorkflowInstancesResponse
8860
+ */
8861
+ async rerunWorkflowInstancesWithOptions(tmpReq, runtime) {
8862
+ tmpReq.validate();
8863
+ let request = new $_model.RerunWorkflowInstancesShrinkRequest({});
8864
+ openapi_core_2.OpenApiUtil.convert(tmpReq, request);
8865
+ if (!$dara.isNull(tmpReq.filter)) {
8866
+ request.filterShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.filter, "Filter", "json");
8867
+ }
8868
+ if (!$dara.isNull(tmpReq.ids)) {
8869
+ request.idsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.ids, "Ids", "json");
8870
+ }
8871
+ let body = {};
8872
+ if (!$dara.isNull(request.bizdate)) {
8873
+ body["Bizdate"] = request.bizdate;
8874
+ }
8875
+ if (!$dara.isNull(request.endTriggerTime)) {
8876
+ body["EndTriggerTime"] = request.endTriggerTime;
8877
+ }
8878
+ if (!$dara.isNull(request.envType)) {
8879
+ body["EnvType"] = request.envType;
8880
+ }
8881
+ if (!$dara.isNull(request.filterShrink)) {
8882
+ body["Filter"] = request.filterShrink;
8883
+ }
8884
+ if (!$dara.isNull(request.idsShrink)) {
8885
+ body["Ids"] = request.idsShrink;
8886
+ }
8887
+ if (!$dara.isNull(request.name)) {
8888
+ body["Name"] = request.name;
8889
+ }
8890
+ if (!$dara.isNull(request.projectId)) {
8891
+ body["ProjectId"] = request.projectId;
8892
+ }
8893
+ if (!$dara.isNull(request.startTriggerTime)) {
8894
+ body["StartTriggerTime"] = request.startTriggerTime;
8895
+ }
8896
+ if (!$dara.isNull(request.status)) {
8897
+ body["Status"] = request.status;
8898
+ }
8899
+ if (!$dara.isNull(request.type)) {
8900
+ body["Type"] = request.type;
8901
+ }
8902
+ if (!$dara.isNull(request.workflowId)) {
8903
+ body["WorkflowId"] = request.workflowId;
8904
+ }
8905
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
8906
+ body: openapi_core_2.OpenApiUtil.parseToMap(body),
8907
+ });
8908
+ let params = new openapi_core_2.$OpenApiUtil.Params({
8909
+ action: "RerunWorkflowInstances",
8910
+ version: "2024-05-18",
8911
+ protocol: "HTTPS",
8912
+ pathname: "/",
8913
+ method: "POST",
8914
+ authType: "AK",
8915
+ style: "RPC",
8916
+ reqBodyType: "formData",
8917
+ bodyType: "json",
8918
+ });
8919
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.RerunWorkflowInstancesResponse({}));
8920
+ }
8921
+ /**
8922
+ * Reruns workflow instances.
8923
+ *
8924
+ * @param request - RerunWorkflowInstancesRequest
8925
+ * @returns RerunWorkflowInstancesResponse
8926
+ */
8927
+ async rerunWorkflowInstances(request) {
8928
+ let runtime = new $dara.RuntimeOptions({});
8929
+ return await this.rerunWorkflowInstancesWithOptions(request, runtime);
8930
+ }
8807
8931
  /**
8808
8932
  * Resumes multiple suspended instances at a time.
8809
8933
  *
@@ -10438,7 +10562,7 @@ class Client extends openapi_core_1.default {
10438
10562
  return await this.updateIDEEventResultWithOptions(request, runtime);
10439
10563
  }
10440
10564
  /**
10441
- * 更新集合
10565
+ * Updates the information about a collection in Data Map, including the collection name, description, and administrator. Collections include categories and data albums. If you want to update the information about a data album, the account that you use must be attached the AliyunDataWorksFullAccess policy, or you are the data album creator or administrator.
10442
10566
  *
10443
10567
  * @param tmpReq - UpdateMetaCollectionRequest
10444
10568
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10481,7 +10605,7 @@ class Client extends openapi_core_1.default {
10481
10605
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateMetaCollectionResponse({}));
10482
10606
  }
10483
10607
  /**
10484
- * 更新集合
10608
+ * Updates the information about a collection in Data Map, including the collection name, description, and administrator. Collections include categories and data albums. If you want to update the information about a data album, the account that you use must be attached the AliyunDataWorksFullAccess policy, or you are the data album creator or administrator.
10485
10609
  *
10486
10610
  * @param request - UpdateMetaCollectionRequest
10487
10611
  * @returns UpdateMetaCollectionResponse
@@ -10814,7 +10938,7 @@ class Client extends openapi_core_1.default {
10814
10938
  return await this.updateRouteWithOptions(request, runtime);
10815
10939
  }
10816
10940
  /**
10817
- * 更新数据表业务元数据
10941
+ * Updates the business metadata of a table in Data Map. Currently, only the usage notes of a table can be updated.
10818
10942
  *
10819
10943
  * @param request - UpdateTableBusinessMetadataRequest
10820
10944
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10846,7 +10970,7 @@ class Client extends openapi_core_1.default {
10846
10970
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateTableBusinessMetadataResponse({}));
10847
10971
  }
10848
10972
  /**
10849
- * 更新数据表业务元数据
10973
+ * Updates the business metadata of a table in Data Map. Currently, only the usage notes of a table can be updated.
10850
10974
  *
10851
10975
  * @param request - UpdateTableBusinessMetadataRequest
10852
10976
  * @returns UpdateTableBusinessMetadataResponse