Module Values.ResponsePartitionKeySource

If PartitionBy was specified in a DescribeDimensionKeys request, the dimensions are returned in an array. Each element in the array specifies one dimension.

Sourcetype nonrec t = {
  1. dimensions : DimensionMap.t option;
    (*

    A dimension map that contains the dimensions for this partition.

    *)
}
Sourceval make : ?dimensions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of RequestString.t ] * [> `String of RequestString.t ]) list ]) 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