amazonka-gamelift-2.0: Amazon GameLift SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Upload a Custom Server Build

All APIs by task

Synopsis

Creating a Request

data DeleteBuild Source #

See: newDeleteBuild smart constructor.

Constructors

DeleteBuild' 

Fields

  • buildId :: Text

    A unique identifier for the build to delete. You can use either the build ID or ARN value.

Instances

Instances details
ToJSON DeleteBuild Source # 
Instance details

Defined in Amazonka.GameLift.DeleteBuild

ToHeaders DeleteBuild Source # 
Instance details

Defined in Amazonka.GameLift.DeleteBuild

Methods

toHeaders :: DeleteBuild -> [Header] #

ToPath DeleteBuild Source # 
Instance details

Defined in Amazonka.GameLift.DeleteBuild

ToQuery DeleteBuild Source # 
Instance details

Defined in Amazonka.GameLift.DeleteBuild

AWSRequest DeleteBuild Source # 
Instance details

Defined in Amazonka.GameLift.DeleteBuild

Associated Types

type AWSResponse DeleteBuild #

Generic DeleteBuild Source # 
Instance details

Defined in Amazonka.GameLift.DeleteBuild

Associated Types

type Rep DeleteBuild :: Type -> Type #

Read DeleteBuild Source # 
Instance details

Defined in Amazonka.GameLift.DeleteBuild

Show DeleteBuild Source # 
Instance details

Defined in Amazonka.GameLift.DeleteBuild

NFData DeleteBuild Source # 
Instance details

Defined in Amazonka.GameLift.DeleteBuild

Methods

rnf :: DeleteBuild -> () #

Eq DeleteBuild Source # 
Instance details

Defined in Amazonka.GameLift.DeleteBuild

Hashable DeleteBuild Source # 
Instance details

Defined in Amazonka.GameLift.DeleteBuild

type AWSResponse DeleteBuild Source # 
Instance details

Defined in Amazonka.GameLift.DeleteBuild

type Rep DeleteBuild Source # 
Instance details

Defined in Amazonka.GameLift.DeleteBuild

type Rep DeleteBuild = D1 ('MetaData "DeleteBuild" "Amazonka.GameLift.DeleteBuild" "amazonka-gamelift-2.0-IjhNQby9jLV6gj30IrgsyK" 'False) (C1 ('MetaCons "DeleteBuild'" 'PrefixI 'True) (S1 ('MetaSel ('Just "buildId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteBuild Source #

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:

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' 

newDeleteBuildResponse :: DeleteBuildResponse Source #

Create a value of DeleteBuildResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.