| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CodeDeploy.UpdateApplication
Description
Changes an existing application's name.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_UpdateApplication.html
- data UpdateApplication
- updateApplication :: UpdateApplication
- uaApplicationName :: Lens' UpdateApplication (Maybe Text)
- uaNewApplicationName :: Lens' UpdateApplication (Maybe Text)
- data UpdateApplicationResponse
- updateApplicationResponse :: UpdateApplicationResponse
Request
data UpdateApplication Source
Instances
| Eq UpdateApplication | |
| Ord UpdateApplication | |
| Read UpdateApplication | |
| Show UpdateApplication | |
| AWSRequest UpdateApplication | |
| ToQuery UpdateApplication | |
| ToPath UpdateApplication | |
| ToHeaders UpdateApplication | |
| ToJSON UpdateApplication | |
| type Sv UpdateApplication = CodeDeploy | |
| type Rs UpdateApplication = UpdateApplicationResponse |
Request constructor
updateApplication :: UpdateApplication Source
UpdateApplication constructor.
The fields accessible through corresponding lenses are:
uaApplicationName::MaybeTextuaNewApplicationName::MaybeText
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.