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;
}