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

ListEnvironmentsOutput

import type { ListEnvironmentsOutput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListEnvironmentsOutput {
environments: EnvironmentSummary[];
nextToken?: string | null;
}

§Properties

§
environments: EnvironmentSummary[]
[src]

An array of environment detail data summaries.

§
nextToken?: string | null
[src]

A token that indicates the location of the next environment in the array of environments, after the current requested list of environments.