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

Contents

Description

Deletes a Type object.

Synopsis

Creating a Request

deleteType Source #

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

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

data DeleteType Source #

See: deleteType smart constructor.

Instances

Eq DeleteType Source # 
Data DeleteType Source # 

Methods

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

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

toConstr :: DeleteType -> Constr #

dataTypeOf :: DeleteType -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteType Source # 
Show DeleteType Source # 
Generic DeleteType Source # 

Associated Types

type Rep DeleteType :: * -> * #

Hashable DeleteType Source # 
NFData DeleteType Source # 

Methods

rnf :: DeleteType -> () #

AWSRequest DeleteType Source # 
ToHeaders DeleteType Source # 

Methods

toHeaders :: DeleteType -> [Header] #

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

Request Lenses

Destructuring the Response

deleteTypeResponse Source #

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

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

data DeleteTypeResponse Source #

See: deleteTypeResponse smart constructor.

Instances

Eq DeleteTypeResponse Source # 
Data DeleteTypeResponse Source # 

Methods

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

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

toConstr :: DeleteTypeResponse -> Constr #

dataTypeOf :: DeleteTypeResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteTypeResponse Source # 
Show DeleteTypeResponse Source # 
Generic DeleteTypeResponse Source # 
NFData DeleteTypeResponse Source # 

Methods

rnf :: DeleteTypeResponse -> () #

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

Response Lenses

dtrsResponseStatus :: Lens' DeleteTypeResponse Int Source #

  • - | The response status code.