Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.SNS.GetPlatformApplicationAttributes
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
- data GetPlatformApplicationAttributes
- getPlatformApplicationAttributes :: Text -> GetPlatformApplicationAttributes
- gpaaPlatformApplicationArn :: Lens' GetPlatformApplicationAttributes Text
- data GetPlatformApplicationAttributesResponse
- getPlatformApplicationAttributesResponse :: GetPlatformApplicationAttributesResponse
- gpaarAttributes :: Lens' GetPlatformApplicationAttributesResponse (HashMap Text Text)
Request
data GetPlatformApplicationAttributes Source
Instances
Request constructor
getPlatformApplicationAttributes Source
GetPlatformApplicationAttributes
constructor.
The fields accessible through corresponding lenses are:
Request lenses
gpaaPlatformApplicationArn :: Lens' GetPlatformApplicationAttributes Text Source
PlatformApplicationArn for GetPlatformApplicationAttributesInput.
Response
Response constructor
getPlatformApplicationAttributesResponse :: GetPlatformApplicationAttributesResponse Source
GetPlatformApplicationAttributesResponse
constructor.
The fields accessible through corresponding lenses are:
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.