| 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.CodeStar.Types.CodeSource
Description
Synopsis
- data CodeSource = CodeSource' {
- s3 :: S3Location
- newCodeSource :: S3Location -> CodeSource
- codeSource_s3 :: Lens' CodeSource S3Location
Documentation
data CodeSource Source #
The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.
See: newCodeSource smart constructor.
Constructors
| CodeSource' | |
Fields
| |
Instances
Arguments
| :: S3Location | |
| -> CodeSource |
Create a value of CodeSource 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:s3:CodeSource', codeSource_s3 - Information about the Amazon S3 location where the source code files
provided with the project request are stored.
codeSource_s3 :: Lens' CodeSource S3Location Source #
Information about the Amazon S3 location where the source code files provided with the project request are stored.