paws.networking (version 0.1.6)

route53domains_check_domain_availability: This operation checks the availability of one domain name

Description

This operation checks the availability of one domain name. Note that if the availability status of a domain is pending, you must submit another request to determine the availability of the domain name.

Usage

route53domains_check_domain_availability(DomainName, IdnLangCode)

Arguments

DomainName

[required] The name of the domain that you want to get availability for.

Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.

IdnLangCode

Reserved for future use.

Request syntax

svc$check_domain_availability(
  DomainName = "string",
  IdnLangCode = "string"
)