Module Values.IndexCapacityConfigurationSource

Provides information about index capacity configuration.

Sourcetype nonrec t = {
  1. units : IndexCapacityInteger.t option;
    (*

    The number of storage units configured for an Amazon Q Business index.

    *)
}
Sourceval make : ?units:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of IndexCapacityInteger.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