amazonka-appsync-1.6.1: 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 # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

Data DeleteType Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

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

Defined in Network.AWS.AppSync.DeleteType

Show DeleteType Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

Generic DeleteType Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

Associated Types

type Rep DeleteType :: Type -> Type #

Hashable DeleteType Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

AWSRequest DeleteType Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

Associated Types

type Rs DeleteType :: Type #

ToHeaders DeleteType Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

Methods

toHeaders :: DeleteType -> [Header] #

ToPath DeleteType Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

ToQuery DeleteType Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

NFData DeleteType Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

Methods

rnf :: DeleteType -> () #

type Rep DeleteType Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

type Rep DeleteType = D1 (MetaData "DeleteType" "Network.AWS.AppSync.DeleteType" "amazonka-appsync-1.6.1-4DHxIkxAhvS86OTagCP3cH" False) (C1 (MetaCons "DeleteType'" PrefixI True) (S1 (MetaSel (Just "_dtApiId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dtTypeName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteType Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

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

Defined in Network.AWS.AppSync.DeleteType

Data DeleteTypeResponse Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

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

Defined in Network.AWS.AppSync.DeleteType

Show DeleteTypeResponse Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

Generic DeleteTypeResponse Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

Associated Types

type Rep DeleteTypeResponse :: Type -> Type #

NFData DeleteTypeResponse Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

Methods

rnf :: DeleteTypeResponse -> () #

type Rep DeleteTypeResponse Source # 
Instance details

Defined in Network.AWS.AppSync.DeleteType

type Rep DeleteTypeResponse = D1 (MetaData "DeleteTypeResponse" "Network.AWS.AppSync.DeleteType" "amazonka-appsync-1.6.1-4DHxIkxAhvS86OTagCP3cH" True) (C1 (MetaCons "DeleteTypeResponse'" PrefixI True) (S1 (MetaSel (Just "_dtrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

dtrsResponseStatus :: Lens' DeleteTypeResponse Int Source #

  • - | The response status code.