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/apprunner.ts";
interface ServiceSummary {
CreatedAt?: Date | number | null;
ServiceArn?: string | null;
ServiceId?: string | null;
ServiceName?: string | null;
ServiceUrl?: string | null;
Status?: ServiceStatus | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]
§
ServiceArn?: string | null
[src]
§
ServiceId?: string | null
[src]
§
ServiceName?: string | null
[src]
§
ServiceUrl?: string | null
[src]
§
Status?: ServiceStatus | null
[src]
§
UpdatedAt?: Date | number | null
[src]