amazonka-sns-1.6.1: 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 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 # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

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

Defined in Network.AWS.SNS.DeletePlatformApplication

Show DeletePlatformApplication Source # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

Generic DeletePlatformApplication Source # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

Associated Types

type Rep DeletePlatformApplication :: Type -> Type #

Hashable DeletePlatformApplication Source # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

AWSRequest DeletePlatformApplication Source # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

Associated Types

type Rs DeletePlatformApplication :: Type #

ToHeaders DeletePlatformApplication Source # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

ToPath DeletePlatformApplication Source # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

ToQuery DeletePlatformApplication Source # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

NFData DeletePlatformApplication Source # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

type Rep DeletePlatformApplication Source # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

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

Defined in Network.AWS.SNS.DeletePlatformApplication

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

Defined in Network.AWS.SNS.DeletePlatformApplication

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

Defined in Network.AWS.SNS.DeletePlatformApplication

Show DeletePlatformApplicationResponse Source # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

Generic DeletePlatformApplicationResponse Source # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

Associated Types

type Rep DeletePlatformApplicationResponse :: Type -> Type #

NFData DeletePlatformApplicationResponse Source # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

type Rep DeletePlatformApplicationResponse Source # 
Instance details

Defined in Network.AWS.SNS.DeletePlatformApplication

type Rep DeletePlatformApplicationResponse = D1 (MetaData "DeletePlatformApplicationResponse" "Network.AWS.SNS.DeletePlatformApplication" "amazonka-sns-1.6.1-7GBYpIO1P7AJWNWtL33amk" False) (C1 (MetaCons "DeletePlatformApplicationResponse'" PrefixI False) (U1 :: Type -> Type))