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 CodeRepository = CodeRepository' {}
- newCodeRepository :: Text -> SourceCodeVersion -> CodeRepository
- codeRepository_codeConfiguration :: Lens' CodeRepository (Maybe CodeConfiguration)
- codeRepository_repositoryUrl :: Lens' CodeRepository Text
- codeRepository_sourceCodeVersion :: Lens' CodeRepository SourceCodeVersion
Documentation
data CodeRepository Source #
Describes a source code repository.
See: newCodeRepository
smart constructor.
CodeRepository' | |
|
Instances
:: Text | |
-> SourceCodeVersion | |
-> CodeRepository |
Create a value of CodeRepository
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:codeConfiguration:CodeRepository'
, codeRepository_codeConfiguration
- Configuration for building and running the service from a source code
repository.
$sel:repositoryUrl:CodeRepository'
, codeRepository_repositoryUrl
- The location of the repository that contains the source code.
$sel:sourceCodeVersion:CodeRepository'
, codeRepository_sourceCodeVersion
- The version that should be used within the source code repository.
codeRepository_codeConfiguration :: Lens' CodeRepository (Maybe CodeConfiguration) Source #
Configuration for building and running the service from a source code repository.
codeRepository_repositoryUrl :: Lens' CodeRepository Text Source #
The location of the repository that contains the source code.
codeRepository_sourceCodeVersion :: Lens' CodeRepository SourceCodeVersion Source #
The version that should be used within the source code repository.