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

ListGroupsResponse

import type { ListGroupsResponse } from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";
interface ListGroupsResponse {
Groups: Group[];
NextToken?: string | null;
}

§Properties

§
Groups: Group[]
[src]

A list of Group objects in the identity store.

§
NextToken?: string | null
[src]

The pagination token used for the ListUsers and ListGroups API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it1 is used in the API request to search for the next page.