lib/aws-sdk-timestreamquery/client.rb in aws-sdk-timestreamquery-1.18.0 vs lib/aws-sdk-timestreamquery/client.rb in aws-sdk-timestreamquery-1.19.0
- old
+ new
@@ -273,10 +273,15 @@
# functionality of `standard` mode along with automatic client side
# throttling. This is a provisional mode that may change behavior
# in the future.
#
#
+ # @option options [String] :sdk_ua_app_id
+ # A unique and opaque application ID that is appended to the
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
+ # maximum length of 50.
+ #
# @option options [String] :secret_access_key
#
# @option options [String] :session_token
#
# @option options [Boolean] :simple_json (false)
@@ -599,11 +604,11 @@
# and Query.
#
# Because the Timestream SDKs are designed to transparently work with
# the service’s architecture, including the management and mapping of
# the service endpoints, *it is not recommended that you use this API
- # unless*\:
+ # unless*:
#
# * You are using [VPC endpoints (Amazon Web Services PrivateLink) with
# Timestream ][1]
#
# * Your application uses a programming language that does not yet have
@@ -1176,10 +1181,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-timestreamquery'
- context[:gem_version] = '1.18.0'
+ context[:gem_version] = '1.19.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated