lib/aws-sdk-textract/client.rb in aws-sdk-textract-1.60.0 vs lib/aws-sdk-textract/client.rb in aws-sdk-textract-1.61.0
- old
+ new
@@ -312,18 +312,15 @@
#
# @option options [String] :session_token
#
# @option options [Boolean] :simple_json (false)
# Disables request parameter conversion, validation, and formatting.
- # Also disable response data type conversions. This option is useful
- # when you want to ensure the highest level of performance by
- # avoiding overhead of walking request parameters and response data
- # structures.
+ # Also disables response data type conversions. The request parameters
+ # hash must be formatted exactly as the API expects.This option is useful
+ # when you want to ensure the highest level of performance by avoiding
+ # overhead of walking request parameters and response data structures.
#
- # When `:simple_json` is enabled, the request parameters hash must
- # be formatted exactly as the DynamoDB API expects.
- #
# @option options [Boolean] :stub_responses (false)
# Causes the client to return stubbed responses. By default
# fake responses are generated and returned. You can specify
# the response data to return or errors to raise by calling
# {ClientStubs#stub_responses}. See {ClientStubs} for more information.
@@ -2757,10 +2754,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-textract'
- context[:gem_version] = '1.60.0'
+ context[:gem_version] = '1.61.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated