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

ListGroupsOlderThanOrderingIdResponse

import type { ListGroupsOlderThanOrderingIdResponse } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface ListGroupsOlderThanOrderingIdResponse {
GroupsSummaries?: GroupSummary[] | null;
NextToken?: string | null;
}

§Properties

§
GroupsSummaries?: GroupSummary[] | null
[src]

Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.