amazonka-sns-1.4.3: 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 Source #

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 Source #

Input for DeletePlatformApplication action.

See: deletePlatformApplication smart constructor.

Instances

Eq DeletePlatformApplication Source # 
Data DeletePlatformApplication Source # 

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 Source # 
Show DeletePlatformApplication Source # 
Generic DeletePlatformApplication Source # 
Hashable DeletePlatformApplication Source # 
NFData DeletePlatformApplication Source # 
AWSRequest DeletePlatformApplication Source # 
ToQuery DeletePlatformApplication Source # 
ToPath DeletePlatformApplication Source # 
ToHeaders DeletePlatformApplication Source # 
type Rep DeletePlatformApplication Source # 
type Rep DeletePlatformApplication = D1 (MetaData "DeletePlatformApplication" "Network.AWS.SNS.DeletePlatformApplication" "amazonka-sns-1.4.3-7IcMkGXIxUZKWO48IHbGli" True) (C1 (MetaCons "DeletePlatformApplication'" PrefixI True) (S1 (MetaSel (Just Symbol "_dpaPlatformApplicationARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeletePlatformApplication Source # 

Request Lenses

dpaPlatformApplicationARN :: Lens' DeletePlatformApplication Text Source #

PlatformApplicationArn of platform application object to delete.

Destructuring the Response

deletePlatformApplicationResponse :: DeletePlatformApplicationResponse Source #

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

data DeletePlatformApplicationResponse Source #

See: deletePlatformApplicationResponse smart constructor.

Instances

Eq DeletePlatformApplicationResponse Source # 
Data DeletePlatformApplicationResponse Source # 

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 Source # 
Show DeletePlatformApplicationResponse Source # 
Generic DeletePlatformApplicationResponse Source # 
NFData DeletePlatformApplicationResponse Source # 
type Rep DeletePlatformApplicationResponse Source # 
type Rep DeletePlatformApplicationResponse = D1 (MetaData "DeletePlatformApplicationResponse" "Network.AWS.SNS.DeletePlatformApplication" "amazonka-sns-1.4.3-7IcMkGXIxUZKWO48IHbGli" False) (C1 (MetaCons "DeletePlatformApplicationResponse'" PrefixI False) U1)