packages feed

amazonka-cognito-sync 0.0.2 → 0.0.3

raw patch · 2 files changed

+12/−11 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,17 +8,17 @@  ## Description -    Amazon Cognito Sync provides an AWS service and client library that enable-    cross-device syncing of application-related user data. High-level client-    libraries are available for both iOS and Android. You can use these libraries-    to persist data locally so that it's available even if the device is offline.-    Developer credentials don't need to be stored on the mobile device to access-    the service. You can use Amazon Cognito to obtain a normalized user ID and-    credentials. User data is persisted in a dataset that can store up to 1 MB of-    key-value pairs, and you can have up to 20 datasets per user identity.+Amazon Cognito Sync provides an AWS service and client library that enable+cross-device syncing of application-related user data. High-level client+libraries are available for both iOS and Android. You can use these libraries+to persist data locally so that it's available even if the device is offline.+Developer credentials don't need to be stored on the mobile device to access+the service. You can use Amazon Cognito to obtain a normalized user ID and+credentials. User data is persisted in a dataset that can store up to 1 MB of+key-value pairs, and you can have up to 20 datasets per user identity.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-cognito-sync)-and [AWS API Reference](http://docs.aws.amazon.com/cognitosync/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/cognitosync/latest/APIReference/Welcome.html).   ## Contribute
amazonka-cognito-sync.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-cognito-sync-version:               0.0.2+version:               0.0.3 synopsis:              Amazon Cognito Sync SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -21,6 +21,7 @@     the service. You can use Amazon Cognito to obtain a normalized user ID and     credentials. User data is persisted in a dataset that can store up to 1 MB of     key-value pairs, and you can have up to 20 datasets per user identity.+     .     /See:/ <http://docs.aws.amazon.com/cognitosync/latest/APIReference/Welcome.html AWS API Reference>     .@@ -57,5 +58,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.2.*+          amazonka-core == 0.0.3.*         , base          >= 4.7     && < 5