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

ListGroupsOlderThanOrderingIdRequest

import type { ListGroupsOlderThanOrderingIdRequest } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface ListGroupsOlderThanOrderingIdRequest {
DataSourceId?: string | null;
IndexId: string;
MaxResults?: number | null;
NextToken?: string | null;
OrderingId: number;
}

§Properties

§
DataSourceId?: string | null
[src]

The identifier of the data source for getting a list of groups mapped to users before a given ordering timestamp identifier.

§
IndexId: string
[src]

The identifier of the index for getting a list of groups mapped to users before a given ordering or timestamp identifier.

§
MaxResults?: number | null
[src]

The maximum number of returned groups that are mapped to users before a given ordering or timestamp identifier.

§
NextToken?: string | null
[src]

If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.

§
OrderingId: number
[src]

The timestamp identifier used for the latest PUT or DELETE action for mapping users to their groups.