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

ListBackendEnvironmentsResult

import type { ListBackendEnvironmentsResult } from "https://aws-api.deno.dev/v0.4/services/amplify.ts?docs=full";

The result structure for the list backend environments result.

interface ListBackendEnvironmentsResult {
backendEnvironments: BackendEnvironment[];
nextToken?: string | null;
}

§Properties

§
backendEnvironments: BackendEnvironment[]
[src]

The list of backend environments for an Amplify app.

§
nextToken?: string | null
[src]

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.