@aws-sdk/client-cognito-identity

UnlinkIdentityCommandInput Interface

The input for UnlinkIdentityCommand.

Members

Name
Type
Details
IdentityId Requiredstring | undefined

A unique identifier in the format REGION:GUID.

Logins RequiredRecord<string, string> | undefined

A set of optional name-value pairs that map provider names to provider tokens.

LoginsToRemove Requiredstring[] | undefined

Provider names to unlink from this identity.

Full Signature

export interface UnlinkIdentityCommandInput extends UnlinkIdentityInput