packages feed

amazonka-cloudformation 0.0.2 → 0.0.3

raw patch · 2 files changed

+15/−14 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,20 +8,20 @@  ## Description -    AWS CloudFormation gives developers and systems administrators an easy way to-    create and manage a collection of related AWS resources, provisioning and-    updating them in an orderly and predictable fashion. You can use AWS-    CloudFormation’s sample templates or create your own templates to describe-    the AWS resources, and any associated dependencies or runtime parameters,-    required to run your application. You don’t need to figure out the order for-    provisioning AWS services or the subtleties of making those dependencies-    work. CloudFormation takes care of this for you. After the AWS resources are-    deployed, you can modify and update them in a controlled and predictable way,-    in effect applying version control to your AWS infrastructure the same way-    you do with your software.+AWS CloudFormation gives developers and systems administrators an easy way to+create and manage a collection of related AWS resources, provisioning and+updating them in an orderly and predictable fashion. You can use AWS+CloudFormation’s sample templates or create your own templates to describe+the AWS resources, and any associated dependencies or runtime parameters,+required to run your application. You don’t need to figure out the order for+provisioning AWS services or the subtleties of making those dependencies+work. CloudFormation takes care of this for you. After the AWS resources are+deployed, you can modify and update them in a controlled and predictable way,+in effect applying version control to your AWS infrastructure the same way+you do with your software.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-cloudformation)-and [AWS API Reference](http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html).   ## Contribute
amazonka-cloudformation.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-cloudformation-version:               0.0.2+version:               0.0.3 synopsis:              Amazon CloudFormation SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -24,6 +24,7 @@     deployed, you can modify and update them in a controlled and predictable way,     in effect applying version control to your AWS infrastructure the same way     you do with your software.+     .     /See:/ <http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html AWS API Reference>     .@@ -64,5 +65,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.2.*+          amazonka-core == 0.0.3.*         , base          >= 4.7     && < 5