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