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

ApplicationState

import type { ApplicationState } from "https://aws-api.deno.dev/v0.4/services/migrationhub.ts?docs=full";

The state of an application discovered through Migration Hub import, the AWS Agentless Discovery Connector, or the AWS Application Discovery Agent.

interface ApplicationState {
ApplicationId?: string | null;
ApplicationStatus?: ApplicationStatus | null;
LastUpdatedTime?: Date | number | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The configurationId from the Application Discovery Service that uniquely identifies an application.

§
ApplicationStatus?: ApplicationStatus | null
[src]

The current status of an application.

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

The timestamp when the application status was last updated.