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

Defined in Network.AWS.Pinpoint.DeleteApp

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

Defined in Network.AWS.Pinpoint.DeleteApp

Show DeleteApp # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Generic DeleteApp # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Associated Types

type Rep DeleteApp :: * -> * #

Hashable DeleteApp # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

AWSRequest DeleteApp # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Associated Types

type Rs DeleteApp :: * #

ToHeaders DeleteApp # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Methods

toHeaders :: DeleteApp -> [Header] #

ToPath DeleteApp # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

ToQuery DeleteApp # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

NFData DeleteApp # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Methods

rnf :: DeleteApp -> () #

type Rep DeleteApp # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

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

Defined in Network.AWS.Pinpoint.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 # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

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

Defined in Network.AWS.Pinpoint.DeleteApp

Show DeleteAppResponse # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Generic DeleteAppResponse # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Associated Types

type Rep DeleteAppResponse :: * -> * #

NFData DeleteAppResponse # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

Methods

rnf :: DeleteAppResponse -> () #

type Rep DeleteAppResponse # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteApp

type Rep DeleteAppResponse = D1 (MetaData "DeleteAppResponse" "Network.AWS.Pinpoint.DeleteApp" "amazonka-pinpoint-1.6.0-g97jwSrQ3cH31izP2Adqp" 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 #

  • - | The response status code.