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

DeleteIdentitiesInput

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

Input to the DeleteIdentities action.

interface DeleteIdentitiesInput {
IdentityIdsToDelete: string[];
}

§Properties

§
IdentityIdsToDelete: string[]
[src]

A list of 1-60 identities that you want to delete.