amazonka-sns-1.6.0: Amazon Simple Notification Service 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.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 # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

Data DeletePlatformApplication # 
Instance details

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

Defined in Network.AWS.SNS.DeletePlatformApplication

Show DeletePlatformApplication # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

Generic DeletePlatformApplication # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

Associated Types

type Rep DeletePlatformApplication :: * -> * #

Hashable DeletePlatformApplication # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

AWSRequest DeletePlatformApplication # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

Associated Types

type Rs DeletePlatformApplication :: * #

ToHeaders DeletePlatformApplication # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

ToPath DeletePlatformApplication # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

ToQuery DeletePlatformApplication # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

NFData DeletePlatformApplication # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

type Rep DeletePlatformApplication # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

type Rep DeletePlatformApplication = D1 (MetaData "DeletePlatformApplication" "Network.AWS.SNS.DeletePlatformApplication" "amazonka-sns-1.6.0-HtFY9r81ykN4UA9Dx2hCIO" True) (C1 (MetaCons "DeletePlatformApplication'" PrefixI True) (S1 (MetaSel (Just "_dpaPlatformApplicationARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeletePlatformApplication # 
Instance details

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

Defined in Network.AWS.SNS.DeletePlatformApplication

Data DeletePlatformApplicationResponse # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

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

Defined in Network.AWS.SNS.DeletePlatformApplication

Show DeletePlatformApplicationResponse # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

Generic DeletePlatformApplicationResponse # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

Associated Types

type Rep DeletePlatformApplicationResponse :: * -> * #

NFData DeletePlatformApplicationResponse # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

type Rep DeletePlatformApplicationResponse # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

type Rep DeletePlatformApplicationResponse = D1 (MetaData "DeletePlatformApplicationResponse" "Network.AWS.SNS.DeletePlatformApplication" "amazonka-sns-1.6.0-HtFY9r81ykN4UA9Dx2hCIO" False) (C1 (MetaCons "DeletePlatformApplicationResponse'" PrefixI False) (U1 :: * -> *))