amazonka-cognito-identity-1.3.3: 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.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.

This is a public API. You do not need any credentials to call this API.

See: AWS API Reference for UnlinkIdentity.

Synopsis

Creating a Request

unlinkIdentity Source

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

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

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.

Destructuring the Response

unlinkIdentityResponse :: UnlinkIdentityResponse Source

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