amazonka-elasticbeanstalk-1.3.7: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.CheckDNSAvailability

Contents

Description

Checks if the specified CNAME is available.

See: AWS API Reference for CheckDNSAvailability.

Synopsis

Creating a Request

checkDNSAvailability Source

Creates a value of CheckDNSAvailability with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

cdaCNAMEPrefix :: Lens' CheckDNSAvailability Text Source

The prefix used when this CNAME is reserved.

Destructuring the Response

checkDNSAvailabilityResponse Source

Creates a value of CheckDNSAvailabilityResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

cdarsFullyQualifiedCNAME :: Lens' CheckDNSAvailabilityResponse (Maybe Text) Source

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

cdarsAvailable :: Lens' CheckDNSAvailabilityResponse (Maybe Bool) Source

Indicates if the specified CNAME is available:

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