Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.CognitoIdentity.UnlinkDeveloperIdentity
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
- unlinkDeveloperIdentity :: Text -> Text -> Text -> Text -> UnlinkDeveloperIdentity
- data UnlinkDeveloperIdentity
- udiIdentityId :: Lens' UnlinkDeveloperIdentity Text
- udiIdentityPoolId :: Lens' UnlinkDeveloperIdentity Text
- udiDeveloperProviderName :: Lens' UnlinkDeveloperIdentity Text
- udiDeveloperUserIdentifier :: Lens' UnlinkDeveloperIdentity Text
- unlinkDeveloperIdentityResponse :: UnlinkDeveloperIdentityResponse
- data UnlinkDeveloperIdentityResponse
Creating a Request
unlinkDeveloperIdentity Source #
Arguments
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> UnlinkDeveloperIdentity |
Creates a value of UnlinkDeveloperIdentity
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
udiIdentityId
- A unique identifier in the format REGION:GUID.udiIdentityPoolId
- An identity pool ID in the format REGION:GUID.udiDeveloperProviderName
- The "domain" by which Cognito will refer to your users.udiDeveloperUserIdentifier
- A unique ID used by your backend authentication process to identify a user.
data UnlinkDeveloperIdentity Source #
Input to the UnlinkDeveloperIdentity
action.
See: unlinkDeveloperIdentity
smart constructor.
Instances
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.
data UnlinkDeveloperIdentityResponse Source #
See: unlinkDeveloperIdentityResponse
smart constructor.