amazonka-pinpoint-1.6.0: 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 #

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 #

See: deleteApp smart constructor.

Instances

Eq DeleteApp # 
Data 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 # 
Show DeleteApp # 
Generic DeleteApp # 

Associated Types

type Rep DeleteApp :: * -> * #

Hashable DeleteApp # 
NFData DeleteApp # 

Methods

rnf :: DeleteApp -> () #

AWSRequest DeleteApp # 
ToHeaders DeleteApp # 

Methods

toHeaders :: DeleteApp -> [Header] #

ToPath DeleteApp # 
ToQuery DeleteApp # 
type Rep DeleteApp # 
type Rep DeleteApp = D1 * (MetaData "DeleteApp" "Network.AWS.Pinpoint.DeleteApp" "amazonka-pinpoint-1.6.0-GGmcAobjjkd29SkAbz3WDe" True) (C1 * (MetaCons "DeleteApp'" PrefixI True) (S1 * (MetaSel (Just Symbol "_daApplicationId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteApp # 

Request Lenses

daApplicationId :: Lens' DeleteApp Text #

Undocumented member.

Destructuring the Response

deleteAppResponse #

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 #

See: deleteAppResponse smart constructor.

Instances

Eq DeleteAppResponse # 
Data DeleteAppResponse # 

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

Methods

rnf :: DeleteAppResponse -> () #

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

Response Lenses

darsResponseStatus :: Lens' DeleteAppResponse Int #

  • - | The response status code.