paws.networking (version 0.1.6)

route53_get_geo_location: Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets

Description

Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.

Usage

route53_get_geo_location(ContinentCode, CountryCode, SubdivisionCode)

Arguments

ContinentCode

Amazon Route 53 supports the following continent codes:

  • AF: Africa

  • AN: Antarctica

  • AS: Asia

  • EU: Europe

  • OC: Oceania

  • NA: North America

  • SA: South America

CountryCode

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

SubdivisionCode

Amazon Route 53 uses the one- to three-letter subdivision codes that are specified in ISO standard 3166-1 alpha-2. Route 53 doesn\'t support subdivision codes for all countries. If you specify subdivisioncode, you must also specify countrycode.

Request syntax

svc$get_geo_location(
  ContinentCode = "string",
  CountryCode = "string",
  SubdivisionCode = "string"
)

Details

Use the following syntax to determine whether a continent is supported for geolocation:

GET /2013-04-01/geolocation?continentcode=<i>two-letter abbreviation for a continent</i>

Use the following syntax to determine whether a country is supported for geolocation:

GET /2013-04-01/geolocation?countrycode=<i>two-character country code</i>

Use the following syntax to determine whether a subdivision of a country is supported for geolocation:

GET /2013-04-01/geolocation?countrycode=<i>two-character country code</i>&amp;subdivisioncode=<i>subdivision code</i>