Module Values.QueryComputeResponseSource

The response to a request to retrieve or update the compute capacity settings for querying data.

Sourcetype nonrec t = {
  1. computeMode : ComputeMode.t option;
    (*

    The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account. Note that in the Asia Pacific (Mumbai) region, the API operation only recognizes the value PROVISIONED.

    *)
  2. provisionedCapacity : ProvisionedCapacityResponse.t option;
    (*

    Configuration object that contains settings for provisioned Timestream Compute Units (TCUs) in your account.

    *)
}
Sourceval make : ?computeMode:??? -> ?provisionedCapacity:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Integer of QueryTCU.t | `Structure of (string * [> `Enum of string | `Integer of QueryTCU.t | `String of AmazonResourceName.t | `Structure of (string * [> `String of AmazonResourceName.t ]) list ]) list ]) 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