IoTFleetWise.Vehicle
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-vehicle.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
association_behavior : string option;
attributes_ : string Stdlib__Map.Make(Stdlib.String).t option;
decoder_manifest_arn : string;
model_manifest_arn : string;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotfleetwise-vehicle.html;
val make_properties :
?association_behavior:string ->
?attributes_:string Stdlib__Map.Make(Stdlib.String).t ->
decoder_manifest_arn:string ->
model_manifest_arn:string ->
?tags:tag list ->
name:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes