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

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

§Properties

§
arn: string
[src]
§
createdAt: Date | number
[src]
§
deploymentStatus: DeploymentStatus
[src]
§
deploymentStatusMessage?: string | null
[src]
§
description?: string | null
[src]
§
environmentAccountConnectionId?: string | null
[src]
§
environmentAccountId?: string | null
[src]
§
lastDeploymentAttemptedAt: Date | number
[src]
§
lastDeploymentSucceededAt: Date | number
[src]
§
name: string
[src]
§
protonServiceRoleArn?: string | null
[src]
§
provisioning?: Provisioning | null
[src]
§
spec?: string | null
[src]
§
templateMajorVersion: string
[src]
§
templateMinorVersion: string
[src]
§
templateName: string
[src]