| 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.Omics.Types.SourceFiles
Description
Synopsis
- data SourceFiles = SourceFiles' {}
- newSourceFiles :: Text -> SourceFiles
- sourceFiles_source2 :: Lens' SourceFiles (Maybe Text)
- sourceFiles_source1 :: Lens' SourceFiles Text
Documentation
data SourceFiles Source #
Source files for a sequence.
See: newSourceFiles smart constructor.
Constructors
| SourceFiles' | |
Instances
Arguments
| :: Text | |
| -> SourceFiles |
Create a value of SourceFiles 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:source2:SourceFiles', sourceFiles_source2 - The location of the second file in Amazon S3.
$sel:source1:SourceFiles', sourceFiles_source1 - The location of the first file in Amazon S3.
sourceFiles_source2 :: Lens' SourceFiles (Maybe Text) Source #
The location of the second file in Amazon S3.
sourceFiles_source1 :: Lens' SourceFiles Text Source #
The location of the first file in Amazon S3.