v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Uploads a specific part of a read set into a sequence store. When you a upload a read set part with a part number that already exists, the new part replaces the existing one. This operation returns a JSON formatted response containing a string identifier that is used to confirm that parts are being added to the intended upload.

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

put/sequencestore/{sequenceStoreId}/upload/{uploadId}/part#partSource&partNumber

Path parameters

sequenceStoreIdstring required

The Sequence Store ID used for the multipart upload.

uploadIdstring required

The ID for the initiated multipart upload.

Query parameters

partSource'SOURCE1' | 'SOURCE2' required

The source file for an upload part.

partNumberinteger required

The number of the part being uploaded.

Request body

payloadstring required

The read set data to upload for a part.

Response

Success

checksumstring required

An identifier used to confirm that parts are being added to the intended upload.