amazonka-codedeploy-0.0.5: Amazon CodeDeploy SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeDeploy.UpdateApplication

Contents

Description

Synopsis

Request

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.

Response

Response constructor