| 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.DeleteBuild
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.
Creating a Request
Arguments
| :: Text | |
| -> 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:
data DeleteBuild Source #
Represents the input for a request action.
See: deleteBuild smart constructor.
Instances
Request Lenses
Destructuring the Response
deleteBuildResponse :: DeleteBuildResponse Source #
Creates a value of DeleteBuildResponse with the minimum fields required to make a request.
data DeleteBuildResponse Source #
See: deleteBuildResponse smart constructor.