lib/aws-sdk-voiceid/client.rb in aws-sdk-voiceid-1.6.0 vs lib/aws-sdk-voiceid/client.rb in aws-sdk-voiceid-1.7.0

- old
+ new

@@ -645,10 +645,11 @@ # # resp.speaker.created_at #=> Time # resp.speaker.customer_speaker_id #=> String # resp.speaker.domain_id #=> String # resp.speaker.generated_speaker_id #=> String + # resp.speaker.last_accessed_at #=> Time # resp.speaker.status #=> String, one of "ENROLLED", "EXPIRED", "OPTED_OUT", "PENDING" # resp.speaker.updated_at #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/DescribeSpeaker AWS API Documentation # @@ -737,11 +738,11 @@ # resp.authentication_result.audio_aggregation_ended_at #=> Time # resp.authentication_result.audio_aggregation_started_at #=> Time # resp.authentication_result.authentication_result_id #=> String # resp.authentication_result.configuration.acceptance_threshold #=> Integer # resp.authentication_result.customer_speaker_id #=> String - # resp.authentication_result.decision #=> String, one of "ACCEPT", "REJECT", "NOT_ENOUGH_SPEECH", "SPEAKER_NOT_ENROLLED", "SPEAKER_OPTED_OUT", "SPEAKER_ID_NOT_PROVIDED" + # resp.authentication_result.decision #=> String, one of "ACCEPT", "REJECT", "NOT_ENOUGH_SPEECH", "SPEAKER_NOT_ENROLLED", "SPEAKER_OPTED_OUT", "SPEAKER_ID_NOT_PROVIDED", "SPEAKER_EXPIRED" # resp.authentication_result.generated_speaker_id #=> String # resp.authentication_result.score #=> Integer # resp.domain_id #=> String # resp.fraud_detection_result.audio_aggregation_ended_at #=> Time # resp.fraud_detection_result.audio_aggregation_started_at #=> Time @@ -976,10 +977,11 @@ # resp.speaker_summaries #=> Array # resp.speaker_summaries[0].created_at #=> Time # resp.speaker_summaries[0].customer_speaker_id #=> String # resp.speaker_summaries[0].domain_id #=> String # resp.speaker_summaries[0].generated_speaker_id #=> String + # resp.speaker_summaries[0].last_accessed_at #=> Time # resp.speaker_summaries[0].status #=> String, one of "ENROLLED", "EXPIRED", "OPTED_OUT", "PENDING" # resp.speaker_summaries[0].updated_at #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/ListSpeakers AWS API Documentation # @@ -1050,10 +1052,11 @@ # # resp.speaker.created_at #=> Time # resp.speaker.customer_speaker_id #=> String # resp.speaker.domain_id #=> String # resp.speaker.generated_speaker_id #=> String + # resp.speaker.last_accessed_at #=> Time # resp.speaker.status #=> String, one of "ENROLLED", "EXPIRED", "OPTED_OUT", "PENDING" # resp.speaker.updated_at #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/OptOutSpeaker AWS API Documentation # @@ -1379,10 +1382,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-voiceid' - context[:gem_version] = '1.6.0' + context[:gem_version] = '1.7.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated