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

GetThemeRequest

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

§Properties

§
appId: string
[src]

The unique ID of the Amplify app.

§
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.