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 Repository = Repository' {}
- newRepository :: Repository
- repository_codeCommit :: Lens' Repository (Maybe CodeCommitRepository)
- repository_gitHubEnterpriseServer :: Lens' Repository (Maybe ThirdPartySourceRepository)
- repository_s3Bucket :: Lens' Repository (Maybe S3Repository)
- repository_bitbucket :: Lens' Repository (Maybe ThirdPartySourceRepository)
Documentation
data Repository Source #
Information about an associated Amazon Web Services CodeCommit
repository or an associated repository that is managed by Amazon Web
Services CodeStar Connections (for example, Bitbucket). This
Repository
object is not used if your source code is in an associated
GitHub repository.
See: newRepository
smart constructor.
Repository' | |
|
Instances
newRepository :: Repository Source #
Create a value of Repository
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:codeCommit:Repository'
, repository_codeCommit
- Information about an Amazon Web Services CodeCommit repository.
$sel:gitHubEnterpriseServer:Repository'
, repository_gitHubEnterpriseServer
- Information about a GitHub Enterprise Server repository.
$sel:s3Bucket:Repository'
, repository_s3Bucket
- Undocumented member.
$sel:bitbucket:Repository'
, repository_bitbucket
- Information about a Bitbucket repository.
repository_codeCommit :: Lens' Repository (Maybe CodeCommitRepository) Source #
Information about an Amazon Web Services CodeCommit repository.
repository_gitHubEnterpriseServer :: Lens' Repository (Maybe ThirdPartySourceRepository) Source #
Information about a GitHub Enterprise Server repository.
repository_s3Bucket :: Lens' Repository (Maybe S3Repository) Source #
Undocumented member.
repository_bitbucket :: Lens' Repository (Maybe ThirdPartySourceRepository) Source #
Information about a Bitbucket repository.