v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14219992.9 KB

Sets the migration state of an application. For a given application identified by the value passed to <code>ApplicationId</code>, its status is set or updated by passing one of three values to <code>Status</code>: <code>NOT_STARTED | IN_PROGRESS | COMPLETED</code>.

post/#X-Amz-Target=AWSMigrationHub.NotifyApplicationState

Headers

X-Amz-Target'AWSMigrationHub.NotifyApplicationState' required

Request body

ApplicationIdstring required

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

Status'NOT_STARTED' | 'IN_PROGRESS' | 'COMPLETED' required

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

UpdateDateTimestring date-time

The timestamp when the application state changed.

DryRunboolean

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

Response

Success

NotifyApplicationStateResult required