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.
-
Cognito Events - Set Cognito Events GET {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/events
-
Records - List Records GET {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/identities/:IdentityId/datasets/:DatasetName/records?lastSyncCount=LastSyncCount&maxResults=MaxResults&nextToken=NextToken&syncSessionToken=SyncSessionToken
-
Identity Usage - Describe Identity Usage GET {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/identities/:IdentityId
-
Dataset - Delete Dataset DELETE {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/identities/:IdentityId/datasets/:DatasetName
-
Identity Pool Usage - Describe Identity Pool Usage GET {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId
-
Cognito Events - Get Cognito Events POST {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/events
-
Bulk Publish Details - Get Bulk Publish Details POST {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/getBulkPublishDetails
-
Dataset - Describe Dataset GET {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/identities/:IdentityId/datasets/:DatasetName
-
Dataset - List Datasets GET {{aws_cognito_sync_base_url}}/identitypools/IdentityPoolId/identities/IdentityId/datasets?maxResults=MaxResults&nextToken=NextToken
-
Device - Register Device POST {{aws_cognito_sync_base_url}}/identitypools/:IdentityPoolId/identity/:IdentityId/device