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.DescribeBuild

Contents

Description

Retrieves properties for a build. To get a build record, specify a build ID. If successful, an object containing the build properties is returned.

Synopsis

Creating a Request

describeBuild Source

Arguments

:: Text

dBuildId

-> DescribeBuild 

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

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

Request Lenses

dBuildId :: Lens' DescribeBuild Text Source

Unique identifier for the build you want to retrieve properties for.

Destructuring the Response

describeBuildResponse Source

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

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

Response Lenses

dbrsBuild :: Lens' DescribeBuildResponse (Maybe Build) Source

Set of properties describing the requested build.