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

UpdateServiceTemplateVersionInput

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

§Properties

§
compatibleEnvironmentTemplates?: CompatibleEnvironmentTemplateInput[] | null
[src]

An array of environment template objects that are compatible with this service template version. A service instance based on this service template version can run in environments based on compatible templates.

§
description?: string | null
[src]

A description of a service template version to update.

§
majorVersion: string
[src]

To update a major version of a service template, include major Version.

§
minorVersion: string
[src]

To update a minor version of a service template, include minorVersion.

§

The status of the service template minor version to update.

§
supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[] | null
[src]

An array of supported component sources. Components with supported sources can be attached to service instances based on this service template version.

Note: A change to supportedComponentSources doesn't impact existing component attachments to instances based on this template version. A change only affects later associations.

For more information about components, see Proton components in the Proton User Guide.

§
templateName: string
[src]

The name of the service template.