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

DescribeUserPoolRequest

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

Represents the request to describe the user pool.

interface DescribeUserPoolRequest {
UserPoolId: string;
}

§Properties

§
UserPoolId: string
[src]

The user pool ID for the user pool you want to describe.