| Copyright | (c) 2013-2015 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <[email protected]> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.AWS.CodeDeploy.UpdateApplication
Description
Changes an existing application's name.
See: AWS API Reference for UpdateApplication.
Creating a Request
updateApplication :: UpdateApplication Source
Creates a value of UpdateApplication with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateApplication Source
Represents the input of an update application operation.
See: updateApplication smart constructor.
Instances
Request Lenses
uaNewApplicationName :: Lens' UpdateApplication (Maybe Text) Source
The new name that you want to change the application to.
uaApplicationName :: Lens' UpdateApplication (Maybe Text) Source
The current name of the application that you want to change.
Destructuring the Response
updateApplicationResponse :: UpdateApplicationResponse Source
Creates a value of UpdateApplicationResponse with the minimum fields required to make a request.
data UpdateApplicationResponse Source
See: updateApplicationResponse smart constructor.