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

ListUserPoolClientsRequest

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

Represents the request to list the user pool clients.

interface ListUserPoolClientsRequest {
MaxResults?: number | null;
NextToken?: string | null;
UserPoolId: string;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results you want the request to return when listing the user pool clients.

§
NextToken?: string | null
[src]

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

§
UserPoolId: string
[src]

The user pool ID for the user pool where you want to list user pool clients.