Amazon Cognito Sync
Number of APIs: 17
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.
-
Identity Pool Usage - List Identity Pool Usage GET {{aws_cognito_sync_base_url}}/:identitypools?maxResults=MaxResults&nextToken=NextToken
-
Identity Usage - Describe Identity Usage GET {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/identities/:IdentityId
-
Publish - Bulk Publish POST {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/bulkpublish
-
Bulk Publish Details - Get Bulk Publish Details POST {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/getBulkPublishDetails
-
Cognito Events - Get Cognito Events POST {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/events
-
Cognito Events - Set Cognito Events GET {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/events
-
Dataset - Delete Dataset DELETE {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/identities/:IdentityId/datasets/:DatasetName
-
Dataset - Describe Dataset GET {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/identities/:IdentityId/datasets/:DatasetName
-
Identity Pool Configuration - Set Identity Pool Configuration POST {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/configuration
-
Dataset - List Datasets GET {{aws_cognito_sync_base_url}}/identitypools/IdentityPoolId/identities/IdentityId/datasets?maxResults=MaxResults&nextToken=NextToken