Method: Aws::MigrationHub::Client#notify_application_state
- Defined in:
- lib/aws-sdk-migrationhub/client.rb
#notify_application_state(params = {}) ⇒ Struct
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`.
1370 1371 1372 1373 |
# File 'lib/aws-sdk-migrationhub/client.rb', line 1370 def notify_application_state(params = {}, = {}) req = build_request(:notify_application_state, params) req.send_request() end |