Module Values.DeleteWorkflowVersionRequestSource

Deletes 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.

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

    The workflow's ID.

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

    The workflow version name.

    *)
}
Sourceval context_ : string
Sourceval make : workflowId:WorkflowId.t -> versionName:WorkflowVersionName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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