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

ListEnvironmentsInput

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

§Properties

§
environmentTemplates?: EnvironmentTemplateFilter[] | null
[src]

An array of the versions of the environment template.

§
maxResults?: number | null
[src]

The maximum number of environments to list.

§
nextToken?: string | null
[src]

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