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

DescribeUserPoolClientResponse

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

Represents the response from the server from a request to describe the user pool client.

interface DescribeUserPoolClientResponse {
UserPoolClient?: UserPoolClientType | null;
}

§Properties

§
UserPoolClient?: UserPoolClientType | null
[src]

The user pool client from a server response to describe the user pool client.