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

Contents

Description

Deletes a build. This action permanently deletes the build record and any uploaded build files.

To delete a build, specify its ID. Deleting a build does not affect the status of any active fleets, but you can no longer create new fleets for the deleted build.

Synopsis

Creating a Request

deleteBuild Source

Arguments

:: Text

dbBuildId

-> DeleteBuild 

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

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

Request Lenses

dbBuildId :: Lens' DeleteBuild Text Source

Unique identifier for the build you want to delete.

Destructuring the Response

deleteBuildResponse :: DeleteBuildResponse Source

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