Values.GetSequenceStoreResponseSourceRetrieves metadata for a sequence store using its ID and returns it in JSON format.
type nonrec t = {id : SequenceStoreId.t option;The store's ID.
*)arn : SequenceStoreArn.t option;The store's ARN.
*)name : SequenceStoreName.t option;The store's name.
*)description : SequenceStoreDescription.t option;The store's description.
*)sseConfig : SseConfig.t option;The store's server-side encryption (SSE) settings.
*)creationTime : SyntheticTimestamp_date_time.t option;When the store was created.
*)fallbackLocation : FallbackLocation.t option;An S3 location that is used to store files that have failed a direct upload.
*)s3Access : SequenceStoreS3Access.t option;The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
*)eTagAlgorithmFamily : ETagAlgorithmFamily.t option;The algorithm family of the ETag.
*)status : SequenceStoreStatus.t option;The status of the sequence store.
*)statusMessage : SequenceStoreStatusMessage.t option;The status message of the sequence store.
*)propagatedSetLevelTags : PropagatedSetLevelTags.t option;The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
*)updateTime : SyntheticTimestamp_date_time.t option;The last-updated time of the sequence store.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `RequestTimeoutException of RequestTimeoutException.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
| `RequestTimeoutException of RequestTimeoutException.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
| `RequestTimeoutException of RequestTimeoutException.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
* [> `Enum of string
| `List of [> `String of TagKey.t ] list
| `String of SequenceStoreId.t
| `Structure of
(string * [> `Enum of string | `String of SseConfigKeyArnString.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]