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

GetEnvironmentTemplateVersionInput

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

§Properties

§
majorVersion: string
[src]

To get environment template major version detail data, include major Version.

§
minorVersion: string
[src]

To get environment template minor version detail data, include minorVersion.

§
templateName: string
[src]

The name of the environment template a version of which you want to get detailed data for.