amazonka-route53 0.0.2 → 0.0.3
raw patch · 2 files changed
+10/−9 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 +7/−7
- amazonka-route53.cabal +3/−2
README.md view
@@ -8,15 +8,15 @@ ## Description - Amazon Route 53 is a scalable Domain Name System (DNS) web service. It- provides secure and reliable routing to your infrastructure that uses Amazon- Web Services (AWS) products, such as Amazon Elastic Compute Cloud (Amazon- EC2), Elastic Load Balancing, or Amazon Simple Storage Service (Amazon S3).- You can also use Amazon Route 53 to route users to your infrastructure- outside of AWS.+Amazon Route 53 is a scalable Domain Name System (DNS) web service. It+provides secure and reliable routing to your infrastructure that uses Amazon+Web Services (AWS) products, such as Amazon Elastic Compute Cloud (Amazon+EC2), Elastic Load Balancing, or Amazon Simple Storage Service (Amazon S3).+You can also use Amazon Route 53 to route users to your infrastructure+outside of AWS. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-route53)-and [AWS API Reference](http://docs.aws.amazon.com/Route53/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/Route53/latest/APIReference/Welcome.html). ## Contribute
amazonka-route53.cabal view
@@ -1,5 +1,5 @@ name: amazonka-route53-version: 0.0.2+version: 0.0.3 synopsis: Amazon Route 53 SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -19,6 +19,7 @@ EC2), Elastic Load Balancing, or Amazon Simple Storage Service (Amazon S3). You can also use Amazon Route 53 to route users to your infrastructure outside of AWS.+ . /See:/ <http://docs.aws.amazon.com/Route53/latest/APIReference/Welcome.html AWS API Reference> .@@ -70,5 +71,5 @@ Network.AWS.Route53.Internal build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5