amazonka-pinpoint-1.6.1: Amazon Pinpoint 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.Pinpoint.DeleteApp

Contents

Description

Deletes an app.

Synopsis

Creating a Request

deleteApp Source #

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

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

data DeleteApp Source #

See: deleteApp smart constructor.

Instances
Eq DeleteApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Data DeleteApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Methods

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

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

toConstr :: DeleteApp -> Constr #

dataTypeOf :: DeleteApp -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Show DeleteApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Generic DeleteApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Associated Types

type Rep DeleteApp :: Type -> Type #

Hashable DeleteApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

AWSRequest DeleteApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Associated Types

type Rs DeleteApp :: Type #

ToHeaders DeleteApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Methods

toHeaders :: DeleteApp -> [Header] #

ToPath DeleteApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

ToQuery DeleteApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

NFData DeleteApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Methods

rnf :: DeleteApp -> () #

type Rep DeleteApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

type Rep DeleteApp = D1 (MetaData "DeleteApp" "Network.AWS.Pinpoint.DeleteApp" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" True) (C1 (MetaCons "DeleteApp'" PrefixI True) (S1 (MetaSel (Just "_daApplicationId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteApp Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Request Lenses

daApplicationId :: Lens' DeleteApp Text Source #

Undocumented member.

Destructuring the Response

deleteAppResponse Source #

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

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

data DeleteAppResponse Source #

See: deleteAppResponse smart constructor.

Instances
Eq DeleteAppResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Data DeleteAppResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Methods

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

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

toConstr :: DeleteAppResponse -> Constr #

dataTypeOf :: DeleteAppResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteAppResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Show DeleteAppResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Generic DeleteAppResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Associated Types

type Rep DeleteAppResponse :: Type -> Type #

NFData DeleteAppResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Methods

rnf :: DeleteAppResponse -> () #

type Rep DeleteAppResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

type Rep DeleteAppResponse = D1 (MetaData "DeleteAppResponse" "Network.AWS.Pinpoint.DeleteApp" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "DeleteAppResponse'" PrefixI True) (S1 (MetaSel (Just "_darsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_darsApplicationResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ApplicationResponse)))

Response Lenses

darsResponseStatus :: Lens' DeleteAppResponse Int Source #

  • - | The response status code.