amazonka-sns-1.4.5: Amazon Simple Notification Service SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SNS.DeletePlatformApplication

Contents

Description

Deletes a platform application object for one of the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications .

Synopsis

Creating a Request

deletePlatformApplication #

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

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

data DeletePlatformApplication #

Input for DeletePlatformApplication action.

See: deletePlatformApplication smart constructor.

Instances

Eq DeletePlatformApplication # 
Data DeletePlatformApplication # 

Methods

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

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

toConstr :: DeletePlatformApplication -> Constr #

dataTypeOf :: DeletePlatformApplication -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeletePlatformApplication # 
Show DeletePlatformApplication # 
Generic DeletePlatformApplication # 
Hashable DeletePlatformApplication # 
NFData DeletePlatformApplication # 
AWSRequest DeletePlatformApplication # 
ToQuery DeletePlatformApplication # 
ToPath DeletePlatformApplication # 
ToHeaders DeletePlatformApplication # 
type Rep DeletePlatformApplication # 
type Rep DeletePlatformApplication = D1 (MetaData "DeletePlatformApplication" "Network.AWS.SNS.DeletePlatformApplication" "amazonka-sns-1.4.5-5x1MjGFUMvV6p7MfMkg43e" True) (C1 (MetaCons "DeletePlatformApplication'" PrefixI True) (S1 (MetaSel (Just Symbol "_dpaPlatformApplicationARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeletePlatformApplication # 

Request Lenses

dpaPlatformApplicationARN :: Lens' DeletePlatformApplication Text #

PlatformApplicationArn of platform application object to delete.

Destructuring the Response

deletePlatformApplicationResponse :: DeletePlatformApplicationResponse #

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

data DeletePlatformApplicationResponse #

See: deletePlatformApplicationResponse smart constructor.

Instances

Eq DeletePlatformApplicationResponse # 
Data DeletePlatformApplicationResponse # 

Methods

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

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

toConstr :: DeletePlatformApplicationResponse -> Constr #

dataTypeOf :: DeletePlatformApplicationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeletePlatformApplicationResponse # 
Show DeletePlatformApplicationResponse # 
Generic DeletePlatformApplicationResponse # 
NFData DeletePlatformApplicationResponse # 
type Rep DeletePlatformApplicationResponse # 
type Rep DeletePlatformApplicationResponse = D1 (MetaData "DeletePlatformApplicationResponse" "Network.AWS.SNS.DeletePlatformApplication" "amazonka-sns-1.4.5-5x1MjGFUMvV6p7MfMkg43e" False) (C1 (MetaCons "DeletePlatformApplicationResponse'" PrefixI False) U1)