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

ServiceTemplateVersion

import type { ServiceTemplateVersion } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";

Detailed data of an Proton service template version resource.

interface ServiceTemplateVersion {
arn: string;
compatibleEnvironmentTemplates: CompatibleEnvironmentTemplate[];
createdAt: Date | number;
description?: string | null;
lastModifiedAt: Date | number;
majorVersion: string;
minorVersion: string;
recommendedMinorVersion?: string | null;
schema?: string | null;
statusMessage?: string | null;
supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[] | null;
templateName: string;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the version of a service template.

§
compatibleEnvironmentTemplates: CompatibleEnvironmentTemplate[]
[src]

An array of compatible environment template names for the major version of a service template.

§
createdAt: Date | number
[src]

The time when the version of a service template was created.

§
description?: string | null
[src]

A description of the version of a service template.

§
lastModifiedAt: Date | number
[src]

The time when the version of a service template was last modified.

§
majorVersion: string
[src]

The latest major version that's associated with the version of a service template.

§
minorVersion: string
[src]

The minor version of a service template.

§
recommendedMinorVersion?: string | null
[src]

The recommended minor version of the service template.

§
schema?: string | null
[src]

The schema of the version of a service template.

§

The service template version status.

§
statusMessage?: string | null
[src]

A service template version status message.

§
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.

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

§
templateName: string
[src]

The name of the version of a service template.