Module IoTThingsGraph.FlowTemplate

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html

type definition_document = {
  1. language : string;
  2. text : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html

type properties = {
  1. compatible_namespace_version : float option;
  2. definition : definition_document;
}

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

val make_properties : ?compatible_namespace_version:float -> definition:definition_document -> unit -> properties
val make_definition_document : language:string -> text:string -> unit -> definition_document
val yojson_of_definition_document : definition_document -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string