paws.networking (version 0.1.6)

route53_list_geo_locations: Retrieves a list of supported geographic locations

Description

Retrieves a list of supported geographic locations.

Usage

route53_list_geo_locations(StartContinentCode, StartCountryCode,
  StartSubdivisionCode, MaxItems)

Arguments

StartContinentCode

The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextContinentCode from the previous response has a value, enter that value in startcontinentcode to return the next page of results.

Include startcontinentcode only if you want to list continents. Don\'t include startcontinentcode when you\'re listing countries or countries with their subdivisions.

StartCountryCode

The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextCountryCode from the previous response has a value, enter that value in startcountrycode to return the next page of results.

Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

StartSubdivisionCode

The code for the subdivision (for example, state or province) with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if IsTruncated is true, and if NextSubdivisionCode from the previous response has a value, enter that value in startsubdivisioncode to return the next page of results.

To list subdivisions of a country, you must include both startcountrycode and startsubdivisioncode.

MaxItems

(Optional) The maximum number of geolocations to be included in the response body for this request. If more than maxitems geolocations remain to be listed, then the value of the IsTruncated element in the response is true.

Request syntax

svc$list_geo_locations(
  StartContinentCode = "string",
  StartCountryCode = "string",
  StartSubdivisionCode = "string",
  MaxItems = "string"
)

Details

Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.