amazonka-codedeploy-1.3.5: Amazon CodeDeploy SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeDeploy.UpdateApplication

Contents

Description

Changes an existing application's name.

See: AWS API Reference for UpdateApplication.

Synopsis

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:

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.