| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.GameLift.DescribeBuild
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.
Creating a Request
Arguments
| :: Text | |
| -> 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:
data DescribeBuild Source #
Represents the input for a request action.
See: describeBuild smart constructor.
Instances
Request Lenses
dBuildId :: Lens' DescribeBuild Text Source #
Unique identifier for the build you want to retrieve properties for.
Destructuring the Response
describeBuildResponse Source #
Arguments
| :: Int | |
| -> DescribeBuildResponse |
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:
data DescribeBuildResponse Source #
Represents the returned data in response to a request action.
See: describeBuildResponse smart constructor.
Response Lenses
dbrsBuild :: Lens' DescribeBuildResponse (Maybe Build) Source #
Set of properties describing the requested build.
dbrsResponseStatus :: Lens' DescribeBuildResponse Int Source #
The response status code.