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

CreateUserPoolClientResponse

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

Represents the response from the server to create a user pool client.

interface CreateUserPoolClientResponse {
UserPoolClient?: UserPoolClientType | null;
}

§Properties

§
UserPoolClient?: UserPoolClientType | null
[src]

The user pool client that was just created.