Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListRecordsRequest

import type { ListRecordsRequest } from "https://aws-api.deno.dev/v0.3/services/cognitosync.ts?docs=full";

A request for a list of records.

interface ListRecordsRequest {
DatasetName: string;
IdentityId: string;
IdentityPoolId: string;
LastSyncCount?: number | null;
MaxResults?: number | null;
NextToken?: string | null;
SyncSessionToken?: string | null;
}

§Properties

§
DatasetName: string
[src]

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

§
IdentityId: string
[src]

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.

§
IdentityPoolId: string
[src]

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.

§
LastSyncCount?: number | null
[src]

The last server sync count for this record.

§
MaxResults?: number | null
[src]

The maximum number of results to be returned.

§
NextToken?: string | null
[src]

A pagination token for obtaining the next page of results.

§
SyncSessionToken?: string | null
[src]

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