Method: Aws::MigrationHub::Client#notify_migration_task_state
- Defined in:
- lib/aws-sdk-migrationhub/client.rb
#notify_migration_task_state(params = {}) ⇒ Struct
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.
1431 1432 1433 1434 |
# File 'lib/aws-sdk-migrationhub/client.rb', line 1431 def notify_migration_task_state(params = {}, = {}) req = build_request(:notify_migration_task_state, params) req.send_request() end |