amazonka-elasticbeanstalk-0.3.2: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.CheckDNSAvailability

Contents

Description

Synopsis

Request

Request constructor

checkDNSAvailability Source

CheckDNSAvailability constructor.

The fields accessible through corresponding lenses are:

Request lenses

cdnsaCNAMEPrefix :: Lens' CheckDNSAvailability Text Source

The prefix used when this CNAME is reserved.

Response

Response constructor

Response lenses

cdnsarAvailable :: Lens' CheckDNSAvailabilityResponse (Maybe Bool) Source

Indicates if the specified CNAME is available:

true : The CNAME is available.

true : The CNAME is not available.

true : The CNAME is available. false : The CNAME is not available.

cdnsarFullyQualifiedCNAME :: Lens' CheckDNSAvailabilityResponse (Maybe Text) Source

The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.