amazonka-sns-1.4.1: 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.CreatePlatformApplication

Contents

Description

Creates a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register. You must specify PlatformPrincipal and PlatformCredential attributes when using the CreatePlatformApplication action. The PlatformPrincipal is received from the notification service. For APNS/APNS_SANDBOX, PlatformPrincipal is "SSL certificate". For GCM, PlatformPrincipal is not applicable. For ADM, PlatformPrincipal is "client id". The PlatformCredential is also received from the notification service. For APNS/APNS_SANDBOX, PlatformCredential is "private key". For GCM, PlatformCredential is "API key". For ADM, PlatformCredential is "client secret". The PlatformApplicationArn that is returned when using CreatePlatformApplication is then used as an attribute for the CreatePlatformEndpoint action. For more information, see Using Amazon SNS Mobile Push Notifications.

Synopsis

Creating a Request

createPlatformApplication Source #

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

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

data CreatePlatformApplication Source #

Input for CreatePlatformApplication action.

See: createPlatformApplication smart constructor.

Instances

Eq CreatePlatformApplication Source # 
Data CreatePlatformApplication Source # 

Methods

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

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

toConstr :: CreatePlatformApplication -> Constr #

dataTypeOf :: CreatePlatformApplication -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreatePlatformApplication Source # 
Show CreatePlatformApplication Source # 
Generic CreatePlatformApplication Source # 
Hashable CreatePlatformApplication Source # 
NFData CreatePlatformApplication Source # 
AWSRequest CreatePlatformApplication Source # 
ToQuery CreatePlatformApplication Source # 
ToPath CreatePlatformApplication Source # 
ToHeaders CreatePlatformApplication Source # 
type Rep CreatePlatformApplication Source # 
type Rep CreatePlatformApplication = D1 (MetaData "CreatePlatformApplication" "Network.AWS.SNS.CreatePlatformApplication" "amazonka-sns-1.4.1-5jBhOS7pRMq3hcCKbdHesk" False) (C1 (MetaCons "CreatePlatformApplication'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cpaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_cpaPlatform") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_cpaAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Map Text Text))))))
type Rs CreatePlatformApplication Source # 

Request Lenses

cpaName :: Lens' CreatePlatformApplication Text Source #

Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

cpaPlatform :: Lens' CreatePlatformApplication Text Source #

The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Google Cloud Messaging).

Destructuring the Response

createPlatformApplicationResponse Source #

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

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

data CreatePlatformApplicationResponse Source #

Response from CreatePlatformApplication action.

See: createPlatformApplicationResponse smart constructor.

Instances

Eq CreatePlatformApplicationResponse Source # 
Data CreatePlatformApplicationResponse Source # 

Methods

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

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

toConstr :: CreatePlatformApplicationResponse -> Constr #

dataTypeOf :: CreatePlatformApplicationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreatePlatformApplicationResponse Source # 
Show CreatePlatformApplicationResponse Source # 
Generic CreatePlatformApplicationResponse Source # 
NFData CreatePlatformApplicationResponse Source # 
type Rep CreatePlatformApplicationResponse Source # 
type Rep CreatePlatformApplicationResponse = D1 (MetaData "CreatePlatformApplicationResponse" "Network.AWS.SNS.CreatePlatformApplication" "amazonka-sns-1.4.1-5jBhOS7pRMq3hcCKbdHesk" False) (C1 (MetaCons "CreatePlatformApplicationResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cparsPlatformApplicationARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cparsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses