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

UserPoolClientDescription

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

The description of the user pool client.

interface UserPoolClientDescription {
ClientId?: string | null;
ClientName?: string | null;
UserPoolId?: string | null;
}

§Properties

§
ClientId?: string | null
[src]

The ID of the client associated with the user pool.

§
ClientName?: string | null
[src]

The client name from the user pool client description.

§
UserPoolId?: string | null
[src]

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