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

GetUICustomizationRequest

import type { GetUICustomizationRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";
interface GetUICustomizationRequest {
ClientId?: string | null;
UserPoolId: string;
}

§Properties

§
ClientId?: string | null
[src]

The client ID for the client app.

§
UserPoolId: string
[src]

The user pool ID for the user pool.