Values_0.LocationActionSourceThe Amazon Location rule action sends device location updates from an MQTT message to an Amazon Location tracker resource.
type nonrec t = {roleArn : AwsArn.t;The IAM role that grants permission to write to the Amazon Location resource.
*)trackerName : String_.t;The name of the tracker resource in Amazon Location in which the location is updated.
*)deviceId : String_.t;The unique ID of the device providing the location data.
*)timestamp : LocationTimestamp.t option;The time that the location data was sampled. The default value is the time the MQTT message was processed.
*)latitude : String_.t;A string that evaluates to a double value that represents the latitude of the device's location.
*)longitude : String_.t;A string that evaluates to a double value that represents the longitude of the device's location.
*)}