amazonka-codedeploy 0.0.2 → 0.0.3
raw patch · 2 files changed
+11/−10 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 +8/−8
- amazonka-codedeploy.cabal +3/−2
README.md view
@@ -8,16 +8,16 @@ ## Description - Amazon CodeDeploy is a service that automates code deployments to Amazon EC2- instances. Amazon CodeDeploy makes it easier for you to rapidly release new- features, helps you avoid downtime during deployment, and handles the- complexity of updating your applications. You can use Amazon CodeDeploy to- automate deployments, eliminating the need for error-prone manual operations,- and the service scales with your infrastructure so you can easily deploy to- one EC2 instance or thousands.+Amazon CodeDeploy is a service that automates code deployments to Amazon EC2+instances. Amazon CodeDeploy makes it easier for you to rapidly release new+features, helps you avoid downtime during deployment, and handles the+complexity of updating your applications. You can use Amazon CodeDeploy to+automate deployments, eliminating the need for error-prone manual operations,+and the service scales with your infrastructure so you can easily deploy to+one EC2 instance or thousands. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-codedeploy)-and [AWS API Reference](http://docs.aws.amazon.com/codedeploy/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/codedeploy/latest/APIReference/Welcome.html). ## Contribute
amazonka-codedeploy.cabal view
@@ -1,5 +1,5 @@ name: amazonka-codedeploy-version: 0.0.2+version: 0.0.3 synopsis: Amazon CodeDeploy SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -20,6 +20,7 @@ automate deployments, eliminating the need for error-prone manual operations, and the service scales with your infrastructure so you can easily deploy to one EC2 instance or thousands.+ . /See:/ <http://docs.aws.amazon.com/codedeploy/latest/APIReference/Welcome.html AWS API Reference> .@@ -68,5 +69,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5