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

Description

 
Synopsis

Documentation

data ArtifactDetail Source #

Artifact details for the action execution, such as the artifact location.

See: newArtifactDetail smart constructor.

Constructors

ArtifactDetail' 

Fields

Instances

Instances details
Eq ArtifactDetail Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactDetail

Read ArtifactDetail Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactDetail

Show ArtifactDetail Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactDetail

Generic ArtifactDetail Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactDetail

Associated Types

type Rep ArtifactDetail :: Type -> Type #

NFData ArtifactDetail Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactDetail

Methods

rnf :: ArtifactDetail -> () #

Hashable ArtifactDetail Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactDetail

FromJSON ArtifactDetail Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactDetail

type Rep ArtifactDetail Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ArtifactDetail

type Rep ArtifactDetail = D1 ('MetaData "ArtifactDetail" "Amazonka.CodePipeline.Types.ArtifactDetail" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "ArtifactDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location))))

newArtifactDetail :: ArtifactDetail Source #

Create a value of ArtifactDetail 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:name:ArtifactDetail', artifactDetail_name - The artifact object name for the action execution.

$sel:s3location:ArtifactDetail', artifactDetail_s3location - The Amazon S3 artifact location for the action execution.

artifactDetail_name :: Lens' ArtifactDetail (Maybe Text) Source #

The artifact object name for the action execution.

artifactDetail_s3location :: Lens' ArtifactDetail (Maybe S3Location) Source #

The Amazon S3 artifact location for the action execution.