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

EnvironmentTemplateVersionSummary

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

A summary of the version of an environment template detail data.

interface EnvironmentTemplateVersionSummary {
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 an environment template.

§
createdAt: Date | number
[src]

The time when the version of an environment template was created.

§
description?: string | null
[src]

A description of the version of an environment template.

§
lastModifiedAt: Date | number
[src]

The time when the version of an environment template was last modified.

§
majorVersion: string
[src]

The latest major version that's associated with the version of an environment template.

§
minorVersion: string
[src]

The version of an environment template.

§
recommendedMinorVersion?: string | null
[src]

The recommended minor version of the environment template.

§

The status of the version of an environment template.

§
statusMessage?: string | null
[src]

The status message of the version of an environment template.

§
templateName: string
[src]

The name of the environment template.