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

UpdateEnvironmentTemplateInput

import type { UpdateEnvironmentTemplateInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface UpdateEnvironmentTemplateInput {
description?: string | null;
displayName?: string | null;
name: string;
}

§Properties

§
description?: string | null
[src]

A description of the environment template update.

§
displayName?: string | null
[src]

The name of the environment template to update as displayed in the developer interface.

§
name: string
[src]

The name of the environment template to update.