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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SNS.GetPlatformApplicationAttributes

Contents

Description

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

http://docs.aws.amazon.com/sns/latest/api/API_GetPlatformApplicationAttributes.html

Synopsis

Request

Request constructor

Request lenses

gpaaPlatformApplicationArn :: Lens' GetPlatformApplicationAttributes Text Source

PlatformApplicationArn for GetPlatformApplicationAttributesInput.

Response

Response constructor

Response lenses

gpaarAttributes :: Lens' GetPlatformApplicationAttributesResponse (HashMap Text Text) Source

Attributes include the following:

EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent. EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent. EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent. EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.