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