- Navigation Guide
@aws-sdk/client-omics
GetVariantImportJobCommandOutput Interface
The output of GetVariantImportJobCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
creationTime Required | Date | undefined | When the job was created. |
destinationName Required | string | undefined | The job's destination variant store. |
id Required | string | undefined | The job's ID. |
items Required | VariantImportItemDetail[] | undefined | The job's items. |
roleArn Required | string | undefined | The job's service role ARN. |
runLeftNormalization Required | boolean | undefined | The job's left normalization setting. |
status Required | JobStatus | undefined | The job's status. |
statusMessage Required | string | undefined | The job's status message. |
updateTime Required | Date | undefined | When the job was updated. |
annotationFields | Record<string, string> | undefined | The annotation schema generated by the parsed annotation data. |
completionTime | Date | undefined | When the job completed. |
Full Signature
export interface GetVariantImportJobCommandOutput extends GetVariantImportResponse, MetadataBearer