Values.ProvisionedCapacityRequestSourceA request to update the provisioned capacity settings for querying data.
type nonrec t = {targetQueryTCU : QueryTCU.t;The target compute capacity for querying data, specified in Timestream Compute Units (TCUs).
*)notificationConfiguration : AccountSettingsNotificationConfiguration.t option;Configuration settings for notifications related to the provisioned capacity update.
*)}val 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 ]