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

CreateUserPoolResponse

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

Represents the response from the server for the request to create a user pool.

interface CreateUserPoolResponse {
UserPool?: UserPoolType | null;
}

§Properties

§
UserPool?: UserPoolType | null
[src]

A container for the user pool details.