Gets paginated records, optionally changed after a particular sync count for a dataset and identity. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data.
See https://www.paws-r-sdk.com/docs/cognitosync_list_records/ for full documentation.
cognitosync_list_records(
IdentityPoolId,
IdentityId,
DatasetName,
LastSyncCount = NULL,
NextToken = NULL,
MaxResults = NULL,
SyncSessionToken = NULL
)
[required] 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.
[required] 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.
[required] A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).
The last server sync count for this record.
A pagination token for obtaining the next page of results.
The maximum number of results to be returned.
A token containing a session ID, identity ID, and expiration.