Values.BlockSourceA block of data in an Amazon Elastic Block Store snapshot.
type nonrec t = {blockIndex : BlockIndex.t option;The block index.
*)blockToken : BlockToken.t option;The block token for the block index.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of BlockIndex.t | `String of BlockToken.t ]) list ]