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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

You must use AWS Developer credentials to call this API.

See: AWS API Reference for DescribeIdentity.

Synopsis

Creating a Request

describeIdentity Source

Creates a value of DescribeIdentity with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

diIdentityId :: Lens' DescribeIdentity Text Source

A unique identifier in the format REGION:GUID.

Destructuring the Response

identityDescription :: IdentityDescription Source

Creates a value of IdentityDescription with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

idLastModifiedDate :: Lens' IdentityDescription (Maybe UTCTime) Source

Date on which the identity was last modified.

idCreationDate :: Lens' IdentityDescription (Maybe UTCTime) Source

Date on which the identity was created.

idLogins :: Lens' IdentityDescription [Text] Source

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

idIdentityId :: Lens' IdentityDescription (Maybe Text) Source

A unique identifier in the format REGION:GUID.