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

ListTrackersResponse

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

§Properties

§

Contains tracker resources in your AWS account. Details include tracker name, description and timestamps for when the tracker was created and last updated.

§
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.