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

ListPlaceIndexesResponse

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

§Properties

§

Lists the place index resources that exist in your AWS account

§
NextToken?: string | null
[src]

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