import * as __aws_sdk_types from "@aws-sdk/types"; /** *

A list of all identities that you have attempted to verify under your AWS account, regardless of verification status.

*/ export interface ListIdentitiesOutput extends __aws_sdk_types.MetadataBearer { /** *

A list of identities.

*/ Identities: Array; /** *

The token used for pagination.

*/ 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; }