lib/aws-sdk-customerprofiles/client.rb in aws-sdk-customerprofiles-1.26.0 vs lib/aws-sdk-customerprofiles/client.rb in aws-sdk-customerprofiles-1.27.0
- old
+ new
@@ -2685,10 +2685,12 @@
# resp.items[0].attributes["string1To255"] #=> String
# resp.items[0].found_by_items #=> Array
# resp.items[0].found_by_items[0].key_name #=> String
# resp.items[0].found_by_items[0].values #=> Array
# resp.items[0].found_by_items[0].values[0] #=> String
+ # resp.items[0].party_type_string #=> String
+ # resp.items[0].gender_string #=> String
# resp.next_token #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SearchProfiles AWS API Documentation
#
# @overload search_profiles(params = {})
@@ -3102,10 +3104,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-customerprofiles'
- context[:gem_version] = '1.26.0'
+ context[:gem_version] = '1.27.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated