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

UserPoolDescriptionType

import type { UserPoolDescriptionType } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cognitoidentityserviceprovider.ts";
interface UserPoolDescriptionType {
CreationDate?: Date | number | null;
Id?: string | null;
LambdaConfig?: LambdaConfigType | null;
LastModifiedDate?: Date | number | null;
Name?: string | null;
Status?: StatusType | null;
}

§Properties

§
CreationDate?: Date | number | null
[src]
§
Id?: string | null
[src]
§
LambdaConfig?: LambdaConfigType | null
[src]
§
LastModifiedDate?: Date | number | null
[src]
§
Name?: string | null
[src]
§
Status?: StatusType | null
[src]