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

NotifyApplicationStateRequest

import type { NotifyApplicationStateRequest } from "https://aws-api.deno.dev/v0.3/services/migrationhub.ts?docs=full";
interface NotifyApplicationStateRequest {
ApplicationId: string;
DryRun?: boolean | null;
UpdateDateTime?: Date | number | null;
}

§Properties

§
ApplicationId: string
[src]

The configurationId in Application Discovery Service that uniquely identifies the grouped application.

§
DryRun?: boolean | null
[src]

Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

§

Status of the application - Not Started, In-Progress, Complete.

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

The timestamp when the application state changed.