paws.security.identity (version 0.1.0)

cognitoidentity_unlink_developer_identity: Unlinks a DeveloperUserIdentifier from an existing identity

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.

Usage

cognitoidentity_unlink_developer_identity(IdentityId, IdentityPoolId,
  DeveloperProviderName, DeveloperUserIdentifier)

Arguments

IdentityId

[required] A unique identifier in the format REGION:GUID.

IdentityPoolId

[required] An identity pool ID in the format REGION:GUID.

DeveloperProviderName

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

DeveloperUserIdentifier

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

Request syntax

svc$unlink_developer_identity(
  IdentityId = "string",
  IdentityPoolId = "string",
  DeveloperProviderName = "string",
  DeveloperUserIdentifier = "string"
)

Details

You must use AWS Developer credentials to call this API.