Values.UpdateAccountSettingsResponseSourceTransitions your account to use TCUs for query pricing and modifies the maximum query compute units that you've configured. If you reduce the value of MaxQueryTCU to a desired configuration, the new value can take up to 24 hours to be effective. After you've transitioned your account to use TCUs for query pricing, you can't transition to using bytes scanned for query pricing.
type nonrec t = {maxQueryTCU : MaxQueryCapacity.t option;The configured maximum number of compute units the service will use at any point in time to serve your queries.
*)queryPricingModel : QueryPricingModel.t option;The pricing model for an account.
*)queryCompute : QueryComputeResponse.t option;Confirms the updated account settings for querying data in your account.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `InvalidEndpointException of InvalidEndpointException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `InvalidEndpointException of InvalidEndpointException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `InvalidEndpointException of InvalidEndpointException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of MaxQueryCapacity.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 ])
list ]