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.DeleteBasePathMapping

Contents

Description

Deletes the BasePathMapping resource.

Synopsis

Creating a Request

deleteBasePathMapping Source #

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

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

data DeleteBasePathMapping Source #

A request to delete the BasePathMapping resource.

See: deleteBasePathMapping smart constructor.

Instances

Eq DeleteBasePathMapping Source # 
Data DeleteBasePathMapping Source # 

Methods

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

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

toConstr :: DeleteBasePathMapping -> Constr #

dataTypeOf :: DeleteBasePathMapping -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBasePathMapping Source # 
Show DeleteBasePathMapping Source # 
Generic DeleteBasePathMapping Source # 
Hashable DeleteBasePathMapping Source # 
NFData DeleteBasePathMapping Source # 

Methods

rnf :: DeleteBasePathMapping -> () #

AWSRequest DeleteBasePathMapping Source # 
ToQuery DeleteBasePathMapping Source # 
ToPath DeleteBasePathMapping Source # 
ToHeaders DeleteBasePathMapping Source # 
type Rep DeleteBasePathMapping Source # 
type Rep DeleteBasePathMapping = D1 (MetaData "DeleteBasePathMapping" "Network.AWS.APIGateway.DeleteBasePathMapping" "amazonka-apigateway-1.4.1-9LwN6bvDRGjBL5d3wQjvoh" False) (C1 (MetaCons "DeleteBasePathMapping'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dbpmDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dbpmBasePath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteBasePathMapping Source # 

Request Lenses

dbpmDomainName :: Lens' DeleteBasePathMapping Text Source #

The domain name of the BasePathMapping resource to delete.

dbpmBasePath :: Lens' DeleteBasePathMapping Text Source #

The base path name of the BasePathMapping resource to delete.

Destructuring the Response

deleteBasePathMappingResponse :: DeleteBasePathMappingResponse Source #

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

data DeleteBasePathMappingResponse Source #

See: deleteBasePathMappingResponse smart constructor.

Instances

Eq DeleteBasePathMappingResponse Source # 
Data DeleteBasePathMappingResponse Source # 

Methods

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

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

toConstr :: DeleteBasePathMappingResponse -> Constr #

dataTypeOf :: DeleteBasePathMappingResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBasePathMappingResponse Source # 
Show DeleteBasePathMappingResponse Source # 
Generic DeleteBasePathMappingResponse Source # 
NFData DeleteBasePathMappingResponse Source # 
type Rep DeleteBasePathMappingResponse Source # 
type Rep DeleteBasePathMappingResponse = D1 (MetaData "DeleteBasePathMappingResponse" "Network.AWS.APIGateway.DeleteBasePathMapping" "amazonka-apigateway-1.4.1-9LwN6bvDRGjBL5d3wQjvoh" False) (C1 (MetaCons "DeleteBasePathMappingResponse'" PrefixI False) U1)