Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_application

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