Amazon Omics 2022-11-28
- Client: Aws\Omics\OmicsClient
- Service ID: omics
- Version: 2022-11-28
This page describes the parameters and results for the operations of the Amazon Omics (2022-11-28), and shows how to use the Aws\Omics\OmicsClient object to call the described operations. This documentation is specific to the 2022-11-28 API version of the service.
Operation Summary
Each of the following operations can be created from a client using
$client->getCommand('CommandName'), where "CommandName" is the
name of one of the following operations. Note: a command is a value that
encapsulates an operation and the parameters used to create an HTTP request.
You can also create and send a command immediately using the magic methods
available on a client object: $client->commandName(/* parameters */).
You can send the command asynchronously (returning a promise) by appending the
word "Async" to the operation name: $client->commandNameAsync(/* parameters */).
- AbortMultipartReadSetUpload ( array $params = [] )
- Stops a multipart read set upload into a sequence store and returns a response with no body if the operation is successful.
- AcceptShare ( array $params = [] )
- Accept a resource share request.
- BatchDeleteReadSet ( array $params = [] )
- Deletes one or more read sets.
- CancelAnnotationImportJob ( array $params = [] )
- Cancels an annotation import job.
- CancelRun ( array $params = [] )
- Cancels a run using its ID and returns a response with no body if the operation is successful.
- CancelVariantImportJob ( array $params = [] )
- Cancels a variant import job.
- CompleteMultipartReadSetUpload ( array $params = [] )
- 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.
- CreateAnnotationStore ( array $params = [] )
- Creates an annotation store.
- CreateAnnotationStoreVersion ( array $params = [] )
- Creates a new version of an annotation store.
- CreateMultipartReadSetUpload ( array $params = [] )
- Initiates a multipart read set upload for uploading partitioned source files into a sequence store.
- CreateReferenceStore ( array $params = [] )
- Creates a reference store and returns metadata in JSON format.
- CreateRunCache ( array $params = [] )
- Creates a run cache to store and reference task outputs from completed private runs.
- CreateRunGroup ( array $params = [] )
- Creates a run group to limit the compute resources for the runs that are added to the group.
- CreateSequenceStore ( array $params = [] )
- Creates a sequence store and returns its metadata.
- CreateShare ( array $params = [] )
- Creates a cross-account shared resource.
- CreateVariantStore ( array $params = [] )
- Creates a variant store.
- CreateWorkflow ( array $params = [] )
- Creates a private workflow.
- CreateWorkflowVersion ( array $params = [] )
- Creates a new workflow version for the workflow that you specify with the workflowId parameter.
- DeleteAnnotationStore ( array $params = [] )
- Deletes an annotation store.
- DeleteAnnotationStoreVersions ( array $params = [] )
- Deletes one or multiple versions of an annotation store.
- DeleteReference ( array $params = [] )
- Deletes a reference genome and returns a response with no body if the operation is successful.
- DeleteReferenceStore ( array $params = [] )
- Deletes a reference store and returns a response with no body if the operation is successful.
- DeleteRun ( array $params = [] )
- Deletes a run and returns a response with no body if the operation is successful.
- DeleteRunCache ( array $params = [] )
- Deletes a run cache and returns a response with no body if the operation is successful.
- DeleteRunGroup ( array $params = [] )
- Deletes a run group and returns a response with no body if the operation is successful.
- DeleteS3AccessPolicy ( array $params = [] )
- Deletes an access policy for the specified store.
- DeleteSequenceStore ( array $params = [] )
- Deletes a sequence store and returns a response with no body if the operation is successful.
- DeleteShare ( array $params = [] )
- Deletes a resource share.
- DeleteVariantStore ( array $params = [] )
- Deletes a variant store.
- DeleteWorkflow ( array $params = [] )
- Deletes a workflow by specifying its ID.
- DeleteWorkflowVersion ( array $params = [] )
- Deletes a workflow version.
- GetAnnotationImportJob ( array $params = [] )
- Gets information about an annotation import job.
- GetAnnotationStore ( array $params = [] )
- Gets information about an annotation store.
- GetAnnotationStoreVersion ( array $params = [] )
- Retrieves the metadata for an annotation store version.
- GetReadSet ( array $params = [] )
- Retrieves detailed information from parts of a read set and returns the read set in the same format that it was uploaded.
- GetReadSetActivationJob ( array $params = [] )
- Returns detailed information about the status of a read set activation job in JSON format.
- GetReadSetExportJob ( array $params = [] )
- Retrieves status information about a read set export job and returns the data in JSON format.
- GetReadSetImportJob ( array $params = [] )
- Gets detailed and status information about a read set import job and returns the data in JSON format.
- GetReadSetMetadata ( array $params = [] )
- Retrieves the metadata for a read set from a sequence store in JSON format.
- GetReference ( array $params = [] )
- Downloads parts of data from a reference genome and returns the reference file in the same format that it was uploaded.
- GetReferenceImportJob ( array $params = [] )
- Monitors the status of a reference import job.
- GetReferenceMetadata ( array $params = [] )
- Retrieves metadata for a reference genome.
- GetReferenceStore ( array $params = [] )
- Gets information about a reference store.
- GetRun ( array $params = [] )
- Gets detailed information about a specific run using its ID.
- GetRunCache ( array $params = [] )
- Retrieves detailed information about the specified run cache using its ID.
- GetRunGroup ( array $params = [] )
- Gets information about a run group and returns its metadata.
- GetRunTask ( array $params = [] )
- Gets detailed information about a run task using its ID.
- GetS3AccessPolicy ( array $params = [] )
- Retrieves details about an access policy on a given store.
- GetSequenceStore ( array $params = [] )
- Retrieves metadata for a sequence store using its ID and returns it in JSON format.
- GetShare ( array $params = [] )
- Retrieves the metadata for the specified resource share.
- GetVariantImportJob ( array $params = [] )
- Gets information about a variant import job.
- GetVariantStore ( array $params = [] )
- Gets information about a variant store.
- GetWorkflow ( array $params = [] )
- Gets all information about a workflow using its ID.
- GetWorkflowVersion ( array $params = [] )
- Gets information about a workflow version.
- ListAnnotationImportJobs ( array $params = [] )
- Retrieves a list of annotation import jobs.
- ListAnnotationStoreVersions ( array $params = [] )
- Lists the versions of an annotation store.
- ListAnnotationStores ( array $params = [] )
- Retrieves a list of annotation stores.
- ListMultipartReadSetUploads ( array $params = [] )
- Lists in-progress multipart read set uploads for a sequence store and returns it in a JSON formatted output.
- ListReadSetActivationJobs ( array $params = [] )
- Retrieves a list of read set activation jobs and returns the metadata in a JSON formatted output.
- ListReadSetExportJobs ( array $params = [] )
- Retrieves a list of read set export jobs in a JSON formatted response.
- ListReadSetImportJobs ( array $params = [] )
- Retrieves a list of read set import jobs and returns the data in JSON format.
- ListReadSetUploadParts ( array $params = [] )
- Lists all parts in a multipart read set upload for a sequence store and returns the metadata in a JSON formatted output.
- ListReadSets ( array $params = [] )
- Retrieves a list of read sets from a sequence store ID and returns the metadata in JSON format.
- ListReferenceImportJobs ( array $params = [] )
- Retrieves the metadata of one or more reference import jobs for a reference store.
- ListReferenceStores ( array $params = [] )
- Retrieves a list of reference stores linked to your account and returns their metadata in JSON format.
- ListReferences ( array $params = [] )
- Retrieves the metadata of one or more reference genomes in a reference store.
- ListRunCaches ( array $params = [] )
- Retrieves a list of your run caches and the metadata for each cache.
- ListRunGroups ( array $params = [] )
- Retrieves a list of all run groups and returns the metadata for each run group.
- ListRunTasks ( array $params = [] )
- Returns a list of tasks and status information within their specified run.
- ListRuns ( array $params = [] )
- Retrieves a list of runs and returns each run's metadata and status.
- ListSequenceStores ( array $params = [] )
- Retrieves a list of sequence stores and returns each sequence store's metadata.
- ListShares ( array $params = [] )
- Retrieves the resource shares associated with an account.
- ListTagsForResource ( array $params = [] )
- Retrieves a list of tags for a resource.
- ListVariantImportJobs ( array $params = [] )
- Retrieves a list of variant import jobs.
- ListVariantStores ( array $params = [] )
- Retrieves a list of variant stores.
- ListWorkflowVersions ( array $params = [] )
- Lists the workflow versions for the specified workflow.
- ListWorkflows ( array $params = [] )
- Retrieves a list of existing workflows.
- PutS3AccessPolicy ( array $params = [] )
- Adds an access policy to the specified store.
- StartAnnotationImportJob ( array $params = [] )
- Starts an annotation import job.
- StartReadSetActivationJob ( array $params = [] )
- Activates an archived read set and returns its metadata in a JSON formatted output.
- StartReadSetExportJob ( array $params = [] )
- Starts a read set export job.
- StartReadSetImportJob ( array $params = [] )
- Imports a read set from the sequence store.
- StartReferenceImportJob ( array $params = [] )
- Imports a reference genome from Amazon S3 into a specified reference store.
- StartRun ( array $params = [] )
- Starts a new run and returns details about the run, or duplicates an existing run.
- StartVariantImportJob ( array $params = [] )
- Starts a variant import job.
- TagResource ( array $params = [] )
- Tags a resource.
- UntagResource ( array $params = [] )
- Removes tags from a resource.
- UpdateAnnotationStore ( array $params = [] )
- Updates an annotation store.
- UpdateAnnotationStoreVersion ( array $params = [] )
- Updates the description of an annotation store version.
- UpdateRunCache ( array $params = [] )
- Updates a run cache using its ID and returns a response with no body if the operation is successful.
- UpdateRunGroup ( array $params = [] )
- Updates the settings of a run group and returns a response with no body if the operation is successful.
- UpdateSequenceStore ( array $params = [] )
- Update one or more parameters for the sequence store.
- UpdateVariantStore ( array $params = [] )
- Updates a variant store.
- UpdateWorkflow ( array $params = [] )
- Updates information about a workflow.
- UpdateWorkflowVersion ( array $params = [] )
- Updates information about the workflow version.
- UploadReadSetPart ( array $params = [] )
- Uploads a specific part of a read set into a sequence store.
Paginators
Paginators handle automatically iterating over paginated API results. Paginators are associated with specific API operations, and they accept the parameters that the corresponding API operation accepts. You can get a paginator from a client class using getPaginator($paginatorName, $operationParameters). This client supports the following paginators:
- ListAnnotationImportJobs
- ListAnnotationStoreVersions
- ListAnnotationStores
- ListMultipartReadSetUploads
- ListReadSetActivationJobs
- ListReadSetExportJobs
- ListReadSetImportJobs
- ListReadSetUploadParts
- ListReadSets
- ListReferenceImportJobs
- ListReferenceStores
- ListReferences
- ListRunCaches
- ListRunGroups
- ListRunTasks
- ListRuns
- ListSequenceStores
- ListShares
- ListVariantImportJobs
- ListVariantStores
- ListWorkflowVersions
- ListWorkflows
Waiters
Waiters allow you to poll a resource until it enters into a desired state. A waiter has a name used to describe what it does, and is associated with an API operation. When creating a waiter, you can provide the API operation parameters associated with the corresponding operation. Waiters can be accessed using the getWaiter($waiterName, $operationParameters) method of a client object. This client supports the following waiters:
| Waiter name | API Operation | Delay | Max Attempts | 
|---|---|---|---|
| AnnotationImportJobCreated | GetAnnotationImportJob | 30 | 20 | 
| AnnotationStoreCreated | GetAnnotationStore | 30 | 20 | 
| AnnotationStoreDeleted | GetAnnotationStore | 30 | 20 | 
| AnnotationStoreVersionCreated | GetAnnotationStoreVersion | 30 | 20 | 
| AnnotationStoreVersionDeleted | GetAnnotationStoreVersion | 30 | 20 | 
| ReadSetActivationJobCompleted | GetReadSetActivationJob | 30 | 20 | 
| ReadSetExportJobCompleted | GetReadSetExportJob | 30 | 20 | 
| ReadSetImportJobCompleted | GetReadSetImportJob | 30 | 20 | 
| ReferenceImportJobCompleted | GetReferenceImportJob | 30 | 20 | 
| RunCompleted | GetRun | 30 | 20 | 
| RunRunning | GetRun | 30 | 20 | 
| TaskCompleted | GetRunTask | 30 | 20 | 
| TaskRunning | GetRunTask | 30 | 20 | 
| VariantImportJobCreated | GetVariantImportJob | 30 | 20 | 
| VariantStoreCreated | GetVariantStore | 30 | 20 | 
| VariantStoreDeleted | GetVariantStore | 30 | 20 | 
| WorkflowActive | GetWorkflow | 3 | 10 | 
| WorkflowVersionActive | GetWorkflowVersion | 3 | 10 | 
Operations
AbortMultipartReadSetUpload
$result = $client->abortMultipartReadSetUpload([/* ... */]); $promise = $client->abortMultipartReadSetUploadAsync([/* ... */]);
Stops a multipart read set upload into a sequence store and returns a response with no body if the operation is successful. To confirm that a multipart read set upload has been stopped, use the ListMultipartReadSetUploads API operation to view all active multipart read set uploads.
Parameter Syntax
$result = $client->abortMultipartReadSetUpload([
    'sequenceStoreId' => '<string>', // REQUIRED
    'uploadId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The sequence store ID for the store involved in the multipart upload. 
- uploadId
- 
- Required: Yes
- Type: string
 The ID for the multipart upload. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- NotSupportedOperationException:
- The operation is not supported by Amazon Omics, or the API does not exist. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
AcceptShare
$result = $client->acceptShare([/* ... */]); $promise = $client->acceptShareAsync([/* ... */]);
Accept a resource share request.
Parameter Syntax
$result = $client->acceptShare([
    'shareId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- shareId
- 
- Required: Yes
- Type: string
 The ID of the resource share. 
Result Syntax
[
    'status' => 'PENDING|ACTIVATING|ACTIVE|DELETING|DELETED|FAILED',
]
	Result Details
Members
- status
- 
- Type: string
 The status of the resource share. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
BatchDeleteReadSet
$result = $client->batchDeleteReadSet([/* ... */]); $promise = $client->batchDeleteReadSetAsync([/* ... */]);
Deletes one or more read sets. If the operation is successful, it returns a response with no body. If there is an error with deleting one of the read sets, the operation returns an error list. If the operation successfully deletes only a subset of files, it will return an error list for the remaining files that fail to be deleted. There is a limit of 100 read sets that can be deleted in each BatchDeleteReadSet API call.
Parameter Syntax
$result = $client->batchDeleteReadSet([
    'ids' => ['<string>', ...], // REQUIRED
    'sequenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- ids
- 
- Required: Yes
- Type: Array of strings
 The read sets' IDs. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The read sets' sequence store ID. 
Result Syntax
[
    'errors' => [
        [
            'code' => '<string>',
            'id' => '<string>',
            'message' => '<string>',
        ],
        // ...
    ],
]
	Result Details
Members
- errors
- 
- Type: Array of ReadSetBatchError structures
 Errors returned by individual delete operations. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
CancelAnnotationImportJob
$result = $client->cancelAnnotationImportJob([/* ... */]); $promise = $client->cancelAnnotationImportJobAsync([/* ... */]);
Cancels an annotation import job.
Parameter Syntax
$result = $client->cancelAnnotationImportJob([
    'jobId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- jobId
- 
- Required: Yes
- Type: string
 The job's ID. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
CancelRun
$result = $client->cancelRun([/* ... */]); $promise = $client->cancelRunAsync([/* ... */]);
Cancels a run using its ID and returns a response with no body if the operation is successful. To confirm that the run has been cancelled, use the ListRuns API operation to check that it is no longer listed.
Parameter Syntax
$result = $client->cancelRun([
    'id' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The run's ID. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
CancelVariantImportJob
$result = $client->cancelVariantImportJob([/* ... */]); $promise = $client->cancelVariantImportJobAsync([/* ... */]);
Cancels a variant import job.
Parameter Syntax
$result = $client->cancelVariantImportJob([
    'jobId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- jobId
- 
- Required: Yes
- Type: string
 The job's ID. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
CompleteMultipartReadSetUpload
$result = $client->completeMultipartReadSetUpload([/* ... */]); $promise = $client->completeMultipartReadSetUploadAsync([/* ... */]);
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.
Parameter Syntax
$result = $client->completeMultipartReadSetUpload([
    'parts' => [ // REQUIRED
        [
            'checksum' => '<string>', // REQUIRED
            'partNumber' => <integer>, // REQUIRED
            'partSource' => 'SOURCE1|SOURCE2', // REQUIRED
        ],
        // ...
    ],
    'sequenceStoreId' => '<string>', // REQUIRED
    'uploadId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- parts
- 
- Required: Yes
- Type: Array of CompleteReadSetUploadPartListItem structures
 The individual uploads or parts of a multipart upload. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The sequence store ID for the store involved in the multipart upload. 
- uploadId
- 
- Required: Yes
- Type: string
 The ID for the multipart upload. 
Result Syntax
[
    'readSetId' => '<string>',
]
	Result Details
Members
- readSetId
- 
- Required: Yes
- Type: string
 The read set ID created for an uploaded read set. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- NotSupportedOperationException:
- The operation is not supported by Amazon Omics, or the API does not exist. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
CreateAnnotationStore
$result = $client->createAnnotationStore([/* ... */]); $promise = $client->createAnnotationStoreAsync([/* ... */]);
Creates an annotation store.
Parameter Syntax
$result = $client->createAnnotationStore([
    'description' => '<string>',
    'name' => '<string>',
    'reference' => [
        'referenceArn' => '<string>',
    ],
    'sseConfig' => [
        'keyArn' => '<string>',
        'type' => 'KMS', // REQUIRED
    ],
    'storeFormat' => 'GFF|TSV|VCF', // REQUIRED
    'storeOptions' => [
        'tsvStoreOptions' => [
            'annotationType' => 'GENERIC|CHR_POS|CHR_POS_REF_ALT|CHR_START_END_ONE_BASE|CHR_START_END_REF_ALT_ONE_BASE|CHR_START_END_ZERO_BASE|CHR_START_END_REF_ALT_ZERO_BASE',
            'formatToHeader' => ['<string>', ...],
            'schema' => [
                ['<string>', ...],
                // ...
            ],
        ],
    ],
    'tags' => ['<string>', ...],
    'versionName' => '<string>',
]);
	Parameter Details
Members
- description
- 
- Type: string
 A description for the store. 
- name
- 
- Type: string
 A name for the store. 
- reference
- 
- Type: ReferenceItem structure
 The genome reference for the store's annotations. 
- sseConfig
- 
- Type: SseConfig structure
 Server-side encryption (SSE) settings for the store. 
- storeFormat
- 
- Required: Yes
- Type: string
 The annotation file format of the store. 
- storeOptions
- 
- Type: StoreOptions structure
 File parsing options for the annotation store. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 Tags for the store. 
- versionName
- 
- Type: string
 The name given to an annotation store version to distinguish it from other versions. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'id' => '<string>',
    'name' => '<string>',
    'reference' => [
        'referenceArn' => '<string>',
    ],
    'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
    'storeFormat' => 'GFF|TSV|VCF',
    'storeOptions' => [
        'tsvStoreOptions' => [
            'annotationType' => 'GENERIC|CHR_POS|CHR_POS_REF_ALT|CHR_START_END_ONE_BASE|CHR_START_END_REF_ALT_ONE_BASE|CHR_START_END_ZERO_BASE|CHR_START_END_REF_ALT_ZERO_BASE',
            'formatToHeader' => ['<string>', ...],
            'schema' => [
                ['<string>', ...],
                // ...
            ],
        ],
    ],
    'versionName' => '<string>',
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was created. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Required: Yes
- Type: string
 The store's name. 
- reference
- 
- Type: ReferenceItem structure
 The store's genome reference. Required for all stores except TSV format with generic annotations. 
- status
- 
- Required: Yes
- Type: string
 The store's status. 
- storeFormat
- 
- Type: string
 The annotation file format of the store. 
- storeOptions
- 
- Type: StoreOptions structure
 The store's file parsing options. 
- versionName
- 
- Required: Yes
- Type: string
 The name given to an annotation store version to distinguish it from other versions. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
CreateAnnotationStoreVersion
$result = $client->createAnnotationStoreVersion([/* ... */]); $promise = $client->createAnnotationStoreVersionAsync([/* ... */]);
Creates a new version of an annotation store.
Parameter Syntax
$result = $client->createAnnotationStoreVersion([
    'description' => '<string>',
    'name' => '<string>', // REQUIRED
    'tags' => ['<string>', ...],
    'versionName' => '<string>', // REQUIRED
    'versionOptions' => [
        'tsvVersionOptions' => [
            'annotationType' => 'GENERIC|CHR_POS|CHR_POS_REF_ALT|CHR_START_END_ONE_BASE|CHR_START_END_REF_ALT_ONE_BASE|CHR_START_END_ZERO_BASE|CHR_START_END_REF_ALT_ZERO_BASE',
            'formatToHeader' => ['<string>', ...],
            'schema' => [
                ['<string>', ...],
                // ...
            ],
        ],
    ],
]);
	Parameter Details
Members
- description
- 
- Type: string
 The description of an annotation store version. 
- name
- 
- Required: Yes
- Type: string
 The name of an annotation store version from which versions are being created. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 Any tags added to annotation store version. 
- versionName
- 
- Required: Yes
- Type: string
 The name given to an annotation store version to distinguish it from other versions. 
- versionOptions
- 
- Type: VersionOptions structure
 The options for an annotation store version. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'id' => '<string>',
    'name' => '<string>',
    'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
    'storeId' => '<string>',
    'versionName' => '<string>',
    'versionOptions' => [
        'tsvVersionOptions' => [
            'annotationType' => 'GENERIC|CHR_POS|CHR_POS_REF_ALT|CHR_START_END_ONE_BASE|CHR_START_END_REF_ALT_ONE_BASE|CHR_START_END_ZERO_BASE|CHR_START_END_REF_ALT_ZERO_BASE',
            'formatToHeader' => ['<string>', ...],
            'schema' => [
                ['<string>', ...],
                // ...
            ],
        ],
    ],
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The time stamp for the creation of an annotation store version. 
- id
- 
- Required: Yes
- Type: string
 A generated ID for the annotation store 
- name
- 
- Required: Yes
- Type: string
 The name given to an annotation store version to distinguish it from other versions. 
- status
- 
- Required: Yes
- Type: string
 The status of a annotation store version. 
- storeId
- 
- Required: Yes
- Type: string
 The ID for the annotation store from which new versions are being created. 
- versionName
- 
- Required: Yes
- Type: string
 The name given to an annotation store version to distinguish it from other versions. 
- versionOptions
- 
- Type: VersionOptions structure
 The options for an annotation store version. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
CreateMultipartReadSetUpload
$result = $client->createMultipartReadSetUpload([/* ... */]); $promise = $client->createMultipartReadSetUploadAsync([/* ... */]);
Initiates a multipart read set upload for uploading partitioned source files into a sequence store. You can directly import source files from an EC2 instance and other local compute, or from an S3 bucket. To separate these source files into parts, use the split operation. Each part cannot be larger than 100 MB. If the operation is successful, it provides an uploadId which is required by the UploadReadSetPart API operation to upload parts into a sequence store.
To continue uploading a multipart read set into your sequence store, you must use the UploadReadSetPart API operation to upload each part individually following the steps below:
-  Specify the uploadIdobtained from the previous call toCreateMultipartReadSetUpload.
-  Upload parts for that uploadId.
When you have finished uploading parts, use the CompleteMultipartReadSetUpload API to complete the multipart read set upload and to retrieve the final read set IDs in the response.
To learn more about creating parts and the split operation, see Direct upload to a sequence store in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->createMultipartReadSetUpload([
    'clientToken' => '<string>',
    'description' => '<string>',
    'generatedFrom' => '<string>',
    'name' => '<string>', // REQUIRED
    'referenceArn' => '<string>',
    'sampleId' => '<string>', // REQUIRED
    'sequenceStoreId' => '<string>', // REQUIRED
    'sourceFileType' => 'FASTQ|BAM|CRAM|UBAM', // REQUIRED
    'subjectId' => '<string>', // REQUIRED
    'tags' => ['<string>', ...],
]);
	Parameter Details
Members
- clientToken
- 
- Type: string
 An idempotency token that can be used to avoid triggering multiple multipart uploads. 
- description
- 
- Type: string
 The description of the read set. 
- generatedFrom
- 
- Type: string
 Where the source originated. 
- name
- 
- Required: Yes
- Type: string
 The name of the read set. 
- referenceArn
- 
- Type: string
 The ARN of the reference. 
- sampleId
- 
- Required: Yes
- Type: string
 The source's sample ID. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The sequence store ID for the store that is the destination of the multipart uploads. 
- sourceFileType
- 
- Required: Yes
- Type: string
 The type of file being uploaded. 
- subjectId
- 
- Required: Yes
- Type: string
 The source's subject ID. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 Any tags to add to the read set. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'description' => '<string>',
    'generatedFrom' => '<string>',
    'name' => '<string>',
    'referenceArn' => '<string>',
    'sampleId' => '<string>',
    'sequenceStoreId' => '<string>',
    'sourceFileType' => 'FASTQ|BAM|CRAM|UBAM',
    'subjectId' => '<string>',
    'tags' => ['<string>', ...],
    'uploadId' => '<string>',
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The creation time of the multipart upload. 
- description
- 
- Type: string
 The description of the read set. 
- generatedFrom
- 
- Type: string
 The source of the read set. 
- name
- 
- Type: string
 The name of the read set. 
- referenceArn
- 
- Required: Yes
- Type: string
 The read set source's reference ARN. 
- sampleId
- 
- Required: Yes
- Type: string
 The source's sample ID. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The sequence store ID for the store that the read set will be created in. 
- sourceFileType
- 
- Required: Yes
- Type: string
 The file type of the read set source. 
- subjectId
- 
- Required: Yes
- Type: string
 The source's subject ID. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The tags to add to the read set. 
- uploadId
- 
- Required: Yes
- Type: string
 The ID for the initiated multipart upload. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- NotSupportedOperationException:
- The operation is not supported by Amazon Omics, or the API does not exist. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
CreateReferenceStore
$result = $client->createReferenceStore([/* ... */]); $promise = $client->createReferenceStoreAsync([/* ... */]);
Creates a reference store and returns metadata in JSON format. Reference stores are used to store reference genomes in FASTA format. A reference store is created when the first reference genome is imported. To import additional reference genomes from an Amazon S3 bucket, use the StartReferenceImportJob API operation. 
For more information, see Creating a HealthOmics reference store in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->createReferenceStore([
    'clientToken' => '<string>',
    'description' => '<string>',
    'name' => '<string>', // REQUIRED
    'sseConfig' => [
        'keyArn' => '<string>',
        'type' => 'KMS', // REQUIRED
    ],
    'tags' => ['<string>', ...],
]);
	Parameter Details
Members
- clientToken
- 
- Type: string
 To ensure that requests don't run multiple times, specify a unique token for each request. 
- description
- 
- Type: string
 A description for the store. 
- name
- 
- Required: Yes
- Type: string
 A name for the store. 
- sseConfig
- 
- Type: SseConfig structure
 Server-side encryption (SSE) settings for the store. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 Tags for the store. 
Result Syntax
[
    'arn' => '<string>',
    'creationTime' => <DateTime>,
    'description' => '<string>',
    'id' => '<string>',
    'name' => '<string>',
    'sseConfig' => [
        'keyArn' => '<string>',
        'type' => 'KMS',
    ],
]
	Result Details
Members
- arn
- 
- Required: Yes
- Type: string
 The store's ARN. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was created. 
- description
- 
- Type: string
 The store's description. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Type: string
 The store's name. 
- sseConfig
- 
- Type: SseConfig structure
 The store's SSE settings. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
CreateRunCache
$result = $client->createRunCache([/* ... */]); $promise = $client->createRunCacheAsync([/* ... */]);
Creates a run cache to store and reference task outputs from completed private runs. Specify an Amazon S3 location where Amazon Web Services HealthOmics saves the cached data. This data must be immediately accessible and not in an archived state. You can save intermediate task files to a run cache if they are declared as task outputs in the workflow definition file.
For more information, see Call caching and Creating a run cache in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->createRunCache([
    'cacheBehavior' => 'CACHE_ON_FAILURE|CACHE_ALWAYS',
    'cacheBucketOwnerId' => '<string>',
    'cacheS3Location' => '<string>', // REQUIRED
    'description' => '<string>',
    'name' => '<string>',
    'requestId' => '<string>', // REQUIRED
    'tags' => ['<string>', ...],
]);
	Parameter Details
Members
- cacheBehavior
- 
- Type: string
 Default cache behavior for runs that use this cache. Supported values are: CACHE_ON_FAILURE: Caches task outputs from completed tasks for runs that fail. This setting is useful if you're debugging a workflow that fails after several tasks completed successfully. The subsequent run uses the cache outputs for previously-completed tasks if the task definition, inputs, and container in ECR are identical to the prior run.CACHE_ALWAYS: Caches task outputs from completed tasks for all runs. This setting is useful in development mode, but do not use it in a production setting.If you don't specify a value, the default behavior is CACHE_ON_FAILURE. When you start a run that uses this cache, you can override the default cache behavior. For more information, see Run cache behavior in the Amazon Web Services HealthOmics User Guide. 
- cacheBucketOwnerId
- 
- Type: string
 The Amazon Web Services account ID of the expected owner of the S3 bucket for the run cache. If not provided, your account ID is set as the owner of the bucket. 
- cacheS3Location
- 
- Required: Yes
- Type: string
 Specify the S3 location for storing the cached task outputs. This data must be immediately accessible (not in an archived state). 
- description
- 
- Type: string
 Enter a description of the run cache. 
- name
- 
- Type: string
 Enter a user-friendly name for the run cache. 
- requestId
- 
- Required: Yes
- Type: string
 A unique request token, to ensure idempotency. If you don't specify a token, Amazon Web Services HealthOmics automatically generates a universally unique identifier (UUID) for the request. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 Specify one or more tags to associate with this run cache. 
Result Syntax
[
    'arn' => '<string>',
    'id' => '<string>',
    'status' => 'ACTIVE|DELETED|FAILED',
    'tags' => ['<string>', ...],
]
	Result Details
Members
- arn
- 
- Type: string
 Unique resource identifier for the run cache. 
- id
- 
- Type: string
 Identifier for the run cache. 
- status
- 
- Type: string
 Run cache status. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The tags associated with this run cache. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
CreateRunGroup
$result = $client->createRunGroup([/* ... */]); $promise = $client->createRunGroupAsync([/* ... */]);
Creates a run group to limit the compute resources for the runs that are added to the group. Returns an ARN, ID, and tags for the run group.
Parameter Syntax
$result = $client->createRunGroup([
    'maxCpus' => <integer>,
    'maxDuration' => <integer>,
    'maxGpus' => <integer>,
    'maxRuns' => <integer>,
    'name' => '<string>',
    'requestId' => '<string>', // REQUIRED
    'tags' => ['<string>', ...],
]);
	Parameter Details
Members
- maxCpus
- 
- Type: int
 The maximum number of CPUs that can run concurrently across all active runs in the run group. 
- maxDuration
- 
- Type: int
 The maximum time for each run (in minutes). If a run exceeds the maximum run time, the run fails automatically. 
- maxGpus
- 
- Type: int
 The maximum number of GPUs that can run concurrently across all active runs in the run group. 
- maxRuns
- 
- Type: int
 The maximum number of runs that can be running at the same time. 
- name
- 
- Type: string
 A name for the group. 
- requestId
- 
- Required: Yes
- Type: string
 To ensure that requests don't run multiple times, specify a unique ID for each request. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 Tags for the group. 
Result Syntax
[
    'arn' => '<string>',
    'id' => '<string>',
    'tags' => ['<string>', ...],
]
	Result Details
Members
- arn
- 
- Type: string
 The group's ARN. 
- id
- 
- Type: string
 The group's ID. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 Tags for the run group. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
CreateSequenceStore
$result = $client->createSequenceStore([/* ... */]); $promise = $client->createSequenceStoreAsync([/* ... */]);
Creates a sequence store and returns its metadata. Sequence stores are used to store sequence data files called read sets that are saved in FASTQ, BAM, uBAM, or CRAM formats. For aligned formats (BAM and CRAM), a sequence store can only use one reference genome. For unaligned formats (FASTQ and uBAM), a reference genome is not required. You can create multiple sequence stores per region per account.
The following are optional parameters you can specify for your sequence store:
-  Use s3AccessConfigto configure your sequence store with S3 access logs (recommended).
-  Use sseConfigto define your own KMS key for encryption.
-  Use eTagAlgorithmFamilyto define which algorithm to use for the HealthOmics eTag on objects.
-  Use fallbackLocationto define a backup location for storing files that have failed a direct upload.
-  Use propagatedSetLevelTagsto configure tags that propagate to all objects in your store.
For more information, see Creating a HealthOmics sequence store in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->createSequenceStore([
    'clientToken' => '<string>',
    'description' => '<string>',
    'eTagAlgorithmFamily' => 'MD5up|SHA256up|SHA512up',
    'fallbackLocation' => '<string>',
    'name' => '<string>', // REQUIRED
    'propagatedSetLevelTags' => ['<string>', ...],
    's3AccessConfig' => [
        'accessLogLocation' => '<string>',
    ],
    'sseConfig' => [
        'keyArn' => '<string>',
        'type' => 'KMS', // REQUIRED
    ],
    'tags' => ['<string>', ...],
]);
	Parameter Details
Members
- clientToken
- 
- Type: string
 An idempotency token used to dedupe retry requests so that duplicate runs are not created. 
- description
- 
- Type: string
 A description for the store. 
- eTagAlgorithmFamily
- 
- Type: string
 The ETag algorithm family to use for ingested read sets. The default value is MD5up. For more information on ETags, see ETags and data provenance in the Amazon Web Services HealthOmics User Guide. 
- fallbackLocation
- 
- Type: string
 An S3 location that is used to store files that have failed a direct upload. You can add or change the fallbackLocationafter creating a sequence store. This is not required if you are uploading files from a different S3 bucket.
- name
- 
- Required: Yes
- Type: string
 A name for the store. 
- propagatedSetLevelTags
- 
- Type: Array of strings
 The tags keys to propagate to the S3 objects associated with read sets in the sequence store. These tags can be used as input to add metadata to your read sets. 
- s3AccessConfig
- 
- Type: S3AccessConfig structure
 S3 access configuration parameters. This specifies the parameters needed to access logs stored in S3 buckets. The S3 bucket must be in the same region and account as the sequence store. 
- sseConfig
- 
- Type: SseConfig structure
 Server-side encryption (SSE) settings for the store. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 Tags for the store. You can configure up to 50 tags. 
Result Syntax
[
    'arn' => '<string>',
    'creationTime' => <DateTime>,
    'description' => '<string>',
    'eTagAlgorithmFamily' => 'MD5up|SHA256up|SHA512up',
    'fallbackLocation' => '<string>',
    'id' => '<string>',
    'name' => '<string>',
    'propagatedSetLevelTags' => ['<string>', ...],
    's3Access' => [
        'accessLogLocation' => '<string>',
        's3AccessPointArn' => '<string>',
        's3Uri' => '<string>',
    ],
    'sseConfig' => [
        'keyArn' => '<string>',
        'type' => 'KMS',
    ],
    'status' => 'CREATING|ACTIVE|UPDATING|DELETING|FAILED',
    'statusMessage' => '<string>',
]
	Result Details
Members
- arn
- 
- Required: Yes
- Type: string
 The store's ARN. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was created. 
- description
- 
- Type: string
 The store's description. 
- eTagAlgorithmFamily
- 
- Type: string
 The algorithm family of the ETag. 
- fallbackLocation
- 
- Type: string
 An S3 location that is used to store files that have failed a direct upload. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Type: string
 The store's name. 
- propagatedSetLevelTags
- 
- Type: Array of strings
 The tags keys to propagate to the S3 objects associated with read sets in the sequence store. 
- s3Access
- 
- Type: SequenceStoreS3Access structure
 The S3 access metadata of the sequence store. 
- sseConfig
- 
- Type: SseConfig structure
 Server-side encryption (SSE) settings for the store. This contains the KMS key ARN that is used to encrypt read set objects. 
- status
- 
- Type: string
 The status of the sequence store. 
- statusMessage
- 
- Type: string
 The status message of the sequence store. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
CreateShare
$result = $client->createShare([/* ... */]); $promise = $client->createShareAsync([/* ... */]);
Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner).
The following resources support cross-account sharing:
-  HealthOmics variant stores 
-  HealthOmics annotation stores 
-  Private workflows 
Parameter Syntax
$result = $client->createShare([
    'principalSubscriber' => '<string>', // REQUIRED
    'resourceArn' => '<string>', // REQUIRED
    'shareName' => '<string>',
]);
	Parameter Details
Members
- principalSubscriber
- 
- Required: Yes
- Type: string
 The principal subscriber is the account being offered shared access to the resource. 
- resourceArn
- 
- Required: Yes
- Type: string
 The ARN of the resource to be shared. 
- shareName
- 
- Type: string
 A name that the owner defines for the share. 
Result Syntax
[
    'shareId' => '<string>',
    'shareName' => '<string>',
    'status' => 'PENDING|ACTIVATING|ACTIVE|DELETING|DELETED|FAILED',
]
	Result Details
Members
- shareId
- 
- Type: string
 The ID that HealthOmics generates for the share. 
- shareName
- 
- Type: string
 The name of the share. 
- status
- 
- Type: string
 The status of the share. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
CreateVariantStore
$result = $client->createVariantStore([/* ... */]); $promise = $client->createVariantStoreAsync([/* ... */]);
Creates a variant store.
Parameter Syntax
$result = $client->createVariantStore([
    'description' => '<string>',
    'name' => '<string>',
    'reference' => [ // REQUIRED
        'referenceArn' => '<string>',
    ],
    'sseConfig' => [
        'keyArn' => '<string>',
        'type' => 'KMS', // REQUIRED
    ],
    'tags' => ['<string>', ...],
]);
	Parameter Details
Members
- description
- 
- Type: string
 A description for the store. 
- name
- 
- Type: string
 A name for the store. 
- reference
- 
- Required: Yes
- Type: ReferenceItem structure
 The genome reference for the store's variants. 
- sseConfig
- 
- Type: SseConfig structure
 Server-side encryption (SSE) settings for the store. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 Tags for the store. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'id' => '<string>',
    'name' => '<string>',
    'reference' => [
        'referenceArn' => '<string>',
    ],
    'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was created. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Required: Yes
- Type: string
 The store's name. 
- reference
- 
- Type: ReferenceItem structure
 The store's genome reference. 
- status
- 
- Required: Yes
- Type: string
 The store's status. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
CreateWorkflow
$result = $client->createWorkflow([/* ... */]); $promise = $client->createWorkflowAsync([/* ... */]);
Creates a private workflow. Before you create a private workflow, you must create and configure these required resources:
-  Workflow definition files: Define your workflow in one or more workflow definition files, written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements. The workflow definition file must be in .zip format. 
-  (Optional) Parameter template: You can create a parameter template file that defines the run parameters, or Amazon Web Services HealthOmics can generate the parameter template for you. 
-  ECR container images: Create container images for the workflow in a private ECR repository, or synchronize images from a supported upstream registry with your Amazon ECR private repository. 
-  (Optional) Sentieon licenses: Request a Sentieon license if using the Sentieon software in a private workflow. 
For more information, see Creating or updating a private workflow in Amazon Web Services HealthOmics in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->createWorkflow([
    'accelerators' => 'GPU',
    'containerRegistryMap' => [
        'imageMappings' => [
            [
                'destinationImage' => '<string>',
                'sourceImage' => '<string>',
            ],
            // ...
        ],
        'registryMappings' => [
            [
                'ecrAccountId' => '<string>',
                'ecrRepositoryPrefix' => '<string>',
                'upstreamRegistryUrl' => '<string>',
                'upstreamRepositoryPrefix' => '<string>',
            ],
            // ...
        ],
    ],
    'containerRegistryMapUri' => '<string>',
    'definitionRepository' => [
        'connectionArn' => '<string>', // REQUIRED
        'excludeFilePatterns' => ['<string>', ...],
        'fullRepositoryId' => '<string>', // REQUIRED
        'sourceReference' => [
            'type' => 'BRANCH|TAG|COMMIT', // REQUIRED
            'value' => '<string>', // REQUIRED
        ],
    ],
    'definitionUri' => '<string>',
    'definitionZip' => <string || resource || Psr\Http\Message\StreamInterface>,
    'description' => '<string>',
    'engine' => 'WDL|NEXTFLOW|CWL',
    'main' => '<string>',
    'name' => '<string>',
    'parameterTemplate' => [
        '<WorkflowParameterName>' => [
            'description' => '<string>',
            'optional' => true || false,
        ],
        // ...
    ],
    'parameterTemplatePath' => '<string>',
    'readmeMarkdown' => '<string>',
    'readmePath' => '<string>',
    'readmeUri' => '<string>',
    'requestId' => '<string>', // REQUIRED
    'storageCapacity' => <integer>,
    'storageType' => 'STATIC|DYNAMIC',
    'tags' => ['<string>', ...],
    'workflowBucketOwnerId' => '<string>',
]);
	Parameter Details
Members
- accelerators
- 
- Type: string
 The computational accelerator specified to run the workflow. 
- containerRegistryMap
- 
- Type: ContainerRegistryMap structure
 (Optional) Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see Container images in the Amazon Web Services HealthOmics User Guide. 
- containerRegistryMapUri
- 
- Type: string
 (Optional) URI of the S3 location for the registry mapping file. 
- definitionRepository
- 
- Type: DefinitionRepository structure
 The repository information for the workflow definition. This allows you to source your workflow definition directly from a code repository. 
- definitionUri
- 
- Type: string
 The S3 URI of a definition for the workflow. The S3 bucket must be in the same region as the workflow. 
- definitionZip
- 
- Type: blob (string|resource|Psr\Http\Message\StreamInterface)
 A ZIP archive containing the main workflow definition file and dependencies that it imports for the workflow. You can use a file with a ://fileb prefix instead of the Base64 string. For more information, see Workflow definition requirements in the Amazon Web Services HealthOmics User Guide. 
- description
- 
- Type: string
 A description for the workflow. 
- engine
- 
- Type: string
 The workflow engine for the workflow. This is only required if you have workflow definition files from more than one engine in your zip file. Otherwise, the service can detect the engine automatically from your workflow definition. 
- main
- 
- Type: string
 The path of the main definition file for the workflow. This parameter is not required if the ZIP archive contains only one workflow definition file, or if the main definition file is named “main”. An example path is: workflow-definition/main-file.wdl.
- name
- 
- Type: string
 Name (optional but highly recommended) for the workflow to locate relevant information in the CloudWatch logs and Amazon Web Services HealthOmics console. 
- parameterTemplate
- 
- Type: Associative array of custom strings keys (WorkflowParameterName) to WorkflowParameter structures
 A parameter template for the workflow. If this field is blank, Amazon Web Services HealthOmics will automatically parse the parameter template values from your workflow definition file. To override these service generated default values, provide a parameter template. To view an example of a parameter template, see Parameter template files in the Amazon Web Services HealthOmics User Guide. 
- parameterTemplatePath
- 
- Type: string
 The path to the workflow parameter template JSON file within the repository. This file defines the input parameters for runs that use this workflow. If not specified, the workflow will be created without a parameter template. 
- readmeMarkdown
- 
- Type: string
 The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow. 
- readmePath
- 
- Type: string
 The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.mdfile from the root directory of the repository will be used.
- readmeUri
- 
- Type: string
 The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. Requirements include: -  The S3 URI must begin with s3://USER-OWNED-BUCKET/
-  The requester must have access to the S3 bucket and object. 
-  The max README content length is 500 KiB. 
 
- requestId
- 
- Required: Yes
- Type: string
 An idempotency token to ensure that duplicate workflows are not created when Amazon Web Services HealthOmics submits retry requests. 
- storageCapacity
- 
- Type: int
 The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version. The storageCapacitycan be overwritten at run time. The storage capacity is not required for runs with aDYNAMICstorage type.
- storageType
- 
- Type: string
 The default storage type for runs that use this workflow. The storageTypecan be overridden at run time.DYNAMICstorage dynamically scales the storage up or down, based on file system utilization.STATICstorage allocates a fixed amount of storage. For more information about dynamic and static storage types, see Run storage types in the Amazon Web Services HealthOmics User Guide.
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 Tags for the workflow. You can define up to 50 tags for the workflow. For more information, see Adding a tag in the Amazon Web Services HealthOmics User Guide. 
- workflowBucketOwnerId
- 
- Type: string
 The Amazon Web Services account ID of the expected owner of the S3 bucket that contains the workflow definition. If not specified, the service skips the validation. 
Result Syntax
[
    'arn' => '<string>',
    'id' => '<string>',
    'status' => 'CREATING|ACTIVE|UPDATING|DELETED|FAILED|INACTIVE',
    'tags' => ['<string>', ...],
    'uuid' => '<string>',
]
	Result Details
Members
- arn
- 
- Type: string
 The workflow's ARN. 
- id
- 
- Type: string
 The workflow's ID. 
- status
- 
- Type: string
 The workflow's status. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The workflow's tags. 
- uuid
- 
- Type: string
 The universally unique identifier (UUID) value for this workflow. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
CreateWorkflowVersion
$result = $client->createWorkflowVersion([/* ... */]); $promise = $client->createWorkflowVersionAsync([/* ... */]);
Creates a new workflow version for the workflow that you specify with the workflowId parameter.
When you create a new version of a workflow, you need to specify the configuration for the new version. It doesn't inherit any configuration values from the workflow.
Provide a version name that is unique for this workflow. You cannot change the name after HealthOmics creates the version.
Don't include any personally identifiable information (PII) in the version name. Version names appear in the workflow version ARN.
For more information, see Workflow versioning in Amazon Web Services HealthOmics in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->createWorkflowVersion([
    'accelerators' => 'GPU',
    'containerRegistryMap' => [
        'imageMappings' => [
            [
                'destinationImage' => '<string>',
                'sourceImage' => '<string>',
            ],
            // ...
        ],
        'registryMappings' => [
            [
                'ecrAccountId' => '<string>',
                'ecrRepositoryPrefix' => '<string>',
                'upstreamRegistryUrl' => '<string>',
                'upstreamRepositoryPrefix' => '<string>',
            ],
            // ...
        ],
    ],
    'containerRegistryMapUri' => '<string>',
    'definitionRepository' => [
        'connectionArn' => '<string>', // REQUIRED
        'excludeFilePatterns' => ['<string>', ...],
        'fullRepositoryId' => '<string>', // REQUIRED
        'sourceReference' => [
            'type' => 'BRANCH|TAG|COMMIT', // REQUIRED
            'value' => '<string>', // REQUIRED
        ],
    ],
    'definitionUri' => '<string>',
    'definitionZip' => <string || resource || Psr\Http\Message\StreamInterface>,
    'description' => '<string>',
    'engine' => 'WDL|NEXTFLOW|CWL',
    'main' => '<string>',
    'parameterTemplate' => [
        '<WorkflowParameterName>' => [
            'description' => '<string>',
            'optional' => true || false,
        ],
        // ...
    ],
    'parameterTemplatePath' => '<string>',
    'readmeMarkdown' => '<string>',
    'readmePath' => '<string>',
    'readmeUri' => '<string>',
    'requestId' => '<string>', // REQUIRED
    'storageCapacity' => <integer>,
    'storageType' => 'STATIC|DYNAMIC',
    'tags' => ['<string>', ...],
    'versionName' => '<string>', // REQUIRED
    'workflowBucketOwnerId' => '<string>',
    'workflowId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- accelerators
- 
- Type: string
 The computational accelerator for this workflow version. 
- containerRegistryMap
- 
- Type: ContainerRegistryMap structure
 (Optional) Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see Container images in the Amazon Web Services HealthOmics User Guide. 
- containerRegistryMapUri
- 
- Type: string
 (Optional) URI of the S3 location for the registry mapping file. 
- definitionRepository
- 
- Type: DefinitionRepository structure
 The repository information for the workflow version definition. This allows you to source your workflow version definition directly from a code repository. 
- definitionUri
- 
- Type: string
 The S3 URI of a definition for this workflow version. The S3 bucket must be in the same region as this workflow version. 
- definitionZip
- 
- Type: blob (string|resource|Psr\Http\Message\StreamInterface)
 A ZIP archive containing the main workflow definition file and dependencies that it imports for this workflow version. You can use a file with a ://fileb prefix instead of the Base64 string. For more information, see Workflow definition requirements in the Amazon Web Services HealthOmics User Guide. 
- description
- 
- Type: string
 A description for this workflow version. 
- engine
- 
- Type: string
 The workflow engine for this workflow version. This is only required if you have workflow definition files from more than one engine in your zip file. Otherwise, the service can detect the engine automatically from your workflow definition. 
- main
- 
- Type: string
 The path of the main definition file for this workflow version. This parameter is not required if the ZIP archive contains only one workflow definition file, or if the main definition file is named “main”. An example path is: workflow-definition/main-file.wdl.
- parameterTemplate
- 
- Type: Associative array of custom strings keys (WorkflowParameterName) to WorkflowParameter structures
 A parameter template for this workflow version. If this field is blank, Amazon Web Services HealthOmics will automatically parse the parameter template values from your workflow definition file. To override these service generated default values, provide a parameter template. To view an example of a parameter template, see Parameter template files in the Amazon Web Services HealthOmics User Guide. 
- parameterTemplatePath
- 
- Type: string
 The path to the workflow version parameter template JSON file within the repository. This file defines the input parameters for runs that use this workflow version. If not specified, the workflow version will be created without a parameter template. 
- readmeMarkdown
- 
- Type: string
 The markdown content for the workflow version's README file. This provides documentation and usage information for users of this specific workflow version. 
- readmePath
- 
- Type: string
 The path to the workflow version README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.mdfile from the root directory of the repository will be used.
- readmeUri
- 
- Type: string
 The S3 URI of the README file for the workflow version. This file provides documentation and usage information for the workflow version. Requirements include: -  The S3 URI must begin with s3://USER-OWNED-BUCKET/
-  The requester must have access to the S3 bucket and object. 
-  The max README content length is 500 KiB. 
 
- requestId
- 
- Required: Yes
- Type: string
 An idempotency token to ensure that duplicate workflows are not created when Amazon Web Services HealthOmics submits retry requests. 
- storageCapacity
- 
- Type: int
 The default static storage capacity (in gibibytes) for runs that use this workflow version. The storageCapacitycan be overwritten at run time. The storage capacity is not required for runs with aDYNAMICstorage type.
- storageType
- 
- Type: string
 The default storage type for runs that use this workflow version. The storageTypecan be overridden at run time.DYNAMICstorage dynamically scales the storage up or down, based on file system utilization. STATIC storage allocates a fixed amount of storage. For more information about dynamic and static storage types, see Run storage types in the Amazon Web Services HealthOmics User Guide.
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 Tags for this workflow version. You can define up to 50 tags for the workflow. For more information, see Adding a tag in the Amazon Web Services HealthOmics User Guide. 
- versionName
- 
- Required: Yes
- Type: string
 A name for the workflow version. Provide a version name that is unique for this workflow. You cannot change the name after HealthOmics creates the version. The version name must start with a letter or number and it can include upper-case and lower-case letters, numbers, hyphens, periods and underscores. The maximum length is 64 characters. You can use a simple naming scheme, such as version1, version2, version3. You can also match your workflow versions with your own internal versioning conventions, such as 2.7.0, 2.7.1, 2.7.2. 
- workflowBucketOwnerId
- 
- Type: string
 Amazon Web Services Id of the owner of the S3 bucket that contains the workflow definition. You need to specify this parameter if your account is not the bucket owner. 
- workflowId
- 
- Required: Yes
- Type: string
 The ID of the workflow where you are creating the new version. The workflowIdis not the UUID.
Result Syntax
[
    'arn' => '<string>',
    'status' => 'CREATING|ACTIVE|UPDATING|DELETED|FAILED|INACTIVE',
    'tags' => ['<string>', ...],
    'uuid' => '<string>',
    'versionName' => '<string>',
    'workflowId' => '<string>',
]
	Result Details
Members
- arn
- 
- Type: string
 ARN of the workflow version. 
- status
- 
- Type: string
 The workflow version status. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The workflow version's tags. 
- uuid
- 
- Type: string
 The universally unique identifier (UUID) value for this workflow version. 
- versionName
- 
- Type: string
 The workflow version name. 
- workflowId
- 
- Type: string
 The workflow's ID. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
DeleteAnnotationStore
$result = $client->deleteAnnotationStore([/* ... */]); $promise = $client->deleteAnnotationStoreAsync([/* ... */]);
Deletes an annotation store.
Parameter Syntax
$result = $client->deleteAnnotationStore([
    'force' => true || false,
    'name' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- force
- 
- Type: boolean
 Whether to force deletion. 
- name
- 
- Required: Yes
- Type: string
 The store's name. 
Result Syntax
[
    'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
]
	Result Details
Members
- status
- 
- Required: Yes
- Type: string
 The store's status. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
DeleteAnnotationStoreVersions
$result = $client->deleteAnnotationStoreVersions([/* ... */]); $promise = $client->deleteAnnotationStoreVersionsAsync([/* ... */]);
Deletes one or multiple versions of an annotation store.
Parameter Syntax
$result = $client->deleteAnnotationStoreVersions([
    'force' => true || false,
    'name' => '<string>', // REQUIRED
    'versions' => ['<string>', ...], // REQUIRED
]);
	Parameter Details
Members
- force
- 
- Type: boolean
 Forces the deletion of an annotation store version when imports are in-progress.. 
- name
- 
- Required: Yes
- Type: string
 The name of the annotation store from which versions are being deleted. 
- versions
- 
- Required: Yes
- Type: Array of strings
 The versions of an annotation store to be deleted. 
Result Syntax
[
    'errors' => [
        [
            'message' => '<string>',
            'versionName' => '<string>',
        ],
        // ...
    ],
]
	Result Details
Members
- errors
- 
- Type: Array of VersionDeleteError structures
 Any errors that occur when attempting to delete an annotation store version. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
DeleteReference
$result = $client->deleteReference([/* ... */]); $promise = $client->deleteReferenceAsync([/* ... */]);
Deletes a reference genome and returns a response with no body if the operation is successful. The read set associated with the reference genome must first be deleted before deleting the reference genome. After the reference genome is deleted, you can delete the reference store using the DeleteReferenceStore API operation.
For more information, see Deleting HealthOmics reference and sequence stores in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->deleteReference([
    'id' => '<string>', // REQUIRED
    'referenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The reference's ID. 
- referenceStoreId
- 
- Required: Yes
- Type: string
 The reference's store ID. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
DeleteReferenceStore
$result = $client->deleteReferenceStore([/* ... */]); $promise = $client->deleteReferenceStoreAsync([/* ... */]);
Deletes a reference store and returns a response with no body if the operation is successful. You can only delete a reference store when it does not contain any reference genomes. To empty a reference store, use DeleteReference.
For more information about your workflow status, see Deleting HealthOmics reference and sequence stores in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->deleteReferenceStore([
    'id' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
DeleteRun
$result = $client->deleteRun([/* ... */]); $promise = $client->deleteRunAsync([/* ... */]);
Deletes a run and returns a response with no body if the operation is successful. You can only delete a run that has reached a COMPLETED, FAILED, or CANCELLED stage. A completed run has delivered an output, or was cancelled and resulted in no output. When you delete a run, only the metadata associated with the run is deleted. The run outputs remain in Amazon S3 and logs remain in CloudWatch.
To verify that the workflow is deleted:
-  Use ListRunsto confirm the workflow no longer appears in the list.
-  Use GetRunto verify the workflow cannot be found.
Parameter Syntax
$result = $client->deleteRun([
    'id' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The run's ID. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
DeleteRunCache
$result = $client->deleteRunCache([/* ... */]); $promise = $client->deleteRunCacheAsync([/* ... */]);
Deletes a run cache and returns a response with no body if the operation is successful. This action removes the cache metadata stored in the service account, but does not delete the data in Amazon S3. You can access the cache data in Amazon S3, for inspection or to troubleshoot issues. You can remove old cache data using standard S3 Delete operations. 
For more information, see Deleting a run cache in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->deleteRunCache([
    'id' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 Run cache identifier for the cache you want to delete. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
DeleteRunGroup
$result = $client->deleteRunGroup([/* ... */]); $promise = $client->deleteRunGroupAsync([/* ... */]);
Deletes a run group and returns a response with no body if the operation is successful.
To verify that the run group is deleted:
-  Use ListRunGroupsto confirm the workflow no longer appears in the list.
-  Use GetRunGroupto verify the workflow cannot be found.
Parameter Syntax
$result = $client->deleteRunGroup([
    'id' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The run group's ID. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
DeleteS3AccessPolicy
$result = $client->deleteS3AccessPolicy([/* ... */]); $promise = $client->deleteS3AccessPolicyAsync([/* ... */]);
Deletes an access policy for the specified store.
Parameter Syntax
$result = $client->deleteS3AccessPolicy([
    's3AccessPointArn' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- s3AccessPointArn
- 
- Required: Yes
- Type: string
 The S3 access point ARN that has the access policy. 
Result Syntax
[]
Result Details
Errors
- NotSupportedOperationException:
- The operation is not supported by Amazon Omics, or the API does not exist. 
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
DeleteSequenceStore
$result = $client->deleteSequenceStore([/* ... */]); $promise = $client->deleteSequenceStoreAsync([/* ... */]);
Deletes a sequence store and returns a response with no body if the operation is successful. You can only delete a sequence store when it does not contain any read sets.
Use the BatchDeleteReadSet API operation to ensure that all read sets in the sequence store are deleted. When a sequence store is deleted, all tags associated with the store are also deleted.
For more information, see Deleting HealthOmics reference and sequence stores in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->deleteSequenceStore([
    'id' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The sequence store's ID. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
DeleteShare
$result = $client->deleteShare([/* ... */]); $promise = $client->deleteShareAsync([/* ... */]);
Deletes a resource share. If you are the resource owner, the subscriber will no longer have access to the shared resource. If you are the subscriber, this operation deletes your access to the share.
Parameter Syntax
$result = $client->deleteShare([
    'shareId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- shareId
- 
- Required: Yes
- Type: string
 The ID for the resource share to be deleted. 
Result Syntax
[
    'status' => 'PENDING|ACTIVATING|ACTIVE|DELETING|DELETED|FAILED',
]
	Result Details
Members
- status
- 
- Type: string
 The status of the share being deleted. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
DeleteVariantStore
$result = $client->deleteVariantStore([/* ... */]); $promise = $client->deleteVariantStoreAsync([/* ... */]);
Deletes a variant store.
Parameter Syntax
$result = $client->deleteVariantStore([
    'force' => true || false,
    'name' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- force
- 
- Type: boolean
 Whether to force deletion. 
- name
- 
- Required: Yes
- Type: string
 The store's name. 
Result Syntax
[
    'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
]
	Result Details
Members
- status
- 
- Required: Yes
- Type: string
 The store's status. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
DeleteWorkflow
$result = $client->deleteWorkflow([/* ... */]); $promise = $client->deleteWorkflowAsync([/* ... */]);
Deletes a workflow by specifying its ID. This operation returns a response with no body if the deletion is successful.
To verify that the workflow is deleted:
-  Use ListWorkflowsto confirm the workflow no longer appears in the list.
-  Use GetWorkflowto verify the workflow cannot be found.
Parameter Syntax
$result = $client->deleteWorkflow([
    'id' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The workflow's ID. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
DeleteWorkflowVersion
$result = $client->deleteWorkflowVersion([/* ... */]); $promise = $client->deleteWorkflowVersionAsync([/* ... */]);
Deletes a workflow version. Deleting a workflow version doesn't affect any ongoing runs that are using the workflow version.
For more information, see Workflow versioning in Amazon Web Services HealthOmics in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->deleteWorkflowVersion([
    'versionName' => '<string>', // REQUIRED
    'workflowId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- versionName
- 
- Required: Yes
- Type: string
 The workflow version name. 
- workflowId
- 
- Required: Yes
- Type: string
 The workflow's ID. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetAnnotationImportJob
$result = $client->getAnnotationImportJob([/* ... */]); $promise = $client->getAnnotationImportJobAsync([/* ... */]);
Gets information about an annotation import job.
Parameter Syntax
$result = $client->getAnnotationImportJob([
    'jobId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- jobId
- 
- Required: Yes
- Type: string
 The job's ID. 
Result Syntax
[
    'annotationFields' => ['<string>', ...],
    'completionTime' => <DateTime>,
    'creationTime' => <DateTime>,
    'destinationName' => '<string>',
    'formatOptions' => [
        'tsvOptions' => [
            'readOptions' => [
                'comment' => '<string>',
                'encoding' => '<string>',
                'escape' => '<string>',
                'escapeQuotes' => true || false,
                'header' => true || false,
                'lineSep' => '<string>',
                'quote' => '<string>',
                'quoteAll' => true || false,
                'sep' => '<string>',
            ],
        ],
        'vcfOptions' => [
            'ignoreFilterField' => true || false,
            'ignoreQualField' => true || false,
        ],
    ],
    'id' => '<string>',
    'items' => [
        [
            'jobStatus' => 'SUBMITTED|IN_PROGRESS|CANCELLED|COMPLETED|FAILED|COMPLETED_WITH_FAILURES',
            'source' => '<string>',
        ],
        // ...
    ],
    'roleArn' => '<string>',
    'runLeftNormalization' => true || false,
    'status' => 'SUBMITTED|IN_PROGRESS|CANCELLED|COMPLETED|FAILED|COMPLETED_WITH_FAILURES',
    'statusMessage' => '<string>',
    'updateTime' => <DateTime>,
    'versionName' => '<string>',
]
	Result Details
Members
- annotationFields
- 
- Type: Associative array of custom strings keys (AnnotationFieldMapKeyString) to strings
 The annotation schema generated by the parsed annotation data. 
- completionTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job completed. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- destinationName
- 
- Required: Yes
- Type: string
 The job's destination annotation store. 
- formatOptions
- 
- Required: Yes
- Type: FormatOptions structure
 Formatting options for a file. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- items
- 
- Required: Yes
- Type: Array of AnnotationImportItemDetail structures
 The job's imported items. 
- roleArn
- 
- Required: Yes
- Type: string
 The job's service role ARN. 
- runLeftNormalization
- 
- Required: Yes
- Type: boolean
 The job's left normalization setting. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
- statusMessage
- 
- Required: Yes
- Type: string
 The job's status message. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was updated. 
- versionName
- 
- Required: Yes
- Type: string
 The name of the annotation store version. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
GetAnnotationStore
$result = $client->getAnnotationStore([/* ... */]); $promise = $client->getAnnotationStoreAsync([/* ... */]);
Gets information about an annotation store.
Parameter Syntax
$result = $client->getAnnotationStore([
    'name' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- name
- 
- Required: Yes
- Type: string
 The store's name. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'description' => '<string>',
    'id' => '<string>',
    'name' => '<string>',
    'numVersions' => <integer>,
    'reference' => [
        'referenceArn' => '<string>',
    ],
    'sseConfig' => [
        'keyArn' => '<string>',
        'type' => 'KMS',
    ],
    'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
    'statusMessage' => '<string>',
    'storeArn' => '<string>',
    'storeFormat' => 'GFF|TSV|VCF',
    'storeOptions' => [
        'tsvStoreOptions' => [
            'annotationType' => 'GENERIC|CHR_POS|CHR_POS_REF_ALT|CHR_START_END_ONE_BASE|CHR_START_END_REF_ALT_ONE_BASE|CHR_START_END_ZERO_BASE|CHR_START_END_REF_ALT_ZERO_BASE',
            'formatToHeader' => ['<string>', ...],
            'schema' => [
                ['<string>', ...],
                // ...
            ],
        ],
    ],
    'storeSizeBytes' => <integer>,
    'tags' => ['<string>', ...],
    'updateTime' => <DateTime>,
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was created. 
- description
- 
- Required: Yes
- Type: string
 The store's description. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Required: Yes
- Type: string
 The store's name. 
- numVersions
- 
- Required: Yes
- Type: int
 An integer indicating how many versions of an annotation store exist. 
- reference
- 
- Required: Yes
- Type: ReferenceItem structure
 The store's genome reference. 
- sseConfig
- 
- Required: Yes
- Type: SseConfig structure
 The store's server-side encryption (SSE) settings. 
- status
- 
- Required: Yes
- Type: string
 The store's status. 
- statusMessage
- 
- Required: Yes
- Type: string
 A status message. 
- storeArn
- 
- Required: Yes
- Type: string
 The store's ARN. 
- storeFormat
- 
- Type: string
 The store's annotation file format. 
- storeOptions
- 
- Type: StoreOptions structure
 The store's parsing options. 
- storeSizeBytes
- 
- Required: Yes
- Type: long (int|float)
 The store's size in bytes. 
- tags
- 
- Required: Yes
- Type: Associative array of custom strings keys (TagKey) to strings
 The store's tags. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was updated. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
GetAnnotationStoreVersion
$result = $client->getAnnotationStoreVersion([/* ... */]); $promise = $client->getAnnotationStoreVersionAsync([/* ... */]);
Retrieves the metadata for an annotation store version.
Parameter Syntax
$result = $client->getAnnotationStoreVersion([
    'name' => '<string>', // REQUIRED
    'versionName' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- name
- 
- Required: Yes
- Type: string
 The name given to an annotation store version to distinguish it from others. 
- versionName
- 
- Required: Yes
- Type: string
 The name given to an annotation store version to distinguish it from others. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'description' => '<string>',
    'id' => '<string>',
    'name' => '<string>',
    'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
    'statusMessage' => '<string>',
    'storeId' => '<string>',
    'tags' => ['<string>', ...],
    'updateTime' => <DateTime>,
    'versionArn' => '<string>',
    'versionName' => '<string>',
    'versionOptions' => [
        'tsvVersionOptions' => [
            'annotationType' => 'GENERIC|CHR_POS|CHR_POS_REF_ALT|CHR_START_END_ONE_BASE|CHR_START_END_REF_ALT_ONE_BASE|CHR_START_END_ZERO_BASE|CHR_START_END_REF_ALT_ZERO_BASE',
            'formatToHeader' => ['<string>', ...],
            'schema' => [
                ['<string>', ...],
                // ...
            ],
        ],
    ],
    'versionSizeBytes' => <integer>,
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The time stamp for when an annotation store version was created. 
- description
- 
- Required: Yes
- Type: string
 The description for an annotation store version. 
- id
- 
- Required: Yes
- Type: string
 The annotation store version ID. 
- name
- 
- Required: Yes
- Type: string
 The name of the annotation store. 
- status
- 
- Required: Yes
- Type: string
 The status of an annotation store version. 
- statusMessage
- 
- Required: Yes
- Type: string
 The status of an annotation store version. 
- storeId
- 
- Required: Yes
- Type: string
 The store ID for annotation store version. 
- tags
- 
- Required: Yes
- Type: Associative array of custom strings keys (TagKey) to strings
 Any tags associated with an annotation store version. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The time stamp for when an annotation store version was updated. 
- versionArn
- 
- Required: Yes
- Type: string
 The Arn for the annotation store. 
- versionName
- 
- Required: Yes
- Type: string
 The name given to an annotation store version to distinguish it from others. 
- versionOptions
- 
- Type: VersionOptions structure
 The options for an annotation store version. 
- versionSizeBytes
- 
- Required: Yes
- Type: long (int|float)
 The size of the annotation store version in Bytes. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
GetReadSet
$result = $client->getReadSet([/* ... */]); $promise = $client->getReadSetAsync([/* ... */]);
Retrieves detailed information from parts of a read set and returns the read set in the same format that it was uploaded. You must have read sets uploaded to your sequence store in order to run this operation.
Parameter Syntax
$result = $client->getReadSet([
    'file' => 'SOURCE1|SOURCE2|INDEX',
    'id' => '<string>', // REQUIRED
    'partNumber' => <integer>, // REQUIRED
    'sequenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- file
- 
- Type: string
 The file to retrieve. 
- id
- 
- Required: Yes
- Type: string
 The read set's ID. 
- partNumber
- 
- Required: Yes
- Type: int
 The part number to retrieve. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The read set's sequence store ID. 
Result Syntax
[
    'payload' => <string || resource || Psr\Http\Message\StreamInterface>,
]
	Result Details
Members
- payload
- 
- Type: blob (string|resource|Psr\Http\Message\StreamInterface)
 The read set file payload. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- RangeNotSatisfiableException:
- The ranges specified in the request are not valid. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetReadSetActivationJob
$result = $client->getReadSetActivationJob([/* ... */]); $promise = $client->getReadSetActivationJobAsync([/* ... */]);
Returns detailed information about the status of a read set activation job in JSON format.
Parameter Syntax
$result = $client->getReadSetActivationJob([
    'id' => '<string>', // REQUIRED
    'sequenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The job's sequence store ID. 
Result Syntax
[
    'completionTime' => <DateTime>,
    'creationTime' => <DateTime>,
    'id' => '<string>',
    'sequenceStoreId' => '<string>',
    'sources' => [
        [
            'readSetId' => '<string>',
            'status' => 'NOT_STARTED|IN_PROGRESS|FINISHED|FAILED',
            'statusMessage' => '<string>',
        ],
        // ...
    ],
    'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
    'statusMessage' => '<string>',
]
	Result Details
Members
- completionTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job completed. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The job's sequence store ID. 
- sources
- 
- Type: Array of ActivateReadSetSourceItem structures
 The job's source files. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
- statusMessage
- 
- Type: string
 The job's status message. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetReadSetExportJob
$result = $client->getReadSetExportJob([/* ... */]); $promise = $client->getReadSetExportJobAsync([/* ... */]);
Retrieves status information about a read set export job and returns the data in JSON format. Use this operation to actively monitor the progress of an export job.
Parameter Syntax
$result = $client->getReadSetExportJob([
    'id' => '<string>', // REQUIRED
    'sequenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The job's sequence store ID. 
Result Syntax
[
    'completionTime' => <DateTime>,
    'creationTime' => <DateTime>,
    'destination' => '<string>',
    'id' => '<string>',
    'readSets' => [
        [
            'id' => '<string>',
            'status' => 'NOT_STARTED|IN_PROGRESS|FINISHED|FAILED',
            'statusMessage' => '<string>',
        ],
        // ...
    ],
    'sequenceStoreId' => '<string>',
    'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
    'statusMessage' => '<string>',
]
	Result Details
Members
- completionTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job completed. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- destination
- 
- Required: Yes
- Type: string
 The job's destination in Amazon S3. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- readSets
- 
- Type: Array of ExportReadSetDetail structures
 The job's read sets. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The job's sequence store ID. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
- statusMessage
- 
- Type: string
 The job's status message. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetReadSetImportJob
$result = $client->getReadSetImportJob([/* ... */]); $promise = $client->getReadSetImportJobAsync([/* ... */]);
Gets detailed and status information about a read set import job and returns the data in JSON format.
Parameter Syntax
$result = $client->getReadSetImportJob([
    'id' => '<string>', // REQUIRED
    'sequenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The job's sequence store ID. 
Result Syntax
[
    'completionTime' => <DateTime>,
    'creationTime' => <DateTime>,
    'id' => '<string>',
    'roleArn' => '<string>',
    'sequenceStoreId' => '<string>',
    'sources' => [
        [
            'description' => '<string>',
            'generatedFrom' => '<string>',
            'name' => '<string>',
            'readSetId' => '<string>',
            'referenceArn' => '<string>',
            'sampleId' => '<string>',
            'sourceFileType' => 'FASTQ|BAM|CRAM|UBAM',
            'sourceFiles' => [
                'source1' => '<string>',
                'source2' => '<string>',
            ],
            'status' => 'NOT_STARTED|IN_PROGRESS|FINISHED|FAILED',
            'statusMessage' => '<string>',
            'subjectId' => '<string>',
            'tags' => ['<string>', ...],
        ],
        // ...
    ],
    'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
    'statusMessage' => '<string>',
]
	Result Details
Members
- completionTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job completed. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- roleArn
- 
- Required: Yes
- Type: string
 The job's service role ARN. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The job's sequence store ID. 
- sources
- 
- Required: Yes
- Type: Array of ImportReadSetSourceItem structures
 The job's source files. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
- statusMessage
- 
- Type: string
 The job's status message. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetReadSetMetadata
$result = $client->getReadSetMetadata([/* ... */]); $promise = $client->getReadSetMetadataAsync([/* ... */]);
Retrieves the metadata for a read set from a sequence store in JSON format. This operation does not return tags. To retrieve the list of tags for a read set, use the ListTagsForResource API operation.
Parameter Syntax
$result = $client->getReadSetMetadata([
    'id' => '<string>', // REQUIRED
    'sequenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The read set's ID. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The read set's sequence store ID. 
Result Syntax
[
    'arn' => '<string>',
    'creationJobId' => '<string>',
    'creationTime' => <DateTime>,
    'creationType' => 'IMPORT|UPLOAD',
    'description' => '<string>',
    'etag' => [
        'algorithm' => 'FASTQ_MD5up|BAM_MD5up|CRAM_MD5up|FASTQ_SHA256up|BAM_SHA256up|CRAM_SHA256up|FASTQ_SHA512up|BAM_SHA512up|CRAM_SHA512up',
        'source1' => '<string>',
        'source2' => '<string>',
    ],
    'fileType' => 'FASTQ|BAM|CRAM|UBAM',
    'files' => [
        'index' => [
            'contentLength' => <integer>,
            'partSize' => <integer>,
            's3Access' => [
                's3Uri' => '<string>',
            ],
            'totalParts' => <integer>,
        ],
        'source1' => [
            'contentLength' => <integer>,
            'partSize' => <integer>,
            's3Access' => [
                's3Uri' => '<string>',
            ],
            'totalParts' => <integer>,
        ],
        'source2' => [
            'contentLength' => <integer>,
            'partSize' => <integer>,
            's3Access' => [
                's3Uri' => '<string>',
            ],
            'totalParts' => <integer>,
        ],
    ],
    'id' => '<string>',
    'name' => '<string>',
    'referenceArn' => '<string>',
    'sampleId' => '<string>',
    'sequenceInformation' => [
        'alignment' => '<string>',
        'generatedFrom' => '<string>',
        'totalBaseCount' => <integer>,
        'totalReadCount' => <integer>,
    ],
    'sequenceStoreId' => '<string>',
    'status' => 'ARCHIVED|ACTIVATING|ACTIVE|DELETING|DELETED|PROCESSING_UPLOAD|UPLOAD_FAILED',
    'statusMessage' => '<string>',
    'subjectId' => '<string>',
]
	Result Details
Members
- arn
- 
- Required: Yes
- Type: string
 The read set's ARN. 
- creationJobId
- 
- Type: string
 The read set's creation job ID. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the read set was created. 
- creationType
- 
- Type: string
 The creation type of the read set. 
- description
- 
- Type: string
 The read set's description. 
- etag
- 
- Type: ETag structure
 The entity tag (ETag) is a hash of the object meant to represent its semantic content. 
- fileType
- 
- Required: Yes
- Type: string
 The read set's file type. 
- files
- 
- Type: ReadSetFiles structure
 The read set's files. 
- id
- 
- Required: Yes
- Type: string
 The read set's ID. 
- name
- 
- Type: string
 The read set's name. 
- referenceArn
- 
- Type: string
 The read set's genome reference ARN. 
- sampleId
- 
- Type: string
 The read set's sample ID. 
- sequenceInformation
- 
- Type: SequenceInformation structure
 The read set's sequence information. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The read set's sequence store ID. 
- status
- 
- Required: Yes
- Type: string
 The read set's status. 
- statusMessage
- 
- Type: string
 The status message for a read set. It provides more detail as to why the read set has a status. 
- subjectId
- 
- Type: string
 The read set's subject ID. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetReference
$result = $client->getReference([/* ... */]); $promise = $client->getReferenceAsync([/* ... */]);
Downloads parts of data from a reference genome and returns the reference file in the same format that it was uploaded.
For more information, see Creating a HealthOmics reference store in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->getReference([
    'file' => 'SOURCE|INDEX',
    'id' => '<string>', // REQUIRED
    'partNumber' => <integer>, // REQUIRED
    'range' => '<string>',
    'referenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- file
- 
- Type: string
 The file to retrieve. 
- id
- 
- Required: Yes
- Type: string
 The reference's ID. 
- partNumber
- 
- Required: Yes
- Type: int
 The part number to retrieve. 
- range
- 
- Type: string
 The range to retrieve. 
- referenceStoreId
- 
- Required: Yes
- Type: string
 The reference's store ID. 
Result Syntax
[
    'payload' => <string || resource || Psr\Http\Message\StreamInterface>,
]
	Result Details
Members
- payload
- 
- Type: blob (string|resource|Psr\Http\Message\StreamInterface)
 The reference file payload. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- RangeNotSatisfiableException:
- The ranges specified in the request are not valid. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetReferenceImportJob
$result = $client->getReferenceImportJob([/* ... */]); $promise = $client->getReferenceImportJobAsync([/* ... */]);
Monitors the status of a reference import job. This operation can be called after calling the StartReferenceImportJob operation.
Parameter Syntax
$result = $client->getReferenceImportJob([
    'id' => '<string>', // REQUIRED
    'referenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- referenceStoreId
- 
- Required: Yes
- Type: string
 The job's reference store ID. 
Result Syntax
[
    'completionTime' => <DateTime>,
    'creationTime' => <DateTime>,
    'id' => '<string>',
    'referenceStoreId' => '<string>',
    'roleArn' => '<string>',
    'sources' => [
        [
            'description' => '<string>',
            'name' => '<string>',
            'referenceId' => '<string>',
            'sourceFile' => '<string>',
            'status' => 'NOT_STARTED|IN_PROGRESS|FINISHED|FAILED',
            'statusMessage' => '<string>',
            'tags' => ['<string>', ...],
        ],
        // ...
    ],
    'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
    'statusMessage' => '<string>',
]
	Result Details
Members
- completionTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job completed. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- referenceStoreId
- 
- Required: Yes
- Type: string
 The job's reference store ID. 
- roleArn
- 
- Required: Yes
- Type: string
 The job's service role ARN. 
- sources
- 
- Required: Yes
- Type: Array of ImportReferenceSourceItem structures
 The job's source files. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
- statusMessage
- 
- Type: string
 The job's status message. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetReferenceMetadata
$result = $client->getReferenceMetadata([/* ... */]); $promise = $client->getReferenceMetadataAsync([/* ... */]);
Retrieves metadata for a reference genome. This operation returns the number of parts, part size, and MD5 of an entire file. This operation does not return tags. To retrieve the list of tags for a read set, use the ListTagsForResource API operation.
Parameter Syntax
$result = $client->getReferenceMetadata([
    'id' => '<string>', // REQUIRED
    'referenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The reference's ID. 
- referenceStoreId
- 
- Required: Yes
- Type: string
 The reference's reference store ID. 
Result Syntax
[
    'arn' => '<string>',
    'creationJobId' => '<string>',
    'creationTime' => <DateTime>,
    'creationType' => 'IMPORT',
    'description' => '<string>',
    'files' => [
        'index' => [
            'contentLength' => <integer>,
            'partSize' => <integer>,
            's3Access' => [
                's3Uri' => '<string>',
            ],
            'totalParts' => <integer>,
        ],
        'source' => [
            'contentLength' => <integer>,
            'partSize' => <integer>,
            's3Access' => [
                's3Uri' => '<string>',
            ],
            'totalParts' => <integer>,
        ],
    ],
    'id' => '<string>',
    'md5' => '<string>',
    'name' => '<string>',
    'referenceStoreId' => '<string>',
    'status' => 'ACTIVE|DELETING|DELETED',
    'updateTime' => <DateTime>,
]
	Result Details
Members
- arn
- 
- Required: Yes
- Type: string
 The reference's ARN. 
- creationJobId
- 
- Type: string
 The reference's creation job ID. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the reference was created. 
- creationType
- 
- Type: string
 The reference's creation type. 
- description
- 
- Type: string
 The reference's description. 
- files
- 
- Type: ReferenceFiles structure
 The reference's files. 
- id
- 
- Required: Yes
- Type: string
 The reference's ID. 
- md5
- 
- Required: Yes
- Type: string
 The reference's MD5 checksum. 
- name
- 
- Type: string
 The reference's name. 
- referenceStoreId
- 
- Required: Yes
- Type: string
 The reference's reference store ID. 
- status
- 
- Type: string
 The reference's status. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the reference was updated. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetReferenceStore
$result = $client->getReferenceStore([/* ... */]); $promise = $client->getReferenceStoreAsync([/* ... */]);
Gets information about a reference store.
Parameter Syntax
$result = $client->getReferenceStore([
    'id' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
Result Syntax
[
    'arn' => '<string>',
    'creationTime' => <DateTime>,
    'description' => '<string>',
    'id' => '<string>',
    'name' => '<string>',
    'sseConfig' => [
        'keyArn' => '<string>',
        'type' => 'KMS',
    ],
]
	Result Details
Members
- arn
- 
- Required: Yes
- Type: string
 The store's ARN. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was created. 
- description
- 
- Type: string
 The store's description. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Type: string
 The store's name. 
- sseConfig
- 
- Type: SseConfig structure
 The store's server-side encryption (SSE) settings. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetRun
$result = $client->getRun([/* ... */]); $promise = $client->getRunAsync([/* ... */]);
Gets detailed information about a specific run using its ID.
Amazon Web Services HealthOmics stores a configurable number of runs, as determined by service limits, that are available to the console and API. If GetRun does not return the requested run, you can find all run logs in the CloudWatch logs. For more information about viewing the run logs, see CloudWatch logs in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->getRun([
    'export' => ['<string>', ...],
    'id' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- export
- 
- Type: Array of strings
 The run's export format. 
- id
- 
- Required: Yes
- Type: string
 The run's ID. 
Result Syntax
[
    'accelerators' => 'GPU',
    'arn' => '<string>',
    'cacheBehavior' => 'CACHE_ON_FAILURE|CACHE_ALWAYS',
    'cacheId' => '<string>',
    'creationTime' => <DateTime>,
    'definition' => '<string>',
    'digest' => '<string>',
    'engineVersion' => '<string>',
    'failureReason' => '<string>',
    'id' => '<string>',
    'logLevel' => 'OFF|FATAL|ERROR|ALL',
    'logLocation' => [
        'engineLogStream' => '<string>',
        'runLogStream' => '<string>',
    ],
    'name' => '<string>',
    'outputUri' => '<string>',
    'parameters' => [
    ],
    'priority' => <integer>,
    'resourceDigests' => ['<string>', ...],
    'retentionMode' => 'RETAIN|REMOVE',
    'roleArn' => '<string>',
    'runGroupId' => '<string>',
    'runId' => '<string>',
    'runOutputUri' => '<string>',
    'startTime' => <DateTime>,
    'startedBy' => '<string>',
    'status' => 'PENDING|STARTING|RUNNING|STOPPING|COMPLETED|DELETED|CANCELLED|FAILED',
    'statusMessage' => '<string>',
    'stopTime' => <DateTime>,
    'storageCapacity' => <integer>,
    'storageType' => 'STATIC|DYNAMIC',
    'tags' => ['<string>', ...],
    'uuid' => '<string>',
    'workflowId' => '<string>',
    'workflowOwnerId' => '<string>',
    'workflowType' => 'PRIVATE|READY2RUN',
    'workflowUuid' => '<string>',
    'workflowVersionName' => '<string>',
]
	Result Details
Members
- accelerators
- 
- Type: string
 The computational accelerator used to run the workflow. 
- arn
- 
- Type: string
 The run's ARN. 
- cacheBehavior
- 
- Type: string
 The run cache behavior for the run. 
- cacheId
- 
- Type: string
 The run cache associated with the run. 
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the run was created. 
- definition
- 
- Type: string
 The run's definition. 
- digest
- 
- Type: string
 The run's digest. 
- engineVersion
- 
- Type: string
 The actual Nextflow engine version that Amazon Web Services HealthOmics used for the run. The other workflow definition languages don't provide a value for this field. 
- failureReason
- 
- Type: string
 The reason a run has failed. 
- id
- 
- Type: string
 The run's ID. 
- logLevel
- 
- Type: string
 The run's log level. 
- logLocation
- 
- Type: RunLogLocation structure
 The location of the run log. 
- name
- 
- Type: string
 The run's name. 
- outputUri
- 
- Type: string
 The run's output URI. 
- parameters
- 
- Type: document (null|bool|string|numeric) or an (array|associative array) whose members are all valid documents
 The run's parameters. 
- priority
- 
- Type: int
 The run's priority. 
- resourceDigests
- 
- Type: Associative array of custom strings keys (RunResourceDigestKey) to strings
 The run's resource digests. 
- retentionMode
- 
- Type: string
 The run's retention mode. 
- roleArn
- 
- Type: string
 The run's service role ARN. 
- runGroupId
- 
- Type: string
 The run's group ID. 
- runId
- 
- Type: string
 The run's ID. 
- runOutputUri
- 
- Type: string
 The destination for workflow outputs. 
- startTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the run started. 
- startedBy
- 
- Type: string
 Who started the run. 
- status
- 
- Type: string
 The run's status. 
- statusMessage
- 
- Type: string
 The run's status message. 
- stopTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The run's stop time. 
- storageCapacity
- 
- Type: int
 The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run. 
- storageType
- 
- Type: string
 The run's storage type. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The run's tags. 
- uuid
- 
- Type: string
 The universally unique identifier for a run. 
- workflowId
- 
- Type: string
 The run's workflow ID. 
- workflowOwnerId
- 
- Type: string
 The ID of the workflow owner. 
- workflowType
- 
- Type: string
 The run's workflow type. 
- workflowUuid
- 
- Type: string
 The universally unique identifier (UUID) value for the workflow. 
- workflowVersionName
- 
- Type: string
 The workflow version name. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetRunCache
$result = $client->getRunCache([/* ... */]); $promise = $client->getRunCacheAsync([/* ... */]);
Retrieves detailed information about the specified run cache using its ID.
For more information, see Call caching for Amazon Web Services HealthOmics runs in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->getRunCache([
    'id' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The identifier of the run cache to retrieve. 
Result Syntax
[
    'arn' => '<string>',
    'cacheBehavior' => 'CACHE_ON_FAILURE|CACHE_ALWAYS',
    'cacheBucketOwnerId' => '<string>',
    'cacheS3Uri' => '<string>',
    'creationTime' => <DateTime>,
    'description' => '<string>',
    'id' => '<string>',
    'name' => '<string>',
    'status' => 'ACTIVE|DELETED|FAILED',
    'tags' => ['<string>', ...],
]
	Result Details
Members
- arn
- 
- Type: string
 Unique resource identifier for the run cache. 
- cacheBehavior
- 
- Type: string
 The default cache behavior for runs using this cache. 
- cacheBucketOwnerId
- 
- Type: string
 The identifier of the bucket owner. 
- cacheS3Uri
- 
- Type: string
 The S3 URI where the cache data is stored. 
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 Creation time of the run cache (an ISO 8601 formatted string). 
- description
- 
- Type: string
 The run cache description. 
- id
- 
- Type: string
 The run cache ID. 
- name
- 
- Type: string
 The run cache name. 
- status
- 
- Type: string
 The run cache status. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The tags associated with the run cache. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetRunGroup
$result = $client->getRunGroup([/* ... */]); $promise = $client->getRunGroupAsync([/* ... */]);
Gets information about a run group and returns its metadata.
Parameter Syntax
$result = $client->getRunGroup([
    'id' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The group's ID. 
Result Syntax
[
    'arn' => '<string>',
    'creationTime' => <DateTime>,
    'id' => '<string>',
    'maxCpus' => <integer>,
    'maxDuration' => <integer>,
    'maxGpus' => <integer>,
    'maxRuns' => <integer>,
    'name' => '<string>',
    'tags' => ['<string>', ...],
]
	Result Details
Members
- arn
- 
- Type: string
 The group's ARN. 
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the group was created. 
- id
- 
- Type: string
 The group's ID. 
- maxCpus
- 
- Type: int
 The group's maximum number of CPUs to use. 
- maxDuration
- 
- Type: int
 The group's maximum run time in minutes. 
- maxGpus
- 
- Type: int
 The maximum GPUs that can be used by a run group. 
- maxRuns
- 
- Type: int
 The maximum number of concurrent runs for the group. 
- name
- 
- Type: string
 The group's name. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The group's tags. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetRunTask
$result = $client->getRunTask([/* ... */]); $promise = $client->getRunTaskAsync([/* ... */]);
Gets detailed information about a run task using its ID.
Parameter Syntax
$result = $client->getRunTask([
    'id' => '<string>', // REQUIRED
    'taskId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The workflow run ID. 
- taskId
- 
- Required: Yes
- Type: string
 The task's ID. 
Result Syntax
[
    'cacheHit' => true || false,
    'cacheS3Uri' => '<string>',
    'cpus' => <integer>,
    'creationTime' => <DateTime>,
    'failureReason' => '<string>',
    'gpus' => <integer>,
    'imageDetails' => [
        'image' => '<string>',
        'imageDigest' => '<string>',
        'sourceImage' => '<string>',
    ],
    'instanceType' => '<string>',
    'logStream' => '<string>',
    'memory' => <integer>,
    'name' => '<string>',
    'startTime' => <DateTime>,
    'status' => 'PENDING|STARTING|RUNNING|STOPPING|COMPLETED|CANCELLED|FAILED',
    'statusMessage' => '<string>',
    'stopTime' => <DateTime>,
    'taskId' => '<string>',
]
	Result Details
Members
- cacheHit
- 
- Type: boolean
 Set to true if Amazon Web Services HealthOmics found a matching entry in the run cache for this task. 
- cacheS3Uri
- 
- Type: string
 The S3 URI of the cache location. 
- cpus
- 
- Type: int
 The task's CPU usage. 
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the task was created. 
- failureReason
- 
- Type: string
 The reason a task has failed. 
- gpus
- 
- Type: int
 The number of Graphics Processing Units (GPU) specified in the task. 
- imageDetails
- 
- Type: ImageDetails structure
 Details about the container image that this task uses. 
- instanceType
- 
- Type: string
 The instance type for a task. 
- logStream
- 
- Type: string
 The task's log stream. 
- memory
- 
- Type: int
 The task's memory use in gigabytes. 
- name
- 
- Type: string
 The task's name. 
- startTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The task's start time. 
- status
- 
- Type: string
 The task's status. 
- statusMessage
- 
- Type: string
 The task's status message. 
- stopTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The task's stop time. 
- taskId
- 
- Type: string
 The task's ID. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetS3AccessPolicy
$result = $client->getS3AccessPolicy([/* ... */]); $promise = $client->getS3AccessPolicyAsync([/* ... */]);
Retrieves details about an access policy on a given store.
Parameter Syntax
$result = $client->getS3AccessPolicy([
    's3AccessPointArn' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- s3AccessPointArn
- 
- Required: Yes
- Type: string
 The S3 access point ARN that has the access policy. 
Result Syntax
[
    's3AccessPointArn' => '<string>',
    's3AccessPolicy' => '<string>',
    'storeId' => '<string>',
    'storeType' => 'SEQUENCE_STORE|REFERENCE_STORE',
    'updateTime' => <DateTime>,
]
	Result Details
Members
- s3AccessPointArn
- 
- Type: string
 The S3 access point ARN that has the access policy. 
- s3AccessPolicy
- 
- Required: Yes
- Type: string (string|number|array|map or anything parsable by json_encode)
 The current resource policy that controls S3 access on the store. 
- storeId
- 
- Type: string
 The Amazon Web Services-generated Sequence Store or Reference Store ID. 
- storeType
- 
- Type: string
 The type of store associated with the access point. 
- updateTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The time when the policy was last updated. 
Errors
- NotSupportedOperationException:
- The operation is not supported by Amazon Omics, or the API does not exist. 
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetSequenceStore
$result = $client->getSequenceStore([/* ... */]); $promise = $client->getSequenceStoreAsync([/* ... */]);
Retrieves metadata for a sequence store using its ID and returns it in JSON format.
Parameter Syntax
$result = $client->getSequenceStore([
    'id' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
Result Syntax
[
    'arn' => '<string>',
    'creationTime' => <DateTime>,
    'description' => '<string>',
    'eTagAlgorithmFamily' => 'MD5up|SHA256up|SHA512up',
    'fallbackLocation' => '<string>',
    'id' => '<string>',
    'name' => '<string>',
    'propagatedSetLevelTags' => ['<string>', ...],
    's3Access' => [
        'accessLogLocation' => '<string>',
        's3AccessPointArn' => '<string>',
        's3Uri' => '<string>',
    ],
    'sseConfig' => [
        'keyArn' => '<string>',
        'type' => 'KMS',
    ],
    'status' => 'CREATING|ACTIVE|UPDATING|DELETING|FAILED',
    'statusMessage' => '<string>',
    'updateTime' => <DateTime>,
]
	Result Details
Members
- arn
- 
- Required: Yes
- Type: string
 The store's ARN. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was created. 
- description
- 
- Type: string
 The store's description. 
- eTagAlgorithmFamily
- 
- Type: string
 The algorithm family of the ETag. 
- fallbackLocation
- 
- Type: string
 An S3 location that is used to store files that have failed a direct upload. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Type: string
 The store's name. 
- propagatedSetLevelTags
- 
- Type: Array of strings
 The tags keys to propagate to the S3 objects associated with read sets in the sequence store. 
- s3Access
- 
- Type: SequenceStoreS3Access structure
 The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket. 
- sseConfig
- 
- Type: SseConfig structure
 The store's server-side encryption (SSE) settings. 
- status
- 
- Type: string
 The status of the sequence store. 
- statusMessage
- 
- Type: string
 The status message of the sequence store. 
- updateTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The last-updated time of the sequence store. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetShare
$result = $client->getShare([/* ... */]); $promise = $client->getShareAsync([/* ... */]);
Retrieves the metadata for the specified resource share.
Parameter Syntax
$result = $client->getShare([
    'shareId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- shareId
- 
- Required: Yes
- Type: string
 The ID of the share. 
Result Syntax
[
    'share' => [
        'creationTime' => <DateTime>,
        'ownerId' => '<string>',
        'principalSubscriber' => '<string>',
        'resourceArn' => '<string>',
        'resourceId' => '<string>',
        'shareId' => '<string>',
        'shareName' => '<string>',
        'status' => 'PENDING|ACTIVATING|ACTIVE|DELETING|DELETED|FAILED',
        'statusMessage' => '<string>',
        'updateTime' => <DateTime>,
    ],
]
	Result Details
Members
- share
- 
- Type: ShareDetails structure
 A resource share details object. The object includes the status, the resourceArn, and ownerId. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
GetVariantImportJob
$result = $client->getVariantImportJob([/* ... */]); $promise = $client->getVariantImportJobAsync([/* ... */]);
Gets information about a variant import job.
Parameter Syntax
$result = $client->getVariantImportJob([
    'jobId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- jobId
- 
- Required: Yes
- Type: string
 The job's ID. 
Result Syntax
[
    'annotationFields' => ['<string>', ...],
    'completionTime' => <DateTime>,
    'creationTime' => <DateTime>,
    'destinationName' => '<string>',
    'id' => '<string>',
    'items' => [
        [
            'jobStatus' => 'SUBMITTED|IN_PROGRESS|CANCELLED|COMPLETED|FAILED|COMPLETED_WITH_FAILURES',
            'source' => '<string>',
            'statusMessage' => '<string>',
        ],
        // ...
    ],
    'roleArn' => '<string>',
    'runLeftNormalization' => true || false,
    'status' => 'SUBMITTED|IN_PROGRESS|CANCELLED|COMPLETED|FAILED|COMPLETED_WITH_FAILURES',
    'statusMessage' => '<string>',
    'updateTime' => <DateTime>,
]
	Result Details
Members
- annotationFields
- 
- Type: Associative array of custom strings keys (AnnotationFieldMapKeyString) to strings
 The annotation schema generated by the parsed annotation data. 
- completionTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job completed. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- destinationName
- 
- Required: Yes
- Type: string
 The job's destination variant store. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- items
- 
- Required: Yes
- Type: Array of VariantImportItemDetail structures
 The job's items. 
- roleArn
- 
- Required: Yes
- Type: string
 The job's service role ARN. 
- runLeftNormalization
- 
- Required: Yes
- Type: boolean
 The job's left normalization setting. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
- statusMessage
- 
- Required: Yes
- Type: string
 The job's status message. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was updated. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
GetVariantStore
$result = $client->getVariantStore([/* ... */]); $promise = $client->getVariantStoreAsync([/* ... */]);
Gets information about a variant store.
Parameter Syntax
$result = $client->getVariantStore([
    'name' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- name
- 
- Required: Yes
- Type: string
 The store's name. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'description' => '<string>',
    'id' => '<string>',
    'name' => '<string>',
    'reference' => [
        'referenceArn' => '<string>',
    ],
    'sseConfig' => [
        'keyArn' => '<string>',
        'type' => 'KMS',
    ],
    'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
    'statusMessage' => '<string>',
    'storeArn' => '<string>',
    'storeSizeBytes' => <integer>,
    'tags' => ['<string>', ...],
    'updateTime' => <DateTime>,
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was created. 
- description
- 
- Required: Yes
- Type: string
 The store's description. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Required: Yes
- Type: string
 The store's name. 
- reference
- 
- Required: Yes
- Type: ReferenceItem structure
 The store's genome reference. 
- sseConfig
- 
- Required: Yes
- Type: SseConfig structure
 The store's server-side encryption (SSE) settings. 
- status
- 
- Required: Yes
- Type: string
 The store's status. 
- statusMessage
- 
- Required: Yes
- Type: string
 The store's status message. 
- storeArn
- 
- Required: Yes
- Type: string
 The store's ARN. 
- storeSizeBytes
- 
- Required: Yes
- Type: long (int|float)
 The store's size in bytes. 
- tags
- 
- Required: Yes
- Type: Associative array of custom strings keys (TagKey) to strings
 The store's tags. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was updated. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
GetWorkflow
$result = $client->getWorkflow([/* ... */]); $promise = $client->getWorkflowAsync([/* ... */]);
Gets all information about a workflow using its ID.
If a workflow is shared with you, you cannot export the workflow.
For more information about your workflow status, see Verify the workflow status in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->getWorkflow([
    'export' => ['<string>', ...],
    'id' => '<string>', // REQUIRED
    'type' => 'PRIVATE|READY2RUN',
    'workflowOwnerId' => '<string>',
]);
	Parameter Details
Members
- export
- 
- Type: Array of strings
 The export format for the workflow. 
- id
- 
- Required: Yes
- Type: string
 The workflow's ID. 
- type
- 
- Type: string
 The workflow's type. 
- workflowOwnerId
- 
- Type: string
 The ID of the workflow owner. 
Result Syntax
[
    'accelerators' => 'GPU',
    'arn' => '<string>',
    'containerRegistryMap' => [
        'imageMappings' => [
            [
                'destinationImage' => '<string>',
                'sourceImage' => '<string>',
            ],
            // ...
        ],
        'registryMappings' => [
            [
                'ecrAccountId' => '<string>',
                'ecrRepositoryPrefix' => '<string>',
                'upstreamRegistryUrl' => '<string>',
                'upstreamRepositoryPrefix' => '<string>',
            ],
            // ...
        ],
    ],
    'creationTime' => <DateTime>,
    'definition' => '<string>',
    'definitionRepositoryDetails' => [
        'connectionArn' => '<string>',
        'fullRepositoryId' => '<string>',
        'providerEndpoint' => '<string>',
        'providerType' => '<string>',
        'sourceReference' => [
            'type' => 'BRANCH|TAG|COMMIT',
            'value' => '<string>',
        ],
    ],
    'description' => '<string>',
    'digest' => '<string>',
    'engine' => 'WDL|NEXTFLOW|CWL',
    'id' => '<string>',
    'main' => '<string>',
    'metadata' => ['<string>', ...],
    'name' => '<string>',
    'parameterTemplate' => [
        '<WorkflowParameterName>' => [
            'description' => '<string>',
            'optional' => true || false,
        ],
        // ...
    ],
    'readme' => '<string>',
    'readmePath' => '<string>',
    'status' => 'CREATING|ACTIVE|UPDATING|DELETED|FAILED|INACTIVE',
    'statusMessage' => '<string>',
    'storageCapacity' => <integer>,
    'storageType' => 'STATIC|DYNAMIC',
    'tags' => ['<string>', ...],
    'type' => 'PRIVATE|READY2RUN',
    'uuid' => '<string>',
]
	Result Details
Members
- accelerators
- 
- Type: string
 The computational accelerator specified to run the workflow. 
- arn
- 
- Type: string
 The workflow's ARN. 
- containerRegistryMap
- 
- Type: ContainerRegistryMap structure
 The registry map that this workflow is using. 
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the workflow was created. 
- definition
- 
- Type: string
 The workflow's definition. 
- definitionRepositoryDetails
- 
- Type: DefinitionRepositoryDetails structure
 Details about the source code repository that hosts the workflow definition files. 
- description
- 
- Type: string
 The workflow's description. 
- digest
- 
- Type: string
 The workflow's digest. 
- engine
- 
- Type: string
 The workflow's engine. 
- id
- 
- Type: string
 The workflow's ID. 
- main
- 
- Type: string
 The path of the main definition file for the workflow. 
- metadata
- 
- Type: Associative array of custom strings keys (WorkflowMetadataKey) to strings
 Gets metadata for the workflow. 
- name
- 
- Type: string
 The workflow's name. 
- parameterTemplate
- 
- Type: Associative array of custom strings keys (WorkflowParameterName) to WorkflowParameter structures
 The workflow's parameter template. 
- readme
- 
- Type: string
 The README content for the workflow, providing documentation and usage information. 
- readmePath
- 
- Type: string
 The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.mdfile from the root directory of the repository will be used.
- status
- 
- Type: string
 The workflow's status. 
- statusMessage
- 
- Type: string
 The workflow's status message. 
- storageCapacity
- 
- Type: int
 The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version. 
- storageType
- 
- Type: string
 The default storage type for runs using this workflow. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The workflow's tags. 
- type
- 
- Type: string
 The workflow's type. 
- uuid
- 
- Type: string
 The universally unique identifier (UUID) value for this workflow. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
GetWorkflowVersion
$result = $client->getWorkflowVersion([/* ... */]); $promise = $client->getWorkflowVersionAsync([/* ... */]);
Gets information about a workflow version. For more information, see Workflow versioning in Amazon Web Services HealthOmics in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->getWorkflowVersion([
    'export' => ['<string>', ...],
    'type' => 'PRIVATE|READY2RUN',
    'versionName' => '<string>', // REQUIRED
    'workflowId' => '<string>', // REQUIRED
    'workflowOwnerId' => '<string>',
]);
	Parameter Details
Members
- export
- 
- Type: Array of strings
 The export format for the workflow. 
- type
- 
- Type: string
 The workflow's type. 
- versionName
- 
- Required: Yes
- Type: string
 The workflow version name. 
- workflowId
- 
- Required: Yes
- Type: string
 The workflow's ID. The workflowIdis not the UUID.
- workflowOwnerId
- 
- Type: string
 The 12-digit account ID of the workflow owner. The workflow owner ID can be retrieved using the GetShareAPI operation. If you are the workflow owner, you do not need to include this ID.
Result Syntax
[
    'accelerators' => 'GPU',
    'arn' => '<string>',
    'containerRegistryMap' => [
        'imageMappings' => [
            [
                'destinationImage' => '<string>',
                'sourceImage' => '<string>',
            ],
            // ...
        ],
        'registryMappings' => [
            [
                'ecrAccountId' => '<string>',
                'ecrRepositoryPrefix' => '<string>',
                'upstreamRegistryUrl' => '<string>',
                'upstreamRepositoryPrefix' => '<string>',
            ],
            // ...
        ],
    ],
    'creationTime' => <DateTime>,
    'definition' => '<string>',
    'definitionRepositoryDetails' => [
        'connectionArn' => '<string>',
        'fullRepositoryId' => '<string>',
        'providerEndpoint' => '<string>',
        'providerType' => '<string>',
        'sourceReference' => [
            'type' => 'BRANCH|TAG|COMMIT',
            'value' => '<string>',
        ],
    ],
    'description' => '<string>',
    'digest' => '<string>',
    'engine' => 'WDL|NEXTFLOW|CWL',
    'main' => '<string>',
    'metadata' => ['<string>', ...],
    'parameterTemplate' => [
        '<WorkflowParameterName>' => [
            'description' => '<string>',
            'optional' => true || false,
        ],
        // ...
    ],
    'readme' => '<string>',
    'readmePath' => '<string>',
    'status' => 'CREATING|ACTIVE|UPDATING|DELETED|FAILED|INACTIVE',
    'statusMessage' => '<string>',
    'storageCapacity' => <integer>,
    'storageType' => 'STATIC|DYNAMIC',
    'tags' => ['<string>', ...],
    'type' => 'PRIVATE|READY2RUN',
    'uuid' => '<string>',
    'versionName' => '<string>',
    'workflowBucketOwnerId' => '<string>',
    'workflowId' => '<string>',
]
	Result Details
Members
- accelerators
- 
- Type: string
 The accelerator for this workflow version. 
- arn
- 
- Type: string
 ARN of the workflow version. 
- containerRegistryMap
- 
- Type: ContainerRegistryMap structure
 The registry map that this workflow version uses. 
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the workflow version was created. 
- definition
- 
- Type: string
 Definition of the workflow version. 
- definitionRepositoryDetails
- 
- Type: DefinitionRepositoryDetails structure
 Details about the source code repository that hosts the workflow version definition files. 
- description
- 
- Type: string
 Description of the workflow version. 
- digest
- 
- Type: string
 The workflow version's digest. 
- engine
- 
- Type: string
 The workflow engine for this workflow version. 
- main
- 
- Type: string
 The path of the main definition file for the workflow. 
- metadata
- 
- Type: Associative array of custom strings keys (WorkflowMetadataKey) to strings
 The metadata for the workflow version. 
- parameterTemplate
- 
- Type: Associative array of custom strings keys (WorkflowParameterName) to WorkflowParameter structures
 The parameter template for the workflow version. 
- readme
- 
- Type: string
 The README content for the workflow version, providing documentation and usage information specific to this version. 
- readmePath
- 
- Type: string
 The path to the workflow version README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.mdfile from the root directory of the repository will be used.
- status
- 
- Type: string
 The workflow version status 
- statusMessage
- 
- Type: string
 The workflow version status message 
- storageCapacity
- 
- Type: int
 The default run storage capacity for static storage. 
- storageType
- 
- Type: string
 The default storage type for the run. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The workflow version tags 
- type
- 
- Type: string
 The workflow version type 
- uuid
- 
- Type: string
 The universally unique identifier (UUID) value for this workflow version 
- versionName
- 
- Type: string
 The workflow version name. 
- workflowBucketOwnerId
- 
- Type: string
 Amazon Web Services Id of the owner of the bucket. 
- workflowId
- 
- Type: string
 The workflow's ID. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListAnnotationImportJobs
$result = $client->listAnnotationImportJobs([/* ... */]); $promise = $client->listAnnotationImportJobsAsync([/* ... */]);
Retrieves a list of annotation import jobs.
Parameter Syntax
$result = $client->listAnnotationImportJobs([
    'filter' => [
        'status' => 'SUBMITTED|IN_PROGRESS|CANCELLED|COMPLETED|FAILED|COMPLETED_WITH_FAILURES',
        'storeName' => '<string>',
    ],
    'ids' => ['<string>', ...],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
]);
	Parameter Details
Members
- filter
- 
- Type: ListAnnotationImportJobsFilter structure
 A filter to apply to the list. 
- ids
- 
- Type: Array of strings
 IDs of annotation import jobs to retrieve. 
- maxResults
- 
- Type: int
 The maximum number of jobs to return in one page of results. 
- nextToken
- 
- Type: string
 Specifies the pagination token from a previous request to retrieve the next page of results. 
Result Syntax
[
    'annotationImportJobs' => [
        [
            'annotationFields' => ['<string>', ...],
            'completionTime' => <DateTime>,
            'creationTime' => <DateTime>,
            'destinationName' => '<string>',
            'id' => '<string>',
            'roleArn' => '<string>',
            'runLeftNormalization' => true || false,
            'status' => 'SUBMITTED|IN_PROGRESS|CANCELLED|COMPLETED|FAILED|COMPLETED_WITH_FAILURES',
            'updateTime' => <DateTime>,
            'versionName' => '<string>',
        ],
        // ...
    ],
    'nextToken' => '<string>',
]
	Result Details
Members
- annotationImportJobs
- 
- Type: Array of AnnotationImportJobItem structures
 A list of jobs. 
- nextToken
- 
- Type: string
 Specifies the pagination token from a previous request to retrieve the next page of results. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
ListAnnotationStoreVersions
$result = $client->listAnnotationStoreVersions([/* ... */]); $promise = $client->listAnnotationStoreVersionsAsync([/* ... */]);
Lists the versions of an annotation store.
Parameter Syntax
$result = $client->listAnnotationStoreVersions([
    'filter' => [
        'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
    ],
    'maxResults' => <integer>,
    'name' => '<string>', // REQUIRED
    'nextToken' => '<string>',
]);
	Parameter Details
Members
- filter
- 
- Type: ListAnnotationStoreVersionsFilter structure
 A filter to apply to the list of annotation store versions. 
- maxResults
- 
- Type: int
 The maximum number of annotation store versions to return in one page of results. 
- name
- 
- Required: Yes
- Type: string
 The name of an annotation store. 
- nextToken
- 
- Type: string
 Specifies the pagination token from a previous request to retrieve the next page of results. 
Result Syntax
[
    'annotationStoreVersions' => [
        [
            'creationTime' => <DateTime>,
            'description' => '<string>',
            'id' => '<string>',
            'name' => '<string>',
            'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
            'statusMessage' => '<string>',
            'storeId' => '<string>',
            'updateTime' => <DateTime>,
            'versionArn' => '<string>',
            'versionName' => '<string>',
            'versionSizeBytes' => <integer>,
        ],
        // ...
    ],
    'nextToken' => '<string>',
]
	Result Details
Members
- annotationStoreVersions
- 
- Type: Array of AnnotationStoreVersionItem structures
 Lists all versions of an annotation store. 
- nextToken
- 
- Type: string
 Specifies the pagination token from a previous request to retrieve the next page of results. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
ListAnnotationStores
$result = $client->listAnnotationStores([/* ... */]); $promise = $client->listAnnotationStoresAsync([/* ... */]);
Retrieves a list of annotation stores.
Parameter Syntax
$result = $client->listAnnotationStores([
    'filter' => [
        'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
    ],
    'ids' => ['<string>', ...],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
]);
	Parameter Details
Members
- filter
- 
- Type: ListAnnotationStoresFilter structure
 A filter to apply to the list. 
- ids
- 
- Type: Array of strings
 IDs of stores to list. 
- maxResults
- 
- Type: int
 The maximum number of stores to return in one page of results. 
- nextToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
Result Syntax
[
    'annotationStores' => [
        [
            'creationTime' => <DateTime>,
            'description' => '<string>',
            'id' => '<string>',
            'name' => '<string>',
            'reference' => [
                'referenceArn' => '<string>',
            ],
            'sseConfig' => [
                'keyArn' => '<string>',
                'type' => 'KMS',
            ],
            'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
            'statusMessage' => '<string>',
            'storeArn' => '<string>',
            'storeFormat' => 'GFF|TSV|VCF',
            'storeSizeBytes' => <integer>,
            'updateTime' => <DateTime>,
        ],
        // ...
    ],
    'nextToken' => '<string>',
]
	Result Details
Members
- annotationStores
- 
- Type: Array of AnnotationStoreItem structures
 A list of stores. 
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
ListMultipartReadSetUploads
$result = $client->listMultipartReadSetUploads([/* ... */]); $promise = $client->listMultipartReadSetUploadsAsync([/* ... */]);
Lists in-progress multipart read set uploads for a sequence store and returns it in a JSON formatted output. Multipart read set uploads are initiated by the CreateMultipartReadSetUploads API operation. This operation returns a response with no body when the upload is complete. 
Parameter Syntax
$result = $client->listMultipartReadSetUploads([
    'maxResults' => <integer>,
    'nextToken' => '<string>',
    'sequenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- maxResults
- 
- Type: int
 The maximum number of multipart uploads returned in a page. 
- nextToken
- 
- Type: string
 Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The Sequence Store ID used for the multipart uploads. 
Result Syntax
[
    'nextToken' => '<string>',
    'uploads' => [
        [
            'creationTime' => <DateTime>,
            'description' => '<string>',
            'generatedFrom' => '<string>',
            'name' => '<string>',
            'referenceArn' => '<string>',
            'sampleId' => '<string>',
            'sequenceStoreId' => '<string>',
            'sourceFileType' => 'FASTQ|BAM|CRAM|UBAM',
            'subjectId' => '<string>',
            'tags' => ['<string>', ...],
            'uploadId' => '<string>',
        ],
        // ...
    ],
]
	Result Details
Members
- nextToken
- 
- Type: string
 Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results. 
- uploads
- 
- Type: Array of MultipartReadSetUploadListItem structures
 An array of multipart uploads. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- NotSupportedOperationException:
- The operation is not supported by Amazon Omics, or the API does not exist. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListReadSetActivationJobs
$result = $client->listReadSetActivationJobs([/* ... */]); $promise = $client->listReadSetActivationJobsAsync([/* ... */]);
Retrieves a list of read set activation jobs and returns the metadata in a JSON formatted output. To extract metadata from a read set activation job, use the GetReadSetActivationJob API operation.
Parameter Syntax
$result = $client->listReadSetActivationJobs([
    'filter' => [
        'createdAfter' => <integer || string || DateTime>,
        'createdBefore' => <integer || string || DateTime>,
        'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
    ],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
    'sequenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- filter
- 
- Type: ActivateReadSetFilter structure
 A filter to apply to the list. 
- maxResults
- 
- Type: int
 The maximum number of read set activation jobs to return in one page of results. 
- nextToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The read set's sequence store ID. 
Result Syntax
[
    'activationJobs' => [
        [
            'completionTime' => <DateTime>,
            'creationTime' => <DateTime>,
            'id' => '<string>',
            'sequenceStoreId' => '<string>',
            'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
        ],
        // ...
    ],
    'nextToken' => '<string>',
]
	Result Details
Members
- activationJobs
- 
- Type: Array of ActivateReadSetJobItem structures
 A list of jobs. 
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListReadSetExportJobs
$result = $client->listReadSetExportJobs([/* ... */]); $promise = $client->listReadSetExportJobsAsync([/* ... */]);
Retrieves a list of read set export jobs in a JSON formatted response. This API operation is used to check the status of a read set export job initiated by the StartReadSetExportJob API operation.
Parameter Syntax
$result = $client->listReadSetExportJobs([
    'filter' => [
        'createdAfter' => <integer || string || DateTime>,
        'createdBefore' => <integer || string || DateTime>,
        'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
    ],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
    'sequenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- filter
- 
- Type: ExportReadSetFilter structure
 A filter to apply to the list. 
- maxResults
- 
- Type: int
 The maximum number of jobs to return in one page of results. 
- nextToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The jobs' sequence store ID. 
Result Syntax
[
    'exportJobs' => [
        [
            'completionTime' => <DateTime>,
            'creationTime' => <DateTime>,
            'destination' => '<string>',
            'id' => '<string>',
            'sequenceStoreId' => '<string>',
            'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
        ],
        // ...
    ],
    'nextToken' => '<string>',
]
	Result Details
Members
- exportJobs
- 
- Type: Array of ExportReadSetJobDetail structures
 A list of jobs. 
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListReadSetImportJobs
$result = $client->listReadSetImportJobs([/* ... */]); $promise = $client->listReadSetImportJobsAsync([/* ... */]);
Retrieves a list of read set import jobs and returns the data in JSON format.
Parameter Syntax
$result = $client->listReadSetImportJobs([
    'filter' => [
        'createdAfter' => <integer || string || DateTime>,
        'createdBefore' => <integer || string || DateTime>,
        'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
    ],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
    'sequenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- filter
- 
- Type: ImportReadSetFilter structure
 A filter to apply to the list. 
- maxResults
- 
- Type: int
 The maximum number of jobs to return in one page of results. 
- nextToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The jobs' sequence store ID. 
Result Syntax
[
    'importJobs' => [
        [
            'completionTime' => <DateTime>,
            'creationTime' => <DateTime>,
            'id' => '<string>',
            'roleArn' => '<string>',
            'sequenceStoreId' => '<string>',
            'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
        ],
        // ...
    ],
    'nextToken' => '<string>',
]
	Result Details
Members
- importJobs
- 
- Type: Array of ImportReadSetJobItem structures
 A list of jobs. 
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListReadSetUploadParts
$result = $client->listReadSetUploadParts([/* ... */]); $promise = $client->listReadSetUploadPartsAsync([/* ... */]);
Lists all parts in a multipart read set upload for a sequence store and returns the metadata in a JSON formatted output.
Parameter Syntax
$result = $client->listReadSetUploadParts([
    'filter' => [
        'createdAfter' => <integer || string || DateTime>,
        'createdBefore' => <integer || string || DateTime>,
    ],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
    'partSource' => 'SOURCE1|SOURCE2', // REQUIRED
    'sequenceStoreId' => '<string>', // REQUIRED
    'uploadId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- filter
- 
- Type: ReadSetUploadPartListFilter structure
 Attributes used to filter for a specific subset of read set part uploads. 
- maxResults
- 
- Type: int
 The maximum number of read set upload parts returned in a page. 
- nextToken
- 
- Type: string
 Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results. 
- partSource
- 
- Required: Yes
- Type: string
 The source file for the upload part. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The Sequence Store ID used for the multipart uploads. 
- uploadId
- 
- Required: Yes
- Type: string
 The ID for the initiated multipart upload. 
Result Syntax
[
    'nextToken' => '<string>',
    'parts' => [
        [
            'checksum' => '<string>',
            'creationTime' => <DateTime>,
            'lastUpdatedTime' => <DateTime>,
            'partNumber' => <integer>,
            'partSize' => <integer>,
            'partSource' => 'SOURCE1|SOURCE2',
        ],
        // ...
    ],
]
	Result Details
Members
- nextToken
- 
- Type: string
 Next token returned in the response of a previous ListReadSetUploadParts call. Used to get the next page of results. 
- parts
- 
- Type: Array of ReadSetUploadPartListItem structures
 An array of upload parts. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- NotSupportedOperationException:
- The operation is not supported by Amazon Omics, or the API does not exist. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListReadSets
$result = $client->listReadSets([/* ... */]); $promise = $client->listReadSetsAsync([/* ... */]);
Retrieves a list of read sets from a sequence store ID and returns the metadata in JSON format.
Parameter Syntax
$result = $client->listReadSets([
    'filter' => [
        'createdAfter' => <integer || string || DateTime>,
        'createdBefore' => <integer || string || DateTime>,
        'creationType' => 'IMPORT|UPLOAD',
        'generatedFrom' => '<string>',
        'name' => '<string>',
        'referenceArn' => '<string>',
        'sampleId' => '<string>',
        'status' => 'ARCHIVED|ACTIVATING|ACTIVE|DELETING|DELETED|PROCESSING_UPLOAD|UPLOAD_FAILED',
        'subjectId' => '<string>',
    ],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
    'sequenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- filter
- 
- Type: ReadSetFilter structure
 A filter to apply to the list. 
- maxResults
- 
- Type: int
 The maximum number of read sets to return in one page of results. 
- nextToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The jobs' sequence store ID. 
Result Syntax
[
    'nextToken' => '<string>',
    'readSets' => [
        [
            'arn' => '<string>',
            'creationTime' => <DateTime>,
            'creationType' => 'IMPORT|UPLOAD',
            'description' => '<string>',
            'etag' => [
                'algorithm' => 'FASTQ_MD5up|BAM_MD5up|CRAM_MD5up|FASTQ_SHA256up|BAM_SHA256up|CRAM_SHA256up|FASTQ_SHA512up|BAM_SHA512up|CRAM_SHA512up',
                'source1' => '<string>',
                'source2' => '<string>',
            ],
            'fileType' => 'FASTQ|BAM|CRAM|UBAM',
            'id' => '<string>',
            'name' => '<string>',
            'referenceArn' => '<string>',
            'sampleId' => '<string>',
            'sequenceInformation' => [
                'alignment' => '<string>',
                'generatedFrom' => '<string>',
                'totalBaseCount' => <integer>,
                'totalReadCount' => <integer>,
            ],
            'sequenceStoreId' => '<string>',
            'status' => 'ARCHIVED|ACTIVATING|ACTIVE|DELETING|DELETED|PROCESSING_UPLOAD|UPLOAD_FAILED',
            'statusMessage' => '<string>',
            'subjectId' => '<string>',
        ],
        // ...
    ],
]
	Result Details
Members
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
- readSets
- 
- Required: Yes
- Type: Array of ReadSetListItem structures
 A list of read sets. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListReferenceImportJobs
$result = $client->listReferenceImportJobs([/* ... */]); $promise = $client->listReferenceImportJobsAsync([/* ... */]);
Retrieves the metadata of one or more reference import jobs for a reference store.
Parameter Syntax
$result = $client->listReferenceImportJobs([
    'filter' => [
        'createdAfter' => <integer || string || DateTime>,
        'createdBefore' => <integer || string || DateTime>,
        'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
    ],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
    'referenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- filter
- 
- Type: ImportReferenceFilter structure
 A filter to apply to the list. 
- maxResults
- 
- Type: int
 The maximum number of jobs to return in one page of results. 
- nextToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
- referenceStoreId
- 
- Required: Yes
- Type: string
 The job's reference store ID. 
Result Syntax
[
    'importJobs' => [
        [
            'completionTime' => <DateTime>,
            'creationTime' => <DateTime>,
            'id' => '<string>',
            'referenceStoreId' => '<string>',
            'roleArn' => '<string>',
            'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
        ],
        // ...
    ],
    'nextToken' => '<string>',
]
	Result Details
Members
- importJobs
- 
- Type: Array of ImportReferenceJobItem structures
 A lis of jobs. 
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListReferenceStores
$result = $client->listReferenceStores([/* ... */]); $promise = $client->listReferenceStoresAsync([/* ... */]);
Retrieves a list of reference stores linked to your account and returns their metadata in JSON format.
For more information, see Creating a reference store in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->listReferenceStores([
    'filter' => [
        'createdAfter' => <integer || string || DateTime>,
        'createdBefore' => <integer || string || DateTime>,
        'name' => '<string>',
    ],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
]);
	Parameter Details
Members
- filter
- 
- Type: ReferenceStoreFilter structure
 A filter to apply to the list. 
- maxResults
- 
- Type: int
 The maximum number of stores to return in one page of results. 
- nextToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
Result Syntax
[
    'nextToken' => '<string>',
    'referenceStores' => [
        [
            'arn' => '<string>',
            'creationTime' => <DateTime>,
            'description' => '<string>',
            'id' => '<string>',
            'name' => '<string>',
            'sseConfig' => [
                'keyArn' => '<string>',
                'type' => 'KMS',
            ],
        ],
        // ...
    ],
]
	Result Details
Members
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
- referenceStores
- 
- Required: Yes
- Type: Array of ReferenceStoreDetail structures
 A list of reference stores. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListReferences
$result = $client->listReferences([/* ... */]); $promise = $client->listReferencesAsync([/* ... */]);
Retrieves the metadata of one or more reference genomes in a reference store.
For more information, see Creating a reference store in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->listReferences([
    'filter' => [
        'createdAfter' => <integer || string || DateTime>,
        'createdBefore' => <integer || string || DateTime>,
        'md5' => '<string>',
        'name' => '<string>',
    ],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
    'referenceStoreId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- filter
- 
- Type: ReferenceFilter structure
 A filter to apply to the list. 
- maxResults
- 
- Type: int
 The maximum number of references to return in one page of results. 
- nextToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
- referenceStoreId
- 
- Required: Yes
- Type: string
 The references' reference store ID. 
Result Syntax
[
    'nextToken' => '<string>',
    'references' => [
        [
            'arn' => '<string>',
            'creationTime' => <DateTime>,
            'description' => '<string>',
            'id' => '<string>',
            'md5' => '<string>',
            'name' => '<string>',
            'referenceStoreId' => '<string>',
            'status' => 'ACTIVE|DELETING|DELETED',
            'updateTime' => <DateTime>,
        ],
        // ...
    ],
]
	Result Details
Members
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
- references
- 
- Required: Yes
- Type: Array of ReferenceListItem structures
 A list of references. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListRunCaches
$result = $client->listRunCaches([/* ... */]); $promise = $client->listRunCachesAsync([/* ... */]);
Retrieves a list of your run caches and the metadata for each cache.
Parameter Syntax
$result = $client->listRunCaches([
    'maxResults' => <integer>,
    'startingToken' => '<string>',
]);
	Parameter Details
Members
- maxResults
- 
- Type: int
 The maximum number of results to return. 
- startingToken
- 
- Type: string
 Optional pagination token returned from a prior call to the ListRunCachesAPI operation.
Result Syntax
[
    'items' => [
        [
            'arn' => '<string>',
            'cacheBehavior' => 'CACHE_ON_FAILURE|CACHE_ALWAYS',
            'cacheS3Uri' => '<string>',
            'creationTime' => <DateTime>,
            'id' => '<string>',
            'name' => '<string>',
            'status' => 'ACTIVE|DELETED|FAILED',
        ],
        // ...
    ],
    'nextToken' => '<string>',
]
	Result Details
Members
- items
- 
- Type: Array of RunCacheListItem structures
 Details about each run cache in the response. 
- nextToken
- 
- Type: string
 Pagination token to retrieve additional run caches. If the response does not have a nextTokenvalue, you have reached to the end of the list.
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListRunGroups
$result = $client->listRunGroups([/* ... */]); $promise = $client->listRunGroupsAsync([/* ... */]);
Retrieves a list of all run groups and returns the metadata for each run group.
Parameter Syntax
$result = $client->listRunGroups([
    'maxResults' => <integer>,
    'name' => '<string>',
    'startingToken' => '<string>',
]);
	Parameter Details
Members
- maxResults
- 
- Type: int
 The maximum number of run groups to return in one page of results. 
- name
- 
- Type: string
 The run groups' name. 
- startingToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
Result Syntax
[
    'items' => [
        [
            'arn' => '<string>',
            'creationTime' => <DateTime>,
            'id' => '<string>',
            'maxCpus' => <integer>,
            'maxDuration' => <integer>,
            'maxGpus' => <integer>,
            'maxRuns' => <integer>,
            'name' => '<string>',
        ],
        // ...
    ],
    'nextToken' => '<string>',
]
	Result Details
Members
- items
- 
- Type: Array of RunGroupListItem structures
 A list of groups. 
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListRunTasks
$result = $client->listRunTasks([/* ... */]); $promise = $client->listRunTasksAsync([/* ... */]);
Returns a list of tasks and status information within their specified run. Use this operation to monitor runs and to identify which specific tasks have failed.
Parameter Syntax
$result = $client->listRunTasks([
    'id' => '<string>', // REQUIRED
    'maxResults' => <integer>,
    'startingToken' => '<string>',
    'status' => 'PENDING|STARTING|RUNNING|STOPPING|COMPLETED|CANCELLED|FAILED',
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The run's ID. 
- maxResults
- 
- Type: int
 The maximum number of run tasks to return in one page of results. 
- startingToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
- status
- 
- Type: string
 Filter the list by status. 
Result Syntax
[
    'items' => [
        [
            'cacheHit' => true || false,
            'cacheS3Uri' => '<string>',
            'cpus' => <integer>,
            'creationTime' => <DateTime>,
            'gpus' => <integer>,
            'instanceType' => '<string>',
            'memory' => <integer>,
            'name' => '<string>',
            'startTime' => <DateTime>,
            'status' => 'PENDING|STARTING|RUNNING|STOPPING|COMPLETED|CANCELLED|FAILED',
            'stopTime' => <DateTime>,
            'taskId' => '<string>',
        ],
        // ...
    ],
    'nextToken' => '<string>',
]
	Result Details
Members
- items
- 
- Type: Array of TaskListItem structures
 A list of tasks. 
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListRuns
$result = $client->listRuns([/* ... */]); $promise = $client->listRunsAsync([/* ... */]);
Retrieves a list of runs and returns each run's metadata and status.
Amazon Web Services HealthOmics stores a configurable number of runs, as determined by service limits, that are available to the console and API. If the ListRuns response doesn't include specific runs that you expected, you can find all run logs in the CloudWatch logs. For more information about viewing the run logs, see CloudWatch logs in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->listRuns([
    'maxResults' => <integer>,
    'name' => '<string>',
    'runGroupId' => '<string>',
    'startingToken' => '<string>',
    'status' => 'PENDING|STARTING|RUNNING|STOPPING|COMPLETED|DELETED|CANCELLED|FAILED',
]);
	Parameter Details
Members
- maxResults
- 
- Type: int
 The maximum number of runs to return in one page of results. 
- name
- 
- Type: string
 Filter the list by run name. 
- runGroupId
- 
- Type: string
 Filter the list by run group ID. 
- startingToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
- status
- 
- Type: string
 The status of a run. 
Result Syntax
[
    'items' => [
        [
            'arn' => '<string>',
            'creationTime' => <DateTime>,
            'id' => '<string>',
            'name' => '<string>',
            'priority' => <integer>,
            'startTime' => <DateTime>,
            'status' => 'PENDING|STARTING|RUNNING|STOPPING|COMPLETED|DELETED|CANCELLED|FAILED',
            'stopTime' => <DateTime>,
            'storageCapacity' => <integer>,
            'storageType' => 'STATIC|DYNAMIC',
            'workflowId' => '<string>',
            'workflowVersionName' => '<string>',
        ],
        // ...
    ],
    'nextToken' => '<string>',
]
	Result Details
Members
- items
- 
- Type: Array of RunListItem structures
 A list of runs. 
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListSequenceStores
$result = $client->listSequenceStores([/* ... */]); $promise = $client->listSequenceStoresAsync([/* ... */]);
Retrieves a list of sequence stores and returns each sequence store's metadata.
For more information, see Creating a HealthOmics sequence store in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->listSequenceStores([
    'filter' => [
        'createdAfter' => <integer || string || DateTime>,
        'createdBefore' => <integer || string || DateTime>,
        'name' => '<string>',
        'status' => 'CREATING|ACTIVE|UPDATING|DELETING|FAILED',
        'updatedAfter' => <integer || string || DateTime>,
        'updatedBefore' => <integer || string || DateTime>,
    ],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
]);
	Parameter Details
Members
- filter
- 
- Type: SequenceStoreFilter structure
 A filter to apply to the list. 
- maxResults
- 
- Type: int
 The maximum number of stores to return in one page of results. 
- nextToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
Result Syntax
[
    'nextToken' => '<string>',
    'sequenceStores' => [
        [
            'arn' => '<string>',
            'creationTime' => <DateTime>,
            'description' => '<string>',
            'eTagAlgorithmFamily' => 'MD5up|SHA256up|SHA512up',
            'fallbackLocation' => '<string>',
            'id' => '<string>',
            'name' => '<string>',
            'sseConfig' => [
                'keyArn' => '<string>',
                'type' => 'KMS',
            ],
            'status' => 'CREATING|ACTIVE|UPDATING|DELETING|FAILED',
            'statusMessage' => '<string>',
            'updateTime' => <DateTime>,
        ],
        // ...
    ],
]
	Result Details
Members
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
- sequenceStores
- 
- Required: Yes
- Type: Array of SequenceStoreDetail structures
 A list of sequence stores. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListShares
$result = $client->listShares([/* ... */]); $promise = $client->listSharesAsync([/* ... */]);
Retrieves the resource shares associated with an account. Use the filter parameter to retrieve a specific subset of the shares.
Parameter Syntax
$result = $client->listShares([
    'filter' => [
        'resourceArns' => ['<string>', ...],
        'status' => ['<string>', ...],
        'type' => ['<string>', ...],
    ],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
    'resourceOwner' => 'SELF|OTHER', // REQUIRED
]);
	Parameter Details
Members
- filter
- 
- Type: Filter structure
 Attributes that you use to filter for a specific subset of resource shares. 
- maxResults
- 
- Type: int
 The maximum number of shares to return in one page of results. 
- nextToken
- 
- Type: string
 Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results. 
- resourceOwner
- 
- Required: Yes
- Type: string
 The account that owns the resource shares. 
Result Syntax
[
    'nextToken' => '<string>',
    'shares' => [
        [
            'creationTime' => <DateTime>,
            'ownerId' => '<string>',
            'principalSubscriber' => '<string>',
            'resourceArn' => '<string>',
            'resourceId' => '<string>',
            'shareId' => '<string>',
            'shareName' => '<string>',
            'status' => 'PENDING|ACTIVATING|ACTIVE|DELETING|DELETED|FAILED',
            'statusMessage' => '<string>',
            'updateTime' => <DateTime>,
        ],
        // ...
    ],
]
	Result Details
Members
- nextToken
- 
- Type: string
 Next token returned in the response of a previous ListSharesResponse call. Used to get the next page of results. 
- shares
- 
- Required: Yes
- Type: Array of ShareDetails structures
 The shares available and their metadata details. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
ListTagsForResource
$result = $client->listTagsForResource([/* ... */]); $promise = $client->listTagsForResourceAsync([/* ... */]);
Retrieves a list of tags for a resource.
Parameter Syntax
$result = $client->listTagsForResource([
    'resourceArn' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- resourceArn
- 
- Required: Yes
- Type: string
 The resource's ARN. 
Result Syntax
[
    'tags' => ['<string>', ...],
]
	Result Details
Members
- tags
- 
- Required: Yes
- Type: Associative array of custom strings keys (TagKey) to strings
 A list of tags. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListVariantImportJobs
$result = $client->listVariantImportJobs([/* ... */]); $promise = $client->listVariantImportJobsAsync([/* ... */]);
Retrieves a list of variant import jobs.
Parameter Syntax
$result = $client->listVariantImportJobs([
    'filter' => [
        'status' => 'SUBMITTED|IN_PROGRESS|CANCELLED|COMPLETED|FAILED|COMPLETED_WITH_FAILURES',
        'storeName' => '<string>',
    ],
    'ids' => ['<string>', ...],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
]);
	Parameter Details
Members
- filter
- 
- Type: ListVariantImportJobsFilter structure
 A filter to apply to the list. 
- ids
- 
- Type: Array of strings
 A list of job IDs. 
- maxResults
- 
- Type: int
 The maximum number of import jobs to return in one page of results. 
- nextToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
Result Syntax
[
    'nextToken' => '<string>',
    'variantImportJobs' => [
        [
            'annotationFields' => ['<string>', ...],
            'completionTime' => <DateTime>,
            'creationTime' => <DateTime>,
            'destinationName' => '<string>',
            'id' => '<string>',
            'roleArn' => '<string>',
            'runLeftNormalization' => true || false,
            'status' => 'SUBMITTED|IN_PROGRESS|CANCELLED|COMPLETED|FAILED|COMPLETED_WITH_FAILURES',
            'updateTime' => <DateTime>,
        ],
        // ...
    ],
]
	Result Details
Members
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
- variantImportJobs
- 
- Type: Array of VariantImportJobItem structures
 A list of jobs. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
ListVariantStores
$result = $client->listVariantStores([/* ... */]); $promise = $client->listVariantStoresAsync([/* ... */]);
Retrieves a list of variant stores.
Parameter Syntax
$result = $client->listVariantStores([
    'filter' => [
        'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
    ],
    'ids' => ['<string>', ...],
    'maxResults' => <integer>,
    'nextToken' => '<string>',
]);
	Parameter Details
Members
- filter
- 
- Type: ListVariantStoresFilter structure
 A filter to apply to the list. 
- ids
- 
- Type: Array of strings
 A list of store IDs. 
- maxResults
- 
- Type: int
 The maximum number of stores to return in one page of results. 
- nextToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
Result Syntax
[
    'nextToken' => '<string>',
    'variantStores' => [
        [
            'creationTime' => <DateTime>,
            'description' => '<string>',
            'id' => '<string>',
            'name' => '<string>',
            'reference' => [
                'referenceArn' => '<string>',
            ],
            'sseConfig' => [
                'keyArn' => '<string>',
                'type' => 'KMS',
            ],
            'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
            'statusMessage' => '<string>',
            'storeArn' => '<string>',
            'storeSizeBytes' => <integer>,
            'updateTime' => <DateTime>,
        ],
        // ...
    ],
]
	Result Details
Members
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
- variantStores
- 
- Type: Array of VariantStoreItem structures
 A list of variant stores. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
ListWorkflowVersions
$result = $client->listWorkflowVersions([/* ... */]); $promise = $client->listWorkflowVersionsAsync([/* ... */]);
Lists the workflow versions for the specified workflow. For more information, see Workflow versioning in Amazon Web Services HealthOmics in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->listWorkflowVersions([
    'maxResults' => <integer>,
    'startingToken' => '<string>',
    'type' => 'PRIVATE|READY2RUN',
    'workflowId' => '<string>', // REQUIRED
    'workflowOwnerId' => '<string>',
]);
	Parameter Details
Members
- maxResults
- 
- Type: int
 The maximum number of workflows to return in one page of results. 
- startingToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
- type
- 
- Type: string
 The workflow type. 
- workflowId
- 
- Required: Yes
- Type: string
 The workflow's ID. The workflowIdis not the UUID.
- workflowOwnerId
- 
- Type: string
 The 12-digit account ID of the workflow owner. The workflow owner ID can be retrieved using the GetShareAPI operation. If you are the workflow owner, you do not need to include this ID.
Result Syntax
[
    'items' => [
        [
            'arn' => '<string>',
            'creationTime' => <DateTime>,
            'description' => '<string>',
            'digest' => '<string>',
            'metadata' => ['<string>', ...],
            'status' => 'CREATING|ACTIVE|UPDATING|DELETED|FAILED|INACTIVE',
            'type' => 'PRIVATE|READY2RUN',
            'versionName' => '<string>',
            'workflowId' => '<string>',
        ],
        // ...
    ],
    'nextToken' => '<string>',
]
	Result Details
Members
- items
- 
- Type: Array of WorkflowVersionListItem structures
 A list of workflow version items. 
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
ListWorkflows
$result = $client->listWorkflows([/* ... */]); $promise = $client->listWorkflowsAsync([/* ... */]);
Retrieves a list of existing workflows. You can filter for specific workflows by their name and type. Using the type parameter, specify PRIVATE to retrieve a list of private workflows or specify READY2RUN for a list of all Ready2Run workflows. If you do not specify the type of workflow, this operation returns a list of existing workflows.
Parameter Syntax
$result = $client->listWorkflows([
    'maxResults' => <integer>,
    'name' => '<string>',
    'startingToken' => '<string>',
    'type' => 'PRIVATE|READY2RUN',
]);
	Parameter Details
Members
- maxResults
- 
- Type: int
 The maximum number of workflows to return in one page of results. 
- name
- 
- Type: string
 Filter the list by workflow name. 
- startingToken
- 
- Type: string
 Specify the pagination token from a previous request to retrieve the next page of results. 
- type
- 
- Type: string
 Filter the list by workflow type. 
Result Syntax
[
    'items' => [
        [
            'arn' => '<string>',
            'creationTime' => <DateTime>,
            'digest' => '<string>',
            'id' => '<string>',
            'metadata' => ['<string>', ...],
            'name' => '<string>',
            'status' => 'CREATING|ACTIVE|UPDATING|DELETED|FAILED|INACTIVE',
            'type' => 'PRIVATE|READY2RUN',
        ],
        // ...
    ],
    'nextToken' => '<string>',
]
	Result Details
Members
- items
- 
- Type: Array of WorkflowListItem structures
 A list of workflow items. 
- nextToken
- 
- Type: string
 A pagination token that's included if more results are available. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
PutS3AccessPolicy
$result = $client->putS3AccessPolicy([/* ... */]); $promise = $client->putS3AccessPolicyAsync([/* ... */]);
Adds an access policy to the specified store.
Parameter Syntax
$result = $client->putS3AccessPolicy([
    's3AccessPointArn' => '<string>', // REQUIRED
    's3AccessPolicy' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- s3AccessPointArn
- 
- Required: Yes
- Type: string
 The S3 access point ARN where you want to put the access policy. 
- s3AccessPolicy
- 
- Required: Yes
- Type: string (string|number|array|map or anything parsable by json_encode)
 The resource policy that controls S3 access to the store. 
Result Syntax
[
    's3AccessPointArn' => '<string>',
    'storeId' => '<string>',
    'storeType' => 'SEQUENCE_STORE|REFERENCE_STORE',
]
	Result Details
Members
- s3AccessPointArn
- 
- Type: string
 The S3 access point ARN that now has the access policy. 
- storeId
- 
- Type: string
 The Amazon Web Services-generated Sequence Store or Reference Store ID. 
- storeType
- 
- Type: string
 The type of store associated with the access point. 
Errors
- NotSupportedOperationException:
- The operation is not supported by Amazon Omics, or the API does not exist. 
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
StartAnnotationImportJob
$result = $client->startAnnotationImportJob([/* ... */]); $promise = $client->startAnnotationImportJobAsync([/* ... */]);
Starts an annotation import job.
Parameter Syntax
$result = $client->startAnnotationImportJob([
    'annotationFields' => ['<string>', ...],
    'destinationName' => '<string>', // REQUIRED
    'formatOptions' => [
        'tsvOptions' => [
            'readOptions' => [
                'comment' => '<string>',
                'encoding' => '<string>',
                'escape' => '<string>',
                'escapeQuotes' => true || false,
                'header' => true || false,
                'lineSep' => '<string>',
                'quote' => '<string>',
                'quoteAll' => true || false,
                'sep' => '<string>',
            ],
        ],
        'vcfOptions' => [
            'ignoreFilterField' => true || false,
            'ignoreQualField' => true || false,
        ],
    ],
    'items' => [ // REQUIRED
        [
            'source' => '<string>', // REQUIRED
        ],
        // ...
    ],
    'roleArn' => '<string>', // REQUIRED
    'runLeftNormalization' => true || false,
    'versionName' => '<string>',
]);
	Parameter Details
Members
- annotationFields
- 
- Type: Associative array of custom strings keys (AnnotationFieldMapKeyString) to strings
 The annotation schema generated by the parsed annotation data. 
- destinationName
- 
- Required: Yes
- Type: string
 A destination annotation store for the job. 
- formatOptions
- 
- Type: FormatOptions structure
 Formatting options for the annotation file. 
- items
- 
- Required: Yes
- Type: Array of AnnotationImportItemSource structures
 Items to import. 
- roleArn
- 
- Required: Yes
- Type: string
 A service role for the job. 
- runLeftNormalization
- 
- Type: boolean
 The job's left normalization setting. 
- versionName
- 
- Type: string
 The name of the annotation store version. 
Result Syntax
[
    'jobId' => '<string>',
]
	Result Details
Members
- jobId
- 
- Required: Yes
- Type: string
 The job's ID. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
StartReadSetActivationJob
$result = $client->startReadSetActivationJob([/* ... */]); $promise = $client->startReadSetActivationJobAsync([/* ... */]);
Activates an archived read set and returns its metadata in a JSON formatted output. AWS HealthOmics automatically archives unused read sets after 30 days. To monitor the status of your read set activation job, use the GetReadSetActivationJob operation.
To learn more, see Activating read sets in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->startReadSetActivationJob([
    'clientToken' => '<string>',
    'sequenceStoreId' => '<string>', // REQUIRED
    'sources' => [ // REQUIRED
        [
            'readSetId' => '<string>', // REQUIRED
        ],
        // ...
    ],
]);
	Parameter Details
Members
- clientToken
- 
- Type: string
 To ensure that jobs don't run multiple times, specify a unique token for each job. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The read set's sequence store ID. 
- sources
- 
- Required: Yes
- Type: Array of StartReadSetActivationJobSourceItem structures
 The job's source files. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'id' => '<string>',
    'sequenceStoreId' => '<string>',
    'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The read set's sequence store ID. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
StartReadSetExportJob
$result = $client->startReadSetExportJob([/* ... */]); $promise = $client->startReadSetExportJobAsync([/* ... */]);
Starts a read set export job. When the export job is finished, the read set is exported to an Amazon S3 bucket which can be retrieved using the GetReadSetExportJob API operation.
To monitor the status of the export job, use the ListReadSetExportJobs API operation. 
Parameter Syntax
$result = $client->startReadSetExportJob([
    'clientToken' => '<string>',
    'destination' => '<string>', // REQUIRED
    'roleArn' => '<string>', // REQUIRED
    'sequenceStoreId' => '<string>', // REQUIRED
    'sources' => [ // REQUIRED
        [
            'readSetId' => '<string>', // REQUIRED
        ],
        // ...
    ],
]);
	Parameter Details
Members
- clientToken
- 
- Type: string
 To ensure that jobs don't run multiple times, specify a unique token for each job. 
- destination
- 
- Required: Yes
- Type: string
 A location for exported files in Amazon S3. 
- roleArn
- 
- Required: Yes
- Type: string
 A service role for the job. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The read set's sequence store ID. 
- sources
- 
- Required: Yes
- Type: Array of ExportReadSet structures
 The job's source files. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'destination' => '<string>',
    'id' => '<string>',
    'sequenceStoreId' => '<string>',
    'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- destination
- 
- Required: Yes
- Type: string
 The job's output location. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The read set's sequence store ID. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
StartReadSetImportJob
$result = $client->startReadSetImportJob([/* ... */]); $promise = $client->startReadSetImportJobAsync([/* ... */]);
Imports a read set from the sequence store. Read set import jobs support a maximum of 100 read sets of different types. Monitor the progress of your read set import job by calling the GetReadSetImportJob API operation.
Parameter Syntax
$result = $client->startReadSetImportJob([
    'clientToken' => '<string>',
    'roleArn' => '<string>', // REQUIRED
    'sequenceStoreId' => '<string>', // REQUIRED
    'sources' => [ // REQUIRED
        [
            'description' => '<string>',
            'generatedFrom' => '<string>',
            'name' => '<string>',
            'referenceArn' => '<string>',
            'sampleId' => '<string>', // REQUIRED
            'sourceFileType' => 'FASTQ|BAM|CRAM|UBAM', // REQUIRED
            'sourceFiles' => [ // REQUIRED
                'source1' => '<string>', // REQUIRED
                'source2' => '<string>',
            ],
            'subjectId' => '<string>', // REQUIRED
            'tags' => ['<string>', ...],
        ],
        // ...
    ],
]);
	Parameter Details
Members
- clientToken
- 
- Type: string
 To ensure that jobs don't run multiple times, specify a unique token for each job. 
- roleArn
- 
- Required: Yes
- Type: string
 A service role for the job. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The read set's sequence store ID. 
- sources
- 
- Required: Yes
- Type: Array of StartReadSetImportJobSourceItem structures
 The job's source files. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'id' => '<string>',
    'roleArn' => '<string>',
    'sequenceStoreId' => '<string>',
    'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- roleArn
- 
- Required: Yes
- Type: string
 The job's service role ARN. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The read set's sequence store ID. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
StartReferenceImportJob
$result = $client->startReferenceImportJob([/* ... */]); $promise = $client->startReferenceImportJobAsync([/* ... */]);
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 GetReferenceImportJob API operation.
Parameter Syntax
$result = $client->startReferenceImportJob([
    'clientToken' => '<string>',
    'referenceStoreId' => '<string>', // REQUIRED
    'roleArn' => '<string>', // REQUIRED
    'sources' => [ // REQUIRED
        [
            'description' => '<string>',
            'name' => '<string>', // REQUIRED
            'sourceFile' => '<string>', // REQUIRED
            'tags' => ['<string>', ...],
        ],
        // ...
    ],
]);
	Parameter Details
Members
- clientToken
- 
- Type: string
 To ensure that jobs don't run multiple times, specify a unique token for each job. 
- referenceStoreId
- 
- Required: Yes
- Type: string
 The job's reference store ID. 
- roleArn
- 
- Required: Yes
- Type: string
 A service role for the job. 
- sources
- 
- Required: Yes
- Type: Array of StartReferenceImportJobSourceItem structures
 The job's source files. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'id' => '<string>',
    'referenceStoreId' => '<string>',
    'roleArn' => '<string>',
    'status' => 'SUBMITTED|IN_PROGRESS|CANCELLING|CANCELLED|FAILED|COMPLETED|COMPLETED_WITH_FAILURES',
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- referenceStoreId
- 
- Required: Yes
- Type: string
 The job's reference store ID. 
- roleArn
- 
- Required: Yes
- Type: string
 The job's service role ARN. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
StartRun
$result = $client->startRun([/* ... */]); $promise = $client->startRunAsync([/* ... */]);
Starts a new run and returns details about the run, or duplicates an existing run. A run is a single invocation of a workflow. If you provide request IDs, Amazon Web Services HealthOmics identifies duplicate requests and starts the run only once. Monitor the progress of the run by calling the GetRun API operation.
To start a new run, the following inputs are required:
-  A service role ARN ( roleArn).
-  The run's workflow ID ( workflowId, not theuuidorrunId).
-  An Amazon S3 location ( outputUri) where the run outputs will be saved.
-  All required workflow parameters ( parameter), which can include optional parameters from the parameter template. The run cannot include any parameters that are not defined in the parameter template. To see all possible parameters, use theGetRunAPI operation.
-  For runs with a STATIC(default) storage type, specify the required storage capacity (in gibibytes). A storage capacity value is not required for runs that useDYNAMICstorage.
 StartRun can also duplicate an existing run using the run's default values. You can modify these default values and/or add other optional inputs. To duplicate a run, the following inputs are required:
-  A service role ARN ( roleArn).
-  The ID of the run to duplicate ( runId).
-  An Amazon S3 location where the run outputs will be saved ( outputUri).
To learn more about the optional parameters for StartRun, see Starting a run in the Amazon Web Services HealthOmics User Guide.
Use the retentionMode input to control how long the metadata for each run is stored in CloudWatch. There are two retention modes:
-  Specify REMOVEto automatically remove the oldest runs when you reach the maximum service retention limit for runs. It is recommended that you use theREMOVEmode to initiate major run requests so that your runs do not fail when you reach the limit.
-  The retentionModeis set to theRETAINmode by default, which allows you to manually remove runs after reaching the maximum service retention limit. Under this setting, you cannot create additional runs until you remove the excess runs.
To learn more about the retention modes, see Run retention mode in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->startRun([
    'cacheBehavior' => 'CACHE_ON_FAILURE|CACHE_ALWAYS',
    'cacheId' => '<string>',
    'logLevel' => 'OFF|FATAL|ERROR|ALL',
    'name' => '<string>',
    'outputUri' => '<string>', // REQUIRED
    'parameters' => [
    ],
    'priority' => <integer>,
    'requestId' => '<string>', // REQUIRED
    'retentionMode' => 'RETAIN|REMOVE',
    'roleArn' => '<string>', // REQUIRED
    'runGroupId' => '<string>',
    'runId' => '<string>',
    'storageCapacity' => <integer>,
    'storageType' => 'STATIC|DYNAMIC',
    'tags' => ['<string>', ...],
    'workflowId' => '<string>',
    'workflowOwnerId' => '<string>',
    'workflowType' => 'PRIVATE|READY2RUN',
    'workflowVersionName' => '<string>',
]);
	Parameter Details
Members
- cacheBehavior
- 
- Type: string
 The cache behavior for the run. You specify this value if you want to override the default behavior for the cache. You had set the default value when you created the cache. For more information, see Run cache behavior in the Amazon Web Services HealthOmics User Guide. 
- cacheId
- 
- Type: string
 Identifier of the cache associated with this run. If you don't specify a cache ID, no task outputs are cached for this run. 
- logLevel
- 
- Type: string
 A log level for the run. 
- name
- 
- Type: string
 A name for the run. This is recommended to view and organize runs in the Amazon Web Services HealthOmics console and CloudWatch logs. 
- outputUri
- 
- Required: Yes
- Type: string
 An output S3 URI for the run. The S3 bucket must be in the same region as the workflow. The role ARN must have permission to write to this S3 bucket. 
- parameters
- 
- Type: document (null|bool|string|numeric) or an (array|associative array) whose members are all valid documents
 Parameters for the run. The run needs all required parameters and can include optional parameters. The run cannot include any parameters that are not defined in the parameter template. To retrieve parameters from the run, use the GetRun API operation. 
- priority
- 
- Type: int
 Use the run priority (highest: 1) to establish the order of runs in a run group when you start a run. If multiple runs share the same priority, the run that was initiated first will have the higher priority. Runs that do not belong to a run group can be assigned a priority. The priorities of these runs are ranked among other runs that are not in a run group. For more information, see Run priority in the Amazon Web Services HealthOmics User Guide. 
- requestId
- 
- Required: Yes
- Type: string
 An idempotency token used to dedupe retry requests so that duplicate runs are not created. 
- retentionMode
- 
- Type: string
 The retention mode for the run. The default value is RETAIN.Amazon Web Services HealthOmics stores a fixed number of runs that are available to the console and API. In the default mode ( RETAIN), you need to remove runs manually when the number of run exceeds the maximum. If you set the retention mode toREMOVE, Amazon Web Services HealthOmics automatically removes runs (that have mode set toREMOVE) when the number of run exceeds the maximum. All run logs are available in CloudWatch logs, if you need information about a run that is no longer available to the API.For more information about retention mode, see Specifying run retention mode in the Amazon Web Services HealthOmics User Guide. 
- roleArn
- 
- Required: Yes
- Type: string
 A service role for the run. The roleArnrequires access to Amazon Web Services HealthOmics, S3, Cloudwatch logs, and EC2. An exampleroleArnisarn:aws:iam::123456789012:role/omics-service-role-serviceRole-W8O1XMPL7QZ. In this example, the AWS account ID is123456789012and the role name isomics-service-role-serviceRole-W8O1XMPL7QZ.
- runGroupId
- 
- Type: string
 The run's group ID. Use a run group to cap the compute resources (and number of concurrent runs) for the runs that you add to the run group. 
- runId
- 
- Type: string
 The ID of a run to duplicate. 
- storageCapacity
- 
- Type: int
 The STATICstorage capacity (in gibibytes, GiB) for this run. The default run storage capacity is 1200 GiB. If your requested storage capacity is unavailable, the system rounds up the value to the nearest 1200 GiB multiple. If the requested storage capacity is still unavailable, the system rounds up the value to the nearest 2400 GiB multiple. This field is not required if the storage type isDYNAMIC(the system ignores any value that you enter).
- storageType
- 
- Type: string
 The storage type for the run. If you set the storage type to DYNAMIC, Amazon Web Services HealthOmics dynamically scales the storage up or down, based on file system utilization. By default, the run usesSTATICstorage type, which allocates a fixed amount of storage. For more information aboutDYNAMICandSTATICstorage, see Run storage types in the Amazon Web Services HealthOmics User Guide.
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 Tags for the run. You can add up to 50 tags per run. For more information, see Adding a tag in the Amazon Web Services HealthOmics User Guide. 
- workflowId
- 
- Type: string
 The run's workflow ID. The workflowIdis not the UUID.
- workflowOwnerId
- 
- Type: string
 The 12-digit account ID of the workflow owner that is used for running a shared workflow. The workflow owner ID can be retrieved using the GetShareAPI operation. If you are the workflow owner, you do not need to include this ID.
- workflowType
- 
- Type: string
 The run's workflow type. The workflowTypemust be specified if you are running aREADY2RUNworkflow. If you are running aPRIVATEworkflow (default), you do not need to include the workflow type.
- workflowVersionName
- 
- Type: string
 The name of the workflow version. Use workflow versions to track and organize changes to the workflow. If your workflow has multiple versions, the run uses the default version unless you specify a version name. To learn more, see Workflow versioning in the Amazon Web Services HealthOmics User Guide. 
Result Syntax
[
    'arn' => '<string>',
    'id' => '<string>',
    'runOutputUri' => '<string>',
    'status' => 'PENDING|STARTING|RUNNING|STOPPING|COMPLETED|DELETED|CANCELLED|FAILED',
    'tags' => ['<string>', ...],
    'uuid' => '<string>',
]
	Result Details
Members
- arn
- 
- Type: string
 Unique resource identifier for the run. 
- id
- 
- Type: string
 The run's ID. 
- runOutputUri
- 
- Type: string
 The destination for workflow outputs. 
- status
- 
- Type: string
 The run's status. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The run's tags. 
- uuid
- 
- Type: string
 The universally unique identifier for a run. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
StartVariantImportJob
$result = $client->startVariantImportJob([/* ... */]); $promise = $client->startVariantImportJobAsync([/* ... */]);
Starts a variant import job.
Parameter Syntax
$result = $client->startVariantImportJob([
    'annotationFields' => ['<string>', ...],
    'destinationName' => '<string>', // REQUIRED
    'items' => [ // REQUIRED
        [
            'source' => '<string>', // REQUIRED
        ],
        // ...
    ],
    'roleArn' => '<string>', // REQUIRED
    'runLeftNormalization' => true || false,
]);
	Parameter Details
Members
- annotationFields
- 
- Type: Associative array of custom strings keys (AnnotationFieldMapKeyString) to strings
 The annotation schema generated by the parsed annotation data. 
- destinationName
- 
- Required: Yes
- Type: string
 The destination variant store for the job. 
- items
- 
- Required: Yes
- Type: Array of VariantImportItemSource structures
 Items to import. 
- roleArn
- 
- Required: Yes
- Type: string
 A service role for the job. 
- runLeftNormalization
- 
- Type: boolean
 The job's left normalization setting. 
Result Syntax
[
    'jobId' => '<string>',
]
	Result Details
Members
- jobId
- 
- Required: Yes
- Type: string
 The job's ID. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
TagResource
$result = $client->tagResource([/* ... */]); $promise = $client->tagResourceAsync([/* ... */]);
Tags a resource.
Parameter Syntax
$result = $client->tagResource([
    'resourceArn' => '<string>', // REQUIRED
    'tags' => ['<string>', ...], // REQUIRED
]);
	Parameter Details
Members
- resourceArn
- 
- Required: Yes
- Type: string
 The resource's ARN. 
- tags
- 
- Required: Yes
- Type: Associative array of custom strings keys (TagKey) to strings
 Tags for the resource. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
UntagResource
$result = $client->untagResource([/* ... */]); $promise = $client->untagResourceAsync([/* ... */]);
Removes tags from a resource.
Parameter Syntax
$result = $client->untagResource([
    'resourceArn' => '<string>', // REQUIRED
    'tagKeys' => ['<string>', ...], // REQUIRED
]);
	Parameter Details
Members
- resourceArn
- 
- Required: Yes
- Type: string
 The resource's ARN. 
- tagKeys
- 
- Required: Yes
- Type: Array of strings
 Keys of tags to remove. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
UpdateAnnotationStore
$result = $client->updateAnnotationStore([/* ... */]); $promise = $client->updateAnnotationStoreAsync([/* ... */]);
Updates an annotation store.
Parameter Syntax
$result = $client->updateAnnotationStore([
    'description' => '<string>',
    'name' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- description
- 
- Type: string
 A description for the store. 
- name
- 
- Required: Yes
- Type: string
 A name for the store. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'description' => '<string>',
    'id' => '<string>',
    'name' => '<string>',
    'reference' => [
        'referenceArn' => '<string>',
    ],
    'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
    'storeFormat' => 'GFF|TSV|VCF',
    'storeOptions' => [
        'tsvStoreOptions' => [
            'annotationType' => 'GENERIC|CHR_POS|CHR_POS_REF_ALT|CHR_START_END_ONE_BASE|CHR_START_END_REF_ALT_ONE_BASE|CHR_START_END_ZERO_BASE|CHR_START_END_REF_ALT_ZERO_BASE',
            'formatToHeader' => ['<string>', ...],
            'schema' => [
                ['<string>', ...],
                // ...
            ],
        ],
    ],
    'updateTime' => <DateTime>,
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was created. 
- description
- 
- Required: Yes
- Type: string
 The store's description. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Required: Yes
- Type: string
 The store's name. 
- reference
- 
- Required: Yes
- Type: ReferenceItem structure
 The store's genome reference. 
- status
- 
- Required: Yes
- Type: string
 The store's status. 
- storeFormat
- 
- Type: string
 The annotation file format of the store. 
- storeOptions
- 
- Type: StoreOptions structure
 Parsing options for the store. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was updated. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
UpdateAnnotationStoreVersion
$result = $client->updateAnnotationStoreVersion([/* ... */]); $promise = $client->updateAnnotationStoreVersionAsync([/* ... */]);
Updates the description of an annotation store version.
Parameter Syntax
$result = $client->updateAnnotationStoreVersion([
    'description' => '<string>',
    'name' => '<string>', // REQUIRED
    'versionName' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- description
- 
- Type: string
 The description of an annotation store. 
- name
- 
- Required: Yes
- Type: string
 The name of an annotation store. 
- versionName
- 
- Required: Yes
- Type: string
 The name of an annotation store version. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'description' => '<string>',
    'id' => '<string>',
    'name' => '<string>',
    'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
    'storeId' => '<string>',
    'updateTime' => <DateTime>,
    'versionName' => '<string>',
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The time stamp for when an annotation store version was created. 
- description
- 
- Required: Yes
- Type: string
 The description of an annotation store version. 
- id
- 
- Required: Yes
- Type: string
 The annotation store version ID. 
- name
- 
- Required: Yes
- Type: string
 The name of an annotation store. 
- status
- 
- Required: Yes
- Type: string
 The status of an annotation store version. 
- storeId
- 
- Required: Yes
- Type: string
 The annotation store ID. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The time stamp for when an annotation store version was updated. 
- versionName
- 
- Required: Yes
- Type: string
 The name of an annotation store version. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
UpdateRunCache
$result = $client->updateRunCache([/* ... */]); $promise = $client->updateRunCacheAsync([/* ... */]);
Updates a run cache using its ID and returns a response with no body if the operation is successful. You can update the run cache description, name, or the default run cache behavior with CACHE_ON_FAILURE or CACHE_ALWAYS. To confirm that your run cache settings have been properly updated, use the GetRunCache API operation.
For more information, see How call caching works in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->updateRunCache([
    'cacheBehavior' => 'CACHE_ON_FAILURE|CACHE_ALWAYS',
    'description' => '<string>',
    'id' => '<string>', // REQUIRED
    'name' => '<string>',
]);
	Parameter Details
Members
- cacheBehavior
- 
- Type: string
 Update the default run cache behavior. 
- description
- 
- Type: string
 Update the run cache description. 
- id
- 
- Required: Yes
- Type: string
 The identifier of the run cache you want to update. 
- name
- 
- Type: string
 Update the name of the run cache. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
UpdateRunGroup
$result = $client->updateRunGroup([/* ... */]); $promise = $client->updateRunGroupAsync([/* ... */]);
Updates the settings of a run group and returns a response with no body if the operation is successful.
You can update the following settings with UpdateRunGroup:
-  Maximum number of CPUs 
-  Run time (measured in minutes) 
-  Number of GPUs 
-  Number of concurrent runs 
-  Group name 
To confirm that the settings have been successfully updated, use the ListRunGroups or GetRunGroup API operations to verify that the desired changes have been made.
Parameter Syntax
$result = $client->updateRunGroup([
    'id' => '<string>', // REQUIRED
    'maxCpus' => <integer>,
    'maxDuration' => <integer>,
    'maxGpus' => <integer>,
    'maxRuns' => <integer>,
    'name' => '<string>',
]);
	Parameter Details
Members
- id
- 
- Required: Yes
- Type: string
 The group's ID. 
- maxCpus
- 
- Type: int
 The maximum number of CPUs to use. 
- maxDuration
- 
- Type: int
 A maximum run time for the group in minutes. 
- maxGpus
- 
- Type: int
 The maximum GPUs that can be used by a run group. 
- maxRuns
- 
- Type: int
 The maximum number of concurrent runs for the group. 
- name
- 
- Type: string
 A name for the group. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
UpdateSequenceStore
$result = $client->updateSequenceStore([/* ... */]); $promise = $client->updateSequenceStoreAsync([/* ... */]);
Update one or more parameters for the sequence store.
Parameter Syntax
$result = $client->updateSequenceStore([
    'clientToken' => '<string>',
    'description' => '<string>',
    'fallbackLocation' => '<string>',
    'id' => '<string>', // REQUIRED
    'name' => '<string>',
    'propagatedSetLevelTags' => ['<string>', ...],
    's3AccessConfig' => [
        'accessLogLocation' => '<string>',
    ],
]);
	Parameter Details
Members
- clientToken
- 
- Type: string
 To ensure that requests don't run multiple times, specify a unique token for each request. 
- description
- 
- Type: string
 A description for the sequence store. 
- fallbackLocation
- 
- Type: string
 The S3 URI of a bucket and folder to store Read Sets that fail to upload. 
- id
- 
- Required: Yes
- Type: string
 The ID of the sequence store. 
- name
- 
- Type: string
 A name for the sequence store. 
- propagatedSetLevelTags
- 
- Type: Array of strings
 The tags keys to propagate to the S3 objects associated with read sets in the sequence store. 
- s3AccessConfig
- 
- Type: S3AccessConfig structure
 S3 access configuration parameters. 
Result Syntax
[
    'arn' => '<string>',
    'creationTime' => <DateTime>,
    'description' => '<string>',
    'eTagAlgorithmFamily' => 'MD5up|SHA256up|SHA512up',
    'fallbackLocation' => '<string>',
    'id' => '<string>',
    'name' => '<string>',
    'propagatedSetLevelTags' => ['<string>', ...],
    's3Access' => [
        'accessLogLocation' => '<string>',
        's3AccessPointArn' => '<string>',
        's3Uri' => '<string>',
    ],
    'sseConfig' => [
        'keyArn' => '<string>',
        'type' => 'KMS',
    ],
    'status' => 'CREATING|ACTIVE|UPDATING|DELETING|FAILED',
    'statusMessage' => '<string>',
    'updateTime' => <DateTime>,
]
	Result Details
Members
- arn
- 
- Required: Yes
- Type: string
 The ARN of the sequence store. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The time when the store was created. 
- description
- 
- Type: string
 Description of the sequence store. 
- eTagAlgorithmFamily
- 
- Type: string
 The ETag algorithm family to use on ingested read sets. 
- fallbackLocation
- 
- Type: string
 The S3 URI of a bucket and folder to store Read Sets that fail to upload. 
- id
- 
- Required: Yes
- Type: string
 The ID of the sequence store. 
- name
- 
- Type: string
 The name of the sequence store. 
- propagatedSetLevelTags
- 
- Type: Array of strings
 The tags keys to propagate to the S3 objects associated with read sets in the sequence store. 
- s3Access
- 
- Type: SequenceStoreS3Access structure
 The S3 access metadata of the sequence store. 
- sseConfig
- 
- Type: SseConfig structure
 Server-side encryption (SSE) settings for a store. 
- status
- 
- Type: string
 The status of the sequence store. 
- statusMessage
- 
- Type: string
 The status message of the sequence store. 
- updateTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The last-updated time of the Sequence Store. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
UpdateVariantStore
$result = $client->updateVariantStore([/* ... */]); $promise = $client->updateVariantStoreAsync([/* ... */]);
Updates a variant store.
Parameter Syntax
$result = $client->updateVariantStore([
    'description' => '<string>',
    'name' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- description
- 
- Type: string
 A description for the store. 
- name
- 
- Required: Yes
- Type: string
 A name for the store. 
Result Syntax
[
    'creationTime' => <DateTime>,
    'description' => '<string>',
    'id' => '<string>',
    'name' => '<string>',
    'reference' => [
        'referenceArn' => '<string>',
    ],
    'status' => 'CREATING|UPDATING|DELETING|ACTIVE|FAILED',
    'updateTime' => <DateTime>,
]
	Result Details
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was created. 
- description
- 
- Required: Yes
- Type: string
 The store's description. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Required: Yes
- Type: string
 The store's name. 
- reference
- 
- Required: Yes
- Type: ReferenceItem structure
 The store's genome reference. 
- status
- 
- Required: Yes
- Type: string
 The store's status. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was updated. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
UpdateWorkflow
$result = $client->updateWorkflow([/* ... */]); $promise = $client->updateWorkflowAsync([/* ... */]);
Updates information about a workflow.
You can update the following workflow information:
-  Name 
-  Description 
-  Default storage type 
-  Default storage capacity (with workflow ID) 
This operation returns a response with no body if the operation is successful. You can check the workflow updates by calling the GetWorkflow API operation.
For more information, see Update a private workflow in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->updateWorkflow([
    'description' => '<string>',
    'id' => '<string>', // REQUIRED
    'name' => '<string>',
    'readmeMarkdown' => '<string>',
    'storageCapacity' => <integer>,
    'storageType' => 'STATIC|DYNAMIC',
]);
	Parameter Details
Members
- description
- 
- Type: string
 A description for the workflow. 
- id
- 
- Required: Yes
- Type: string
 The workflow's ID. 
- name
- 
- Type: string
 A name for the workflow. 
- readmeMarkdown
- 
- Type: string
 The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow. 
- storageCapacity
- 
- Type: int
 The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version. 
- storageType
- 
- Type: string
 The default storage type for runs that use this workflow. STATIC storage allocates a fixed amount of storage. DYNAMIC storage dynamically scales the storage up or down, based on file system utilization. For more information about static and dynamic storage, see Running workflows in the Amazon Web Services HealthOmics User Guide. 
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
UpdateWorkflowVersion
$result = $client->updateWorkflowVersion([/* ... */]); $promise = $client->updateWorkflowVersionAsync([/* ... */]);
Updates information about the workflow version. For more information, see Workflow versioning in Amazon Web Services HealthOmics in the Amazon Web Services HealthOmics User Guide.
Parameter Syntax
$result = $client->updateWorkflowVersion([
    'description' => '<string>',
    'readmeMarkdown' => '<string>',
    'storageCapacity' => <integer>,
    'storageType' => 'STATIC|DYNAMIC',
    'versionName' => '<string>', // REQUIRED
    'workflowId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- description
- 
- Type: string
 Description of the workflow version. 
- readmeMarkdown
- 
- Type: string
 The markdown content for the workflow version's README file. This provides documentation and usage information for users of this specific workflow version. 
- storageCapacity
- 
- Type: int
 The default static storage capacity (in gibibytes) for runs that use this workflow version. The storageCapacitycan be overwritten at run time. The storage capacity is not required for runs with aDYNAMICstorage type.
- storageType
- 
- Type: string
 The default storage type for runs that use this workflow version. The storageTypecan be overridden at run time.DYNAMICstorage dynamically scales the storage up or down, based on file system utilization. STATIC storage allocates a fixed amount of storage. For more information about dynamic and static storage types, see Run storage types in the in the Amazon Web Services HealthOmics User Guide .
- versionName
- 
- Required: Yes
- Type: string
 The name of the workflow version. 
- workflowId
- 
- Required: Yes
- Type: string
 The workflow's ID. The workflowIdis not the UUID.
Result Syntax
[]
Result Details
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ConflictException:
- The request cannot be applied to the target resource in its current state. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
UploadReadSetPart
$result = $client->uploadReadSetPart([/* ... */]); $promise = $client->uploadReadSetPartAsync([/* ... */]);
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.
Parameter Syntax
$result = $client->uploadReadSetPart([
    'partNumber' => <integer>, // REQUIRED
    'partSource' => 'SOURCE1|SOURCE2', // REQUIRED
    'payload' => <string || resource || Psr\Http\Message\StreamInterface>, // REQUIRED
    'sequenceStoreId' => '<string>', // REQUIRED
    'uploadId' => '<string>', // REQUIRED
]);
	Parameter Details
Members
- partNumber
- 
- Required: Yes
- Type: int
 The number of the part being uploaded. 
- partSource
- 
- Required: Yes
- Type: string
 The source file for an upload part. 
- payload
- 
- Required: Yes
- Type: blob (string|resource|Psr\Http\Message\StreamInterface)
 The read set data to upload for a part. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The Sequence Store ID used for the multipart upload. 
- uploadId
- 
- Required: Yes
- Type: string
 The ID for the initiated multipart upload. 
Result Syntax
[
    'checksum' => '<string>',
]
	Result Details
Members
- checksum
- 
- Required: Yes
- Type: string
 An identifier used to confirm that parts are being added to the intended upload. 
Errors
- InternalServerException:
- An unexpected error occurred. Try the request again. 
- NotSupportedOperationException:
- The operation is not supported by Amazon Omics, or the API does not exist. 
- ServiceQuotaExceededException:
- The request exceeds a service quota. 
- ThrottlingException:
- The request was denied due to request throttling. 
- ValidationException:
- The input fails to satisfy the constraints specified by an AWS service. 
- ResourceNotFoundException:
- The target resource was not found in the current Region. 
- AccessDeniedException:
- You do not have sufficient access to perform this action. 
- RequestTimeoutException:
- The request timed out. 
Shapes
AccessDeniedException
Description
You do not have sufficient access to perform this action.
Members
- message
- 
- Required: Yes
- Type: string
 
ActivateReadSetFilter
Description
A read set activation job filter.
Members
- createdAfter
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's start date. 
- createdBefore
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's end date. 
- status
- 
- Type: string
 The filter's status. 
ActivateReadSetJobItem
Description
A read set activation job.
Members
- completionTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job completed. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The job's sequence store ID. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
ActivateReadSetSourceItem
Description
A source for a read set activation job.
Members
- readSetId
- 
- Required: Yes
- Type: string
 The source's read set ID. 
- status
- 
- Required: Yes
- Type: string
 The source's status. 
- statusMessage
- 
- Type: string
 The source's status message. 
AnnotationImportItemDetail
Description
Details about an imported annotation item.
Members
- jobStatus
- 
- Required: Yes
- Type: string
 The item's job status. 
- source
- 
- Required: Yes
- Type: string
 The source file's location in Amazon S3. 
AnnotationImportItemSource
Description
A source for an annotation import job.
Members
- source
- 
- Required: Yes
- Type: string
 The source file's location in Amazon S3. 
AnnotationImportJobItem
Description
An annotation import job.
Members
- annotationFields
- 
- Type: Associative array of custom strings keys (AnnotationFieldMapKeyString) to strings
 The annotation schema generated by the parsed annotation data. 
- completionTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job completed. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- destinationName
- 
- Required: Yes
- Type: string
 The job's destination annotation store. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- roleArn
- 
- Required: Yes
- Type: string
 The job's service role ARN. 
- runLeftNormalization
- 
- Type: boolean
 The job's left normalization setting. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was updated. 
- versionName
- 
- Required: Yes
- Type: string
 The name of the annotation store version. 
AnnotationStoreItem
Description
An annotation store.
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The store's creation time. 
- description
- 
- Required: Yes
- Type: string
 The store's description. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Required: Yes
- Type: string
 The store's name. 
- reference
- 
- Required: Yes
- Type: ReferenceItem structure
 The store's genome reference. 
- sseConfig
- 
- Required: Yes
- Type: SseConfig structure
 The store's server-side encryption (SSE) settings. 
- status
- 
- Required: Yes
- Type: string
 The store's status. 
- statusMessage
- 
- Required: Yes
- Type: string
 The store's status message. 
- storeArn
- 
- Required: Yes
- Type: string
 The store's ARN. 
- storeFormat
- 
- Required: Yes
- Type: string
 The store's file format. 
- storeSizeBytes
- 
- Required: Yes
- Type: long (int|float)
 The store's size in bytes. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was updated. 
AnnotationStoreVersionItem
Description
Annotation store versions.
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The time stamp for when an annotation store version was created. 
- description
- 
- Required: Yes
- Type: string
 The description of an annotation store version. 
- id
- 
- Required: Yes
- Type: string
 The annotation store version ID. 
- name
- 
- Required: Yes
- Type: string
 A name given to an annotation store version to distinguish it from others. 
- status
- 
- Required: Yes
- Type: string
 The status of an annotation store version. 
- statusMessage
- 
- Required: Yes
- Type: string
 The status of an annotation store version. 
- storeId
- 
- Required: Yes
- Type: string
 The store ID for an annotation store version. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The time stamp for when an annotation store version was updated. 
- versionArn
- 
- Required: Yes
- Type: string
 The Arn for an annotation store version. 
- versionName
- 
- Required: Yes
- Type: string
 The name of an annotation store version. 
- versionSizeBytes
- 
- Required: Yes
- Type: long (int|float)
 The size of an annotation store version in Bytes. 
CompleteReadSetUploadPartListItem
Description
Part of the response to the CompleteReadSetUpload API, including metadata.
Members
- checksum
- 
- Required: Yes
- Type: string
 A unique identifier used to confirm that parts are being added to the correct upload. 
- partNumber
- 
- Required: Yes
- Type: int
 A number identifying the part in a read set upload. 
- partSource
- 
- Required: Yes
- Type: string
 The source file of the part being uploaded. 
ConflictException
Description
The request cannot be applied to the target resource in its current state.
Members
- message
- 
- Required: Yes
- Type: string
 
ContainerRegistryMap
Description
Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see Container images in the Amazon Web Services HealthOmics User Guide.
Members
- imageMappings
- 
- Type: Array of ImageMapping structures
 Image mappings specify path mappings between the ECR private repository and their corresponding external repositories. 
- registryMappings
- 
- Type: Array of RegistryMapping structures
 Mapping that provides the ECR repository path where upstream container images are pulled and synchronized. 
DefinitionRepository
Description
Contains information about a source code repository that hosts the workflow definition files.
Members
- connectionArn
- 
- Required: Yes
- Type: string
 The Amazon Resource Name (ARN) of the connection to the source code repository. 
- excludeFilePatterns
- 
- Type: Array of strings
 A list of file patterns to exclude when retrieving the workflow definition from the repository. 
- fullRepositoryId
- 
- Required: Yes
- Type: string
 The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'. 
- sourceReference
- 
- Type: SourceReference structure
 The source reference for the repository, such as a branch name, tag, or commit ID. 
DefinitionRepositoryDetails
Description
Contains detailed information about the source code repository that hosts the workflow definition files.
Members
- connectionArn
- 
- Type: string
 The Amazon Resource Name (ARN) of the connection to the source code repository. 
- fullRepositoryId
- 
- Type: string
 The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'. 
- providerEndpoint
- 
- Type: string
 The endpoint URL of the source code repository provider. 
- providerType
- 
- Type: string
 The provider type of the source code repository, such as Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, and GitLabSelfManaged. 
- sourceReference
- 
- Type: SourceReference structure
 The source reference for the repository, such as a branch name, tag, or commit ID. 
ETag
Description
The entity tag (ETag) is a hash of the object representing its semantic content.
Members
- algorithm
- 
- Type: string
 The algorithm used to calculate the read set’s ETag(s). 
- source1
- 
- Type: string
 The ETag hash calculated on Source1 of the read set. 
- source2
- 
- Type: string
 The ETag hash calculated on Source2 of the read set. 
ExportReadSet
Description
A read set.
Members
- readSetId
- 
- Required: Yes
- Type: string
 The set's ID. 
ExportReadSetDetail
Description
Details about a read set.
Members
- id
- 
- Required: Yes
- Type: string
 The set's ID. 
- status
- 
- Required: Yes
- Type: string
 The set's status. 
- statusMessage
- 
- Type: string
 The set's status message. 
ExportReadSetFilter
Description
An read set export job filter.
Members
- createdAfter
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's start date. 
- createdBefore
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's end date. 
- status
- 
- Type: string
 A status to filter on. 
ExportReadSetJobDetail
Description
Details about a read set export job.
Members
- completionTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job completed. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- destination
- 
- Required: Yes
- Type: string
 The job's destination in Amazon S3. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The job's sequence store ID. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
FileInformation
Description
Details about a file.
Members
- contentLength
- 
- Type: long (int|float)
 The file's content length. 
- partSize
- 
- Type: long (int|float)
 The file's part size. 
- s3Access
- 
- Type: ReadSetS3Access structure
 The S3 URI metadata of a sequence store. 
- totalParts
- 
- Type: int
 The file's total parts. 
Filter
Description
Use filters to return a subset of resources. You can define filters for specific parameters, such as the resource status.
Members
- resourceArns
- 
- Type: Array of strings
 Filter based on the Amazon Resource Number (ARN) of the resource. You can specify up to 10 values. 
- status
- 
- Type: Array of strings
 Filter based on the resource status. You can specify up to 10 values. 
- type
- 
- Type: Array of strings
 The type of resources to be filtered. You can specify one or more of the resource types. 
FormatOptions
Description
Formatting options for a file.
Members
- tsvOptions
- 
- Type: TsvOptions structure
 Options for a TSV file. 
- vcfOptions
- 
- Type: VcfOptions structure
 Options for a VCF file. 
ImageDetails
Description
Information about the container image used for a task.
Members
- image
- 
- Type: string
 The URI of the container image. 
- imageDigest
- 
- Type: string
 The container image digest. If the image URI was transformed, this will be the digest of the container image referenced by the transformed URI. 
- sourceImage
- 
- Type: string
 URI of the source registry. If the URI is from a third-party registry, Amazon Web Services HealthOmics transforms the URI to the corresponding ECR path, using the pull-through cache mapping rules. 
ImageMapping
Description
Specifies image mappings that workflow tasks can use. For example, you can replace all the task references of a public image to use an equivalent image in your private ECR repository. You can use image mappings with upstream registries that don't support pull through cache. You need to manually synchronize the upstream registry with your private repository.
Members
- destinationImage
- 
- Type: string
 Specifies the URI of the corresponding image in the private ECR registry. 
- sourceImage
- 
- Type: string
 Specifies the URI of the source image in the upstream registry. 
ImportReadSetFilter
Description
A filter for import read set jobs.
Members
- createdAfter
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's start date. 
- createdBefore
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's end date. 
- status
- 
- Type: string
 A status to filter on. 
ImportReadSetJobItem
Description
An import read set job.
Members
- completionTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job completed. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- roleArn
- 
- Required: Yes
- Type: string
 The job's service role ARN. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The job's sequence store ID. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
ImportReadSetSourceItem
Description
A source for an import read set job.
Members
- description
- 
- Type: string
 The source's description. 
- generatedFrom
- 
- Type: string
 Where the source originated. 
- name
- 
- Type: string
 The source's name. 
- readSetId
- 
- Type: string
 The source's read set ID. 
- referenceArn
- 
- Type: string
 The source's genome reference ARN. 
- sampleId
- 
- Required: Yes
- Type: string
 The source's sample ID. 
- sourceFileType
- 
- Required: Yes
- Type: string
 The source's file type. 
- sourceFiles
- 
- Required: Yes
- Type: SourceFiles structure
 The source files' location in Amazon S3. 
- status
- 
- Required: Yes
- Type: string
 The source's status. 
- statusMessage
- 
- Type: string
 The source's status message. 
- subjectId
- 
- Required: Yes
- Type: string
 The source's subject ID. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The source's tags. 
ImportReferenceFilter
Description
A filter for import references.
Members
- createdAfter
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's start date. 
- createdBefore
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's end date. 
- status
- 
- Type: string
 A status to filter on. 
ImportReferenceJobItem
Description
An import reference job.
Members
- completionTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job completed. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- referenceStoreId
- 
- Required: Yes
- Type: string
 The job's reference store ID. 
- roleArn
- 
- Required: Yes
- Type: string
 The job's service role ARN. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
ImportReferenceSourceItem
Description
An genome reference source.
Members
- description
- 
- Type: string
 The source's description. 
- name
- 
- Type: string
 The source's name. 
- referenceId
- 
- Type: string
 The source's reference ID. 
- sourceFile
- 
- Type: string
 The source file's location in Amazon S3. 
- status
- 
- Required: Yes
- Type: string
 The source's status. 
- statusMessage
- 
- Type: string
 The source's status message. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The source's tags. 
InternalServerException
Description
An unexpected error occurred. Try the request again.
Members
- message
- 
- Required: Yes
- Type: string
 
ListAnnotationImportJobsFilter
Description
A filter for annotation import jobs.
Members
- status
- 
- Type: string
 A status to filter on. 
- storeName
- 
- Type: string
 A store name to filter on. 
ListAnnotationStoreVersionsFilter
Description
Use filters to focus the returned annotation store versions on a specific parameter, such as the status of the annotation store.
Members
- status
- 
- Type: string
 The status of an annotation store version. 
ListAnnotationStoresFilter
Description
A filter for annotation stores.
Members
- status
- 
- Type: string
 A status to filter on. 
ListVariantImportJobsFilter
Description
A filter for variant import jobs.
Members
- status
- 
- Type: string
 A status to filter on. 
- storeName
- 
- Type: string
 A store name to filter on. 
ListVariantStoresFilter
Description
A filter for variant stores.
Members
- status
- 
- Type: string
 A status to filter on. 
MultipartReadSetUploadListItem
Description
Part of the response to ListMultipartReadSetUploads, excluding completed and aborted multipart uploads.
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The time stamp for when a direct upload was created. 
- description
- 
- Type: string
 The description of a read set. 
- generatedFrom
- 
- Required: Yes
- Type: string
 The source of an uploaded part. 
- name
- 
- Type: string
 The name of a read set. 
- referenceArn
- 
- Required: Yes
- Type: string
 The source's reference ARN. 
- sampleId
- 
- Required: Yes
- Type: string
 The read set source's sample ID. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The sequence store ID used for the multipart upload. 
- sourceFileType
- 
- Required: Yes
- Type: string
 The type of file the read set originated from. 
- subjectId
- 
- Required: Yes
- Type: string
 The read set source's subject ID. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 Any tags you wish to add to a read set. 
- uploadId
- 
- Required: Yes
- Type: string
 The ID for the initiated multipart upload. 
NotSupportedOperationException
Description
The operation is not supported by Amazon Omics, or the API does not exist.
Members
- message
- 
- Required: Yes
- Type: string
 
RangeNotSatisfiableException
Description
The ranges specified in the request are not valid.
Members
- message
- 
- Required: Yes
- Type: string
 
ReadOptions
Description
Read options for an annotation import job.
Members
- comment
- 
- Type: string
 The file's comment character. 
- encoding
- 
- Type: string
 The file's encoding. 
- escape
- 
- Type: string
 A character for escaping quotes in the file. 
- escapeQuotes
- 
- Type: boolean
 Whether quotes need to be escaped in the file. 
- header
- 
- Type: boolean
 Whether the file has a header row. 
- lineSep
- 
- Type: string
 A line separator for the file. 
- quote
- 
- Type: string
 The file's quote character. 
- quoteAll
- 
- Type: boolean
 Whether all values need to be quoted, or just those that contain quotes. 
- sep
- 
- Type: string
 The file's field separator. 
ReadSetBatchError
Description
An error from a batch read set operation.
Members
- code
- 
- Required: Yes
- Type: string
 The error's code. 
- id
- 
- Required: Yes
- Type: string
 The error's ID. 
- message
- 
- Required: Yes
- Type: string
 The error's message. 
ReadSetFiles
Description
Files in a read set.
Members
- index
- 
- Type: FileInformation structure
 The files' index. 
- source1
- 
- Type: FileInformation structure
 The location of the first file in Amazon S3. 
- source2
- 
- Type: FileInformation structure
 The location of the second file in Amazon S3. 
ReadSetFilter
Description
A filter for read sets.
Members
- createdAfter
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's start date. 
- createdBefore
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's end date. 
- creationType
- 
- Type: string
 The creation type of the read set. 
- generatedFrom
- 
- Type: string
 Where the source originated. 
- name
- 
- Type: string
 A name to filter on. 
- referenceArn
- 
- Type: string
 A genome reference ARN to filter on. 
- sampleId
- 
- Type: string
 The read set source's sample ID. 
- status
- 
- Type: string
 A status to filter on. 
- subjectId
- 
- Type: string
 The read set source's subject ID. 
ReadSetListItem
Description
A read set.
Members
- arn
- 
- Required: Yes
- Type: string
 The read set's ARN. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the read set was created. 
- creationType
- 
- Type: string
 The creation type of the read set. 
- description
- 
- Type: string
 The read set's description. 
- etag
- 
- Type: ETag structure
 The entity tag (ETag) is a hash of the object representing its semantic content. 
- fileType
- 
- Required: Yes
- Type: string
 The read set's file type. 
- id
- 
- Required: Yes
- Type: string
 The read set's ID. 
- name
- 
- Type: string
 The read set's name. 
- referenceArn
- 
- Type: string
 The read set's genome reference ARN. 
- sampleId
- 
- Type: string
 The read set's sample ID. 
- sequenceInformation
- 
- Type: SequenceInformation structure
 Details about a sequence. 
- sequenceStoreId
- 
- Required: Yes
- Type: string
 The read set's sequence store ID. 
- status
- 
- Required: Yes
- Type: string
 The read set's status. 
- statusMessage
- 
- Type: string
 The status for a read set. It provides more detail as to why the read set has a status. 
- subjectId
- 
- Type: string
 The read set's subject ID. 
ReadSetS3Access
Description
The S3 URI for each read set file.
Members
- s3Uri
- 
- Type: string
 The S3 URI for each read set file. 
ReadSetUploadPartListFilter
Description
Filter settings that select for read set upload parts of interest.
Members
- createdAfter
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 Filters for read set uploads after a specified time. 
- createdBefore
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 Filters for read set part uploads before a specified time. 
ReadSetUploadPartListItem
Description
The metadata of a single part of a file that was added to a multipart upload. A list of these parts is returned in the response to the ListReadSetUploadParts API.
Members
- checksum
- 
- Required: Yes
- Type: string
 A unique identifier used to confirm that parts are being added to the correct upload. 
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The time stamp for when a direct upload was created. 
- lastUpdatedTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The time stamp for the most recent update to an uploaded part. 
- partNumber
- 
- Required: Yes
- Type: int
 The number identifying the part in an upload. 
- partSize
- 
- Required: Yes
- Type: long (int|float)
 The size of the the part in an upload. 
- partSource
- 
- Required: Yes
- Type: string
 The origin of the part being direct uploaded. 
ReferenceFiles
Description
A set of genome reference files.
Members
- index
- 
- Type: FileInformation structure
 The files' index. 
- source
- 
- Type: FileInformation structure
 The source file's location in Amazon S3. 
ReferenceFilter
Description
A filter for references.
Members
- createdAfter
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's start date. 
- createdBefore
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's end date. 
- md5
- 
- Type: string
 An MD5 checksum to filter on. 
- name
- 
- Type: string
 A name to filter on. 
ReferenceItem
Description
A genome reference.
Members
- referenceArn
- 
- Type: string
 The reference's ARN. 
ReferenceListItem
Description
A genome reference.
Members
- arn
- 
- Required: Yes
- Type: string
 The reference's ARN. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the reference was created. 
- description
- 
- Type: string
 The reference's description. 
- id
- 
- Required: Yes
- Type: string
 The reference's ID. 
- md5
- 
- Required: Yes
- Type: string
 The reference's MD5 checksum. 
- name
- 
- Type: string
 The reference's name. 
- referenceStoreId
- 
- Required: Yes
- Type: string
 The reference's store ID. 
- status
- 
- Type: string
 The reference's status. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the reference was updated. 
ReferenceStoreDetail
Description
Details about a reference store.
Members
- arn
- 
- Required: Yes
- Type: string
 The store's ARN. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was created. 
- description
- 
- Type: string
 The store's description. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Type: string
 The store's name. 
- sseConfig
- 
- Type: SseConfig structure
 The store's server-side encryption (SSE) settings. 
ReferenceStoreFilter
Description
A filter for reference stores.
Members
- createdAfter
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's start date. 
- createdBefore
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's end date. 
- name
- 
- Type: string
 The name to filter on. 
RegistryMapping
Description
If you are using the ECR pull through cache feature, the registry mapping maps between the ECR repository and the upstream registry where container images are pulled and synchronized.
Members
- ecrAccountId
- 
- Type: string
 Account ID of the account that owns the upstream container image. 
- ecrRepositoryPrefix
- 
- Type: string
 The repository prefix to use in the ECR private repository. 
- upstreamRegistryUrl
- 
- Type: string
 The URI of the upstream registry. 
- upstreamRepositoryPrefix
- 
- Type: string
 The repository prefix of the corresponding repository in the upstream registry. 
RequestTimeoutException
Description
The request timed out.
Members
- message
- 
- Required: Yes
- Type: string
 
ResourceNotFoundException
Description
The target resource was not found in the current Region.
Members
- message
- 
- Required: Yes
- Type: string
 
RunCacheListItem
Description
List entry for one run cache.
Members
- arn
- 
- Type: string
 Unique resource identifier for the run cache. 
- cacheBehavior
- 
- Type: string
 Default cache behavior for the run cache. 
- cacheS3Uri
- 
- Type: string
 The S3 uri for the run cache data. 
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The time that this run cache was created (an ISO 8601 formatted string). 
- id
- 
- Type: string
 The identifier for this run cache. 
- name
- 
- Type: string
 The name of the run cache. 
- status
- 
- Type: string
 The run cache status. 
RunGroupListItem
Description
A run group.
Members
- arn
- 
- Type: string
 The group's ARN. 
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the group was created. 
- id
- 
- Type: string
 The group's ID. 
- maxCpus
- 
- Type: int
 The group's maximum CPU count setting. 
- maxDuration
- 
- Type: int
 The group's maximum duration setting in minutes. 
- maxGpus
- 
- Type: int
 The maximum GPUs that can be used by a run group. 
- maxRuns
- 
- Type: int
 The group's maximum concurrent run setting. 
- name
- 
- Type: string
 The group's name. 
RunListItem
Description
A workflow run.
Members
- arn
- 
- Type: string
 The run's ARN. 
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the run was created. 
- id
- 
- Type: string
 The run's ID. 
- name
- 
- Type: string
 The run's name. 
- priority
- 
- Type: int
 The run's priority. 
- startTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the run started. 
- status
- 
- Type: string
 The run's status. 
- stopTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the run stopped. 
- storageCapacity
- 
- Type: int
 The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run. 
- storageType
- 
- Type: string
 The run's storage type. 
- workflowId
- 
- Type: string
 The run's workflow ID. 
- workflowVersionName
- 
- Type: string
 The name of the workflow version. 
RunLogLocation
Description
The URI for the run log.
Members
- engineLogStream
- 
- Type: string
 The log stream ARN for the engine log. 
- runLogStream
- 
- Type: string
 The log stream ARN for the run log. 
RunParameters
Members
S3AccessConfig
Description
S3 access configuration parameters.
Members
- accessLogLocation
- 
- Type: string
 Location of the access logs. 
SequenceInformation
Description
Details about a sequence.
Members
- alignment
- 
- Type: string
 The sequence's alignment setting. 
- generatedFrom
- 
- Type: string
 Where the sequence originated. 
- totalBaseCount
- 
- Type: long (int|float)
 The sequence's total base count. 
- totalReadCount
- 
- Type: long (int|float)
 The sequence's total read count. 
SequenceStoreDetail
Description
Details about a sequence store.
Members
- arn
- 
- Required: Yes
- Type: string
 The store's ARN. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was created. 
- description
- 
- Type: string
 The store's description. 
- eTagAlgorithmFamily
- 
- Type: string
 The algorithm family of the ETag. 
- fallbackLocation
- 
- Type: string
 An S3 location that is used to store files that have failed a direct upload. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Type: string
 The store's name. 
- sseConfig
- 
- Type: SseConfig structure
 The store's server-side encryption (SSE) settings. 
- status
- 
- Type: string
 Status of the sequence store. 
- statusMessage
- 
- Type: string
 The status message of the sequence store. 
- updateTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The last-updated time of the Sequence Store. 
SequenceStoreFilter
Description
A filter for a sequence store.
Members
- createdAfter
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's start date. 
- createdBefore
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The filter's end date. 
- name
- 
- Type: string
 A name to filter on. 
- status
- 
- Type: string
 Filter results based on status. 
- updatedAfter
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 Filter results based on stores updated after the specified time. 
- updatedBefore
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 Filter results based on stores updated before the specified time. 
SequenceStoreS3Access
Description
The S3 access metadata of the sequence store.
Members
- accessLogLocation
- 
- Type: string
 Location of the access logs. 
- s3AccessPointArn
- 
- Type: string
 This is ARN of the access point associated with the S3 bucket storing read sets. 
- s3Uri
- 
- Type: string
 The S3 URI of the sequence store. 
ServiceQuotaExceededException
Description
The request exceeds a service quota.
Members
- message
- 
- Required: Yes
- Type: string
 
ShareDetails
Description
The details of a resource share.
Members
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The timestamp of when the resource share was created. 
- ownerId
- 
- Type: string
 The account ID for the data owner. The owner creates the resource share. 
- principalSubscriber
- 
- Type: string
 The principal subscriber is the account that is sharing the resource. 
- resourceArn
- 
- Type: string
 The Arn of the shared resource. 
- resourceId
- 
- Type: string
 The ID of the shared resource. 
- shareId
- 
- Type: string
 The ID of the resource share. 
- shareName
- 
- Type: string
 The name of the resource share. 
- status
- 
- Type: string
 The status of the share. 
- statusMessage
- 
- Type: string
 The status message for a resource share. It provides additional details about the share status. 
- updateTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The timestamp of the resource share update. 
SourceFiles
Description
Source files for a sequence.
Members
- source1
- 
- Required: Yes
- Type: string
 The location of the first file in Amazon S3. 
- source2
- 
- Type: string
 The location of the second file in Amazon S3. 
SourceReference
Description
Contains information about the source reference in a code repository, such as a branch, tag, or commit.
Members
- type
- 
- Required: Yes
- Type: string
 The type of source reference, such as branch, tag, or commit. 
- value
- 
- Required: Yes
- Type: string
 The value of the source reference, such as the branch name, tag name, or commit ID. 
SseConfig
Description
Server-side encryption (SSE) settings for a store.
Members
- keyArn
- 
- Type: string
 An encryption key ARN. 
- type
- 
- Required: Yes
- Type: string
 The encryption type. 
StartReadSetActivationJobSourceItem
Description
A source for a read set activation job.
Members
- readSetId
- 
- Required: Yes
- Type: string
 The source's read set ID. 
StartReadSetImportJobSourceItem
Description
A source for a read set import job.
Members
- description
- 
- Type: string
 The source's description. 
- generatedFrom
- 
- Type: string
 Where the source originated. 
- name
- 
- Type: string
 The source's name. 
- referenceArn
- 
- Type: string
 The source's reference ARN. 
- sampleId
- 
- Required: Yes
- Type: string
 The source's sample ID. 
- sourceFileType
- 
- Required: Yes
- Type: string
 The source's file type. 
- sourceFiles
- 
- Required: Yes
- Type: SourceFiles structure
 The source files' location in Amazon S3. 
- subjectId
- 
- Required: Yes
- Type: string
 The source's subject ID. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The source's tags. 
StartReferenceImportJobSourceItem
Description
A source for a reference import job.
Members
- description
- 
- Type: string
 The source's description. 
- name
- 
- Required: Yes
- Type: string
 The source's name. 
- sourceFile
- 
- Required: Yes
- Type: string
 The source file's location in Amazon S3. 
- tags
- 
- Type: Associative array of custom strings keys (TagKey) to strings
 The source's tags. 
StoreOptions
Description
Settings for a store.
Members
- tsvStoreOptions
- 
- Type: TsvStoreOptions structure
 File settings for a TSV store. 
TaskListItem
Description
A workflow run task.
Members
- cacheHit
- 
- Type: boolean
 Set to true if Amazon Web Services HealthOmics found a matching entry in the run cache for this task. 
- cacheS3Uri
- 
- Type: string
 The S3 URI of the cache location. 
- cpus
- 
- Type: int
 The task's CPU count. 
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the task was created. 
- gpus
- 
- Type: int
 The number of Graphics Processing Units (GPU) specified for the task. 
- instanceType
- 
- Type: string
 The instance type for a task. 
- memory
- 
- Type: int
 The task's memory use in gigabyes. 
- name
- 
- Type: string
 The task's name. 
- startTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the task started. 
- status
- 
- Type: string
 The task's status. 
- stopTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the task stopped. 
- taskId
- 
- Type: string
 The task's ID. 
ThrottlingException
Description
The request was denied due to request throttling.
Members
- message
- 
- Required: Yes
- Type: string
 
TsvOptions
Description
Formatting options for a TSV file.
Members
- readOptions
- 
- Type: ReadOptions structure
 The file's read options. 
TsvStoreOptions
Description
File settings for a TSV store.
Members
- annotationType
- 
- Type: string
 The store's annotation type. 
- formatToHeader
- 
- Type: Associative array of custom strings keys (FormatToHeaderKey) to strings
 The store's header key to column name mapping. 
- schema
- 
- Type: Array of stringss
 The store's schema. 
TsvVersionOptions
Description
The options for a TSV file.
Members
- annotationType
- 
- Type: string
 The store version's annotation type. 
- formatToHeader
- 
- Type: Associative array of custom strings keys (FormatToHeaderKey) to strings
 The annotation store version's header key to column name mapping. 
- schema
- 
- Type: Array of stringss
 The TSV schema for an annotation store version. 
ValidationException
Description
The input fails to satisfy the constraints specified by an AWS service.
Members
- message
- 
- Required: Yes
- Type: string
 
VariantImportItemDetail
Description
Details about an imported variant item.
Members
- jobStatus
- 
- Required: Yes
- Type: string
 The item's job status. 
- source
- 
- Required: Yes
- Type: string
 The source file's location in Amazon S3. 
- statusMessage
- 
- Type: string
 A message that provides additional context about a job 
VariantImportItemSource
Description
A imported variant item's source.
Members
- source
- 
- Required: Yes
- Type: string
 The source file's location in Amazon S3. 
VariantImportJobItem
Description
A variant import job.
Members
- annotationFields
- 
- Type: Associative array of custom strings keys (AnnotationFieldMapKeyString) to strings
 The annotation schema generated by the parsed annotation data. 
- completionTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job completed. 
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was created. 
- destinationName
- 
- Required: Yes
- Type: string
 The job's destination variant store. 
- id
- 
- Required: Yes
- Type: string
 The job's ID. 
- roleArn
- 
- Required: Yes
- Type: string
 The job's service role ARN. 
- runLeftNormalization
- 
- Type: boolean
 The job's left normalization setting. 
- status
- 
- Required: Yes
- Type: string
 The job's status. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the job was updated. 
VariantStoreItem
Description
A variant store.
Members
- creationTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was created. 
- description
- 
- Required: Yes
- Type: string
 The store's description. 
- id
- 
- Required: Yes
- Type: string
 The store's ID. 
- name
- 
- Required: Yes
- Type: string
 The store's name. 
- reference
- 
- Required: Yes
- Type: ReferenceItem structure
 The store's genome reference. 
- sseConfig
- 
- Required: Yes
- Type: SseConfig structure
 The store's server-side encryption (SSE) settings. 
- status
- 
- Required: Yes
- Type: string
 The store's status. 
- statusMessage
- 
- Required: Yes
- Type: string
 The store's status message. 
- storeArn
- 
- Required: Yes
- Type: string
 The store's ARN. 
- storeSizeBytes
- 
- Required: Yes
- Type: long (int|float)
 The store's size in bytes. 
- updateTime
- 
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the store was updated. 
VcfOptions
Description
Formatting options for a VCF file.
Members
- ignoreFilterField
- 
- Type: boolean
 The file's ignore filter field setting. 
- ignoreQualField
- 
- Type: boolean
 The file's ignore qual field setting. 
VersionDeleteError
Description
The error preventing deletion of the annotation store version.
Members
- message
- 
- Required: Yes
- Type: string
 The message explaining the error in annotation store deletion. 
- versionName
- 
- Required: Yes
- Type: string
 The name given to an annotation store version. 
VersionOptions
Description
The options for an annotation store version.
Members
- tsvVersionOptions
- 
- Type: TsvVersionOptions structure
 File settings for a version of a TSV store. 
WorkflowListItem
Description
A workflow.
Members
- arn
- 
- Type: string
 The workflow's ARN. 
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 When the workflow was created. 
- digest
- 
- Type: string
 The workflow's digest. 
- id
- 
- Type: string
 The workflow's ID. 
- metadata
- 
- Type: Associative array of custom strings keys (WorkflowMetadataKey) to strings
 Any metadata available for workflow. The information listed may vary depending on the workflow, and there may also be no metadata to return. 
- name
- 
- Type: string
 The workflow's name. 
- status
- 
- Type: string
 The workflow's status. 
- type
- 
- Type: string
 The workflow's type. 
WorkflowParameter
Description
A workflow parameter.
Members
- description
- 
- Type: string
 The parameter's description. 
- optional
- 
- Type: boolean
 Whether the parameter is optional. 
WorkflowVersionListItem
Description
A list of workflow version items.
Members
- arn
- 
- Type: string
 ARN of the workflow version. 
- creationTime
- 
- Type: timestamp (string|DateTime or anything parsable by strtotime)
 The creation time of the workflow version. 
- description
- 
- Type: string
 The description of the workflow version. 
- digest
- 
- Type: string
 The digist of the workflow version. 
- metadata
- 
- Type: Associative array of custom strings keys (WorkflowMetadataKey) to strings
 Metadata for the workflow version. 
- status
- 
- Type: string
 The status of the workflow version. 
- type
- 
- Type: string
 The type of the workflow version. 
- versionName
- 
- Type: string
 The name of the workflow version. 
- workflowId
- 
- Type: string
 The workflow's ID.