Copyright | (c) 2013-2021 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 |
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
- data UnlinkDeveloperIdentity = UnlinkDeveloperIdentity' {}
- newUnlinkDeveloperIdentity :: Text -> Text -> Text -> Text -> UnlinkDeveloperIdentity
- unlinkDeveloperIdentity_identityId :: Lens' UnlinkDeveloperIdentity Text
- unlinkDeveloperIdentity_identityPoolId :: Lens' UnlinkDeveloperIdentity Text
- unlinkDeveloperIdentity_developerProviderName :: Lens' UnlinkDeveloperIdentity Text
- unlinkDeveloperIdentity_developerUserIdentifier :: Lens' UnlinkDeveloperIdentity Text
- data UnlinkDeveloperIdentityResponse = UnlinkDeveloperIdentityResponse' {
- newUnlinkDeveloperIdentityResponse :: UnlinkDeveloperIdentityResponse
Creating a Request
data UnlinkDeveloperIdentity Source #
Input to the UnlinkDeveloperIdentity
action.
See: newUnlinkDeveloperIdentity
smart constructor.
UnlinkDeveloperIdentity' | |
|
Instances
newUnlinkDeveloperIdentity Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> UnlinkDeveloperIdentity |
Create a value of UnlinkDeveloperIdentity
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:identityId:UnlinkDeveloperIdentity'
, unlinkDeveloperIdentity_identityId
- A unique identifier in the format REGION:GUID.
$sel:identityPoolId:UnlinkDeveloperIdentity'
, unlinkDeveloperIdentity_identityPoolId
- An identity pool ID in the format REGION:GUID.
$sel:developerProviderName:UnlinkDeveloperIdentity'
, unlinkDeveloperIdentity_developerProviderName
- The "domain" by which Cognito will refer to your users.
$sel:developerUserIdentifier:UnlinkDeveloperIdentity'
, unlinkDeveloperIdentity_developerUserIdentifier
- A unique ID used by your backend authentication process to identify a
user.
Request Lenses
unlinkDeveloperIdentity_identityId :: Lens' UnlinkDeveloperIdentity Text Source #
A unique identifier in the format REGION:GUID.
unlinkDeveloperIdentity_identityPoolId :: Lens' UnlinkDeveloperIdentity Text Source #
An identity pool ID in the format REGION:GUID.
unlinkDeveloperIdentity_developerProviderName :: Lens' UnlinkDeveloperIdentity Text Source #
The "domain" by which Cognito will refer to your users.
unlinkDeveloperIdentity_developerUserIdentifier :: Lens' UnlinkDeveloperIdentity Text Source #
A unique ID used by your backend authentication process to identify a user.
Destructuring the Response
data UnlinkDeveloperIdentityResponse Source #
See: newUnlinkDeveloperIdentityResponse
smart constructor.
Instances
Eq UnlinkDeveloperIdentityResponse Source # | |
Read UnlinkDeveloperIdentityResponse Source # | |
Show UnlinkDeveloperIdentityResponse Source # | |
Generic UnlinkDeveloperIdentityResponse Source # | |
NFData UnlinkDeveloperIdentityResponse Source # | |
Defined in Amazonka.CognitoIdentity.UnlinkDeveloperIdentity rnf :: UnlinkDeveloperIdentityResponse -> () # | |
type Rep UnlinkDeveloperIdentityResponse Source # | |
Defined in Amazonka.CognitoIdentity.UnlinkDeveloperIdentity type Rep UnlinkDeveloperIdentityResponse = D1 ('MetaData "UnlinkDeveloperIdentityResponse" "Amazonka.CognitoIdentity.UnlinkDeveloperIdentity" "libZSservicesZSamazonka-cognito-identityZSamazonka-cognito-identity" 'False) (C1 ('MetaCons "UnlinkDeveloperIdentityResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newUnlinkDeveloperIdentityResponse :: UnlinkDeveloperIdentityResponse Source #
Create a value of UnlinkDeveloperIdentityResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.