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

Contents

Description

Deletes a usage plan of a given plan Id.

Synopsis

Creating a Request

deleteUsagePlan Source #

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

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

data DeleteUsagePlan Source #

The DELETE request to delete a usage plan of a given plan Id.

See: deleteUsagePlan smart constructor.

Instances

Eq DeleteUsagePlan Source # 
Data DeleteUsagePlan Source # 

Methods

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

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

toConstr :: DeleteUsagePlan -> Constr #

dataTypeOf :: DeleteUsagePlan -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteUsagePlan Source # 
Show DeleteUsagePlan Source # 
Generic DeleteUsagePlan Source # 
Hashable DeleteUsagePlan Source # 
NFData DeleteUsagePlan Source # 

Methods

rnf :: DeleteUsagePlan -> () #

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

Request Lenses

dupUsagePlanId :: Lens' DeleteUsagePlan Text Source #

Required
The Id of the to-be-deleted usage plan.

Destructuring the Response

deleteUsagePlanResponse :: DeleteUsagePlanResponse Source #

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

data DeleteUsagePlanResponse Source #

See: deleteUsagePlanResponse smart constructor.

Instances

Eq DeleteUsagePlanResponse Source # 
Data DeleteUsagePlanResponse Source # 

Methods

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

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

toConstr :: DeleteUsagePlanResponse -> Constr #

dataTypeOf :: DeleteUsagePlanResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteUsagePlanResponse Source # 
Show DeleteUsagePlanResponse Source # 
Generic DeleteUsagePlanResponse Source # 
NFData DeleteUsagePlanResponse Source # 

Methods

rnf :: DeleteUsagePlanResponse -> () #

type Rep DeleteUsagePlanResponse Source # 
type Rep DeleteUsagePlanResponse = D1 * (MetaData "DeleteUsagePlanResponse" "Network.AWS.APIGateway.DeleteUsagePlan" "amazonka-apigateway-1.6.0-JJ9NJtNe0aRBcVRYpJCEA2" False) (C1 * (MetaCons "DeleteUsagePlanResponse'" PrefixI False) (U1 *))