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

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.

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

Synopsis

Request

Request constructor

Request lenses

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.

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.

Response

Response constructor