Values.DisassociateTrackerConsumerRequestSourceRemoves the association between a tracker resource and a geofence collection. Once you unlink a tracker resource from a geofence collection, the tracker positions will no longer be automatically evaluated against geofences.
type nonrec t = {trackerName : ResourceName.t;The name of the tracker resource to be dissociated from the consumer.
*)consumerArn : Arn.t;The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource. Used when you need to specify a resource across all Amazon Web Services. Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
*)}