Module Omics.Workflow

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html

type workflow_parameter = {
  1. description : string option;
  2. optional : bool option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-workflowparameter.html

type properties = {
  1. parameter_template : workflow_parameter Stdlib__Map.Make(Stdlib.String).t option;
  2. description : string option;
  3. storage_capacity : float option;
  4. accelerators : string option;
  5. definition_uri : string option;
  6. main : string option;
  7. engine : string option;
  8. tags : string Stdlib__Map.Make(Stdlib.String).t option;
  9. name : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html;

val make_properties : ?parameter_template:workflow_parameter Stdlib__Map.Make(Stdlib.String).t -> ?description:string -> ?storage_capacity:float -> ?accelerators:string -> ?definition_uri:string -> ?main:string -> ?engine:string -> ?tags:string Stdlib__Map.Make(Stdlib.String).t -> ?name:string -> unit -> properties
val make_workflow_parameter : ?description:string -> ?optional:bool -> unit -> workflow_parameter
val yojson_of_workflow_parameter : workflow_parameter -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. status : string;
  3. type_ : string;
  4. creation_time : string;
  5. id : string;
  6. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string