Omics.Workflow
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-workflowparameter.html
type properties = {
parameter_template : workflow_parameter Stdlib__Map.Make(Stdlib.String).t
option;
description : string option;
storage_capacity : float option;
accelerators : string option;
definition_uri : string option;
main : string option;
engine : string option;
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 ]
val create_attributes : string -> attributes