amazonka-codedeploy-1.4.0: Amazon CodeDeploy SDK.

Copyright(c) 2013-2016 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 the name of an application.

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 to give the application.

uaApplicationName :: Lens' UpdateApplication (Maybe Text) Source

The current name of the application you want to change.

Destructuring the Response

updateApplicationResponse :: UpdateApplicationResponse Source

Creates a value of UpdateApplicationResponse with the minimum fields required to make a request.