ApplicationDiscoveryService / Client / update_application
update_application¶
- ApplicationDiscoveryService.Client.update_application(**kwargs)¶
- Updates metadata about an application. - See also: AWS API Documentation - Request Syntax- response = client.update_application( configurationId='string', name='string', description='string', wave='string' ) - Parameters:
- configurationId (string) – - [REQUIRED] - Configuration ID of the application to be updated. 
- name (string) – New name of the application to be updated. 
- description (string) – New description of the application to be updated. 
- wave (string) – The new migration wave of the application that you want to update. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException
- ApplicationDiscoveryService.Client.exceptions.InvalidParameterException
- ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException
- ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException
- ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException