Posts updates to records and adds and deletes records for a dataset and user.
See https://www.paws-r-sdk.com/docs/cognitosync_update_records/ for full documentation.
cognitosync_update_records(
IdentityPoolId,
IdentityId,
DatasetName,
DeviceId = NULL,
RecordPatches = NULL,
SyncSessionToken,
ClientContext = 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 unique ID generated for this device by Cognito.
A list of patch operations.
[required] The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.
Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.