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

UpdateThemeRequest

import type { UpdateThemeRequest } from "https://aws-api.deno.dev/v0.3/services/amplifyuibuilder.ts?docs=full";
interface UpdateThemeRequest {
appId: string;
clientToken?: string | null;
environmentName: string;
id: string;
updatedTheme: UpdateThemeData;
}

§Properties

§
appId: string
[src]

The unique ID for the Amplify app.

§
clientToken?: string | null
[src]

The unique client token.

§
environmentName: string
[src]

The name of the backend environment that is part of the Amplify app.

§
id: string
[src]

The unique ID for the theme.

§
updatedTheme: UpdateThemeData
[src]

The configuration of the updated theme.