2019/11/20 - AWS Migration Hub - 1 updated api methods
Changes Update mgh client to latest version
{'UpdateDateTime': 'timestamp'}
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.
See also: AWS API Documentation
Request Syntax
client.notify_application_state( ApplicationId='string', Status='NOT_STARTED'|'IN_PROGRESS'|'COMPLETED', UpdateDateTime=datetime(2015, 1, 1), DryRun=True|False )
string
[REQUIRED]
The configurationId in Application Discovery Service that uniquely identifies the grouped application.
string
[REQUIRED]
Status of the application - Not Started, In-Progress, Complete.
datetime
The timestamp when the application state changed.
boolean
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
dict
Response Syntax
{}
Response Structure
(dict) --