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

Description

 
Synopsis

Documentation

data S3Repository Source #

Information about a repository in an S3 bucket.

See: newS3Repository smart constructor.

Constructors

S3Repository' 

Fields

  • name :: Text

    The name of the repository in the S3 bucket.

  • bucketName :: Text

    The name of the S3 bucket used for associating a new S3 repository. It must begin with codeguru-reviewer-.

Instances

Instances details
Eq S3Repository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3Repository

Read S3Repository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3Repository

Show S3Repository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3Repository

Generic S3Repository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3Repository

Associated Types

type Rep S3Repository :: Type -> Type #

NFData S3Repository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3Repository

Methods

rnf :: S3Repository -> () #

Hashable S3Repository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3Repository

ToJSON S3Repository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3Repository

type Rep S3Repository Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.S3Repository

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

newS3Repository Source #

Create a value of S3Repository 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:S3Repository', s3Repository_name - The name of the repository in the S3 bucket.

$sel:bucketName:S3Repository', s3Repository_bucketName - The name of the S3 bucket used for associating a new S3 repository. It must begin with codeguru-reviewer-.

s3Repository_name :: Lens' S3Repository Text Source #

The name of the repository in the S3 bucket.

s3Repository_bucketName :: Lens' S3Repository Text Source #

The name of the S3 bucket used for associating a new S3 repository. It must begin with codeguru-reviewer-.