| 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.GetAnnotationImportJob
Description
Gets information about an annotation import job.
Synopsis
- data GetAnnotationImportJob = GetAnnotationImportJob' {}
- newGetAnnotationImportJob :: Text -> GetAnnotationImportJob
- getAnnotationImportJob_jobId :: Lens' GetAnnotationImportJob Text
- data GetAnnotationImportJobResponse = GetAnnotationImportJobResponse' {}
- newGetAnnotationImportJobResponse :: Int -> UTCTime -> UTCTime -> Text -> FormatOptions -> Text -> NonEmpty AnnotationImportItemDetail -> Text -> Bool -> JobStatus -> Text -> UTCTime -> GetAnnotationImportJobResponse
- getAnnotationImportJobResponse_httpStatus :: Lens' GetAnnotationImportJobResponse Int
- getAnnotationImportJobResponse_completionTime :: Lens' GetAnnotationImportJobResponse UTCTime
- getAnnotationImportJobResponse_creationTime :: Lens' GetAnnotationImportJobResponse UTCTime
- getAnnotationImportJobResponse_destinationName :: Lens' GetAnnotationImportJobResponse Text
- getAnnotationImportJobResponse_formatOptions :: Lens' GetAnnotationImportJobResponse FormatOptions
- getAnnotationImportJobResponse_id :: Lens' GetAnnotationImportJobResponse Text
- getAnnotationImportJobResponse_items :: Lens' GetAnnotationImportJobResponse (NonEmpty AnnotationImportItemDetail)
- getAnnotationImportJobResponse_roleArn :: Lens' GetAnnotationImportJobResponse Text
- getAnnotationImportJobResponse_runLeftNormalization :: Lens' GetAnnotationImportJobResponse Bool
- getAnnotationImportJobResponse_status :: Lens' GetAnnotationImportJobResponse JobStatus
- getAnnotationImportJobResponse_statusMessage :: Lens' GetAnnotationImportJobResponse Text
- getAnnotationImportJobResponse_updateTime :: Lens' GetAnnotationImportJobResponse UTCTime
Creating a Request
data GetAnnotationImportJob Source #
See: newGetAnnotationImportJob smart constructor.
Constructors
| GetAnnotationImportJob' | |
Instances
newGetAnnotationImportJob Source #
Arguments
| :: Text | |
| -> GetAnnotationImportJob |
Create a value of GetAnnotationImportJob 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:jobId:GetAnnotationImportJob', getAnnotationImportJob_jobId - The job's ID.
Request Lenses
getAnnotationImportJob_jobId :: Lens' GetAnnotationImportJob Text Source #
The job's ID.
Destructuring the Response
data GetAnnotationImportJobResponse Source #
See: newGetAnnotationImportJobResponse smart constructor.
Constructors
| GetAnnotationImportJobResponse' | |
Fields
| |
Instances
newGetAnnotationImportJobResponse Source #
Arguments
| :: Int | |
| -> UTCTime | |
| -> UTCTime | |
| -> Text | |
| -> FormatOptions | |
| -> Text | |
| -> NonEmpty AnnotationImportItemDetail | |
| -> Text | |
| -> Bool | |
| -> JobStatus | |
| -> Text | |
| -> UTCTime | |
| -> GetAnnotationImportJobResponse |
Create a value of GetAnnotationImportJobResponse 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:httpStatus:GetAnnotationImportJobResponse', getAnnotationImportJobResponse_httpStatus - The response's http status code.
GetAnnotationImportJobResponse, getAnnotationImportJobResponse_completionTime - When the job completed.
GetAnnotationImportJobResponse, getAnnotationImportJobResponse_creationTime - When the job was created.
GetAnnotationImportJobResponse, getAnnotationImportJobResponse_destinationName - The job's destination annotation store.
$sel:formatOptions:GetAnnotationImportJobResponse', getAnnotationImportJobResponse_formatOptions - Undocumented member.
GetAnnotationImportJobResponse, getAnnotationImportJobResponse_id - The job's ID.
$sel:items:GetAnnotationImportJobResponse', getAnnotationImportJobResponse_items - The job's imported items.
GetAnnotationImportJobResponse, getAnnotationImportJobResponse_roleArn - The job's service role ARN.
GetAnnotationImportJobResponse, getAnnotationImportJobResponse_runLeftNormalization - The job's left normalization setting.
GetAnnotationImportJobResponse, getAnnotationImportJobResponse_status - The job's status.
GetAnnotationImportJobResponse, getAnnotationImportJobResponse_statusMessage - The job's status message.
GetAnnotationImportJobResponse, getAnnotationImportJobResponse_updateTime - When the job was updated.
Response Lenses
getAnnotationImportJobResponse_httpStatus :: Lens' GetAnnotationImportJobResponse Int Source #
The response's http status code.
getAnnotationImportJobResponse_completionTime :: Lens' GetAnnotationImportJobResponse UTCTime Source #
When the job completed.
getAnnotationImportJobResponse_creationTime :: Lens' GetAnnotationImportJobResponse UTCTime Source #
When the job was created.
getAnnotationImportJobResponse_destinationName :: Lens' GetAnnotationImportJobResponse Text Source #
The job's destination annotation store.
getAnnotationImportJobResponse_formatOptions :: Lens' GetAnnotationImportJobResponse FormatOptions Source #
Undocumented member.
getAnnotationImportJobResponse_id :: Lens' GetAnnotationImportJobResponse Text Source #
The job's ID.
getAnnotationImportJobResponse_items :: Lens' GetAnnotationImportJobResponse (NonEmpty AnnotationImportItemDetail) Source #
The job's imported items.
getAnnotationImportJobResponse_roleArn :: Lens' GetAnnotationImportJobResponse Text Source #
The job's service role ARN.
getAnnotationImportJobResponse_runLeftNormalization :: Lens' GetAnnotationImportJobResponse Bool Source #
The job's left normalization setting.
getAnnotationImportJobResponse_status :: Lens' GetAnnotationImportJobResponse JobStatus Source #
The job's status.
getAnnotationImportJobResponse_statusMessage :: Lens' GetAnnotationImportJobResponse Text Source #
The job's status message.
getAnnotationImportJobResponse_updateTime :: Lens' GetAnnotationImportJobResponse UTCTime Source #
When the job was updated.