amazonka-gamelift-1.4.0: Amazon GameLift 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.GameLift.UpdateBuild

Contents

Description

Updates metadata in a build record, including the build name and version. To update the metadata, specify the build ID to update and provide the new values. If successful, a build object containing the updated metadata is returned.

Synopsis

Creating a Request

updateBuild Source

Arguments

:: Text

ubBuildId

-> UpdateBuild 

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

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

Request Lenses

ubName :: Lens' UpdateBuild (Maybe Text) Source

Descriptive label associated with this build. Build names do not need to be unique.

ubVersion :: Lens' UpdateBuild (Maybe Text) Source

Version associated with this build. Version strings do not need to be unique to a build.

ubBuildId :: Lens' UpdateBuild Text Source

Unique identifier for the build you want to update.

Destructuring the Response

updateBuildResponse Source

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

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

Response Lenses

ubrsBuild :: Lens' UpdateBuildResponse (Maybe Build) Source

Object containing the updated build record.