Values.SequenceStoreDetailSourceDetails about a sequence store.
type nonrec t = {arn : SequenceStoreArn.t option;The store's ARN.
*)id : SequenceStoreId.t option;The store's ID.
*)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.
*)eTagAlgorithmFamily : ETagAlgorithmFamily.t option;The algorithm family of the ETag.
*)status : SequenceStoreStatus.t option;Status of the sequence store.
*)statusMessage : SequenceStoreStatusMessage.t option;The status message of the sequence store.
*)updateTime : SyntheticTimestamp_date_time.t option;The last-updated time of the Sequence Store.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SequenceStoreArn.t
| `Structure of
(string * [> `Enum of string | `String of SseConfigKeyArnString.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]