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

CreateServiceTemplateVersionInput

import type { CreateServiceTemplateVersionInput } from "https://aws-api.deno.dev/v0.3/services/proton.ts?docs=full";
interface CreateServiceTemplateVersionInput {
clientToken?: string | null;
compatibleEnvironmentTemplates: CompatibleEnvironmentTemplateInput[];
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 service template version that the first request created.

§
compatibleEnvironmentTemplates: CompatibleEnvironmentTemplateInput[]
[src]

An array of compatible environment template objects for the new version of a service template.

§
description?: string | null
[src]

A description of the new version of a service template.

§
majorVersion?: string | null
[src]

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

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

§

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

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

Create tags for a new version of a service template.

§
templateName: string
[src]

The name of the service template.