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

GetDevicePositionRequest

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

§Properties

§
DeviceId: string
[src]

The device whose position you want to retrieve.

§
TrackerName: string
[src]

The tracker resource receiving the position update.