cognitosync_list_records: Gets paginated records, optionally changed after a particular...

View source: R/cognitosync_operations.R

cognitosync_list_recordsR Documentation

Gets paginated records, optionally changed after a particular sync count for a dataset and identity

Description

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.

Usage

cognitosync_list_records(
  IdentityPoolId,
  IdentityId,
  DatasetName,
  LastSyncCount = NULL,
  NextToken = NULL,
  MaxResults = NULL,
  SyncSessionToken = NULL
)

Arguments

IdentityPoolId

[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.

IdentityId

[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.

DatasetName

[required] A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).

LastSyncCount

The last server sync count for this record.

NextToken

A pagination token for obtaining the next page of results.

MaxResults

The maximum number of results to be returned.

SyncSessionToken

A token containing a session ID, identity ID, and expiration.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.