@aws-sdk/client-omics

GetReadSetExportJobCommandOutput Interface

Members

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

When the job was created.

destination Requiredstring | undefined

The job's destination in Amazon S3.

id Requiredstring | undefined

The job's ID.

sequenceStoreId Requiredstring | undefined

The job's sequence store ID.

status RequiredReadSetExportJobStatus | undefined

The job's status.

completionTime Date | undefined

When the job completed.

readSets ExportReadSetDetail[] | undefined

The job's read sets.

statusMessage string | undefined

The job's status message.

Full Signature

export interface GetReadSetExportJobCommandOutput extends GetReadSetExportJobResponse, MetadataBearer