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

ListIdentityPoolsInput

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

Input to the ListIdentityPools action.

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

§Properties

§
MaxResults: number
[src]

The maximum number of identities to return.

§
NextToken?: string | null
[src]

A pagination token.