amazonka-elasticbeanstalk 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 +11/−11
- amazonka-elasticbeanstalk.cabal +3/−2
README.md view
@@ -8,19 +8,19 @@ ## Description - AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web- applications and services developed with Java, .NET, PHP, Node.js, Python,- Ruby, and Docker on familiar servers such as Apache HTTP Server, Apache- Tomcat, Nginx, Passenger, and IIS 7.5/8. You can simply upload your code and- Elastic Beanstalk automatically handles the deployment, from capacity- provisioning, load balancing, auto-scaling to application health monitoring.- At the same time, you retain full control over the AWS resources powering- your application and can access the underlying resources at any time. There- is no additional charge for Elastic Beanstalk - you pay only for the AWS- resources needed to store and run your applications.+AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web+applications and services developed with Java, .NET, PHP, Node.js, Python,+Ruby, and Docker on familiar servers such as Apache HTTP Server, Apache+Tomcat, Nginx, Passenger, and IIS 7.5/8. You can simply upload your code and+Elastic Beanstalk automatically handles the deployment, from capacity+provisioning, load balancing, auto-scaling to application health monitoring.+At the same time, you retain full control over the AWS resources powering+your application and can access the underlying resources at any time. There+is no additional charge for Elastic Beanstalk - you pay only for the AWS+resources needed to store and run your applications. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-elasticbeanstalk)-and [AWS API Reference](http://docs.aws.amazon.com/elasticbeanstalk/latest/api/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/elasticbeanstalk/latest/api/Welcome.html). ## Contribute
amazonka-elasticbeanstalk.cabal view
@@ -1,5 +1,5 @@ name: amazonka-elasticbeanstalk-version: 0.0.2+version: 0.0.3 synopsis: Amazon Elastic Beanstalk SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -23,6 +23,7 @@ your application and can access the underlying resources at any time. There is no additional charge for Elastic Beanstalk - you pay only for the AWS resources needed to store and run your applications.+ . /See:/ <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/Welcome.html AWS API Reference> .@@ -75,5 +76,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5