lib/aws-sdk-locationservice/client.rb in aws-sdk-locationservice-1.20.0 vs lib/aws-sdk-locationservice/client.rb in aws-sdk-locationservice-1.21.0
- old
+ new
@@ -2241,10 +2241,16 @@
#
#
#
# [1]: https://www.iso.org/iso-8601-date-and-time-format.html
#
+ # @option params [Integer] :max_results
+ # An optional limit for the number of device positions returned in a
+ # single call.
+ #
+ # Default value: `100`
+ #
# @option params [String] :next_token
# The pagination token specifying which page of results to return in the
# response. If no token is provided, the default page is the first page.
#
# Default value: `null`
@@ -2279,10 +2285,11 @@
# @example Request syntax with placeholder values
#
# resp = client.get_device_position_history({
# device_id: "Id", # required
# end_time_exclusive: Time.now,
+ # max_results: 1,
# next_token: "Token",
# start_time_inclusive: Time.now,
# tracker_name: "ResourceName", # required
# })
#
@@ -3750,10 +3757,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-locationservice'
- context[:gem_version] = '1.20.0'
+ context[:gem_version] = '1.21.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated