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

Copyright(c) 2013-2016 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.UnlinkDeveloperIdentity

Contents

Description

Unlinks a DeveloperUserIdentifier from an existing identity. Unlinked developer users will be considered new identities next time they are seen. If, for a given Cognito identity, you remove all federated identities as well as the developer user identifier, the Cognito identity becomes inaccessible.

You must use AWS Developer credentials to call this API.

Synopsis

Creating a Request

Request Lenses

udiIdentityId :: Lens' UnlinkDeveloperIdentity Text Source

A unique identifier in the format REGION:GUID.

udiIdentityPoolId :: Lens' UnlinkDeveloperIdentity Text Source

An identity pool ID in the format REGION:GUID.

udiDeveloperProviderName :: Lens' UnlinkDeveloperIdentity Text Source

The "domain" by which Cognito will refer to your users.

udiDeveloperUserIdentifier :: Lens' UnlinkDeveloperIdentity Text Source

A unique ID used by your backend authentication process to identify a user.

Destructuring the Response

unlinkDeveloperIdentityResponse :: UnlinkDeveloperIdentityResponse Source

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