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

UpdateComponentRequest

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

§Properties

§
appId: string
[src]

The unique ID for the Amplify app.

§
clientToken?: string | null
[src]

The unique client token.

§
environmentName: string
[src]

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

§
id: string
[src]

The unique ID for the component.

§
updatedComponent: UpdateComponentData
[src]

The configuration of the updated component.