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

UpdateEnvironmentTemplateVersionInput

import type { UpdateEnvironmentTemplateVersionInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface UpdateEnvironmentTemplateVersionInput {
description?: string | null;
majorVersion: string;
minorVersion: string;
status?: TemplateVersionStatus | null;
templateName: string;
}

§Properties

§
description?: string | null
[src]

A description of environment template version to update.

§
majorVersion: string
[src]

To update a major version of an environment template, include major Version.

§
minorVersion: string
[src]

To update a minor version of an environment template, include minorVersion.

§

The status of the environment template minor version to update.

§
templateName: string
[src]

The name of the environment template.