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 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.
CodeSource' | |
|
Instances
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.