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

ListGeoLocationsResponse

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

A complex type containing the response information for the request.

interface ListGeoLocationsResponse {
GeoLocationDetailsList: GeoLocationDetails[];
IsTruncated: boolean;
MaxItems: string;
NextContinentCode?: string | null;
NextCountryCode?: string | null;
NextSubdivisionCode?: string | null;
}

§Properties

§
GeoLocationDetailsList: GeoLocationDetails[]
[src]

A complex type that contains one GeoLocationDetails element for each location that Amazon Route 53 supports for geolocation.

§
IsTruncated: boolean
[src]

A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of IsTruncated is true. To get more values, submit another request and include the values of NextContinentCode, NextCountryCode, and NextSubdivisionCode in the startcontinentcode, startcountrycode, and startsubdivisioncode, as applicable.

§
MaxItems: string
[src]

The value that you specified for MaxItems in the request.

§
NextContinentCode?: string | null
[src]

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextContinentCode in the startcontinentcode parameter in another ListGeoLocations request.

§
NextCountryCode?: string | null
[src]

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextCountryCode in the startcountrycode parameter in another ListGeoLocations request.

§
NextSubdivisionCode?: string | null
[src]

If IsTruncated is true, you can make a follow-up request to display more locations. Enter the value of NextSubdivisionCode in the startsubdivisioncode parameter in another ListGeoLocations request.