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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53Domains.UpdateDomainContact

Contents

Description

This operation updates the contact information for a particular domain. Information for at least one contact (registrant, administrator, or technical) must be supplied for update.

If the update is successful, this method 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-UpdateDomainContact.html

Synopsis

Request

Request constructor

Request lenses

udcAdminContact :: Lens' UpdateDomainContact (Maybe ContactDetail) Source

Provides detailed contact information.

Type: Complex

Children: FirstName, MiddleName, LastName, ContactType, OrganizationName, AddressLine1, AddressLine2, City, State, CountryCode, ZipCode, PhoneNumber, Email, Fax, ExtraParams

Required: Yes

udcDomainName :: Lens' UpdateDomainContact 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

udcRegistrantContact :: Lens' UpdateDomainContact (Maybe ContactDetail) Source

Provides detailed contact information.

Type: Complex

Children: FirstName, MiddleName, LastName, ContactType, OrganizationName, AddressLine1, AddressLine2, City, State, CountryCode, ZipCode, PhoneNumber, Email, Fax, ExtraParams

Required: Yes

udcTechContact :: Lens' UpdateDomainContact (Maybe ContactDetail) Source

Provides detailed contact information.

Type: Complex

Children: FirstName, MiddleName, LastName, ContactType, OrganizationName, AddressLine1, AddressLine2, City, State, CountryCode, ZipCode, PhoneNumber, Email, Fax, ExtraParams

Required: Yes

Response

Response constructor

updateDomainContactResponse Source

UpdateDomainContactResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

udcrOperationId :: Lens' UpdateDomainContactResponse 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.