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

UnprocessedIdentityId

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

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

interface UnprocessedIdentityId {
ErrorCode?: ErrorCode | null;
IdentityId?: string | null;
}

§Properties

§
ErrorCode?: ErrorCode | null
[src]

The error code indicating the type of error that occurred.

§
IdentityId?: string | null
[src]

A unique identifier in the format REGION:GUID.