amazonka-apigateway-1.6.0: Amazon API Gateway SDK.

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

Network.AWS.APIGateway.DeleteDomainName

Contents

Description

Deletes the DomainName resource.

Synopsis

Creating a Request

deleteDomainName Source #

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

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

data DeleteDomainName Source #

A request to delete the DomainName resource.

See: deleteDomainName smart constructor.

Instances

Eq DeleteDomainName Source # 
Data DeleteDomainName Source # 

Methods

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

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

toConstr :: DeleteDomainName -> Constr #

dataTypeOf :: DeleteDomainName -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteDomainName Source # 
Show DeleteDomainName Source # 
Generic DeleteDomainName Source # 
Hashable DeleteDomainName Source # 
NFData DeleteDomainName Source # 

Methods

rnf :: DeleteDomainName -> () #

AWSRequest DeleteDomainName Source # 
ToHeaders DeleteDomainName Source # 
ToPath DeleteDomainName Source # 
ToQuery DeleteDomainName Source # 
type Rep DeleteDomainName Source # 
type Rep DeleteDomainName = D1 * (MetaData "DeleteDomainName" "Network.AWS.APIGateway.DeleteDomainName" "amazonka-apigateway-1.6.0-JJ9NJtNe0aRBcVRYpJCEA2" True) (C1 * (MetaCons "DeleteDomainName'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ddnDomainName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteDomainName Source # 

Request Lenses

ddnDomainName :: Lens' DeleteDomainName Text Source #

Required
The name of the DomainName resource to be deleted.

Destructuring the Response

deleteDomainNameResponse :: DeleteDomainNameResponse Source #

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

data DeleteDomainNameResponse Source #

See: deleteDomainNameResponse smart constructor.

Instances

Eq DeleteDomainNameResponse Source # 
Data DeleteDomainNameResponse Source # 

Methods

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

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

toConstr :: DeleteDomainNameResponse -> Constr #

dataTypeOf :: DeleteDomainNameResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteDomainNameResponse Source # 
Show DeleteDomainNameResponse Source # 
Generic DeleteDomainNameResponse Source # 
NFData DeleteDomainNameResponse Source # 
type Rep DeleteDomainNameResponse Source # 
type Rep DeleteDomainNameResponse = D1 * (MetaData "DeleteDomainNameResponse" "Network.AWS.APIGateway.DeleteDomainName" "amazonka-apigateway-1.6.0-JJ9NJtNe0aRBcVRYpJCEA2" False) (C1 * (MetaCons "DeleteDomainNameResponse'" PrefixI False) (U1 *))