Values.VariantStoreItemSourceA variant store.
type nonrec t = {id : ResourceId.t option;The store's ID.
*)reference : ReferenceItem.t option;The store's genome reference.
*)status : StoreStatus.t option;The store's status.
*)storeArn : Arn.t option;The store's ARN.
*)name : String_.t option;The store's name.
*)description : Description.t option;The store's description.
*)sseConfig : SseConfig.t option;The store's server-side encryption (SSE) settings.
*)creationTime : CreationTime.t option;When the store was created.
*)updateTime : UpdateTime.t option;When the store was updated.
*)statusMessage : StatusMessage.t option;The store's status message.
*)storeSizeBytes : Long.t option;The store's size in bytes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `String of ResourceId.t
| `Structure of
(string * [> `Enum of string | `String of ReferenceArn.t ]) list
| `Timestamp of CreationTime.t ])
list ]