Values.StorageConfigResponseSourceIndicates the status of the request to update the block storage capability of your EKS Auto Mode cluster.
type nonrec t = {blockStorage : BlockStorage.t option;Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Boolean of BoxedBoolean.t ]) list ])
list ]