Module RoboMaker.Robot

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-robot.html

type properties = {
  1. fleet : string option;
  2. architecture : string;
  3. greengrass_group_id : string;
  4. tags : string Stdlib__Map.Make(Stdlib.String).t option;
  5. name : string option;
}

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

val make_properties : ?fleet:string -> architecture:string -> greengrass_group_id:string -> ?tags:string Stdlib__Map.Make(Stdlib.String).t -> ?name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string