Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
S3Repository' | |
|
Instances
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-
.