packages feed

amazonka-support 0.0.2 → 0.0.3

raw patch · 2 files changed

+13/−12 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,18 +8,18 @@  ## Description -    AWS Support is a one-on-one, fast-response support channel that is staffed-    with experienced support personnel. The service helps customers get the most-    from the products and features provided by Amazon Web Services. There are-    four levels, or tiers, of AWS Support: Basic, Developer, Business, and-    Enterprise. The Basic tier is free of charge and offers support for account-    and billing questions and service limit increases. The other tiers offer an-    unlimited number of technical support cases with pay-by-the-month pricing and-    no long-term contracts, providing developers and businesses flexibility to-    choose the level of support that meets their needs.+AWS Support is a one-on-one, fast-response support channel that is staffed+with experienced support personnel. The service helps customers get the most+from the products and features provided by Amazon Web Services. There are+four levels, or tiers, of AWS Support: Basic, Developer, Business, and+Enterprise. The Basic tier is free of charge and offers support for account+and billing questions and service limit increases. The other tiers offer an+unlimited number of technical support cases with pay-by-the-month pricing and+no long-term contracts, providing developers and businesses flexibility to+choose the level of support that meets their needs.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-support)-and [AWS API Reference](http://docs.aws.amazon.com/awssupport/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/awssupport/latest/APIReference/Welcome.html).   ## Contribute
amazonka-support.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-support-version:               0.0.2+version:               0.0.3 synopsis:              Amazon Support SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -22,6 +22,7 @@     unlimited number of technical support cases with pay-by-the-month pricing and     no long-term contracts, providing developers and businesses flexibility to     choose the level of support that meets their needs.+     .     /See:/ <http://docs.aws.amazon.com/awssupport/latest/APIReference/Welcome.html AWS API Reference>     .@@ -59,5 +60,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.2.*+          amazonka-core == 0.0.3.*         , base          >= 4.7     && < 5