amazonka-cognito-identity-0.3.5: Amazon Cognito Identity SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoIdentity.DescribeIdentity

Contents

Description

Returns metadata related to the given identity, including when the identity was created and any associated linked logins.

http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_DescribeIdentity.html

Synopsis

Request

Request constructor

describeIdentity Source

DescribeIdentity constructor.

The fields accessible through corresponding lenses are:

Request lenses

diIdentityId :: Lens' DescribeIdentity Text Source

A unique identifier in the format REGION:GUID.

Response

Response constructor

Response lenses

dirCreationDate :: Lens' DescribeIdentityResponse (Maybe UTCTime) Source

Date on which the identity was created.

dirIdentityId :: Lens' DescribeIdentityResponse (Maybe Text) Source

A unique identifier in the format REGION:GUID.

dirLastModifiedDate :: Lens' DescribeIdentityResponse (Maybe UTCTime) Source

Date on which the identity was last modified.

dirLogins :: Lens' DescribeIdentityResponse [Text] Source

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