Lists datasets for an 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_datasets/ for full documentation.
cognitosync_list_datasets(
IdentityPoolId,
IdentityId,
NextToken = NULL,
MaxResults = 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.
A pagination token for obtaining the next page of results.
The maximum number of results to be returned.