packages feed

amazonka-iam 0.0.2 → 0.0.3

raw patch · 2 files changed

+8/−7 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,13 +8,13 @@  ## Description -    AWS Identity and Access Management (IAM) enables you to securely control-    access to AWS services and resources for your users. Using IAM, you can-    create and manage AWS users and groups and use permissions to allow and deny-    their access to AWS resources.+AWS Identity and Access Management (IAM) enables you to securely control+access to AWS services and resources for your users. Using IAM, you can+create and manage AWS users and groups and use permissions to allow and deny+their access to AWS resources.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-iam)-and [AWS API Reference](http://docs.aws.amazon.com/IAM/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/IAM/latest/APIReference/Welcome.html).   ## Contribute
amazonka-iam.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-iam-version:               0.0.2+version:               0.0.3 synopsis:              Amazon Identity and Access Management SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -17,6 +17,7 @@     access to AWS services and resources for your users. Using IAM, you can     create and manage AWS users and groups and use permissions to allow and deny     their access to AWS resources.+     .     /See:/ <http://docs.aws.amazon.com/IAM/latest/APIReference/Welcome.html AWS API Reference>     .@@ -123,5 +124,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.2.*+          amazonka-core == 0.0.3.*         , base          >= 4.7     && < 5