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

ListLocationsResponse

import type { ListLocationsResponse } from "https://aws-api.deno.dev/v0.4/services/datasync.ts?docs=full";

ListLocationsResponse

interface ListLocationsResponse {
Locations?: LocationListEntry[] | null;
NextToken?: string | null;
}

§Properties

§
Locations?: LocationListEntry[] | null
[src]

An array that contains a list of locations.

§
NextToken?: string | null
[src]

An opaque string that indicates the position at which to begin returning the next list of locations.