Module Values.BlockSource

A block of data in an Amazon Elastic Block Store snapshot.

Sourcetype nonrec t = {
  1. blockIndex : BlockIndex.t option;
    (*

    The block index.

    *)
  2. blockToken : BlockToken.t option;
    (*

    The block token for the block index.

    *)
}
Sourceval make : ?blockIndex:??? -> ?blockToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of BlockIndex.t | `String of BlockToken.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t