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

CreateEnvironmentTemplateVersionInput

import type { CreateEnvironmentTemplateVersionInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface CreateEnvironmentTemplateVersionInput {
clientToken?: string | null;
description?: string | null;
majorVersion?: string | null;
tags?: Tag[] | null;
templateName: string;
}

§Properties

§
clientToken?: string | null
[src]

When included, if two identical requests are made with the same client token, Proton returns the environment template version that the first request created.

§
description?: string | null
[src]

A description of the new version of an environment template.

§
majorVersion?: string | null
[src]

To create a new minor version of the environment template, include major Version.

To create a new major and minor version of the environment template, exclude major Version.

§

An object that includes the template bundle S3 bucket path and name for the new version of an template.

§
tags?: Tag[] | null
[src]

An optional list of metadata items that you can associate with the Proton environment template version. A tag is a key-value pair.

For more information, see Proton resources and tagging in the Proton User Guide.

§
templateName: string
[src]

The name of the environment template.