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

UpdateFormRequest

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

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

§
updatedForm: UpdateFormData
[src]

The request accepts the following data in JSON format.