Get all available regions for the Amazon Cognito Sync service.
Return type: | list |
---|---|
Returns: | A list of boto.regioninfo.RegionInfo |
Amazon Cognito Sync 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.
alias of JSONResponseError
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 no longer report the merge. Any consequent operation on this dataset will result in a ResourceNotFoundException.
Parameters: |
|
---|
Gets metadata about a dataset by identity and dataset name.
Parameters: |
|
---|
Gets usage details (for example, data storage) about a particular identity pool.
Parameters: | identity_pool_id (string) – A name-spaced GUID (for example, us- east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region. |
---|
Gets usage information for an identity, including number of datasets and data usage.
Parameters: |
|
---|
Lists datasets for an identity.
Parameters: |
|
---|
Gets a list of identity pools registered with Cognito.
Parameters: |
|
---|
Gets paginated records, optionally changed after a particular sync count for a dataset and identity.
Parameters: |
|
---|
Posts updates to records and add and delete records for a dataset and user.
Parameters: |
|
---|