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 |
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.
Instances
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.
Instances
Eq DeleteBuildResponse Source # | |
Defined in Amazonka.GameLift.DeleteBuild (==) :: DeleteBuildResponse -> DeleteBuildResponse -> Bool # (/=) :: DeleteBuildResponse -> DeleteBuildResponse -> Bool # | |
Read DeleteBuildResponse Source # | |
Defined in Amazonka.GameLift.DeleteBuild | |
Show DeleteBuildResponse Source # | |
Defined in Amazonka.GameLift.DeleteBuild showsPrec :: Int -> DeleteBuildResponse -> ShowS # show :: DeleteBuildResponse -> String # showList :: [DeleteBuildResponse] -> ShowS # | |
Generic DeleteBuildResponse Source # | |
Defined in Amazonka.GameLift.DeleteBuild type Rep DeleteBuildResponse :: Type -> Type # from :: DeleteBuildResponse -> Rep DeleteBuildResponse x # to :: Rep DeleteBuildResponse x -> DeleteBuildResponse # | |
NFData DeleteBuildResponse Source # | |
Defined in Amazonka.GameLift.DeleteBuild rnf :: DeleteBuildResponse -> () # | |
type Rep DeleteBuildResponse Source # | |
newDeleteBuildResponse :: DeleteBuildResponse Source #
Create a value of DeleteBuildResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.