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'
)
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.
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