Module Values.GetWorkflowVersionRequestSource

Gets information about a workflow version. For more information, see Workflow versioning in Amazon Web Services HealthOmics in the Amazon Web Services HealthOmics User Guide.

Sourcetype nonrec t = {
  1. workflowId : WorkflowId.t;
    (*

    The workflow's ID. The workflowId is not the UUID.

    *)
  2. versionName : WorkflowVersionName.t;
    (*

    The workflow version name.

    *)
  3. type_ : WorkflowType.t option;
    (*

    The workflow's type.

    *)
  4. export : WorkflowExportList.t option;
    (*

    The export format for the workflow.

    *)
  5. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?type_:??? -> ?export:??? -> ?workflowOwnerId:??? -> workflowId:WorkflowId.t -> versionName:WorkflowVersionName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `String of WorkflowId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t