amazonka-ec2 0.0.2 → 0.0.3
raw patch · 2 files changed
+16/−15 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 +13/−13
- amazonka-ec2.cabal +3/−2
README.md view
@@ -8,21 +8,21 @@ ## Description - Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides- resizable compute capacity in the cloud. It is designed to make web-scale- computing easier for developers. Amazon EC2’s simple web service interface- allows you to obtain and configure capacity with minimal friction. It- provides you with complete control of your computing resources and lets you- run on Amazon’s proven computing environment. Amazon EC2 reduces the time- required to obtain and boot new server instances to minutes, allowing you to- quickly scale capacity, both up and down, as your computing requirements- change. Amazon EC2 changes the economics of computing by allowing you to pay- only for capacity that you actually use. Amazon EC2 provides developers the- tools to build failure resilient applications and isolate themselves from- common failure scenarios.+Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides+resizable compute capacity in the cloud. It is designed to make web-scale+computing easier for developers. Amazon EC2’s simple web service interface+allows you to obtain and configure capacity with minimal friction. It+provides you with complete control of your computing resources and lets you+run on Amazon’s proven computing environment. Amazon EC2 reduces the time+required to obtain and boot new server instances to minutes, allowing you to+quickly scale capacity, both up and down, as your computing requirements+change. Amazon EC2 changes the economics of computing by allowing you to pay+only for capacity that you actually use. Amazon EC2 provides developers the+tools to build failure resilient applications and isolate themselves from+common failure scenarios. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-ec2)-and [AWS API Reference](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html). ## Contribute
amazonka-ec2.cabal view
@@ -1,5 +1,5 @@ name: amazonka-ec2-version: 0.0.2+version: 0.0.3 synopsis: Amazon Elastic Compute Cloud SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -25,6 +25,7 @@ only for capacity that you actually use. Amazon EC2 provides developers the tools to build failure resilient applications and isolate themselves from common failure scenarios.+ . /See:/ <http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html AWS API Reference> .@@ -203,5 +204,5 @@ Network.AWS.EC2.Internal build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5