Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AssociateTrackerConsumerRequest

import type { AssociateTrackerConsumerRequest } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface AssociateTrackerConsumerRequest {
ConsumerArn: string;
TrackerName: string;
}

§Properties

§
ConsumerArn: string
[src]

The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. Used when you need to specify a resource across all AWS.

  • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
§
TrackerName: string
[src]

The name of the tracker resource to be associated with a geofence collection.