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

DeleteIdentitiesResponse

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

Returned in response to a successful DeleteIdentities operation.

interface DeleteIdentitiesResponse {
UnprocessedIdentityIds?: UnprocessedIdentityId[] | null;
}

§Properties

§
UnprocessedIdentityIds?: UnprocessedIdentityId[] | null
[src]

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.