Module Values.ProvisionedCapacityResponseSource

The response to a request to update the provisioned capacity settings for querying data.

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

    The number of Timestream Compute Units (TCUs) provisioned in the account. This field is only visible when the compute mode is PROVISIONED.

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

    An object that contains settings for notifications that are sent whenever the provisioned capacity settings are modified. This field is only visible when the compute mode is PROVISIONED.

    *)
  3. lastUpdate : LastUpdate.t option;
    (*

    Information about the last update to the provisioned capacity settings.

    *)
}
Sourceval make : ?activeQueryTCU:??? -> ?notificationConfiguration:??? -> ?lastUpdate:??? -> unit -> t
Sourceval to_value : t -> [> `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 ]
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