| 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.SourceCode
Description
Documentation
data SourceCode Source #
Object containing source code information that is linked to an application component.
See: newSourceCode smart constructor.
Constructors
| SourceCode' | |
Fields
| |
Instances
newSourceCode :: SourceCode Source #
Create a value of SourceCode 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:location:SourceCode', sourceCode_location - The repository name for the source code.
$sel:projectName:SourceCode', sourceCode_projectName - The name of the project.
$sel:sourceVersion:SourceCode', sourceCode_sourceVersion - The branch of the source code.
$sel:versionControl:SourceCode', sourceCode_versionControl - The type of repository to use for the source code.
sourceCode_location :: Lens' SourceCode (Maybe Text) Source #
The repository name for the source code.
sourceCode_projectName :: Lens' SourceCode (Maybe Text) Source #
The name of the project.
sourceCode_sourceVersion :: Lens' SourceCode (Maybe Text) Source #
The branch of the source code.
sourceCode_versionControl :: Lens' SourceCode (Maybe VersionControl) Source #
The type of repository to use for the source code.