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 |
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.
Creating a Request
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:
uiIdentityId
- A unique identifier in the format REGION:GUID.uiLogins
- A set of optional name-value pairs that map provider names to provider tokens.uiLoginsToRemove
- Provider names to unlink from this identity.
data UnlinkIdentity Source #
Input to the UnlinkIdentity action.
See: unlinkIdentity
smart constructor.
Instances
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.
data UnlinkIdentityResponse Source #
See: unlinkIdentityResponse
smart constructor.