Module Values.GetWorkflowRequestSource

Gets all information about a workflow using its ID. If a workflow is shared with you, you cannot export the workflow. For more information about your workflow status, see Verify the workflow status in the Amazon Web Services HealthOmics User Guide.

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

    The workflow's ID.

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

    The workflow's type.

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

    The export format for the workflow.

    *)
  4. workflowOwnerId : WorkflowOwnerId.t option;
    (*

    The ID of the workflow owner.

    *)
}
Sourceval context_ : string
Sourceval make : ?type_:??? -> ?export:??? -> ?workflowOwnerId:??? -> id:WorkflowId.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