libZSservicesZSamazonka-codeguru-reviewerZSamazonka-codeguru-reviewer
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.CodeGuruReviewer.Types.S3BucketRepository

Description

 
Synopsis

Documentation

data S3BucketRepository Source #

Information about an associated repository in an S3 bucket. The associated repository contains a source code .zip file and a build artifacts .zip file that contains .jar or .class files.

See: newS3BucketRepository smart constructor.

Constructors

S3BucketRepository' 

Fields

  • details :: Maybe S3RepositoryDetails

    An S3RepositoryDetails object that specifies the name of an S3 bucket and a CodeArtifacts object. The CodeArtifacts object includes the S3 object keys for a source code .zip file and for a build artifacts .zip file.

  • name :: Text

    The name of the repository when the ProviderType is S3Bucket.

Instances

Instances details
Eq S3BucketRepository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3BucketRepository

Read S3BucketRepository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3BucketRepository

Show S3BucketRepository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3BucketRepository

Generic S3BucketRepository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3BucketRepository

Associated Types

type Rep S3BucketRepository :: Type -> Type #

NFData S3BucketRepository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3BucketRepository

Methods

rnf :: S3BucketRepository -> () #

Hashable S3BucketRepository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3BucketRepository

ToJSON S3BucketRepository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3BucketRepository

FromJSON S3BucketRepository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3BucketRepository

type Rep S3BucketRepository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3BucketRepository

type Rep S3BucketRepository = D1 ('MetaData "S3BucketRepository" "Amazonka.CodeGuruReviewer.Types.S3BucketRepository" "libZSservicesZSamazonka-codeguru-reviewerZSamazonka-codeguru-reviewer" 'False) (C1 ('MetaCons "S3BucketRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3RepositoryDetails)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3BucketRepository Source #

Create a value of S3BucketRepository 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:details:S3BucketRepository', s3BucketRepository_details - An S3RepositoryDetails object that specifies the name of an S3 bucket and a CodeArtifacts object. The CodeArtifacts object includes the S3 object keys for a source code .zip file and for a build artifacts .zip file.

$sel:name:S3BucketRepository', s3BucketRepository_name - The name of the repository when the ProviderType is S3Bucket.

s3BucketRepository_details :: Lens' S3BucketRepository (Maybe S3RepositoryDetails) Source #

An S3RepositoryDetails object that specifies the name of an S3 bucket and a CodeArtifacts object. The CodeArtifacts object includes the S3 object keys for a source code .zip file and for a build artifacts .zip file.

s3BucketRepository_name :: Lens' S3BucketRepository Text Source #

The name of the repository when the ProviderType is S3Bucket.