import * as __aws_sdk_types from '@aws-js-sdk-v3-prerelease/types'; /** *

A description of the identity.

*/ export interface DescribeIdentityOutput { /** *

A unique identifier in the format REGION:GUID.

*/ IdentityId?: string; /** *

A set of optional name-value pairs that map provider names to provider tokens.

*/ Logins?: Array; /** *

Date on which the identity was created.

*/ CreationDate?: Date; /** *

Date on which the identity was last modified.

*/ LastModifiedDate?: Date; /** * 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; }