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

Description

 
Synopsis

Documentation

data S3ArtifactLocation Source #

The location of the S3 bucket that contains a revision.

See: newS3ArtifactLocation smart constructor.

Constructors

S3ArtifactLocation' 

Fields

  • bucketName :: Text

    The name of the S3 bucket.

  • objectKey :: Text

    The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.

Instances

Instances details
Eq S3ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.S3ArtifactLocation

Read S3ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.S3ArtifactLocation

Show S3ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.S3ArtifactLocation

Generic S3ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.S3ArtifactLocation

Associated Types

type Rep S3ArtifactLocation :: Type -> Type #

NFData S3ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.S3ArtifactLocation

Methods

rnf :: S3ArtifactLocation -> () #

Hashable S3ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.S3ArtifactLocation

FromJSON S3ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.S3ArtifactLocation

type Rep S3ArtifactLocation Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.S3ArtifactLocation

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

newS3ArtifactLocation Source #

Create a value of S3ArtifactLocation 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:bucketName:S3ArtifactLocation', s3ArtifactLocation_bucketName - The name of the S3 bucket.

$sel:objectKey:S3ArtifactLocation', s3ArtifactLocation_objectKey - The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.

s3ArtifactLocation_objectKey :: Lens' S3ArtifactLocation Text Source #

The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.