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

ServiceSummary

import type { ServiceSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/proton.ts";
interface ServiceSummary {
arn: string;
createdAt: Date | number;
description?: string | null;
lastModifiedAt: Date | number;
name: string;
status: ServiceStatus;
statusMessage?: string | null;
templateName: string;
}

§Properties

§
arn: string
[src]
§
createdAt: Date | number
[src]
§
description?: string | null
[src]
§
lastModifiedAt: Date | number
[src]
§
name: string
[src]
§
statusMessage?: string | null
[src]
§
templateName: string
[src]