GeoLocationDetails
A complex type that contains the codes and full continent, country, and subdivision
			names for the specified geolocation code.
Contents
- ContinentCode
 - 
               
The two-letter code for the continent.
Type: String
Length Constraints: Fixed length of 2.
Required: No
 - ContinentName
 - 
               
The full name of the continent.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Required: No
 - CountryCode
 - 
               
The two-letter code for the country.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2.
Required: No
 - CountryName
 - 
               
The name of the country.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: No
 - SubdivisionCode
 - 
               
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. Type: String
Length Constraints: Minimum length of 1. Maximum length of 3.
Required: No
 - SubdivisionName
 - 
               
The full name of the subdivision. Route 53 currently supports only states in the United States.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: No
 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: