amazonka-apigateway-1.6.1: 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.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 # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

Data DeleteBasePathMapping Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

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 # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

Show DeleteBasePathMapping Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

Generic DeleteBasePathMapping Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

Associated Types

type Rep DeleteBasePathMapping :: Type -> Type #

Hashable DeleteBasePathMapping Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

AWSRequest DeleteBasePathMapping Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

Associated Types

type Rs DeleteBasePathMapping :: Type #

ToHeaders DeleteBasePathMapping Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

ToPath DeleteBasePathMapping Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

ToQuery DeleteBasePathMapping Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

NFData DeleteBasePathMapping Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

Methods

rnf :: DeleteBasePathMapping -> () #

type Rep DeleteBasePathMapping Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMapping = D1 (MetaData "DeleteBasePathMapping" "Network.AWS.APIGateway.DeleteBasePathMapping" "amazonka-apigateway-1.6.1-BCCM2RP3l9Q2ENgHvKrj59" False) (C1 (MetaCons "DeleteBasePathMapping'" PrefixI True) (S1 (MetaSel (Just "_dbpmDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dbpmBasePath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteBasePathMapping Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

Request Lenses

dbpmDomainName :: Lens' DeleteBasePathMapping Text Source #

Required
The domain name of the BasePathMapping resource to delete.

dbpmBasePath :: Lens' DeleteBasePathMapping Text Source #

Required
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 # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

Data DeleteBasePathMappingResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

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 # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

Show DeleteBasePathMappingResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

Generic DeleteBasePathMappingResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

Associated Types

type Rep DeleteBasePathMappingResponse :: Type -> Type #

NFData DeleteBasePathMappingResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMappingResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteBasePathMapping

type Rep DeleteBasePathMappingResponse = D1 (MetaData "DeleteBasePathMappingResponse" "Network.AWS.APIGateway.DeleteBasePathMapping" "amazonka-apigateway-1.6.1-BCCM2RP3l9Q2ENgHvKrj59" False) (C1 (MetaCons "DeleteBasePathMappingResponse'" PrefixI False) (U1 :: Type -> Type))