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

ListIdentitiesResponse

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

The response to a ListIdentities request.

interface ListIdentitiesResponse {
Identities?: IdentityDescription[] | null;
IdentityPoolId?: string | null;
NextToken?: string | null;
}

§Properties

§
Identities?: IdentityDescription[] | null
[src]

An object containing a set of identities and associated mappings.

§
IdentityPoolId?: string | null
[src]

An identity pool ID in the format REGION:GUID.

§
NextToken?: string | null
[src]

A pagination token.