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 |
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 using the build, but you can no longer create new fleets with the deleted build.
Creating a Request
:: 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:
dbBuildId
- Unique identifier for the build you want to delete.
data DeleteBuild Source #
Represents the input for a request action.
See: deleteBuild
smart constructor.
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.