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