v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Imports a reference genome from Amazon S3 into a specified reference store. You can have multiple reference genomes in a reference store. You can only import reference genomes one at a time into each reference store. Monitor the status of your reference import job by using the <code>GetReferenceImportJob</code> API operation.

post/referencestore/{referenceStoreId}/importjob

Path parameters

referenceStoreIdstring required

The job's reference store ID.

Request body

roleArnstring required

A service role for the job.

clientTokenstring

To ensure that jobs don't run multiple times, specify a unique token for each job.

Response

Success

idstring required

The job's ID.

referenceStoreIdstring required

The job's reference store ID.

roleArnstring required

The job's service role ARN.

status'SUBMITTED' | 'IN_PROGRESS' | 'CANCELLING' | 'CANCELLED' | 'FAILED' | 'COMPLETED' | 'COMPLETED_WITH_FAILURES' required

The job's status.

creationTimestring date-time required

When the job was created.