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

DeleteEnvironmentResponse

import type { DeleteEnvironmentResponse } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface DeleteEnvironmentResponse {
Arn?: string | null;
EnvironmentId?: string | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
State?: EnvironmentState | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the environment.

§
EnvironmentId?: string | null
[src]

The unique identifier of the environment.

§
LastUpdatedTime?: Date | number | null
[src]

A timestamp that indicates when the environment was last updated.

§
Name?: string | null
[src]

The name of the environment.

§
State?: EnvironmentState | null
[src]

The current state of the environment.