EnvironmentAccountConnection
import type { EnvironmentAccountConnection } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/proton.ts";interface EnvironmentAccountConnection {
arn: string;
environmentAccountId: string;
environmentName: string;
id: string;
lastModifiedAt: Date | number;
managementAccountId: string;
requestedAt: Date | number;
roleArn: string;
status: EnvironmentAccountConnectionStatus;
}