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

ListTrackerConsumersResponse

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

§Properties

§
ConsumerArns: string[]
[src]

Contains the list of geofence collection ARNs associated to the tracker resource.

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