libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline
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.CodePipeline.Types.ArtifactLocation

Description

 
Synopsis

Documentation

data ArtifactLocation Source #

Represents information about the location of an artifact.

See: newArtifactLocation smart constructor.

Constructors

ArtifactLocation' 

Fields

Instances

Instances details
Eq ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactLocation

Read ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactLocation

Show ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactLocation

Generic ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactLocation

Associated Types

type Rep ArtifactLocation :: Type -> Type #

NFData ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactLocation

Methods

rnf :: ArtifactLocation -> () #

Hashable ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactLocation

FromJSON ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactLocation

type Rep ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactLocation

type Rep ArtifactLocation = D1 ('MetaData "ArtifactLocation" "Amazonka.CodePipeline.Types.ArtifactLocation" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "ArtifactLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3ArtifactLocation)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArtifactLocationType))))

newArtifactLocation :: ArtifactLocation Source #

Create a value of ArtifactLocation 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:s3Location:ArtifactLocation', artifactLocation_s3Location - The S3 bucket that contains the artifact.

$sel:type':ArtifactLocation', artifactLocation_type - The type of artifact in the location.

artifactLocation_s3Location :: Lens' ArtifactLocation (Maybe S3ArtifactLocation) Source #

The S3 bucket that contains the artifact.