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

ListIdentityPoolsResponse

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

The result of a successful ListIdentityPools action.

interface ListIdentityPoolsResponse {
IdentityPools?: IdentityPoolShortDescription[] | null;
NextToken?: string | null;
}

§Properties

§
IdentityPools?: IdentityPoolShortDescription[] | null
[src]

The identity pools returned by the ListIdentityPools action.

§
NextToken?: string | null
[src]

A pagination token.