lib/aws-sdk-customerprofiles/client.rb in aws-sdk-customerprofiles-1.24.0 vs lib/aws-sdk-customerprofiles/client.rb in aws-sdk-customerprofiles-1.25.0

- old
+ new

@@ -763,10 +763,16 @@ # The customer’s billing address. # # @option params [Hash<String,String>] :attributes # A key value pair of attributes of a customer profile. # + # @option params [String] :party_type_string + # An alternative to `PartyType` which accepts any string as input. + # + # @option params [String] :gender_string + # An alternative to `Gender` which accepts any string as input. + # # @return [Types::CreateProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::CreateProfileResponse#profile_id #profile_id} => String # # @example Request syntax with placeholder values @@ -838,10 +844,12 @@ # postal_code: "string1To255", # }, # attributes: { # "string1To255" => "string1To255", # }, + # party_type_string: "string1To255", + # gender_string: "string1To255", # }) # # @example Response structure # # resp.profile_id #=> String @@ -2982,10 +2990,16 @@ # The customer’s billing address. # # @option params [Hash<String,String>] :attributes # A key value pair of attributes of a customer profile. # + # @option params [String] :party_type_string + # An alternative to `PartyType` which accepts any string as input. + # + # @option params [String] :gender_string + # An alternative to `Gender` which accepts any string as input. + # # @return [Types::UpdateProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::UpdateProfileResponse#profile_id #profile_id} => String # # @example Request syntax with placeholder values @@ -3058,10 +3072,12 @@ # postal_code: "string0To255", # }, # attributes: { # "string1To255" => "string0To255", # }, + # party_type_string: "string0To255", + # gender_string: "string0To255", # }) # # @example Response structure # # resp.profile_id #=> String @@ -3086,10 +3102,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-customerprofiles' - context[:gem_version] = '1.24.0' + context[:gem_version] = '1.25.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated