Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UnlinkDeveloperIdentityInput

import type { UnlinkDeveloperIdentityInput } from "https://aws-api.deno.dev/v0.3/services/cognitoidentity.ts?docs=full";

Input to the UnlinkDeveloperIdentity action.

interface UnlinkDeveloperIdentityInput {
DeveloperProviderName: string;
DeveloperUserIdentifier: string;
IdentityId: string;
IdentityPoolId: string;
}

§Properties

§
DeveloperProviderName: string
[src]

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

§
DeveloperUserIdentifier: string
[src]

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

§
IdentityId: string
[src]

A unique identifier in the format REGION:GUID.

§
IdentityPoolId: string
[src]

An identity pool ID in the format REGION:GUID.