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

SetUICustomizationRequest

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

§Properties

§
ClientId?: string | null
[src]

The client ID for the client app.

§
CSS?: string | null
[src]

The CSS values in the UI customization.

§
ImageFile?: Uint8Array | string | null
[src]

The uploaded logo image for the UI customization.

§
UserPoolId: string
[src]

The user pool ID for the user pool.