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

UpdateUserPoolClientResponse

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

Represents the response from the server to the request to update the user pool client.

interface UpdateUserPoolClientResponse {
UserPoolClient?: UserPoolClientType | null;
}

§Properties

§
UserPoolClient?: UserPoolClientType | null
[src]

The user pool client value from the response from the server when an update user pool client request is made.