amazonka-devicefarm-1.3.6: Amazon Device Farm 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.DeviceFarm.UpdateProject

Contents

Description

Modifies the specified project name, given the project ARN and a new name.

See: AWS API Reference for UpdateProject.

Synopsis

Creating a Request

updateProject Source

Arguments

:: Text

upArn

-> UpdateProject 

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

Use one of the following lenses to modify other fields as desired:

Request Lenses

upName :: Lens' UpdateProject (Maybe Text) Source

A string representing the new name of the project that you are updating.

upArn :: Lens' UpdateProject Text Source

The Amazon Resource Name (ARN) of the project whose name you wish to update.

Destructuring the Response

updateProjectResponse Source

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

Use one of the following lenses to modify other fields as desired:

Response Lenses