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

ListEnvironmentTemplatesInput

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of environment templates to list.

§
nextToken?: string | null
[src]

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