Values.GetVariantImportResponseSourceAmazon 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 a variant import job.
type nonrec t = {id : ResourceId.t option;The job's ID.
*)destinationName : StoreName.t option;The job's destination variant store.
*)roleArn : Arn.t option;The job's service role ARN.
*)status : JobStatus.t option;The job's status.
*)statusMessage : JobStatusMsg.t option;The job's status message.
*)creationTime : CreationTime.t option;When the job was created.
*)updateTime : UpdateTime.t option;When the job was updated.
*)completionTime : CompletionTime.t option;When the job completed.
*)items : VariantImportItemDetails.t option;The job's items.
*)runLeftNormalization : RunLeftNormalization.t option;The job's left normalization setting.
*)annotationFields : AnnotationFieldMap.t option;The annotation schema generated by the parsed annotation data.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of RunLeftNormalization.t
| `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of S3Uri.t ]) list ]
list
| `Map of
([> `String of AnnotationFieldMapKeyString.t ]
* [> `String of AnnotationFieldMapValueString.t ])
list
| `String of ResourceId.t
| `Timestamp of CreationTime.t ])
list ]