Safe Haskell | None |
---|---|
Language | Haskell2010 |
Checks if the specified CNAME is available.
http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_CheckDNSAvailability.html
- data CheckDNSAvailability
- checkDNSAvailability :: Text -> CheckDNSAvailability
- cdnsaCNAMEPrefix :: Lens' CheckDNSAvailability Text
- data CheckDNSAvailabilityResponse
- checkDNSAvailabilityResponse :: CheckDNSAvailabilityResponse
- cdnsarAvailable :: Lens' CheckDNSAvailabilityResponse (Maybe Bool)
- cdnsarFullyQualifiedCNAME :: Lens' CheckDNSAvailabilityResponse (Maybe Text)
Request
data CheckDNSAvailability Source
Request constructor
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
checkDNSAvailabilityResponse :: CheckDNSAvailabilityResponse Source
CheckDNSAvailabilityResponse
constructor.
The fields accessible through corresponding lenses are:
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.