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;
}