Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.GameLift.DeleteBuild
Description
Deletes a build. This operation permanently deletes the build resource and any uploaded build files. 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.
To delete a build, specify the build ID.
Learn more
Related actions
CreateBuild | ListBuilds | DescribeBuild | UpdateBuild | DeleteBuild | All APIs by task
Synopsis
Creating a Request
data DeleteBuild Source #
Represents the input for a request operation.
See: newDeleteBuild
smart constructor.
Constructors
DeleteBuild' | |
Instances
Arguments
:: Text | |
-> DeleteBuild |
Create a value of DeleteBuild
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:buildId:DeleteBuild'
, deleteBuild_buildId
- A unique identifier for the build to delete. You can use either the
build ID or ARN value.
Request Lenses
deleteBuild_buildId :: Lens' DeleteBuild Text Source #
A unique identifier for the build to delete. You can use either the build ID or ARN value.
Destructuring the Response
data DeleteBuildResponse Source #
See: newDeleteBuildResponse
smart constructor.
Constructors
DeleteBuildResponse' | |
Instances
newDeleteBuildResponse :: DeleteBuildResponse Source #
Create a value of DeleteBuildResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.