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

Contents

Description

Deletes a GraphqlApi object.

Synopsis

Creating a Request

deleteGraphqlAPI Source #

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

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

data DeleteGraphqlAPI Source #

See: deleteGraphqlAPI smart constructor.

Instances

Eq DeleteGraphqlAPI Source # 
Data DeleteGraphqlAPI Source # 

Methods

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

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

toConstr :: DeleteGraphqlAPI -> Constr #

dataTypeOf :: DeleteGraphqlAPI -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteGraphqlAPI Source # 
Show DeleteGraphqlAPI Source # 
Generic DeleteGraphqlAPI Source # 
Hashable DeleteGraphqlAPI Source # 
NFData DeleteGraphqlAPI Source # 

Methods

rnf :: DeleteGraphqlAPI -> () #

AWSRequest DeleteGraphqlAPI Source # 
ToHeaders DeleteGraphqlAPI Source # 
ToPath DeleteGraphqlAPI Source # 
ToQuery DeleteGraphqlAPI Source # 
type Rep DeleteGraphqlAPI Source # 
type Rep DeleteGraphqlAPI = D1 * (MetaData "DeleteGraphqlAPI" "Network.AWS.AppSync.DeleteGraphqlAPI" "amazonka-appsync-1.6.0-T90u3sf1xIAHhsH8NXxyF" True) (C1 * (MetaCons "DeleteGraphqlAPI'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dgaApiId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteGraphqlAPI Source # 

Request Lenses

Destructuring the Response

deleteGraphqlAPIResponse Source #

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

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

data DeleteGraphqlAPIResponse Source #

See: deleteGraphqlAPIResponse smart constructor.

Instances

Eq DeleteGraphqlAPIResponse Source # 
Data DeleteGraphqlAPIResponse Source # 

Methods

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

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

toConstr :: DeleteGraphqlAPIResponse -> Constr #

dataTypeOf :: DeleteGraphqlAPIResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteGraphqlAPIResponse Source # 
Show DeleteGraphqlAPIResponse Source # 
Generic DeleteGraphqlAPIResponse Source # 
NFData DeleteGraphqlAPIResponse Source # 
type Rep DeleteGraphqlAPIResponse Source # 
type Rep DeleteGraphqlAPIResponse = D1 * (MetaData "DeleteGraphqlAPIResponse" "Network.AWS.AppSync.DeleteGraphqlAPI" "amazonka-appsync-1.6.0-T90u3sf1xIAHhsH8NXxyF" True) (C1 * (MetaCons "DeleteGraphqlAPIResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dgarsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses