notifyApplicationState
abstract suspend fun notifyApplicationState(input: NotifyApplicationStateRequest): NotifyApplicationStateResponse
Sets the migration state of an application. For a given application identified by the value passed to ApplicationId
, its status is set or updated by passing one of three values to Status
: NOT_STARTED | IN_PROGRESS | COMPLETED
.