| 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.AnnotationImportItemDetail
Description
Synopsis
- data AnnotationImportItemDetail = AnnotationImportItemDetail' {}
- newAnnotationImportItemDetail :: JobStatus -> Text -> AnnotationImportItemDetail
- annotationImportItemDetail_jobStatus :: Lens' AnnotationImportItemDetail JobStatus
- annotationImportItemDetail_source :: Lens' AnnotationImportItemDetail Text
Documentation
data AnnotationImportItemDetail Source #
Details about an imported annotation item.
See: newAnnotationImportItemDetail smart constructor.
Constructors
| AnnotationImportItemDetail' | |
Instances
newAnnotationImportItemDetail Source #
Arguments
| :: JobStatus | |
| -> Text | |
| -> AnnotationImportItemDetail |
Create a value of AnnotationImportItemDetail 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:jobStatus:AnnotationImportItemDetail', annotationImportItemDetail_jobStatus - The item's job status.
$sel:source:AnnotationImportItemDetail', annotationImportItemDetail_source - The source file's location in Amazon S3.
annotationImportItemDetail_jobStatus :: Lens' AnnotationImportItemDetail JobStatus Source #
The item's job status.
annotationImportItemDetail_source :: Lens' AnnotationImportItemDetail Text Source #
The source file's location in Amazon S3.