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

ListComponentsRequest

import type { ListComponentsRequest } from "https://aws-api.deno.dev/v0.3/services/amplifyuibuilder.ts?docs=full";
interface ListComponentsRequest {
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 components to retrieve.

§
nextToken?: string | null
[src]

The token to request the next page of results.