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.EnvironmentImage

Description

 
Synopsis

Documentation

data EnvironmentImage Source #

Information about a Docker image that is managed by CodeBuild.

See: newEnvironmentImage smart constructor.

Constructors

EnvironmentImage' 

Fields

Instances

Instances details
Eq EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Read EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Show EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Generic EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Associated Types

type Rep EnvironmentImage :: Type -> Type #

NFData EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Methods

rnf :: EnvironmentImage -> () #

Hashable EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

FromJSON EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

type Rep EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

type Rep EnvironmentImage = D1 ('MetaData "EnvironmentImage" "Amazonka.CodeBuild.Types.EnvironmentImage" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "EnvironmentImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "versions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEnvironmentImage :: EnvironmentImage Source #

Create a value of EnvironmentImage 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:versions:EnvironmentImage', environmentImage_versions - A list of environment image versions.

$sel:name:EnvironmentImage', environmentImage_name - The name of the Docker image.

$sel:description:EnvironmentImage', environmentImage_description - The description of the Docker image.

environmentImage_versions :: Lens' EnvironmentImage (Maybe [Text]) Source #

A list of environment image versions.

environmentImage_name :: Lens' EnvironmentImage (Maybe Text) Source #

The name of the Docker image.

environmentImage_description :: Lens' EnvironmentImage (Maybe Text) Source #

The description of the Docker image.