---
title: "POST /variantStore"
method: POST
path: "/variantStore"
---

# POST /variantStore

`POST /variantStore`

Amazon Web Services HealthOmics variant stores and annotation stores are no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see [Amazon Web Services HealthOmics variant store and annotation store availability change](https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html).

Creates a variant store.

## Request body

- object
  - `reference` object, required — A genome reference.
    - `referenceArn` string — The reference's ARN.
  - `name` string — A name for the store.
  - `description` string — A description for the store.
  - `tags` object — Tags for the store.
  - `sseConfig` object — Server-side encryption (SSE) settings for a store.
    - `type` 'KMS' — The encryption type.
    - `keyArn` string — An encryption key ARN.

## Response `200`

Success

- CreateVariantStoreResponse
  - `id` string, required — The store's ID.
  - `reference` object — The store's genome reference.
    - `referenceArn` string — The reference's ARN.
  - `status` 'CREATING' | 'UPDATING' | 'DELETING' | 'ACTIVE' | 'FAILED', required — The store's status.
  - `name` string, required — The store's name.
  - `creationTime` string, date-time, required — When the store was created.

## Other responses

- `480` — InternalServerException
- `481` — ServiceQuotaExceededException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — ConflictException
- `485` — ResourceNotFoundException
- `486` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/omics.md) · [All operations](https://skmtc.net/aws/apis/omics/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/omics/versions/e9df1bcc0813/schema)
