lib/aws-sdk-servicediscovery/client.rb in aws-sdk-servicediscovery-1.76.0 vs lib/aws-sdk-servicediscovery/client.rb in aws-sdk-servicediscovery-1.77.0
- old
+ new
@@ -1121,11 +1121,11 @@
# the response to a `DiscoverInstances` request. If you don't specify a
# value for `MaxResults`, Cloud Map returns up to 100 instances.
#
# @option params [Hash<String,String>] :query_parameters
# Filters to scope the results based on custom attributes for the
- # instance (for example, `\{version=v1, az=1a\}`). Only instances that
+ # instance (for example, `{version=v1, az=1a}`). Only instances that
# match all the specified key-value pairs are returned.
#
# @option params [Hash<String,String>] :optional_parameters
# Opportunistic filters to scope the results based on custom attributes.
# If there are instances that match both the filters specified in both
@@ -2829,10 +2829,10 @@
params: params,
config: config,
tracer: tracer
)
context[:gem_name] = 'aws-sdk-servicediscovery'
- context[:gem_version] = '1.76.0'
+ context[:gem_version] = '1.77.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated