Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface GeoLocationDetails

A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.

Hierarchy

  • GeoLocationDetails

Properties

ContinentCode?: string

The two-letter code for the continent.

ContinentName?: string

The full name of the continent.

CountryCode?: string

The two-letter code for the country.

CountryName?: string

The name of the country.

SubdivisionCode?: string

The code for the subdivision, such as a particular state within the United States. For a list of US state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website. For a list of all supported subdivision codes, use the ListGeoLocations API.

SubdivisionName?: string

The full name of the subdivision. Route 53 currently supports only states in the United States.