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

UpdateBackendAPIRequest

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

The request body for UpdateBackendAPI.

interface UpdateBackendAPIRequest {
AppId: string;
BackendEnvironmentName: string;
ResourceConfig?: BackendAPIResourceConfig | null;
ResourceName: string;
}

§Properties

§
AppId: string
[src]

The app ID.

§
BackendEnvironmentName: string
[src]

The name of the backend environment.

§
ResourceConfig?: BackendAPIResourceConfig | null
[src]

Defines the resource configuration for the data model in your Amplify project.

§
ResourceName: string
[src]

The name of this resource.