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

TemplateSummary

import type { TemplateSummary } from "https://aws-api.deno.dev/v0.3/services/robomaker.ts?docs=full";

Summary information for a template.

interface TemplateSummary {
arn?: string | null;
createdAt?: Date | number | null;
lastUpdatedAt?: Date | number | null;
name?: string | null;
version?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the template.

§
createdAt?: Date | number | null
[src]

The time, in milliseconds since the epoch, when the template was created.

§
lastUpdatedAt?: Date | number | null
[src]

The time, in milliseconds since the epoch, when the template was last updated.

§
name?: string | null
[src]

The name of the template.

§
version?: string | null
[src]

The version of the template that you're using.