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

DeleteUserPoolClientRequest

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

Represents the request to delete a user pool client.

interface DeleteUserPoolClientRequest {
ClientId: string;
UserPoolId: string;
}

§Properties

§
ClientId: string
[src]

The app client ID of the app associated with the user pool.

§
UserPoolId: string
[src]

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