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

IdentityDescription

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

A description of the identity.

interface IdentityDescription {
CreationDate?: Date | number | null;
IdentityId?: string | null;
LastModifiedDate?: Date | number | null;
Logins?: string[] | null;
}

§Properties

§
CreationDate?: Date | number | null
[src]

Date on which the identity was created.

§
IdentityId?: string | null
[src]

A unique identifier in the format REGION:GUID.

§
LastModifiedDate?: Date | number | null
[src]

Date on which the identity was last modified.

§
Logins?: string[] | null
[src]

The provider names.