lib/aws-sdk-timestreamquery/client.rb in aws-sdk-timestreamquery-1.37.0 vs lib/aws-sdk-timestreamquery/client.rb in aws-sdk-timestreamquery-1.38.0
- old
+ new
@@ -1246,10 +1246,16 @@
# [1]: https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html#limits.default
#
# @option params [String] :query_pricing_model
# The pricing model for queries in an account.
#
+ # <note markdown="1"> The `QueryPricingModel` parameter is used by several Timestream
+ # operations; however, the `UpdateAccountSettings` API operation
+ # doesn't recognize any values other than `COMPUTE_UNITS`.
+ #
+ # </note>
+ #
# @return [Types::UpdateAccountSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::UpdateAccountSettingsResponse#max_query_tcu #max_query_tcu} => Integer
# * {Types::UpdateAccountSettingsResponse#query_pricing_model #query_pricing_model} => String
#
@@ -1311,10 +1317,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-timestreamquery'
- context[:gem_version] = '1.37.0'
+ context[:gem_version] = '1.38.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated