| 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.RepositoryBranchInput
Description
Synopsis
- data RepositoryBranchInput = RepositoryBranchInput' {}
- newRepositoryBranchInput :: Text -> Text -> RepositoryProvider -> RepositoryBranchInput
- repositoryBranchInput_branch :: Lens' RepositoryBranchInput Text
- repositoryBranchInput_name :: Lens' RepositoryBranchInput Text
- repositoryBranchInput_provider :: Lens' RepositoryBranchInput RepositoryProvider
Documentation
data RepositoryBranchInput Source #
Detail input data for a linked repository branch.
See: newRepositoryBranchInput smart constructor.
Constructors
| RepositoryBranchInput' | |
Instances
newRepositoryBranchInput Source #
Arguments
| :: Text | |
| -> Text | |
| -> RepositoryProvider | |
| -> RepositoryBranchInput |
Create a value of RepositoryBranchInput 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:branch:RepositoryBranchInput', repositoryBranchInput_branch - The repository branch.
$sel:name:RepositoryBranchInput', repositoryBranchInput_name - The repository name.
$sel:provider:RepositoryBranchInput', repositoryBranchInput_provider - The repository provider.
repositoryBranchInput_branch :: Lens' RepositoryBranchInput Text Source #
The repository branch.
repositoryBranchInput_name :: Lens' RepositoryBranchInput Text Source #
The repository name.
repositoryBranchInput_provider :: Lens' RepositoryBranchInput RepositoryProvider Source #
The repository provider.