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

ListThemesRequest

import type { ListThemesRequest } from "https://aws-api.deno.dev/v0.3/services/amplifyuibuilder.ts?docs=full";
interface ListThemesRequest {
appId: string;
environmentName: string;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
appId: string
[src]

The unique ID for the Amplify app.

§
environmentName: string
[src]

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

§
maxResults?: number | null
[src]

The maximum number of theme results to return in the response.

§
nextToken?: string | null
[src]

The token to request the next page of results.