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

ServiceTemplateVersionSummary

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

Summary data of an Proton service template version resource.

interface ServiceTemplateVersionSummary {
arn: string;
createdAt: Date | number;
description?: string | null;
lastModifiedAt: Date | number;
majorVersion: string;
minorVersion: string;
recommendedMinorVersion?: string | null;
statusMessage?: string | null;
templateName: string;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the 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.

§

The service template minor version status.

§
statusMessage?: string | null
[src]

A service template minor version status message.

§
templateName: string
[src]

The name of the service template.