packages feed

amazonka-sns 0.0.2 → 0.0.3

raw patch · 2 files changed

+14/−13 lines, 2 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

README.md view
@@ -8,19 +8,19 @@  ## Description -    Amazon Simple Notification Service (Amazon SNS) is a fast, flexible, fully-    managed push messaging service. Amazon SNS makes it simple and cost-effective-    to push notifications to Apple, Google, Fire OS, and Windows devices, as well-    as Android devices in China with Baidu Cloud Push. You can also use SNS to-    push notifications to internet connected smart devices, as well as other-    distributed services. Besides pushing cloud notifications directly to mobile-    devices, Amazon SNS can also deliver notifications by SMS text message or-    email, to Amazon Simple Queue Service (SQS) queues, or to any HTTP endpoint.-    To prevent messages from being lost, all messages published to Amazon SNS are-    stored redundantly across multiple availability zones.+Amazon Simple Notification Service (Amazon SNS) is a fast, flexible, fully+managed push messaging service. Amazon SNS makes it simple and cost-effective+to push notifications to Apple, Google, Fire OS, and Windows devices, as well+as Android devices in China with Baidu Cloud Push. You can also use SNS to+push notifications to internet connected smart devices, as well as other+distributed services. Besides pushing cloud notifications directly to mobile+devices, Amazon SNS can also deliver notifications by SMS text message or+email, to Amazon Simple Queue Service (SQS) queues, or to any HTTP endpoint.+To prevent messages from being lost, all messages published to Amazon SNS are+stored redundantly across multiple availability zones.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-sns)-and [AWS API Reference](http://docs.aws.amazon.com/sns/latest/api/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/sns/latest/api/Welcome.html).   ## Contribute
amazonka-sns.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-sns-version:               0.0.2+version:               0.0.3 synopsis:              Amazon Simple Notification Service SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -23,6 +23,7 @@     email, to Amazon Simple Queue Service (SQS) queues, or to any HTTP endpoint.     To prevent messages from being lost, all messages published to Amazon SNS are     stored redundantly across multiple availability zones.+     .     /See:/ <http://docs.aws.amazon.com/sns/latest/api/Welcome.html AWS API Reference>     .@@ -71,5 +72,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.2.*+          amazonka-core == 0.0.3.*         , base          >= 4.7     && < 5