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

DescribeUserPoolResponse

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

Represents the response to describe the user pool.

interface DescribeUserPoolResponse {
UserPool?: UserPoolType | null;
}

§Properties

§
UserPool?: UserPoolType | null
[src]

The container of metadata returned by the server to describe the pool.