amazonka-route53-domains-0.0.5: Amazon Route 53 Domains SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53Domains.UpdateDomainNameservers

Contents

Description

This operation replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.

If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

http://docs.aws.amazon.com/Route53/latest/APIReference/api-UpdateDomainNameservers.html

Synopsis

Request

Request constructor

updateDomainNameservers Source

UpdateDomainNameservers constructor.

The fields accessible through corresponding lenses are:

Request lenses

udnDomainName :: Lens' UpdateDomainNameservers Text Source

The name of a domain.

Type: String

Default: None

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.

Required: Yes

udnNameservers :: Lens' UpdateDomainNameservers [Nameserver] Source

A list of new name servers for the domain.

Type: Complex

Children: Name, GlueIps

Required: Yes

Response

Response constructor

Response lenses

udnrOperationId :: Lens' UpdateDomainNameserversResponse Text Source

Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.

Type: String

Default: None

Constraints: Maximum 255 characters.