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

ListGroupMembershipsRequest

import type { ListGroupMembershipsRequest } from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";
interface ListGroupMembershipsRequest {
GroupId: string;
IdentityStoreId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
GroupId: string
[src]

The identifier for a group in the identity store.

§
IdentityStoreId: string
[src]

The globally unique identifier for the identity store.

§
MaxResults?: number | null
[src]

The maximum number of results to be returned per request. This parameter is used in all List requests to specify how many results to return in one page.

§
NextToken?: string | null
[src]

The pagination token used for the ListUsers, ListGroups and ListGroupMemberships 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 it is used in the API request to search for the next page.