libZSservicesZSamazonka-codebuildZSamazonka-codebuild
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodeBuild.Types.BuildNotDeleted

Description

 
Synopsis

Documentation

data BuildNotDeleted Source #

Information about a build that could not be successfully deleted.

See: newBuildNotDeleted smart constructor.

Constructors

BuildNotDeleted' 

Fields

  • id :: Maybe Text

    The ID of the build that could not be successfully deleted.

  • statusCode :: Maybe Text

    Additional information about the build that could not be successfully deleted.

Instances

Instances details
Eq BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Read BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Show BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Generic BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Associated Types

type Rep BuildNotDeleted :: Type -> Type #

NFData BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Methods

rnf :: BuildNotDeleted -> () #

Hashable BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

FromJSON BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

type Rep BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

type Rep BuildNotDeleted = D1 ('MetaData "BuildNotDeleted" "Amazonka.CodeBuild.Types.BuildNotDeleted" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BuildNotDeleted'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBuildNotDeleted :: BuildNotDeleted Source #

Create a value of BuildNotDeleted 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:id:BuildNotDeleted', buildNotDeleted_id - The ID of the build that could not be successfully deleted.

$sel:statusCode:BuildNotDeleted', buildNotDeleted_statusCode - Additional information about the build that could not be successfully deleted.

buildNotDeleted_id :: Lens' BuildNotDeleted (Maybe Text) Source #

The ID of the build that could not be successfully deleted.

buildNotDeleted_statusCode :: Lens' BuildNotDeleted (Maybe Text) Source #

Additional information about the build that could not be successfully deleted.