amazonka-cognito-identity 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-cognito-identity.cabal +3/−2
README.md view
@@ -8,19 +8,19 @@ ## Description - Amazon Cognito is a web service that facilitates the delivery of scoped,- temporary credentials to mobile devices or other untrusted environments.- Amazon Cognito uniquely identifies a device or user and supplies the user- with a consistent identity throughout the lifetime of an application. Amazon- Cognito lets users authenticate with third-party identity providers- (Facebook, Google, or Login with Amazon). As a developer, you decide which- identity providers to trust. You can also choose to support unauthenticated- access from your application. Your users are provided with Cognito tokens- that uniquely identify their device and any information provided about- third-party logins.+Amazon Cognito is a web service that facilitates the delivery of scoped,+temporary credentials to mobile devices or other untrusted environments.+Amazon Cognito uniquely identifies a device or user and supplies the user+with a consistent identity throughout the lifetime of an application. Amazon+Cognito lets users authenticate with third-party identity providers+(Facebook, Google, or Login with Amazon). As a developer, you decide which+identity providers to trust. You can also choose to support unauthenticated+access from your application. Your users are provided with Cognito tokens+that uniquely identify their device and any information provided about+third-party logins. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-cognito-identity)-and [AWS API Reference](http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/Welcome.html). ## Contribute
amazonka-cognito-identity.cabal view
@@ -1,5 +1,5 @@ name: amazonka-cognito-identity-version: 0.0.2+version: 0.0.3 synopsis: Amazon Cognito Identity SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -23,6 +23,7 @@ access from your application. Your users are provided with Cognito tokens that uniquely identify their device and any information provided about third-party logins.+ . /See:/ <http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/Welcome.html AWS API Reference> .@@ -59,5 +60,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5