amazonka-cognito-sync 0.0.4 → 0.0.5
raw patch · 17 files changed
+34/−2 lines, 17 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- README.md +2/−0
- amazonka-cognito-sync.cabal +2/−2
- gen/Network/AWS/CognitoSync.hs +2/−0
- gen/Network/AWS/CognitoSync/DeleteDataset.hs +2/−0
- gen/Network/AWS/CognitoSync/DescribeDataset.hs +2/−0
- gen/Network/AWS/CognitoSync/DescribeIdentityPoolUsage.hs +2/−0
- gen/Network/AWS/CognitoSync/DescribeIdentityUsage.hs +2/−0
- gen/Network/AWS/CognitoSync/GetIdentityPoolConfiguration.hs +2/−0
- gen/Network/AWS/CognitoSync/ListDatasets.hs +2/−0
- gen/Network/AWS/CognitoSync/ListIdentityPoolUsage.hs +2/−0
- gen/Network/AWS/CognitoSync/ListRecords.hs +2/−0
- gen/Network/AWS/CognitoSync/RegisterDevice.hs +2/−0
- gen/Network/AWS/CognitoSync/SetIdentityPoolConfiguration.hs +2/−0
- gen/Network/AWS/CognitoSync/SubscribeToDataset.hs +2/−0
- gen/Network/AWS/CognitoSync/Types.hs +2/−0
- gen/Network/AWS/CognitoSync/UnsubscribeFromDataset.hs +2/−0
- gen/Network/AWS/CognitoSync/UpdateRecords.hs +2/−0
README.md view
@@ -31,3 +31,5 @@ ## Licence `amazonka-cognito-sync` is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/).++Parts of the code are derived from AWS service descriptions, licensed under Apache 2.0.
amazonka-cognito-sync.cabal view
@@ -1,5 +1,5 @@ name: amazonka-cognito-sync-version: 0.0.4+version: 0.0.5 synopsis: Amazon Cognito Sync SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -58,5 +58,5 @@ other-modules: build-depends:- amazonka-core == 0.0.4.*+ amazonka-core == 0.0.5.* , base >= 4.7 && < 5
gen/Network/AWS/CognitoSync.hs view
@@ -7,6 +7,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Amazon Cognito Sync provides an AWS service and client library that enable -- cross-device syncing of application-related user data. High-level client
gen/Network/AWS/CognitoSync/DeleteDataset.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Deletes the specific dataset. The dataset will be deleted permanently, and -- the action can't be undone. Datasets that this dataset was merged with will
gen/Network/AWS/CognitoSync/DescribeDataset.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Gets metadata about a dataset by identity and dataset name. The credentials -- used to make this API call need to have access to the identity data. With
gen/Network/AWS/CognitoSync/DescribeIdentityPoolUsage.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Gets usage details (for example, data storage) about a particular identity -- pool.
gen/Network/AWS/CognitoSync/DescribeIdentityUsage.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Gets usage information for an identity, including number of datasets and data -- usage.
gen/Network/AWS/CognitoSync/GetIdentityPoolConfiguration.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Gets the configuration settings of an identity pool. --
gen/Network/AWS/CognitoSync/ListDatasets.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Lists datasets for an identity. The credentials used to make this API call -- need to have access to the identity data. With Amazon Cognito Sync, each
gen/Network/AWS/CognitoSync/ListIdentityPoolUsage.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Gets a list of identity pools registered with Cognito. --
gen/Network/AWS/CognitoSync/ListRecords.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Gets paginated records, optionally changed after a particular sync count for -- a dataset and identity. The credentials used to make this API call need to
gen/Network/AWS/CognitoSync/RegisterDevice.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Registers a device to receive push sync notifications. --
gen/Network/AWS/CognitoSync/SetIdentityPoolConfiguration.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Sets the necessary configuration for push sync. --
gen/Network/AWS/CognitoSync/SubscribeToDataset.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Subscribes to receive notifications when a dataset is modified by another -- device.
gen/Network/AWS/CognitoSync/Types.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. module Network.AWS.CognitoSync.Types (
gen/Network/AWS/CognitoSync/UnsubscribeFromDataset.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Unsubscribe from receiving notifications when a dataset is modified by -- another device.
gen/Network/AWS/CognitoSync/UpdateRecords.hs view
@@ -19,6 +19,8 @@ -- Maintainer : Brendan Hay <brendan.g.hay@gmail.com> -- Stability : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0. -- | Posts updates to records and add and delete records for a dataset and user. -- The credentials used to make this API call need to have access to the