Values.DeleteWorkflowVersionRequestSourceDeletes a workflow version. Deleting a workflow version doesn't affect any ongoing runs that are using the 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.
*)versionName : WorkflowVersionName.t;The workflow version name.
*)}