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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoIdentity.UnlinkIdentity

Contents

Description

Unlinks a federated identity from an existing account. Unlinked logins will be considered new identities next time they are seen. Removing the last linked login will make this identity inaccessible.

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

Synopsis

Request

Request constructor

unlinkIdentity Source

UnlinkIdentity constructor.

The fields accessible through corresponding lenses are:

Request lenses

uiIdentityId :: Lens' UnlinkIdentity Text Source

A unique identifier in the format REGION:GUID.

uiLogins :: Lens' UnlinkIdentity (HashMap Text Text) Source

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

uiLoginsToRemove :: Lens' UnlinkIdentity [Text] Source

Provider names to unlink from this identity.

Response

Response constructor