v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14178174.1 KB

Notifies Migration Hub of the current status, progress, or other detail regarding a migration task. This API has the following traits:

  • Migration tools will call the NotifyMigrationTaskState API to share the latest progress and status.

  • MigrationTaskName is used for addressing updates to the correct target.

  • ProgressUpdateStream is used for access control and to provide a namespace for each migration tool.

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

Headers

X-Amz-Target'AWSMigrationHub.NotifyMigrationTaskState' required

Request body

ProgressUpdateStreamstring required

The name of the ProgressUpdateStream.

MigrationTaskNamestring required

Unique identifier that references the migration task. <i>Do not store personal data in this field.</i>

UpdateDateTimestring date-time required

The timestamp when the task was gathered.

NextUpdateSecondsinteger required

Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If Migration Hub does not receive an update within the specified interval, then the migration task will be considered stale.

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

NotifyMigrationTaskStateResult required