Values.GetWorkflowVersionRequestSourceGets information about a workflow version. For more information, see Workflow versioning in Amazon Web Services HealthOmics in the Amazon Web Services HealthOmics User Guide.
type nonrec t = {workflowId : WorkflowId.t;The workflow's ID. The workflowId is not the UUID.
*)versionName : WorkflowVersionName.t;The workflow version name.
*)type_ : WorkflowType.t option;The workflow's type.
*)export : WorkflowExportList.t option;The export format for the workflow.
*)workflowOwnerId : WorkflowOwnerId.t option;The 12-digit account ID of the workflow owner. The workflow owner ID can be retrieved using the GetShare API operation. If you are the workflow owner, you do not need to include this ID.
*)}val make :
?type_:??? ->
?export:??? ->
?workflowOwnerId:??? ->
workflowId:WorkflowId.t ->
versionName:WorkflowVersionName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of WorkflowId.t ])
list ]