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

BatchGetDevicePositionResponse

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

§Properties

§
DevicePositions: DevicePosition[]
[src]

Contains device position details such as the device ID, position, and timestamps for when the position was received and sampled.

§

Contains error details for each device that failed to send its position to the tracker resource.