Values.GeoLocationDetailsSourceA complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.
type nonrec t = {continentCode : GeoLocationContinentCode.t option;The two-letter code for the continent.
*)continentName : GeoLocationContinentName.t option;The full name of the continent.
*)countryCode : GeoLocationCountryCode.t option;The two-letter code for the country.
*)countryName : GeoLocationCountryName.t option;The name of the country.
*)subdivisionCode : GeoLocationSubdivisionCode.t option;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 : GeoLocationSubdivisionName.t option;The full name of the subdivision. Route 53 currently supports only states in the United States.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of GeoLocationContinentCode.t ]) list ]