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

ServiceTemplateSummary

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

Summary data of an Proton service template resource.

interface ServiceTemplateSummary {
arn: string;
createdAt: Date | number;
description?: string | null;
displayName?: string | null;
lastModifiedAt: Date | number;
name: string;
pipelineProvisioning?: Provisioning | null;
recommendedVersion?: string | null;
}

§Properties

§
arn: string
[src]

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

§
createdAt: Date | number
[src]

The time when the service template was created.

§
description?: string | null
[src]

A description of the service template.

§
displayName?: string | null
[src]

The service template name as displayed in the developer interface.

§
lastModifiedAt: Date | number
[src]

The time when the service template was last modified.

§
name: string
[src]

The name of the service template.

§
pipelineProvisioning?: Provisioning | null
[src]

If pipelineProvisioning is true, a service pipeline is included in the service template, otherwise a service pipeline isn't included in the service template.

§
recommendedVersion?: string | null
[src]

The recommended version of the service template.