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

Contents

Description

Deletes the ApiKey resource.

Synopsis

Creating a Request

deleteAPIKey #

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 #

A request to delete the ApiKey resource.

See: deleteAPIKey smart constructor.

Instances
Eq DeleteAPIKey # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

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

Defined in Network.AWS.APIGateway.DeleteAPIKey

Show DeleteAPIKey # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Generic DeleteAPIKey # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Associated Types

type Rep DeleteAPIKey :: * -> * #

Hashable DeleteAPIKey # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

AWSRequest DeleteAPIKey # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Associated Types

type Rs DeleteAPIKey :: * #

ToHeaders DeleteAPIKey # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

ToPath DeleteAPIKey # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

ToQuery DeleteAPIKey # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

NFData DeleteAPIKey # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Methods

rnf :: DeleteAPIKey -> () #

type Rep DeleteAPIKey # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

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

Defined in Network.AWS.APIGateway.DeleteAPIKey

Request Lenses

dakApiKey :: Lens' DeleteAPIKey Text #

Required
The identifier of the ApiKey resource to be deleted.

Destructuring the Response

deleteAPIKeyResponse :: DeleteAPIKeyResponse #

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

data DeleteAPIKeyResponse #

See: deleteAPIKeyResponse smart constructor.

Instances
Eq DeleteAPIKeyResponse # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

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

Defined in Network.AWS.APIGateway.DeleteAPIKey

Show DeleteAPIKeyResponse # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Generic DeleteAPIKeyResponse # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Associated Types

type Rep DeleteAPIKeyResponse :: * -> * #

NFData DeleteAPIKeyResponse # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

Methods

rnf :: DeleteAPIKeyResponse -> () #

type Rep DeleteAPIKeyResponse # 
Instance details

Defined in Network.AWS.APIGateway.DeleteAPIKey

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