amazonka-apigateway-1.4.1: Amazon API Gateway SDK.

Copyright(c) 2013-2016 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.APIGateway.GetDomainName

Contents

Description

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

Synopsis

Creating a Request

getDomainName Source #

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

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

data GetDomainName Source #

Request to get the name of a DomainName resource.

See: getDomainName smart constructor.

Instances

Eq GetDomainName Source # 
Data GetDomainName Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetDomainName -> c GetDomainName #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetDomainName #

toConstr :: GetDomainName -> Constr #

dataTypeOf :: GetDomainName -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetDomainName) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetDomainName) #

gmapT :: (forall b. Data b => b -> b) -> GetDomainName -> GetDomainName #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetDomainName -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetDomainName -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetDomainName -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetDomainName -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetDomainName -> m GetDomainName #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDomainName -> m GetDomainName #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDomainName -> m GetDomainName #

Read GetDomainName Source # 
Show GetDomainName Source # 
Generic GetDomainName Source # 

Associated Types

type Rep GetDomainName :: * -> * #

Hashable GetDomainName Source # 
NFData GetDomainName Source # 

Methods

rnf :: GetDomainName -> () #

AWSRequest GetDomainName Source # 
ToQuery GetDomainName Source # 
ToPath GetDomainName Source # 
ToHeaders GetDomainName Source # 
type Rep GetDomainName Source # 
type Rep GetDomainName = D1 (MetaData "GetDomainName" "Network.AWS.APIGateway.GetDomainName" "amazonka-apigateway-1.4.1-9LwN6bvDRGjBL5d3wQjvoh" True) (C1 (MetaCons "GetDomainName'" PrefixI True) (S1 (MetaSel (Just Symbol "_gdnDomainName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetDomainName Source # 

Request Lenses

Destructuring the Response

domainName :: DomainName Source #

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

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

data DomainName Source #

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

See: domainName smart constructor.

Instances

Eq DomainName Source # 
Data DomainName Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DomainName -> c DomainName #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DomainName #

toConstr :: DomainName -> Constr #

dataTypeOf :: DomainName -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DomainName) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DomainName) #

gmapT :: (forall b. Data b => b -> b) -> DomainName -> DomainName #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DomainName -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DomainName -> r #

gmapQ :: (forall d. Data d => d -> u) -> DomainName -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DomainName -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DomainName -> m DomainName #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DomainName -> m DomainName #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DomainName -> m DomainName #

Read DomainName Source # 
Show DomainName Source # 
Generic DomainName Source # 

Associated Types

type Rep DomainName :: * -> * #

Hashable DomainName Source # 
FromJSON DomainName Source # 
NFData DomainName Source # 

Methods

rnf :: DomainName -> () #

type Rep DomainName Source # 
type Rep DomainName = D1 (MetaData "DomainName" "Network.AWS.APIGateway.Types.Product" "amazonka-apigateway-1.4.1-9LwN6bvDRGjBL5d3wQjvoh" False) (C1 (MetaCons "DomainName'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dnCertificateName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dnDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_dnCertificateUploadDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_dnDistributionDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

Response Lenses

dnCertificateName :: Lens' DomainName (Maybe Text) Source #

The name of the certificate.

dnDomainName :: Lens' DomainName (Maybe Text) Source #

The name of the DomainName resource.

dnCertificateUploadDate :: Lens' DomainName (Maybe UTCTime) Source #

The date when the certificate was uploaded, in ISO 8601 format.

dnDistributionDomainName :: Lens' DomainName (Maybe Text) Source #

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.