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

ListDevicePositionsResponse

import type { ListDevicePositionsResponse } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface ListDevicePositionsResponse {
NextToken?: string | null;
}

§Properties

§

Contains details about each device's last known position. These details includes the device ID, the time when the position was sampled on the device, the time that the service received the update, and the most recent coordinates.

§
NextToken?: string | null
[src]

A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.