Safe Haskell | None |
---|---|
Language | Haskell2010 |
Changes an existing application's name.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_UpdateApplication.html
Request
data UpdateApplication Source
Request constructor
updateApplication :: UpdateApplication Source
UpdateApplication
constructor.
The fields accessible through corresponding lenses are:
Request lenses
uaApplicationName :: Lens' UpdateApplication (Maybe Text) Source
The current name of the application that you want to change.
uaNewApplicationName :: Lens' UpdateApplication (Maybe Text) Source
The new name that you want to change the application to.