@aws-sdk/client-omics

GetVariantImportJobCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
creationTime RequiredDate | undefined

When the job was created.

destinationName Requiredstring | undefined

The job's destination variant store.

id Requiredstring | undefined

The job's ID.

items RequiredVariantImportItemDetail[] | undefined

The job's items.

roleArn Requiredstring | undefined

The job's service role ARN.

runLeftNormalization Requiredboolean | undefined

The job's left normalization setting.

status RequiredJobStatus | undefined

The job's status.

statusMessage Requiredstring | undefined

The job's status message.

updateTime RequiredDate | 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