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

DeleteApplicationResponse

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

§Properties

§
ApplicationId?: string | null
[src]

The ID of the application.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the application.

§
EnvironmentId?: string | null
[src]

The unique identifier of the application’s environment.

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

A timestamp that indicates when the environment was last updated.

§
Name?: string | null
[src]

The name of the application.

§
State?: ApplicationState | null
[src]

The current state of the application.