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

ListUserPoolClientsResponse

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

Represents the response from the server that lists user pool clients.

interface ListUserPoolClientsResponse {
NextToken?: string | null;
UserPoolClients?: UserPoolClientDescription[] | null;
}

§Properties

§
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.

§
UserPoolClients?: UserPoolClientDescription[] | null
[src]

The user pool clients in the response that lists user pool clients.