packages feed

amazonka-sts 0.0.2 → 0.0.3

raw patch · 2 files changed

+7/−6 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,12 +8,12 @@  ## Description -    The AWS Security Token Service (STS) is a web service that enables you to-    request temporary, limited-privilege credentials for AWS Identity and Access-    Management (IAM) users or for users that you authenticate (federated users).+The AWS Security Token Service (STS) is a web service that enables you to+request temporary, limited-privilege credentials for AWS Identity and Access+Management (IAM) users or for users that you authenticate (federated users).  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-sts)-and [AWS API Reference](http://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html).   ## Contribute
amazonka-sts.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-sts-version:               0.0.2+version:               0.0.3 synopsis:              Amazon Security Token Service SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -16,6 +16,7 @@     The AWS Security Token Service (STS) is a web service that enables you to     request temporary, limited-privilege credentials for AWS Identity and Access     Management (IAM) users or for users that you authenticate (federated users).+     .     /See:/ <http://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html AWS API Reference>     .@@ -45,5 +46,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.2.*+          amazonka-core == 0.0.3.*         , base          >= 4.7     && < 5