CodeDeploy / Client / update_application
update_application#
- CodeDeploy.Client.update_application(**kwargs)#
Changes the name of an application.
See also: AWS API Documentation
Request Syntax
response = client.update_application( applicationName='string', newApplicationName='string' )
- Parameters:
applicationName (string) – The current name of the application you want to change.
newApplicationName (string) – The new name to give the application.
- Returns:
None
Exceptions
CodeDeploy.Client.exceptions.ApplicationNameRequiredException
CodeDeploy.Client.exceptions.InvalidApplicationNameException
CodeDeploy.Client.exceptions.ApplicationAlreadyExistsException
CodeDeploy.Client.exceptions.ApplicationDoesNotExistException