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

ComponentSummary

import type { ComponentSummary } from "https://aws-api.deno.dev/v0.3/services/amplifyuibuilder.ts?docs=full";

Contains a summary of a component. This is a read-only data type that is returned by ListComponents.

interface ComponentSummary {
appId: string;
componentType: string;
environmentName: string;
id: string;
name: string;
}

§Properties

§
appId: string
[src]

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

§
componentType: string
[src]

The component type.

§
environmentName: string
[src]

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

§
id: string
[src]

The unique ID of the component.

§
name: string
[src]

The name of the component.