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

GetBackendResponse

import type { GetBackendResponse } from "https://aws-api.deno.dev/v0.3/services/amplifybackend.ts?docs=full";
interface GetBackendResponse {
AmplifyFeatureFlags?: string | null;
AmplifyMetaConfig?: string | null;
AppId?: string | null;
AppName?: string | null;
BackendEnvironmentList?: string[] | null;
BackendEnvironmentName?: string | null;
Error?: string | null;
}

§Properties

§
AmplifyFeatureFlags?: string | null
[src]

A stringified version of the cli.json file for your Amplify project.

§
AmplifyMetaConfig?: string | null
[src]

A stringified version of the current configs for your Amplify project.

§
AppId?: string | null
[src]

The app ID.

§
AppName?: string | null
[src]

The name of the app.

§
BackendEnvironmentList?: string[] | null
[src]

A list of backend environments in an array.

§
BackendEnvironmentName?: string | null
[src]

The name of the backend environment.

§
Error?: string | null
[src]

If the request failed, this is the returned error.