| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeGuruReviewer.Types.S3Repository
Description
Synopsis
- data S3Repository = S3Repository' {
- name :: Text
- bucketName :: Text
- newS3Repository :: Text -> Text -> S3Repository
- s3Repository_name :: Lens' S3Repository Text
- s3Repository_bucketName :: Lens' S3Repository Text
Documentation
data S3Repository Source #
Information about a repository in an S3 bucket.
See: newS3Repository smart constructor.
Constructors
| S3Repository' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> S3Repository |
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-.