| 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.Proton.Types.RepositoryBranch
Description
Synopsis
- data RepositoryBranch = RepositoryBranch' {}
- newRepositoryBranch :: Text -> Text -> Text -> RepositoryProvider -> RepositoryBranch
- repositoryBranch_arn :: Lens' RepositoryBranch Text
- repositoryBranch_branch :: Lens' RepositoryBranch Text
- repositoryBranch_name :: Lens' RepositoryBranch Text
- repositoryBranch_provider :: Lens' RepositoryBranch RepositoryProvider
Documentation
data RepositoryBranch Source #
Detail data for a linked repository branch.
See: newRepositoryBranch smart constructor.
Constructors
| RepositoryBranch' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> RepositoryProvider | |
| -> RepositoryBranch |
Create a value of RepositoryBranch 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:arn:RepositoryBranch', repositoryBranch_arn - The Amazon Resource Name (ARN) of the linked repository.
$sel:branch:RepositoryBranch', repositoryBranch_branch - The repository branch.
$sel:name:RepositoryBranch', repositoryBranch_name - The repository name.
$sel:provider:RepositoryBranch', repositoryBranch_provider - The repository provider.
repositoryBranch_arn :: Lens' RepositoryBranch Text Source #
The Amazon Resource Name (ARN) of the linked repository.
repositoryBranch_branch :: Lens' RepositoryBranch Text Source #
The repository branch.
repositoryBranch_name :: Lens' RepositoryBranch Text Source #
The repository name.
repositoryBranch_provider :: Lens' RepositoryBranch RepositoryProvider Source #
The repository provider.