Update Application
| codedeploy_update_application | R Documentation | 
Changes the name of an application¶
Description¶
Changes the name of an application.
Usage¶
codedeploy_update_application(applicationName, newApplicationName)
Arguments¶
applicationName | 
The current name of the application you want to change.  | 
newApplicationName | 
The new name to give the application.  | 
Value¶
An empty list.
Request syntax¶
svc$update_application(
  applicationName = "string",
  newApplicationName = "string"
)