import { _UnmarshalledIdentityPoolShortDescription } from './_IdentityPoolShortDescription'; import * as __aws_sdk_types from '@aws-js-sdk-v3-prerelease/types'; /** *

The result of a successful ListIdentityPools action.

*/ export interface ListIdentityPoolsOutput { /** *

The identity pools returned by the ListIdentityPools action.

*/ IdentityPools?: Array<_UnmarshalledIdentityPoolShortDescription>; /** *

A pagination token.

*/ NextToken?: string; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }