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

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

§Properties

§
arn: string
[src]
§
branchName?: string | null
[src]
§
createdAt: Date | number
[src]
§
description?: string | null
[src]
§
lastModifiedAt: Date | number
[src]
§
name: string
[src]
§
pipeline?: ServicePipeline | null
[src]
§
repositoryConnectionArn?: string | null
[src]
§
repositoryId?: string | null
[src]
§
spec: string
[src]
§
statusMessage?: string | null
[src]
§
templateName: string
[src]