Values.ReferenceStoreDetailSourceDetails about a reference store.
type nonrec t = {arn : ReferenceStoreArn.t option;The store's ARN.
*)id : ReferenceStoreId.t option;The store's ID.
*)name : ReferenceStoreName.t option;The store's name.
*)description : ReferenceStoreDescription.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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ReferenceStoreArn.t
| `Structure of
(string * [> `Enum of string | `String of SseConfigKeyArnString.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]