amazonka-appsync-1.6.0: Amazon AppSync 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.AppSync.DeleteAPIKey

Contents

Description

Deletes an API key.

Synopsis

Creating a Request

deleteAPIKey Source #

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:

data DeleteAPIKey Source #

See: deleteAPIKey smart constructor.

Instances

Eq DeleteAPIKey Source # 
Data DeleteAPIKey Source # 

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 # 
Show DeleteAPIKey Source # 
Generic DeleteAPIKey Source # 

Associated Types

type Rep DeleteAPIKey :: * -> * #

Hashable DeleteAPIKey Source # 
NFData DeleteAPIKey Source # 

Methods

rnf :: DeleteAPIKey -> () #

AWSRequest DeleteAPIKey Source # 
ToHeaders DeleteAPIKey Source # 
ToPath DeleteAPIKey Source # 
ToQuery DeleteAPIKey Source # 
type Rep DeleteAPIKey Source # 
type Rep DeleteAPIKey = D1 * (MetaData "DeleteAPIKey" "Network.AWS.AppSync.DeleteAPIKey" "amazonka-appsync-1.6.0-T90u3sf1xIAHhsH8NXxyF" False) (C1 * (MetaCons "DeleteAPIKey'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dakApiId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_dakId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs DeleteAPIKey Source # 

Request Lenses

dakId :: Lens' DeleteAPIKey Text Source #

The ID for the API key.

Destructuring the Response

deleteAPIKeyResponse Source #

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

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

data DeleteAPIKeyResponse Source #

See: deleteAPIKeyResponse smart constructor.

Instances

Eq DeleteAPIKeyResponse Source # 
Data DeleteAPIKeyResponse Source # 

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 # 
Show DeleteAPIKeyResponse Source # 
Generic DeleteAPIKeyResponse Source # 
NFData DeleteAPIKeyResponse Source # 

Methods

rnf :: DeleteAPIKeyResponse -> () #

type Rep DeleteAPIKeyResponse Source # 
type Rep DeleteAPIKeyResponse = D1 * (MetaData "DeleteAPIKeyResponse" "Network.AWS.AppSync.DeleteAPIKey" "amazonka-appsync-1.6.0-T90u3sf1xIAHhsH8NXxyF" True) (C1 * (MetaCons "DeleteAPIKeyResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dakrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

dakrsResponseStatus :: Lens' DeleteAPIKeyResponse Int Source #

  • - | The response status code.