| 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.MigrationHubStrategy.Types.SourceCodeRepository
Description
Synopsis
- data SourceCodeRepository = SourceCodeRepository' {}
- newSourceCodeRepository :: SourceCodeRepository
- sourceCodeRepository_branch :: Lens' SourceCodeRepository (Maybe Text)
- sourceCodeRepository_projectName :: Lens' SourceCodeRepository (Maybe Text)
- sourceCodeRepository_repository :: Lens' SourceCodeRepository (Maybe Text)
- sourceCodeRepository_versionControlType :: Lens' SourceCodeRepository (Maybe Text)
Documentation
data SourceCodeRepository Source #
Object containing source code information that is linked to an application component.
See: newSourceCodeRepository smart constructor.
Constructors
| SourceCodeRepository' | |
Fields
| |
Instances
newSourceCodeRepository :: SourceCodeRepository Source #
Create a value of SourceCodeRepository 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:SourceCodeRepository', sourceCodeRepository_branch - The branch of the source code.
$sel:projectName:SourceCodeRepository', sourceCodeRepository_projectName - The name of the project.
$sel:repository:SourceCodeRepository', sourceCodeRepository_repository - The repository name for the source code.
$sel:versionControlType:SourceCodeRepository', sourceCodeRepository_versionControlType - The type of repository to use for the source code.
sourceCodeRepository_branch :: Lens' SourceCodeRepository (Maybe Text) Source #
The branch of the source code.
sourceCodeRepository_projectName :: Lens' SourceCodeRepository (Maybe Text) Source #
The name of the project.
sourceCodeRepository_repository :: Lens' SourceCodeRepository (Maybe Text) Source #
The repository name for the source code.
sourceCodeRepository_versionControlType :: Lens' SourceCodeRepository (Maybe Text) Source #
The type of repository to use for the source code.