Values.ProvisionedCapacityResponseSourceThe response to a request to update the provisioned capacity settings for querying data.
type nonrec t = {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.
*)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.
*)lastUpdate : LastUpdate.t option;Information about the last update to the provisioned capacity settings.
*)}val 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 ]