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

ListTrackersRequest

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

§Properties

§
MaxResults?: number | null
[src]

An optional limit for the number of resources returned in a single call.

Default value: 100

§
NextToken?: string | null
[src]

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: null