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

Contents

Description

Deletes the ApiKey resource.

Synopsis

Creating a Request

deleteAPIKey Source #

Arguments

:: Text

dakApiKey

-> DeleteAPIKey 

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

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

  • dakApiKey - [Required] The identifier of the ApiKey resource to be deleted.

data DeleteAPIKey Source #

A request to delete the ApiKey resource.

See: deleteAPIKey smart constructor.

Instances
Eq DeleteAPIKey Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Data DeleteAPIKey Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Methods

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

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

toConstr :: DeleteAPIKey -> Constr #

dataTypeOf :: DeleteAPIKey -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteAPIKey Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Show DeleteAPIKey Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Generic DeleteAPIKey Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Associated Types

type Rep DeleteAPIKey :: Type -> Type #

Hashable DeleteAPIKey Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

AWSRequest DeleteAPIKey Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Associated Types

type Rs DeleteAPIKey :: Type #

ToHeaders DeleteAPIKey Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

ToPath DeleteAPIKey Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

ToQuery DeleteAPIKey Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

NFData DeleteAPIKey Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Methods

rnf :: DeleteAPIKey -> () #

type Rep DeleteAPIKey Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

type Rep DeleteAPIKey = D1 (MetaData "DeleteAPIKey" "Network.AWS.APIGateway.DeleteAPIKey" "amazonka-apigateway-1.6.1-BCCM2RP3l9Q2ENgHvKrj59" True) (C1 (MetaCons "DeleteAPIKey'" PrefixI True) (S1 (MetaSel (Just "_dakApiKey") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteAPIKey Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Request Lenses

dakApiKey :: Lens' DeleteAPIKey Text Source #

Required
The identifier of the ApiKey resource to be deleted.

Destructuring the Response

deleteAPIKeyResponse :: DeleteAPIKeyResponse Source #

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

data DeleteAPIKeyResponse Source #

See: deleteAPIKeyResponse smart constructor.

Instances
Eq DeleteAPIKeyResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Data DeleteAPIKeyResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Methods

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

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

toConstr :: DeleteAPIKeyResponse -> Constr #

dataTypeOf :: DeleteAPIKeyResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteAPIKeyResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Show DeleteAPIKeyResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Generic DeleteAPIKeyResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Associated Types

type Rep DeleteAPIKeyResponse :: Type -> Type #

NFData DeleteAPIKeyResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Methods

rnf :: DeleteAPIKeyResponse -> () #

type Rep DeleteAPIKeyResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

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