v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Completes a multipart read set upload into a sequence store after you have initiated the upload process with CreateMultipartReadSetUpload and uploaded all read set parts using UploadReadSetPart. You must specify the parts you uploaded using the parts parameter. If the operation is successful, it returns the read set ID(s) of the uploaded read set(s).

For more information, see Direct upload to a sequence store in the Amazon Web Services HealthOmics User Guide.

post/sequencestore/{sequenceStoreId}/upload/{uploadId}/complete

Path parameters

sequenceStoreIdstring required

The sequence store ID for the store involved in the multipart upload.

uploadIdstring required

The ID for the multipart upload.

Request body

Response

Success

readSetIdstring required

The read set ID created for an uploaded read set.