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

CreateThemeRequest

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

§Properties

§
appId: string
[src]

The unique ID of the Amplify app associated with the theme.

§
clientToken?: string | null
[src]

The unique client token.

§
environmentName: string
[src]

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

§
themeToCreate: CreateThemeData
[src]

Represents the configuration of the theme to create.