Module Values.ProvisionedCapacityRequestSource

A request to update the provisioned capacity settings for querying data.

Sourcetype nonrec t = {
  1. targetQueryTCU : QueryTCU.t;
    (*

    The target compute capacity for querying data, specified in Timestream Compute Units (TCUs).

    *)
  2. notificationConfiguration : AccountSettingsNotificationConfiguration.t option;
    (*

    Configuration settings for notifications related to the provisioned capacity update.

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