| 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.ReadSetFiles
Description
Documentation
data ReadSetFiles Source #
Files in a read set.
See: newReadSetFiles smart constructor.
Constructors
| ReadSetFiles' | |
Fields
| |
Instances
newReadSetFiles :: ReadSetFiles Source #
Create a value of ReadSetFiles 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:index:ReadSetFiles', readSetFiles_index - The files' index.
$sel:source1:ReadSetFiles', readSetFiles_source1 - The location of the first file in Amazon S3.
$sel:source2:ReadSetFiles', readSetFiles_source2 - The location of the second file in Amazon S3.
readSetFiles_index :: Lens' ReadSetFiles (Maybe FileInformation) Source #
The files' index.
readSetFiles_source1 :: Lens' ReadSetFiles (Maybe FileInformation) Source #
The location of the first file in Amazon S3.
readSetFiles_source2 :: Lens' ReadSetFiles (Maybe FileInformation) Source #
The location of the second file in Amazon S3.