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

BatchGetDevicePositionRequest

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

§Properties

§
DeviceIds: string[]
[src]

Devices whose position you want to retrieve.

  • For example, for two devices: device-ids=DeviceId1&device-ids=DeviceId2
§
TrackerName: string
[src]

The tracker resource retrieving the device position.