Module Values.GetAnnotationStoreResponseSource

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. Gets information about an annotation store.

Sourcetype nonrec t = {
  1. id : ResourceId.t option;
    (*

    The store's ID.

    *)
  2. reference : ReferenceItem.t option;
    (*

    The store's genome reference.

    *)
  3. status : StoreStatus.t option;
    (*

    The store's status.

    *)
  4. storeArn : Arn.t option;
    (*

    The store's ARN.

    *)
  5. name : String_.t option;
    (*

    The store's name.

    *)
  6. description : Description.t option;
    (*

    The store's description.

    *)
  7. sseConfig : SseConfig.t option;
    (*

    The store's server-side encryption (SSE) settings.

    *)
  8. creationTime : CreationTime.t option;
    (*

    When the store was created.

    *)
  9. updateTime : UpdateTime.t option;
    (*

    When the store was updated.

    *)
  10. tags : TagMap.t option;
    (*

    The store's tags.

    *)
  11. storeOptions : StoreOptions.t option;
    (*

    The store's parsing options.

    *)
  12. storeFormat : StoreFormat.t option;
    (*

    The store's annotation file format.

    *)
  13. statusMessage : StatusMessage.t option;
    (*

    A status message.

    *)
  14. storeSizeBytes : Long.t option;
    (*

    The store's size in bytes.

    *)
  15. numVersions : Integer.t option;
    (*

    An integer indicating how many versions of an annotation store exist.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?reference:??? -> ?status:??? -> ?storeArn:??? -> ?name:??? -> ?description:??? -> ?sseConfig:??? -> ?creationTime:??? -> ?updateTime:??? -> ?tags:??? -> ?storeOptions:??? -> ?storeFormat:??? -> ?statusMessage:??? -> ?storeSizeBytes:??? -> ?numVersions:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `Long of Long.t | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of ResourceId.t | `Structure of (string * [> `Enum of string | `String of ReferenceArn.t | `Structure of (string * [> `Enum of string | `List of [> `Map of ([> `String of SchemaItemKeyString.t ] * [> `Enum of string ]) list ] list | `Map of ([> `Enum of string ] * [> `String of FormatToHeaderValueString.t ]) list ]) list ]) list | `Timestamp of CreationTime.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t