Location.Tracker
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-tracker.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
tracker_name : string;
description : string option;
event_bridge_enabled : bool option;
kms_key_id : string option;
kms_key_enable_geospatial_queries : bool option;
position_filtering : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-tracker.html;
val make_properties :
tracker_name:string ->
?description:string ->
?event_bridge_enabled:bool ->
?kms_key_id:string ->
?kms_key_enable_geospatial_queries:bool ->
?position_filtering:string ->
?tags:tag list ->
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