| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CognitoIdentity.DescribeIdentity
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
- data DescribeIdentity
- describeIdentity :: Text -> DescribeIdentity
- diIdentityId :: Lens' DescribeIdentity Text
- data DescribeIdentityResponse
- describeIdentityResponse :: DescribeIdentityResponse
- dirCreationDate :: Lens' DescribeIdentityResponse (Maybe UTCTime)
- dirIdentityId :: Lens' DescribeIdentityResponse (Maybe Text)
- dirLastModifiedDate :: Lens' DescribeIdentityResponse (Maybe UTCTime)
- dirLogins :: Lens' DescribeIdentityResponse [Text]
Request
data DescribeIdentity Source
Instances
Request constructor
Arguments
| :: Text | |
| -> DescribeIdentity |
DescribeIdentity constructor.
The fields accessible through corresponding lenses are:
diIdentityId::Text
Request lenses
diIdentityId :: Lens' DescribeIdentity Text Source
A unique identifier in the format REGION:GUID.
Response
Response constructor
describeIdentityResponse :: DescribeIdentityResponse Source
DescribeIdentityResponse constructor.
The fields accessible through corresponding lenses are:
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.