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

ServiceInstance

import type { ServiceInstance } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/proton.ts";
interface ServiceInstance {
arn: string;
createdAt: Date | number;
deploymentStatus: DeploymentStatus;
deploymentStatusMessage?: string | null;
environmentName: string;
lastDeploymentAttemptedAt: Date | number;
lastDeploymentSucceededAt: Date | number;
name: string;
serviceName: string;
spec?: string | null;
templateMajorVersion: string;
templateMinorVersion: string;
templateName: string;
}

§Properties

§
arn: string
[src]
§
createdAt: Date | number
[src]
§
deploymentStatus: DeploymentStatus
[src]
§
deploymentStatusMessage?: string | null
[src]
§
environmentName: string
[src]
§
lastDeploymentAttemptedAt: Date | number
[src]
§
lastDeploymentSucceededAt: Date | number
[src]
§
name: string
[src]
§
serviceName: string
[src]
§
spec?: string | null
[src]
§
templateMajorVersion: string
[src]
§
templateMinorVersion: string
[src]
§
templateName: string
[src]